﻿
:root {
    --z2-azul-tr-1: #02172D;
    --z2-azul-tr-2: #153A64;
    --z2-naraja-1: #722A09;
    --z2-naraja-2: #FF5400;
    --z2-verde-1: #374C1B;
    --z2-verde-2: #81B747;
    --z2-azul-1: #0B4549;
    --z2-azul-2: #21D5ED;
    --z2-purpura-1: #423244;
    --z2-purpura-2: #B78DBB;
    /* Tmanios */
    --z2-hw-icns: 7vw;
    --z2-hw-icns-ng: -7vw;
    --z2-fs-icns: 5vw;
    --z2-top-h: 90px;
    --z2-cb-radio: 50px;
    --z2-height-prev: 45vw;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.icn_z1_1, .icn_z1_2, .cont_icn_z1_3 i, .cont_icn_z1_4 i, .cont_icn_z1_5 i, .icn_z1_6,
.icn_z2_1, .icn_z2_2, .icn_z2_3, .icn_z2_4,
.icn_z3_1, .icn_z3_2, .icn_z3_3, .icn_z3_4,
.icn_z4_1, .icn_z4_2, .icn_z4_3,
.icn_z5_1, .icn_z5_2, .icn_z5_3, .icn_z5_4, .icn_z5_5,
.icn_z6_1, .icn_z6_2, .icn_z6_1_ext, .icn_z6_2_ext,
.cont_icn_z6_1 i, .icn_z6_2, .cont_icn_z6_3 i, .cont_icn_z6_4 i, .cont_icn_z1_blue i {
    font-size: var(--z2-fs-icns);
    width: calc(var(--z2-hw-icns) + 1px);
    height: calc(var(--z2-hw-icns) + 1px);
    display: flex;
    align-items: center;
    justify-content: center;
    /*animation: aparecer 1s forwards;*/
}

.cont_icn_z1_blue i {
    position: absolute;
    background-color: var(--tr-blue-1);
    transform: rotate(0deg);
    z-index: 1;
    animation-delay: 1s;
}

    .cont_icn_z1_blue i:nth-child(1) {
        left: calc(50% - var(--z2-hw-icns) - 1vw);
        margin-top: calc(var(--z2-hw-icns-ng) * 6);
    }

    .cont_icn_z1_blue i:nth-child(2) {
        left: calc(50% - var(--z2-hw-icns) - 1vw);
        margin-top: calc(var(--z2-hw-icns-ng) * 5);
    }

    .cont_icn_z1_blue i:nth-child(3) {
        left: calc(50% - var(--z2-hw-icns) - 1vw);
        margin-top: calc(var(--z2-hw-icns-ng) * 4);
    }

    .cont_icn_z1_blue i:nth-child(4) {
        left: calc(50% - var(--z2-hw-icns) - 1vw);
        margin-top: calc(var(--z2-hw-icns-ng) * 3);
    }

    .cont_icn_z1_blue i:nth-child(5) {
        left: calc(50% - 1vw);
        margin-top: calc(var(--z2-hw-icns-ng) * 6);
    }

    .cont_icn_z1_blue i:nth-child(6) {
        left: calc(50% - var(--z2-hw-icns) - 1vw);
        margin-top: calc(var(--z2-hw-icns-ng));
    }

    .cont_icn_z1_blue i:nth-child(7) {
        left: calc(50% - 1vw);
        margin-top: calc(var(--z2-hw-icns-ng));
    }

    .cont_icn_z1_blue i:nth-child(8) {
        left: calc(50% - var(--z2-hw-icns) - 1vw);
        margin-top: calc(var(--z2-hw-icns-ng) * 2)
    }

.cont_z1, .cont_z3, .cont_z6 {
    background-color: var(--z2-azul-tr-1);
}

.cont_z1 {
    min-height: 100vh;
    margin-bottom: 30px;
}

.icn_z1_1 {
    position: absolute;
    background-color: var(--z2-azul-2);
    color: var(--z2-azul-1);
    transform: rotate(270deg);
    margin-top: calc(var(--z2-top-h));
}

.icn_z1_2 {
    position: absolute;
    background-color: var(--z2-verde-2);
    color: var(--z2-verde-1);
    transform: rotate(180deg);
    right: 0;
    z-index: 1;
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    animation-delay: 3s;
    margin-top: calc(var(--z2-top-h));
}

.cont_z1 > div {
    display: flex;
    flex-direction: row;
    background-color: var(--z2-azul-tr-1);
    color: white;
}

    .cont_z1 > div.cont_info {
        padding-top: var(--z2-top-h);
    }

    .cont_z1 > div > div {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: center;
    }

.cont_z1 h1 {
    font-weight: bold;
    text-align: left;
    font-size: 4vw;
    margin-bottom: 0;
}

    .cont_z1 h1 span {
        color: var(--z2-naraja-2)
    }

.cont_z1 > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    line-height: 1.2;
    margin-top: -3%;
}

    .cont_z1 > div > div > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 3% 0px 6%;
        font-size: 1.9vw;
    }

        .cont_z1 > div > div > div > label strong {
            font-weight: 600;
        }

        .cont_z1 > div > div > div.cont_buttons {
            flex-direction: row;
            gap: 25px;
            margin: 30px 0px;
        }

.btn_rdr {
    padding: 1.5vw 3vw;
    border-radius: clamp(8px, 2vw, 15px);
    font-size: 2.2vw;
    cursor: pointer;
    font-weight: 700;
}

.btn_purpura {
    background-color: var(--z2-purpura-2);
    color: var(--z2-purpura-1);
}

.btn_blue {
    background-color: var(--z2-azul-2);
    color: var(--z2-azul-tr-1);
}

