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

*{
    outline: none;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    background-color: #002f49;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden !important;
}


::-moz-selection {
  color: #ce9a00;
  background: #002f49;
}
::selection {
  color: #ce9a00;
  background: #002f49;
}


.esp_nav{
    height: 150px;
    width: 100%;
}

.esp_nav_padding{
    padding-top: 150px;
}

.clear{
    width: 100%;
    clear: both;
}















/* nav INICIO */

nav{
    background: #002f49;
    width: 100%;
    height: 110px;
    box-shadow: 0px 0px 10px #001f2d;
    position:fixed !important;
    top: 0;
    z-index: 10000;
    margin: 0;
    padding: 0 !important;
}



a.active{
	color: #fff !important;
}




a.e-menu{
color: #fff;
transition: all ease 400ms;
font-size: 15px;
letter-spacing: 2px;
height: 100px;

line-height: 100px;
padding: 0 30px !important;
text-align: center;
}


a.e-menu:hover{
	color: #ce9a00;
}



.sticky{
	position: fixed;
}



.sticky a.e-menu{
	color: #fff !important;
}

.sticky a.active{
	color: #fff !important;
}

a.active .border, a.e-menu .border{
	transition: all ease 300ms;
	width: 100% !important;
	height: 5px;
	background: #ce9a00;
	display: block !important;
	border:none !important;
	opacity: 0;
	z-index: 1000;
}

a.active:hover .border, a.e-menu:hover .border{
	opacity: 1;
	width: 100%;
}


.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
	background-image:url("../img/menu_m.png");
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 7px;
}



/* nav FIN */





















/* Header INICIO */

#header{
    background-color:#002f49;
    height: 100vh;
    background-image: url("../img/header/bg_header.jpg");
    background-size: cover;
    background-position: bottom left;
}

@media (max-width: 575px) {
#header{
    background-image: url("../img/header/bg_header_m.png");
}
}

#hA, #hD{

    
}


#hB, #hC{
    padding: 20px 50px;
    height: 40vh;
}

#hC{
    position: relative;
}


#hC_interior{
    position: absolute;
    bottom: 0;
}

#header span {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    font-family: 'Quattrocento', serif;
    display: block;
    color: #ce9a00;
}

#head01{
    color: #ce9a00;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: right;
}


#head02{
    color: #ffffff;
    font-size: 80px;
    font-weight: 500;
    text-align: right;
    font-family: 'Quattrocento', serif;
    display: block;
    line-height: 110px;
}
#head02 strong{
    color: #ce9a00;
    font-weight: 500;
}


#head02 span{
    color: #ce9a00;
}


#head03{
    text-align: right;
}

#head03 a{
    background: #ce9a00;
    width: 20%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #fff;
    text-decoration: none;
    transition: all ease 300ms;
    text-align: right;
    padding: 5px 0;
}



#head03 a:hover{
    letter-spacing: 5px;
}



#head04{
    color: #fff;
    font-size: 18px;
}

#head05{
    font-size: 40px;
}

#head05 a{
    text-decoration: none;
    color: #ce9a00;
    transition: all ease 300ms;
}


#head05 a:hover{
    color: #fff;
}


/* Header FIN */




/* nuestros_servicios INICIO */

#nuestros_servicios{
    background-color: #e2e2e2;
    background-image: url("../img/bg_marmol.jpg");
    background-attachment: fixed;
    background-size: cover;
}


#nuestros_servicios h3{
    color:#ce9a00;
    font-size: 45px;
    font-family: 'Quattrocento', serif;
    text-align: left;  
    border-bottom: 2px solid #b2b2ac;
}

#nuestros_servicios h3 span{
    color: #002f49;
}


.mascara{
    height: 440px;
    cursor:default;
    overflow: hidden;
}



.wrapper_interior{
    background: #ce9a00;
    padding: 20px;
    height: 400px;
    border: 1px solid #ce9a00;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1); 
    transition: all ease 400ms;
    overflow: hidden;
}



