body{
    font-family: "segoeui";
}
img{
    max-width: 100%;
}
a:focus, a:hover, a:active{
    outline: 0;
    transition: all 0.5s ease;
    text-decoration: none;
}
.btn:focus, button:focus{
    outline: 0 transparent !important;
}
.sin-padding{
    padding: 0;
}
.owl-carousel .owl-stage {
    margin: 0 auto;
}
@font-face {
    font-family: "abel";
    src: url("../fonts/Abel-Regular.otf");
    src: url("../fonts/Abel-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Abel-Regular.woff") format("woff"),
    url("../fonts/Abel-Regular.ttf") format("truetype"),
    url("../fonts/Abel-Regular.svg#abel") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "dinpro";
    src: url("../fonts/DINPro-Regular_13937.otf");
    src: url("../fonts/DINPro-Regular_13937.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DINPro-Regular_13937.woff") format("woff"),
    url("../fonts/DINPro-Regular_13937.ttf") format("truetype"),
    url("../fonts/DINPro-Regular_13937.svg#dinpro") format("svg");
        font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "dinprob";
    src: url("../fonts/DINPro-Medium_13936.otf");
    src: url("../fonts/DINPro-Medium_13936.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DINPro-Medium_13936.woff") format("woff"),
    url("../fonts/DINPro-Medium_13936.ttf") format("truetype"),
    url("../fonts/DINPro-Medium_13936.svg#dinprob") format("svg");
        font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "segoeui";
    src: url("../fonts/segoeui.otf");
    src: url("../fonts/segoeui.eot?#iefix") format("embedded-opentype"),
    url("../fonts/segoeui.woff") format("woff"),
    url("../fonts/segoeui.ttf") format("truetype"),
    url("../fonts/segoeui.svg#segoeui") format("svg");
        font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "segoeuib";
    src: url("../fonts/segoeuib.otf");
    src: url("./fonts/segoeuib.eot?#iefix") format("embedded-opentype"),
    url("../fonts/segoeuib.woff") format("woff"),
    url("../fonts/segoeuib.ttf") format("truetype"),
    url("../fonts/segoeuib.svg#segoeuib") format("svg");
        font-weight: normal;
    font-style: normal;
}



.margen-arriba{
    margin-top: 3%;
}
.margen-abajo{
    margin-bottom: 4%;
}

/*----- CABECERA -----*/
.top-cab{
    background: #3980bf;
    overflow: hidden;
    position: relative;
    padding: 4px 0;
}
.div-left{
    float: left;
}
.div-right{
    float: right;
}
.top-cab a{
    color: #fff;
}
.top-cab span{
    padding-right: 3px;
}
.top-cab span:before {
    font-size: 14px;
}

.fond-cab{
    background: url('../img/fc.png');
    background-size: 100%;
}
.linea-cabecera{
    background: #107CDC;
    background: linear-gradient( 338deg, #003769, #0BB5FF );
    height: 7px;
    width: 100%;
}
.mrg-header{
    padding-top: 10px;
    padding-bottom: 10px;
}
.mrg-header a{
    text-decoration: none;
}


.padding-top{
    padding-top: 20px;
}
/*-- FINAL DE CABECERA --*/


/*-- MENU --*/

.header_box{
    display: table;
    width: 100%;
}

.div-logo{
    display: table-cell;
}
.div-logo img{
    max-height: 115px;
}
.box-search a:after{
    display: none !important;
}


.menu{
    background: #f0f0f0;
    padding: 8px 0;
}
.fondo-menu{
    /*background: #1b6d85;*/
    background-image: url('../img/fondo-menu.png');
    background-repeat: no-repeat;
    /*background-size: 100%;*/
    background-size: 100% 100%;
    position: absolute;
    height: 132px;
    width: 100%;
    z-index: 99;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-inverse .navbar-nav > li > a {
    font-family: 'dinpro';
    color: #003d6e;
    font-size: 1.1em;
    font-weight: 600;
    border-radius: 0px;
    padding-top: 26px;
    transition: all 0.5s ease;
    will-change: font-weight;
}
.nav > li > a {
    padding: 8px 11px 8px 11px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
    color: #004170;
    background-color: #ededed;
    font-weight: 600;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ca1439;
    font-weight: 700;
    background-color: #f0f0f0;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    color: #3980bf;
    background-color: #f0f0f0;

}
.dropdown-menu{
    /*margin: 0px 0 0;*/
    padding: 0;
    border: 0px solid rgba(0, 122, 179, 0.45);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 105, 159, 0.53);
    box-shadow: 0 6px 12px rgba(0, 105, 159, 0.53);
    font-size: 0.9em;
    background-color: #3098c7;
}
.dropdown-menu > li > a {
    /*-webkit-transform: scaleY(0.97);*/
    color: #FFF;
    padding: 5px 20px;
    text-transform: uppercase;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #3098c7;
    text-decoration: none;
    background-color: #FFFFFF;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #00A3BA;
    text-decoration: none;
    background-color: #FFFFFF;
    outline: 0;
}
.box-search .input-group-search {
    position: relative;
    background: white;
    padding: 15px;
    text-align: center;
}
#search {
    margin-bottom: 10px;
    padding-top: 2%;
}
.box-search .button-search {
    margin-top: 15px;
    width: 100%;
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    background-color: #f5f5f5;
    border-color: #86a5d1;
    color: #71a2db;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-search .button-search:hover {
    background-color: #6b91c7;
    border-color: #86a5d1;
    color: #fff;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}




@media(min-width: 768px){
    .header_box ul > li.box-search:after {
        height: 0;
    }
    .header_box ul > li:after {
        content: '';
        display: block;
        width: 0px;
        height: 4px;
        background: #003d6e;
        margin-top: 0px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        position: absolute;
        top: 0px;
    }
    .header_box ul:first-child > li:hover:after {
        transition-delay: .2s;
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -ms-transition-delay: .2s;
        -o-transition-delay: .2s;
        width: 100%;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
    }
    .header_box ul:first-child > li.active:after {
        transition-delay: .2s;
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -ms-transition-delay: .2s;
        -o-transition-delay: .2s;
        width: 100%;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
    }
    .navbar-collapse.collapse {
        float: left;
        width: 100%;
    }
    .navbar-nav {
        margin: 0;
        float: right;
        /*left: 50%;*/
        /*list-style-type: none;*/
        /*margin: 0 auto;*/
        /*padding: 0;*/
        position: relative;
    }
    .navbar-nav > li {
        position: relative;
        /*right: 50%;*/
        margin: 5px 3px;
        z-index: 99;
    }
    .navbar-inverse {
        background-color: rgba(34, 34, 34, 0);
        border-color: rgba(8, 8, 8, 0);
        display: table-cell;
        vertical-align: middle;
    }

    /*    #demo1 .owl-item {
            padding: 58px 8px 0px 5px !important;
        }*/
}

/*Menu tercer nivel*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.menu-drop2 {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-border-radius: 0 0px 6px 6px;
    -moz-border-radius: 0 0px 6px 6px;
    border-radius: 0 0px 6px 6px;
}
.dropdown-submenu>a:after,.dropdown>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu>a:hover:after, .dropdown>a:hover:after,
.dropdown-submenu>a:focus:after, .dropdown>a:focus:after,
.dropdown-submenu>a:active:after, .dropdown>a:active:after{
    border-left-color: #3980bf;
}


/*.navbar-inverse .navbar-nav > .active > a:focus:after
{
    border-left-color: #006396;
}*/


.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #3098c7;
    background-color: #f0f0f0;
    font-weight: 600;
}



@media(max-width: 767px){
    .dropdown-submenu>a:after,.dropdown>a:after {
        margin-right: 0px;
    }
}
@media(min-width:1200px){
    .dropdown-menu{
        /*min-width: 200px;*/
        white-space: nowrap;
    }
    .dropdown-menu > li > a{
        font-size: 12px;
        padding: 7px 20px;
    }
}