.btn_naranja {
    background-color: var(--z2-naraja-2);
    color: var(--z2-naraja-1);
}

.btn_verde {
    background-color: var(--z2-verde-2);
    color: var(--z2-verde-1);
}

.cont_z1 .img_container {
    background-image: url(/images/z3/uso_trapichar.jpg);
    width: 69%;
    height: 100vh;
    object-fit: contain;
    background-position: bottom center;
    background-size: cover;
    margin-top: 0px;
}

.cont_z1 label {
    font-size: 14px;
    text-align: center;
}

.cont_z1 .btn_rdr {
    padding: 13px 13px;
    border-radius: 10px;
    font-size: 1.2vw;
}

.cont_icn_z1_3 i {
    position: absolute;
    background-color: var(--z2-naraja-2);
    color: var(--z2-naraja-1);
    transform: rotate(180deg);
    left: 0;
    z-index: 1;
    margin-top: var(--z2-hw-icns-ng);
}

    .cont_icn_z1_3 i.icon-tr-expasión {
        left: var(--z2-hw-icns);
        margin-top: var(--z2-hw-icns-ng);
    }

    .cont_icn_z1_3 i:last-child {
        margin-top: calc(var(--z2-hw-icns-ng) * 2);
        border-bottom-left-radius: var(--z2-cb-radio);
    }

.cont_icn_z1_4 i {
    position: absolute;
    background-color: var(--z2-verde-2);
    color: var(--z2-verde-1);
    transform: rotate(0deg);
    left: 50%;
    z-index: 1;
}

    .cont_icn_z1_4 i:first-child {
        left: calc(50% - var(--z2-hw-icns));
        margin-top: calc(var(--z2-hw-icns-ng) * 3);
        border-top-left-radius: var(--z2-cb-radio);
        animation-delay: 1s;
    }

    .cont_icn_z1_4 i.icon-tr-avance {
        left: calc(50% - var(--z2-hw-icns));
        margin-top: calc(var(--z2-hw-icns-ng) * 2);
        animation-delay: 0s;
    }

    .cont_icn_z1_4 i:last-child {
        margin-top: calc(var(--z2-hw-icns-ng) * 3);
        animation-delay: 2s;
    }

.cont_icn_z1_5 i {
    position: absolute;
    background-color: var(--z2-azul-2);
    color: var(--z2-azul-1);
    transform: rotate(270deg);
    left: 50%;
    z-index: 1;
    margin-top: var(--z2-hw-icns-ng);
}

    .cont_icn_z1_5 i.icon-tr-llegada {
        border-top-left-radius: 150px;
        border-top-right-radius: 150px;
    }

    .cont_icn_z1_5 i:last-child {
        left: calc(50% + var(--z2-hw-icns));
    }

.icn_z1_6 {
    position: absolute;
    background-color: var(--z2-naraja-2);
    color: var(--z2-naraja-1);
    transform: rotate(0deg);
    right: 0;
    z-index: 1;
    margin-top: var(--z2-hw-icns-ng);
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
}

.splide_clientes {
    background-color: transparent !important;
    padding: 0px !important;
}

.splide__arrow--prev {
    left: 0.5em !important;
}

.splide__arrow--next {
    right: 0.5em !important;
}

button.splide__arrow {
    opacity: 0.7 !important;
}

.splide__pagination {
    gap: 5px;
    width: 90%;
    margin: 0px 5% !important;
}

    .splide__pagination li {
        width: calc(25% - 5px) !important;
        display: flex !important;
        justify-content: center;
    }

.splide__pagination__page {
    height: 8px !important;
    border-radius: 1px !important;
    margin: 0px !important;
    transform: none !important;
}

button.splide__pagination__page {
    width: 100% !important;
    background-color: white !important;
}

.splide__pagination__page.is-active {
    background-color: var(--tr-gray-1) !important;
}

.splide__pagination__page {
    border-radius: 50px !important;
}

.splide__arrow--prev::before,
.splide__arrow--next::before {
    content: '\e840';
    font-family: "fontello";
    color: var(--tr-blue-3);
    color: white;
    font-size: 1.5em;
}

.splide__arrow--next::before {
    transform: rotate(90deg);
}

.splide__arrow {
    border: none;
    width: auto;
    height: auto;
    height: 3em !important;
    width: 3em !important;
    background: #818181 !important;
    opacity: 1 !important;
}

    .splide__arrow:hover {
        background-color: var(--tr-blue-8) !important;
    }

    .splide__arrow > svg {
        display: none;
    }

.icn_z2_1, .icn_z2_2, .icn_z2_3, .icn_z2_4 {
    background-color: var(--z2-azul-tr-1);
    z-index: 1;
    position: absolute;
}

.icn_z2_1 {
    right: 0;
}

.icn_z2_2 {
    margin-top: var(--z2-hw-icns-ng);
    left: 0;
}

.icn_z2_3 {
    left: 0;
}

.icn_z2_4 {
    right: 0;
}

.cont_z2 > h3 {
    margin: 35px 12.5%;
    width: 75%;
    line-height: 1.2;
    font-size: 1.3rem;
    font-weight: 300;
}

.cont_z2 h3 span {
    color: #52BDDD;
    font-weight: 600;
}

.cont_z2 .cont_usos {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 80%;
    margin: 0px 10%;
}

    .cont_z2 .cont_usos p {
        font-weight: 800;
        margin-top: 5px;
        text-align: center;
    }

.cont_z2 > h2 {
    color: var(--z2-azul-tr-1);
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 2.5rem;
}

.cont_z2 .cont_usos > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

    .cont_z2 .cont_usos > div h5 {
        font-weight: 800;
        color: var(--tr-blue-1);
        margin-bottom: 10px;
    }

