header {
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}
.header-fixed {
    display: block;
}
section .container960 {
    position: relative;
}
section .container960 .container840 {
    padding-left: 0;
    padding-right: 0;
}
section .trazo {
    background-color: white;
    position: absolute;
}
section .trazo-h {
    width: 0;
    height: 5px;
}
section .trazo-v {
    width: 5px;
    height: 0;
}
section .trazo .punto {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    bottom: 0;
    display: none;
}
section .trazo-h .punto {
    margin-bottom: -10px;
}
section .trazo-v .punto {
    margin-bottom: -15px;
}

#inicio {
    background-image: url('../../images/inicio/fondo-inicio.jpg');
    background-size: cover;
    background-position: center top;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}

@keyframes inicio-scroll {
    0% {margin-bottom: 0}
    50% {margin-bottom: -10px}
}
#inicio #inicio-dcha {
    font-weight: 600;
}
#inicio #inicio-dcha #inicio-dcha-top > div > div > button {
    background-color: transparent;
    text-transform: uppercase;
}
#inicio #inicio-dcha #inicio-dcha-top a {
    color: white;
    opacity: 0.5;
}
#inicio #inicio-dcha #inicio-dcha-top a:hover {
    opacity: 1;
}
#inicio #inicio-dcha #inicio-dcha-bottom a {
    line-height: 15px;
    margin-bottom: 15px;
    color: white;
    display: inline-block;
    position: relative;
}
#inicio #inicio-dcha #inicio-dcha-bottom a:hover {
    color: #993734;
}

#top-info .container960, #proceso .container960, #servicios .container960, #formulario .container960 {
    padding-top: 40px;
    padding-bottom: 40px;
}

#top-info {
    background-image: url('../../images/inicio/fondo-producto.jpg');
    background-size: cover;
    background-position: center top;
    color: white;
}
#top-info h2, #top-info h3 {
    color: #2d2b2d;
    font-weight: 600;
    text-transform: uppercase;
}
#producto #producto1 h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}
#producto #producto1 img {
    margin-right: 10px;
}
#producto #producto1 a {
    font-weight: 400;
}
#producto #producto1 a:hover > .tx-white {
    color: #2d2b2d;
}
#producto #producto1 a:hover > .tx-black {
    color: white;
}
#producto #producto4 .btn {
    background-color: white;
    color: #2d2b2d;
    text-transform: uppercase;
}
#producto #producto4 .btn:hover, #producto #producto4 .btnVentajasAct {
    background-color: #2d2b2d;
    color: white;
}
#producto #producto4 ul + ul {
    display: none;
}
#producto #producto-tubos {
    position: relative;
    z-index: 1;
}
#producto #producto-tubos img {
    position: absolute;
    top: 0;
    right: 0;
}

#proceso {
    background-image: url('../../images/inicio/fondo-proceso.jpg');
    background-size: cover;
    background-position: center top;
}
#proceso .trazo, #proceso .trazo .punto {
    background-color: #2d2b2d;
}
#proceso .trazo .punto {
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: white;
    font-size: 36px;
    text-align: center;
}
#proceso .trazo-v .punto {
    margin-bottom: -80px;
    margin-right: -37.5px!important;
    z-index: 1;
}
#proceso h2, #proceso h3 {
    font-weight: 300;
    text-transform: uppercase;
}
#proceso h2 {
    margin-bottom: 20px;
}
#proceso h3 {
    margin-top: 20px;
}
#proceso .btn {
    border: 5px solid;
    font-weight: 300;
}
#proceso #proceso-hidden {
    display: none;
}