.wrapper_interior:hover{
    background: none;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3); 
}



.wrapper_interior:hover h4{
    color: #ce9a00;
}



.wrapper_interior:hover img{
    opacity: 0.3;
}

.wrapper_interior:hover .interior2{
    opacity: 1;
}

.wrapper_interior:hover .globo{
    height: 1px;
}


.interior1 img{
    margin: 0 auto;
    display: block;
    width: 99px;
    height: 103px;
    opacity: 1;
    transition: all ease 500ms;
}

.interior1 h4{
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: bold;
    margin: 10px 0;
    transition: all ease 600ms;
}




.interior2{
    opacity: 0;
    transition: all ease 300ms;
}


.interior2 p{
    font-size: 15px;
    text-align: justify;
    color: #002f49;
}


.globo{
    height: 100px;
    width: 100%;
    transition: all ease 500ms;
}


/* nuestros_servicios FIN */




/* nosotros INICIO */

#nosotros{
    background-color: #002f49;
    background-image: url("../img/nosotros/nosotros_bg.png");
    background-position: left;
    background-size: cover;
    color: #fff;
    font-size: 15px;
}


#nosotros h3{
    color:#ce9a00;
    font-size: 45px;
    font-family: 'Quattrocento', serif;
    text-align: left;
   
}

#nosotros p{
    text-align: justify;
 
}




#w_nosotros{
    margin-top: 48px;
    margin-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
    border-left: 3px solid #ce9a00;

}



/* nosotros FIN */




/* quienes INICIO */

#quienes{
    background-color: #ce9a00;
    background-image: url("../img/quienes/bg_marmol.png");
    background-repeat: repeat-y;
    background-position: left;
    height: auto;
    width: 100%;
}


#carouselQuienes{
    width: 95%;
    margin: 0 auto;
}

.wrapper_quienes{
    width: 70%;
    background: #ededea;
    min-height: 600px;
    margin: 30px auto;
    padding: 15px;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    color: #94948f;
    font-size: 15px;
    position: relative;
}


.wrapper_quienes a{
    color: #94948f;
    transition: all 300ms ease;
}

.carousel-inner{
    overflow: hidden !important;
}

.wrapper_quienes a:hover{
    color: #002f49;
    text-decoration: none;
}


.cargo{
    color: #00293f;
    letter-spacing: 2px;
    font-size: 17px;
}


.quienes_1_info{
    padding-left: 50px;
}

.quienes_1_info .fa{
    color: #ce9a00;
}

.wrapper_quienes h3{
    color: #00293f;
    font-family: 'Quattrocento', serif;
    font-size: 32px;
    text-align: left;
}


.quienes_1{
    float: left;
    width: 30%;
    position: relative;
}

.quienes_2{
    float: right;
    width: 70%;
    text-align: justify;
    padding:0 50px 0 50px;
}

.quienes_foto{
    width: 80%;
    height: 344px;
    position: relative;
}


.quienes_foto img{
    position: absolute;
    top: -45px;
    left: -45px;
    z-index: 1;
}


.idiomas{
    color:#ce9a00;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;

}

.quienes_2 .wca {
    max-width: 90px !important;
    width: 90px !important;
    padding-left: 40px;
    float:  right;
    margin-top: 0px;
}

@media (max-width: 575px) {
    .quienes_2 .wca {
    max-width: 100px !important;
    width: 100px !important;
    padding-left: 40px;
    float:  right;
    margin-top: -20px;
    }
}


 



.carousel-indicators{
    bottom: 30px;
}

.carousel-indicators li{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #002f49;
    opacity: 1;
    border: 1px solid #fff; 
}



.carousel-indicators .active{

    background-color: #ce9a00 !important;

}

/* quienes FIN */





/* alianzas INICIO */

#alianzas{
    background: #002f49;
    min-height: 540px;
}



#alianzas h2{
    color: #ce9a00;
    border-bottom: 2px solid #fff;
    font-size: 55px;
    margin-bottom: 50px;
    font-family: 'Quattrocento', serif;
    display: block;
    width: 20%;
    margin: 10px auto;
    text-align: center;
}


