/*-----DEFAULT-----*/
.contenedor{
    width: 94%;
    margin: 0 auto;
    position: relative;
}

#btn-video{
    top: 255px;
    display: none;
}

#certificaciones{
    width: 400px;
    height: 110px;
    position: fixed;
    top: 135px;
    right:0;
    z-index: 99998;
    display: none;
}

#btn_brochure{
    width: 36px;
    height: 49px;
    display:none;
    position:fixed;
    top: 312px;
    right: 0;
    z-index:99999;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    box-shadow:-2px 2px 4px rgba(0, 0, 0, .45);
    background:url(../images/icono_brochure.png) no-repeat center;
}

.titular h2{
    font-size: 32px;
    margin: 0 0 15px 0;
}

.titular p{
    width: 480px;
    margin: 0 auto;
    font-size: 16px;
}

.titleHead1 h2{   
    font-size: 40px;  
    padding-bottom: 20px;
}

.titleHead1 .p{   
    font-size: 16px;  
}

.titleHead h5 {
    font-size: 40px;
    font-weight: 800; 
}

.titleHead  p {
    font-size: 16px;
    margin-bottom: 30px;
}

/*-----CABECERA-----*/
#cabecera{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #001b33;
    z-index: 999999;
}

#cabecera .contenedor{
    width: 100%;
    padding: 0;
}

h1#logo a{
    width: 135px;
    height: 13px;
    padding: 40px 0 0 0;
    position: absolute;
    top: 0px;
    left: 10px;
    background: url(../images/Logo-IFM.png) no-repeat;
    background-size: 100%;
    font-size: 7px;
}

#cabecera .nav-collapse{
    position: absolute;
    top: 71px;
    right: 0;
    z-index: 999999999;
}
#cabecera .nav-collapse ul{
    height: auto;
    float: none;
    background: black;
}
#cabecera .nav-collapse ul li{
    float: none;
    margin: 0;
    background: orange;
}
#cabecera .nav-collapse ul li a{
    display: block;
    padding: 5px 0;
    font-family: 'allerregular';
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    color: black;
    border-bottom: 1px solid white;
}
#cabecera .nav-collapse ul li a.especial{
    display: block;
    padding: 5px 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius:0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: salmon;
}

/*Animacion Menu Scroll*/
.sticky-in #cabecera{
    border-bottom: 1px solid #001b33;
    z-index: 999999;
}
.sticky-in #cabecera .nav-collapse{
    top: 71px;
}
#cabecera .nav-collapse ul li a.especial{
    display: block;
    padding: 5px 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius:0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: sandybrown;
}
.sticky-in #cabecera .nav-collapse ul li a.especial.active{
    display: block;
    border: none;
    color: #FFFFFF;
}

/*******************/
/*-----SLIDERS-----*/
/*******************/
.skitter{
    padding: 70px 0 0 0;
    height: 380px;
}

ul#lista-banners{
    padding: 70px 0 0 0;
    height: 380px;
}

ul#lista-banners li.item{
    height: 380px;
}

ul#lista-banners li.item .info{
    width: 400px;
    position: absolute;
    top: 12%;
    left: 50%;
    margin: 0 0 0 -200px;
}

ul#lista-banners li.item .info h2{
    font-size: 32px;
}
ul#lista-banners li.item .info p{
    font-size: 16px;
}
ul#lista-banners li.item .info .cta{
    width: 348px;
    margin: 15px auto 0 auto;
}
ul#lista-banners li.item .info a{
    font-size: 15px;
    line-height: 34px;
    width: 160px;
    height: 36px;
}
ul#lista-banners li.item span.decoracion{
    width: 100%;
    height: 25px;
    background: url(../images/lineas-verdes.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
ul#lista-banners li.item img{
    width: auto;
    height: 100%;
}

ul#lista-banners li.item .certificaciones_banner{
    width: 147px;
    left:0;
    top:0;
    height: 70px;
    /* bottom: 20%;
     left: 50%;
    */
}
ul#lista-banners li.item .certificaciones_banner img{
    width: 100%;
}