#servicios {
    background-image: url('../../images/inicio/fondo-servicios.jpg');
    background-size: cover;
    background-position: center top;
    color: white;
}
#servicios #servicios2 h2 {
    font-weight: 600;
    text-transform: uppercase;
}
#servicios #servicios3, #servicios #servicios8 {
    padding-top: 0;
}
#servicios .servicios {
    padding-top: 10px;
    padding-bottom: 10px;
}
#servicios .servicios .servicios-trazo {
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#servicios .servicios .trazo-h {
    height: 1px;
}
#servicios .servicios h3 {
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}
#servicios .servicios img {
    border: 1px solid white;
}
#servicios .servicios .lnk-corp:hover {
    color: white;
}
#servicios .servicios .container .row + .row {
    margin-top: 20px;
}
#servicios #servicios5 a {
    color: #ca233c;
}
#servicios #servicios5 a:hover {
    color: white;
}
#servicios #calidad h2, #servicios #contacto1 h2 {
    font-weight: 300;
}
#servicios #calidad .lnk-cert {
    border: 1px solid white;
    color: white;
    display: inline-block;
    font-size: 11px;
}
#servicios #calidad .lnk-cert:hover {
    background-color: white;
    color: #2d2b2d;
}
#servicios #calidad .lnk-cert span {
    padding: 2px 5px;
    display: inline-block;
}
#servicios #calidad .lnk-cert span + span {
    background-color: #ca233c;
}
#servicios #calidad .btn {
    border: 1px solid;
    color: white;
}
#servicios #calidad .btn:hover {
    color: #ca233c;
}
#servicios #calidad .subvencion {
    font-size: 13px;
}
#servicios #calidad .subvencion ul {
    padding-left: 15px;
    margin-left: 0;
}
#servicios #calidad .subvencion a {
    color: white;
    display: block;
}
#servicios #calidad .subvencion a:hover,
#servicios #calidad .subvencion a:focus {
    color: #ca233c;
}
#servicios #calidad .subvencion .flex {
    width: fit-content;
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#servicios #calidad .subvencion .flex.bg-white {
    background-color: white;
}
#servicios #calidad .subvencion .flex > * + * {
    margin-left: 30px;
}
#servicios #calidad .subvencion .flex > * img {
    max-height: 83px;
}

#mapas .mapa {
    height: 350px;
}
#mapas .row > div {
    position: relative;
}
#mapas .row > div > .como-llegar {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
}

#formulario {
    background-image: url('../../images/inicio/fondo-contacto.jpg');
    background-size: cover;
    background-position: center top;
}
#formulario .btn {
    padding: 5px 40px;
}

