
body{
    font-family: 'aller_lightregular', Helvetica, Arial, sans-serif;
}

/*-----FONTS-----*/
@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller-webfont.eot');
    src: url('../fonts/aller-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/aller-webfont.woff2') format('woff2'),
        url('../fonts/aller-webfont.woff') format('woff'),
        url('../fonts/aller-webfont.ttf') format('truetype'),
        url('../fonts/aller-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aller_lightregular';
    src: url('../fonts/aller_lt-webfont.eot');
    src: url('../fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/aller_lt-webfont.woff2') format('woff2'),
        url('../fonts/aller_lt-webfont.woff') format('woff'),
        url('../fonts/aller_lt-webfont.ttf') format('truetype'),
        url('../fonts/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/aller_rg-webfont.woff2') format('woff2'),
        url('../fonts/aller_rg-webfont.woff') format('woff'),
        url('../fonts/aller_rg-webfont.ttf') format('truetype'),
        url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

#btn-video{
    width: 36px;
    height: 47px;

    -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);
    position: fixed;
    top: 320px;
    right: 0;
    z-index: 99999;
}

#btn-video a{
    width: 36px;
    height: 47px;
    display: block;
    background: url(../images/icono_video.png) no-repeat center;
    font-family: 'allerbold';
    font-size: 9px;
    text-align: center;
    text-decoration: none;
}

#btn-video a:hover{
    background: url(../images/ico-video-hover.png) no-repeat center;
}

#certificaciones{
    width: 480px;
    height: 110px;
    position: fixed;
    top: 200px;
    right:0;
    z-index: 99998;
}

#certificaciones div.foto_certificaciones{
    width:100%;
    height:110px;
    border-radius:6px 0 0 6px;
    box-shadow:-2px 2px 4px rgba(0, 0, 0, .45);
    position:absolute;
    top:0;
    right:-480px;
    background:#FFFFFF;
    z-index:999998;
}

#certificaciones div.foto_certificaciones img{
    margin:0 0 0 15px;
}

#certificaciones #btn_certificaciones{
    width:36px;
    height:110px;
    position:absolute;
    right:0;
    top: 0;
    cursor: pointer;
    z-index: 99999999;
    -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/btn_abrir_certificaciones.png) no-repeat center left;

}

#certificaciones #btn_certificaciones:hover{
    background: url(../images/btn_abrir_certificaciones_hover.png) no-repeat center left;
}

#certificaciones #btn_cerrar_certificaciones{
    width:36px;
    height:110px;
    position:absolute;
    right:0;
    top: 0;
    cursor: pointer;
    z-index: 9999999;
    background: url(../images/btn_cerrar_certificaciones.png) no-repeat center right;

}

#certificaciones #btn_cerrar_certificaciones:hover{
    background: url(../images/btn_cerrar_certificaciones_hover.png) no-repeat center right;
}

#btn_brochure{
    width: 36px;
    height: 49px;
    display:block;
    position:fixed;
    top: 320px;
    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;
}

#btn_brochure a{
    width: 37px;
    height: 49px;
    display:block;
}

#btn_brochure:hover{
    background:url(../images/icono_brochure_hover.png) no-repeat center;
}

.brochure h1{font-family:'allerbold'; font-size:24px; color:#6DB30B;}


.titular{
    width: 100%;
    padding: 40px 0;
}

.titular h2{
    font-family: 'allerregular';
    font-size: 50px;
    text-align: center;
    color: sandybrown;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.titular h2 span{
    font-family: 'allerbold';
}

.titular p{
    width: 750px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    color: #FFFFFF;
}

.titleHead1{
    width: 100%;
    padding: 40px 0;
}

.titleHead1 h2{
    font-family: 'allerregular';
    font-size: 50px;
    text-align: center;
    color: sandybrown;   
    margin: 0 0 20px 0;
    font-weight: bold;
}

.titleHead1 h2 span{
    font-family: 'allerbold';
    color:  #6DB30B;;
}

.titleHead1 p{   
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    color: black;
    font-family: 'aller_lightregular';
    
}

.titleHead {
    display: block;
    position: relative;
    text-align: center;
}
.titleHead h5 {
    font-family: open sans;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.8;
    text-transform: capitalize;
    color: sandybrown;   
    font-weight: bold;
}

.titleHead  p {
    color: #95A5A6;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 30px;
}


/*-----CABECERA-----*/

#cabecera{
    width: 100%;
    height: 80px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
    -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
    position: absolute;
    z-index: 999999;
    background: sandybrown;
}

h1#logo a{
    width: 200px;
    height: 17px;
    padding: 60px 0 0 0;
    position: absolute;
    top:0;
    z-index: 99999;
    background: url(../images/Logo-IFM.png) no-repeat;
    font-family: 'allerregular';
    font-size: 9px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
 /*   border: 2px solid #D6D4E0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;*/
}