@media(min-width: 991px){
    nav ul:first-child li.separador-linea:before {
        position: absolute;
        content: " ";
        top: 32%;
        bottom: 0;
        width: 1px;
        background: rgba(245, 246, 249, 0.16);
        height: 22px;
        margin-left: -3px;
    }
}

@media(max-width: 1024px){
    .navbar-inverse .navbar-nav > li > a {
        font-size: 1em;
    }
    .dropdown-menu > li > a {
        font-size: 12px;
    }
}
@media(max-width: 991px){
    .nav > li > a {
        padding: 10px 10px 10px 10px;
        padding-top: 10px !important;
    }
    .dropdown-menu{
        /*font-size: 0.8em;*/
    }
    .dropdown-menu > li > a{
        white-space: normal;
        font-size: 11px;
    }
    .dropdown-menu{
        min-width: 117px;
        /*max-width: 117px;*/
    }

}
/*-- FIN MENU --*/



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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "icono";
        src: url("../fonts/icono.svg#icono") format("svg");
    }
}
/*-- BANNER --*/
/* slidelayer */
.layerslider-wrapper {
    overflow: hidden; }
.layerslider-wrapper:hover .tp-rightarrow {
    right: 66px !important;
}

.layerslider-wrapper:hover .tp-leftarrow {
    left: 90px !important;
}