.cont_z2 .cont_bnf_directos {
    display: flex;
    flex-direction: row;
    align-items: center;
    place-self: center;
    justify-content: space-around;
    width: 80%;
    margin: 0px 10% 50px;
}

    .cont_z2 .cont_bnf_directos > div {
        text-align: center;
        width: 45%;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

        .cont_z2 .cont_bnf_directos > div > div p {
            margin-bottom: 0px;
            text-align: left;
            line-height: 1.2;
            font-weight: 400;
        }

.cont_z2 .cont_mejora_googl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
}

    .cont_z2 .cont_mejora_googl label {
        font-weight: 700;
        color: var(--tr-blue-1);
        font-size: larger;
    }

    .cont_z2 .cont_mejora_googl img {
        height: 35px;
    }

.cont_z2 .cont_bnf_directos img {
    width: 95px;
    height: 95px;
}

.cont_z2 .cont_bnf_directos h3 {
    margin-bottom: 0px;
    color: var(--z2-naraja-1);
    font-weight: bold;
    font-size: larger;
    text-align: left;
}

.cont_z2 .cont_bnf_directos > div > div {
    display: flex;
    flex-direction: column;
    align-self: center;
}

    .cont_z2 .cont_bnf_directos > div > div > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .cont_z2 .cont_bnf_directos > div > div h5 {
        color: var(--z2-naraja-2);
        margin-bottom: 0px;
        font-size: medium;
        line-height: 0.5;
    }

    .cont_z2 .cont_bnf_directos > div > div h4 {
        color: var(--z2-naraja-2);
        margin-bottom: 0px;
        font-weight: bold;
        font-size: xx-large;
    }

.cont_z2 .cont_usos_items {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

    .cont_z2 .cont_usos_items > div {
        display: flex;
        flex-direction: column;
        width: 50%;
        align-items: center;
    }

.cont_z2 .cont_usos img {
    width: 125px;
    height: 125px;
}

.cont_z3 i {
    position: absolute;
    z-index: 1;
    margin-top: calc(var(--z2-hw-icns-ng) + 4px);
}

    .cont_z3 i.icn_z3_1 {
        background-color: var(--z2-azul-2);
        left: 0;
        margin-top: calc(var(--z2-hw-icns-ng) * 2 + 4px);
    }

    .cont_z3 i.icn_z3_2 {
        background-color: var(--z2-azul-2);
        left: 0;
        border-bottom-left-radius: var(--z2-cb-radio);
    }

    .cont_z3 i.icn_z3_3 {
        background-color: var(--z2-azul-2);
        left: var(--z2-hw-icns);
        color: var(--z2-azul-1);
    }

    .cont_z3 i.icn_z3_4 {
        background-color: var(--z2-naraja-2);
        right: 0;
        color: var(--z2-naraja-1);
        transform: rotate(90deg);
    }

.cont_z3 {
    background-color: var(--z2-azul-tr-1);
    color: #FFFFFF;
    padding: calc(var(--z2-fs-icns) + 25px);
    padding-bottom: calc(var(--z2-fs-icns) - 20px);
}

    .cont_z3 h2 {
        margin-bottom: 100px;
        font-weight: bold;
        font-size: 2.5rem;
    }

    .cont_z3 .cont_como_func {
        display: flex;
        flex-direction: row;
        gap: 5%;
        margin: 50px 0px;
    }

        .cont_z3 .cont_como_func > div {
            width: 50%;
        }

        .cont_z3 .cont_como_func h4 span,
        .cont_z3 .cont_como_func h3 {
            color: var(--z2-purpura-2);
        }

            .cont_z3 .cont_como_func h3 span {
                color: var(--z2-naraja-2);
            }

        .cont_z3 .cont_como_func h3,
        .cont_z3 .cont_como_func h4 {
            margin-bottom: 0px;
            font-size: 1.7rem;
        }

            .cont_z3 .cont_como_func h4:nth-child(2) {
                margin: 50px 25px 20px;
            }

        .cont_z3 .cont_como_func h3 {
            font-weight: 700;
            padding-left: 0px;
            text-align: left;
            margin-bottom: 50px;
            font-size: 2rem;
        }

        .cont_z3 .cont_como_func ol {
            list-style: none;
            padding-left: 0px;
        }

        .cont_z3 .cont_como_func li {
            counter-increment: paso;
            margin-bottom: 1em;
            position: relative;
            padding-left: 3em;
            font-size: 1.1em;
        }

            .cont_z3 .cont_como_func li h4 {
                font-weight: 300
            }

            .cont_z3 .cont_como_func li::before {
                content: counter(paso);
                position: absolute;
                left: 0;
                top: 0;
                width: 2em;
                height: 2em;
                line-height: 2em;
                background-color: var(--z2-purpura-2);
                color: var(--z2-purpura-1);
                border-radius: 50%;
                text-align: center;
                font-weight: 900;
            }

    .cont_z3 .cont_btns {
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 5%;
    }

        .cont_z3 .cont_btns a {
            padding: 15px 20px;
            border-radius: 15px;
            font-size: x-large;
        }

.cont_z4 {
    padding-top: var(--z2-hw-icns);
    width: 100%;
}

.icn_z4_1, .icn_z4_2, .icn_z4_3, .icn_z4_4 {
    position: absolute;
}

.icn_z4_1 {
    margin-top: var(--z2-hw-icns-ng);
    background-color: var(--z2-purpura-2);
    color: var(--z2-purpura-1);
    transform: rotate(0deg);
    border-top-right-radius: var(--z2-cb-radio);
    border-top-left-radius: var(--z2-cb-radio);
    margin-top: calc(var(--z2-hw-icns-ng) * 2);
}

.icn_z4_2 {
    left: 0;
    margin-top: var(--z2-hw-icns-ng);
    background-color: var(--z2-purpura-2);
}

.icn_z4_3 {
    right: 0;
    background-color: var(--z2-azul-tr-1);
    margin-top: var(--z2-hw-icns-ng);
}

.cont_z4 h2 {
    color: var(--z2-azul-tr-1);
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 2.5rem;
}

.cont_z4 p {
    text-align: center;
    font-weight: 400;
    color: var(--z2-azul-tr-1);
}

.cont_z4 .cont_dashinfo_head {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 40px 7.5%;
}

    .cont_z4 .cont_dashinfo_head > div {
        display: flex;
        flex-direction: row;
        gap: 5%;
        justify-content: center;
    }

        .cont_z4 .cont_dashinfo_head > div.cont_dashinfo_center {
            gap: 0;
        }

.cont_z4 .cont_dashinfo_center > div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: right;
}

    .cont_z4 .cont_dashinfo_center > div:nth-child(2) {
        width: 70%;
    }

    .cont_z4 .cont_dashinfo_center > div:nth-child(odd) {
        width: 15%;
    }

    .cont_z4 .cont_dashinfo_center > div:nth-child(1) > .cont_dashinfo_item p {
        text-align: right;
    }

    .cont_z4 .cont_dashinfo_center > div:nth-child(3) > .cont_dashinfo_item h4,
    .cont_z4 .cont_dashinfo_center > div:nth-child(3) > .cont_dashinfo_item p {
        text-align: left;
    }

