/* Estilos específicos para dispositivos celulares */
@media (max-width: 767px) {
    #contenido {
        display: flex;
        flex-direction: column;
    }

    .item1-movil {
        order: 1;
    }

    .item2-movil {
        order: 2;
    }

    .item3-movil {
        order: 3;
    }

    .item4-movil {
        order: 4;
    }

    .item5-movil {
        order: 5;
    }

    .item6-movil {
        order: 6;
    }

    .item7-movil {
        order: 7;
    }

    .item8-movil {
        order: 8;
    }

    .item9-movil {
        order: 9;
    }

    .item10-movil {
        order: 10;
    }

    .item11-movil {
        order: 11;
    }

    .item12-movil {
        order: 12;
    }

    .item13-movil {
        order: 13;
    }

    .item14-movil {
        order: 14;
    }

    .item9999-movil {
        display: none;
        order: 9999;
    }

    /* ***** header ***** */
    .servicios-header,
    .servicios-header * {
        box-sizing: border-box;
    }

    .servicios-header {
        background: linear-gradient(180deg,
                rgba(255, 255, 255, 1) 50.25520086288452%,
                rgba(202, 179, 211, 1) 110%);
        flex-shrink: 0;
        height: 200vw;
        position: relative;
        overflow: hidden;
        top: -7vw;
        display: flex;
        flex-direction: column;
        row-gap: 12vw;
        align-items: center;
        justify-content: center;
    }

    .servicios-container {
        display: flex;
        flex-direction: column;
        gap: 0vw;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .servicios-text {
        display: flex;
        flex-direction: column;
        row-gap: 7vw;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .servicios-heading {
        text-align: center;
        font-size: 12vw;
        line-height: 110%;
        font-weight: 600;
        position: relative;
        width: 81%;
    }

    .servicios-heading-span {
        color: #101011;
        font-size: 12vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-heading-span2 {
        color: #662480;
        font-size: 12vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-heading-span3 {
        color: #101011;
        font-size: 12vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-heading-span4 {
        color: #662480;
        font-size: 12vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-heading-span5 {
        color: #101011;
        font-size: 12vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-description {
        text-align: center;
        font-size: 4.5vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 81%;
    }

    .servicios-description-span {
        color: #201f23;
        font-size: 4.5vw;
        line-height: 140%;
        font-weight: 400;
    }

    .servicios-description-span2 {
        color: #7d4593;
        font-size: 4.5vw;
        line-height: 140%;
        font-weight: 400;
    }

    .servicios-button {
        background: linear-gradient(101.14deg,
                rgba(99, 134, 56, 1) 0%,
                rgba(198, 213, 79, 1) 68.73388886451721%);
        border-radius: 12.6vw;
        width: 35.75vw;
        height: 10.5vw;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .servicios-generator {
        color: #ffffff;
        text-align: center;
        font-size: 4vw;
        line-height: 140%;
        font-weight: 600;
        position: relative;
    }

    .servicios-img-container {
        width: 82vw;
        height: 57vw;
        position: relative;
    }

    .servicios-img {
        width: 100%;
        height: 100%;
    }

    /* ***** opcion-interactiva-servicios ***** */

    .servicios-block2-opcion-interactiva-servicios {
        display: none;
    }

    .servicios-block2-opcion-interactiva-servicios-movil {
        background: #ffffff;
        flex-shrink: 0;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 1.56vw;
        align-items: center;
        justify-content: center;
        margin-top: 2.5vw;
    }

    .servicios-block2-content3 {
        display: flex;
        flex-direction: column;
        row-gap: 4vw;
        align-items: center;
        justify-content: flex-start;
        width: 91.41vw;
        height: 48.409vw;
        position: relative;
    }

    .servicios-block2-heading {
        color: #101011;
        text-align: center;
        font-size: 8vw;
        line-height: 125%;
        font-weight: 700;
        position: relative;
        width: 80%;
    }

    .servicios-block2-description4 {
        color: #575957;
        text-align: center;
        font-size: 3.75vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 80%;
    }

    .servicios-block2-dropdown-container {
        width: 85%;
        margin-top: 1.75vw;
        margin-bottom: 3.75vw;
    }
    
    .servicios-block2-dropdown {
        margin-bottom: 4.25vw;
    }
    
    .servicios-block2-dropdown-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        padding: 2.5vw 0;
        font-weight: bold;
    }

    .menu-item-descripcion-servicios-softlab {
        width: 12vw;
        height: 12vw;
        position: relative;
        border-radius: 25vw;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, rgba(0, 72, 145, 1) 0%, rgba(26, 157, 217, 1) 100%);
        margin-right: 2.5vw;
    }

    .menu-item-descripcion-servicios-nube {
        width: 12vw;
        height: 12vw;
        position: relative;
        border-radius: 25vw;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, rgba(163, 124, 179, 1) 0%, rgba(102, 36, 128, 1) 100%);
        margin-right: 2.5vw;
    }

    .menu-item-descripcion-servicios-ciberseguridad {
        width: 12vw;
        height: 12vw;
        position: relative;
        border-radius: 25vw;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, rgba(12, 41, 106, 1) 0%, rgba(110, 92, 190, 1) 100%);
        margin-right: 2.5vw;
    }

    .menu-item-descripcion-servicios-nearshoring {
        width: 12vw;
        height: 12vw;
        position: relative;
        border-radius: 25vw;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, rgba(227, 115, 45, 1) 0%, rgba(246, 205, 57, 1) 100%);
        margin-right: 2.5vw;
    }
    
    .servicios-block2-dropdown-icon {
        width: 7vw;
        height: 7vw;
    }

    .servicios-block2-dropdown-icon.icon-softlab-left{
        width: 7vw;
        height: 7vw;
        position: relative;
        left: 0.3vw;
        top: -0.2vw;
    }
    
    .servicios-block2-dropdown-title {
        flex-grow: 1;
        font-size: 6.75vw;
        line-height: 130%;
        font-weight: 700;
        position: relative;
        left: 2vw;
    }
    
    .servicios-block2-solution-content-softlab {
        margin-top: 2.5vw;
        height: 93.75vw;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        position: relative;
    }
    
    .servicios-block2-solution-content-softlab .front,
    .servicios-block2-solution-content-softlab .back {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 3.75vw 8.75vw;
        height: 93.75vw;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 6.25vw;
        backface-visibility: hidden;
        overflow: hidden;
    }
    
    .servicios-block2-solution-content-softlab .front {
        background: linear-gradient(90deg, rgba(0, 72, 145, 1) 0%, rgba(26, 157, 217, 1) 100%);
        color: white;
    }
    
    .servicios-block2-solution-content-softlab .back {
        background: #e8f5fb;
        border-color: #d1ebf7;
        color: white;
        transform: rotateY(180deg);
    }
    
    .servicios-block2-solution-content-softlab.flipped {
        transform: rotateY(180deg); 
    }

    .servicios-block2-solution-content-nube {
        margin-top: 2.5vw;
        height: 93.75vw;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        position: relative;
    }
    
    .servicios-block2-solution-content-nube .front,
    .servicios-block2-solution-content-nube .back {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 3.75vw 8.75vw;
        height: 93.75vw;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 6.25vw;
        backface-visibility: hidden;
        overflow: hidden;
    }
    
    .servicios-block2-solution-content-nube .front {
        background: linear-gradient(90deg, rgba(163, 124, 179, 1) 0%, rgba(102, 36, 128, 1) 100%);
        color: white;
    }
    
    .servicios-block2-solution-content-nube .back {
        background: #efe9f2;
        border-color: #e0d3e6;
        color: white;
        transform: rotateY(180deg);
    }
    
    .servicios-block2-solution-content-nube.flipped {
        transform: rotateY(180deg);
    }

    .servicios-block2-solution-content-ciberseguridad {
        margin-top: 2.5vw;
        height: 96.25vw;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        position: relative;
    }
    
    .servicios-block2-solution-content-ciberseguridad .front,
    .servicios-block2-solution-content-ciberseguridad .back {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 3.75vw 8.75vw;
        height: 96.25vw;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 6.25vw;
        backface-visibility: hidden;
        overflow: hidden;
    }
    
    .servicios-block2-solution-content-ciberseguridad .front {
        background: linear-gradient(90deg, rgba(12, 41, 106, 1) 0%, rgba(110, 92, 190, 1) 100%);
        color: white;
    }
    
    .servicios-block2-solution-content-ciberseguridad .back {
        background: #e8f1fb;
        border-color: #d1ebf7;
        color: white;
        transform: rotateY(180deg);
    }
    
    .servicios-block2-solution-content-ciberseguridad.flipped {
        transform: rotateY(180deg);
    }
    
    .servicios-block2-solution-content-nearshoring {
        margin-top: 2.5vw;
        height: 96.25vw;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        position: relative;
    }
    
    .servicios-block2-solution-content-nearshoring .front,
    .servicios-block2-solution-content-nearshoring .back {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 3.75vw 8.75vw;
        height: 98.75vw;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 6.25vw;
        backface-visibility: hidden;
        overflow: hidden;
    }
    
    .servicios-block2-solution-content-nearshoring .front {
        background: linear-gradient(90deg, rgba(227, 115, 45, 1) 0%, rgba(246, 205, 57, 1) 100%);
        color: white;
    }
    
    .servicios-block2-solution-content-nearshoring .back {
        background: #fef6e5;
        border-color: #fdf5d7;
        color: white;
        transform: rotateY(180deg);
    }
    
    .servicios-block2-solution-content-nearshoring.flipped {
        transform: rotateY(180deg);
    }

    .servicios-block2-solution-content-title {
        height: 10vw;
        font-size: 6.75vw;
        font-weight: 700;
        position: relative;
        top: -3.5vw;
        width: 52.5vw;
    }

    .servicios-block2-solution-content-title2 {
        height: 20vw;
        font-size: 6.75vw;
        font-weight: 700;
        position: relative;
        top: -3.5vw;
        width: 52.5vw;
    }
    
    .servicios-block2-solution-content-long-title {
        height: 17.5vw;
        font-size: 6.75vw;
        font-weight: 700;
        position: relative;
        top: -3.5vw;
        width: 52.5vw;
    }
    
    .servicios-block2-solution-content-subtitle {
        width: 57.5vw;
        height: 20vw;
        font-size: 5vw;
        line-height: 140%;
        font-weight: 300;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        top: -13%;
    }
    
    .servicios-block2-solution-content-subtitle2 {
        width: 58vw;
        height: 15vw;
        font-size: 5vw;
        line-height: 160%;
        font-weight: 300;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        top: -14%;
    }
    
    .servicios-block2-solution-content-subtitle3 {
        width: 67.5vw;
        height: 20vw;
        font-size: 4.5vw;
        line-height: 140%;
        font-weight: 300;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        top: -14%;
    }
    
    .servicios-block2-solution-content-subtitle4 {
        width: 58vw;
        height: 27.5vw;
        font-size: 4.25vw;
        line-height: 160%;
        font-weight: 300;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        top: -14%;
    }    

    .servicios-block2-solution-content-description-container {
        width: 100%;
        height: 47.52vw;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -14%;
    }
    
    .servicios-block2-solution-content-description {
        background: var(--colors-base-white, #ffffff);
        border-radius: 5.35vw;
        opacity: 0.2;
        width: 100%;
        height: 50vw;
        position: absolute;
        top: 0vw;
        backdrop-filter: blur(6.29px);
    }

    .servicios-block2-solution-content-description-text0 {
        color: var(--colors-base-white, #ffffff);
        text-align: left;
        font-size: 3.5vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 78%;
        top: 5vw;
    }

    .servicios-block2-solution-content-description-text0-english {
        color: var(--colors-base-white, #ffffff);
        text-align: left;
        font-size: 3.5vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 78%;
        top: 3vw;
    } 
    
    .servicios-block2-solution-content-description-text {
        color: var(--colors-base-white, #ffffff);
        text-align: left;
        font-size: 3.5vw;
        line-height: 140%;
        font-weight: 400;
        position: absolute;
        width: 78%;
        top: 7vw;
    }
    
    .titulo-imagen {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        column-gap: 10vw;
    }

    .icon-flechas-contrarias {
        position: absolute;
        top: 7vw;
        right: 8vw;
        width: 9vw;
        height: 9vw;
    }

    .check-servicios-movil{
        position: absolute;
        top: 7vw;
        right: 8vw;
        width: 9vw;
        height: 9vw;
    }
    
    .servicios-block2-dropdown-arrow {
        margin-left: 2.5vw;
    }
    
    .servicios-block2-dropdown-content {
        display: none;
        margin-bottom: 20vw;
        position: relative;
    }
    
    .servicios-block2-question {
        background-color: #f8f8f8;
        padding: 2.5vw;
        margin-bottom: 2.5vw;
        border-radius: 2vw;
        border: 1px solid #e0e0e0;
    }

    .servicios-block2-carousel-container {
        background-color: #f8f8f8;
        border-radius: 3.25vw;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        position: relative;
        height: 23vw;
    }
    
    .servicios-block2-carousel {
        display: flex;
        flex-direction: column;
        transition: transform 0.5s ease;
    }
    
    .servicios-block2-carousel-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 22vw;
        background-color: #ffffff;
        box-sizing: border-box;
        gap: 7vw;
    }

    .servicios-block2-get-for-free {
        color: #ffffff;
        text-align: left;
        font-size: 1vw;
        letter-spacing: -0.02em;
        font-weight: 500;
        position: relative;
    }

    .servicios-block2-frame-9,
    .servicios-block2-frame-7 {
        display: flex;
        flex-direction: row;
        gap: 0.89531vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 17vw;
        position: relative;
    }

    .servicios-block2-icon-action-add,
    .servicios-block2-icon-action-add2 {
        flex-shrink: 0;
        width: 4.5vw;
        height: 4.5vw;
        position: relative;
        overflow: visible;
    }

    .servicios-block2-pregunta {
        color: #101011;
        text-align: left;
        font-size: 3.5vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 65.5vw;
    }
    
    .servicios-block2-solution {
        margin-top: 2.5vw;
    }

    .servicios-block2-solution h3{
        font-size: 4vw;
        line-height: 140%;
        font-weight: 600;
    }

    .servicios-block2-card-beneficios-top {
        display: flex;
        flex-direction: row;
        gap: 3vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
        height: 3vw;
    }

    .servicios-block2-icon-action-nube-4 {
        flex-shrink: 0;
        width: 9.25vw;
        height: 9.25vw;
        position: relative;
        overflow: hidden;
    }

    .servicios-block2-fi-rr-diamond {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0%;
        left: 0%;
        bottom: 0%;
        top: 0%;
        overflow: hidden;
    }

    .servicios-block2-pre-tittle2 {
        color: #101011;
        text-align: left;
        font-size: 3.959vw;
        line-height: 140%;
        font-weight: 600;
        position: relative;
        width: 36.75vw;
    }

    .servicios-block2-card-beneficios-text-block {
        display: flex;
        flex-direction: column;
        gap: 0.9vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 64.25vw;
        height: 68.177vw;
        position: relative;
        top: 10vw;
    }

    .servicios-block2-description-title-softlab {
        color: #21428f;
        text-align: left;
        font-size: 3vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
    }

    .servicios-block2-description-title-nube {
        color: #662480;
        text-align: left;
        font-size: 3vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
    }

    .servicios-block2-description-title-cibeseguridad {
        color: #21428f;
        text-align: left;
        font-size: 3vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
    }

    .servicios-block2-description-title-nearshoring {
        color: #ed861b;
        text-align: left;
        font-size: 3vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
    }

    .servicios-block2-description2 {
        color: #101011;
        flex-direction: column;
        margin-top: 1.5vw;
    }

    .servicios-block2-description-2-span {
        display: block;
        height: 2vw;
        color: #101011;
        font-size: 0.83333vw;
        line-height: 100%;
        font-weight: 600;
    }

    .servicios-block2-description-2-span2 {
        display: block;
        height: auto;
        color: #101011;
        font-size: 2.639vw;
        line-height: 140%;
        font-weight: 400;
        margin-bottom: 0.51vw;
    }

    .servicios-block2-text3 {
        display: flex;
        flex-direction: column;
        gap: 0.52083vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
        margin-top: 3vw;
    }
    
    .porque-wundertec {
        background-image: url('../assets/img/background_porque_wundertec_movil.png');
        background-size: cover;
        background-position: center;
        width: 100vw;
        height: 140vw;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 28vw;
    }

    .porque-wundertec-container {
        display: flex;
        flex-direction: column;
        row-gap: 7vw;
        align-items: center;
        justify-content: center;
        width: 60%;
        position: relative;
    }

    .porque-wundertec-heading {
        color: #ffffff;
        text-align: left;
        font-size: 8vw;
        line-height: 125%;
        font-weight: 700;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .porque-wundertec-description {
        color: #ffffff;
        text-align: center;
        font-size: 4.5vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 100%;
    }

    .porque-wundertec-content3 {
        width: 85%;
        height: 43.75vw;
        background: #f9fbed;
        border-radius: 3.603vw;
        display: flex;
        flex-direction: row;
        gap: 4.32292vw;
        row-gap: 0;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -13vw;
    }

    .porque-wundertec-group-1000005533 {
        width: 23.69792vw;
        height: 12.65625vw;
        position: static;
    }

    .porque-wundertec-logo {
        border-radius: 1.04167vw;
        width: 14vw;
        height: 14vw;
        position: absolute;
        left: 4vw;
        top: 4vw;
    }

    .porque-wundertec-logo-img {
        width: 14vw;
        height: 14vw;
        position: absolute;
        left: 0.125vw;
        overflow: visible;
    }

    .porque-wundertec-text3 {
        border-radius: 1.04167vw;
        display: flex;
        flex-direction: column;
        gap: 0.83333vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        left: 24vw;
        top: 6vw;
    }

    .porque-wundertec-pre-tittle {
        color: #201f23;
        text-align: left;
        font-size: 4vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
        width: 50vw;
    }

    .porque-wundertec-card {
        width: 72.25vw;
        height: 18.35vw;
        opacity: 0;
        position: absolute;
        transition: opacity 1s ease-in-out;
    }
    
    .porque-wundertec-card.activeCard {
        opacity: 1;
    }

    .porque-wundertec-rectangle-border-morado-1 {
        background: #ffffff;
        border-radius: 3.595vw;
        border-style: solid;
        border-color: #e0d3e6;
        border-width: 0.5vw;
        width: 72.25vw;
        height: 18.35vw;
        position: absolute;
        left: 0vw;
        top: 8vw;
    }

    .porque-wundertec-rectangle-border-morado-2 {
        background: #ffffff;
        border-radius: 3.595vw;
        border-style: solid;
        border-color: #e0d3e6;
        border-width: 0.5vw;
        width: 72.25vw;
        height: 18.35vw;
        position: absolute;
        left: 0vw;
        top: 12vw;
    }

    .porque-wundertec-rectangle-border-morado-3 {
        background: #ffffff;
        border-radius: 3.595vw;
        border-style: solid;
        border-color: #e0d3e6;
        border-width: 0.5vw;
        width: 72.25vw;
        height: 18.35vw;
        position: absolute;
        left: 0vw;
        top: 16vw;
    }

    .porque-wundertec-rectangle-border-morado-4 {
        background: #ffffff;
        border-radius: 3.595vw;
        border-style: solid;
        border-color: #e0d3e6;
        border-width: 0.5vw;
        width: 72.25vw;
        height: 18.35vw;
        position: absolute;
        left: 0vw;
        top: 20vw;
    }

    .porque-wundertec-text4 {
        border-radius: 1.04167vw;
        display: flex;
        flex-direction: row;
        gap: 1vw;
        align-items: center;
        justify-content: center;
        width: 50vw;
        position: absolute;
        left: 32%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .porque-wundertec-description2 {
        color: #101011;
        text-align: left;
        font-size: 2.75vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 50vw;
        left: 32%;
    }

    .porque-wundertec-icon-system-check {
        width: 20%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .porque-wundertec-icon-system-check-circle {
        border-radius: 1.04167vw;
        width: 9vw;
        position: relative;
        overflow: visible;
    }

    .como-lo-hacemos {
        background: #ffffff;
        flex-shrink: 0;
        width: 100%;
        height: 150vw;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 12vw;
        margin-top: 7vw;
    }

    .como-lo-hacemos-container {
        display: flex;
        flex-direction: column;
        gap: 2.60417vw;
        row-gap: 0;
        align-items: center;
        justify-content: flex-start;
        width: 90%;
        position: relative;
        top: 1vw;
    }

    .como-lo-hacemos-content {
        display: flex;
        flex-direction: column;
        row-gap: 1vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 100%;
        position: relative;
    }

    .como-lo-hacemos-heading {
        color: #101011;
        text-align: center;
        font-size: 8vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
        width: 100%;
    }

    .como-lo-hacemos-description {
        color: #575957;
        text-align: center;
        font-size: 3.75vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 75%;
        margin-top: 5vw;
    }

    .como-lo-hacemos-home-demo {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .owl-carousel .owl-nav button.owl-prev {
        background-image: url('../assets/img/flechaIzquierda.svg');
        background-size: contain;
        width: 10.25vw;
        height: 10.25vw;
        color: transparent;
    }

    .owl-carousel .owl-nav button.owl-next {
        background-image: url('../assets/img/flechaDerecha.svg');
        background-size: contain;
        width: 10.25vw;
        height: 10.25vw;
        color: transparent;
    }

    .owl-carousel .owl-nav button.owl-prev:hover {
        background-image: url('../assets/img/flechaIzquierda.svg');
        background-size: contain;
        width: 10.25vw;
        height: 10.25vw;
        color: transparent;
    }

    .owl-carousel .owl-nav button.owl-next:hover {
        background-image: url('../assets/img/flechaDerecha.svg');
        background-size: contain;
        width: 10.25vw;
        height: 10.25vw;
        color: transparent;
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
    }

    .owl-theme .owl-nav {
        margin-top: 5vw;
    }

    .carousel-content-fondo {
        width: 100%;
        height: 75vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    .carousel-content {
        background-image: url('../assets/img/socios_carousel_movil_background.svg');
        background-size: 100%;
        background-position: center;
        border-radius: 4vw;
        display: flex;
        flex-direction: column;
        gap: 3.75vw;
        align-items: flex-start;
        justify-content: center;
        flex-shrink: 0;
        width: 82.5vw;
        height: 75vw;
        position: relative;
    }
    
    .carousel-content-inside {
        display: flex;
        flex-direction: column;
        gap: 3.75vw;
        align-items: flex-start;
        justify-content: flex-start;
        margin-left: 8vw;
        margin-right: 10vw;
        width: 62.5vw;
        height: 57.5vw;
    }
    
    .carousel-content__icons {
        background: var(--verde-10, #f9fbed);
        border-radius: 25vw;
        flex-shrink: 0;
        width: 16vw;
        height: 16vw;
        position: relative;
    }    

    .carousel-content__text {
        display: flex;
        flex-direction: column;
        gap: 4vw;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .carousel-content__tittle {
        color: var(--neutrals-1000, #101011);
        text-align: left;
        font-size: 6vw;
        line-height: 140%;
        font-weight: 600;
        position: relative;
    }

    .carousel-content__description {
        color: var(--neutrals-1000, #101011);
        text-align: left;
        font-size: 4.5vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        align-self: stretch;
        width: 62.5vw;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .experiencia-y-tecnologia-decorations {
        display: none;
        visibility: hidden;
    }

    .experiencia-y-tecnologia {
        flex-shrink: 0;
        height: 240vw;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        row-gap: 25vw;
    }

    .experiencia-y-tecnologia-content {
        display: flex;
        flex-direction: column;
        gap: 2.08333vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
        top: 6.25vw;
    }

    .experiencia-y-tecnologia-content2 {
        display: flex;
        flex-direction: column;
        row-gap: 7vw;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .experiencia-y-tecnologia-heading {
        text-align: center;
        font-size: 8vw;
        line-height: 125%;
        font-weight: 700;
        position: relative;
        width: 90%;
    }

    .experiencia-y-tecnologia-heading-span {
        color: #101011;
        font-size: 8vw;
        line-height: 125%;
        font-weight: 700;
    }

    .experiencia-y-tecnologia-heading-span2 {
        color: #662480;
        font-size: 8vw;
        line-height: 125%;
        font-weight: 700;
    }

    .experiencia-y-tecnologia-group-1000005485 {
        flex-shrink: 0;
        position: relative;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .experiencia-y-tecnologia-cliente {
        display: flex;
        flex-direction: row;
        gap: 0.55556vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        width: 4.16667vw;
        height: 4.16667vw;
        position: absolute;
        left: 7.84722vw;
        top: 4.16667vw;
    }

    .experiencia-y-tecnologia-description {
        color: #201f23;
        text-align: center;
        font-size: 3.75vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        text-align: center;
        width: 75%;
    }

    .experiencia-y-tecnologia-text {
        display: flex;
        flex-direction: column;
        gap: 2.08333vw;
        row-gap: 0;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .experiencia-y-tecnologia-heading2 {
        color: #101011;
        text-align: center;
        font-size: 6.5vw;
        font-weight: 500;
        line-height: 130%;
        position: relative;
        width: 85%;
    }

    .experiencia-y-tecnologia-content3 {
        background: #efe9f2;
        border-radius: 6vw;
        display: flex;
        flex-direction: column;
        row-gap: 4vw;
        align-items: center;
        justify-content: center;
        width: 77.5vw;
        height: 81.25vw;
        position: relative;
        overflow: hidden;
    }
    
    .experiencia-y-tecnologia-icon-system-verified {
        flex-shrink: 0;
        width: 8.75vw;
        height: 8.75vw;
        position: relative;
        overflow: visible;
        right: 32%;
        top: -2vw;
    }
    
    .experiencia-y-tecnologia-text2 {
        display: flex;
        flex-direction: column;
        gap: 1.11111vw;
        row-gap: 0;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 60.5vw;
        height: 42.25vw;
        position: relative;
        top: -1vw;
    }
    
    .experiencia-y-tecnologia-span {
        color: #662480;
        font-size: 4.5vw;
        font-weight: 400;
        line-height: 140%;
        word-wrap: break-word;
    }
    
    .experiencia-y-tecnologia-span2 {
        color: #662480;
        font-size: 4.5vw;
        font-weight: 600;
        line-height: 140%;
        word-wrap: break-word;
    }
    
    .experiencia-y-tecnologia-1 {
        width: 82.5vw;
        height: 46.25vw;
        position: relative;
        object-fit: cover;
        top: -10vw;
    }    

    .form-servicios,
    .form-servicios * {
        box-sizing: border-box;
    }

    .form-servicios {
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 8vw;
        margin-top: 10vw;
        margin-bottom: 15vw;
    }
    
    .form-servicios-container, .form-servicios-container-english {
        display: flex;
        flex-direction: row;
        gap: 10.7639vw;
        row-gap: 0;
        align-items: center;
        justify-content: center;
        width: 85%;
        position: relative;
    }
    
    .form-servicios-content, .form-servicios-content-english {
        display: flex;
        flex-direction: column;
        gap: 2.7778vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
        width: 100%;
    }
    
    .form-servicios-content2, .form-servicios-content2-english {
        display: flex;
        flex-direction: column;
        gap: 1.3889vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 100%;
        position: relative;
    }
    
    .form-servicios-text, .form-servicios-text-english {
        display: flex;
        flex-direction: column;
        row-gap: 8vw;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 100%;
        position: relative;
    }
    
    .form-servicios-heading {
        position: relative;
        align-self: stretch;
        text-align: center;
    }
    
    .heading-span {
        color: #101011;
        font-size: 6vw;
        font-weight: 500;
        line-height: 130%;
    }
    
    .heading-span2 {
        color: #c6d54f;
        font-size: 6vw;
        font-weight: 500;
        line-height: 130%;
    }

    .form-servicios-description {
        display: none;
    }
    
    .form-servicios-description-movil {
        color: #101011;
        text-align: center;
        font-size: 4vw;
        line-height: 140%;
        font-weight: 600;
        position: relative;
        width: 50%;
    }
    
    .form-servicios-group-1000005472 {
        position: relative;
        inset: 0;
    }
    
    .form-servicios-tittle {
        color: #c6d54f;
        text-align: center;
        font-size: 4.25vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
    }
    
    .form-servicios-content3 {
        width: 100%;
        padding: auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .form-servicios-rectangle {
        overflow: hidden;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        margin-top: 6vw;
    }

    #formServicios {
        transition: transform 0.3s ease;
    }
    
    .form-servicios-description2 {
        display: none;
    }
    
    .contacto-note {
        width: 70%;
        position: relative;
        text-align: center;
    }

    .description-span-contacto-principal {
        color: #808584;
        font-size: 3vw;
        line-height: 110%;
        font-weight: 700;
    }

    .description-span2-contacto-principal {
        color: #808584;
        font-size: 3vw;
        line-height: 110%;
        font-weight: 400;
    }

    .description-span3-contacto-principal {
        color: #9cb445;
        font-size: 3vw;
        line-height: 110%;
        font-weight: 400;
    }

    .description-span4-contacto-principal {
        color: #808584;
        font-size: 3vw;
        line-height: 110%;
        font-weight: 400;
    }
}

/* Estilos específicos para dispositivos tablets */
@media (min-width: 768px) and (max-width: 1023px) {
    #contenido {
        display: flex;
        flex-direction: column;
    }

    .item1-movil {
        order: 1;
    }

    .item2-movil {
        order: 2;
    }

    .item3-movil {
        order: 3;
    }

    .item4-movil {
        order: 4;
    }

    .item5-movil {
        order: 5;
    }

    .item6-movil {
        order: 6;
    }

    .item7-movil {
        order: 7;
    }

    .item8-movil {
        order: 8;
    }

    .item9-movil {
        order: 9;
    }

    .item10-movil {
        order: 10;
    }

    .item11-movil {
        order: 11;
    }

    .item12-movil {
        order: 12;
    }

    .item13-movil {
        order: 13;
    }

    .item14-movil {
        order: 14;
    }

    .item9999-movil {
        display: none;
        order: 9999;
    }

    /* ***** header ***** */
    .servicios-header,
    .servicios-header * {
        box-sizing: border-box;
    }

    .servicios-header {
        background: linear-gradient(180deg,
                rgba(255, 255, 255, 1) 50.25520086288452%,
                rgba(202, 179, 211, 1) 110%);
        flex-shrink: 0;
        height: 200vw;
        position: relative;
        overflow: hidden;
        top: -7vw;
        display: flex;
        flex-direction: column;
        row-gap: 12vw;
        align-items: center;
        justify-content: center;
    }

    .servicios-container {
        display: flex;
        flex-direction: column;
        gap: 0vw;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .servicios-text {
        display: flex;
        flex-direction: column;
        row-gap: 7vw;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .servicios-heading {
        text-align: center;
        font-size: 12vw;
        line-height: 110%;
        font-weight: 600;
        position: relative;
        width: 81%;
    }

    .servicios-heading-span {
        color: #101011;
        font-size: 12vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-heading-span2 {
        color: #662480;
        font-size: 12vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-heading-span3 {
        color: #101011;
        font-size: 12vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-heading-span4 {
        color: #662480;
        font-size: 12vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-heading-span5 {
        color: #101011;
        font-size: 12vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-description {
        text-align: center;
        font-size: 4.5vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 81%;
    }

    .servicios-description-span {
        color: #201f23;
        font-size: 4.5vw;
        line-height: 140%;
        font-weight: 400;
    }

    .servicios-description-span2 {
        color: #7d4593;
        font-size: 4.5vw;
        line-height: 140%;
        font-weight: 400;
    }

    .servicios-button {
        background: linear-gradient(101.14deg,
                rgba(99, 134, 56, 1) 0%,
                rgba(198, 213, 79, 1) 68.73388886451721%);
        border-radius: 12.6vw;
        width: 35.75vw;
        height: 10.5vw;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .servicios-generator {
        color: #ffffff;
        text-align: center;
        font-size: 4vw;
        line-height: 140%;
        font-weight: 600;
        position: relative;
    }

    .servicios-img-container {
        width: 82vw;
        height: 57vw;
        position: relative;
    }

    .servicios-img {
        width: 100%;
        height: 100%;
    }

    /* ***** opcion-interactiva-servicios ***** */

    .servicios-block2-opcion-interactiva-servicios {
        display: none;
    }

    .servicios-block2-opcion-interactiva-servicios-movil {
        background: #ffffff;
        flex-shrink: 0;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 1.56vw;
        align-items: center;
        justify-content: center;
        margin-top: 2.5vw;
    }

    .servicios-block2-content3 {
        display: flex;
        flex-direction: column;
        row-gap: 4vw;
        align-items: center;
        justify-content: flex-start;
        width: 91.41vw;
        height: 48.409vw;
        position: relative;
    }

    .servicios-block2-heading {
        color: #101011;
        text-align: center;
        font-size: 8vw;
        line-height: 125%;
        font-weight: 700;
        position: relative;
        width: 80%;
    }

    .servicios-block2-description4 {
        color: #575957;
        text-align: center;
        font-size: 3.75vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 80%;
    }

    .servicios-block2-dropdown-container {
        width: 85%;
         margin-top: 1.75vw;
        margin-bottom: 3.75vw;
    }
    
    .servicios-block2-dropdown {
        margin-bottom: 4.25vw;
    }
    
    .servicios-block2-dropdown-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        padding: 2.5vw 0;
        font-weight: bold;
    }

    .menu-item-descripcion-servicios-softlab {
        width: 12vw;
        height: 12vw;
        position: relative;
        border-radius: 25vw;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, rgba(0, 72, 145, 1) 0%, rgba(26, 157, 217, 1) 100%);
        margin-right: 2.5vw;
    }

    .menu-item-descripcion-servicios-nube {
        width: 12vw;
        height: 12vw;
        position: relative;
        border-radius: 25vw;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, rgba(163, 124, 179, 1) 0%, rgba(102, 36, 128, 1) 100%);
        margin-right: 2.5vw;
    }

    .menu-item-descripcion-servicios-ciberseguridad {
        width: 12vw;
        height: 12vw;
        position: relative;
        border-radius: 25vw;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, rgba(12, 41, 106, 1) 0%, rgba(110, 92, 190, 1) 100%);
        margin-right: 2.5vw;
    }

    .menu-item-descripcion-servicios-nearshoring {
        width: 12vw;
        height: 12vw;
        position: relative;
        border-radius: 25vw;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, rgba(227, 115, 45, 1) 0%, rgba(246, 205, 57, 1) 100%);
        margin-right: 2.5vw;
    }
    
    .servicios-block2-dropdown-icon {
        width: 7vw;
        height: 7vw;
    }

    .servicios-block2-dropdown-icon.icon-softlab-left{
        width: 7vw;
        height: 7vw;
        position: relative;
        left: 0.3vw;
        top: -0.2vw;
    }
    
    .servicios-block2-dropdown-title {
        flex-grow: 1;
        font-size: 6.75vw;
        line-height: 130%;
        font-weight: 700;
        position: relative;
        left: 2vw;
    }
    
    .servicios-block2-solution-content-softlab {
        margin-top: 2.5vw;
        height: 93.75vw;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        position: relative;
    }
    
    .servicios-block2-solution-content-softlab .front,
    .servicios-block2-solution-content-softlab .back {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 3.75vw 8.75vw;
        height: 93.75vw;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 6.25vw;
        backface-visibility: hidden;
        overflow: hidden;
    }
    
    .servicios-block2-solution-content-softlab .front {
        background: linear-gradient(90deg, rgba(0, 72, 145, 1) 0%, rgba(26, 157, 217, 1) 100%);
        color: white;
    }
    
    .servicios-block2-solution-content-softlab .back {
        background: #e8f5fb;
        border-color: #d1ebf7;
        color: white;
        transform: rotateY(180deg);
    }
    
    .servicios-block2-solution-content-softlab.flipped {
        transform: rotateY(180deg); 
    }

    .servicios-block2-solution-content-nube {
        margin-top: 2.5vw;
        height: 93.75vw;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        position: relative;
    }
    
    .servicios-block2-solution-content-nube .front,
    .servicios-block2-solution-content-nube .back {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 3.75vw 8.75vw;
        height: 93.75vw;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 6.25vw;
        backface-visibility: hidden;
        overflow: hidden;
    }
    
    .servicios-block2-solution-content-nube .front {
        background: linear-gradient(90deg, rgba(163, 124, 179, 1) 0%, rgba(102, 36, 128, 1) 100%);
        color: white;
    }
    
    .servicios-block2-solution-content-nube .back {
        background: #efe9f2;
        border-color: #e0d3e6;
        color: white;
        transform: rotateY(180deg);
    }
    
    .servicios-block2-solution-content-nube.flipped {
        transform: rotateY(180deg);
    }

    .servicios-block2-solution-content-ciberseguridad {
        margin-top: 2.5vw;
        height: 96.25vw;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        position: relative;
    }
    
    .servicios-block2-solution-content-ciberseguridad .front,
    .servicios-block2-solution-content-ciberseguridad .back {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 3.75vw 8.75vw;
        height: 96.25vw;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 6.25vw;
        backface-visibility: hidden;
        overflow: hidden;
    }
    
    .servicios-block2-solution-content-ciberseguridad .front {
        background: linear-gradient(90deg, rgba(12, 41, 106, 1) 0%, rgba(110, 92, 190, 1) 100%);
        color: white;
    }
    
    .servicios-block2-solution-content-ciberseguridad .back {
        background: #e8f1fb;
        border-color: #d1ebf7;
        color: white;
        transform: rotateY(180deg);
    }
    
    .servicios-block2-solution-content-ciberseguridad.flipped {
        transform: rotateY(180deg);
    }
    
    .servicios-block2-solution-content-nearshoring {
        margin-top: 2.5vw;
        height: 96.25vw;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        position: relative;
    }
    
    .servicios-block2-solution-content-nearshoring .front,
    .servicios-block2-solution-content-nearshoring .back {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 3.75vw 8.75vw;
        height: 98.75vw;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 6.25vw;
        backface-visibility: hidden;
        overflow: hidden;
    }
    
    .servicios-block2-solution-content-nearshoring .front {
        background: linear-gradient(90deg, rgba(227, 115, 45, 1) 0%, rgba(246, 205, 57, 1) 100%);
        color: white;
    }
    
    .servicios-block2-solution-content-nearshoring .back {
        background: #fef6e5;
        border-color: #fdf5d7;
        color: white;
        transform: rotateY(180deg);
    }
    
    .servicios-block2-solution-content-nearshoring.flipped {
        transform: rotateY(180deg);
    }

    .servicios-block2-solution-content-title {
        height: 10vw;
        font-size: 6.75vw;
        font-weight: 700;
        position: relative;
        top: -3.5vw;
        width: 52.5vw;
    }

    .servicios-block2-solution-content-title2 {
        height: 20vw;
        font-size: 6.75vw;
        font-weight: 700;
        position: relative;
        top: -3.5vw;
        width: 52.5vw;
    }
    
    .servicios-block2-solution-content-long-title {
        height: 17.5vw;
        font-size: 6.75vw;
        font-weight: 700;
        position: relative;
        top: -3.5vw;
        width: 52.5vw;
    }
    
    .servicios-block2-solution-content-subtitle {
        width: 57.5vw;
        height: 20vw;
        font-size: 5vw;
        line-height: 140%;
        font-weight: 300;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        top: -13%;
    }
    
    .servicios-block2-solution-content-subtitle2 {
        width: 58vw;
        height: 15vw;
        font-size: 5vw;
        line-height: 160%;
        font-weight: 300;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        top: -14%;
    }
    
    .servicios-block2-solution-content-subtitle3 {
        width: 67.5vw;
        height: 20vw;
        font-size: 4.5vw;
        line-height: 140%;
        font-weight: 300;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        top: -14%;
    }
    
    .servicios-block2-solution-content-subtitle4 {
        width: 58vw;
        height: 27.5vw;
        font-size: 4.25vw;
        line-height: 160%;
        font-weight: 300;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        top: -14%;
    }    

    .servicios-block2-solution-content-description-container {
        width: 100%;
        height: 47.52vw;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -14%;
    }
    
    .servicios-block2-solution-content-description {
        background: var(--colors-base-white, #ffffff);
        border-radius: 5.35vw;
        opacity: 0.2;
        width: 100%;
        height: 50vw;
        position: absolute;
        top: 0vw;
        backdrop-filter: blur(6.29px);
    }

    .servicios-block2-solution-content-description-text0 {
        color: var(--colors-base-white, #ffffff);
        text-align: left;
        font-size: 3.5vw;
        line-height: 140%;
        font-weight: 400;
        position: absolute;
        width: 78%;
        top: 5vw;
    } 

    .servicios-block2-solution-content-description-text0-english {
        color: var(--colors-base-white, #ffffff);
        text-align: left;
        font-size: 3.5vw;
        line-height: 140%;
        font-weight: 400;
        position: absolute;
        width: 78%;
        top: 8vw;
    } 
    
    .servicios-block2-solution-content-description-text {
        color: var(--colors-base-white, #ffffff);
        text-align: left;
        font-size: 3.5vw;
        line-height: 140%;
        font-weight: 400;
        position: absolute;
        width: 78%;
        top: 7vw;
    }    
    
    .titulo-imagen {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        column-gap: 10vw;
    }

    .icon-flechas-contrarias {
        position: absolute;
        top: 7vw;
        right: 8vw;
        width: 9vw;
        height: 9vw;
    }

    .check-servicios-movil{
        position: absolute;
        top: 7vw;
        right: 8vw;
        width: 9vw;
        height: 9vw;
    }
    
    .servicios-block2-dropdown-arrow {
        margin-left: 2.5vw;
    }
    
    .servicios-block2-dropdown-content {
        display: none;
        margin-bottom: 20vw;
        position: relative;
    }
    
    .servicios-block2-question {
        background-color: #f8f8f8;
        padding: 2.5vw;
        margin-bottom: 2.5vw;
        border-radius: 2vw;
        border: 1px solid #e0e0e0;
    }

    .servicios-block2-carousel-container {
        background-color: #f8f8f8;
        border-radius: 3.25vw;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        position: relative;
        height: 23vw;
    }
    
    .servicios-block2-carousel {
        display: flex;
        flex-direction: column;
        transition: transform 0.5s ease;
    }
    
    .servicios-block2-carousel-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 22vw;
        background-color: #ffffff;
        box-sizing: border-box;
        gap: 7vw;
    }

    .servicios-block2-get-for-free {
        color: #ffffff;
        text-align: left;
        font-size: 1vw;
        letter-spacing: -0.02em;
        font-weight: 500;
        position: relative;
    }

    .servicios-block2-frame-9,
    .servicios-block2-frame-7 {
        display: flex;
        flex-direction: row;
        gap: 0.89531vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 17vw;
        position: relative;
    }

    .servicios-block2-icon-action-add,
    .servicios-block2-icon-action-add2 {
        flex-shrink: 0;
        width: 4.5vw;
        height: 4.5vw;
        position: relative;
        overflow: visible;
    }

    .servicios-block2-pregunta {
        color: #101011;
        text-align: left;
        font-size: 3.5vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 65.5vw;
    }
    
    .servicios-block2-solution {
        margin-top: 2.5vw;
    }

    .servicios-block2-solution h3{
        font-size: 4vw;
        line-height: 140%;
        font-weight: 600;
    }

    .servicios-block2-card-beneficios-top {
        display: flex;
        flex-direction: row;
        gap: 3vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
        height: 3vw;
    }

    .servicios-block2-icon-action-nube-4 {
        flex-shrink: 0;
        width: 9.25vw;
        height: 9.25vw;
        position: relative;
        overflow: hidden;
    }

    .servicios-block2-fi-rr-diamond {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0%;
        left: 0%;
        bottom: 0%;
        top: 0%;
        overflow: hidden;
    }

    .servicios-block2-pre-tittle2 {
        color: #101011;
        text-align: left;
        font-size: 3.959vw;
        line-height: 140%;
        font-weight: 600;
        position: relative;
        width: 36.75vw;
    }

    .servicios-block2-card-beneficios-text-block {
        display: flex;
        flex-direction: column;
        gap: 0.9vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 64.25vw;
        height: 68.177vw;
        position: relative;
        top: 10vw;
    }

    .servicios-block2-description-title-softlab {
        color: #21428f;
        text-align: left;
        font-size: 3vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
    }

    .servicios-block2-description-title-nube {
        color: #662480;
        text-align: left;
        font-size: 3vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
    }

    .servicios-block2-description-title-cibeseguridad {
        color: #21428f;
        text-align: left;
        font-size: 3vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
    }

    .servicios-block2-description-title-nearshoring {
        color: #ed861b;
        text-align: left;
        font-size: 3vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
    }

    .servicios-block2-description2 {
        color: #101011;
        flex-direction: column;
        margin-top: 1.5vw;
    }

    .servicios-block2-description-2-span {
        display: block;
        height: 2vw;
        color: #101011;
        font-size: 0.83333vw;
        line-height: 100%;
        font-weight: 600;
    }

    .servicios-block2-description-2-span2 {
        display: block;
        height: auto;
        color: #101011;
        font-size: 2.639vw;
        line-height: 140%;
        font-weight: 400;
        margin-bottom: 0.51vw;
    }

    .servicios-block2-text3 {
        display: flex;
        flex-direction: column;
        gap: 0.52083vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
        margin-top: 3vw;
    }
    
    .porque-wundertec {
        background-image: url('../assets/img/background_porque_wundertec_movil.png');
        background-size: cover;
        background-position: center;
        width: 100vw;
        height: 140vw;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 28vw;
    }

    .porque-wundertec-container {
        display: flex;
        flex-direction: column;
        row-gap: 7vw;
        align-items: center;
        justify-content: center;
        width: 60%;
        position: relative;
    }

    .porque-wundertec-heading {
        color: #ffffff;
        text-align: left;
        font-size: 8vw;
        line-height: 125%;
        font-weight: 700;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .porque-wundertec-description {
        color: #ffffff;
        text-align: center;
        font-size: 4.5vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 100%;
    }

    .porque-wundertec-content3 {
        width: 85%;
        height: 43.75vw;
        background: #f9fbed;
        border-radius: 3.603vw;
        display: flex;
        flex-direction: row;
        gap: 4.32292vw;
        row-gap: 0;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -13vw;
    }

    .porque-wundertec-group-1000005533 {
        width: 23.69792vw;
        height: 12.65625vw;
        position: static;
    }

    .porque-wundertec-logo {
        border-radius: 1.04167vw;
        width: 14vw;
        height: 14vw;
        position: absolute;
        left: 4vw;
        top: 4vw;
    }

    .porque-wundertec-logo-img {
        width: 14vw;
        height: 14vw;
        position: absolute;
        left: 0.125vw;
        overflow: visible;
    }

    .porque-wundertec-text3 {
        border-radius: 1.04167vw;
        display: flex;
        flex-direction: column;
        gap: 0.83333vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        left: 24vw;
        top: 6vw;
    }

    .porque-wundertec-pre-tittle {
        color: #201f23;
        text-align: left;
        font-size: 4vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
        width: 50vw;
    }

    .porque-wundertec-card {
        width: 72.25vw;
        height: 18.35vw;
        opacity: 0;
        position: absolute;
        transition: opacity 1s ease-in-out;
    }
    
    .porque-wundertec-card.activeCard {
        opacity: 1;
    }

    .porque-wundertec-rectangle-border-morado-1 {
        background: #ffffff;
        border-radius: 3.595vw;
        border-style: solid;
        border-color: #e0d3e6;
        border-width: 0.10417vw;
        width: 72.25vw;
        height: 18.35vw;
        position: absolute;
        left: 0vw;
        top: 8vw;
    }

    .porque-wundertec-rectangle-border-morado-2 {
        background: #ffffff;
        border-radius: 3.595vw;
        border-style: solid;
        border-color: #e0d3e6;
        border-width: 0.10417vw;
        width: 72.25vw;
        height: 18.35vw;
        position: absolute;
        left: 0vw;
        top: 12vw;
    }

    .porque-wundertec-rectangle-border-morado-3 {
        background: #ffffff;
        border-radius: 3.595vw;
        border-style: solid;
        border-color: #e0d3e6;
        border-width: 0.10417vw;
        width: 72.25vw;
        height: 18.35vw;
        position: absolute;
        left: 0vw;
        top: 16vw;
    }

    .porque-wundertec-rectangle-border-morado-4 {
        background: #ffffff;
        border-radius: 3.595vw;
        border-style: solid;
        border-color: #e0d3e6;
        border-width: 0.10417vw;
        width: 72.25vw;
        height: 18.35vw;
        position: absolute;
        left: 0vw;
        top: 20vw;
    }

    .porque-wundertec-text4 {
        border-radius: 1.04167vw;
        display: flex;
        flex-direction: row;
        gap: 1vw;
        align-items: center;
        justify-content: center;
        width: 50vw;
        position: absolute;
        left: 32%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .porque-wundertec-description2 {
        color: #101011;
        text-align: left;
        font-size: 2.75vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 50vw;
        left: 32%;
    }

    .porque-wundertec-icon-system-check {
        width: 20%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .porque-wundertec-icon-system-check-circle {
        border-radius: 1.04167vw;
        width: 9vw;
        position: relative;
        overflow: visible;
    }

    .como-lo-hacemos {
        background: #ffffff;
        flex-shrink: 0;
        width: 100%;
        height: 150vw;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 12vw;
        margin-top: 7vw;
    }

    .como-lo-hacemos-container {
        display: flex;
        flex-direction: column;
        gap: 2.60417vw;
        row-gap: 0;
        align-items: center;
        justify-content: flex-start;
        width: 90%;
        position: relative;
        top: 1vw;
    }

    .como-lo-hacemos-content {
        display: flex;
        flex-direction: column;
        row-gap: 1vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 100%;
        position: relative;
    }

    .como-lo-hacemos-heading {
        color: #101011;
        text-align: center;
        font-size: 8vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
        width: 100%;
    }

    .como-lo-hacemos-description {
        color: #575957;
        text-align: center;
        font-size: 3.75vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 75%;
        margin-top: 5vw;
    }

    .como-lo-hacemos-home-demo {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .owl-carousel .owl-nav button.owl-prev {
        background-image: url('../assets/img/flechaIzquierda.svg');
        background-size: contain;
        width: 10.25vw;
        height: 10.25vw;
        color: transparent;
    }

    .owl-carousel .owl-nav button.owl-next {
        background-image: url('../assets/img/flechaDerecha.svg');
        background-size: contain;
        width: 10.25vw;
        height: 10.25vw;
        color: transparent;
    }

    .owl-carousel .owl-nav button.owl-prev:hover {
        background-image: url('../assets/img/flechaIzquierda.svg');
        background-size: contain;
        width: 10.25vw;
        height: 10.25vw;
        color: transparent;
    }

    .owl-carousel .owl-nav button.owl-next:hover {
        background-image: url('../assets/img/flechaDerecha.svg');
        background-size: contain;
        width: 10.25vw;
        height: 10.25vw;
        color: transparent;
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
    }

    .owl-theme .owl-nav {
        margin-top: 5vw;
    }

    .carousel-content-fondo {
        width: 100%;
        height: 75vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    .carousel-content {
        background-image: url('../assets/img/socios_carousel_movil_background.svg');
        background-size: 100%;
        background-position: center;
        border-radius: 4vw;
        display: flex;
        flex-direction: column;
        gap: 3.75vw;
        align-items: flex-start;
        justify-content: center;
        flex-shrink: 0;
        width: 82.5vw;
        height: 75vw;
        position: relative;
    }
    
    .carousel-content-inside {
        display: flex;
        flex-direction: column;
        gap: 3.75vw;
        align-items: flex-start;
        justify-content: flex-start;
        margin-left: 8vw;
        margin-right: 10vw;
        width: 62.5vw;
        height: 57.5vw;
    }
    
    .carousel-content__icons {
        background: var(--verde-10, #f9fbed);
        border-radius: 25vw;
        flex-shrink: 0;
        width: 16vw;
        height: 16vw;
        position: relative;
    }    

    .carousel-content__text {
        display: flex;
        flex-direction: column;
        gap: 4vw;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .carousel-content__tittle {
        color: var(--neutrals-1000, #101011);
        text-align: left;
        font-size: 6vw;
        line-height: 140%;
        font-weight: 600;
        position: relative;
    }

    .carousel-content__description {
        color: var(--neutrals-1000, #101011);
        text-align: left;
        font-size: 4.5vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        align-self: stretch;
        width: 62.5vw;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .experiencia-y-tecnologia-decorations {
        display: none;
        visibility: hidden;
    }

    .experiencia-y-tecnologia {
        flex-shrink: 0;
        height: 240vw;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        row-gap: 25vw;
    }

    .experiencia-y-tecnologia-content {
        display: flex;
        flex-direction: column;
        gap: 2.08333vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
        top: 6.25vw;
    }

    .experiencia-y-tecnologia-content2 {
        display: flex;
        flex-direction: column;
        row-gap: 7vw;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .experiencia-y-tecnologia-heading {
        text-align: center;
        font-size: 8vw;
        line-height: 125%;
        font-weight: 700;
        position: relative;
        width: 90%;
    }

    .experiencia-y-tecnologia-heading-span {
        color: #101011;
        font-size: 8vw;
        line-height: 125%;
        font-weight: 700;
    }

    .experiencia-y-tecnologia-heading-span2 {
        color: #662480;
        font-size: 8vw;
        line-height: 125%;
        font-weight: 700;
    }

    .experiencia-y-tecnologia-group-1000005485 {
        flex-shrink: 0;
        position: relative;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .experiencia-y-tecnologia-cliente {
        display: flex;
        flex-direction: row;
        gap: 0.55556vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        width: 4.16667vw;
        height: 4.16667vw;
        position: absolute;
        left: 7.84722vw;
        top: 4.16667vw;
    }

    .experiencia-y-tecnologia-description {
        color: #201f23;
        text-align: center;
        font-size: 3.75vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        text-align: center;
        width: 75%;
    }

    .experiencia-y-tecnologia-text {
        display: flex;
        flex-direction: column;
        gap: 2.08333vw;
        row-gap: 0;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .experiencia-y-tecnologia-heading2 {
        color: #101011;
        text-align: center;
        font-size: 6.5vw;
        font-weight: 500;
        line-height: 130%;
        position: relative;
        width: 85%;
    }

    .experiencia-y-tecnologia-content3 {
        background: #efe9f2;
        border-radius: 6vw;
        display: flex;
        flex-direction: column;
        row-gap: 4vw;
        align-items: center;
        justify-content: center;
        width: 77.5vw;
        height: 81.25vw;
        position: relative;
        overflow: hidden;
    }
    
    .experiencia-y-tecnologia-icon-system-verified {
        flex-shrink: 0;
        width: 8.75vw;
        height: 8.75vw;
        position: relative;
        overflow: visible;
        right: 32%;
        top: -2vw;
    }
    
    .experiencia-y-tecnologia-text2 {
        display: flex;
        flex-direction: column;
        gap: 1.11111vw;
        row-gap: 0;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 60.5vw;
        height: 42.25vw;
        position: relative;
        top: -1vw;
    }
    
    .experiencia-y-tecnologia-span {
        color: #662480;
        font-size: 4.5vw;
        font-weight: 400;
        line-height: 140%;
        word-wrap: break-word;
    }
    
    .experiencia-y-tecnologia-span2 {
        color: #662480;
        font-size: 4.5vw;
        font-weight: 600;
        line-height: 140%;
        word-wrap: break-word;
    }
    
    .experiencia-y-tecnologia-1 {
        width: 82.5vw;
        height: 46.25vw;
        position: relative;
        object-fit: cover;
        top: -10vw;
    }    

    .form-servicios,
    .form-servicios * {
        box-sizing: border-box;
    }

    .form-servicios {
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 8vw;
        margin-bottom: 6.25vw;
    }
    
    .form-servicios-container, .form-servicios-container-english {
        display: flex;
        flex-direction: row;
        gap: 10.7639vw;
        row-gap: 0;
        align-items: center;
        justify-content: center;
        width: 85%;
        position: relative;
    }
    
    .form-servicios-content, .form-servicios-content-english {
        display: flex;
        flex-direction: column;
        gap: 2.7778vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
        width: 100%;
    }
    
    .form-servicios-content2, .form-servicios-content2-english {
        display: flex;
        flex-direction: column;
        gap: 1.3889vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 100%;
        position: relative;
    }
    
    .form-servicios-text, .form-servicios-text-english {
        display: flex;
        flex-direction: column;
        row-gap: 8vw;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 100%;
        position: relative;
    }
    
    .form-servicios-heading {
        position: relative;
        align-self: stretch;
        text-align: center;
    }
    
    .heading-span {
        color: #101011;
        font-size: 6vw;
        font-weight: 500;
        line-height: 130%;
    }
    
    .heading-span2 {
        color: #c6d54f;
        font-size: 6vw;
        font-weight: 500;
        line-height: 130%;
    }

    .form-servicios-description {
        display: none;
    }
    
    .form-servicios-description-movil {
        color: #101011;
        text-align: center;
        font-size: 4vw;
        line-height: 140%;
        font-weight: 600;
        position: relative;
        width: 50%;
    }
    
    .form-servicios-group-1000005472 {
        position: relative;
        inset: 0;
    }
    
    .form-servicios-tittle {
        color: #c6d54f;
        text-align: center;
        font-size: 4.25vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
    }
    
    .form-servicios-content3 {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .form-servicios-rectangle {
        overflow: hidden;
        width: 100%;
        padding: 50% 6% 45% 6%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    #formServicios {
        transition: transform 0.3s ease;
    }
    
    .form-servicios-description2 {
        display: none;
    }
    
    .contacto-note {
        width: 70%;
        position: relative;
        text-align: center;
        top: -2vw;
    }

    .description-span-contacto-principal {
        color: #808584;
        font-size: 3vw;
        line-height: 110%;
        font-weight: 700;
    }

    .description-span2-contacto-principal {
        color: #808584;
        font-size: 3vw;
        line-height: 110%;
        font-weight: 400;
    }

    .description-span3-contacto-principal {
        color: #9cb445;
        font-size: 3vw;
        line-height: 110%;
        font-weight: 400;
    }

    .description-span4-contacto-principal {
        color: #808584;
        font-size: 3vw;
        line-height: 110%;
        font-weight: 400;
    }
}

/* Estilos específicos para dispositivos de escritorio ---------------------------------------------------------*/
@media (min-width: 1024px) {

    /* ***** header ***** */
    .servicios-header,
    .servicios-header * {
        box-sizing: border-box;
    }

    .servicios-header {
        background: linear-gradient(107.21deg,
                rgba(255, 255, 255, 1) 17.396995425224304%,
                rgba(202, 179, 211, 1) 91.83507561683655%);
        flex-shrink: 0;
        height: 34vw;
        position: relative;
        overflow: hidden;
    }

    .servicios-container {
        display: flex;
        flex-direction: column;
        gap: 0vw;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        right: 35.57291665vw;
        left: 10vw;
        top: 5vw;
    }

    .servicios-text {
        display: flex;
        flex-direction: column;
        gap: 1.04166665vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .servicios-heading {
        text-align: left;
        font-size: 3.8vw;
        line-height: 110%;
        font-weight: 600;
        position: relative;
        width: 38vw;
    }

    .servicios-heading-span {
        color: #101011;
        font-size: 3.8vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-heading-span2 {
        color: #662480;
        font-size: 3.8vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-heading-span3 {
        color: #101011;
        font-size: 3.8vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-heading-span4 {
        color: #662480;
        font-size: 3.8vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-heading-span5 {
        color: #101011;
        font-size: 3.8vw;
        line-height: 110%;
        font-weight: 600;
    }

    .servicios-description {
        text-align: left;
        font-size: 1.4vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 29vw;
    }

    .servicios-description-span {
        color: #201f23;
        font-size: 1.4vw;
        line-height: 140%;
        font-weight: 400;
    }

    .servicios-description-span2 {
        color: #7d4593;
        font-size: 1.4vw;
        line-height: 140%;
        font-weight: 400;
    }

    .servicios-button {
        background: linear-gradient(101.14deg,
                rgba(99, 134, 56, 1) 0%,
                rgba(198, 213, 79, 1) 68.73388886451721%);
        border-radius: 3.125vw;
        width: 8.90625vw;
        height: 2.8vw;
        position: absolute;
        left: 10vw;
        top: 26vw;
        overflow: hidden;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .servicios-generator {
        color: #ffffff;
        text-align: center;
        font-size: 1.04166665vw;
        line-height: 140%;
        font-weight: 600;
        position: relative;
    }

    .servicios-img-container {
        width: 45vw;
        height: 22vw;
        position: relative;
        top: 15%;
        left: 50%;
    }

    .servicios-img {
        width: 100%;
        height: 100%;
    }

    /* ***** opcion-interactiva-servicios ***** */

    .servicios-block2-opcion-interactiva-servicios,
    .servicios-block2-opcion-interactiva-servicios * {
        box-sizing: border-box;
    }

    .servicios-block2-opcion-interactiva-servicios {
        background: #ffffff;
        flex-shrink: 0;
        height: 67vw;
        position: relative;
        overflow: hidden;
    }

    .servicios-block2-opcion-interactiva-servicios-movil {
        display: none;
    }

    .servicios-block2-soft-lab {
        display: block;
        flex-direction: column;
        gap: 4.16667vw;
        align-items: center;
        justify-content: flex-start;
        height: 29.17vw;
        position: relative;
        top: 47%;
        left: 16%;
    }

    .servicios-block2-servicios-de-la-nube {
        display: none;
        flex-direction: column;
        gap: 4.16667vw;
        align-items: center;
        justify-content: flex-start;
        height: 29.17vw;
        position: relative;
        top: 47%;
        left: 16%;
    }

    .servicios-block2-ciberseguridad {
        display: none;
        flex-direction: column;
        gap: 4.16667vw;
        align-items: center;
        justify-content: flex-start;
        height: 29.17vw;
        position: relative;
        top: 47%;
        left: 16%;
    }

    .servicios-block2-nearshoring {
        display: none;
        flex-direction: column;
        gap: 4.16667vw;
        align-items: center;
        justify-content: flex-start;
        height: 29.17vw;
        position: relative;
        top: 47%;
        left: 16%;
    }

    .servicios-block2-group-5 {
        flex-shrink: 0;
        width: 72vw;
        height: 29.17vw;
        position: static;
    }

    .servicios-block2-pricing-card {
        background: #ffffff;
        border-radius: 1.30208vw;
        border-style: solid;
        border-color: #eff0f6;
        border-width: 0.05573vw;
        padding: 2.23958vw 0;
        width: 22vw;
        height: 28.91vw;
        position: absolute;
        left: 0;
        top: 0;
        box-shadow: 0 0.11146vw 0.66875vw rgba(20, 20, 43, 0.08);
    }

    .servicios-block2-frame-10 {
        display: flex;
        flex-direction: column;
        gap: 1.90208vw;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        top: 12.23958vw;
    }

    .servicios-block2-frame-11 {
        display: flex;
        flex-direction: column;
        gap: 1.90208vw;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        top: 18.23958vw;
    }

    .servicios-block2-frame-12 {
        display: flex;
        flex-direction: column;
        gap: 1.90208vw;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        left: 2.23958vw;
        top: 2.23958vw;
    }

    .servicios-block2-titulo-preguntas-softlab {
        background: #21428f;
        border-radius: 0.55989vw;
        padding: 0.55989vw 0.83958vw;
        display: flex;
        flex-direction: row;
        gap: 0.22396vw;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 17vw;
        height: 4.32vw;
        position: relative;
    }

    .servicios-block2-titulo-preguntas-nube {
        background: #662480;
        border-radius: 0.55989vw;
        padding: 0.55989vw 0.83958vw;
        display: flex;
        flex-direction: row;
        gap: 0.22396vw;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 17vw;
        height: 4.32vw;
        position: relative;
    }

    .servicios-block2-titulo-preguntas-ciberseguridad {
        background: #21428F;
        border-radius: 0.55989vw;
        padding: 0.55989vw 0.83958vw;
        display: flex;
        flex-direction: row;
        gap: 0.22396vw;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 17vw;
        height: 4.32vw;
        position: relative;
    }

    .servicios-block2-titulo-preguntas-nearshoring {
        background: #ED861B;
        border-radius: 0.55989vw;
        padding: 0.55989vw 0.83958vw;
        display: flex;
        flex-direction: row;
        gap: 0.22396vw;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 17vw;
        height: 4.32vw;
        position: relative;
    }

    .servicios-block2-carousel-container {
        width: 17vw;
        height: 19vw;
        overflow: hidden;
        position: relative;
        top: -0.7vw;
    }
    
    .servicios-block2-carousel {
        display: flex;
        flex-direction: column;
        transition: transform 0.5s ease;
    }
    
    .servicios-block2-carousel-item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 6.26vw;
        background-color: #fff;
        box-sizing: border-box;
        gap: 2vw;
    }

    .servicios-block2-get-for-free {
        color: #ffffff;
        text-align: left;
        font-size: 1vw;
        letter-spacing: -0.02em;
        font-weight: 500;
        position: relative;
        width: 12.812vw;
    }

    .servicios-block2-frame-9,
    .servicios-block2-frame-7 {
        display: flex;
        flex-direction: row;
        gap: 0.89531vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 17vw;
        position: relative;
    }

    .servicios-block2-icon-action-add,
    .servicios-block2-icon-action-add2 {
        flex-shrink: 0;
        width: 1.34375vw;
        height: 1.34375vw;
        position: relative;
        overflow: visible;
    }

    .servicios-block2-pregunta {
        color: #101011;
        text-align: left;
        font-size: 0.9375vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 15vw;
    }

    .servicios-block2-pregunta1,
    .servicios-block2-pregunta2 {
        color: #101011;
        text-align: left;
        font-size: 0.9375vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 15vw;
    }

    .servicios-block2-icon-action-add3 {
        flex-shrink: 0;
        width: 1.34375vw;
        height: 1.34375vw;
        position: relative;
        overflow: visible;
    }

    .servicios-block2-pregunta3 {
        color: #101011;
        text-align: left;
        font-size: 0.9375vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 15vw;
    }

    .servicios-block2-pre-card-softlab {
        color: #21428F;
        text-align: left;
        font-size: 1.1vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        left: 25.8vw;
        width: 15vw;
        height: 2vw;
        top: -0.4vw;
    }

    .servicios-block2-pre-card-nube {
        color: #662480;
        text-align: left;
        font-size: 1.1vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        left: 25.8vw;
        width: 15vw;
        height: 2vw;
        top: -0.4vw;
    }

    .servicios-block2-pre-card-ciberseguridad {
        color: #21428F;
        text-align: left;
        font-size: 1.1vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        left: 25.8vw;
        width: 15vw;
        height: 2vw;
        top: -0.4vw;
    }

    .servicios-block2-pre-card-nearshoring {
        color: #ED861B;
        text-align: left;
        font-size: 1.1vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        left: 25.8vw;
        width: 15vw;
        height: 2vw;
        top: -0.4vw;
    }

    .servicios-block2-card-softlab {
        background: linear-gradient(90deg, rgba(0, 72, 145, 1) 0%, rgba(26, 157, 217, 1) 100%);
        border-radius: 1.30208vw;
        padding: 2.23958vw 0;
        width: 22vw;
        height: 27vw;
        position: absolute;
        left: 25.5vw;
        top: 1.65vw;
    }

    .servicios-block2-card-nube {
        background: linear-gradient(90deg, rgba(163, 124, 179, 1) 0%, rgba(102, 36, 128, 1) 100%);
        border-radius: 1.30208vw;
        padding: 2.23958vw 0;
        width: 22vw;
        height: 27vw;
        position: absolute;
        left: 25.5vw;
        top: 1.65vw;
    }

    .servicios-block2-card-ciberseguridad {
        background: linear-gradient(90deg, rgba(12, 41, 106, 1) 0%, rgba(110, 92, 190, 1) 100%);
        border-radius: 1.30208vw;
        padding: 2.23958vw 0;
        width: 22vw;
        height: 27vw;
        position: absolute;
        left: 25.5vw;
        top: 1.65vw;
    }

    .servicios-block2-card-nearshoring {
        background: linear-gradient(90deg, rgba(227, 115, 45, 1) 0%, rgba(246, 205, 57, 1) 100%);
        border-radius: 1.30208vw;
        padding: 2.23958vw 0;
        width: 22vw;
        height: 27vw;
        position: absolute;
        left: 25.5vw;
        top: 1.65vw;
    }

    .servicios-block2-frame-122 {
        width: 17vw;
        display: flex;
        flex-direction: column;
        gap: 0.88542vw;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        left: 1.82292vw;
        top: 2.23958vw;
    }

    .servicios-block2-10-px {
        display: flex;
        flex-direction: row;
        gap: 0.22396vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .servicios-block2-card-title-softlab {
        color: #ffffff;
        text-align: left;
        font-size: 2.5vw;
        line-height: 110%;
        font-weight: 700;
        position: absolute;
        left: 0%;
        top: 0%;
        width: 16vw;
    }

    .servicios-block2-card-title-nube {
        color: #ffffff;
        text-align: left;
        font-size: 2.5vw;
        line-height: 110%;
        font-weight: 700;
        position: absolute;
        left: 0%;
        top: 0%;
        width: 16vw;
    }

    .servicios-block2-card-title-ciberseguridad {
        color: #ffffff;
        text-align: left;
        font-size: 2.5vw;
        line-height: 110%;
        font-weight: 700;
        position: absolute;
        left: 0%;
        top: 0%;
        width: 16vw;
    }

    .servicios-block2-card-title-nearshoring {
        color: #ffffff;
        text-align: left;
        font-size: 2.5vw;
        line-height: 110%;
        font-weight: 700;
        position: absolute;
        left: 0%;
        top: 0%;
        width: 16vw;
    }

    .servicios-block2-double-right {
        width: 1.979vw;
        height: 1.979vw;
        position: relative;
        overflow: visible;
        left: 17vw;
        top: -1.5vw;
    }

    .servicios-block2-text-softlab {
        display: flex;
        flex-direction: column;
        gap: 1.82292vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 13vw;
        height: 13vw;
        position: absolute;
        top: 3.6vw;
    }

    .servicios-block2-text-nube {
        display: flex;
        flex-direction: column;
        gap: 1.82292vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 14vw;
        height: 13vw;
        position: absolute;
        top: 7vw;
    }

    .servicios-block2-text-ciberseguridad {
        display: flex;
        flex-direction: column;
        gap: 1.82292vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 14vw;
        height: 13vw;
        position: absolute;
        top: 6vw;
    }

    .servicios-block2-text-nearshoring {
        display: flex;
        flex-direction: column;
        gap: 1.82292vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 16vw;
        height: 13vw;
        position: absolute;
        top: 3.5vw;
    }

    .servicios-block2-pre-tittle-softlab {
        color: #ffffff;
        text-align: left;
        font-size: 1.40625vw;
        line-height: 130%;
        font-weight: 500;
        position: absolute;
        top: 1%;
        width: 13vw;
    }

    .servicios-block2-pre-tittle-nube {
        color: #ffffff;
        text-align: left;
        font-size: 1.40625vw;
        line-height: 130%;
        font-weight: 500;
        position: absolute;
        top: 3%;
        width: 12vw;
    }

    .servicios-block2-pre-tittle-nube-english {
        color: #ffffff;
        text-align: left;
        font-size: 1.40625vw;
        line-height: 130%;
        font-weight: 500;
        position: absolute;
        top: 3%;
        width: 16vw;
    }

    .servicios-block2-pre-tittle-ciberseguridad {
        color: #ffffff;
        text-align: left;
        font-size: 1.40625vw;
        line-height: 130%;
        font-weight: 500;
        position: absolute;
        top: 1%;
        width: 14vw;
    }

    .servicios-block2-pre-tittle-nearshoring {
        color: #ffffff;
        text-align: left;
        font-size: 1.32vw;
        line-height: 130%;
        font-weight: 500;
        position: absolute;
        top: 1%;
        width: 15vw;
    }

    .servicios-block2-container-rectangle-softlab {
        flex-shrink: 0;
        width: 18vw;
        height: 10.4vw;
        position: absolute;
        top: 9.5vw;
    }

    .servicios-block2-container-rectangle-nube {
        flex-shrink: 0;
        width: 18vw;
        height: 10.4vw;
        position: absolute;
        top: 6vw;
    }

    .servicios-block2-container-rectangle-ciberseguridad {
        flex-shrink: 0;
        width: 18vw;
        height: 10.4vw;
        position: absolute;
        top: 7vw;
    }

    .servicios-block2-container-rectangle-nearshoring {
        flex-shrink: 0;
        width: 18vw;
        height: 10.4vw;
        position: absolute;
        top: 9.5vw;
    }

    .servicios-block2-rectangle-6803 {
        background: #ffffff;
        border-radius: 1.30208vw;
        opacity: 0.2;
        width: 18vw;
        height: 10.4vw;
        position: absolute;
        backdrop-filter: blur(0.38281vw);
    }

    .servicios-block2-description {
        color: #ffffff;
        text-align: left;
        font-size: 0.83333vw;
        line-height: 140%;
        font-weight: 400;
        position: absolute;
        left: 1.45833vw;
        top: 1.4vw;
        width: 15vw;
        height: 7.885vw;
    }

    .servicios-block2-description em {
        font-weight: 600;
    }

    .servicios-block2-card-beneficios {
        display: flex;
        flex-direction: column;
        gap: 0.92708vw;
        align-items: flex-start;
        justify-content: center;
        height: 26.25vw;
        position: absolute;
        left: 52vw;
        top: 2vw;
    }

    .servicios-block2-top-card {
        display: flex;
        flex-direction: row;
        gap: 0.67708vw;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .servicios-block2-card-beneficios-top {
        display: flex;
        flex-direction: row;
        gap: 0.67708vw;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
        height: 3vw;
    }

    .servicios-block2-icon-action-nube-4 {
        flex-shrink: 0;
        width: 2.96875vw;
        height: 2.91667vw;
        position: relative;
        overflow: hidden;
    }

    .servicios-block2-fi-rr-diamond {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0%;
        left: 0%;
        bottom: 0%;
        top: 0%;
        overflow: hidden;
    }

    .servicios-block2-pre-tittle2 {
        color: #101011;
        text-align: left;
        font-size: 1.25vw;
        line-height: 140%;
        font-weight: 600;
        position: relative;
        width: 15.64vw;
    }

    .servicios-block2-card-beneficios-text-block {
        display: flex;
        flex-direction: column;
        gap: 0.9vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 18.3125vw;
        height: 22vw;
        position: relative;
        top: 0.3vw;
    }

    .servicios-block2-description-title-softlab {
        color: #21428f;
        text-align: left;
        font-size: 0.9375vw;
        line-height: 100%;
        font-weight: 700;
        position: relative;
        width: 15.64vw;
    }

    .servicios-block2-description-title-nube {
        color: #662480;
        text-align: left;
        font-size: 0.9375vw;
        line-height: 100%;
        font-weight: 700;
        position: relative;
        width: 15.64vw;
    }

    .servicios-block2-description-title-cibeseguridad {
        color: #21428f;
        text-align: left;
        font-size: 0.9375vw;
        line-height: 100%;
        font-weight: 700;
        position: relative;
        width: 15.64vw;
    }

    .servicios-block2-description-title-nearshoring {
        color: #ed861b;
        text-align: left;
        font-size: 0.9375vw;
        line-height: 100%;
        font-weight: 700;
        position: relative;
        width: 15.64vw;
    }

    .servicios-block2-description2 {
        color: #101011;
        flex-direction: column;
        width: 14vw;
    }

    .servicios-block2-description-2-span {
        display: block;
        height: 2vw;
        color: #101011;
        font-size: 0.83333vw;
        line-height: 100%;
        font-weight: 600;
    }

    .servicios-block2-description-2-span2 {
        display: block;
        height: auto;
        color: #101011;
        font-size: 0.78125vw;
        line-height: 140%;
        font-weight: 400;
        margin-bottom: 0.51vw;
    }

    .servicios-block2-text3 {
        display: flex;
        flex-direction: column;
        gap: 0.52083vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 15.3125vw;
        position: relative;
    }

    .servicios-block2-description3 {
        color: #101011;
        text-align: left;
        font-size: 0.78125vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 14vw;
    }

    .servicios-block2-content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 70%;
        position: absolute;
        left: 13vw;
        top: 24vw;
    }

    .servicios-block2-content2 {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 100%;
        position: relative;
    }

    .servicios-block2-input {
        opacity: 0.98;
        flex-shrink: 0;
        width: 17vw;
        height: 3.60vw;
        position: static;
        cursor: pointer;
    }

    .servicios-block2-rectangle-button-softlab,
    .servicios-block2-rectangle-button-nube,
    .servicios-block2-rectangle-button-ciberseguridad,
    .servicios-block2-rectangle-button-nearshoring {
        background: #ffffff;
        border-radius: 1.80vw;
        border-style: solid;
        border-color: #000000;
        border-width: 0.15vw;
        width: 17vw;
        height: 3.2vw;
        position: absolute;
        top: 0;
    }

    .servicios-block2-rectangle-button-softlab.active {
        background: linear-gradient(
            114.28deg,
            rgba(0, 72, 145, 1) 0%,
            rgba(26, 157, 217, 1) 100%
        );
        border-radius: 1.80vw;
        border: none;
        width: 17vw;
        height: 3.2vw;
        position: absolute;
        top: 0;
    }

    .servicios-block2-rectangle-button-nube.active {
        background: linear-gradient(
            114.28deg,
            rgba(163, 124, 179, 1) 0%,
            rgba(102, 36, 128, 1) 100%
        );
        border-radius: 1.80vw;
        border: none;
        width: 17vw;
        height: 3.2vw;
        position: absolute;
        top: 0;
    }

    .servicios-block2-rectangle-button-ciberseguridad.active {
        background: linear-gradient(
            114.28deg,
            rgba(12, 41, 106, 1) 0%,
            rgba(110, 92, 190, 1) 100%
        );
        border-radius: 1.80vw;
        border: none;
        width: 17vw;
        height: 3.2vw;
        position: absolute;
        top: 0;
    }

    .servicios-block2-rectangle-button-nearshoring.active {
        background: linear-gradient(
            114.28deg,
            rgba(227, 115, 45, 1) 0%,
            rgba(246, 205, 57, 1) 100%
        );
        border-radius: 1.80vw;
        border: none;
        width: 17vw;
        height: 3.2vw;
        position: absolute;
        top: 0;
    }

    .servicios-block2-icon-button {
        flex-shrink: 0;
        width: 1.44vw;
        height: 1.44vw;
        position: relative;
        overflow: visible;
    }

    .servicios-block2-placeholder {
        display: flex;
        flex-direction: row;
        gap: 0.72vw;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0.7vw;
        left: 1vw;
        width: 14vw;
    }

    .servicios-block2-icon-action-pieza {
        flex-shrink: 0;
        width: 1.44vw;
        height: 1.44vw;
        position: relative;
        overflow: visible;
    }

    .servicios-block2-label {
        color: #101011;
        text-align: left;
        font-size: 1.1vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
    }

    .servicios-block2-label.active {
        color: white;
        text-align: left;
        font-size: 1.1vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
    }

    .servicios-block2-input2 {
        flex-shrink: 0;
        width: 18.23vw;
        height: 3.60vw;
        position: static;
        cursor: pointer;
    }

    .servicios-block2-placeholder2 {
        display: flex;
        flex-direction: row;
        gap: 0.72vw;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0.7vw;
        left: 1vw;
        width: 14vw;
    }

    .servicios-block2-label2 {
        color: #101011;
        text-align: left;
        font-size: 1.1vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
    }

    .servicios-block2-placeholder3 {
        display: flex;
        flex-direction: row;
        gap: 0.72vw;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0.7vw;
        left: 1vw;
        width: 14vw;
    }

    .servicios-block2-placeholder4 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
        position: relative;
        gap: 0.72vw;
        top: 0.7vw;
        left: 1vw;
        width: 14vw;
    }

    .servicios-block2-content3 {
        display: flex;
        flex-direction: column;
        gap: 1.56vw;
        align-items: center;
        justify-content: flex-start;
        width: 91.41vw;
        position: absolute;
        left: 4vw;
        top: 6vw;
    }

    .servicios-block2-heading {
        color: #101011;
        text-align: center;
        font-size: 3.0vw;
        line-height: 110%;
        font-weight: 700;
        position: relative;
        width: 60.78vw;
    }

    .servicios-block2-description4 {
        color: #575957;
        text-align: center;
        font-size: 1.72vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 46.41vw;
    }

    .porque-wundertec {
        background-image: url('../assets/img/background_porque_wundertec.png');
        background-size: cover;
        background-position: center;
        width: 100vw;
        height: 28vw;
        position: relative;
        overflow: hidden;
    }

    .porque-wundertec-container {
        display: flex;
        flex-direction: column;
        gap: 2.60417vw;
        row-gap: 0;
        align-items: center;
        justify-content: flex-start;
        width: 27.08333vw;
        position: absolute;
        left: 10vw;
        top: 6vw;
    }

    .porque-wundertec-heading {
        color: #ffffff;
        text-align: left;
        font-size: 4.3vw;
        line-height: 110%;
        font-weight: 600;
        position: relative;
        width: 27.1875vw;
    }

    .porque-wundertec-description {
        color: #ffffff;
        text-align: left;
        font-size: 1.375vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 35vw;
        left: 4vw;
        top: 1.6vw;
    }

    .porque-wundertec-content3 {
        width: 26vw;
        height: 14vw;
        background: #f9fbed;
        border-radius: 1.04167vw;
        display: flex;
        flex-direction: row;
        gap: 4.32292vw;
        row-gap: 0;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 53vw;
        top: 7vw;
    }

    .porque-wundertec-group-1000005533 {
        width: 23.69792vw;
        height: 12.65625vw;
        position: static;
    }

    .porque-wundertec-logo {
        border-radius: 1.04167vw;
        width: 4vw;
        height: 4vw;
        position: absolute;
        left: 1.5vw;
        top: 1.3vw;
    }

    .porque-wundertec-logo-img {
        width: 4vw;
        height: 4vw;
        position: absolute;
        left: 0.125vw;
        overflow: visible;
    }

    .porque-wundertec-text3 {
        border-radius: 1.04167vw;
        display: flex;
        flex-direction: column;
        gap: 0.83333vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        left: 6.35417vw;
        top: 1.8vw;
    }

    .porque-wundertec-pre-tittle {
        color: #201f23;
        text-align: left;
        font-size: 1.14583vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
        width: 13.90625vw;
    }

    .porque-wundertec-card {
        width: 20.94792vw;
        height: 5.32292vw;
        opacity: 0;
        position: absolute;
        transition: opacity 1s ease-in-out;
    }
    
    .porque-wundertec-card.activeCard {
        opacity: 1;
    }

    .porque-wundertec-rectangle-border-morado-1 {
        background: #ffffff;
        border-radius: 1.04167vw;
        border-style: solid;
        border-color: #e0d3e6;
        border-width: 0.10417vw;
        width: 20.94792vw;
        height: 5.32292vw;
        position: absolute;
        left: 0vw;
        top: 2.3vw;
    }

    .porque-wundertec-rectangle-border-morado-2 {
        background: #ffffff;
        border-radius: 1.04167vw;
        border-style: solid;
        border-color: #e0d3e6;
        border-width: 0.10417vw;
        width: 20.94792vw;
        height: 5.32292vw;
        position: absolute;
        left: 4vw;
        top: 2.3vw;
    }

    .porque-wundertec-rectangle-border-morado-3 {
        background: #ffffff;
        border-radius: 1.04167vw;
        border-style: solid;
        border-color: #e0d3e6;
        border-width: 0.10417vw;
        width: 20.94792vw;
        height: 5.32292vw;
        position: absolute;
        left: 8vw;
        top: 2.3vw;
    }

    .porque-wundertec-rectangle-border-morado-4 {
        background: #ffffff;
        border-radius: 1.04167vw;
        border-style: solid;
        border-color: #e0d3e6;
        border-width: 0.10417vw;
        width: 20.94792vw;
        height: 5.32292vw;
        position: absolute;
        left: 12vw;
        top: 2.3vw;
    }

    .porque-wundertec-text4 {
        border-radius: 1.04167vw;
        display: flex;
        flex-direction: row;
        gap: 1vw;
        align-items: center;
        justify-content: center;
        width: 15vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .porque-wundertec-description2 {
        color: #101011;
        text-align: left;
        font-size: 0.78125vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 14.1vw;
        left: 0.7vw;
    }

    .porque-wundertec-icon-system-check {
        width: 20%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .porque-wundertec-icon-system-check-circle {
        border-radius: 1.04167vw;
        width: 2.1875vw;
        position: relative;
        overflow: visible;
    }

    .como-lo-hacemos {
        background: #ffffff;
        flex-shrink: 0;
        width: 100%;
        height: 50vw;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 4.8vw;
    }

    .como-lo-hacemos-container {
        display: flex;
        flex-direction: column;
        gap: 2.60417vw;
        row-gap: 0;
        align-items: center;
        justify-content: flex-start;
        width: 27.08333vw;
        position: relative;
        top: 1vw;
    }

    .como-lo-hacemos-content {
        display: flex;
        flex-direction: column;
        row-gap: 1vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 62.5vw;
        position: relative;
    }

    .como-lo-hacemos-heading {
        color: #101011;
        text-align: center;
        font-size: 2.9vw;
        line-height: 140%;
        font-weight: 700;
        position: relative;
        width: 40.52083vw;
    }

    .como-lo-hacemos-description {
        color: #575957;
        text-align: center;
        font-size: 1.3vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        width: 30vw;
    }

    .como-lo-hacemos-home-demo {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .experiencia-y-tecnologia {
        flex-shrink: 0;
        height: 46vw;
        position: relative;
        overflow: hidden;
    }

    .experiencia-y-tecnologia-decorations {
        background: #c2a7cc;
        border-radius: 50%;
        opacity: 0.4;
        width: 30vw;
        height: 30vw;
        position: absolute;
        filter: blur(120.98px);
        top: 195vw;
        left: 78vw;
        overflow: hidden;
    }

    .experiencia-y-tecnologia-content {
        display: flex;
        flex-direction: column;
        gap: 2.08333vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        left: calc(50% - 26.25vw);
        top: 6.25vw;
    }

    .experiencia-y-tecnologia-content2 {
        display: flex;
        flex-direction: column;
        gap: 1.09375vw;
        row-gap: 1vw;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .experiencia-y-tecnologia-heading {
        text-align: center;
        font-size: 2.66667vw;
        line-height: 110%;
        font-weight: 700;
        position: relative;
        width: 100%;
    }

    .experiencia-y-tecnologia-heading-span {
        color: #101011;
        font-size: 3vw;
        line-height: 110%;
        font-weight: 700;
    }

    .experiencia-y-tecnologia-heading-span2 {
        color: #662480;
        font-size: 3vw;
        line-height: 110%;
        font-weight: 700;
    }

    .experiencia-y-tecnologia-group-1000005485 {
        flex-shrink: 0;
        width: 36.67778vw;
        height: 4.16667vw;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .experiencia-y-tecnologia-cliente {
        display: flex;
        flex-direction: row;
        gap: 0.55556vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        width: 4.16667vw;
        height: 4.16667vw;
        position: absolute;
        left: 7.84722vw;
        top: 4.16667vw;
    }

    .experiencia-y-tecnologia-description {
        color: #201f23;
        text-align: center;
        font-size: 1.375vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .experiencia-y-tecnologia-text {
        display: flex;
        flex-direction: column;
        gap: 2.08333vw;
        row-gap: 0;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .experiencia-y-tecnologia-heading2 {
        color: #101011;
        text-align: center;
        font-size: 2.66667vw;
        font-weight: 500;
        position: relative;
        width: 52.47222vw;
    }

    .experiencia-y-tecnologia-content3 {
        background: #efe9f2;
        border-radius: 1.66667vw;
        padding: 1.66667vw 2.22222vw 1.66667vw 3.33333vw;
        display: flex;
        flex-direction: column;
        row-gap: 0.6vw;
        align-items: flex-start;
        justify-content: center;
        width: 24vw;
        height: 13vw;
        position: absolute;
        left: 18vw;
        top: 26.66667vw;
        overflow: hidden;
    }

    .experiencia-y-tecnologia-icon-system-verified {
        flex-shrink: 0;
        width: 1.94444vw;
        height: 1.94444vw;
        position: relative;
        overflow: visible;
        left: 1vw;
    }

    .experiencia-y-tecnologia-text2 {
        display: block;
        gap: 1.11111vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 23.70833vw;
        height: 9.05556vw;
        position: relative;
        top: 0.3vw;
        left: 1vw;
    }

    .experiencia-y-tecnologia-span {
        color: #662480;
        font-size: 1.2vw;
        font-weight: 400;
        line-height: 1.563vw;
        word-wrap: break-word
    }

    .experiencia-y-tecnologia-span2 {
        color: #662480;
        font-size: 1.2vw;
        font-weight: 600;
        line-height: 1.563vw;
        word-wrap: break-word
    }

    .experiencia-y-tecnologia-1 {
        width: 29.5vw;
        height: 16.6vw;
        position: absolute;
        left: 50vw;
        top: 26.66667vw;
        object-fit: cover;
    }

    .form-servicios,
    .form-servicios * {
        box-sizing: border-box;
    }

    .form-servicios {
        flex-shrink: 0;
        width: 100%;
        margin: 30px 0 30px;
        /* height: 57vw; */
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        column-gap: 4vw;
        margin-bottom: 5vw;
        margin-top: 5vw;
    }
    
    .form-servicios-container {
        flex-direction: row;
        gap: 10.7639vw;
        row-gap: 0;
        align-items: center;
        justify-content: flex-start;
        height: 57vw;
        position: relative;
    }
    
    .form-servicios-content {
        display: flex;
        flex-direction: column;
        gap: 2.7778vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }
    
    .form-servicios-content2 {
        display: flex;
        flex-direction: column;
        gap: 1.3889vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 39.1667vw;
        position: relative;
    }

    .form-servicios-text {
        display: flex;
        flex-direction: column;
        row-gap: 0.5vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 36vw;
        position: relative;
    }

    .form-servicios-container-english {
        display: flex;
        flex-direction: row;
        gap: 10.7639vw;
        row-gap: 0;
        align-items: center;
        justify-content: flex-start;
        width: 45vw;
        height: 49.7917vw;
        position: relative;
    }

    .form-servicios-content-english {
        display: flex;
        flex-direction: column;
        gap: 2.7778vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
        width: 100%;
    }
    
    .form-servicios-content2-english {
        display: flex;
        flex-direction: column;
        gap: 1.3889vw;
        row-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 100%;
        position: relative;
    }
    
    .form-servicios-text-english {
        display: flex;
        flex-direction: column;
        row-gap: 0.5vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 90%;
        position: relative;
    }
    
    .form-servicios-heading {
        text-align: left;
        font-size: 3.3333vw;
        font-weight: 500;
        position: relative;
        align-self: stretch;
    }
    
    .heading-span {
        color: #101011;
        font-size: 3.1vw;
        font-weight: 500;
    }
    
    .heading-span2 {
        color: #c6d54f;
        font-size: 3.1vw;
        font-weight: 500;
    }
    
    .form-servicios-description {
        color: #101011;
        text-align: left;
        font-size: 1.5vw;
        line-height: 380%;
        font-weight: 700;
        position: relative;
        width: 37.5vw;
    }

    .form-servicios-description-movil {
        display: none;
    }
    
    .form-servicios-group-1000005472 {
        position: absolute;
        inset: 0;
    }
    
    .form-servicios-tittle {
        color: #c6d54f;
        text-align: center;
        font-size: 1.6667vw;
        line-height: 140%;
        font-weight: 600;
        position: relative;
        width: 30.4861vw;
        height: 2.4306vw;
    }
    
    .form-servicios-content3 {
        width: 31.9444vw;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 2vw;
    }

    .form-servicios-rectangle {
        background: #ffffff;
        width: 30vw;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #formServicios {
        padding: 1% 1%;
        height: fit-content;
        margin-top: 0.5vw;
        transition: transform 0.3s ease;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .form-servicios-description2 {
        text-align: left;
        font-size: 0.9028vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
    }

    .contacto-note {
        display: none;
    }
    
    .description-2-span {
        color: #808584;
        font-size: 0.9028vw;
        line-height: 140%;
        font-weight: 700;
    }
    
    .description-2-span2 {
        color: #808584;
        font-size: 0.9028vw;
        line-height: 140%;
        font-weight: 400;
    }
    
    .description-2-span3 {
        color: #9cb445;
        font-size: 0.9028vw;
        line-height: 140%;
        font-weight: 400;
    }
    
    .description-2-span4 {
        color: #808584;
        font-size: 0.9028vw;
        line-height: 140%;
        font-weight: 400;
    }    

    .owl-carousel .owl-nav button.owl-prev {
        background-image: url('../assets/img/flechaIzquierda.svg');
        background-size: contain;
        width: 50px;
        height: 50px;
        color: transparent;
    }

    .owl-carousel .owl-nav button.owl-next {
        background-image: url('../assets/img/flechaDerecha.svg');
        background-size: contain;
        width: 50px;
        height: 50px;
        color: transparent;
    }

    .owl-carousel .owl-nav button.owl-prev:hover {
        background-image: url('../assets/img/flechaIzquierdaStrong.svg');
        background-size: contain;
        width: 50px;
        height: 50px;
        color: transparent;
    }

    .owl-carousel .owl-nav button.owl-next:hover {
        background-image: url('../assets/img/flechaDerechaStrong.svg');
        background-size: contain;
        width: 50px;
        height: 50px;
        color: transparent;
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
    }

    .owl-theme .owl-nav {
        margin-top: 50px;
    }

    .owl-carousel .item {
        width: 26.736vw;
    }

    .carousel-content-fondo {
        width: 100%;
        height: 24vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .carousel-content {
        background-image: url('../assets/img/socios_carousel_background.svg');
        background-size: 100%;
        background-position: center;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        justify-content: center;
        flex-shrink: 0;
        width: 27vw;
        height: 21vw;
        position: relative;
    }

    .carousel-content-inside {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        justify-content: flex-start;
        margin-left: 2.8vw;
        margin-right: 10vw;
        width: 20vw;
        height: 230px;
    }

    .carousel-content__icons {
        background: var(--verde-10, #f9fbed);
        border-radius: 100px;
        flex-shrink: 0;
        width: 4vw;
        height: 4vw;
        position: relative;
    }

    .carousel-content__text {
        display: flex;
        flex-direction: column;
        gap: 1vw;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .carousel-content__tittle {
        color: var(--neutrals-1000, #101011);
        text-align: left;
        font-size: 1.5vw;
        line-height: 140%;
        font-weight: 600;
        position: relative;
    }

    .carousel-content__description {
        color: var(--neutrals-1000, #101011);
        text-align: left;
        font-size: 1.125vw;
        line-height: 140%;
        font-weight: 400;
        position: relative;
        align-self: stretch;
        width: 20vw;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
}