/* ===== 1. ESTILOS BASE ===== */
nav.navbar.navbar-expand-lg.fixed-top.bg-body-tertiary {
    top: 0px !important;
}

h2 {
    font-size: clamp(2rem, 2.9vw, 2.9rem);
}

p {
    font-size: 1.2rem;
    line-height: 1.6;
}

.c-coral, .c-orange {
    color: #e2542a;
}

.c-yellow {
    color: #F3B607;
}

.gradient-text {
    background: linear-gradient(90deg, #f3b607, #e2542a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mb-6 {
    margin-bottom: 45px !important;
}

.micro-copy {
    font-size: 1rem;
    color: #6c757d;
    display: block;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}

/* ===== 2. SECCIONES COMUNES ===== */
#form-section, #reasons-section {
    background: url('/static/img/groups/bg.colors.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#bg-left {
    background: url('/static/img/groups/bg.colors.png');
    background-size: cover;
    background-position: -400px -300px !important;
    background-repeat: no-repeat;
}

#when {
    background: #fff !important;
}

/* ===== 3. BOTONES ===== */
.buttons-header {
    width: 40%;
}

.button-header, .submit-btn {
    background: linear-gradient(90deg, #f3b607, #e2542a);
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.button-header {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 5px;
    font-size: 1.3rem;
}

.button-header:hover, .btn-razones:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(226, 84, 42, 0.4);
    color: white;
}

.button-yellow {
    display: inline-block;
    background-color: #F3B607;
    color: white;
    padding: 12px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background-color 0.3s;
    border: none;
}

.button-yellow:hover {
    background-color: #ffdd7c;
}

.btn-white {
    display: inline-block;
    background-color: #fff;
    color: #000;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background-color 0.3s;
    border: none;
}

.btn-white:hover {
    background-color: #ffffffba;
}

.btn-razones {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #F3B607 0%, #F3B607 100%);
    color: white;
    padding: 0.9rem 2rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(226, 84, 42, 0.3);
    width: 100%;
    max-width: 325px;
}

.btn-razones:active {
    transform: translateY(0);
}

/* ===== 4. SECCIÓN HERO ===== */
.hero-section {
    background: url('/static/img/landing/header_long_courses.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8rem 0 100px;
    position: relative;
    min-height: 75vh;
    margin-top: 90px;
}

.hero-section:lang(pl) {
    min-height: 85vh;
    margin-top: 120px;
}

.hero-section h1 {
    font-size: clamp(2rem, 3.8vw, 3.8rem);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.hero-section h1:lang(pl) {
    font-size: clamp(2rem, 4.5vw, 5rem);
}

.hero-section p.parrafo-header {
    font-size: clamp(1.2rem, 1.8vw, 1.8rem);
    margin-bottom: 10px;
    max-width: 100%;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}

/* ===== 5. LISTA CON CHECKS PERSONALIZADOS ===== */
.feature-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 12px;
}

.feature-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #F3B607 0%, #FF9800 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(226, 84, 42, 0.25);
    margin-top: 2px;
}

.check-icon {
    width: 16px;
    height: 16px;
    color: white;
    stroke: white;
}

.feature-content {
    flex: 1;
}

.feature-content h4 {
    margin-bottom: 0;
    color: #2d2d2d;
    line-height: 1.4;
    font-weight: 600;
}

/* ===== 6. SECCIÓN VENTAJAS ===== */
#ventajas .rounded {
    border-radius: 20px !important;
}

#ventajas .border {
    padding: 20px;
    background: #fff;
}

#ventajas .border p {
    font-size: 17px;
    margin-bottom: 0;
}

#ventajas .card-carousel .border {
    height: -webkit-fill-available;
}

.card-first.border {
    border: 1px solid #000;
}

.content_advantages_organico.row.mt-12 {
    margin-top: -45px;
}

/* ===== 7. SECCIÓN MOTIVOS ===== */
#motivos {
    padding: 4rem 0;
    background: linear-gradient(135deg, #fef9f0 0%, #ffffff 100%);
}

.motivos-header {
    margin-bottom: 2rem;
}

.motivos-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