.cont_z4 .cont_dashinfo_item {
    display: flex;
    flex-direction: column;
}

    .cont_z4 .cont_dashinfo_item h4 {
        margin-bottom: 0px;
        font-weight: 600;
        font-size: 1rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }

        .cont_z4 .cont_dashinfo_item h4 span {
            display: none;
            border-radius: 100%;
            height: 25px;
            width: 25px;
            color: #ffffff;
            align-items: center;
            justify-content: center;
            min-width: 25px;
            min-height: 25px;
        }

    .cont_z4 .cont_dashinfo_item p {
        margin-bottom: 10px;
        line-height: 1.1;
        font-size: 0.8rem;
        font-weight: 500;
    }

.cont_z4 .cont_dashinfo_head > div > .cont_dashinfo_item {
    text-align: center;
    max-width: 25%;
}

    .cont_z4 .cont_dashinfo_head > div > .cont_dashinfo_item:nth-child(1) h4 span,
    .cont_z4 .cont_dashinfo_center > div:nth-child(3) .cont_dashinfo_item:nth-child(2) h4 span {
        background-color: var(--z2-purpura-2);
    }

.cont_z4 .cont_dashinfo_center > div:nth-child(3) .cont_dashinfo_item:nth-child(1) h4 span,
.cont_z4 .cont_dashinfo_center > div:nth-child(1) .cont_dashinfo_item:nth-child(3) h4 span {
    background-color: #52BDDD;
}

.cont_z4 .cont_dashinfo_center > div:nth-child(1) .cont_dashinfo_item:nth-child(2) h4 span,
.cont_z4 .cont_dashinfo_head > div > .cont_dashinfo_item:nth-child(2) h4 span {
    background-color: var(--z2-naraja-2);
}

.cont_z4 .cont_dashinfo_center > div:nth-child(1) .cont_dashinfo_item:nth-child(1) h4 span {
    background-color: #81B64C;
}

.cont_z4 .cont_dashinfo_head > div > .cont_dashinfo_item:nth-child(1) h4 {
    color: var(--z2-purpura-2);
}

.cont_z4 .cont_dashinfo_head > div > .cont_dashinfo_item:nth-child(2) h4 {
    color: var(--z2-naraja-2);
}

.cont_z4 .cont_dashinfo_center > div:nth-child(1) .cont_dashinfo_item:nth-child(1) h4 {
    color: #81B64C;
}

.cont_z4 .cont_dashinfo_center > div:nth-child(1) .cont_dashinfo_item:nth-child(2) h4 {
    color: var(--z2-naraja-2);
}

.cont_z4 .cont_dashinfo_center > div:nth-child(1) .cont_dashinfo_item:nth-child(3) h4 {
    color: #52BDDD;
}

.cont_z4 .cont_dashinfo_center > div:nth-child(3) .cont_dashinfo_item:nth-child(1) h4 {
    color: #52BDDD;
}

.cont_z4 .cont_dashinfo_center > div:nth-child(3) .cont_dashinfo_item:nth-child(2) h4 {
    color: var(--z2-purpura-2);
}


.cont_z4 img {
    width: 100%;
}

.cont_z5 .cont_info h2 {
    font-size: 2.9vw;
    color: var(--z2-azul-tr-1);
    font-weight: bold;
    line-height: 1.3;
}

    .cont_z5 .cont_info h2 > span {
        font-size: 5.5vw;
        font-weight: bold;
    }

        .cont_z5 .cont_info h2 > span.lst {
            font-size: 2.3vw;
            color: var(--z2-azul-tr-1);
            font-weight: 400;
        }

        .cont_z5 .cont_info h2 > span.n_cons {
            color: var(--z2-verde-2);
        }

.icn_z5_1, .icn_z5_2, .icn_z5_3, .icn_z5_4, .icn_z5_5 {
    background-color: var(--z2-azul-tr-1);
    z-index: 1;
    position: absolute;
}

.icn_z5_2 {
    right: var(--z2-hw-icns);
}

.icn_z5_3 {
    right: 0;
}