ul#lista-banners .owl-pagination{
    width: 120px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin: 0 0 0 -60px;
}
ul#lista-banners .owl-buttons{
    display:none;
}


/*********************/
/*-----SERVICIOS-----*/
/*********************/
#servicio .titleHead1{      
    padding: 70px 0 20px 0; 
}
.ac-container {   
    width: 100%;
    left: 0%;    
}

/*
   .ac-container input:checked ~ article.ac-small{
        height: 70px;
    }
    .ac-container input:checked ~ article.ac-medium{
        height: 200px;
    }
    .ac-container input:checked ~ article.ac-large{
        height: 240px;
    }
    .ac-container input:checked ~ article.ac-large1{
        height: 190px;
    }

*/


/*************************/
/*-----Empresa-----*/
/*************************/
#empresa{   
    padding-top: 70px;

}
#empresa .info{
    width: 400px;
}

ul#lista-empresa{
    width: 400px;
}
ul#lista-empresa li{
    width: 100px;
    margin: 0 10px 0 10px;
}
ul#lista-empresa li a{
    width: 96px;
}


/*******************/
/**para seccion Subproyecto*/
/************************/
#subProyectos{
    padding-top: 60px;  
}

#subProyectos .titleHead h5{
    font-size: 25px;

}
#subProyectos .titleHead p{
    font-size: 14px;

}
/*ul#lista-subProyectos .owl-pagination{
    display: none;   
}*/

ul#lista-subProyectos .owl-buttons .owl-prev{
    width: 25px;
    height: 25px;
    left: 20px;
}

ul#lista-subProyectos .owl-buttons .owl-next{
    width: 25px;
    height: 25px;
    right: 20px;
}

ul#lista-subProyectos .owl-buttons div{
    line-height: 25px;
}

ul#lista-subProyectos li .descripcion{
    width: auto;
    font-size: 10px;
}

/*******************/
/**para seccion Subproyecto para videos*/
/************************/

/*ul#lista-subProyectos-video .owl-pagination{
    display: none;   
}*/

ul#lista-subProyectos-video .owl-buttons .owl-prev{
    width: 25px;
    height: 25px;
    left: 20px;
}

ul#lista-subProyectos-video .owl-buttons .owl-next{
    width: 25px;
    height: 25px;
    right: 20px;
}

ul#lista-subProyectos-video .owl-buttons div{
    line-height: 25px;
}

ul#lista-subProyectos-video li .descripcion{
    width: auto;
    font-size: 10px;
}

/********************/
/*-----CLIENTES-----*/
/********************/

ul#lista-clientes{
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 3%;
}
ul#lista-clientes li img{
    width: 70%;
    
    display: block;
    margin:0 auto;
}

#visitas .mapavisita{ 
    margin: 0 0 0 30%; 
   
   
}

/*********************/
/*-----UBICACIÃ“N-----*/
/*********************/
#contacto .titular a{
    line-height: 35px;
    width: 160px;
    height: 36px; 
    margin: 15px auto 0 auto;
}
#contacto .mapa{
    width: 100%;
    height: 380px;
}
#contacto .mapa .ubicacion{
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#datos{
    width: 100%;
    float: none;
}
#datos .fila{
    margin: 0 0 15px 0;
}
#datos .fila h4{
    font-size: 18px;
}

/*-----PIE PAGINA-----*/
#piepagina{
    padding: 25px 0 0 0;
}
#piepagina #logo-info{
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
    padding: 0 0 20px 0;
    border-right: none;
    border-bottom: 1px dashed #B1B1BC;
}
#piepagina #logo-info img{
    width: 55%;
    display: block;
    float: left;
    margin: 0 30px 0 0;
}
#piepagina #logo-info img.desde{
    width: 25%;
    display:block;
    float: right;
    margin:0;
}

/*MENU RESPONSIVE APARICION*/
.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 2%;
    text-decoration: none;
    text-indent: -999px;
}