.motivos-categoria {
    margin-bottom: 1.8rem;
    border-radius: 20px;
}

.categoria-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(243, 182, 7, 0.2);
}

.categoria-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

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

.motivo-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    font-size: 0.95rem;
    color: #2d2d2d;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.motivo-item:last-child {
    border-bottom: none;
}

.motivo-check {
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #F3B607 0%, #FF9800 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(226, 84, 42, 0.3);
}

.motivo-check svg {
    width: 12px;
    height: 12px;
    color: white;
    stroke: white;
}

.motivos-cta {
    margin-top: 2rem;
    text-align: center;
    padding-top: 0.5rem;
}

.motivos-image-wrapper {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.motivos-image {
    width: 100%;
    height: 55vh;
    display: block;
    transition: transform 0.5s ease;
    object-fit: cover;
}

.motivos-image-wrapper:hover .motivos-image {
    transform: scale(1.03);
}

.image-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: white;
    padding: 0.6rem 1.2rem;
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    font-size: 0.9rem;
    color: #e2542a;
}

/* ===== 8. FORMULARIO MODERNO ===== */
.form-modern {
    background: white;
    border-radius: 28px;
    padding: 1.8rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.required {
    color: #e2542a;
    font-size: 1rem;
}

.input-with-icon {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #adb5bd;
    transition: color 0.2s ease;
    pointer-events: none;
}

.form-input {
    width: 100%;
    height: 50px;
    padding: 0 1rem 0 42px;
    font-size: 0.95rem;
    border: 1.5px solid #e9ecef;
    border-radius: 14px;
    background: white;
    transition: all 0.2s ease;
    font-family: inherit;
}

.form-input:focus {
    outline: none;
    border-color: #e2542a;
    box-shadow: 0 0 0 3px rgba(226, 84, 42, 0.1);
}

.form-input:focus + .input-icon,
.input-with-icon:focus-within .input-icon {
    color: #e2542a;
}

select.form-input {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    cursor: pointer;
}

.phone-wrapper {
    display: flex;
    gap: 10px;
}

.phone-prefix {
    flex: 0 0 110px;
}

.phone-prefix select {
    width: 90%;
    height: 50px;
    padding: 0 0.75rem;
    font-size: 0.9rem;
    border: 1.5px solid #e9ecef;
    border-radius: 14px;
    background: white;
    cursor: pointer;
    font-family: inherit;
}

.phone-prefix select:focus {
    outline: none;
    border-color: #e2542a;
}

.phone-number {
    flex: 1;
}

.phone-number .form-input {
    padding-left: 1rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 0;
}

.radio-group {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    height: 50px;
    padding: 0 0.5rem;
    background: #f8f9fa;
    border-radius: 14px;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
    color: #2d2d2d;
}

.radio-label input {
    display: none;
}

.radio-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #ced4da;
    border-radius: 50%;
    position: relative;
    transition: all 0.2s ease;
}

.radio-label input:checked + .radio-custom {
    border-color: #e2542a;
    background-color: #e2542a;
    box-shadow: inset 0 0 0 3px white;
}

.radio-label:hover .radio-custom {
    border-color: #e2542a;
}

.checkbox-group {
    margin-bottom: 1rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.8rem;
    color: #6c757d;
    line-height: 1.4;
}

.checkbox-label input {
    display: none;
}

.checkbox-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #ced4da;
    border-radius: 5px;
    position: relative;
    flex-shrink: 0;
    margin-top: 1px;
    transition: all 0.2s ease;
}

.checkbox-label input:checked + .checkbox-custom {
    background-color: #e2542a;
    border-color: #e2542a;
}

.checkbox-label input:checked + .checkbox-custom::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label:hover .checkbox-custom {
    border-color: #e2542a;
}

.checkbox-text a {
    color: #e2542a;
    text-decoration: none;
    font-weight: 600;
}

.checkbox-text a:hover {
    text-decoration: underline;
}

.submit-btn {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 14px;
    margin-top: 0.5rem;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(226, 84, 42, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

.security-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: #8c949b;
    margin-top: 1rem;
    text-align: center;
}

/* ===== 9. CARRUSEL DE DESTINOS ===== */
#destinos-carrusel {
    padding: 2rem 0 1rem;
    overflow: hidden;
}