.icn_z5_4 {
    right: 0;
    margin-top: var(--z2-hw-icns);
}

.icn_z5_5 {
    margin-top: calc(var(--z2-hw-icns) * 3);
    left: 0;
}

.cont_z5 {
    margin-bottom: calc(var(--z2-hw-icns) + 20px);
}

    .cont_z5 h2 {
        color: var(--z2-azul-tr-1);
        margin-bottom: 100px;
        font-weight: bold;
        font-size: 2.5rem;
    }

    .cont_z5 .cont_impacto {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 7%;
        margin: 75px 7.5%;
    }

        .cont_z5 .cont_impacto > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 33.33%;
        }

            .cont_z5 .cont_impacto > div > div > div {
                display: flex;
                flex-direction: row;
                gap: 10px;
                align-items: center;
                text-align: center;
                margin-top: 8px;
            }

                .cont_z5 .cont_impacto > div > div > div h5 {
                    color: var(--z2-naraja-2);
                    margin-bottom: 0px;
                    font-size: medium;
                    line-height: 0.5;
                }

                .cont_z5 .cont_impacto > div > div > div h4 {
                    color: var(--z2-naraja-2);
                    margin-bottom: 0px;
                    font-weight: bold;
                    font-size: xx-large
                }


    .cont_z5 img {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }

    .cont_z5 .cont_impacto > div:last-child img {
        width: 180px;
    }

    .cont_z5 h3 {
        margin-bottom: 0px;
        color: var(--z2-naraja-1);
        font-weight: bold;
        font-size: larger;
    }

    .cont_z5 p {
        margin-bottom: 0px;
        color: var(--z2-azul-tr-1);
        font-weight: 400;
        font-size: larger;
        text-align: left;
        line-height: 1.2;
    }

.cont_z6 .icn_z6_1_ext,
.cont_z6 .icn_z6_2_ext {
    background-color: var(--z2-azul-tr-1);
    position: absolute;
}


.cont_z6 .icn_z6_1_ext {
    margin-top: var(--z2-hw-icns-ng);
}

.cont_z6 .icn_z6_2_ext {
    margin-top: calc(var(--z2-hw-icns-ng) * 2);
    right: 0;
}

.cont_icn_z6_1 i {
    background-color: var(--z2-azul-2);
    color: var(--z2-azul-tr-1);
    transform: rotate(180deg);
    left: 0;
    z-index: 1;
    position: absolute;
}

    .cont_icn_z6_1 i:first-child {
        animation-delay: 1s;
    }

    .cont_icn_z6_1 i:nth-child(2) {
        left: var(--z2-hw-icns);
        border-end-start-radius: var(--z2-cb-radio);
    }

    .cont_icn_z6_1 i:nth-child(3) {
        left: var(--z2-hw-icns);
        margin-top: calc(var(--z2-hw-icns));
    }

    .cont_icn_z6_1 i.icon-tr-llegada {
        margin-top: calc(var(--z2-hw-icns) * 2);
        left: var(--z2-hw-icns);
        animation-delay: 0s;
        border-top-left-radius: var(--z2-cb-radio);
        border-top-right-radius: var(--z2-cb-radio);
        border-top-right-radius: var(--z2-cb-radio);
    }

.icn_z6_2 {
    background-color: var(--z2-naraja-2);
    color: var(--z2-naraja-1);
    right: 0;
    z-index: 1;
    position: absolute;
    transform: rotate(90deg);
}

.cont_z6 .cont_info {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 0px 15%;
    align-items: center;
    justify-content: center;
    padding: calc(var(--z2-hw-icns) + 50px) 20px;
}

    .cont_z6 .cont_info img {
        width: 62.5%;
    }

    .cont_z6 .cont_info h2 {
        font-size: 3.5vw;
        margin: 80px 0px 60px;
        color: white;
        line-height: 1.2;
        font-weight: 400;
    }

        .cont_z6 .cont_info h2 span {
            color: var(--z2-naraja-2);
            font-weight: bold;
        }

.cont_icn_z6_3 i {
    background-color: var(--z2-purpura-2);
    color: var(--z2-purpura-1);
    transform: rotate(180deg);
    left: 0;
    z-index: 1;
    position: absolute;
    margin-top: var(--z2-hw-icns-ng);
}

    .cont_icn_z6_3 i:nth-child(2) {
        left: var(--z2-hw-icns);
        border-top-left-radius: var(--z2-cb-radio);
    }

    .cont_icn_z6_3 i.icon-tr-expasión {
        margin-top: calc(var(--z2-hw-icns-ng) * 2);
        left: var(--z2-hw-icns);
        animation-delay: 0s;
    }

.cont_icn_z6_4 i {
    background-color: var(--z2-verde-2);
    color: var(--z2-verde-1);
    transform: rotate(0deg);
    right: 0;
    z-index: 1;
    position: absolute;
    margin-top: var(--z2-hw-icns-ng);
}

    .cont_icn_z6_4 i:nth-child(1) {
        margin-top: calc(var(--z2-hw-icns-ng) * 2);
        border-top-left-radius: var(--z2-cb-radio);
    }

    .cont_icn_z6_4 i:nth-child(3) {
        right: calc(var(--z2-hw-icns) * 1);
    }

    .cont_icn_z6_4 i.icon-tr-llegada {
        right: calc(var(--z2-hw-icns) * 2);
        animation-delay: 0s;
        border-bottom-left-radius: var(--z2-cb-radio);
        border-top-left-radius: var(--z2-cb-radio);
    }

.cont_z6 .btn_empezar {
    background-color: var(--z2-azul-2);
    color: var(--z2-azul-tr-1);
}

