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

.textp{
    font-size:30px !important;
    color: #fff !important;
}

.bg-black{
    background: #000;
}

.text-bco{
    color: #fff !important;
}

.text-gris{
    color: #C7C7C7 !important;
    font-size: 25px !important;
}


#modulo{
    margin: 50px 0px;
}

#divisor{
    margin: 50px 0px;
    background: #F5080C;
    
}
.logo{
    width: 200px;
    margin: 10px;
    
}

img.logo-footer{
    
    width: 300px;
    margin: 10px;
    margin: 0 auto;
    margin-bottom: 50px;
}


.text-n{
    font-weight: 900;
    color: aqua;
}
.desc{
    display: table;
   height:600px;
}

.desc p{
    display: table-cell;
   vertical-align: middle;
    font-size: 20px;
    line-height: 25px;
    margin: 20px;
}

#ventajas{
    background: url("../img/bg-home.png") fixed no-repeat ;
    padding: 100px !important;
    margin-top: 150px;
    color: #E4E4E4;
    margin-bottom: 150px;
    width: 100%;

}

#ventajas h3{
    color: #e5860d;

}

.logo-slider{
    width: 20%;
}




ul.lista_1 li{
	list-style:url("../img/ind_1.png");
	margin:5px 5px !important;
	margin-bottom:1px !important;
	color: #000000;
	font-weight: 100;
	line-height: 10px;
	margin: 1% 0 0%;
    text-align: left;
    font-size: 18px;
    
}

.tabla-macro{
    margin: 20px;
    margin-bottom: 50px !important;
    margin-top: 70px;
}

.tabla-oport{
    margin: 20px !important;
}

.desc-macro h3{
    text-align: left;
    margin-bottom: 20px;
}

.desc-oport h3{
    text-align: left;
    margin-bottom: 20px;
}

.t-macro{
    font-size: 30px;
    font-weight: bold;
}

.p-macro{
    font-size: 15px;
}

.borde-tabla{
    border-bottom: 1px solid #888888;

}

.borde-tabla{
    border-bottom: 1px solid #888888;

}

.iconos{
    font-size: 50px;
    font-weight: 800;
}

.boton-cel{
    background: #e0c96b;
    color: #fff !important;
    margin: 30px;
    padding: 20px;
    font-size: 20px;
    float: left;
    width: 80%;
    text-align: center;

    
}
.boton-cel:hover{
    background: #A68C22;
    color: #fff !important;
    font-size: 20px;
     padding: 20px;
}

.boton-contacto{
    background: #e0c96b;
    color: #fff !important;
    margin: 30px;
    padding: 20px;
    font-size: 20px;
    float: left;
    width: 80%;
    text-align: center;

    
}

.boton-contacto i{
    color: #000000 !important;
    margin-right: 20px;
    font-size: 30px;

 
}
.boton-contacto:hover{
    background: #A68C22;
    color: #fff !important;
    font-size: 20px;
     padding: 20px;
}

#otros-macro{
    margin: 40px !important;
    padding: 30px;
    text-align: center;
    
}
#otros-macro h3{
    margin-top: 40px !important;
    padding: 30px;
    text-align: center;
    
}

.desc-macro h1 span{
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 800;
    color: #CBAB2A;
}



.feature-content{
    margin-bottom: 50px;
 
}

.feature-content-amenidades{
    margin-bottom: 10px;

}




.servicios{
   height:550px;
    display: flex;
   align-items: center;
}
.serv-1{
    background: url("../img/mision.png") no-repeat fixed;
    height: 620px;
    text-align: right;
}




.ser{
   display: table-cell;
   vertical-align: middle;
}

.lef{
    text-align: left !important;
}


.servicios-2{
    height: 50px;
}

.servicios-p{
    height: 320px;
}


.ico-amen{
    font-size: 30px !important;
}

.feature_header {
    padding-top: 20px;
}

.feature_title{
    position:relative;
    padding-bottom:10px;
    color:#fe931d!important;
    margin: 10px auto;
    font-size: 30px;
    line-height: 30px;
    text-transform:none;
}

.feature_title:hover{
    cursor: pointer;
    animation: pulse 1s ease-in-out 100ms both;
    -webkit-animation:pulse 1s ease-in-out 100ms both;
    -o-animation:pulse 1s ease-in-out 100ms both;
}

.feature_title{
    color: #fff!important;
}

	.feature_title {
    	width: 60%;
    	font-size: 30px;
	}

.feature_sub{
    color:#000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

.amenidades{
   height:130px;
    display: flex;
   align-items: center;

}

.amenidades .ser{
   height:50px;


}

/*barra social*/
.icon-bar-social {
    position: fixed;
    top: 50%;
    right: -2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    background-color: rgba(255,255,255,0.00);
    border-radius: 10px 0px 0px 10px;
}
.icon-bar-social a {
    display: block;
    text-align: center;
    padding: 8px;
    transition: all 0.3s ease;
    font-size: 40px;
}

/*whatsapp*/
.whatsapp {
    background: none;
    color: #01BE14;
    border-radius: 10px 0 0 0 ;
}
.whatsapp:hover {
    background: #01BE14;
    color: #fff;
}
.fa-whatsapp:hover{
    color: #fff;
}

/*facebook*/
.facebook {
    background: none;
    color: #088af8;
    border-radius: 0 0 0 10px;
}
.facebook:hover {
    background: #088af8;
    color: #fff;
}
.fa-facebook:hover{
    color: #fff;
}



/*teléfono*/
.tel {
    background: none;
    color: #FBD536;

}
.tel:hover {
    background: #FBD536;
    color: #fff;
}
.fa-phone:hover{
    color: #fff;
}



/*celular*/
.cel {
    background: none;
    color: #FBD536;

}
.cel:hover {
    background: #FBD536;
    color: #fff;
}
.fa-mobile-phone:hover{
    color: #fff;
}

/*correo*/
.correo {
    background: none;
    color: #FBD536;

}
.correo:hover {
    background: #FBD536;
    color: #fff;
}
.fa-at:hover{
    color: #fff;
}




.feature-icon {
    font-size: 20px !important;
    color: #05A807;
    vertical-align: middle;
}