.destinos-carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.destinos-carrusel {
    flex: 1;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    border-radius: 20px;
}

.destinos-carrusel::-webkit-scrollbar {
    height: 6px;
}

.destinos-carrusel::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.destinos-carrusel::-webkit-scrollbar-thumb {
    background: #e2542a;
    border-radius: 10px;
}

.destinos-carrusel::-webkit-scrollbar-thumb:hover {
    background: #c43d1a;
}

.destinos-track {
    display: flex;
    gap: 1.5rem;
    padding: 0.5rem 0.25rem;
}

.destino-tarjeta {
    flex: 0 0 300px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.destino-tarjeta:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}

.destino-tarjeta img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.destino-tarjeta:hover img {
    transform: scale(1.08);
}

.destino-tarjeta h4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    color: white;
    font-size: 1.5rem;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    z-index: 2;
    transition: opacity 0.3s ease;
}

.destino-tarjeta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 100%);
    color: white;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    text-align: center;
    backdrop-filter: blur(2px);
}

.destino-tarjeta:hover .overlay {
    opacity: 1;
}

.destino-tarjeta:hover h4 {
    opacity: 0;
}

.destino-tarjeta .overlay p {
    color: white;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.destinos-carousel-btn {
    background: white;
    border: 1px solid #e0e0e0;
    font-size: 2rem;
    font-weight: bold;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #626262;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.destinos-carousel-btn:hover {
    background: #e2542a;
    color: white;
    border-color: #e2542a;
    transform: scale(1.05);
}

.destinos-carousel-btn:active {
    transform: scale(0.95);
}

.destinos-indicadores {
    display: none;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.destino-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d1d1;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.destino-dot:hover {
    background: #e2542a;
    transform: scale(1.2);
}

.destino-dot.active {
    background: #e2542a;
    width: 24px;
    border-radius: 10px;
}

.row .tarjeta .img-fluid {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: .75rem;
}

.tarjeta .img-fluid, .tarjeta .overlay {
    transition: transform .5s;
}

.tarjeta h4 {
    margin: 10px 10px 10px 6px;
    font-size: 1.5rem;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 9;
}
.tarjeta .overlay {
    position: absolute;
    color: #fff;
    transform: translateY(100%);
    text-align: center;

     bottom: 0;
    left: 0;
    background: #000c;
    padding: 20px;
    top: 0;
    right: 0;
}

.tarjeta{
    overflow: hidden;
}

.tarjeta:hover .overlay {
    transform: translateY(0);
}

.tarjeta:hover h4 {
    z-index: 0;
}

.overlay.d-flex.align-items-center.justify-content-center p {
    color: #fff;
}

/* ===== 10. SECCIÓN VIDEOS ===== */
.video-card {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 25px;
}

.video-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}

.custom-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: url('/static/img/icons/play.png') center center/contain no-repeat;
    transition: transform 0.3s ease;
}

.video-card:hover .custom-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

.video_organic .btn-close {
    position: absolute;
    top: -26px;
    right: 0;
    --bs-btn-close-bg: url('/static/img/icons/plus_w.png');
    rotate: 45deg;
    filter: brightness(0) invert(1);
    opacity: 1;
    z-index: 1060;
}

#videoModal {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.49);
}

#videoModal .modal-content {
    border-radius: 25px;
}

#videoModal .modal-dialog {
    max-width: 1100px !important;
    width: 95%;
    margin: auto;
}

/* ===== 11. BANNER FINAL ===== */
#banner-end {
    background: url('/static/img/webinar/bg_banner_end_gradient.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    min-height: 50vh;
}

#banner-end h2 {
    font-size: clamp(2rem, 3vw, 3rem) !important;
}

.details-banner p, #banner-end h2, #banner-end p {
    color: #fff;
}

.icons-share a:hover {
    background-color: #f8f9fa59 !important;
}

.icons-share i {
    padding-left: 2px;
}

/* ===== 12. FOOTER (preservado para otros archivos) ===== */
.footer_new {
    background: #484848;
    padding: 40px 0;
    border-radius: 0px !important;
    margin: 0px !important;
}

