@charset "utf-8";
/* CSS Document */

/* */
@media screen and (max-width: 768px){
.whatsapp {
    bottom: 10px !important;
}
.instagram {
    bottom: 70px !important;
}
.p-5 {
    padding: 12px !important;
}
}
/* */

.style1{
	color: #ffffff;
    margin: 15px;
    font-size: 22px;
	text-align:center;
    font-weight: normal;
}
.style2{
	color: #ffffff;
    margin: 15px;
    font-size: 13px;
	text-align:center;
    font-weight: normal;
}
.style3{
	text-align:center;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 200;
    font-style: normal;
	text-decoration: none !important;
}
.style3:hover{
    color: #EF6F2E !important;
    cursor: pointer;
    text-decoration: none !important;
	transition: all ease 0.3s;
}
.logotipo{
	padding: 10px;
	text-align: center;
}
.background-01 {
	background:linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url('../../img/bg.jpg') center center no-repeat fixed;
	background-size: cover;
	width: 100%;
	min-height: 0 auto;
}
.whatsapp {
	height:45px; 
	position:fixed !important; 
	bottom: 60px; 
	right: 10px;
	z-index:99999999999;
}
.instagram{
	height:45px; 
	position:fixed !important; 
	bottom: 120px; 
	right: 10px;
	z-index:99999999999;
}

