/*RESET CSS*/

body {
    margin: 0
}


/*Elimina margenes del body*/

h1,
h2,
h3 {
    margin: 0;
}

img {
    border: none;
}


/*Elimina borde azul de imágenes con links*/

ul {
    margin: 0;
    padding: 0
}


/*Elimina bordes de lista*/


/*Impide que Skype transforme los números telefónicos*/

span.skype_pnh_container {
    display: none!important;
}

span.skype_pnh_print_container {
    display: inline!important;
}


/*Elimina bordes punteados de links en Firefox*/

a:active {
    outline: none;
}

a:focus {
    outline: none;
}

* {
    outline: none;
}


/*Inputs cross browser!!!*/

input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

input::-moz-focus-inner
/*Borra el padding a botones submit en FF*/

{
    border: 0;
    padding: 0;
}

textarea {
    border: none;
    padding: 0;
}


/*Quita los estilos predefinidos de Safari iOS*/

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/*FIN RESET*/

body {
    background-color: #959595;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
    font-weight: 300
}

.alpha {
    margin-left: 0!important
}

.omega {
    margin-right: 0!important
}

img {
    max-width: 100%
}

.cont-all {
    margin: 15px;
    background-color: #fff;
    overflow-x: hidden;
}

#sidebar-toggle:hover .n-menu {
    color: #000
}

#sidebar-toggle:hover .bar {
    background-color: #000
}

.frase-home {
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    line-height: 32px;
    margin-top: -120px;
    width: 30%;
    position: relative;
    font-weight: 700;
}

.caja-home2 {
    float: left;
    margin-top: -71px;
}

.cont100 {
    width: 100%;
    float: left;
}


/*menu*/

.container {
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
}

header{
    float: left;
    width: 100%;
}

#sidebar.open-sidebar {
    right: 15px;
}

#sidebar {
    background: #fff;
    position: relative;
    float: right;
    margin-top: 30px;
    width: 63%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    -ms-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}

#sidebar ul li {
    margin: 0;
    float: left;
}

#sidebar ul li a {
    border-bottom: 1px solid transparent;
    color: #000;
    display: inline-block;
    font-family: "Asap", sans-serif;
    font-size: 12px;
    font-weight: 100;
    margin-right: 5px;
    padding: 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

#sidebar ul li:hover a {
    border-bottom: 1px solid #f21e1f;
}

.swipe-area {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}

.n-menu,
.contbars {
    float: left;
}

.n-menu {
    display: none;
}

.cont-buscar {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    position: absolute;
    display: none;
    width: 100%;
}

.cerrar-menu {
    display: none;
}

.overlay {
    background: #000;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    display: none;
}


/*fin menu*/

.contenedor {
    width: 1170px;
    margin: 0 auto;
}

.logo {
    width: 273px;
    height: 54px;
    background: url(../img/logo-tecpro.jpg)0 0 no-repeat;
    float: left;
    text-indent: -999px;
    overflow: hidden;
    margin-top: 22px;
}

.header {
    float: left;
    margin-bottom: 13px;
    width: 100%;
}

.home {
    margin-top: 50px;
    width: 100%;
    float: left;
    min-height: 400px;
}

.home .col {
    padding: 25px;
    margin-bottom: 200px;
    float: left;
    width: calc(100% / 3 - 52px);
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-top: 0;
    text-decoration: none;
}

.home .col .name {
    color: #ed2324;
    font-weight: 700;
    font-size: 22px;
    margin-top: 16px;
}

.home .col .icon {
    min-height: 91px;
}

.home .col .icon.link {
    width: 191px;
}

.home .col p {
    color: #000000;
    font-weight: 400;
}

.home .col:first-child {
    border-left: 1px solid #d7d7d7;
}

.linea-home1 {
    background-color: #ed2324;
    float: left;
    height: 7px;
    margin-top: 65px;
    position: relative;
    width: 60px;
    margin-right: 143px;
}

.caja-home1 {
    float: left;
    margin-bottom: 140px;
    margin-left: -54px;
    margin-top: 20px;
    width: 982px;
}

.foto-home1 {
    width: 393px;
    height: 504px;
    float: left;
    background-image: url(../img/home2.jpg);
}

.linea-home2 {
    background-color: #ed2324;
    float: left;
    height: 6px;
    margin-left: -37px;
    margin-top: 122px;
    position: relative;
    width: 43px;
}

.txt-home-1 {
    float: left;
    margin-left: 10px;
    width: 573px;
}

.subtitulo1 {
    font-family: "Asap", sans-serif;
    font-size: 1.4em;
}

.txt2 {
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 200
}