#cabecera .nav-collapse{   
    position: absolute;
    top: 25px;
    right: 0;
}

#cabecera .nav-collapse ul{
    height: 43px;
    float: right;
}

#cabecera .nav-collapse ul li{    
    float: left;
    margin: 0 8px;
}

#cabecera .nav-collapse ul li a{
    font-family: 'allerregular';
    font-size: 20px;    
    text-decoration: none;
    line-height: 43px;

    /* color: #D6D4E0;*/
    color:black;
}

#cabecera .nav-collapse ul li a.especial{
    padding: 7px 10px;
    border: 2px solid black;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;  
}

#cabecera .nav-collapse ul li a.especial.active{
    border: 2px solid white;    
}

#cabecera .nav-collapse ul li a.active{
    color: white;
    border-bottom: 3px solid white;
}

#cabecera .nav-collapse ul li a:hover{
    color: white;
    border-bottom: 3px solid white;
}

#cabecera .nav-collapse ul li a.especial:hover{
    border:2px solid white;
}

#cabecera .nav-collapse ul li a.active:hover{
    color:white;
}

/*Animacion Menu Scroll*/
.sticky-in #cabecera{
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;

    /*From http://daneden.github.io/animate.css/ ->*/

    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* <- From Animate.css*/
}

.sticky-in #cabecera h1#logo a{
    width: 128px;
    height: 13px;
    padding: 46px 0 0 0;
    position: absolute;
    top: 5px;

    background: url(../images/Logo-IFM.png) no-repeat;
    background-size: 100%;
    font-family: 'allerregular';
    font-size: 7px;
    text-align: center;
    color: white;

}

.sticky-in #cabecera .nav-collapse{
    position: absolute;
    top: 13px;
    right: 0;
}

.sticky-in #cabecera .nav-collapse ul li a{
    font-family: 'allerregular';
    font-size: 16px;
    text-decoration: none;
    line-height: 43px;
    color: black;
}

.sticky-in #cabecera .nav-collapse ul li a.especial.active{
    border: 2px solid white;
}

.sticky-in #cabecera .nav-collapse ul li a.active{
    color: white;
}

.sticky-in #cabecera .nav-collapse ul li a:hover{
    color: white;
}

.sticky-in #cabecera .nav-collapse ul li a.active:hover{
    color: white;
}

.sticky-in #cabecera .nav-collapse ul li a.especial.active:hover{
    border: 2px solid white;
}

/*From http://daneden.github.io/animate.css/ ->*/

@-webkit-keyframes fadeInDown {

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*Menu responsive*/
.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;

}

.nav-collapse.opened {
    max-height: 9999px;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}


/*******************/
/*-----SLIDERS-----*/
/*******************/
#slider{    
    width: 100%;
    
}

ul#lista-banners{
    width: 100%;  
    padding: 80px 0 0 0;
}

ul#lista-banners li.item{
    position: relative;
}

ul#lista-banners li.item .info{
    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    margin: 0 0 0 -350px;
}

ul#lista-banners li.item .info h2{
    font-family: 'allerbold';
    font-size: 50px;
    text-align: center;
    line-height: 0.9;
    color: #6DB30B;
    margin: 0 0 20px 0;
}

ul#lista-banners li.item .info h2 span{
    color:#FFFFFF;
}

ul#lista-banners li.item .info p{
    font-family: 'allerregular';
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    color: #FFFFFF;

}

ul#lista-banners li.item .info .cta{
    width: 428px;
    margin: 30px auto 0 auto;
}

ul#lista-banners li.item .info a{
    font-family: 'allerbold';
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    color: #FFFFFF;
    width: 200px;
    height: 50px;
    display: inline-block;
    margin: 0 4px;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition:background .3s, border .3s;
    -moz-transition:background .3s, border .3s;
    -o-transition:background .3s, border .3s;
    -ms-transition:background .3s, border .3s;
    transition:background .3s, border .3s;
}

ul#lista-banners li.item .info a:hover{
    background: #6DB30B;
    border: 2px solid #6DB30B;
}

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

ul#lista-banners li.item img{
    width: 100%;
    height: auto;
    display: block;
}

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

ul#lista-banners .owl-buttons{
    width: 100%;
    position: absolute;
    top: 45%;
    z-index: 99999;
}

ul#lista-banners .owl-buttons .owl-prev{
    width: 70px;
    height: 70px;
    border: 2px solid white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: 60px;

}