#alianzas .img_temporal{
    display: block;
    width: 490px;
    margin: 0 auto;
}

/* alianzas FIN */






/* contacto INICIO */

#contacto{
    background: #e2e2e2;
    height: 850px;
}


#cont_1{
    background: #ce9a00;
    height: 850px;
    padding: 40px;
    color: #94948f;
}


#cont_1 form{
    width: 100%;
}


#cont_1 form label{
    width: 100%;
}


#cont_1 #nombre, #cont_1 #mail{
    width: 100%;
    background: white;
    display: block;
    margin: 0;
    padding: 10px;
    border: none;
    border-radius: 7px;
    color: #94948f;
    
}



#cont_1 #mensaje{
    width: 100%;
    background: white;
    display: block;
    margin: 0;
    padding: 10px;
    border: none;
    border-radius: 7px;
    height: 180px;
    color: #94948f;
}

#cont_1 h2{
    color: #fff;
    border-bottom: 2px solid #fff;
    font-size: 55px;
    margin-bottom: 50px;
    font-family: 'Quattrocento', serif;
}


#cont_2{
    background: #e2e2e2;
    height: 850px;
    padding-top: 70px;
    padding-left: 15%;
    padding-right: 15%;
}


#cont_2 h4{
    color:#ce9a00;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
}

#cont_2 p{
    color: #94948f;
    font-size: 15px;
}


#cont_2 a{
    color: #94948f;
    transition: all ease 300ms;
    text-decoration: none;
}


#cont_2 a:hover{
 color: #002f49;   
}

#cont_2 .rrss{
    font-size: 18px;
}


#cont_2 .plequita{
    background-image: url("../img/contacto/pleca.png");
    width: 50px;
    height: 70px;
    background-repeat: no-repeat;
}


form #enviar{
    background: #002f49;
    color: #fff;
    padding: 20px 40px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    transition: all ease 300ms;
    font-size: 19px;
}



form #enviar:hover{
    background: #00557a;
}

/* contacto FIN */





/* mapa INICIO */

#mapa{
    background: #f7f8f9;
    height: 540px;
    padding: 0;
}

#mapa iframe{
    width: 100%;
    height: 540px;
}

/* mapa FIN */





/* footer INICIO */

footer{
    background: #002f49;
    height: 365px;
    border-top: 10px solid #ce9a00;
    color: #94948f;font-size: 20px;
}


#w_logo_footer{
    border-bottom: 2px solid #b2b2ac;
    margin-bottom: 40px;
}

footer a, footer button{
    color: #ce9a00;
    transition: all ease 300ms;
}


footer button.btn-primary{
    border: none !important;
    background: none !important;
    margin: 10px auto;
    font-size: 20px;
    color: #ce9a00;
    width: 350px;
    display: block;
}

footer a:hover, button.btn-primary:hover{
    color: #ffb600;
    text-decoration: none;
    border: none;
    background: none;
}

button.btn-primary:active, button.btn-primary:vsited{
    border: none !important;
    outline: none !important;
}


.modal-content{
    background: #002f49;
    padding: 5px 30px;
    margin-top: 90px;
}

footer .modal-content p, footer .modal-content ul{
    font-size: 12px;
    color: #fff;
}

footer .modal-content h5{
    color: #ce9a00;
}


footer .modal-content h3{
    color: #fff;
    font-family: 'Quattrocento', serif;
}


footer #info_f{
    font-size: 14px;
}

button#close span{
    text-shadow: none;
    color: #fff;
    font-weight: 200;
    font-size: 60px !important;
}

.close{
    font-size: 60px !important;
}


/* footer FIN */





.balarco{
	transition:  all ease 300ms;
	color: #ce9a00;
    cursor: pointer;
}

.balarco:hover{
	color: #E3630E;
}