.footer_new .footer-heading {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer_new .footer-heading .logo,
.footer_new a,
.footer_new svg {
    color: #fff;
}

.address_footer, .icon_style {
    display: flex;
    justify-content: center;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50%;
    position: relative;
}

.footer_new p {
    color: rgba(255, 255, 255, 0.3);
}

.legal_link {
    display: flex;
    justify-content: center;
    font-size: 14px;
}

/* ===== 13. SECCIÓN DENCANTO (CARRUSEL MÓVIL) ===== */
#dencanto {
    padding: 50px 0 45px 0 !important;
}

.card-custom {
    background: #fff;
    border-radius: 16px;
    padding: 1.2rem;
    height: 100%;
    transition: all 0.25s ease;
}

.card-custom:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.card-custom h5 {
    font-weight: 700;
    margin-bottom: 0.75rem;
    font-size: 28px;
}

.card-custom p {
    font-size: 1.2rem;
    line-height: 1.5;
}

.card-bordered {
    border: 2px solid #F3B607;
}

.card-bordered-muted {
    border: 2px solid #B9B9B9;
}

.card-muted {
    background: #ffffffd6;
    box-shadow: 0px 1px 26px 2px rgba(0, 0, 0, 0.07);
}

.hover-yellow:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    background: #FBEFCD;
}

/* ===== 14. RESPONSIVE (UNIFICADO) ===== */
@media (max-width: 1280px) {
    #form-section {
        scroll-margin-top: -20px;
    }
}

@media (max-width: 992px) {
    .order-m-1 { order: 1; }
    .order-m-2 { order: 2; }
    .order-m-3 { order: 3; }
    .order-m-4 { order: 4; }
    .order-m-5 { order: 5; }
    .order-m-6 { order: 6; }

    #dencanto-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        gap: 1.1rem !important;
        padding: 10px 15px 25px;
        margin: 0 3px !important;
        scrollbar-width: none;
    }

    #dencanto-grid::-webkit-scrollbar {
        display: none;
    }

    #dencanto-grid .col-md-3,
    #dencanto-grid .col-md-6 {
        flex: 0 0 calc(90vw - 30px) !important;
        max-width: none !important;
        width: auto !important;
        scroll-snap-align: start;
    }

    .dencanto-item .card-custom {
        height: auto;
        min-height: 340px;
        display: flex;
        flex-direction: column;
    }

    .scroll-indicators-den {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.5rem;
        padding: 0.5rem;
    }

    .scroll-dots-den {
        display: flex;
        gap: 0.5rem;
        justify-content: center;
    }

    .dot-den {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ddd;
        transition: all 0.3s ease;
        cursor: pointer;
        flex-shrink: 0;
    }

    .dot-den.active {
        background: #F3B607;
        transform: scale(1.2);
    }

    .parent-card-review {
        width: 46%;
    }

    .parent-carousel {
        position: relative;
    }

    .parent-carousel::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        background: linear-gradient(to left, #fff, transparent);
        pointer-events: none;
    }
}