ul#lista-banners .owl-buttons .owl-next{
    width: 70px;
    height: 70px;
    border: 2px solid white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    right: 60px;

}

/*************************/
/*-----Nuestra empresa-----*/
/*************************/
#empresa{
    background: black ;
    padding-top: 80px;

    width: 100%;
    height: auto !important;

    /* background: url(../img/fondo-nosotros.jpg) no-repeat center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#empresa .contenedor{
    display: block;
    justify-content: center;
    padding: 20px;
    padding-bottom: 100px;
    /*
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    */
}

#empresa .titular{
    padding: 20px 0 10px 0;
    display: none;
}
#empresa .titular h2 span{
    color: #6DB30B;
}

#empresa .info{
    width: 540px;
    
    margin: 0 auto;
    display: none;
    padding-bottom: 50px;
}

#empresa .info p{
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    color: #B1B1BC;
}

ul#lista-empresa{
    width: 640px;
    overflow: hidden;
    margin: 50px auto 0 auto;
}
ul#lista-empresa li{
    width: 120px;
    float: left;
    margin: 0 20px;
}
ul#lista-empresa li a{
    width: 116px;
    display: block;
    padding: 20px 0;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'aller_lightregular';
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    
}

ul#lista-empresa li a:hover,
ul#lista-empresa li a + a:hover:after{
 color: sandybrown;
 border: 2px solid sandybrown;
}

/*********************/
/*-----CERTIFICACIONES-----*/
/*********************/

#logoCerti{    
    width: 100%;
    display: none;
}

ul#lista-certificaciones{
    padding-top: 20px;
    padding-bottom: 30px;
    width: 50%;
   
  -webkit-transform: translateX(50%);
   
}

ul#lista-certificaciones li{
    position: relative;
}

 

ul#lista-certificaciones li img{
    width: 70%;
    height: auto;
    display: block;
}

ul#lista-certificaciones .owl-pagination{
    width: 70%;
    position: absolute;
    bottom: 5px;
    color: black;  
   
}

ul#lista-certificaciones .owl-buttons{
    display: none;
    width: 100%;
    position: absolute;
    top: 35%;
    z-index: 99999;
}

ul#lista-certificaciones .owl-buttons .owl-prev{
    width: 70px;
    height: 70px;
    border: 2px solid black;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: 60px;

}

ul#lista-certificaciones .owl-buttons .owl-next{
    width: 70px;
    height: 70px;
    border: 2px solid black;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    right: 60px;

}


/*********************/
/*-----SERVICIOS-----*/
/*********************/

#servicio{  
   width: 100%;
    height: 100% !important;
}

#servicio .contenedor{      
    display: block;
    justify-content: center;   
    position: relative;
}

#servicio .titleHead1{      
    padding: 80px 0 0 0;   
    position: relative;
}

#servicio .titleHead1 p{      
   text-align: justify;
}


/* acordion en la seccion de Servicio*/
.ac-container {
    width: 50%;
    text-align: left;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
    left: 30%;
    
}
.ac-container .ac-container-group{
    padding-top: 3px;
}

.ac-container label{
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;

    padding: 5px 10px;
    position: relative;
    z-index: 20;
    display: block;
    height: 40px;
    cursor: pointer;
    background: #2c3e50;
    color: white;
    line-height: 33px;
    font-size: 19px;


    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{    
    background: #2c3e50;
    color: orange;

}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #2c3e50;
    color: orange;

}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    font-family: FontAwesome;
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 15px;	
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after{
    background-image: url(../images/arrow_up.png);
}
.ac-container input{
    display: none;
}
.ac-container article{
    background: #FFFFFF;
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
    font-style: italic;

    background: #FFFFFF;
    line-height: 23px;
    font-size: 14px;
    padding-left: 20px;
}

.ac-container article p16{
    font-style: italic;
    text-align: justify;
    background: #FFFFFF;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
}
.ac-container input:checked ~ article{
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.ac-container input:checked ~ article.ac-small{
    height: auto;
}
.ac-container input:checked ~ article.ac-medium{
    height: auto;
}
.ac-container input:checked ~ article.ac-large{
    height: auto;
}
.ac-container input:checked ~ article.ac-large1{
    height: auto;
}


/****************/
/*SLIDERS SubProyectos**/
/*******************/

#subProyectos{    
    width: 100%;
    height: auto;
    padding: 70px 0 0 0;
    background: white;
}