.cont_z6 .cont_btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 45px;
    align-items: center;
}

    .cont_z6 .cont_btns a {
        padding: 15px 20px;
        border-radius: 15px;
        font-size: x-large;
    }

    .cont_z6 .cont_btns label {
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.7vw;
        line-height: 1.2;
        font-weight: 600;
    }

        .cont_z6 .cont_btns label a {
            text-decoration: underline;
            color: white;
            cursor: pointer;
        }

@keyframes aparecer {
    from {
        width: 0%;
    }

    to {
        width: var(--z2-hw-icns);
    }
}

@media (max-width: 1080px) {
    .cont_z3 .steps {
        padding-left: 25px;
    }


    .card_prod_fab {
        width: 47% !important;
    }
}

@media (max-width: 840px) {
    .icn_z1_1, .icn_z1_2 {
        margin-top: 56px;
    }

    .cont_z1 > div.cont_info {
        padding-top: 56px;
    }

    :root {
        --z2-cb-radio: 20px
    }
}

@media (max-width: 600px) {
    :root {
        --z2-hw-icns: 12vw;
        --z2-hw-icns-ng: -12vw;
        --z2-fs-icns: 7vw;
    }

    .cont_z1 > div {
        flex-direction: column;
    }

        .cont_z1 > div > div {
            width: 100%;
        }

            .cont_z1 > div > div:first-child {
                margin: 3% 0px 15px;
            }

    .cont_z1 h1 {
        font-size: 10vw;
    }

    .cont_z1 > div > div > div {
        font-size: 4vw;
    }

    .cont_icn_z1_4, .cont_icn_z1_3 {
        display: none !important;
    }

    .btn_empezar {
        font-size: 6vw;
    }

    .play-button {
        font-size: 8vw;
        width: 290px;
    }

        .play-button i {
            font-size: 10vw;
        }

    .cont_icn_z2_1 i {
        margin-top: -7.5vw;
    }

        .cont_icn_z2_1 i:last-child {
            margin-top: calc(var(--z2-hw-icns) - 7.5vw);
        }

        .cont_icn_z2_1 i.icon-tr-avance {
            left: 0;
        }

    .cont_pasa_de {
        z-index: 9;
        position: relative;
    }

    .cont_icn_z2_2 i.icon-tr-llegada {
        right: 0;
    }

    .icn_z2_3, .cont_icn_z2_4 i {
        margin-top: 0px;
    }

    .cont_z2 {
        padding-bottom: calc(var(--z2-hw-icns) + 0px);
    }

    .cont_pasa_de {
        margin: 0px calc(var(--z2-hw-icns) * 1.2);
        width: calc(100% - var(--z2-hw-icns) * 2.4);
    }

    .cont_z3 .cont_info h2 {
        margin-top: 40px;
        font-size: 7vw;
    }

    .cont_z3 .cont_stps {
        flex-direction: column;
    }

    .cont_z3 .steps {
        width: 100%;
        gap: 5px;
        margin-top: 0vh;
        padding: 0px 20px;
        flex-direction: row;
        justify-content: center;
    }

    #cont_prev h3 {
        display: none;
    }

    .cont_z3 .step {
        font-size: 3.5vw;
    }

        .cont_z3 .step.active {
            font-size: 6vw;
        }

        .cont_z3 .step label {
            display: none;
        }

        .cont_z3 .step.active label {
            font-weight: bold;
            display: block;
            position: absolute;
            margin-top: 100px;
            left: 50%;
            transform: translateX(-50%);
            white-space: nowrap;
        }

        .cont_z3 .step span {
            width: 45px;
            height: 45px;
            font-size: 1.2rem;
        }

    .cont_magia_preview {
        width: 100vw;
        height: 133vw;
        margin-top: 50px;
        margin-bottom: 30px;
        background-image: url('https://trapichar.s3.us-west-2.amazonaws.com/images/Z2-1.0.1/tablet_marco_ver.png');
    }

    #cont_prev > div {
        flex-direction: column;
    }

    #cont_prev button {
        width: 40%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        justify-content: center;
    }

    #cont_prev_cliente {
        height: 100% !important;
        padding: 33px 32px 23px;
    }

    #cont_prev_producto > div,
    #cont_prev_producto #map {
        height: 100% !important;
        padding: 0px 0px 0px;
    }

    .cont_data_fab {
        width: 100% !important;
    }

    #cont_prev_producto {
        padding: 0px 30px 0px;
        width: 100%;
        height: 90%;
    }

    #cont_prod_info {
        width: 85% !important;
        min-width: 200px !important;
    }

    .cont_data_fab {
        gap: 10px !important
    }

        .cont_data_fab h6 {
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .cont_data_fab > div {
            width: 60%;
        }

    .cont_inf_min .cont_inf_rz > div {
        width: calc(100% - 100px);
    }

    .cont_inf_min .cont_inf_rz {
        width: calc(100% - 50px);
    }

    #cont_info_prin.cont_inf_min {
        margin-top: -5px !important;
    }

    .cont_map_prod {
        width: 100%;
        height: 100%;
    }

    #cont_info_prin.cont_inf_min {
        animation: shrinkHeightPreview 1.5s forwards !important;
    }

    #cont_info_prin.cont_inf_max {
        animation: shrinkHeightRevPreview 1.5s forwards !important;
    }

    .cont_z4 .cont_info h2 {
        font-size: 5.2vw;
        margin: -20px 0px 15px;
        padding: 0px 40px;
    }

    .cont_z4 .cont_info label {
        font-size: 2.65vw;
        margin: 0px var(--z2-hw-icns);
    }

    .cont_z4 .cont_info > div {
        margin: 20px 20% 0px;
        flex-wrap: wrap;
    }

        .cont_z4 .cont_info > div > div {
            width: 45%;
        }

            .cont_z4 .cont_info > div > div i {
                font-size: 15vw;
            }

            .cont_z4 .cont_info > div > div h3 {
                font-size: 3.5vw;
            }

    .cont_z4 .cont_btns {
        flex-direction: column;
        gap: 15px;
        margin: 30px 0px 70px;
    }

    .cont_z4 a.btn_empezar, .cont_z4 a {
        font-size: 4.5vw;
        padding: 15px 25px;
    }

    .cont_z5 .cont_info {
        padding-top: calc(var(--z2-hw-icns) * 3);
    }

        .cont_z5 .cont_info h2 {
            font-size: 4vw;
        }

            .cont_z5 .cont_info h2 > span {
                font-size: 7vw;
            }

                .cont_z5 .cont_info h2 > span.lst {
                    font-size: 3.5vw;
                }

    .cont_z5 .cont_magia_tr h2 {
        font-size: 4.5vw;
    }

    .cont_z6 .cont_info {
        width: 80%;
        margin: 0px 10%;
    }

        .cont_z6 .cont_info h2 {
            font-size: 5vw;
            margin: 35px 0px 25px;
        }

    .cont_z6 .cont_btns {
        flex-direction: column;
        gap: 20px;
    }

        .cont_z6 .cont_btns label {
            font-size: 4vw;
        }

    .cont_icn_z6_1 i:first-child,
    .cont_icn_z6_3 i:first-child {
        display: none;
    }

    .cont_icn_z6_1 i:nth-child(4),
    .cont_icn_z6_1 i:nth-child(2),
    .cont_icn_z6_1 i:nth-child(3),
    .cont_icn_z6_3 i:nth-child(2),
    .cont_icn_z6_3 i:nth-child(3) {
        left: 0;
    }

    .cont_icn_z6_4 i:nth-child(1),
    .cont_icn_z6_4 i:nth-child(2) {
        display: none;
    }

    .cont_icn_z6_4 i:nth-child(3) {
        right: 0;
    }

    .cont_icn_z6_4 i.icon-tr-llegada {
        right: calc(var(--z2-hw-icns) * 1);
    }
}