.txt-home-1 .subtitulo1 {
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 111px;
}

.titulo {
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 6.9em;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 700;
}

.titulo2 {
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 4.5em;
    line-height: 1;
    margin-bottom: 25px;
    margin-top: 30px;
    font-weight: 700;
    width: 100%;
}

.titulo2 h2 {
    font-size: 1em;
}

.sep1 {
    background-color: #ed2324;
    clear: left;
    float: left;
    height: 23px;
    width: 242px;
    position: relative;
}

.sep2 {
    background-color: #ed2324;
    float: left;
    height: 13px;
    width: 187px;
    clear: left;
}

.sep3 {
    background-color: #ed2324;
    clear: left;
    float: left;
    height: 17px;
    position: relative;
    width: 187px;
}

.caja-btn {
    float: left;
    height: 298px;
    margin-left: 10px;
    width: 383px;
    margin-bottom: 10px;
    overflow: hidden;
}

.area1 {
    background-image: url(../img/area1.jpg);
}

.area2 {
    background-image: url(../img/area2.jpg);
}

.area3 {
    background-image: url(../img/area3.jpg);
}

.area4 {
    background-image: url(../img/area4.jpg);
}

.area5 {
    background-image: url(../img/area5.jpg);
}

.area6 {
    background-image: url(../img/area6.jpg);
}

.areas {
    float: left;
    margin-top: 10px;
}

.areas-home {
    margin-bottom: 140px;
    margin-left: -10px;
}

.banda-area {
    height: 88px;
    background: url(../img/fondo-barra.png)repeat;
    margin-top: 210px;
}

.icon-area {
    width: 88px;
    height: 88px;
    background: url(../img/sprite1.png);
    float: left;
}

.icon-a2 {
    background-position: -94px 0;
}

.icon-a3 {
    background-position: -197px 0;
}

.icon-a4 {
    background-position: -290px 0;
}

.icon-a5 {
    background-position: -385px 0;
}

.icon-a6 {
    background-position: -479px 0;
}

.banda-area h2 {
    float: left;
    font-family: "Asap", sans-serif;
    margin: 29px 0 0 10px;
    font-weight: normal;
}

.hover-area {
    width: 383px;
    height: 298px;
    background: url(../img/fondo-hover.png);
    margin-top: -298px;
    -webkit-transition: margin-top .3s;
    -moz-transition: margin-top .3s;
    -o-transition: margin-top .3s;
    transition: margin-top .3s;
}

.caja-btn:hover .hover-area {
    margin-top: 0;
}

.iconh-area {
    width: 65px;
    height: 65px;
    margin: 0 auto;
}

.h-area1 {
    background: url(../img/sprite1.png) -145px -97px no-repeat
}

.h-area2 {
    background: url(../img/sprite1.png) -290px -97px no-repeat
}

.h-area3 {
    background: url(../img/sprite1.png) -72px -97px no-repeat
}

.h-area4 {
    background: url(../img/sprite1.png)-218px-97px no-repeat
}

.h-area5 {
    background: url(../img/sprite1.png) -362px -97px no-repeat
}

.h-area6 {
    background: url(../img/sprite1.png) 1px -97px no-repeat
}

.t-area-in,
.hover-area h3 {
    color: #fff;
    font-family: "Asap", sans-serif;
    margin: 10px auto 0 auto;
    text-align: center;
    width: 90%;
    font-size: 1.5em;
}

.cont-hover-in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    float: left;
    margin-top: 73px;
    width: 100%;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.caja-btn:hover .cont-hover-in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.ver-ficha {
    background-color: #ed2324;
    color: #fff;
    display: block;
    height: 31px;
    margin: 12px auto 0;
    padding-top: 9px;
    text-align: center;
    text-decoration: none;
    width: 118px;
    border-radius: 3px;
}

.ver-ficha:hover {
    background: #fb3233
}

.footer {
    width: 100%;
    border-top: 1px solid #000;
    height: 202px;
    float: left;
    margin-top: 50px;
    font-family: "Asap", sans-serif;
}

.copyright {
    float: left;
    margin-top: 30px;
    font-size: 1.1em;
}

.fonos {
    color: #ed2324;
    margin-top: 10px;
}

.direc-foot {
    float: right;
    font-size: 1.3em;
    margin-top: 30px;
}

.fonos a {
    color: #ed2324;
}

.fonos a:hover {
    color: #000;
}

.izq-destac {
    float: left;
    margin-right: 12px;
    text-align: right;
    width: 695px;
}

.slide-destac {
    float: left;
}

.caja-destacado {
    float: left;
    height: 513px;
    margin-left: 0;
}

.foto-destac {
    float: left;
    margin-right: 13px;
}