#subProyectos .titleHead{  
    margin: 0 0 0 0;
    
}
#subProyectos .titleHead h5{    
    padding-bottom: 0px;  
    font-size: 40px;
}
#subProyectos .titleHead p{      
    padding-top:0px;  
}
ul#lista-subProyectos{
    width: 90%;   
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

ul#lista-subProyectos li{
    position: relative;
}

ul#lista-subProyectos li .descripcion{
    width: 45%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: left;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    font-size: 14px;
    line-height: 18px;
    margin:0;

}

ul#lista-subProyectos li .descripcion p{
    font-family: 'allerregular';
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    color: #FFFFFF;

}

ul#lista-subProyectos li img{
    width: 100%;
    height: auto;
    display: block;
}

ul#lista-subProyectos li iframe{
    width: 100%;  
    display: block;
}

ul#lista-subProyectos li video{
    width: 100%;  
    height: auto;
    display: block;
}

ul#lista-subProyectos .owl-pagination{
    width: 120px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin: 0 0 0 -60px;
    color: red;
}

ul#lista-subProyectos .owl-buttons{
    width: 100%;
    position: absolute;
    top: 35%;
    z-index: 99999;
    color: red;
}

ul#lista-subProyectos .owl-buttons div{  
    color: red;
    background: white;
}

ul#lista-subProyectos .owl-buttons .owl-prev{
    width: 70px;
    height: 70px;
    border: 2px solid red;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: 60px;

}

ul#lista-subProyectos .owl-buttons .owl-next{
    width: 70px;
    height: 70px;
    border: 2px solid red;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    right: 60px;

}
/* Para mostrar video*/
ul#lista-subProyectos-video{
    width: 90%;   
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

ul#lista-subProyectos-video li{
    position: relative;
}

ul#lista-subProyectos-video li .descripcion{
    width: 45%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: left;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    font-size: 14px;
    line-height: 18px;
    margin:0;

}

ul#lista-subProyectos-video li .descripcion p{
    font-family: 'allerregular';
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    color: #FFFFFF;

}

ul#lista-subProyectos-video li img{
    width: 100%;
    height: auto;
    display: block;
}

ul#lista-subProyectos-video li iframe{
    width: 100%;  
    display: block;
}

ul#lista-subProyectos-video li video{
    width: 100%;  
    height: auto;
    display: block;
}

ul#lista-subProyectos-video .owl-pagination{
    width: 120px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin: 0 0 0 -60px;
    color: red;
}

ul#lista-subProyectos-video .owl-buttons{
    width: 100%;
    position: absolute;
    top: 35%;
    z-index: 99999;
    /*color: green;*/
    
}

ul#lista-subProyectos-video .owl-buttons div{  
    color: red;
    background: white;
}

ul#lista-subProyectos-video .owl-buttons .owl-prev{
    width: 70px;
    height: 70px;
    border: 2px solid red;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: 60px;

}

ul#lista-subProyectos-video .owl-buttons .owl-next{
    width: 70px;
    height: 70px;
    border: 2px solid red;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    right: 60px;

}



/*
para seccion proyecto
*/
#proyecto{
   /* background:  #ecf0f1 ;  */
    background: sandybrown;   
    padding-top: 80px;    
    width: 100%;    
    height: 100% !important;
   
}

#proyecto .contenedor{
    display: block;
    justify-content: center;     
    position: relative;
}

#proyecto .titleHead1{   
    padding: 10px 0;  
}

#proyecto .titleHead1 h2{   
    color: white;
}


ul#lista-proyectos{
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 40px;
}

ul#lista-proyectos li{
    float: left;
    margin-left: 10px;
    background: white;
}


ul#lista-proyectos .owl-pagination{
    display: block;
    margin: 10px 0 0 0;
    
}

ul#lista-proyectos .owl-page span{
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    border: 2px solid #E0D9D4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

ul#lista-proyectos .owl-buttons{
    display: none;
}




.blogContent a:hover {
    text-decoration:none;
   
}

/* ==================================================
  .blogsSection Mask Hover
================================================== */
.blogs img {    
    display: block;
    width: 100%;
    height:auto;    
}

.blogs .mask {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
} 

.blogs:hover .mask {
    opacity:1;
}
.blogs {
    width:100%;    
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;     
}
.blogs .mask {
    width: 100%;
    height:100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.blogs a.icon {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius:50px;
    height: 30px;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    padding: 30px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.blogs  a.icon.zoom {
    background:url(../images/link_blog.png) no-repeat scroll 22px 22px #001231;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blogs a.icon.zoom:hover {
    background:url(../images/link_blog.png) 22px 22px no-repeat #FFF;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);    
}
.blogContent {
   
    float:left;
    padding:20px;
    text-align: center;   
}


/*
para seccion clientes
*/
#clientes{   
    width: 100%;   
    padding: 80px 0 70px 0;     
    background: black;   
}

#clientes .contenedor{      
    display: block;
    justify-content: center;   
    position: relative;
   
}


