* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

#masterclasses {
    scroll-margin-top: 24px;
}

.seccion {
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.cabecera {
    background-color: #01257d;
    background-image: none;
    position: relative;
    padding-left: 159px;
}

.contenido-cabecera {
    position: relative;
    padding-top: 252px;
    z-index: 2;
    padding-bottom: 100px;
}

.titulo-wrapper {
    display: flex;
    gap: 31px;
    margin-bottom: 37px;
}

.linea-vertical {
    width: 6px;
    height: 154px;
    flex-shrink: 0;
    background: linear-gradient(
        to bottom,
        #ffcc00 0%,
        #ffcc00 33.33%,
        #00247d 33.33%,
        #00247d 66.66%,
        #cf142b 66.66%,
        #cf142b 100%
    );
    border-radius: 15px 0px 0px 0px;
}

.titulo-grupo {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.titulo-principal {
    max-width: 600px;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.01em;
    text-align: left;
    color: white;
    text-transform: none;
}

.subtitulo-cabecera {
    max-width: 620px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-align: left;
    color: #ffffff;
    margin: 0;
    text-wrap: balance;
}

.cabecera .subtitulo-cabecera {
    color: #ffffff !important;
}

.descripcion {
    max-width: 600px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.01em;
    text-align: left;
    color: white;
    margin-bottom: 28px;
}

.vz-hero-ctas {
    max-width: 520px;
}

.vz-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.vz-hero-cta:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.vz-hero-cta-whatsapp {
    width: 100%;
    background: #C8F3E4;
    color: #1E4676;
    font-size: 16px;
    line-height: 1.3;
    padding: 16px 24px;
    border-radius: 12px;
    border: none;
}

.vz-hero-cta-whatsapp:hover {
    background: #B5ECD8;
    color: #1E4676;
}

.vz-hero-cta-icon {
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
}

.vz-hero-ctas-secondary {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
}

.vz-hero-cta-masterclasses {
    background: rgba(18, 45, 90, 0.55);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    padding: 12px 18px;
    border-radius: 999px;
    border: 2px solid #F5A623;
}

.vz-hero-cta-masterclasses:hover {
    background: rgba(18, 45, 90, 0.75);
    color: #ffffff;
    border-color: #ffbe4d;
}

.vz-hero-cta-nota {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.4;
}

.boton-principal {
    font-size: 15px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: -0.01em;
    text-align: center;
    background: #122D5A;
    width: 267px;
    height: 51px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 16px;
    box-sizing: border-box;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.boton-principal:hover {
    background: #0d2247;
    color: #ffffff;
    text-decoration: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media (max-width: 768px) {
    .cabecera {
        padding-left: 24px;
        padding-right: 24px;
        background-image: none;
        height: auto;
        min-height: auto;
        align-items: flex-start;
        padding-bottom: 40px;
    }

    .cabecera.seccion {
        min-height: auto;
    }

    .contenido-cabecera {
        width: 100%;
        max-width: none;
        height: auto;
        padding-top: 88px;
        padding-bottom: 32px;
    }

    .titulo-wrapper {
        gap: 15px;
        margin-bottom: 25px;
    }

    .linea-vertical {
        width: 6px;
        height: 158px;
        margin-top: 5px;
        background: linear-gradient(
            to bottom,
            #ffcc00 0%,
            #ffcc00 33.33%,
            #00247d 33.33%,
            #00247d 66.66%,
            #cf142b 66.66%,
            #cf142b 100%
        );
    }

    .titulo-principal {
        max-width: 100%;
        font-size: 24px;
        line-height: 1.15;
    }

    .subtitulo-cabecera {
        width: 100%;
        font-size: 16px;
        line-height: 1.3;
    }

    .descripcion {
        width: 100%;
        font-size: 15px;
        line-height: 21px;
    }

    .vz-hero-ctas {
        max-width: none;
        width: 100%;
    }

    .vz-hero-cta-whatsapp {
        font-size: 15px;
        padding: 14px 18px;
    }

    .vz-hero-ctas-secondary {
        flex-direction: column;
    }

    .vz-hero-cta-masterclasses {
        width: 100%;
        justify-content: center;
    }

    .boton-principal {
        width: 100%;
        margin-top: 20px;
    }

    .overlay {
        background: none;
    }

    .img-stars {
        display: none;
    }
}

/* sección 2 */
.seccion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}

.contenedor-imagen {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

.composicion-imagen {
    position: relative;
    width: 100%;
    height: 700px;
    text-align: center;
}

.contenedor-base {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('CONTENEDOR.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.imagen-chica {
    position: absolute;
    width: 538px;
    height: 602px;
    top: 6%;
    left: 121px;
    z-index: 2;
}

.imagen-fondo {
    z-index: 1;
    width: 700px;
}

.icono {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 15%;
    top: 30%;
    z-index: 3;
}

.bandera {
    position: absolute;
    width: 287px;
    height: 246px;
    top: 50%;
    left: 400px;
    border-radius: 0px 5px 5px 5px;
    z-index: 3;
}

.imagen2-1{
    padding-left: 100px;
}

.imagen2-2{
    text-align: left !important;
}

.ct2-1{
    padding-left: 0px !important;
    padding-right: 30% !important;
}
.ct2-2{
    padding-left: 22% !important
}

.contenedor-texto {
    padding: 80px 13% 80px 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titulo-secundario {
    font-size: 45px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #122D5A;
    margin-bottom: 30px;
    position: relative;
}

.linea-decorativa {
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 120px;
    height: auto;
}

.texto-secundario {
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #122D5A;
}

.texto-secundario-ul {
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #122D5A;
}

.texto-secundario-ul li {
    margin-left: 18px;
    margin-bottom: 15px;
}

@media (max-width: 360px) {
    .imagen-chica {
        width: 240px;
        height: 268px;
    }

    .imagen-fondo {
        width: 160px;
        height: 210px;
    }

    .bandera {
        width: 120px;
        height: 103px;
    }

    .contenedor-texto {
        padding: 20px;
        position: relative;
        bottom: 60%;
    }
}

@media (max-width: 768px) {
    .seccion-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
    }

    #seccion2>*:nth-child(3) {
        order: 4;
    }

    #seccion2>*:nth-child(4) {
        order: 3;
    }

    .contenedor-imagen {
        position: relative;
        overflow: visible;
        margin-top: 40px;
    }

    .composicion-imagen {
        height: 100%;
        position: relative;
        padding-left: inherit;
    }

    .imagen2-2 {
        text-align: center !important;
    }

    .imagen-chica {
        width: 269px;
        height: 301px;
        top: 0;
        left: 50%;
        transform: translateX(-55%);
    }

    .imagen-fondo {
        height: 300px;
        width: auto;
    }

    .bandera {
        width: 143px;
        height: 123px;
        top: 222px;
        left: 55%;
        border-radius: 0px 5px 5px 5px;
    }

    .contenedor-texto {
        padding: 20px 40px 40px 40px !important;
        text-align: center;
        position: relative;
    }

    .titulo-secundario {
        font-size: 35px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 45px;
    }

    .linea-decorativa {
        left: 40%;
        transform: translateX(-50%);
        bottom: -15px;
        width: 100px;
    }

    .texto-secundario {
        font-size: 15px;
    }

    .texto-secundario-ul {
        font-size: 15px;
        color: #122D5A;
        text-align: left;
    }

    .texto-secundario-ul li {
        margin-bottom: 15px;
    }
}

@media (min-resolution: 0.0dppx) and (max-resolution: 0.6dppx) {
    .cabecera {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: left;
        position: relative;
        padding-left: 159px;

    }

    .seccion {
        min-height: 0;
    }
}


/* Seccion 3 */
.contenedor-seccion3 {
    padding: 80px 40px;
    text-align: center;
    background: #fff;
    width: 100%;
}

.titulo-seccion3 {
    font-size: 45px;
    color: #122D5A;
    margin-bottom: 10px;
    position: relative;
}

.titulo-seccion3 img {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: auto;
    margin-bottom: 10px;
}

.cards-container {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
}

.situation-card {
    width: 200px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform 0.3s ease;
    position: relative;
}

.situation-card .card-title {
    text-align: left;
}

.situation-card:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 150px;
    width: 3px;
    background: #00A3FF;
    opacity: 0.3;
}

.situation-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    height: 130px;
    width: 3px;
    background: #00A3FF;
    opacity: 0.3;
}

.situation-card:hover {
    transform: translateY(-5px);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title {
    color: #122D5A;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    height: 50px;
}

.navigation-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 30px 0;
}

.nav-button {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.nav-button.prev {
    background: #00A3FF;
}

.nav-button.next {
    background: #122D5A;
}

.nav-button:hover {
    opacity: 0.9;
}

.nav-button svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.info-button {
    background: #00A3FF;
    color: white;
    padding: 15px 30px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.info-button:hover {
    background: #0088D4;
}

.seccion3-title {
    font-size: 2.5vh;
    font-weight: bold;
}

.seccion3-icon {
    width: 90%;
}

@media (max-width: 768px) {
    .contenedor-seccion3 {
        padding: 40px 20px;
    }

    .titulo-seccion3 {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .cards-container {
        position: relative;
        min-height: 200px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .situation-card {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        opacity: 0;
        transform: translateX(100%);
        transition: all 0.5s ease;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .situation-card.active {
        opacity: 1;
        transform: translateX(0);
    }

    .situation-card.prev {
        opacity: 0;
        transform: translateX(-100%);
    }

    .situation-card.next {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* Seccion 4 */
#seccion4 {
    background: #F4F9FF;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.title-wrapper {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.main-title {
    color: #122D5A;
    font-size: 42px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}

.title-decoration {
    position: absolute;
    bottom: 0px;
    left: 90%;
    transform: translateX(-50%);
    width: 120px;
    height: auto;
}

.subtitle {
    color: #00A3FF;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 100px;
    margin-top: 40px;
}

.pricing-cards {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.price-card {
    width: 286px;
    background: #0067CE;
    border-radius: 0 110px 0 0;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.plan-tag {
    position: absolute;
    top: -34px;
    left: 0;
    background: white;
    color: #00A3FF;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.popular-tag {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 78px;
    height: 78px;
    z-index: 2;
    background-image: url('/images/venezuela/seccion4/badge.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card-content {
    padding: 60px 25px 30px;
    color: white;
}

.price-section {
    text-align: left;
    margin-bottom: 15px;
}

.price-label {
    font-size: 13px;
    line-height: 1.2;
    opacity: 0.9;
}

.price-amount {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin-top: -50px;
}

.currency {
    font-size: 34px;
    margin-top: 8px;
    font-weight: 700;
}

.amount {
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
}

.decimals {
    font-size: 34px;
    font-weight: 700;
    margin-top: 8px;
}

.plan-total {
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.plan-original {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: line-through;
}

.divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 20px 0;
}

.sessions {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.features {
    text-align: left;
    font-size: 12px;
    position: relative;
    padding-left: 15px;
}


.features::before {
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    bottom: 25px;
    width: 2px;
    background: rgba(255, 255, 255, 0.3);
}

.features>div {
    margin-bottom: 10px;
}

.features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features li {
    padding-left: 12px;
    position: relative;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

.features li::before {
    content: '•';
    position: absolute;
    left: 0;
}

.transform-button {
    width: 100%;
    background: linear-gradient(180deg, #4FBBD9 0%, #6CD0CD 100%);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 25px;
    transition: transform 0.3s ease;
}

.transform-button:hover {
    transform: translateY(-2px);
}

@media (max-width: 920px) {
    .pricing-cards {
        gap: 20px;
    }

    .price-card {
        width: calc(50% - 20px);
        min-width: 280px;
    }
}

@media (max-width: 768px) {
    .main-title {
        font-size: 32px;
    }

    .subtitle {
        font-size: 16px;
    }

    .price-card {
        width: 100%;
        max-width: 320px;
        margin-bottom: 50px;
    }

    .title-decoration {
        left: 50%;
    }
}

/* Seccion 5 */

#seccion5 {
    min-height: 50vh;
}

.contenedor-seccion5 {
    margin: 0 10% 0 10%;
    padding: 60px 20px;
    text-align: center;
    width: 100%;
}

.titulo-recomendaciones {
    font-size: 42px;
    color: #122D5A;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.titulo-recomendaciones::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 82%;
    transform: translateX(-50%);
    width: 230px;
    height: 20px;
    background-image: url('/images/venezuela/seccion5/DAS.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.carousel-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease;
    gap: 20px;
}

.carousel-item {
    flex: 0 0 160px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-button {
    background: #F8F9FE;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-button.prev {
    left: -50px;
    background: #00A3FF;
}

.carousel-button.next {
    right: -50px;
    background: #122D5A;
}

.carousel-button svg {
    fill: white;
}

.inicio-button {
    background: #00A3FF;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.inicio-button:hover {
    background: #0088D4;
}

.mobile-buttons {
    display: none;
}

@media (max-width: 768px) {
    .contenedor-seccion5 {
        padding: 40px 20px;
    }

    .titulo-recomendaciones {
        font-size: 32px;
    }

    .carousel-container {
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .carousel-wrapper {
        overflow: hidden;
    }

    .carousel-track {
        display: flex;
        width: fit-content;
        transition: transform 0.3s ease;
    }

    .carousel-group {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
        flex: 0 0 100%;
        padding: 0 10px;
    }

    .carousel-item {
        width: 100%;
        height: 120px;
    }

    .carousel-container .carousel-button {
        display: none;
    }

    .mobile-buttons {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }

    .mobile-buttons .carousel-button {
        position: static;
        transform: none;
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
    }

    .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #D9D9D9;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .dot.active {
        background: #122D5A;
    }
}

/* seccion 6 */

.seccion6-container {
    background-color: #c7e3ff;
    padding: 80px 20px;
    text-align: center;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.testimonios-titulo {
    color: #122D5A;
    font-size: 42px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    font-weight: 100;
}

.titulo-decoracion {
    position: absolute;
    bottom: 0;
    left: 76%;
    transform: translateX(-50%);
    width: 120px;
    height: auto;
}

.testimonios-slider {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.testimonios-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.grupo-testimonios {
    display: flex;
    flex: 0 0 100%;
    gap: 25px;
    justify-content: center;
    transition: transform 0.5s ease;
}

.testimonio-card {
    flex: 0 0 calc(33.33% - 17px);
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
}

.testimonio-contenido {
    color: #122D5A;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.testimonio-autor {
    color: #122D5A;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    bottom: 20px;
}

.quote-marks {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-image: url('/images/venezuela/seccion6/comillas.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.banderas {
    display: flex;
    gap: 4px;
}

.bandera-icon {
    width: 20px;
    height: 14px;
}

.testimonios-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D9D9D9;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background: #122D5A;
}

@media (max-width: 768px) {
    .testimonios-slider {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .testimonios-wrapper {
        height: 100%;
        position: relative;
        transition: transform 0.5s ease;
    }

    .grupo-testimonios {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .grupo-testimonios.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .testimonio-card {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        flex: 0 0 auto;
        height: calc(33.33% - 14px);
    }
}

@media (max-width: 480px) {
    .testimonio-card {
        padding: 25px;
    }

    .testimonios-titulo {
        font-size: 28px;
    }

    .quote-marks {
        width: 25px;
        height: 25px;
    }
}

.testimonios-slider {
    overflow-x: hidden;
    overflow-y: hidden;
}

.testimonios-wrapper {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

/* seccion 7 */

#seccion7 {
    padding: 80px 20px;
    background: #fff;
}

.plataforma-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.header-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
    margin-left: 110px;
}

.laptop-side {
    position: relative;
}

.platform-label {
    position: absolute;
    left: -130px;
    color: #15AAFD;
    font-size: 15px;
    bottom: 64px;
    width: 150px;
    text-align: right;
}

.laptop-img {
    width: 100%;
    height: auto;
}

.title-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.platform-title {
    color: #122D5A;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

.platform-subtitle {
    color: #00A3FF;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.steps-container {
    position: relative;
    padding: 40px 0;
    margin-bottom: 40px;
}

.vertical-line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 100%;
    background: #4AD6AB;
    border-radius: 15px 0 0 0;
}

.vertical-line .arrow {
    position: absolute;
    right: -170px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #4AD6AB;
    border-right: 2px solid #4AD6AB;
    transform: translateY(-50%) rotate(45deg);
    bottom: -11px;
}

.steps-container {
    position: relative;
}

.vertical-line {
    position: relative;
}


.steps-wrapper {
    display: flex;
    justify-content: center;
    gap: 100px;
    position: relative;
    z-index: 2;
}

.step {
    position: relative;
}

.step-number {
    position: absolute;
    left: -55px;
    font-size: 55px;
    color: #9e9fa1;
    z-index: 3;
}


.action-button {
    margin: 0 auto;
    background: #00A3FF;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    width: fit-content;
}

@media (max-width: 768px) {

    .vertical-line .arrow {
        display: none;
    }

    .header-content {
        grid-template-columns: 1fr;
        text-align: center;
        margin-left: 0;
    }

    .steps-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }


    .step-image {
        width: 100%;
        max-width: 280px;
    }

    .platform-title {
        font-size: 32px;
    }

    .laptop-img {
        width: 90%;
    }

    .laptop-side {
        order: 2;
    }

    .title-side {
        order: 1;
    }

    .platform-label {
        left: 104px;
        bottom: -22px;
        width: auto;
    }
}

.step-image {
    width: 204px;
    height: 227px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: white;
    text-align: left;
    border-radius: 0 70px 0 0;
    position: relative;
}

.step-icon {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    display: flex;
}

.step-icon img {
    top: 5px;
    width: 90px;
    height: 90px;
    left: -85px;
    position: absolute;

}

.step-text {
    font-size: 17px;
    line-height: 23.8px;
    margin-top: 65px;
}

.vertical-line {
    position: absolute;
    left: -40px;
    top: 9%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #4AD6AB;
    border-radius: 15px 0 0 0;
}

.vertical-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 2px;
    background: #4AD6AB;
    border-radius: 15px 0 0 0;
}

.vertical-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 1px;
    background: #4AD6AB;
    border-radius: 0 0 15px 0;
}

@media (max-width: 768px) {
    .vertical-line::before {
        width: 30px;
    }

    .vertical-line::after {
        width: 40px;
    }

    .vertical-line {
        top: 0;
        left: 0;
        width: 1px;
        height: 28%;
    }
}

.step1 {
    background: #00A3FF;
}

.step2 {
    background: #0067CE;
}

.step3 {
    background: #122D5A;
}

/* Seccion 8 */

.seccion8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    gap: 60px;
}

.imagen-collage {
    flex: 1;
    position: relative;
    min-height: 500px;
}

.imagen-collage img {
    width: 100%;
    height: auto;
    max-width: 600px;
}

.contenido-derecha {
    flex: 1;
    max-width: 500px;
    padding-right: 250px;
}

.titulo-seccion8 {
    color: #1E4676;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

.subtitulo-seccion8 {
    color: #00A3FF;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.boton-seccion8 {
    background: #00A3FF;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    transition: background-color 0.3s ease;
}

.titulo-seccion8 {
    color: #1E4676;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
}

.titulo-seccion8::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 23%;
    transform: translateX(-50%);
    width: 120px;
    height: 20px;
    background-image: url('/images/venezuela/seccion8/DAS.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .seccion8 {
        flex-direction: column;
        padding: 40px 20px;
        gap: 40px;
        text-align: center;
    }

    .imagen-collage {
        min-height: auto;
        width: 100%;
        text-align: center;
    }

    .imagen-collage img {
        max-width: 90%;
    }

    .contenido-derecha {
        padding: 0 20px;
    }

    .titulo-seccion8 {
        font-size: 32px;
    }

    .boton-seccion8 {
        margin: 0 auto;
    }

    .titulo-seccion8::after {
        left: 50%;
    }
}

/* Seccion 9 */

#seccion9 {
    background-image: url('/images/venezuela/seccion9/background.png');
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 40px 20px;
}

.dudas-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.dudas-content {
    color: white;
}

.dudas-title {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 600;
}

.dudas-subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.options-container {
    margin-top: 30px;
    margin-right: 325px;
}

.option {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.number-image {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.arrow-image {
    width: 20px;
    height: 20px;
    object-fit: contain;
    vertical-align: middle;
    margin-left: 8px;
}

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 30px;
    transition: background-color 0.3s ease;
    width: 300px;
}

.form-container {
    background: #00A3FF;
    padding: 30px;
    border-radius: 15px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    color: white;
    font-size: 15px;
}

.form-group input,
.form-group select,
.submit-button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    background: white;
    color: #122D5A;
}

.phone-group .phone-inputs {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
}

.country-select {
    padding-right: 30px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M3 4.5L6 7.5L9 4.5H3Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.submit-button {
    margin-top: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.button-form {
    text-align: center;
    padding-top: 10px;
}

@media (max-width: 768px) {
    #seccion9 {
        min-height: auto;
        padding: 0;
        background-position: left;
        padding-top: 100px;
    }

    .dudas-container {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 40px 20px;
    }

    .dudas-content {
        text-align: left;
        padding-right: 0;
    }

    .dudas-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .dudas-subtitle {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 25px;
    }

    .options-container {
        margin: 0;
        padding-right: 20px;
    }

    .option {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .option p {
        line-height: 1.4;
    }

    .whatsapp-button {
        width: 100%;
        justify-content: center;
        margin-top: 25px;
        padding: 12px 20px;
    }

    .form-container {
        width: 100%;
        height: auto;
        padding: 25px;
        margin-top: 30px;
        border-radius: 12px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        font-size: 14px;
        margin-bottom: 8px;
        color: white;
    }

    .form-group input,
    .form-group select,
    .submit-button {
        width: 100%;
        height: 45px;
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 8px;
    }

    .phone-group .phone-inputs {
        grid-template-columns: 80px 1fr;
        gap: 8px;
    }

    .button-form {
        margin-top: 20px;
    }

    .submit-button {
        background: white;
        color: #122D5A;
        font-weight: 500;
    }
}

/* Seccion 10 */

.seccion10-container {
    background: linear-gradient(180deg, #E5FAF5 0%, #FFFFFF 100%);
    padding: 80px 20px;
    overflow: hidden;
    position: relative;
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.content-wrapper {
    position: relative;
    z-index: 2;
}

.content-wrapper {
    margin: 0 10% 0 10%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.left-content {
    position: relative;
    padding-right: 20px;
}

.header-latina {
    color: #00A3FF;
    font-size: 23px;
    margin-bottom: 20px;
}

.title-momento {
    color: #122D5A;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
}

.title-momento::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 180px;
    height: 20px;
    background-image: url('/images/venezuela/seccion10/DAS.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.quote-content {
    color: #122D5A;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    margin: 40px 50px 40px 50px;
    padding: 0 40px;
    font-style: italic;
}

.quote-left {
    position: absolute;
    left: -20px;
    top: -10px;
    width: 30px;
}

.quote-right {
    position: absolute;
    bottom: -10px;
    width: 30px;
    right: 100px;
}

.right-content {
    position: relative;
}

.profile-image {
    width: 100%;
    height: auto;
}

.transform-button-section10 {
    background: #00A3FF;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    width: 435px;
    margin-top: 30px;
    transition: background-color 0.3s ease;
    height: 58.61px;
}

.btn-section10 {
    text-align: center;
    display: flex;
    left: 40%;
    position: relative;
    bottom: 120px;
}

@media (max-width: 768px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
        margin: 0 20px;
    }

    .left-content {
        padding-right: 0;
        order: 1;
    }

    .right-content {
        order: 2;
    }

    .header-latina {
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
    }

    .title-momento {
        font-size: 32px;
        line-height: 1.2;
        text-align: center;
        padding-bottom: 20px;
    }

    .title-momento::after {
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
    }

    .quote-content {
        padding: 40px 40px;
        margin: 30px auto;
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
        max-width: 90%;
        position: relative;
    }

    .quote-left {
        left: 50%;
        top: -10px;
        width: 25px;
        position: absolute;
    }

    .quote-right {
        right: 50%;
        bottom: -10px;
        width: 25px;
        position: absolute;
    }

    .profile-image {
        max-width: 100%;
        margin-top: 20px;
    }

    .transform-button-section10 {
        width: 80%;
        margin: 20px auto;
        font-size: 15px;
        padding: 12px 20px;
        height: auto;
        display: none;
    }

    .btn-section10 {
        position: static;
        width: 100%;
        text-align: center;
        padding: 0 20px;
        margin-top: 20px;
    }
}

/* Bloque WhatsApp */

.bloque-whatsapp {
    background-color: #F4F9FF;
    padding: 40px 20px;
}

.bloque-whatsapp.seccion {
    min-height: auto;
    display: block;
}

.bloque-whatsapp-container {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.bloque-whatsapp-titulo {
    color: #1E4676;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 18px;
}

.bloque-whatsapp-titulo-accent {
    color: #4cb69b;
    font-weight: 700;
}

.bloque-whatsapp-titulo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 20px;
    background-image: url('/images/venezuela/seccion8/DAS.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bloque-whatsapp-descripcion {
    color: #122D5A;
    font-size: 18px;
    line-height: 1.55;
    margin: 0 auto 24px;
    max-width: 720px;
    text-wrap: pretty;
}

.bloque-whatsapp-nota {
    color: #00A3FF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 24px;
}

.bloque-whatsapp-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #25D366;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.bloque-whatsapp-cta:hover {
    background: #1ebe57;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.bloque-whatsapp-cta-icon {
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .bloque-whatsapp {
        padding: 32px 24px;
    }

    .bloque-whatsapp-titulo {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .bloque-whatsapp-descripcion,
    .bloque-whatsapp-nota {
        font-size: 16px;
    }

    .bloque-whatsapp-cta {
        width: 100%;
        max-width: 340px;
    }
}

/* Seccion 11 */
.pie-pagina {
    background-color: #0A1C3E;
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
    min-height: auto;
    color: white;
    position: relative;
    width: 100%;
}

.contenedor-pie {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logo-container {
    margin-bottom: 20px;
}

.logo-container img {
    width: 158px;
    height: auto;
    display: block;
}

.pie-pagina h3 {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}

.pie-pagina ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pie-pagina ul li {
    margin-bottom: 12px;
}

.pie-pagina ul li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    letter-spacing: -0.01em;
    line-height: 1.5;
}

.pie-pagina ul li a:hover {
    opacity: 1;
}

.pie-pagina .contact-info li {
    color: white;
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 60px;
    padding-top: 40px;
}

.social-icons {
    flex-shrink: 0;
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-icon img {
    width: 100%;
}

.disclaimer {
    flex-grow: 1;
    text-align: center;
    padding-left: 120px;
}

.disclaimer p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

.copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

@media (max-width: 768px) {
    .pie-pagina {
        padding: 40px 0;
    }

    .contenedor-pie {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }

    .footer-column {
        align-items: center;
        text-align: center;
    }

    .pie-pagina h3 {
        margin-bottom: 16px;
        text-align: center;
    }

    .logo-container {
        text-align: center;
        margin-bottom: 15px;
    }

    .logo-container img {
        margin: 0 auto;
    }

    .pie-pagina ul {
        text-align: center;
    }

    .pie-pagina .contact-info li {
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 40px;
    }

    .social-icons {
        flex-direction: row;
        justify-content: center;
    }

    .disclaimer {
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .contenedor-pie {
        padding: 0 15px;
    }

    .social-icons {
        gap: inherit;
    }

    .footer-bottom {
        padding: 0 15px;
    }
}

.logo-container-cabecera {
    position: absolute;
    top: 30px;
    width: 80%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    z-index: 10;
}

.vz-logo-link {
    display: inline-flex;
    line-height: 0;
    text-decoration: none;
}

.vz-logo-link img {
    display: block;
}

.btn-container-cabecera {
    display: inline-flex;
    gap: 30px;
}

.btn2 {
    background-color: #122D5A;
}

.menu-toggle {
    display: none;
}

@media (max-width: 768px) {
    .logo-container-cabecera {
        display: flex;
        justify-content: space-between;
        align-items: center;
        left: 24px;
        right: 24px;
        width: auto;
        z-index: 10;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
        z-index: 11;
    }

    .menu-toggle span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: white;
        margin: 2px 0;
        transition: all 0.3s ease;
    }

    .btn-container-cabecera {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: rgba(18, 45, 90, 0.95);
        padding: 20px;
        flex-direction: column;
        width: 100%;
        z-index: 12;
    }

    .btn-container-cabecera.active {
        display: flex;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .text-fundador{
        position: static!important;
        width: auto!important;
        text-align: center!important;
        margin-bottom: auto!important;
    }
}

@media (min-resolution: 0.0dppx) and (max-resolution: 0.6dppx) {
    .logo-container-cabecera {
        position: absolute;
        top: 30px;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 1200px;
        padding: 0 20px;
    }

    .btn-container-cabecera {
        display: inline-flex;
        gap: 30px;
        position: relative;
        right: 0;
    }

    .info-button {
        min-width: 120px;
        white-space: nowrap;
    }

    .btn1,
    .btn2 {
        padding: 15px 30px;
        font-size: 14px;
    }

    .dropdown-container {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 120px;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        z-index: 9999;
        border-radius: 4px;
        margin-top: 5px;
    }

    .dropdown-content.active {
        display: block;
    }

    .dropdown-content a {
        display: block;
        padding: 12px 16px;
        text-decoration: none;
        color: #333;
        font-size: 14px;
    }

    .dropdown-content a:hover {
        background-color: #f5f5f5;
    }

    .arrow-down {
        display: inline-block;
        margin-left: 8px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid currentColor;
        vertical-align: middle;
    }

    /* sección 9 */
    #seccion9 {
        min-height: auto !important;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 40px 0;
    }

    .dudas-container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
    }

    .dudas-content {
        width: 100%;
        position: relative;
    }

    .form-container {
        width: 100%;
        position: relative;
    }

    .options-container {
        margin-right: 0;
        padding-right: 20px;
    }

    /* sección 10 */
    .seccion10-container {
        min-height: auto;
        width: 100%;
        padding: 40px 20px;
        position: relative;
    }

    .content-wrapper {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        gap: 20px;
    }

    .btn-section10 {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }

    .transform-button-section10 {
        width: auto;
        min-width: 300px;
        white-space: nowrap;
    }
}

@media (min-resolution: 0.0dppx) and (max-resolution: 0.6dppx) {
    .seccion {
        min-height: auto !important;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    /* sección 1 */
    .cabecera {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contenido-cabecera {
        padding: 100px 0;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* sección 2 */
    .seccion-grid {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .contenedor-imagen,
    .contenedor-texto {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .composicion-imagen {
        max-width: 100%;
        height: auto;
    }

    .imagen-fondo {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.text-fundador {
    color: #00A3FF;
    font-size: 23px;
    margin-bottom: 20px;
    position: absolute;
    top: 70%;
    width: 200px;
    text-align: right;
}

.mobile-image {
    display: none;
}

.desktop-image {
    display: block;
}

@media (max-width: 768px) {
    .mobile-image {
        display: block;
    }

    .desktop-image {
        display: none;
    }
}

/* sección 10 */
.mobile-content {
    display: none;
    position: relative;
}

.desktop-only {
    display: block;
}

.mobile-name-decoration,
.mobile-square-decoration {
    position: absolute;
    z-index: 2;
}

.mobile-name-decoration {
    top: -30px;
    left: 20px;
    width: 150px;
}

.mobile-square-decoration {
    top: 20px;
    right: -20px;
    width: 60px;
}

.profile-image-mobile {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-content {
        display: block;
        position: relative;
    }

    .profile-info {
        position: relative;
    }
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

.dropdown-container .info-button {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    margin-left: 4px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 8px;
    overflow: hidden;
    z-index: 1000;
    margin-top: 8px;
}

.dropdown-content.active {
    display: block;
}

.dropdown-content a {
    color: #122D5A;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: background-color 0.3s;
}

.dropdown-content a:hover {
    background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .dropdown-content {
        position: static;
        background-color: transparent;
        box-shadow: none;
        margin-top: 0;
    }

    .dropdown-content a {
        color: white;
        padding: 12px 0;
    }

    .dropdown-content a:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

.btn-container-cabecera a.info-button {
    text-decoration: none;
}

.img-stars {
    position: absolute;
    left: 77%;
    top: 24%;
}

.carousel-item {
    display: block !important;
    visibility: visible !important;
    margin-right: auto !important;
}

/* Footer home-26 en landing Venezuela */
body.venezuela-26-landing {
    padding-top: 0 !important;
    font-family: 'Poppins', sans-serif;
}

body.venezuela-26-landing .oyo-footer,
body.venezuela-26-landing .oyo-footer * {
    font-family: 'Lato', sans-serif;
}

body.venezuela-26-landing .oyo-footer-cta-col > .oyo-footer-btn + .oyo-footer-btn {
    margin-top: 8px;
}

body.venezuela-26-landing .oyo-footer .container {
    max-width: 1140px;
}

body.venezuela-26-landing .oyo-footer-bottom {
    border-top: none;
}

/* Masterclasses */
.vz-masterclasses {
    background: #f8f9fb;
    padding: 72px 0;
    min-height: auto;
}

.vz-masterclasses-inner {
    max-width: 1100px;
}

.vz-masterclasses-titulo {
    color: #243258;
    font-family: 'Lato', sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin: 0 auto 48px;
    max-width: 760px;
}

.vz-masterclasses-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.vz-masterclass-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(36, 50, 88, 0.08);
    padding: 32px 28px;
}

.vz-masterclass-card .row > [class*="col-"] {
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .vz-masterclass-card .row > [class*="col-"] {
        margin-bottom: 0;
    }
}

.vz-masterclass-speaker {
    text-align: center;
}

.vz-masterclass-avatar-wrap {
    width: 148px;
    height: 148px;
    margin: 0 auto 16px;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(
        to bottom,
        #ffcc00 0%,
        #ffcc00 33.33%,
        #00247d 33.33%,
        #00247d 66.66%,
        #cf142b 66.66%,
        #cf142b 100%
    );
}

.vz-masterclass-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    background: #e8f4fc;
}

.vz-masterclass-name {
    color: #243258;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px;
}

.vz-masterclass-role {
    color: #6b7280;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin: 0 0 14px;
}

.vz-masterclass-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.vz-masterclass-tag {
    display: inline-block;
    background: #4cb69b;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 999px;
}

.vz-masterclass-content-inner {
    border-left: 5px solid transparent;
    border-image: linear-gradient(
        to bottom,
        #ffcc00 0%,
        #ffcc00 33.33%,
        #00247d 33.33%,
        #00247d 66.66%,
        #cf142b 66.66%,
        #cf142b 100%
    ) 1;
    padding-left: 24px;
}

.vz-masterclass-title {
    color: #243258;
    font-family: 'Lato', sans-serif;
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px;
    text-align: center;
}

.vz-masterclass-description {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px;
    text-align: justify;
}

.vz-masterclass-schedules {
    margin-bottom: 24px;
}

.vz-masterclass-schedule {
    color: #243258;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 8px;
}

.vz-masterclass-schedule:last-child {
    margin-bottom: 0;
}

.vz-masterclass-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 12px 28px;
    border-radius: 8px;
    background: #4cb69b;
    color: #ffffff !important;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.vz-masterclass-cta:hover {
    background: #3fa089;
    color: #ffffff !important;
    text-decoration: none;
    transform: translateY(-1px);
}

.vz-masterclass-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vz-masterclass-content-inner {
    width: 100%;
}

@media (min-width: 992px) {
    .vz-masterclass-title,
    .vz-masterclass-schedule {
        text-align: left;
    }

    .vz-masterclass-content {
        align-items: flex-start;
    }
}

@media (max-width: 991px) {
    .vz-masterclasses {
        padding: 56px 0;
    }

    .vz-masterclass-card {
        padding: 24px 20px;
    }

    .vz-masterclass-content-inner {
        border-left: none;
        border-top: 4px solid transparent;
        border-image: linear-gradient(
            to right,
            #ffcc00 0%,
            #ffcc00 33.33%,
            #00247d 33.33%,
            #00247d 66.66%,
            #cf142b 66.66%,
            #cf142b 100%
        ) 1;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 8px;
    }

    .vz-masterclass-cta {
        width: 100%;
        max-width: 320px;
    }
}

/* Detalle círculo /venezuela/{id} */
.vz-landing-header {
    background: #01257d;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.vz-landing-header-logo img {
    height: 40px;
    width: auto;
}

.vz-landing-header-back {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.vz-landing-header-back:hover {
    color: #4cb69b;
    text-decoration: none;
}

.vz-grupo-page {
    background: #f5f8fc;
    padding: 40px 16px 48px;
}

.vz-grupo-detail-card {
    max-width: 1100px;
    margin: 0 auto;
}

.vz-grupo-horarios {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(1, 37, 125, 0.12);
}

.vz-grupo-horarios-titulo {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #01257d;
    margin-bottom: 16px;
}

.vz-grupo-horario-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(1, 37, 125, 0.08);
}

.vz-grupo-horario-item:last-child {
    border-bottom: none;
}

.vz-grupo-horario-item .vz-masterclass-schedule {
    margin-bottom: 0;
}

.vz-grupo-reservar-btn {
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.vz-grupo-empty {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 48px 24px;
    font-family: 'Lato', sans-serif;
    color: #01257d;
}

.vz-grupo-empty h2 {
    font-size: 24px;
    margin-bottom: 12px;
}

.vz-grupo-empty p {
    margin-bottom: 24px;
    color: #4a5568;
}

@media (max-width: 768px) {
    .vz-grupo-horario-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .vz-grupo-reservar-btn {
        width: 100%;
        max-width: 320px;
    }
}