.izq-destac h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 2em;
    margin: 43px 0 20px 0;
}

.izq-destac p {
    font-size: 1.1em;
}

.izq-destac span {
    font-family: "Asap", sans-serif;
    font-size: 1.2em;
}

.lista-produc a {
    background: url("../img/sprite2.png") no-repeat 0 4px;
    clear: right;
    color: #666;
    float: right;
    font-family: "Asap", sans-serif;
    font-size: 1.2em;
    margin-bottom: 14px;
    padding-left: 20px;
    text-align: left;
    min-width: 170px;
    text-decoration: none;
}

.lista-produc a:hover {
    color: #ed2324
}

.vprev,
.vnext {
    width: 53px;
    height: 166px;
    background: url(../img/sprite2.png);
    float: left;
    cursor: pointer;
    border-left: 1px solid #fff;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s;
}

.vprev {
    background-position: 0-27px;
    margin-top: 42px;
}

.vnext {
    background-position: 0-205px;
    margin-top: 105px;
}

.vprev:hover,
.vnext:hover {
    border-left: 1px solid #ed2324
}

.cont-nav-destac {
    float: left;
    margin-left: -50px;
    position: relative;
    width: 53px;
    z-index: 999;
}

.numero-destac {
    color: #999999;
    font-size: 1.1em;
    font-weight: 700;
    float: left;
    margin: 243px 0 0 20px;
}

.ver-mas {
    background-color: #ed2324;
    clear: right;
    color: #fff;
    float: right;
    font-size: 1.2em;
    padding: 5px 30px;
    text-decoration: none;
    border-radius: 3px;
}

.ver-mas:hover {
    background-color: #fb3233;
}

.top-somos {
    float: left;
    font-family: "Asap", sans-serif;
    font-size: 1.5em;
    line-height: 1.3;
    margin-top: 100px;
    width: 679px;
    margin-bottom: 60px;
}

.breadcrumbs {
    color: #999;
    float: left;
    font-weight: 300;
    margin: 5px 0 25px;
    width: 100%;
}

.breadcrumbs a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.breadcrumbs a:hover {
    color: #000;
}

.foto-somos {
    width: 482px;
    height: 297px;
    float: left;
    background: url(../img/somos.jpg);
    margin: 35px 0 0 9px;
}

.columna-vm {
    width: 571px;
    float: left;
}

.vm-der {
    margin-left: 28px;
}

.columna-vm p {
    float: left;
    font-size: 1.1em;
    line-height: 1.5;
    margin: 40px 0 0;
}

.fila-vm {
    float: left;
}

.fila-vm .titulo,
.t-area {
    font-size: 5.4em;
}

.foto-somos2 {
    background: url("../img/somos2.jpg")0 0;
    float: right;
    height: 558px;
    width: 492px;
    margin-top: 17px;
}

.foto-somos3 {
    background: url("../img/somos3.jpg")0 0;
    float: left;
    height: 558px;
    width: 492px;
    margin-top: 150px;
}

.esp1 {
    float: left;
    line-height: 1.4;
    margin: 40px 9px 0 0;
    width: 482px;
}

.esp2 {
    width: 679px;
    float: left;
}

.esp3 {
    width: 679px;
    float: left;
    margin: 0 9px 0 0;
}

.esp4 {
    float: left;
    line-height: 1.4;
    margin: 40px 0 0 0;
    width: 482px;
}

.fila-esp {
    float: left;
    font-family: "Asap", sans-serif;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.slide-clientes {
    float: left;
    width: 1170px;
    margin-top: 33px;
}

.slide-clientes div {
    text-align: center;
}

.cont-all-clientes {
    float: left;
    position: relative;
    width: 100%
}

#next-cliente,
#prev-cliente {
    position: absolute;
    width: 44px;
    height: 64px;
    background-image: url("../img/sprite-clientes.jpg");
    margin-top: 62px;
    cursor: pointer;
    background-repeat: no-repeat;
}

#next-cliente {
    right: -60px;
    background-position: -47px 0px;
}

#prev-cliente {
    left: -60px
}

#next-cliente:active {
    background-position: -47px 2px;
}

#prev-cliente:active {
    background-position: 0 2px;
}

.banner-areas {
    width: 100%;
    height: 338px;
    float: left;
    background: url(../img/banner-areas.jpg)no-repeat right 0;
    margin-top: -12px;
}

.banner-proy {
    width: 100%;
    height: 314px;
    float: left;
    background: url(../img/banner-proy.jpg)no-repeat fixed 191px 295px;
    margin-top: -12px;
}