@media (max-width: 768px) {
    .benefit-card-modern {
        padding: 0.875rem 1rem;
    }

    .benefit-icon-modern {
        width: 42px;
        height: 42px;
    }

    .benefit-icon-modern svg {
        width: 20px;
        height: 20px;
    }

    .benefit-content-modern strong {
        font-size: 0.95rem;
    }

    .benefit-content-modern span {
        font-size: 0.8rem;
    }

    .feature-item {
        gap: 0.75rem;
        padding: 0.5rem 0;
    }

    .feature-icon {
        width: 24px;
        height: 24px;
    }

    .check-icon {
        width: 13px;
        height: 13px;
    }

    .feature-content h4 {
        font-size: 1rem !important;
    }

    .form-modern {
        padding: 1.5rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .radio-group {
        height: 44px;
    }

    .destinos-carousel-container {
        gap: 0.5rem;
    }

    .destinos-carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }

    .destino-tarjeta {
        flex: 0 0 280px;
    }

    .destino-tarjeta img {
        height: 220px;
    }

    .destino-tarjeta h4 {
        font-size: 1.3rem;
        bottom: 15px;
        left: 15px;
    }

    .content_advantages_organico {
        margin-top: -60px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .content_advantages_organico .card-carousel {
        flex: 0 0 85%;
        scroll-snap-align: center;
    }

    .motivos-categoria {
        margin-bottom: 1.2rem;
    }

    .categoria-header {
        margin-bottom: 0.75rem;
    }

    .btn-razones {
        max-width: 100%;
        padding: 0.8rem 1.5rem;
    }

    .image-badge {
        bottom: 12px;
        right: 12px;
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 1.8rem;
    }

    .card-custom {
        padding: 1.4rem;
    }

    .hero {
        padding: 3rem 1rem;
        margin-top: 99px;
        min-height: 80vh;
    }

    .hero p {
        font-size: 1.3rem;
        width: 100%;
        text-shadow: 0 0 3px #000;
    }
}

@media (max-width: 576px) {
    .benefit-card-modern {
        padding: 0.75rem;
    }

    .benefit-icon-modern {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .feature-item {
        align-items: flex-start;
    }

    .feature-icon {
        margin-top: 3px;
    }

    .form-modern {
        padding: 1.2rem;
        border-radius: 20px;
    }

    .form-input,
    .phone-prefix select {
        height: 44px;
        font-size: 0.9rem;
    }

    .radio-group {
        height: 40px;
    }

    .submit-btn {
        padding: 0.85rem;
    }

    .destinos-carousel-btn {
        display: none;
    }

    .destinos-indicadores {
        display: flex;
    }

    .destinos-carrusel {
        scroll-snap-type: x mandatory;
    }

    .destino-tarjeta {
        flex: 0 0 85%;
        scroll-snap-align: center;
    }

    .destino-tarjeta img {
        height: 240px;
    }

    .destino-tarjeta .overlay p {
        font-size: 0.85rem;
    }

    .motivos-categoria {
        padding: 0.9rem 1rem;
        border-radius: 16px;
    }

    .motivo-check {
        width: 18px;
        height: 18px;
    }

    .motivo-check svg {
        width: 10px;
        height: 10px;
    }

    .motivo-item {
        font-size: 0.85rem;
        gap: 0.6rem;
    }

    .image-badge {
        padding: 0.3rem 0.8rem;
        font-size: 0.7rem;
    }

    .buttons-header {
        width: 85%;
    }

    .hero-section {
        padding: 6.5rem 0 55px;
    }

    #video-section {
        padding-bottom: 15px !important;
    }

    .content-review {
        align-items: center;
        margin-bottom: 50px;
    }
}

@media (max-width: 525px) {
    .button-header {
        padding: 16px 14px;
    }

    .hero-section:lang(it) {
        padding: 9rem 0 55px;
    }

    #form-section {
        scroll-margin-top: 60px;
    }

    #ventajas .bg-light.p-4.rounded.shadow.translate-middle-y.ml-3 {
        margin-top: 75px;
    }

    .buttons-header {
        width: 85%;
    }

    .right-card {
        margin-top: -55px;
        margin-bottom: 20px;
    }

    .content_advantages_organico.row.mt-12 {
        margin-top: 0px;
    }

    #video-section .video-card {
        min-height: 200px;
    }

    .address_footer, .c-flex {
        display: grid !important;
    }
}

@media (max-width: 480px) {
    .top-banner-webinar-desktop {
        display: none;
    }

    .banner-content {
        font-size: 16px;
    }
}

@media (min-width: 993px) {
    .top-banner-webinar-mobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .top-banner-webinar-mobile {
        display: none;
    }

    .scroll-indicators-den {
        display: none;
    }

    .carousel-trak-review,
    .carrusel-track {
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
    }

    .carrusel-track {
        animation: none;
    }
}

@media (min-width: 577px) and (max-width: 992px) {
    .destino-tarjeta {
        flex: 0 0 320px;
    }
}

@media (min-width: 1200px) {
    .destino-tarjeta {
        flex: 0 0 320px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    #form {
        scroll-margin-top: 1px;
    }

    .radio-span {
        font-size: 13px;
    }
}