@media (min-width: 992px) {
    section .container960 {
        width: 960px;
    }
    section .container840 {
        width: 840px;
    }
    #top-info h2 {
        font-size: 32px;
    }
    #top-info h3 {
        font-size: 36px;
    }
    #producto #producto1 h3 {
        font-size: 18px;
    }
    #producto #producto4 .btn {
        padding: 16px;
        font-size: 22px;
    }
    #proceso h2, #proceso h3 {
        font-size: 32px;
    }
    #proceso .btn {
        font-size: 20px;
    }
    #servicios #servicios2 h2 {
        font-size: 48px;
    }
    #servicios .servicios h3 {
        font-size: 18px;
    }
    #servicios #calidad h2, #servicios #contacto1 h2 {
        font-size: 40px;
    }
    #servicios #calidad .subvencion h2 {
        font-size: 30px;
    }
    #servicios #calidad .row > div:first-of-type, #servicios #contacto1 .row > div:first-of-type {
        padding-right: 60px;
    }
    #servicios #calidad .row > div:last-of-type, #servicios #contacto1 .row > div:last-of-type {
        padding-left: 60px;
    }
}
@media (max-width: 991px) {
    section h2, #top-info h3 {
        font-size: 24px;
    }
    #servicios #calidad .subvencion h2 {
        font-size: 20px;
    }
    section h3 {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #servicios #calidad .row > div:first-of-type, #servicios #contacto1 .row > div:first-of-type {
        padding-right: 40px;
    }
    #servicios #calidad .row > div:last-of-type, #servicios #contacto1 .row > div:last-of-type {
        padding-left: 40px;
    }
}
@media (min-width: 768px) {
    #inicio #inicio-izda {
        padding-right: 0;
    }
    #inicio #inicio-izda > div, #inicio #inicio-dcha > div {
        width: 100%;
        height: 100vh;
        /* display: table;
        table-layout: fixed; */
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    /* #inicio #inicio-izda > div > div, #inicio #inicio-dcha > div > div {
        display: table-row;
    } */
    #inicio #inicio-izda > div > div > div, #inicio #inicio-dcha > div > div > div {
        padding: 50px 0;
        /* display: table-cell; */
    }
    /* #inicio #inicio-izda #inicio-izda-top > div, #inicio #inicio-dcha #inicio-dcha-top > div {
        vertical-align: top;
    } */
    #inicio #inicio-izda #inicio-izda-middle {
        line-height: 1;
        font-size: 54px;
    }
    /* #inicio #inicio-izda #inicio-izda-middle > div {
        vertical-align: middle;
    }
    #inicio #inicio-izda #inicio-izda-bottom > div, #inicio #inicio-dcha #inicio-dcha-bottom > div {
        vertical-align: bottom;
    } */
    #inicio #inicio-ctro {
        position: static;
    }
    #inicio #inicio-ctro > div {
        width: 100%;
        height: 100px;
        position: absolute;
        z-index: 0;
        bottom: 0;
        left: 0;
    }
    #inicio #inicio-ctro > div #inicio-scroll {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        line-height: 52px;
        margin-left: -27.5px;
        background-color: white;
        color: #2d2b2d;
        font-size: 60px;
        text-align: center;
        position: absolute;
        bottom: 100%;
        left: 50%;
        animation-name: inicio-scroll;
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }
    #inicio #inicio-dcha {
        padding-left: 0;
        text-align: right;
    }
    #inicio #inicio-dcha #inicio-dcha-top > div {
        padding-top: 0;
    }
    #inicio #inicio-dcha #inicio-dcha-top > div > div {
        padding-top: 30px;
        padding-right: 10px;
        border-right: 5px solid white;
        position: relative;
    }
    #inicio #inicio-dcha #inicio-dcha-top > div > div > div {
        font-size: 14px;
        position: absolute;
        top: 100%;
        right: 10px;
        /*display: none;*/
    }
    #inicio #inicio-dcha #inicio-dcha-top a {
        margin: 7.5px 0;
        display: block;
    }
    #inicio #inicio-dcha #inicio-dcha-top > div > div > button:hover {
        color: #993734;
    }
    #inicio #inicio-dcha #inicio-dcha-bottom .menuAct .inicio-menu-linea {
        opacity: 1;
    }
    #inicio #inicio-dcha #inicio-dcha-bottom a .inicio-menu-linea {
        width: 1920px;
        height: 5px;
        margin-left: 10px;
        background-color: white;
        position: absolute;
        top: 5px;
        left: 100%;
        opacity: 0;
        transition: all 0.25s;
    }
    #producto #producto1 a {
        margin-left: 40px;
        margin-bottom: 20px;
        white-space: nowrap;
        float: right;
    }
    #producto #producto3, #oficina #oficina1, #servicios #contacto1 {
        padding-top: 70px;
        padding-bottom: 10px;
    }
    #proceso #proceso1 #proceso1-txt {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 120px;
        -moz-column-gap: 120px;
        column-gap: 120px;
        font-size: 18px;
    }
    #proceso .proceso-impar .proceso-img {
        padding-right: 0;
    }
    #proceso .proceso-impar .proceso-txt {
        padding-left: 60px;
        text-align: left;
    }
    #proceso .proceso-par .proceso-img {
        padding-left: 5px;
    }
    #proceso .proceso-par .proceso-txt {
        padding-right: 60px;
        text-align: right;
    }
    #servicios .servicios .container .row > div:first-of-type {
        padding-right: 0;
    }
    #servicios .servicios .container .row p:last-of-type {
        margin-bottom: 0;
    }
    #servicios #calidad > .row > div:first-of-type {
        text-align: right;
        font-size: 15px;
    }
    #servicios #contacto1, #servicios #contacto2 > .container > .row > div + div {
        text-align: right;
    }
    #mapas > .row > div:first-of-type {
        padding-left: 0;
        padding-right: 5px;
    }
    #mapas > .row > div:last-of-type {
        padding-left: 5px;
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    section .container840 {
        width: 630px;
    }
}
@media (max-width: 767px) {
    section .trazo {
        display: none;
    }
    #inicio {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    #inicio #inicio-izda img {
        margin: 0 auto;
    }
    #inicio #inicio-izda #inicio-izda-middle {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 24px;
    }
    #inicio #inicio-dcha #inicio-dcha-top {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #inicio #inicio-dcha #inicio-dcha-top > div > div > button, #inicio #inicio-dcha #inicio-dcha-top > div > div > div {
        display: inline-block;
    }
    #inicio #inicio-dcha #inicio-dcha-top a {
        margin-left: 20px;
        display: inline-block;
    }
    #producto #producto3, #servicios #contacto1 {
        padding-top: 40px;
        padding-bottom: 0;
    }
    #producto #producto4, #servicios #contacto2 {
        padding-top: 0;
    }
    #mapas > .row > div {
        padding: 0;
    }
    #mapas > .row > div + div {
        padding-top: 10px;
    }
}