.banner-produc {
    width: 100%;
    height: 319px;
    float: left;
    background: url(../img/banner-produc.jpg)no-repeat right 0;
    margin-top: -12px;
}

.btn-cat,
.botones-filtro button {
    text-decoration: none;
    color: #fff;
    background: #ed2324;
    padding: 5px 15px;
    float: left;
    margin-right: 10px;
    font-family: "Asap", sans-serif;
    font-size: 1.1em;
    border-top: 1px solid #fe3233;
    border-bottom: 1px solid #dc2122;
    border-left: 0;
    border-right: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.selected {
    background: #d10809!important;
}

.btn-cat:hover,
.botones-filtro button:hover {
    background-color: #fb3233;
    border-top: 1px solid #ff5657;
    border-bottom: 1px solid #d11f20;
}

.btn-refresca {
    background: url("../img/sprite1.png") no-repeat -438px -97px;
    display: inline-block;
    float: left;
    height: 23px;
    margin: 3px 0 0 9px;
    width: 29px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.btn-refresca:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.t-relac {
    float: left;
    font-family: "Asap", sans-serif;
    font-size: 1.5em;
}

.cont-relac {
    float: left;
    margin-top: 40px;
    width: 100%;
}

.caja-relac {
    width: 382px;
    float: left;
    height: 96px;
    background: #f1f1f1;
    border-bottom: 1px solid #a5a5a5;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    margin-left: 9px;
}

.foto-relac {
    border: 1px solid #c5c7c9;
    float: left;
    height: 76px;
    margin: 9px 0 0 9px;
    width: 76px;
}

.nombre-relac {
    float: left;
    font-size: 1.5em;
    font-weight: 600;
    margin: 32px 0 0 9px;
    width: 277px;
    text-decoration: none;
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.nombre-relac:hover {
    color: #ed2324
}

.cajas-relac {
    float: left;
    margin-top: 14px;
}

.areas2 {
    margin-bottom: 40px;
    margin-left: -10px;
}

.botones-filtro {
    float: left;
    width: 100%;
    margin: 50px 0px;
}

.item .caja-btn {
    float: left;
    height: 298px;
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    width: 383px;
}

.item {
    margin-bottom: 10px;
    /*height:298px;*/
}

#grid,
#grid2 {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.txt-area {
    width: 580px;
    float: right;
}

.txt-area p {
    font-size: 1.1em;
    line-height: 1.5;
    margin: 10px 0 20px 0;
}

.top-area {
    width: 1160px;
    height: 330px;
    float: left;
    float: right;
}

.foto-imperm {
    background: url(../img/top-imperm.jpg)no-repeat right;
    background-attachment: fixed;
}

.foto-pisos {
    background: url(../img/top-pisos.jpg)no-repeat right;
    background-attachment: fixed;
}

.foto-cubiertas {
    background: url(../img/top-cubiertas.jpg)no-repeat right;
    background-attachment: fixed;
}

.foto-soluciones {
    background: url(../img/top-soluciones.jpg)no-repeat right;
    background-attachment: fixed;
}

.foto-inyecciones {
    background: url(../img/top-inyecciones.jpg)no-repeat right;
    background-attachment: fixed;
}

.foto-distribucion {
    background: url(../img/top-distribucion.jpg)no-repeat right;
    background-attachment: fixed;
}

.txt-solo-area {
    float: right;
    margin-top: -108px;
    width: 580px;
}

.fila-area {
    float: left;
    width: 100%;
    margin-top: 45px
}

.txt-solo-area p {
    font-size: 1.1em;
    line-height: 1.5
}

.fila-area h3 {
    font-weight: 600
}

.fila-area p {
    margin: 5px 0 25px 0;
    line-height: 1.5;
    font-size: 1.1em;
}

.txt-area1,
.txt-area2 {
    width: 580px;
    float: left;
}

.txt-area1 {
    margin-right: 10px;
}

.txt-area2 {
    margin-left: 10px;
}

.fila-area img {
    float: left;
}

.link-todo {
    display: none;
}

.caja-relac {
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 1px solid #a5a5a5;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    float: left;
    height: 96px;
    margin-left: 9px;
    width: 381px;
}

.caja-busc1 {
    background-color: #ebebeb;
    float: left;
    margin: 0;
    height: 44px;
    width: 100%;
}

.caja-busc1 .campo1 {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f21e1f;
    margin-top: 0;
    height: 44px;
    width: calc(100% - 80px);
}
.caja-busc1 input.campo1::placeholder {
    color: #c0c0c0;
    font-size: 1px;
    margin-left: 10px;
    }
.caja-busc1 .campo1:focus {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f21e1f;
}
.busc2 {
    margin-left: 10px;
}

.t-busc {
    display: none;
    float: left;
    font-family: "Asap", sans-serif;
    width: 100%;
    font-size: 1.1em;
    display: none;
}

.campo1 {
    border: 2px solid #ff9999;
    float: left;
    font-family: "Asap", sans-serif;
    font-size: 1em;
    height: 57px;
    margin-top: 20px;
    padding: 0 71px 0 9px;
    width: 203px;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.campo1:focus {
    border: 2px solid #ed2324;
}

.btn-busc1,
.btn-busc2 {
    background-color: #ed2324;
    background-image: url(../img/sprite-menu.png);
    background-repeat: no-repeat;
    float: left;
    height: 57px;
    margin-left: -69px;
    margin-top: 22px;
    width: 67px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-busc1 {
    background-position: 35px 13px !important;
    margin-top: 0;
    margin-left: -67px;
    height: 44px;
    background: url(../img/lupa-new.png) no-repeat;
    opacity: 1;
}

.btn-busc2 {
    background-position: 15px-76px;
}

.btn-busc1:hover{
    opacity: 0.7;
}
.btn-busc2:hover {
    background-color: #fb3233;
}

.contactos-nosotros{
    float: left;
    width: 100%;
}

.t-contactos {
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 45px;
    text-align: center;
    width: 100%;
}

.caja-contacto {
    background: #fff;
    width: calc(33.33333333333333% - 60px);
    border: 1px solid #959595;
    float: left;
    padding: 19px;
    margin-right: 29px;
    margin-top: 29px;
}
.caja-contacto:nth-child(3n + 1) {
    margin-right: 0;
}
.foto-contacto {
    border: 1px solid #959595;
    width: 137px;
    height: 185px;
    float: left;
    background: #ccc;
    cursor: pointer;
}

.datos-contac {
    float: left;
    width: 180px;
    margin-left: 10px;
}

.nombre-contac {
    color: #333;
    float: left;
    font-size: 1.1em;
    margin-top: 2px;
    cursor: pointer;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.nombre-contac:hover {
    text-decoration: underline;
    color: #ed2324
}

.contac-m1 {
    margin-left: 60px;
}

.contac-m2 {
    margin-left: 13px;
}

.fila-contac {
    float: left;
    color: #999;
    font-size: .9em;
}

.dire-menu {
    float: left;
    font-size: 1.1em;
    line-height: 1.6;
    text-align: center;
    margin-left: 117px;
    margin-top: 20px;
}

.dire-menu a {
    color: #000
}

.dire-menu a:hover {
    color: #ed2324
}

.fila-contac a {
    color: inherit;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.fila-contac a:hover {
    color: #ed2324;
}

.top-produc {
    background-color: #f5f6f7;
    float: left;
    font-size: 1.5em;
    font-weight: 600;
    height: 42px;
    padding: 11px 0 0 11px;
    width: 370px;
}

.grid-produc .item {
    height: 115px;
}

.caja-produc {
    border-bottom: 1px solid #a5a5a6;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    float: left;
    width: 380px;
    /*margin:0 5px;*/
}

.fila-produc .caja-produc {
    margin: 5px;
}

.ver-produc {
    float: left;
    background: #ed2324;
    width: 132px;
    height: 31px;
    float: left;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 9px 0 9px 9px;
    font-size: 1.2em;
    padding-top: 6px;
}

.ver-produc:hover {
    background-color: #fb3233
}

.filtro-produc button {
    padding: 5px 8px;
}

.frase-r {
    float: left;
    margin-bottom: 15px;
    display: none;
    font-family: "Asap", sans-serif;
}

.sep-r {
    width: 43px;
    height: 1px;
    float: left;
    background-color: #ed2324;
    display: none;
    margin-bottom: 30px;
}

.foto-destac h4 {
    font-family: "Montserrat", sans-serif;
    margin: 3px 0 8px 0;
    display: none;
}

.foto-destac a {
    display: none;
}

.columna-produc {
    float: left;
    width: 571px;
}

.columna-produc h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.columna-produc p {
    font-size: 1.1em;
    margin: 0 0 20px 0;
}

.columna-produc h3 {
    font-family: "Asap", sans-serif;
    margin-bottom: 5px;
}

.filtro-produc a {
    text-decoration: none;
    color: #fff;
    background: #ed2324;
    padding: 5px 13px;
    float: left;
    margin-right: 10px;
    font-family: "Asap", sans-serif;
    font-size: 1.1em;
    border-top: 1px solid #fe3233;
    border-bottom: 1px solid #dc2122;
    border-left: 0;
    border-right: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.filtro-produc {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.fila-produc {
    float: left;
    margin-top: 10px;
}

.produc-current {
    background: #c61a1b!important;
}

.filtro-produc a:hover {
    background: #fb3233
}

.titulo-produc {
    font-size: 5.4em;
    line-height: 0.8;
}

.foto-p-imperm {
    background: url("../img/top-imperm.jpg")no-repeat right 0;
}

.foto-p-rev {
    background: url("../img/top-pisos.jpg")no-repeat right 0;
}

.foto-p-inyec {
    background: url("../img/top-inyecciones.jpg")no-repeat right 0;
}

.foto-p-soluc {
    background: url("../img/top-soluciones.jpg")no-repeat right 0;
}

.foto-p-cub {
    background: url("../img/top-cubiertas.jpg")no-repeat right 0;
}

.foto-p-dist {
    background: url("../img/top-distribucion.jpg")no-repeat right 0;
}

.top-p-area {
    float: right;
    height: 330px;
    width: 1072px;
    margin-top: -9px;
}

.subt-producto {
    float: left;
    font-size: 1.7em;
    font-weight: 600;
    margin-top: 30px;
}

.filtro-produc2 {
    float: left;
    margin: 15px 0 25px;
    width: 100%;
}

.botones-filtro2 button,
.botones-filtroa button {
    background-color: #fff;
    border: 1px solid #fe3233;
    color: #ed2324;
    cursor: pointer;
    float: left;
    font-family: "Asap", sans-serif;
    font-size: 1.1em;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 15px;
    text-decoration: none;
}

.botones-filtro2 button:hover {
    border: 1px solid #c61a1b;
    color: #c61a1b
}

.botones-filtro2 button.selected2 {
    background: #c61a1b;
    color: #fff;
}

.left-produc {
    float: left;
}

.right-produc {
    float: right;
    width: 375px;
    margin: 35px 0 65px 0;
}

.fila-descarga {
    border-top: 1px solid #e7e7e7;
    float: left;
    font-size: 1.1em;
    padding: 18px 0;
    width: 100%;
    background: url(../img/sprite-produc.gif)no-repeat right 2px;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.contac-produc {
    background-position: right-55px;
    border-bottom: 1px solid #e7e7e7;
    text-decoration: none;
}

.fila-descarga:hover {
    color: #ed2324;
    background-position: 330px 2px
}

.contac-produc:hover {
    color: #ed2324;
    background-position: 330px-55px
}


/*.over-contact{height:100%;position:absolute;width:100%;top:0;left:0;}*/

.over-contact {
    height: 100%;
    position: absolute;
    /*width:100%;*/
    top: 438px;
    right: 16px;
}

.fondo-pop {
    background: rgb(0, 0, 0);
    /*fallback*/
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.caja-contacto-p {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 480px;
    position: absolute;
    right: 15px;
    top: 100px;
    width: 592px;
    z-index: 2;
}

.caja-contacto-p2 {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 480px;
    width: 592px;
    z-index: 2;
    margin-top: -65px;
}

.form-menu {
    position: fixed;
    top: 20%;
    right: calc(50% - 297px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.caja-contacto-abrir {
    right: 70px;
}

.top-caja-contact {
    height: 110px;
    background: #f1f1f1
}

.foto-pop-contact {
    float: left;
    height: 90px;
    width: 90px;
    margin: 14px 0 0 14px;
}

.cerrar-pop-contact,
.cerrar-pop-contact2 {
    background: url("../img/cerrar-pop-contact.gif") 0 0;
    float: right;
    height: 30px;
    margin: 4px 4px 0 0;
    width: 30px;
    cursor: pointer;
}

.datos-pop {
    float: left;
    margin: 9px 0 0 6px;
}

.t-pop-contacto {
    font-size: 1.1em;
    margin: 7px 0;
}

.info-pop {
    float: left;
    margin-top: 1px;
    color: #999
}

.caja-campo-p {
    float: left;
    margin: 12px 0 0 12px;
    width: 280px;
}

.caja-campo-p2 {
    float: left;
    margin: 12px 0 0 12px;
    width: 567px;
}

.campo-pop {
    font-size: 1.1em;
    font-family: 'Source Sans Pro', sans-serif;
    height: 50px;
    width: 270px;
    float: left;
    background: #f1f1f1;
    padding-left: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.caja-campo-p label {
    float: left;
    margin-bottom: 4px;
}

.campo-pop2 {
    font-size: 1.1em;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #f1f1f1;
    float: left;
    height: 90px;
    padding: 5px;
    width: 562px;
    margin-top: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.caja-campo-p2 label {
    float: left;
    width: 568px;
}

.campo-pop:focus,
.campo-pop2:focus {
    background: #f8a7a7;
}

.btn_enviar {
    background-color: #ff1e1f;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.1em;
    height: 37px;
    margin: 10px 8px 0 0;
    width: 118px;
    cursor: pointer;
}

.btn_enviar:hover {
    background-color: #fb3233
}

.tabla-p {
    border: 1px solid #ccc;
    float: left;
    text-align: center;
    width: 1164px;
    font-size: 1.1em;
    border-bottom: 0
}

.celda-tabla1 {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: table-cell;
    height: 31px;
    padding: 10px 25px;
    vertical-align: middle;
    width: 182px;
}

.no-right {
    border-right: 0;
}

.tabla-top {
    background: #f1f1f1;
    font-family: "Asap", sans-serif;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.caja-datos-p {
    background-color: #f1f1f1;
    border: 1px solid #e7e7e7;
    float: left;
    width: 1164px;
    border-top: 0;
}

.columna-datos-p {
    color: #999;
    float: left;
    font-size: 1.1em;
    line-height: 1;
    margin: 15px 0 15px 72px;
    width: 295px;
}

.caja-datos-p2 {
    border-top: 0;
    border: 1px solid #e7e7e7;
    float: left;
    width: 1164px;
    border-top: 0;
    text-align: center;
    color: #999;
    font-size: 1.1em;
    padding: 15px 0
}

.columna-datos-p span {
    clear: left;
    float: left;
    margin-bottom: 10px;
}

.titulo3 {
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 30px;
}

.t-resultado {
    float: left;
    font-family: "Asap", sans-serif;
    font-size: 1.5em;
    margin-bottom: 20px;
    width: 100%;
}

.info-pop a {
    color: inherit;
    text-decoration: none;
}

.info-pop a:hover {
    text-decoration: underline;
}

.fila-resultado {
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 13px 0;
    width: 100%;
}

.fila-resultado a {
    color: #000;
    font-size: 1.1em;
    text-decoration: none;
}

.fila-resultado a:hover {
    color: #ed1b2e;
}

.cursiva-result {
    font-style: italic;
    color: #ed2324
}

.icono-busq-no {
    background: url("../img/busqueda.jpg") no-repeat 0 0;
    height: 36px;
    width: 36px;
    float: left;
    margin: -3px 10px 0 0;
}

.info-proy {
    float: left;
    font-size: 1.2em;
    line-height: 2;
    width: 375px;
}

.info-proy h2 {
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    width: 100%
}

.sub-info-proy {
    float: left;
    font-weight: 400;
    margin-right: 6px;
}

.galeria-proyec {
    width: 733px;
    float: right;
}

.cont-proy {
    width: 100%;
    float: left;
    margin: 69px 0 40px 0
}

.item-produc {
    float: left;
    width: 100%;
    font-weight: 400;
    color: #666;
}

.item-produc a {
    text-decoration: none;
    color: inherit;
}

.item-produc a:hover {
    color: #ed2324
}

.arrow-right {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ed2324;
    border-top: 8px solid transparent;
    float: left;
    height: 0;
    margin: 11px 9px 0 0;
    width: 0;
}

.m-relac {
    margin-bottom: 35px;
}

.info-proy .fila-descarga {
    width: 300px;
    margin-top: 25px;
    border-bottom: 1px solid #e7e7e7;
    padding: 8px 0;
    font-size: .9em;
    background-position: right-3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.info-proy .fila-descarga:hover {
    background-position: 250px-3px
}

.slide-proy {
    float: left;
    margin-top: -69px;
    width: 774px;
}

#next-proy,
#prev-proy {
    width: 60px;
    height: 60px;
    background-image: url(../img/flecha-proy.jpg);
    float: left;
    cursor: pointer;
}

#next-proy {
    background-position: -72px 0;
    margin-left: 4px;
}

#prev-proy {
    margin-left: 323px;
}

.nav-proy {
    float: left;
    margin-top: -65px;
    position: relative;
    z-index: 200;
}

.fijado {
    position: fixed;
}

.fondo-blanco {
    background-color: #fff;
}

.caja-multi1 {
    width: 265px;
    /*height:170px;*/
    background: #ccc;
    position: relative;
    float: left;
}

.caja-multi1 img {
    float: left;
}

.caja-multi3 img {
    float: left;
}

.caja-multi2 {
    width: 265px;
    height: 370px;
    background: #ccc;
}

.caja-multi3 {
    width: 565px;
    /*height:370px;*/
    background: #ccc;
    position: relative;
    float: left;
}

#grid2 .item {
    margin-bottom: 30px;
}

.botones-filtroa {
    height: 35px;
    margin: 50px auto;
    width: 100%;
}

.botones-filtroa .selected {
    color: #fff!important
}

.info-multi {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, .7);
    height: 70px;
    overflow: hidden;
    z-index: 999;
    left: 0;
}

.icon-multi {
    width: 70px;
    height: 70px;
    background-image: url(../img/icons-multi.jpg);
    float: left;
}

.multi-doc {
    background-position: 0 0;
}

.multi-noticia {
    background-position: 0-142px;
}

.multi-video {
    background-position: 0-71px;
}

.caja-multi1 .txt-multi1,
.caja-multi2 .txt-multi1 {
    color: #000;
    font-family: "Asap", sans-serif;
    font-size: 1.2em;
    margin: 0 0 0 7px;
    width: 180px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}

.caja-multi3 .txt-multi1 {
    color: #000;
    font-family: "Asap", sans-serif;
    font-size: 1.2em;
    margin: 0 0 0 7px;
    width: 180px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}

.left-noticia {
    width: 640px;
    float: left;
}

.left-noticia .titulo2,
.left-video .titulo2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fecha-noticia {
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 14px;
}

.bajada-noticia {
    float: left;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 14px;
    margin-bottom: 20px;
}

.left-noticia2 {
    width: 766px;
    float: left;
}

.right-noticia {
    float: right;
    margin-top: 41px;
    width: 482px;
}

.left-noticia2 p,
.left-video p {
    float: left;
    font-size: 1.1em;
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.left-video p {
    float: left;
    font-size: 1.1em;
    line-height: 1.7;
    margin: 20px 0 0 0;
    width: 100%;
}

.side-noticias {
    float: right;
    width: 265px;
}

.t-quizas {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    float: left;
    font-size: 1.2em;
    padding: 18px 0;
    width: 100%;
}

.noticia-quizas {
    width: 265px;
    float: left;
    margin-top: 30px;
    position: relative;
    background-color: #ccc;
}

.noticia-quizas img {
    float: left;
}

.info-multi .txt-multi1 {
    color: #000;
    display: table-cell;
    font-family: "Asap", sans-serif;
    height: 70px;
    margin-left: 8px;
    margin-top: 0;
    padding: 0 9px;
    vertical-align: middle;
    width: 475px;
}

.left-video {
    width: 756px;
    float: left;
}

.right-video {
    float: right;
    width: 265px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
}

.content-box {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
}

.box-manual {
    width: 50%;
    background: #fff;
    top: 50px;
    position: absolute;
    left: calc(50% / 2);
}

.box-manual p {
    text-align: center;
    font-size: 22px;
}

.box-manual .campo-m {
    float: left;
    width: calc(50% - 20px);
    padding-left: 0px;
    box-sizing: border-box;
    margin-left: 20px;
}

.box-manual .campo-m label {
    float: left;
    margin-bottom: 8px;
}

.box-manual .campo-m input {
    float: left;
    width: calc(100% - 40px);
    background: #d8d8d8;
    padding: 10px;
    font-size: 20px;
}

.box-manual .campo-l {
    float: left;
    width: calc(100% - 20px);
    padding-left: 0px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.box-manual .campo-l label {
    float: left;
    margin-bottom: 8px;
}

.box-manual .campo-l input {
    float: left;
    width: calc(100% - 40px);
    background: #d8d8d8;
    padding: 10px;
    font-size: 20px;
}

.box-manual .btn {
    display: table;
    margin: 20px auto;
    text-align: center;
    width: 200px;
    background: #ed1c24;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    padding: 15px 0;
    cursor: pointer;
}


.btn-footer{
    background-color: #d7d7d7;
    border-radius: 2px;
    color: #666;
    float: left;
    font-size: 13px;
    height: 38px;
    line-height: 36px;
    margin-right: 5px;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    width: 150px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-footer:hover{
    background-color: #ed2324;
    color: #fff;
}

.contenido-nosotros{
    float: left;
    max-width: 804px;
    width: 100%;
}
.clear{
    float: left;
    height: 1px;
    width: 100%;
}
.title-h2{
    color: #000;
    float: left;
    font-size: 40px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    width: 100%;
}

.contenido-nosotros p{
    color: #999;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.contenido-nosotros p span{
    color: #ed2324;
    font-size: 30px;
    }
.contenido-nosotros a{
color: #ed2324;
font-size: 24px;
font-family: 'Asap';
text-transform: uppercase;
    }

.contactar{
    background-color: #f21d2c;
    border-radius: 2px;
    color: #fff;
    float: left;
    height: 37px;
    line-height: 37px;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.form-contactar{
	display: none;
}