#clientes .titleHead1{   
    padding: 20px 0 40px 0;  
    position: relative;
}
#clientes .titleHead1 h2{   
    color: sandybrown;
}

ul#lista-clientes{
    width: 1000px;
    overflow: hidden;
    

}

ul#lista-clientes li{
    float: left;
    height: 100px;
}


ul#lista-clientes .owl-pagination{
    display: block;
    margin: 10px 0 20px 0;
color: white;
}

ul#lista-clientes .owl-pagination .owl-page span.owl-numbers {
    
background: white;
}

ul#lista-clientes .owl-page span{
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    border: 2px solid #E0D9D4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

ul#lista-clientes .owl-buttons{
    display: none;
    padding-top: 20px;
}


/*
para Contactos
*/
#contacto{
    padding: 0 0 40px 0;    
    background: #001426;
    width: 100%;    
}

#contacto .titular{   
    padding: 80px 0;  
    position: relative;
}

#contacto .titular h2{   
    color: white;  
}

#contacto .titular p{
    text-align: justify;
    margin-top: 4px;
   
}

#contacto .mapa{
    padding-top: 20px;
    background: white;
}

#contacto .mapa iframe{
    width: 100%;
    height: 510px;
}

#contacto #datos{  
    background:white;   
    float: none;
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

#contacto #datos .fila{
    margin: 0 0 15px 0;
    padding-left: 15px;
}
#contacto #datos .fila h4{
    color: green;    
    font-size: 20px;
    
}

#datos .fila p span{
    font-weight: bold;
}

#datos .fila .planta{
    margin: 0 0 10px 0;

}

#visitas{   
    width: 100%;
   
    background: #001426;
    position: relative;
}

#visitas .mapavisita{   
    position: relative;
     display: block;
    margin: 0 50% 10px 50%;     
}

/*-----PIE PAGINA-----*/
#piepagina{
    width: 100%;
    overflow: hidden;
    padding: 50px 0 0 0;
    background: sandybrown;
}

#piepagina .contenedor{
    overflow: hidden;
}

#piepagina p{
    font-size: 12px;
    line-height: 1.4;
    color: #0583c7;
}
#piepagina p span{
    font-size: 14px;
    color: #6DB30B;
}
#piepagina #logo-info{
    width: 475px;
    height: 125px;
    float: center;
    margin: 0 0 20px 0;
    padding: 0 25px 0 0;
    border-right: 1px dashed #B1B1BC;
}
#piepagina #logo-info img{
    display: block;
    float: center;
    margin: 0 10px 0 0;
}
#piepagina #logo-info img.desde{
    display:block;
    float: center;
    margin: 0 0 0 40px;
}

#piepagina a#btn-intranet{
    font-family: 'allerbold';
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    color: white;
    width: 150px;
    height: 46px;
    display: block;
    margin: 0 auto;
    clear: both;
    border: 2px solid #D6D4E0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
#piepagina a#btn-intranet:hover{
    color: #FFFFFF;
    border: 2px solid #6DB30B;
    background:#6DB30B;
}

#piepagina #copyright{
    width: 100%;
    height: 2px;
    margin: 0;
    padding: 62px 0 15px 0;
    background: url(../images/lineas.png) no-repeat center;
}
#piepagina #copyright p{
    font-size: 11px;
    text-align: center;
    color: white;
}

/*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: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 18px;
    right: 2%;
    text-decoration: none;
    text-indent: -999px;
}

.nav-toggle:before {
    font-family: 'fontello';
    font-size: 30px;
    text-indent: 0;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    color: white; /* Edit this to change the icon color */
    width: 100%;
    content: "\f0c9"; 
    speak: none;
    position: absolute;
    top: 10px;
    left: 0;
}

.nav-toggle.active::before {
    font-size: 28px;
    content:"x";
}

@media screen and (min-width: 768px) {
    .js .nav-collapse {
        position: relative;
    }

    .js .nav-collapse.closed {
        max-height: none;
    }

    .nav-toggle {
        display: none;
    }

}

.contac_input{background: #F5F5F5 no-repeat 98% 8px;}
.parsley-error {background-image: url(../img/img-error.png);}
.parsley-success {background-image: url(../img/img-ok.png);}
.parsley-error-list {display: none !important;}

/*Contenidos por defectos**/
/**************************/
.colDefault {
    /*color: #001231;*/
    color: black;   
}