.tparrows:before {
    content: "\f10d";
}
.tparrows.tp-leftarrow:before {
    content: "\f10c";
}
.tp-leftarrow.round, .tp-rightarrow.round{
    background: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.tparrows {
    position: absolute !important;
    top: 50% !important;
    z-index: 9999;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    /*font-size: 0;*/
}

.tparrows:before {
    color: #003d6e;
    display: inline-block;
    font-size: 41px;
    font-family: icono;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 59px;
    height: 59px;
    z-index: 12;
    background-color: #FFFFFF;
    line-height: 59px;
    border-radius: 6px;
    transition: all 0.4s ease;
}
.tparrows:hover:before {
    background-color: #0069ac;
    color: #FFFFFF; 
}

.tp-leftarrow {
    left: -50px !important;
}

.tp-rightarrow {
    right: -60px !important;
}






/*- PIE DE PAGINA -*/

.color-fondo-pie{
    color: #fff;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(220, 220, 220)), color-stop(4%,rgb(255, 255, 255)));
    padding: 20px 4%;
    background: url('../img/fp.png'), url('../img/fondo-pie.png');
    background-position: center;
    background-size: cover;
    border-top: 5px solid #da0537;
}
.color-fondo-pie .form-control{
    background-color: #F6F5F6;
    background-image: none;
    border: 1px solid rgba(204, 204, 204, 0.36);
    border-radius: 2px;
    padding: 6px 8px;
    /*height: 25px;*/
}
.color-fondo-pie a{
    color: #fff;
    text-align: left;
    transition: all 0.5s ease;
}
.color-fondo-pie a:hover {
    color: #008CCA;
    text-decoration: none;
}
.color-fondo-pie p{
    margin-bottom: 10px;
}
.titulos-pie{
    font-family: "segoeui";
    font-size: 18px;
    text-transform: uppercase;
    /* font-weight: 600; */
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    /*display: inline-block;*/
    /*border-bottom: 1px solid #d51b1b;*/
    padding-bottom: 3px;
}
.titulos-pie:after {
    content: '';
    background-color: #d51b1b;
    width: 65%;
    height: 1px;
    display: block;
    position: relative;
    margin-top: 8px;
}
.titulos-pie a{
    color: #000;
}
.text-pie{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.text-pie span{
    display: table-cell;;
    vertical-align: middle;
}
.text-pie p{
    display: table-cell;;
    vertical-align: middle;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.text-pie span:before{
    font-size: 20px;
    padding-right: 6px;
}
.text-pie:hover p{
    padding-left: 13px;
}

.text-pie .icono-nextweb:before{
    font-size: 11px;
}
.btn-primary {
    color: #fff;
    background-color: #d61b1b;
    border-color: #d51b1b;
    border: 0;
    padding: 8px 18px;
    transition: all 0.5s ease;
}
.btn-primary:hover {
    color: #fff;
    background-color: #da0537;
    border-color: #da0537;
}
label {
    font-weight: 500;
    font-size: 14px;
}


.form-group {
    margin-bottom: 8px;
}
.posicion-p p{
    /*text-align: center;*/
    font-size: 12px;
    line-height: 17px;
}
.btn-for{
    float: right;
    font-size: 16px;
    transition: all 0.4s ease;
}
.btn-for span:before{
    font-size: 12px;
    padding-left: 4px;
    transition: all 0.4s ease;
}
.btn-for:hover span:before{
    padding-left: 8px;
}
/*- FIN DE PIE -*/




/* PAGINA */
.servicio-tit{
    background-image: url('../img/img-servicios.png');
    background-repeat: no-repeat;
    background-size: 100.4% 100%;
    /* position: absolute; */
    height: 64px;
    width: 100%;
    /* z-index: 99; */
    text-align: center;
    display: table;

    position: relative;
    margin-bottom: 2%;
    margin-top: 2%;
}
.servicio-tit h2{
    margin: 0;
    color: #ca1439;
    /*font-weight: bold;*/
    font-size: 27px;
    display: table-cell;
    vertical-align: middle;
    font-family: "dinprob";
}
.servicio-tit h2:before{
    content: url('../img/lad-izq.png');
    position: relative;
    height: 100%;
    vertical-align: super;
    padding-right: 15px;
}
.servicio-tit h2:after{
    content: url('../img/lad-der.png');
    position: relative;
    height: 100%;
    vertical-align: super;
    padding-left: 15px;
}
.servicio-tit .icono-engranaje:before {
    font-size: 19px;
    padding-right: 3px;
    display: table-cell;
    vertical-align: middle;
}
.noticia-tit{
    height: 54px;
    width: 100%;
    text-align: center;
    display: table;
    /*    background: linear-gradient( 180deg, #003769, #0BB5FF );*/
    background: #1C8C82;
}
.noticia-tit h2{
    margin: 0;
    color: #fff;
    font-size: 23px;
    display: table-cell;
    vertical-align: middle;
}
.noticia-tit .icono-engranaje:before {
    font-size: 19px;
    padding-right: 3px;
    display: table-cell;
    vertical-align: middle;
}


.fondo-plomo{
    background: #f0f0f0;
    padding: 3% 0;
    text-align: center;
}
.fondo-plomo h2{
    color: #146bb4;

}
.fondo-plomo h3, .fondo-plomo h1{
    font-family: 'dinprob';
}
.fondo-plomo p{
    font-size: 1.1em;
    color: #1d1d1d;
    margin-top: 2%;
    width: 80%;
    text-align: justify;
    margin: 2% auto 0;
}



/*-- CARUSEL --*/
.img-carrusel1{
    height: 200px;
}
.div-carru1{
    text-align: center;
}
.texto-carru{
    margin-top: 12px;
}
.texto-carru a{ 
    color: #010101;
    font-size: 13px;
    text-transform: uppercase;
}
.fondo-carru2{
    background: linear-gradient( 180deg, #8E8E8E, #F5F5F5 );
}

#demo1 .icono-prev:before{
    padding: 18px 2px;
    background: linear-gradient( 90deg, #bfbfbf, #737373);
}
#demo1 .icono-next:before{
    padding: 18px 2px;
    background: linear-gradient( 260deg, #bfbfbf, #9e9e9e);
}
.owl-carousel.owl-drag .owl-item{
    text-align: center;
}

#demo1 .owl-carousel .owl-item img{
    height: 85px;
    width: auto;
    display: initial;
}
#demo3{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(220, 220, 220)), color-stop(11%,rgb(255, 255, 255)));
    padding: 1% 5%;
}
#demo3 .icono-prev:before,
#demo3 .icono-next:before{
    background: #B8B8B8;
    padding: 4px;
    border-radius: 22px;
}
/*#demo3 img{
    padding: 5px;
    border-right: 2px solid #DCDCDC;
        height: 45px;
}*/

.texto-p2-c{
    color: #238493;
    font-size: 14px;
    margin: 12px;
}
.texto-p2-c a{
    color: #238493;
}
.div-carru3{
    padding: 5px;
    border-right: 2px solid #DCDCDC;
    height: 90px;

    display: table-cell;
    vertical-align: middle;
}
.img-carr2{
    height: 243px;
}




/*------------------------ Efecto lineas ---------------------*/
.projectItem:hover .piHover {
    background: rgba(0,0,0,0.5);
}
.piHover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0,0,0,0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.piHover div {
    position: relative;
    width: 100%;
    height: 100%;
}
.piVer:before {
    top: 0;
    right: 0;
    width: 1px;
    height: 0%;
}
.piVer:after {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0%;
}
.piHover span:after, .piHover span:before {
    content: "";
    display: block;
    position: absolute;
    background: #FFF;
}
.piHor:before {
    top: 0;
    right: 0;
    width: 0%;
    height: 1px;
}
.piHor:after {
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
}

.div-carru1:hover .piVer:after, .div-carru1:hover .piVer:before {
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.div-carru1:hover .piHor:after, .div-carru1:hover .piHor:before {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}





/************* mascara imagen grande *********/
.contenido{
    width: 100%;
    height: 100%;
    /*float: left;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    /*background: #00539F;*/
}


.contenido img {
    display: block;
    position: relative;
    /****transicion ****/
    transition: all 0.2s linear;
}
.contenido .mascara {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;    
    /*border-radius: 170px;*/
    /***transicion***/    
    opacity: 0;
    background-color: rgba(28, 140, 140, 0.56);
    transition: all 0.3s ease-in-out;
}

.contenido p {
    font-size: 26px;
    font-weight: 700;
    /*position: relative;*/
    color: #fff;
    /*padding: 28% 46%;*/
    text-align: center;
    position: absolute;
    top: 40%;
    left: 25%;
    z-index: 99;

    /*******transicion *******/
    transform: translateX(200px);/*Desplazamos a la derecha*/
    opacity: 0;
    transition: all 0.4s linear;
}

.div-carru1:hover img {
    /*transform: scale(1.5);*/
    /*Damos un ligero zoom a la imagen*/
}
.div-carru1:hover .mascara {
    opacity: 1;
}

.div-carru1:hover p{
    opacity: 1;
    transform: translateX(0px);/*Regresamos a las posiciones originales*/
    transition-delay: 0.1s;
}

/************* fin mascara imagen grande *********/

/************* mascara2 imagen grande *********/
.wrap-carru .contenido2{
    width: 208px;
    height: 100%;
    /*float: left;*/
    overflow: hidden;
    position: relative;
    /*text-align: center;*/
    cursor: default;
    /*background: #00539F;*/
    margin: 0 auto;
}


.wrap-carru .contenido2 img {
    display: block;
    position: relative;
    /****transicion ****/
    transition: all 0.6s linear;
}
.wrap-carru .contenido2 .mascara {
    width: 208px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;    

    /***transicion***/    
    opacity: 0;
    background-color: rgba(6, 140, 127, 0.66);
    transition: all 0.3s ease-in-out;
}

.wrap-carru .contenido2 p {
    font-size: 26px;
    /*position: relative;*/
    color: #fff !important;
    /*padding: 28% 46%;*/
    text-align: center;
    position: absolute;
    top: 40%;
    /*left: 40%;*/
    left: 23%;
    z-index: 99;

    /*******transicion *******/
    transform: translateY(300px);/*Desplazamos a la derecha*/
    opacity: 0;
    transition: all 0.4s linear;
}

.div-carru2:hover .img-carr2 {
    transform: scale(1.5);
    /*Damos un ligero zoom a la imagen*/
}
.div-carru2:hover .mascara {
    opacity: 1;
}

.div-carru2:hover p{
    opacity: 1;
    transform: translateX(0px);/*Regresamos a las posiciones originales*/
    transition-delay: 0.1s;
}

/************* fin mascara imagen grande *********/

.img-banner{
    width: 100%;
    margin-top: -12%;
    /*box-shadow: 1px 6px 16px #4C4C4C;*/
}
.texto-pag{
    color: #3980bf;
    font-family: "dinprob";
    /*font-size: 23px;*/
    font-weight: 600;
}
.texto-pag .icono-engranaje:before{
    background: linear-gradient( 291deg, #003769, #0BB5FF );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 6px;
}
.cont-pag{
    margin: 3% 0;
    font-size: 1.13em;
}
.cont-pag p{
    /*font-size: 1.13em;*/
    color: #353535;
    text-align: justify;
}
.cont-pag img{
    border: 10px solid #DEDEDE;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 6%;
}
.cont-pag li{
    display: list-item;
}
.cont-pag ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.btn-contacto{
    color: #FFF;
    background: #018477;
    padding: 10px 18px;

    margin: 5% 0 9% 0;
    border: 0;
    outline: 0;
    font-size: 15px;
    transition: 0.6s ease;
}
.btn-contacto:hover{
    background: #000;
}

.sombra_fija:after{
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#77ff0000', gradientType='1')";
    position: absolute;
    content: ' ';
    width: 2%;
    left: 100%;
    top: 0;
    height: 100%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(187, 187, 187, 0.35)0%, rgba(121, 121, 121, 0) 80%);
    background: -moz-radial-gradient(center, ellipse, rgba(187, 187, 187, 0.35)0%, rgba(121, 121, 121, 0) 80%);
    background: -ms-radial-gradient(center, ellipse, rgba(187, 187, 187, 0.35)0%, rgba(121, 121, 121, 0) 80%);
}
.div-servicio{
    display: block;
    text-align: center;
}
.div-servicio h3{
    color: white;
    padding: 12px;
    font-family: "abel";
    font-size: 18px;
    /*background: linear-gradient( 180deg, #018477, #018477 );*/
    background: #018477;
}
.cont-carru{
    /*margin: 3% 0;*/
}
.cont-cli{
    margin-top: 5%;
    margin-bottom: 5%;
    /* overflow: hidden; */
    /*display: inline-block;*/
    /* text-align: center; */
}
.img-cli{
    width: 17.9%;
    /* float: left; */
    margin: 10px;
    height: 100px;
    text-align: center;
    display: inline-block;
}
.img-cli img{
    /*width: 300px;*/
    height: 100%;
    transition: all 0.5s ease;
    cursor: pointer;
    opacity: 0.8;
    transform: scale(0.8);
    will-change: transform;
}
.img-cli:hover img{
    opacity: 1;
    transform: scale(1);
}


.contacto-pag{
    position: relative;
    display: block;
}
.input{
    margin-bottom: 10px;
}
.pag-cont{
    margin-top: 5%;
    margin-bottom: 2%;
}
.triangulo{
    position: absolute;
    bottom: 0;
}
.marg-cont{
    margin-top: 3%;
    margin-bottom: 2%;
    font-family: "abel";
}
.marg-cont p{
    font-size: 1.2em;
    margin-bottom: 5px;
}
.marg-cont strong{
    font-size: 0.9em;
}
.marg-cont .form-control{
    font-size: 16px;
    height: 32px;
}
.marg-cont textarea.form-control{
    height: 100px;
}

/*---------------------- Carrusel Vertical ------------------------------*/
.wrap .owl-prev{
    bottom: 0;
    position: absolute;
    z-index: 999999999;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 7%;
}
.wrap .owl-next{
    top: 0;
    position: absolute;
    z-index: 99999999;
    background: rgba(255, 0, 0, 0);
    width: 100%;
    height: 7%;
}
.wrap .icono-next{
    right: 45%;
    margin:0;
    color: #fff;
    top: 0px;
    transform: rotate(-90deg);

    background: #5897BB;
    padding: 1px 5px;
    border-radius: 14px;
}
.wrap .icono-prev{
    left: 45%;
    margin:0;
    color: #fff;
    top: 0px;
    transform: rotate(-90deg);

    background: #5897BB;
    padding: 1px 5px;
    border-radius: 14px;
}


.wrap, .owl-carousel{
    /*width:320px;*/
    height:auto;
    /*overflow: hidden;*/
    /*padding: 10% 0;*/
    /*padding: 40px 0;*/

}
.wrap .owl-carousel{
    overflow: hidden;
    /*height:550px;*/
    height: 650px;
    padding: 40px 0 90px 0;
}
.wrap img{
    height: 208px;
    width: 208px !important;
    display: inline-block !important;
    transition: all 3s;
    transition-timing: ease-in-out;
}
.wrap-carru:hover img{
    /*                -ms-transform: rotate(360deg); 
                    -webkit-transform: rotate(360deg); */
    /*transform: rotate(720deg);*/
}





.wrap-carru{
    display: block;
    border-bottom: 1px solid #DEDEDE;
    text-align: center;
}
.wrap-carru:hover p, .wrap-carru:hover p:focus, .wrap-carru:hover p:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.wrap-carru p {
    /*                display: inline-block;
                    vertical-align: middle;*/
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.wrap-carru p:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    /*background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);*/
    background: radial-gradient(ellipse at center, rgba(1, 132, 119, 0.48) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.wrap-carru:hover p:before, .wrap-carru:hover p:before, .wrap-carru:hover p:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}



.wrap .owl-item{
    float: inherit !important;
}

.wrap p, .wrap a{
    line-height: 15px;
    margin-top: 12px;
    text-transform: uppercase;
    color: #5A5A5A;
    font-size: 13px;
}
.wrap-carru:hover p,.wrap-carru:hover a{
    color: #008D7F;    font-weight: 700;
}




.wrap-carru:hover .img-carr2 {
    transform: scale(1.5);
    /*Damos un ligero zoom a la imagen*/
}
.wrap-carru:hover .mascara {
    opacity: 1;
}

.wrap-carru:hover .mascara p{
    opacity: 1;
    transform: translateX(0px);/*Regresamos a las posiciones originales*/
    transition-delay: 0.1s;
}
.wrap-carru .icono-lupa-herramienta{
    display: block;
}


/*--------------------- Final de Carrusel Vertical ----------------------*/


/****** mapa ******/
.mapa-contacto iframe{

    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    border: 0px transparent;

}
.linea-roja{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.mapa-contacto {
    float: right;
    margin-right: 0;
    height: 100%;
    /*width: 57%;*/
    position: relative;

}
.mapa-contacto #contact-us-map {
    height: 610px;
}
.mapa-contacto .section-map{
    height: 600px;
}

.section-map{
    padding:0;
    height:260px;
    display: table;
    width: 100%;
}
.borde-mapa{
    border-bottom: 4px solid #971628;
}
#contact-us-map {
    height: 270px;
    margin:0;
    margin-top: -10px;
}
/*final mapa*/


/*----- formulario ------*/
.div-f{
    margin: 12px 0;
}
.div-conten{
    /*display: table;*/
    width: 100%;
    height: 200px;
    /*float: left;*/
    overflow: hidden;
}
.div-conten img{
    height: 200px;
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
}
.divco{
    padding-top: 10px;
    height: 200px;
    background: #00a5bc;
    overflow-x: hidden;
    color: #fff;
    font-size: 13px;
}
.divco p {
    color: #fff;
    font-size: 13px;
}
.form-div{
    padding: 15px 10px;
    background: #d0d0d0;
}
.form-horizontal .control-label {
    /*font-weight: 600;*/
    text-align: left;
}
/*::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #000000;
}*/


/*=========== flecha hacia arriba ============*/
.scrollup{
    width:40px;
    height:40px;
    opacity:0.4;
    position:fixed;
    bottom:50px;
    right:10px;
    display:none;
    text-indent:-9999px;
    background:#fff url('../img/icon_top.svg') no-repeat;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    background-size: cover;
    fill: #ec1e1e;
    z-index: 9999;
}
.scrollup:hover{
    opacity:1;
}
/*=========== final flecha hacia arriba ============*/










/**/
.det-col2{
    padding: 15px;
    border: 1px solid #cecece;
}
.div-detic{
    display: table;
    margin: 0 auto;
    text-align: center;
}
.det-ic{
    display: table-cell;
    padding: 0 6%;
    font-size: 15px;
}
.redes{
    text-align: center;
    padding: 15px 0;
}
.det-col2 .icono-facebook:before,
.det-col2 .t-twitter:before {
    color: #fff;
    transition: all 0.5s ease;
    background: #9d9d9d;
    padding: 10px;
}
.det-col2 .icono-facebook:hover:before,
.det-col2 .t-twitter:hover:before {
    color: #fff;
    /*transition: all 0.5s ease;*/
    background: #000;
    /*padding: 10px;*/
}

.cont-pag3{

}
.precioo{
    font-size: 30px !important;
    color: #018477 !important;
    text-align: center !important;
}
.carru-detalle .icono-prev{
    background: #018477;
    padding: 12px 3px;
}
.carru-detalle .icono-next{
    background: #018477;
    padding: 12px 3px;
}


/*inmuebles*/
.cont-prod{
    margin: 0 auto;
    text-align: center;
    padding-top: 12px;

}
.div-prod{
    display: inline-block;
    /*    width: 31%;
        margin: 5px 10px;*/
    /*width: 280px;*/
    /*height: 250px;*/

    /*    margin: 3px 8px;*/
    /*margin: 3% 0;*/
    width: 30%;
    margin: 10px 10px 15px 10px;

}

.cont-prod img{
    width: 100%;
    height: 245px;
}

.carru-prec{
    position: absolute;
    /* top: 0; */
    /* z-index: 1; */
    bottom: 0;
    background: #00a3ba;
    right: 0;
    color: #fff;
    padding: 10px 13px;
    font-size: 1.4em;
    border-radius: 20px 0 0 0;
}
/*.arrowBottom {
  position:relative;
}
.carru-prec:before {
   content: " ";
   position: absolute;
   z-index: 2;
   left: 0;
   width: 22px;
   height: 22px;
   bottom: -11px;
   -webkit-transform: rotate(45deg);
           transform: rotate(45deg);
 
    box-shadow: inset -1px -1px 1px red;
    background: #fff;
}
*/


/************* mascara1 imagen grande *********/
.div-prod .contenido{
    width: 100%;
    height: 100%;
    /*float: left;*/
    overflow: hidden;
    position: relative;
    /*text-align: center;*/
    cursor: default;
    /*background: #00539F;*/
    margin: 0 auto;

    /*        -webkit-box-shadow: 0 14px 7px -6px #191919;
        -moz-box-shadow: 0 14px 6px -6px #4e4e4e;
        box-shadow: 0 14px 7px -6px #4e4e4e;*/
}


.div-prod .contenido img {
    display: block;
    position: relative;
    /****transicion ****/
    transition: all 0.6s linear;
}
.div-prod .contenido .mascara {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;    

    /***transicion***/    
    opacity: 0;
    background-color: rgba(6, 140, 127, 0.66);
    transition: all 0.3s ease-in-out;
}

.div-prod .contenido p {
    font-size: 26px;
    /*position: relative;*/
    color: #fff !important;
    /*padding: 28% 46%;*/
    text-align: center;
    position: absolute;
    top: 40%;
    /*left: 40%;*/
    left: 35%;
    z-index: 99;

    /*******transicion *******/
    transform: translateY(300px);/*Desplazamos a la derecha*/
    opacity: 0;
    transition: all 0.4s linear;
}

.div-prod:hover .img-carrusel1 {
    transform: scale(1.5);
    /*Damos un ligero zoom a la imagen*/
}
.div-prod:hover .mascara {
    opacity: 1;
}

.div-prod:hover p{
    opacity: 1;
    transform: translateX(0px);/*Regresamos a las posiciones originales*/
    transition-delay: 0.1s;
}


/************* fin mascara imagen grande *********/
.div-prod .texto-carru {
    margin-top: 1px;
    height: 40px;
    overflow-x: hidden;
}
.div-prod .texto-carru a {
    font-size: 17px;
    color: #00a4bb;
    text-transform: uppercase;
    font-family: "abel"; 
    font-weight: 600;
}

.div-prod:hover .piVer:after, .div-prod:hover .piVer:before {
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.div-prod:hover .piHor:after, .div-prod:hover .piHor:before {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tit-prod{
    color: #00756A;
    font-family: "abel";
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}



/*Servicios*/
.grup-serv{
    display: table;
    width: 100%;
}
.cont-clientes{
    border: 1px solid white;
    overflow: hidden;
    position: relative;
    will-change: transform;
}

.div-clientes {
    height: 665px;
    background-size: auto 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    overflow: hidden;
    background-color: #1a6ba3;
    position: relative;
    background-position: center;
    max-height: 74vh;
    min-height: 384px;
    /*    border: 2px solid white;*/
    border-bottom: none;
    border-right: none;
    transition: transform .5s ease-in-out;
    will-change: transform;

}
.div-serv:hover .div-clientes{
    transform: scale(1.11);
}
.div-serv:hover .logo-cli{
    transform: scale(1, 1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.mascara {
    padding: 0px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}
.azul .mascara{
    background: rgba(63, 81, 181, 0.4);
}
.azul .text-serv{
    background: #2a3a95;
}
.naranja .mascara{
    background-color: rgba(255, 87, 34, 0.4);
}
.naranja .text-serv{
    background: #FF5722;
}
.amarillo .mascara {
    background-color: rgba(205, 220, 57, 0.4);
}
.amarillo .text-serv{
    background: #e6d013;
}
.verde .mascara{
    background-color: rgba(109, 219, 60, 0.4)
}
.verde .text-serv{
    background: #6eb61a;
}
.mascara .border {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid white;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 0;
}
.texto-top {
    color: white;
    text-align: center;
    display: block;
    top: 21%;
    position: absolute;
    left: 50%;
}
.btn-clientes, .texto-top {
    opacity: 0;
    -webkit-transition: all 0.25s 0.1s;
    -o-transition: all 0.25s 0.1s;
    transition: all 0.25s 0.1s;
}
.texto-top, .btn-clientes {
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.btn-clientes {
    position: absolute;
    bottom: 21%;
    left: 50%;
    padding: 6px 35px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    /* background-color: #fff; */
    /* border-color: #ccc; */
    background-color: transparent;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}
.logo-cli {
    position: absolute !important;
    top: 5%;
    left: 0;
    /*    -webkit-transform: translate3d(0%, 0%, 0) scale(1);
        transform: translate3d(0%, 0%, 0) scale(1);*/
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    max-width: 100%;
    max-height: 130px;
    width: 100%;
    z-index: 4;
    color: #fff;
    padding: 0 15px;
}
.logo-cli h3{
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #c1c1c1;
}
.div-serv:hover .mascara {
    /*filter: grayscale(100%);*/
}
.div-clientes:hover .mascara {
    padding: 15px;
    /*filter: grayscale(100%);*/
    /* background-color: rgba(0,0,0,0.85); */
}
.div-clientes:hover .border {
    opacity: 1;
}
.div-clientes:hover .texto-top {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 1;
}
.div-clientes:hover .btn-clientes {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 1;
}
.div-clientes:hover .logo-cli {
    /*font-size: 1.2em;*/
    /*    -webkit-transform: translate3d(0%, 0%, 0) scale(1.05);
        transform: translate3d(0%, 0%, 0) scale(1.05);*/
}
.div-clientes:hover {

}
.text-serv{
    background: #3F51B5;
    color: #fff;
    /*padding: 10px 15px;*/
    display: table;
    text-align: center;
    height: 10vh;
    width: 100%;
    border: 2px solid white;
    border-bottom: none;
    border-right: none;
    transition: all 0.5s ease;
}
.text-serv a{
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px;
}

.naranja .text-serv:hover {
    background: rgb(180, 54, 45);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.azul .text-serv:hover {
    background: rgb(0, 20, 129);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.amarillo .text-serv:hover{
    background: #a29100;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.verde .text-serv:hover{
    background: #44740b;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}


.seccion-banner {
    width: 100%;
    position: relative;
    height: 450px;
    overflow: hidden;
    border-top: 4px solid #ca1439;
}
.banner-pag {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #e0e0e0;
    -webkit-animation: fadeInDown 1600ms;
    animation: fadeInDown 1600ms;
}



/*---- SECCION DE DOS ---*/
.seccion-cont{
    position: relative;
    padding: 60px 0;
    text-align: center;
}
.seccion-cont .container{
    z-index: 5;
    position: relative;
}
.c-blanco{
    color: #2f2f2f;
    text-align: left;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08);
}
.c-blanco p{
    font-size: 1.1em;
    text-align: justify;
}
.c-blanco .titulos{
    color: #ffffff;
    text-align: left;
}
.c-blanco .titulos:after {
    background-color: #ffffff;
    left: 0;
    transform: none;
}
.img-izquierda{
    clip-path: polygon(0 0%, 30% 0, 100% 0, 100% 0%, 70% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0%, 30% 0, 100% 0, 100% 0%, 70% 100%, 0 100%);
    width: 40%;
    float: left;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    background-size: auto 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.img-derecha{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    overflow: hidden;
    background-size: auto 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.img-derecha:before{
    content: '';
    /*background-color: rgba(18,106,165,0.85);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}
.titulos-d{
    letter-spacing: 11px;
    color: #43444c;
    font-family: "canada-type-gibson";
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 45px;
    margin-bottom: 60px;
    position: relative;
    text-align: center
}
.tit-d{
    font-family: "canada-type-gibson";
    color: #666;
    z-index: 100;
    text-align: center;
    font-size: 60px;
    font-weight: 100;
    text-transform: none;
    letter-spacing: 1px;
    pointer-events: none;
    font-size: 50px !important;
    min-width: 90%; 
}
.tit-d h2{
    font-size: inherit;
    font-weight: inherit;
}
.tit-azul{
    font-family: 'dinprob';
    color: #3980bf;
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 25px;
    margin: 25px auto;
    /*width: 50%;*/
    position: relative;
    text-align: center;
}
.tit-azul:after {
    content: '';
    background-color: #d6d6d6;
    width: 30%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.tit-azul:before{
    content: '';
    background-color: #d6d6d6;
    width: 30%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.fondo-plomodeg{
    background: linear-gradient( 180deg, #ebebeb, #FEFEFE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(225, 226, 230)), color-stop(0.35, rgb(255, 255, 255))) rgb(255, 255, 255);
    padding: 3% 0;
    text-align: center;
}
.fondo-plomodeg h2{
    font-family: 'dinprob';
}
.cont-qs{
    display: inline-block;
}
.div-qs{
    display: inline-table;
    width: 30%;
    vertical-align: top;
    margin: 15px 12px;
}
.div-qs span{
    border-radius: 5px;
    height: 44vh;
    /*width: 44vh;*/
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}
.div-qs .img-qs{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #43444c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    will-change: transform;
}

.div-qs:hover .img-qs{
    transform: scale(1.1);
}
.tit-qs{
    font-family: 'dinprob';
    text-transform: uppercase;
    font-size: 1.3em;
}
.div-text{
    font-size: 1.1em;
    /*text-shadow: 0px 0px 1px #bbbbbb;*/
}
.div-text p{
    text-align: justify;
}



.img-ban {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    padding: 0 15px;
    background: rgba(1, 62, 111, 0.34);
    text-align: center;
    /* -webkit-transform: translate(-50%, -50%); */
    /*    -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);*/
    /* transform: translate(-50%, -50%); */
    font-family: "dinprob";
    color: white;
    z-index: 100;
    text-align: center;
    text-shadow: 0px 0px 6px #5f5f5f;
    font-size: 45px;
    font-weight: 100;
    text-transform: none;
    letter-spacing: 1px;
    pointer-events: none;
    word-wrap: break-word;

    -webkit-animation: fadeInDown 1600ms;
    animation: fadeInDown 1600ms;
}
.img-ban h1 {
    font-size: inherit;
    font-weight: inherit;
}
.img-ban h1 strong {
    text-transform: uppercase;
}

.fondo-pag{
    background: linear-gradient( 180deg, #ececec, #FEFEFE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(247, 247, 247)), color-stop(0.35, rgb(255, 255, 255))) rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
    padding-top: 1%;
}
.hojablanca{
    min-height: 50vh;
    background: #fff;
    box-shadow: 5px 4px 9px #c1c1c1;
    padding: 20px 25px;
    float: left;
    width: 96%;
}
.redes2{
    float: left;
}
.redes2 span:before {
    padding: 6px 5px;
    color: #fff;
    border-radius: 0 6px 6px 0;
    display: block;
    margin-bottom: 1px;

}
.redes2 .icono-facebook:before{
    background: #0b6dbb;
}
.redes2 .icono-twitter:before{
    background: #008CCA;
}
.redes2 .icono-google:before{
    background: #f11201;
}
.redes2 .icono-whatsapp:before{
    background: #319835;
}
.div-right a:first-child{
     margin-right: 15px;
}
.redes2 a{
    display: block;
}

.tit-raya{
    font-family: 'dinprob';
    color: #3980bf;
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 25px;
    margin: 15px auto;
    width: 100%;
    position: relative;
    text-align: center;
}
.tit-raya:after {
    content: '';
    background-color: #d6d6d6;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.tit-raya:before{
    content: '';
    background-color: #d6d6d6;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
/****************** MASCARA 2*******************/
.div-detnot{
    transition: all 0.5s ease-in-out;
}
.div-detnot{
    /*    width: 100%;
        height: 100%;*/
    position: relative;
    overflow: hidden;
}

.div-detnot:hover .mascara2{
    opacity: 1;
}
.div-detnot:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.div-detnot a:hover{
    /*color: red !important;*/
}
.div-detnot:hover .mascara2{
    /*background: rgba(0, 0, 0, 0.47);*/
    -webkit-transform: initial;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;

    transform: initial;
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}
.det-img{
    overflow: hidden;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.det-img img{   
    min-height: 105px;
    will-change: transform;
    transition: all 0.2s ease-in-out;
}
.det-text{
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}


#demo2 .owl-nav {
    position: absolute;
    top: -80px;
    right: 25px;
    /*display: block;*/
    /* height: 38px; */
    line-height: 3em;
}
#demo2 .icono-next, #demo2 .icono-prev{
    color: #da0638;   
}

/*------ Blog ---------*/
/*.cont-blog{
    display: table;
}
.cont-blog section{
    display: inline-table;
    width: 33%;
}
.div-blog{
    background: #e4e4e4;
    margin: 10px 6px;
    padding: 10px;
}
.div-blog img{
    width: 100%;
}
.dtiempo{
    height: 40px;
    display: table;
    vertical-align: top;
}
.dtiempo span{
    position: relative;
    display: table-cell;
    width: 25px;
    vertical-align: middle;
}
.dtiempo p{
    display: table-cell;
    vertical-align: middle;
}
.titblog{
    height: 10vh;
    overflow: hidden;
    color: #000;
}
.titblog a{
    color: #000;
}*/

.overflow{
    overflow: hidden;
}
.div-noti{
    /*padding: 4px 4px 4px 4px;*/
    position: relative;
    width: 25%;
    margin: 0;
    display: inline-table;
    padding: 4px;
    float: left;
    max-height: 50vh;
    height: 300px;
    transition: all 160ms linear;
    -webkit-transition: all 160ms linear;
}
.div-noti img{
    max-width: 100%;
    width: 100%;
    transition: all 0.8s ease;
    /*height: 220px;*/
    height: 300px;
    will-change: transform;
}
.text-mask{
    /*opacity: 0;*/
    transition: all 0.8s ease;
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.text-mask p{
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.div-noti .mascara{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.div-noti .mascara a{
    color: #fff;
    text-decoration: none;
}
.div-noti .mascara:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.div-noti .mascara a:hover{
    color: #fff !important;
}
.div-noti .mascara p{
    color: #fff !important;
}

.div-noti .mascara:hover .mask{
    background: rgba(255, 255, 255, 0);
    -webkit-transform: initial;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;

    transform: initial;
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}
.div-noti .mask {
    background: -webkit-gradient(linear, 1 -19, 0% 100%, from(rgba(16, 16, 16, 0.08)), to(#15140D));
    background: rgba(0, 0, 0, 0.46);
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    left: 0;
    /*padding-top: 195px;*/
    /*** moddd ***/
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;font-size: 13px;


    transition-timing-function: ease-out;
    transition-duration: 300ms;
}


/*--------------------------------------------------------------------------
+	Contact Us Style
--------------------------------------------------------------------------*/
.section-map{
    padding:0;
    height:400px;
    margin-bottom: 50px;
    box-shadow: inset 0 0px #000000, 0 13px 50px #BDBDBD;
}

#contact-us-map {
    height: 410px;
    margin:0;
    /*margin-top: -10px;*/
    margin-top: 0px;
}
.contact-us-details {
    margin: 20px 0;
    font-size: 0.9em;
}


.contactos-det {
    margin: 20px 0;
    font-size: 0.9em;
}
p.contactos-det a {
    color: #535B60;
}

p.contactos-det a:hover {
    color: #020202;
}


.acercatexto{
    text-align: center;
}


.div-cont{
    width: 100%;
    display: table;
}
.datos-cont{
    width: 70%;
    display: table-cell;
}
.img-cont{
    width: 30%;
    display: table-cell;
    vertical-align: middle;
}



.datos-cont li{  
    display: block;
    margin-bottom: 12px;
}
.datos-cont span:before {
    padding-right: 8px;
    font-size: 18px;
}
.datos-cont span{
    display: table-cell;
    vertical-align: middle;
}
.datos-cont p{
    display: table-cell;
    vertical-align: middle;
}
.datos-cont p a{
    color: #000;
    transition: all 0.4s ease;
}
.datos-cont p a:hover{
    color: #971628;
}
.form-cont .input-text{
    height: 40px;
    font-size: 15px;
    color: #686868;
    margin: 0 0 10px 0;
    border: 1px solid #eaeaea;
    background: #eeeeee;
}
.form-cont .input-text.text-area {
    height: 150px;
}




/*Contactanos*/
.div-form{
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}

.div-form span{
    position: absolute;
    top: 6px;
    right: 4px;
    color: #8e8e8e;
}
.div-form span:before{
    font-size: 16px;
}
.div-form .form-control{
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
    border-radius: 0;
    background: #f5f5f5;
    border: #e4e4e4;
    padding: 6px 8px;
}
.cont-form{
    padding: 50px 30px;
    background: #fff;
}
.cont-form .form-horizontal{
    overflow: hidden;
    padding: 15px 20px;
}
.sombra{
    position: relative;
    margin-top: -7px;
    z-index: -1;
}
/* fin contacto*/







/*----- Equipos ------*/
.module-title {
    /*font-size: 22px;*/
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'segoeuib';
    margin-bottom: 20px;
}

.cat-info {
    display: inline-table;
    width: 17%;
    text-align: left;
    margin: 25px 10px 5px 10px;
    vertical-align: top;
}
.cat-img {
    display: block;
    margin-bottom: 15px;
    /*height: 200px;*/
    margin: 5px;
    overflow: hidden;
    overflow: hidden;
    /*padding: 0;*/
    position: relative;
    /*                border: 4px solid #f8f8f8;
        border-radius: 8px 8px 0 0;*/
}
.cat-img img{
    width: 100%;
    will-change: transform;
    /*        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);*/
}
.cat-text {
    display: block;
    padding: 15px 20px 5px 20px;
    text-align: center;
}
.cat-text h4 {
    margin: 5px 0;
    color: #000000;
    font-size: 15px;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    /* border-bottom: 1px dotted #8e8e8e; */
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -o-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
}
.cat-text a{
    color: #000;
    display: block;
    position: relative;
}
.cat-text b{
    display: block;
    color: #7c7a78;
    font-size: 12px;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -o-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
}
.cat-text p {
    text-align: justify;
    height: 45px;
    line-height: 15px;
    overflow: hidden;
    color: #000;
    font-size: 12px;
}
.catii{

    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}


.bordes{
    -webkit-transition: 0.3s all ease-in-out 0s;
    -o-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
    /*border: 1px solid #FFE082;*/
    position: relative;
    border-radius: 6px;
}
.bordes:before{
    content: "";
    opacity: 0;
    /*border: 3px solid transparent;*/
    /* -webkit-border-image: url(../img/line.png) 30% round repeat; */
    /*    -o-border-image: url(../img/line.png) 30% round repeat;
        border-image: url(../img/line.png) 30% round repeat;
        box-shadow: 0 10px 25px 0 rgba(168, 172, 185, 0.3);*/
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.bordes:hover {
    /*border: 1px solid white;*/
}
.bordes:hover:before {
    /*opacity: 1;*/
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.blog-hover{
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.cat-info:hover .blog-hover{
    background: transparent;
    /*background: rgba(115, 115, 115, 0.34) none repeat scroll 0 0;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.cat-info:hover .cat-text h4{
    color: #000;
} 
.cat-info:hover .cat-text b{
    color: #ffb240;
}

.btn-cat{
    background: #013e6f;
    color: #fff;
    padding: 12px 5%;
    margin: 5px auto;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    /* font: 1.1rem quatro-bold,sans-serif; */
    font: 1.2rem one-bold,sans-serif;
    letter-spacing: .1rem;
    text-decoration: none;
    /* text-transform: uppercase; */
    /* width: 100%; */
    text-align: center;
    border-radius: 6px;
    will-change: font-weight;

}
.btn-cat a{
    color: #fff;
}
.cat-info:hover .btn-cat{
    background: #9a0826;
    color: #fff;
    font-weight: 700;
    animation: pulse ease-out .50s;
    animation-iteration-count:1;
}
.modal-title {
    color: #d61b1b;
}

.linea {
    border-bottom: 1px solid #e2e6e7;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.stock{
    padding-top: 0px;
    font-size: 14px;
    line-height: 31px;
    color: #6a6a6a;
}
.stock b{
    display: inline-block;
    min-width: 105px;
    font-weight: normal;
}
.stock .colrojo{
    color: #e22525;
    font-weight: normal;
}



/*---- TABULADOR ----*/




.tabulador{
    margin-top: 4%; 
    margin-bottom: 4%; 
}
#tabs{
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 99;
    clear: both;
    min-height: 50px;
}

#tabs li{
    float: left;
    margin: 0 .5em 0 0;
}

#tabs a{
    position: relative;
    background: #f0f0f0;
    /* background: rgba(0, 0, 0, 0.28) url("../img/tab1.png"); */
    /*background-image: url("../img/tab0.png");*/
    /* background-image: url("../fonts/icomoon.svg"); */
    /*background-size: 100% 100%;*/
    /* background-image: linear-gradient(to bottom, #fff, #ddd); */
    padding: 0.5em 3.5em;
    /* padding: 0.9em 5.5em; */
    font-size: 15px;
    float: left;
    text-decoration: none;
    color: #323a45;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.8);*/
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /*box-shadow: 0 2px 2px rgba(0,0,0,.4);*/
    /*font-weight: 700;*/
    position: relative;

}
.tabulador p, .tabulador a, .tabulador i, .tabulador li, .tabulador ol, .tabulador span{
    font-size: 1.1em;
}
#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
    background: #323a45;
    /* background-image: url("../img/tab1.png"); */
    background-size: 100% 100%;
    color: #ffffff;
}

#tabs a:focus{
    outline: 0;
}

#tabs a::after{
    /*content:'';*/
    /*content: url("http://www.idear.com.pe/img/right_tab2.png");*/
    position:absolute;
    z-index: 1;
    top: 0;
    right: -.5em;
    bottom: 0;
    width: 1em;
    background: #ddd;
    background-image: linear-gradient(to bottom, #fff, #ddd);
    /*box-shadow: 2px 2px 2px rgba(0,0,0,.4);*/
    /*transform: skew(10deg);*/
    /*border-radius: 0 5px 0 0;*/
    transition: all 0.4s ease; 
}

#tabs #current a,
#tabs #current a::after{
    z-index: 3;
    /*    background-image: url("../img/tab1.png");
        background-size: 100% 100%;*/
    background: #323a45;
    margin-top: 0;
    color: #fff;
    cursor: default;
}

#tabs a:hover:before,
#tabs #current a:before{
    bottom: -8px;
    visibility: visible;
    border-top: 9px solid #323a45;
}
#tabs a:before {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0px;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #f0f0f0;
    height: 9px;
    margin-left: 2px;
    vertical-align: middle;
    width: 16px;
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -8px;
    visibility: hidden;
}


.tit-f{
    box-sizing: border-box;
    color: rgb(105, 110, 110);
    font-family: Arial, sans-serif;
    font-weight: bold;
}
#content
{
    width: 100%;
    /*background: rgb(0, 102, 157);*/
    padding: 14px 15px 14px 10px;
    min-height: 338px;
    position: relative;
    z-index: 2;
    border-radius: 0 0px 0px 0px;
    color: #292f38;
    letter-spacing: .01rem;
}
.tab-t1{
    position: relative;
}





/*::-webkit-scrollbar {
    height: 0;
    width: 0;
}*/
td, th {
    padding: 8px 10px;
}
table {
    background-color: transparent;
    border-color: #e2e2e2;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
.tab_bg table tr:nth-child(1) {
    background: rgba(230, 230, 230, 0) !important;
    color: #323a45 !important;
}
.tab_bg table tr{
    transition: all 0.8s ease;
}
.tab_bg table tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0);
    color: #323a45;
}
.tab_bg table tr:hover {
    background: #f0f0f0;
    color: #000000;
}
.cajadevideo{
    width:100%;
    margin:auto;
    height: 300px;
}
.video{

    height:300px;
    width:100%;
    max-width:100%;
    /*padding-top:56.25%;*/
    position:relative;

}

iframe{

    max-height: 100%;
    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    border: 0px transparent;

}
/*----------- Final Tabulador ---------*/

/*-------------- ZOMM IMG -------------*/
.app-figure {
    width: 100% !important;
    margin: 0px auto;
    border: 0px solid red;
    padding: 2px;
    position: relative;
    text-align: center;
}
.selectors { margin-top: 10px; }
.selectors .mz-thumb img {
    max-width: 70px;    
    height: 70px; 
    transition: all 0.5s ease;
    /*border: 1px solid rgb(139, 195, 74);*/
}
.cont-det{
    font-size: 1.1em;
}






















@media(max-width: 767px) and (min-width: 529px){
    .selectors .mz-thumb img { max-width: 120px; }
}
/**/


/* MEDIA QUERYS */
@media(max-width: 1200px){
    .div-qs {
        width: 28%;
    }
    .cat-info {
        width: 21.98%;
    }
    .img-cli {
        width: 16.9%;
    }
    .hojablanca img{
        width: auto !important;
        height: auto !important;
    }
    .fondo-pag img{
        width: auto !important;
        height: auto !important;
    }
}
@media(max-width: 1200px) and (min-width: 991px){
    .nav > li > a {
        padding: 13px 13px 10px 13px;
    }
}
@media(max-width: 991px){
    p{
        font-size: 13px;
    }
    .servicio-tit h2 {
        font-size: 1.5em;
        padding-bottom: 12px;
    }

    .servicio-tit .icono-engranaje:before,
    .noticia-tit .icono-engranaje:before {
        font-size: 15px;
    }
    .marg-cont strong {
        font-size: 0.85em;
    }
    .texto-pag {
        font-size: 21px;
    }
    .divco{
        padding: 10px;
        height: 170px;
        font-size: 12px;
    }
    .div-conten img {
        height: 170px;
    }
    .div-conten {
        height: 170px;
    }
    .form-horizontal .control-label {
        font-weight: 600;
        font-size: 13px;
    }
    .form-control {
        height: 30px;
        padding: 6px 6px;
    }
    .tit-prod{
        font-size: 24px;
    }
    .div-qs {
        width: 29%;
        margin: 15px 13px;
    }
    .titblog{
        font-size: 20px;
    }
    .cont-blog section {
        width: 50%;
    }
    .div-noti{
        width: 33.4%;
    }
    .cat-info {
        width: 29.98%;
    }
    .img-cli {
        width: 16.7%;
    }
}

@media(max-width: 767px){
    .menu {
        padding: 0px 0;
    }
    .padding-cel{
        padding: 0;
    }
    h2, h1, h3{
        font-size: 18px;
    }
    .navbar {
        border: 0px solid transparent;
    }
    .navbar-inverse {
        background-color: rgba(34, 34, 34, 0);
        border-color: rgba(8, 8, 8, 0);
        background: #013d6e;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #3980bf;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #4f8fc8;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-inverse .navbar-nav > li > a{
        border-radius: 0;
        padding: 15px 10px !important;
        color: #f0f0f0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #02A3BA;
        background-color: #FFFFFF;

    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #3098c7;
        background: #f1f1f1;
        font-weight: bold;
    }
    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #44a1cb;
        font-weight: 700;
        background-color: #f0f0f0;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 15px 20px !important;
    }


    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #FFFFFF;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #3980bf;
    }
    .servicio-tit{
        padding: 3.5% 12px;
        height: auto;
        margin: 0;
        background: #ca153a;

    }
    .div-serv {
        display: block;
        width: 100%;
    }
    .noticia-tit{
        padding: 2% 0;
        height: auto;
    }
    .servicio-tit h2,
    .noticia-tit h2{
        font-size: 1.3em;
        padding-bottom: 0px;
    }
    .servicio-tit .icono-engranaje:before,
    .noticia-tit .icono-engranaje:before{
        font-size: 12px;
    }
    #demo3{
        padding: 1% 10%;
    }
    .centro{
        text-align: center;
    }


    .titulos-pie{
        text-align: center;
    }
    .texto-left{
        text-align: center;
    }
    .texto-right{
        text-align: center;
    }
    label{
        text-align: right;
    }
    .marg-cont{
        padding: 0 5%;
    }
    .mapa-contacto #contact-us-map {
        height: 300px;
    }
    .mapa-contacto .section-map {
        height: 300px;
    }
    .titulos-pie {
        font-size: 17px;
        text-align: left;
    }
    .color-fondo-pie {
        font-size: 12px;
    }
    .cont-pag .form-horizontal .control-label {
        font-size: 12px;
        text-align: left;
        padding: 1px 3px 1px 8px;
    }
    p{
        font-size: 13px;
    }
    .wrap p, .wrap a {
        font-size: 12px;
    }
    .img-cli img{
        transition: all 0.5s ease;
        cursor: pointer;
        opacity: 1;
        transform: scale(1);
    }
    .wrap-carru:hover img{
        transform: initial;
    }
    .cont-cli {
        text-align: center;
    }
    .img-cli {
        width: 28%;
    }
    .color-fondo-pie p {
        text-align: left;
    }

    .cont-pag p {
        font-size: 13px;
    }
    .texto-pag {
        font-size: 18px;
    }

    .div-conten {
        height: auto;
        overflow: visible;
    }
    .div-conten img {
        height: auto;
    }
    .divco{
        height: auto;
    }

    /*/*/
    .header_box {
        display: block;
    }
    .div-logo {
        padding: 2% 0;
        display: block;
        text-align: center;
    }
    .fondo-plomo p {
        font-size: 1em;
        width: 100%;
        margin: 0;
    }
    #demo2 .owl-nav{
        top: -50px;
        right: 45px;
    }
    .servicio-tit h2 {
        color: #ffffff;
        text-align: left;
    }
    #demo2 .icono-prev,#demo2 .icono-next{
        color: #ffffff !important;
    }
    .servicio-tit h2:before, .servicio-tit h2:after{
        display: none;
    }

    .div-noti{
        width: 50%;
    }
    .cat-info {
        width: 47%;
        margin: 25px 6px 5px 6px;
    }
    .module-title{
        margin-top: 7%;
    }
    #tabs li {
        margin: 0;
        margin-right: 5px;
    }
    #tabs a {
        padding: 0.5em 1.5em;
    }
    #content{
        padding: 15px 0;
    }
    .hojablanca{
        width: 94%;
    }
    .redes2 span:before {
        padding: 6px 3px;
        font-size: 14px;
    }
    .top-cab{
        text-align: center;
    }
    .top-cab .div-left, .top-cab .div-right{
        float: none;
    }
    .top-cab a {
        padding: 5px 5px;
        display: inline-block;
    }
    .btn-cat{
        display: block;
    }
}

@media(max-width: 600px){
    .div-qs {
        width: 100%;
        margin: 15px 0;
    }
    .cont-blog section {
        width: 100%;
    }
    .div-blog{
        margin: 15px 0;
    }
    .div-noti{
        width: 100%;
        height: auto;
    }
    .div-noti img{
        height: auto;
    }
}
@media (max-width: 500px) {
    .contenido{
        width: 210px;
        margin: 0 auto;
    }
    .cat-info {
        display: block;
        width: 100%;
        margin: 25px 0px 5px 0px;
    }
    .img-cli {
        width: 100%;
        margin: 0 5px;
        height: auto;
    }
    .img-cli img {
        width: 100%;
        height: auto;
    }
    /*    .servicio-tit h2:before, .servicio-tit h2:after{
            display: none;
        }*/
    .hojablanca {
        width: 92%;
    }
    .hojablanca{
        padding: 10px 12px;
    }
    .img-ban {
        top: 20%;
    }
    .img-ban h1 {
        font-size: 40px;
    }
}
@media(max-width:767px) and (min-width: 500px){
    .img-carrusel1 {
        /*border-radius: 170px;*/
        height: 200px;
        width: 210px !important;
        margin: 0 auto;
    }
    .contenido {
        width: 210px;
        margin: 0 auto;
    }
    .owl-nav {
        top: -61px;
    }

}
@media(max-width: 991px){
    .fondo-menu{
        height: 95px;
    }
    .cont-prod img {
        height: 195px;
    }
    .div-prod .texto-carru a {
        font-size: 15px;
    }
    .carru-prec{
        font-size: 1.1em;
    }

}
@media(max-width: 991px) and (min-width: 767px){
    .div-prod .contenido p {
        /*left: 23%;*/
        font-size: 17px;
    }
    .div-qs span {
        height: 26vh;
    }
}


@media(min-width: 991px){
    .linea-pie::after{
        /*content: url(../img/linea-pie.png);*/
        height: 50%;
        top: 0;
        left: 95%;
        position: absolute;
    }  
    /* SOMBRA DEL BANNER */
    .sombra-banner{
        z-index:1090;
        margin-top: -17px;
        width: 100%;
    }
    .modal-dialog {
        width: 400px;
    }
}

@media(max-width:722px){
    .cont-prod img {
        height: auto;
        width: 100% !important;
    }
    .div-prod{
        width: 100%;
        margin: 0;
    }
}