.lightbox-gallery{background-image: linear-gradient(#4A148C, #E53935);background-repeat: no-repeat;color: #000;overflow-x: hidden}.lightbox-gallery p{color:#fff}.lightbox-gallery h2{font-weight:bold;margin-bottom:40px;padding-top:40px;color:#fff}@media (max-width:767px){.lightbox-gallery h2{margin-bottom:25px;padding-top:25px;font-size:24px}}.lightbox-gallery .intro{font-size:16px;max-width:500px;margin:0 auto 40px}.lightbox-gallery .intro p{margin-bottom:0}.lightbox-gallery .photos{padding-bottom:20px}.lightbox-gallery .item{padding-bottom:30px}

@media only screen and (min-width: 851px) and (max-width: 1200px) {
    .flota {
        display: inline-block !important;
    }
}
@media (max-width: 1201px) {
    .flota {
        display: none;
    }
}
@media (min-width: 850px) {
    .flota {
        display: none;
    }
}

@media only screen and (min-width: 851px) and (max-width: 1200px) {
    
    
.wrapper_quienes{
    min-height: 660px;
}    

    
.quienes_1_info{
    padding-left: 30px;
}


.quienes_1{
    width: 40%;
}

    
.quienes_2{
    width: 60%;
    padding:0 30px 0 0;
}   
    
    
#cont_2{
    padding: 30px;
}
    
    
#nosotros_01{
    width: 100%;
    
} 
    

    
#nosotros{
    background-image: url("../img/nosotros/nosotros_bg_tablet.jpg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
}    
    
    
#ww_nosotros{
   height: auto;
}    
      
    
#w_nosotros{
    position: relative;
    bottom:0px;
    padding: 150px 0;
    border: none;
}    
    


#head01{
    font-size: 29px;
}


#head02{

    font-size: 90px;
    line-height: 95px;
}
    

    
    

.interior2 p{
    font-size: 13px;
}    
    
}



@media only screen and (min-width: 1px) and (max-width: 850px) {
    
    
    .navbar-collapse{
        background: #001f2d;
height: auto;
    }   
    
a.e-menu{
font-size: 20px;
letter-spacing: 2px;
height: 70px;
line-height: 70px;
padding: 0 30px !important;
text-align: center;
border: 1px solid #002f49; 
}
    
    
.border{

    display: none;
}

.border{
	display: none;
}
    
	
#contacto{
    height: auto;
}
    
#cont_2, #cont_1{
    padding: 5%;
    height: auto;
}
    
    
#alianzas h2{
    width: 100%;
    margin: 10px auto;
    text-align: left;
}
    
    
    
    

#head01{
    font-size: 29px;
}


#head02{

    font-size: 50px;
    line-height: 58px;
}

    
    
  #head05 a{
      font-size: 30px;
  }   
    
    



    
    

#hC_interior{
    position: absolute;
    bottom: 10px;
}

    
    

    
#header{
    height: auto;
}



#hB, #hC{
    padding: 10px;
    height: auto;
}
    

#hC{
    position: relative;
}


#hC_interior{
    position: relative;
    bottom: 0;
}    
    
    
    
    
    
    
    
   
    
.navbar-brand{
  width: 70%;
}    
    

.wrapper_quienes{
    min-height: 1350px;
    width: 100%
}    

    
.quienes_1_info{
    padding-left: 10px;
}


.quienes_1{
    float: none;
    width: 100%;
}

    
.quienes_2{
    float: none;
    width: 100%;
    padding:0 10px 0 0;
}  
    
    
    
.quienes_foto{
    width: 100%;
    height: 344px;
}


.quienes_foto img{
    width: 300px;
    position: relative;
    margin: 0 auto;
    display: block;
    
}

#nosotros_01{
    height: 410px;
    width: 100%;
} 
    
#nosotros{
    background-image: url("../img/nosotros/nosotros_bg_mobil.jpg");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: auto;
}    
    
    
#ww_nosotros{
   height: auto;
}    
    
#w_nosotros{
    position: relative;
    bottom:0px;
    border: none;
}    
    
    
	
}