@keyframes shrinkHeightPreview {
    from {
        height: 335px;
    }

    to {
        height: 105px;
    }
}

@keyframes shrinkHeightRevPreview {
    from {
        height: 135px;
        opacity: 0.5;
    }

    to {
        height: 335px;
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .cont_z1 label {
        padding: 0px 10%;
    }

        .cont_z1 label br {
            display: none;
        }

    .cont_z1 h1 {
        font-size: 3.5vw;
    }

    .cont_z2 .cont_bnf_directos {
        width: 90%;
        margin: 0px 5% 50px;
        gap: 5%;
    }

    .cont_z2 .cont_usos_items {
        width: 90%;
        margin: 0px 5% 50px;
    }

    .cont_z3 .cont_como_func h3, .cont_z3 .cont_como_func h4 {
        font-size: 1.4rem;
    }

    .cont_z5 .cont_impacto {
        gap: 2%;
        margin: 75px 2%;
        align-items: center;
    }

    .cont_z5 h3 {
        font-size: large;
    }

    .cont_z5 p {
        font-size: medium;
    }
}

@media (max-width: 860px) {
    .cont_z1 > div > div > div.cont_buttons {
        flex-direction: column;
    }

    .cont_z1 .btn_rdr {
        font-size: 2vw;
        text-align: center;
    }

    .cont_z2 > h3 {
        font-size: 1.0rem;
    }

    .cont_z2 .cont_usos {
        width: 95%;
        margin: 0px 2.5%;
    }

    .cont_z2 .cont_bnf_directos > div {
        width: 50%;
    }

    .cont_z2 .cont_bnf_directos {
        width: 95%;
        margin: 0px 2.5% 50px;
    }

    .cont_z3 .cont_como_func h3, .cont_z3 .cont_como_func h4 {
        font-size: 1.1rem;
    }

    .cont_z3 h2 {
        margin-bottom: 50px;
        margin-top: 35px;
    }

    .cont_z3 .cont_btns a {
        font-size: large;
    }

    .cont_z4 h2, .cont_z4 > p {
        padding: 5px 15%;
        margin-bottom: 0px;
    }

    .cont_z4 .cont_dashinfo_head {
        width: 95%;
        margin: 40px 2.5%;
    }

    .cont_z4 .cont_dashinfo_center > div:nth-child(odd) {
        width: 20%;
    }

    .cont_z4 .cont_dashinfo_center > div:nth-child(2) {
        width: 60%;
    }

    .cont_z6 .cont_btns a {
        font-size: large;
    }

    .cont_z2 .cont_usos img {
        width: 95px;
        height: 95px;
    }
}

@media (max-width: 680px) {
    .cont_z1 > div.cont_info {
        padding-top: 150px;
        flex-direction: column;
    }

    .cont_z1 h1 br {
        display: none;
    }

    .cont_z1 > div > div {
        width: 70%;
    }

    .cont_z1 h1 {
        text-align: center;
        font-size: 4.5vh;
    }

    .cont_z1 label {
        padding: 10px 0% 0px;
    }

    .cont_z1 > div > div > div.cont_buttons {
        flex-direction: row;
    }

    .cont_z1 .img_container {
        width: 100%;
        height: 50vh;
        background-position: top center;
    }

    .cont_icn_z1_4 i:first-child {
        left: 0;
        margin-top: calc(var(--z2-hw-icns-ng) * 9);
    }

    .cont_icn_z1_4 i.icon-tr-avance {
        left: 0;
        margin-top: calc(var(--z2-hw-icns-ng) * 8);
    }

    .cont_icn_z1_4 i:last-child {
        margin-top: calc(var(--z2-hw-icns-ng) * 7);
        left: 0;
    }

    .cont_z1 > div.cont_icn_z1_blue {
        display: none;
    }

    .cont_icn_z1_5 i.icon-tr-llegada {
        right: var(--z2-hw-icns);
        left: auto;
        margin-top: calc(var(--z2-hw-icns-ng) * 7);
    }

    .cont_icn_z1_5 i:last-child {
        right: 0;
        left: auto;
        margin-top: calc(var(--z2-hw-icns-ng) * 7);
    }

    .cont_z2 .cont_usos > div {
        width: 100%;
    }

    .cont_z2 .cont_usos {
        flex-direction: column;
    }

    .cont_z2 .cont_bnf_directos {
        width: 95%;
        margin: 0px 2.5% 25px;
        flex-direction: column;
        gap: 25px;
    }

        .cont_z2 .cont_bnf_directos > div {
            width: 80%;
        }

    .cont_z3 .cont_como_func {
        flex-direction: column;
    }

        .cont_z3 .cont_como_func > div {
            width: 100%;
        }

    .cont_z3 .cont_btns a,
    .cont_z6 .cont_btns a {
        padding: 13px;
    }

    .cont_z4 .cont_dashinfo_item h4 span {
        display: flex;
    }

    .cont_z4 h2 {
        font-size: 2.0rem;
    }

    .cont_z4 > p {
        font-size: 1.3rem;
        line-height: 1.1;
    }

    .cont_z4 .cont_dashinfo_head > div > .cont_dashinfo_item {
        max-width: 50%;
    }

    .cont_z4 .cont_dashinfo_head > div.cont_dashinfo_center {
        flex-direction: column;
    }

    .cont_z4 .cont_dashinfo_center > div:nth-child(odd),
    .cont_z4 .cont_dashinfo_center > div:nth-child(even) {
        width: 100%;
        align-items: center;
        text-align: center;
        text-align-last: center;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px;
    }

    .cont_z4 .cont_dashinfo_head > div {
        gap: 10px;
    }

    .cont_z4 .cont_dashinfo_item {
        width: calc(50% - 5px);
        border: 1px solid #d7d7d7;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 1px 2px 3px #c7c7c7;
        margin-bottom: 5px;
        justify-content: center;
    }

        .cont_z4 .cont_dashinfo_item p {
            margin-bottom: 0px;
        }

    .icn_z5_2 {
        display: none;
    }

    .cont_z5 h2 {
        margin-bottom: 50px;
        font-size: 2.0rem;
    }

    .cont_z5 .cont_impacto {
        flex-direction: column;
        margin: 75px 2% 25px;
    }

        .cont_z5 .cont_impacto > div {
            width: 90%;
            margin: 5px 5% 15px;
            flex-direction: row;
            gap: 10px;
            border: 1px solid #d7d7d7;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 1px 2px 3px #c7c7c7;
        }

    .cont_z5 p {
        text-align: center;
    }

    .cont_z6 .cont_info {
        padding: calc(var(--z2-hw-icns) + 50px) 0px;
    }

    .cont_z6 .cont_btns {
        gap: 10px;
    }

        .cont_z6 .cont_btns a {
            font-size: medium;
        }

    .cont_z4 .cont_dashinfo_center > div:nth-child(3) > .cont_dashinfo_item h4,
    .cont_z4 .cont_dashinfo_center > div:nth-child(3) > .cont_dashinfo_item p {
        text-align: center;
    }

    .cont_z3 h2 {
        font-size: 2.0rem;
    }

    .cont_z5 h2 {
        padding: 0px calc(var(--z2-hw-icns));
    }

    .cont_z5 .cont_info {
        padding-top: 15px;
    }

    .icn_z2_1 {
        margin-top: calc(var(--z2-hw-icns) * 3);
    }

    .cont_z3 {
        padding: var(--z2-fs-icns);
    }
}

@media (max-width: 520px) {
    .cont_z1 .btn_rdr {
        font-size: small;
    }

    .cont_z2 > h3 {
        margin: 35px 2.5%;
        width: 95%;
    }

    .cont_z2 > h2 {
        width: calc(100% - var(--z2-hw-icns) * 2);
        margin: 25px var(--z2-hw-icns);
        font-size: 1.5rem;
    }

    .cont_z2 .cont_bnf_directos {
        flex-direction: column;
    }

        .cont_z2 .cont_bnf_directos > div {
            width: 95%;
            margin-bottom: 25px;
        }

    .cont_z3 .cont_btns a, .cont_z6 .cont_btns a {
        padding: 7.5px;
        font-size: smaller;
    }

    .cont_z4 h2, .cont_z4 > p {
        padding: 5px 5%;
    }

    .cont_z4 .cont_dashinfo_head > div {
        flex-direction: column;
        margin-bottom: 5px;
    }

        .cont_z4 .cont_dashinfo_head > div > .cont_dashinfo_item,
        .cont_z4 .cont_dashinfo_item {
            width: 90%;
            max-width: 90%;
            min-width: 90%;
            margin: 0px 5%;
            margin-bottom: 5px;
        }

    .cont_z5 .cont_info h2 {
        line-height: 1.0;
        font-size: clamp(1rem, 4vw, 3rem);
    }

        .cont_z5 .cont_info h2 > span {
            font-size: clamp(1rem, 9vw, 3rem);
        }

            .cont_z5 .cont_info h2 > span.lst {
                font-size: 3vh;
                line-height: 1.0;
                display: flex;
            }
}
