/* Estilos para el formulario de cotización en el banner */
.quote-price-content {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
    padding: 25px;
    /* Reducido */
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.quote-price-content .courses-title h3 {
    color: #252525;
    /* Color de título más oscuro para contraste */
    margin-bottom: 10px;
}

.quote-price-content .courses-title p {
    color: #555;
    /* Color de texto más suave */
    margin-bottom: 20px;
    /* Reducido */
}

.quote-price-content .courses-form .form-group {
    margin-bottom: 15px;
    /* Reducido */
}

.quote-price-content .courses-form .form-group label {
    display: block;
    margin-bottom: 6px;
    /* Reducido */
    color: #333;
    font-weight: 600;
}

.quote-price-content .courses-form .form-control,
.quote-price-content .courses-form select {
    height: 45px;
    /* Reducido */
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 15px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.quote-price-content .courses-form textarea.form-control {
    height: auto;
    /* Altura automática para textarea */
    padding-top: 10px;
    padding-bottom: 10px;
    resize: vertical;
    /* Permitir solo redimensionamiento vertical */
}

.quote-price-content .courses-form .form-control:focus,
.quote-price-content .courses-form select:focus {
    border-color: #007bff;
    /* Color de borde al enfocar */
    box-shadow: none;
}

.quote-price-content .courses-form .default-btn {
    width: 100%;
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 5px;
    /* Pequeño margen superior */
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-price-content .courses-form .default-btn .bx {
    margin-right: 8px;
    font-size: 20px;
}

.img-logo {
    max-width: 230px;
    height: auto;
}



.font-size-20 {
    font-size: 20px;
}

/* Estilos minimalistas modernos para la sección de contacto */
.contact-details-content {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

/* Estilos mejorados para el formulario de contacto */
.company-contact-form {
    background: linear-gradient(135deg, #eaeef4 0%, #f6fcff 100%);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.company-contact-form .form-group {
    margin-bottom: 20px;
}

.company-contact-form .form-control {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 16px;
    color: #1a1a1a;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.company-contact-form .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    background: #ffffff;
}

.company-contact-form .form-control::placeholder {
    color: #6b7280;
    font-weight: 400;
}

.company-contact-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.company-contact-form .modern-select {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 16px;
    color: #1a1a1a;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    cursor: pointer;
    height: auto;
}

.company-contact-form .modern-select:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    outline: none;
}

.company-contact-form .default-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.company-contact-form .default-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
}

.accordion-body {
    background: #a9d5ff;
}

/* Estilos para navegación activa */
/* Parallax "Cómo Funciona" con fondo blanco por encima */
.howitworks-parallax {
    position: relative;
    background-color: #ffffff;
    isolation: isolate;
    /* asegura stacking context para overlay blanco */
}

.howitworks-parallax .jarallax-img.howitworks-parallax-bg {
    filter: brightness(0.9);
}

.howitworks-parallax::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.75);
    /* mantiene la percepción de fondo blanco */
    z-index: 1;
}

.howitworks-parallax>.container {
    position: relative;
    z-index: 2;
    /* contenido por encima del velo blanco */
}

/* Destacar títulos de planes en "Nuestros Planes" */
.pricing-area .single-pricing-box h3 {
    position: relative;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    background: linear-gradient(135deg, #0f172a, #334155);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease;
}

.pricing-area .single-pricing-box h3 .plan-icon {
    margin-right: 8px;
    font-size: 1.1em;
    vertical-align: -2px;
    -webkit-text-fill-color: initial !important;
    color: #475569 !important;
    background: none !important;
    text-shadow: none;
}

.pricing-area .single-pricing-box h3::after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    border-radius: 2px;
    margin-top: 8px;
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.25);
    transition: width 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.pricing-area .single-pricing-box:hover h3 {
    transform: translateY(-2px);
}

.pricing-area .single-pricing-box:hover h3::after {
    width: 72px;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35);
}

/* Variantes sutiles por plan (orden en el DOM) */
.pricing-area .row .col-lg-4:nth-child(1) .single-pricing-box h3 {
    background: linear-gradient(135deg, #1e293b, #0ea5e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-area .row .col-lg-4:nth-child(1) .single-pricing-box h3::after {
    background: linear-gradient(90deg, #0ea5e9, #2563eb);
}

.pricing-area .row .col-lg-4:nth-child(1) .single-pricing-box h3 .plan-icon {
    color: #0ea5e9;
}

.pricing-area .row .col-lg-4:nth-child(2) .single-pricing-box h3 {
    background: linear-gradient(135deg, #1e293b, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-area .row .col-lg-4:nth-child(2) .single-pricing-box h3::after {
    background: linear-gradient(90deg, #8b5cf6, #6366f1);
}

.pricing-area .row .col-lg-4:nth-child(2) .single-pricing-box h3 .plan-icon {
    color: #8b5cf6;
}

.pricing-area .row .col-lg-4:nth-child(3) .single-pricing-box h3 {
    background: linear-gradient(135deg, #1e293b, #ef4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-area .row .col-lg-4:nth-child(3) .single-pricing-box h3::after {
    background: linear-gradient(90deg, #ef4444, #f59e0b);
}

.pricing-area .row .col-lg-4:nth-child(3) .single-pricing-box h3 .plan-icon {
    color: #ef4444;
}



.navbar-nav .nav-link {
    position: relative;
    transition: all 0.3s ease;
    color: #333 !important;
}

.navbar-nav .nav-link:hover {
    color: #3b82f6 !important;
}

.navbar-nav .nav-link.active {
    color: #3b82f6 !important;
    font-weight: 600;
}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
    border-radius: 2px;
    animation: navIndicator 0.3s ease;
}

@keyframes navIndicator {
    from {
        width: 0;
        opacity: 0;
    }

    to {
        width: 20px;
        opacity: 1;
    }
}

/* ===== NUEVO MENÚ MÓVIL MODERNO ===== */

/* Botón hamburguesa moderno */
.mobile-menu-toggle {
    position: relative;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10001;
    display: none;
    /* Oculto por defecto */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}


.hamburger-line {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
    transform-origin: center;
}

/* Animación del botón hamburguesa */
.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Overlay del menú */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Drawer del menú */
.mobile-menu-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
}

.mobile-menu-drawer.active {
    right: 0;
    opacity: 1;
    visibility: visible;
}

/* Header del menú */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
    background: white;
    position: sticky;
    top: 0;
    z-index: 1;
}

.mobile-menu-logo img {
    max-height: 50px;
    width: auto;
}


/* Navegación del menú */
.mobile-menu-nav {
    flex: 1;
    padding: 20px 0;
}

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

.mobile-menu-item {
    margin: 0;
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    color: #334155;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
}

.mobile-menu-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    transition: width 0.3s ease;
    z-index: -1;
}

.mobile-menu-link:hover::before,
.mobile-menu-link.active::before {
    width: 100%;
}

.mobile-menu-link:hover,
.mobile-menu-link.active {
    color: white;
    border-left-color: #1d4ed8;
    transform: translateX(8px);
}

.mobile-menu-link i {
    font-size: 20px;
    margin-right: 16px;
    width: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.mobile-menu-link:hover i,
.mobile-menu-link.active i {
    transform: scale(1.1);
}

/* Footer del menú */
.mobile-menu-footer {
    padding: 20px;
    border-top: 1px solid #e2e8f0;
    background: white;
}

.mobile-menu-cta {
    margin-bottom: 20px;
}

.mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.mobile-menu-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
    color: white;
    text-decoration: none;
}

.mobile-menu-btn i {
    font-size: 18px;
    margin-right: 8px;
}

.mobile-menu-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-menu-contact .contact-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 8px;
    color: #475569;
    font-size: 14px;
    transition: all 0.3s ease;
}

.mobile-menu-contact .contact-item:hover {
    background: #e2e8f0;
    transform: translateX(4px);
}

.mobile-menu-contact .contact-item i {
    font-size: 16px;
    margin-right: 12px;
    color: #3b82f6;
}

/* Animaciones de entrada */
.mobile-menu-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInRight 0.4s ease forwards;
}

.mobile-menu-item:nth-child(1) {
    animation-delay: 0.1s;
}

.mobile-menu-item:nth-child(2) {
    animation-delay: 0.15s;
}

.mobile-menu-item:nth-child(3) {
    animation-delay: 0.2s;
}

.mobile-menu-item:nth-child(4) {
    animation-delay: 0.25s;
}

.mobile-menu-item:nth-child(5) {
    animation-delay: 0.3s;
}

.mobile-menu-item:nth-child(6) {
    animation-delay: 0.35s;
}

.mobile-menu-item:nth-child(7) {
    animation-delay: 0.4s;
}





.nice-select .list {
    font-size: 20px;
}


@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Mejoras para pantallas muy pequeñas */
@media (max-width: 360px) {
    .mobile-menu-drawer {
        width: 100%;
    }

    .mobile-menu-header {
        padding: 15px;
    }

    .mobile-menu-logo img {
        max-height: 45px;
    }


    .mobile-menu-link {
        padding: 16px 18px;
        font-size: 16px;
    }

    .mobile-menu-link i {
        font-size: 20px;
        margin-right: 14px;
    }
}

/* Responsive para el menú móvil */
@media (max-width: 480px) {
    .mobile-menu-drawer {
        width: 100%;
        right: -100%;
    }

    .mobile-menu-link {
        padding: 18px 20px;
        font-size: 17px;
    }

    .mobile-menu-link i {
        font-size: 22px;
        margin-right: 18px;
    }

    .mobile-menu-btn {
        padding: 18px;
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .coverage-gradient-section .section-title h2 {
        font-size: 20px;
    }

    .coverage-card-special {
        padding: 1.5rem;
        min-height: 350px;
    }

    .icon-container {
        width: 70px;
        height: 70px;
        margin-bottom: 1.25rem;
    }

    .icon-core {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .card-header h3 {
        font-size: 1.2rem;
    }


    .modern-faq-container {
        padding: 1.5rem 1rem;
    }

    .modern-accordion-button {
        padding: 1rem 1.25rem;
    }

    .faq-question-content {
        gap: 0.5rem;
    }

    .faq-icon {
        font-size: 1.1rem;
        min-width: 18px;
    }

    .faq-answer {
        padding: 1.25rem;
    }



}

/* Responsive para la sección de preferencias */
@media (max-width: 768px) {

    .top-header {
        display: none;
    }


    .preferences-section {
        padding: 16px;
        margin: 12px 0;
    }

    .modern-select {
        height: 40px;
        font-size: 20px;
        padding: 0 10px;
    }

    .select-label {
        font-size: 0.8rem;
        margin-bottom: 4px;
    }

    .preferences-section .form-group {
        margin-bottom: 12px;
    }


    /* Responsive para la sección de contacto */
    .contact-details-content {
        padding: 20px;
        margin-top: 20px;
    }

    .contact-header {
        margin-bottom: 20px;
        padding-bottom: 16px;
    }

    .contact-icon-wrapper {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }

    .contact-icon-wrapper i {
        font-size: 1.5rem;
    }

    .contact-header h3 {
        font-size: 1.2rem;
    }

    .contact-item {
        padding: 12px 0;
    }

    .contact-icon {
        width: 32px;
        height: 32px;
        margin-right: 12px;
    }

    .contact-icon i {
        font-size: 1rem;
    }

    .contact-content h5 {
        font-size: 0.9rem;
    }


    .contact-cta {
        padding: 16px;
    }

    .contact-cta h4 {
        font-size: 1rem;
    }

    .cta-button {
        padding: 8px 16px;
    }


    /* Responsive para la sección de cobertura */
    .coverage-gradient-section .section-title h2 {
        font-size: 2rem;
    }

    .coverage-gradient-section .section-title p {
        font-size: 1rem;
    }

    .coverage-gradient-section .section-title span {
        font-size: 0.8rem;
        padding: 0.4rem 1.2rem;
    }

    /* Responsive para la sección de cobertura */
    .coverage-cards-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 0.5rem;
    }

    .coverage-card-special {
        padding: 2rem;
        min-height: 380px;
    }

    .icon-container {
        width: 80px;
        height: 80px;
        margin-bottom: 1.5rem;
    }

    .icon-core {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .card-header h3 {
        font-size: 1.3rem;
    }

    .status-badge {
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .feature-item {
        padding: 0.6rem;
    }

    .feature-item span {
        font-size: 0.8rem;
    }

    .zone-item-special {
        padding: 0.6rem 0.8rem;
    }

    .zone-icon {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }

    .zone-item-special span {
        font-size: 20px;
    }

    .service-highlight-modern {
        padding: 30px 20px;
    }

    .highlight-icon-modern {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .service-highlight-modern h3 {
        font-size: 1.3rem;
    }

    .highlight-stats {
        flex-direction: column;
        gap: 15px;
    }

    .stat-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
    }


    /* Responsive para FAQ */
    .modern-faq-container {
        padding: 2rem 1.5rem;
    }

    .modern-accordion-button {
        padding: 1.25rem 1.5rem;
    }

    .faq-question-content {
        gap: 0.75rem;
    }

    .faq-icon {
        font-size: 1.25rem;
        min-width: 20px;
    }

    .faq-arrow {
        font-size: 1rem;
    }

    .faq-answer {
        padding: 1.5rem;
    }


    /* Responsive para WhatsApp float */
    .whatsapp-float {
        bottom: 15px;
        width: 60px;
        height: 60px;
    }

    .whatsapp-float.active {
        right: 5px;
        /* Mantener la misma posición final en mobile */
    }

    .whatsapp-float img {
        width: 35px;
        height: 35px;
    }

    .go-top.active {
        right: 20px;
    }



    /* Responsive para Copy Left Area */
    .copy-left-area .text-end {
        text-align: left !important;
        margin-top: 10px;
    }

    .copy-left-area .row {
        text-align: center;
    }


    /* Responsive para Pricing Area */
    .pricing-area .single-pricing-box h3 {
        font-size: 1.4rem;
    }

    .pricing-area .single-pricing-box h3::after {
        width: 44px;
    }


    .navbar-area {
        background-color: none
    }

    .banner-content {
        margin-top: 0px;
    }

    .banner-area {
        padding-top: 120px;
        padding-bottom: 10px;
    }

    .banner-content h1 {
        font-size: 42px;
        margin-bottom: 15px;
        line-height: 50px;
    }

    .about-content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .main-contact-area #contactForm {
        padding: 0x;
    }

    .copy-left-area p {
        text-align: center;
    }

    p,
    .about-content .top-title,
    .section-title span,
    .read-more,
    .feature-item span {
        font-size: 20px;
    }

    .about-content ul {
        margin-top: 50px;
    }

    .accordion-button {
        font-size: 20px;
    }

    .services-area-two .single-services-box {
        padding-bottom: 30px;
    }

    #planes {
        padding-top: 80px;
    }

    .features-grid {
        display: block;
    }

    .feature-item {
        margin-bottom: 10px;
    }

    .single-contact-info h3 {
        font-size: 24px;
    }

    .modern-faq-container {
        padding: 1em;
    }

    .modern-accordion-button {
        padding: 1.5rem 0;
    }

    .main-contact-area #contactForm {
        padding: 40px 15px;
    }

    .navbar-area {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .mobile-nav .logo img {
        max-height: 70px;
    }

    .features-grid {
        display: block;
        margin-bottom: 10px;
    }




}

/* Fin Responsive para Pricing Area */



/* Mostrar el botón hamburguesa solo en móviles */
@media (max-width: 991px) {
    .mobile-menu-toggle {
        display: flex !important;
    }
}

/* Estilos específicos para el logo en móviles */
@media only screen and (max-width: 991px) {
    .mobile-nav {
        display: block !important;
        position: relative;
        background: #fff;
        padding: 0;
    }

    .mobile-nav .container {
        position: relative;
    }

    .mobile-nav .mobile-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .mobile-nav .logo {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex: 1;
        max-width: calc(100% - 50px);
        z-index: 9999 !important;
    }

    .mobile-nav .logo img {
        max-width: 100% !important;
        height: auto !important;
        max-height: 60px !important;
        display: block !important;
    }

}



/* Mejoras adicionales para el menú móvil */
@media (max-width: 991px) {

    /* Asegurar que el botón hamburguesa sea visible */
    .mobile-menu-toggle {
        display: flex !important;
    }


    /* Ajustar el layout del header móvil */
    .mobile-nav .mobile-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    /* Asegurar que el logo no interfiera con el botón */
    .mobile-nav .logo {
        flex: 1;
        max-width: calc(100% - 50px);
    }

    .mobile-nav .logo img {
        max-height: 60px;
        width: auto;
    }
}

/* Ocultar el menú móvil en desktop */
@media (min-width: 992px) {
    .mobile-nav {
        display: none !important;
    }

    .mobile-menu-toggle,
    .mobile-menu-overlay,
    .mobile-menu-drawer {
        display: none !important;
    }
}

/* Estilos para navegación móvil */
@media (max-width: 991px) {
    .navbar-nav .nav-link.active::after {
        display: none;
    }

    .navbar-nav .nav-link.active {
        background-color: rgba(59, 130, 246, 0.1);
        border-radius: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Ocultar el menú móvil antiguo */
    .others-option-for-responsive {
        display: none !important;
    }
}

/* Responsive para las tarjetas especiales */
@media (max-width: 1200px) {
    .coverage-cards-container {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 1.5rem;
    }
}

.contact-header {
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.contact-icon-wrapper {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
}

.contact-icon-wrapper:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.contact-icon-wrapper i {
    font-size: 1.8rem;
    color: white;
}

.contact-header h3 {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.contact-header p {
    color: #666;
    margin: 0;
}

.contact-info-list {
    margin-bottom: 24px;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #f8f8f8;
    transition: all 0.2s ease;
}

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

.contact-item:hover {
    background: #fafafa;
    margin: 0 -12px;
    padding: 16px 12px;
    border-radius: 8px;
}

.contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.contact-icon i {
    font-size: 1.1rem;
    color: #ffffff;
}

/* Colores específicos para cada tipo de contacto */
.contact-item:nth-child(1) .contact-icon {
    background: #3b82f6;
}

.contact-item:nth-child(2) .contact-icon {
    background: #10b981;
}

.contact-item:nth-child(3) .contact-icon {
    background: #25d366;
}

.contact-item:nth-child(4) .contact-icon {
    background: #ef4444;
}

.contact-item:nth-child(5) .contact-icon {
    background: #f59e0b;
}

.contact-item:hover .contact-icon {
    transform: scale(1.05);
}

.contact-content h5 {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 0.95rem;
    margin: 0 0 4px 0;
    letter-spacing: -0.01em;
}

.contact-content p,
.contact-content a {
    color: #666;
    font-size: 18px;
    margin: 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-content a:hover {
    color: #3b82f6;
}

.contact-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.contact-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.contact-cta:hover::before {
    left: 100%;
}

.contact-cta h4 {
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0 0 8px 0;
    position: relative;
    z-index: 1;
}

.contact-cta p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0 0 16px 0;
    position: relative;
    z-index: 1;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
    position: relative;
    z-index: 1;
}

.cta-button:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
    color: white;
    text-decoration: none;
}

.cta-button i {
    font-size: 1rem;
}

/* Estilos minimalistas para la sección de preferencias */
.preferences-section {
    background: #fafafa;
    border-radius: 8px;
    padding: 20px;
    margin: 16px 0;
    border: 1px solid #e5e7eb;
}

.select-label {
    display: block;
    color: #374151;
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 6px;
}

.modern-select {
    width: 100%;
    height: 44px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 0.875rem;
    color: #374151;
    transition: all 0.2s ease;
    padding: 0 12px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.modern-select:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
    outline: none;
}

.modern-select:hover {
    border-color: #9ca3af;
}

.modern-select option {
    color: #374151;
    background-color: #ffffff;
    padding: 8px;
}

/* Espaciado entre grupos de formulario */
.preferences-section .form-group {
    margin-bottom: 16px;
}

.preferences-section .form-group:last-child {
    margin-bottom: 0;
}


.nice-select .option {
    font-weight: normal;
}










/* Animaciones sutiles para los elementos de contacto */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-item {
    animation: fadeInUp 0.4s ease forwards;
}

.contact-item:nth-child(1) {
    animation-delay: 0.1s;
}

.contact-item:nth-child(2) {
    animation-delay: 0.15s;
}

.contact-item:nth-child(3) {
    animation-delay: 0.2s;
}

.contact-item:nth-child(4) {
    animation-delay: 0.25s;
}

.contact-item:nth-child(5) {
    animation-delay: 0.3s;
}

/* ===== SECCIÓN DE COBERTURA CON GRADIENTE ===== */
.coverage-gradient-section {
    position: relative;
    background: linear-gradient(135deg, #13236b 0%, #0383ff 100%);
    overflow: hidden;
}

.coverage-gradient-section .container {
    position: relative;
    z-index: 3;
}

.coverage-gradient-section .section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.coverage-gradient-section .section-title span {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-bottom: 1rem;
}

.coverage-gradient-section .section-title h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.coverage-gradient-section .section-title p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* ===== TARJETAS ESPECIALES DE COBERTURA ===== */
.coverage-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
    padding: 0 1rem;
}

.coverage-card-special {
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 16px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

.coverage-card-special::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.05) 50%,
            rgba(255, 255, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    border-radius: 24px;
}

.coverage-card-special:hover::before {
    opacity: 1;
}

.coverage-card-special:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow:
        0 32px 64px rgba(0, 0, 0, 0.12),
        0 16px 32px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Efecto de brillo */
.card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.05) 30%,
            transparent 70%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.coverage-card-special:hover .card-glow {
    opacity: 1;
    animation: glowRotate 8s linear infinite;
}

@keyframes glowRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Contenedor de iconos especial */
.icon-container {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-radius: 50%;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6, #06b6d4, #3b82f6) border-box;
    background-size: 300% 300%;
    animation: gradientShift 3s ease infinite;
    opacity: 0.3;
}

.icon-core {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.icon-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: particleFloat 4s ease-in-out infinite;
}

.icon-particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #3b82f6;
    border-radius: 50%;
    opacity: 0.6;
}

.icon-particles span:nth-child(1) {
    top: 10%;
    left: 20%;
    animation: particle1 3s ease-in-out infinite;
}

.icon-particles span:nth-child(2) {
    top: 60%;
    right: 15%;
    animation: particle2 3s ease-in-out infinite 1s;
}

.icon-particles span:nth-child(3) {
    bottom: 20%;
    left: 50%;
    animation: particle3 3s ease-in-out infinite 2s;
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes particleFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes particle1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(10px, -15px) scale(1.2);
        opacity: 1;
    }
}

@keyframes particle2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(-8px, -12px) scale(1.1);
        opacity: 1;
    }
}

@keyframes particle3 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(5px, -18px) scale(1.3);
        opacity: 1;
    }
}

/* Colores específicos para cada tarjeta */
.montevideo-special .icon-core {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.montevideo-special .icon-ring {
    background: linear-gradient(45deg, #3b82f6, #1d4ed8, #60a5fa, #3b82f6);
}

.metropolitan-special .icon-core {
    background: linear-gradient(135deg, #10b981, #059669);
}

.metropolitan-special .icon-ring {
    background: linear-gradient(45deg, #10b981, #059669, #34d399, #10b981);
}

.coast-special .icon-core {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
}

.coast-special .icon-ring {
    background: linear-gradient(45deg, #06b6d4, #0891b2, #22d3ee, #06b6d4);
}

/* Header de la tarjeta */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.card-header h3 {
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(135deg, #1a1a1a, #374151);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.status-badge {
    background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
    color: #374151;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #d1d5db;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Contenido de texto */
.coverage-card-special p {
    color: #6b7280;
    line-height: 1.3em;
    margin-bottom: 2rem;
    flex-grow: 1;
}

/* Grid de características */
.features-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin-top: auto;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff, #f8fafc);
}

.feature-item i {
    color: #10b981;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.feature-item span {
    color: #374151;
    font-weight: 500;
    font-size: 20px;
}

/* Lista de zonas especial */
.zones-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: auto;
}

.zone-item-special {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 12px;
    border-left: 4px solid #10b981;
    transition: all 0.3s ease;
}

.zone-item-special:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
    background: linear-gradient(135deg, #ffffff, #f8fafc);
}

.zone-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.zone-item-special span {
    color: #374151;
    font-weight: 500;
    font-size: 0.9rem;
}

.service-highlight-modern {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
}

.service-highlight-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.highlight-icon-modern {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    margin: 0 auto 20px auto;
    box-shadow: 0 10px 25px rgba(251, 191, 36, 0.3);
    position: relative;
    z-index: 1;
}

.service-highlight-modern h3 {
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.service-highlight-modern p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.highlight-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    color: #fbbf24;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 500;
}



/* ===== SECCIÓN FAQ MODERNA ===== */
.modern-faq-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.modern-faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.modern-faq-section .container {
    position: relative;
    z-index: 2;
}

.modern-faq-section .section-title {
    margin-bottom: 4rem;
}

.faq-badge {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.modern-faq-container {
    background: white;
    border-radius: 20px;
    padding: 1em;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.modern-accordion {
    gap: 1rem;
}

.modern-accordion-item {
    border: none;
    border-radius: 15px;
    margin-bottom: 1rem;
    background: #f8fafc;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.modern-accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.modern-accordion-item:not(:last-child) {
    border-bottom: none;
}

.modern-accordion-button {
    background: transparent;
    border: none;
    padding: 1.5rem 1em;
    font-weight: 600;
    color: #1e293b;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    position: relative;
}

.modern-accordion-button:hover {
    background: linear-gradient(135deg, #213799 0%, #88b8ff 100%);
    color: white;
}

.modern-accordion-button:hover .faq-icon {
    color: white;
    transform: scale(1.1);
}

.modern-accordion-button:hover .faq-arrow {
    color: white;
    transform: rotate(180deg);
}

.modern-accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #213799 0%, #88b8ff 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.modern-accordion-button:not(.collapsed) .faq-icon {
    color: white;
}

.modern-accordion-button:not(.collapsed) .faq-arrow {
    color: white;
    transform: rotate(180deg);
}

.modern-accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.faq-question-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.faq-icon {
    font-size: 1.5rem;
    color: #667eea;
    transition: all 0.3s ease;
    min-width: 24px;
}

.faq-arrow {
    font-size: 1.25rem;
    color: #64748b;
    transition: all 0.3s ease;
    margin-left: 1rem;
}

/* Corregir duplicado de ícono causado por style.css */
.modern-accordion-button .faq-arrow::before {
    content: none !important;
}

.modern-accordion-body {
    background: white;
    padding: 0;
    border-top: 1px solid #e2e8f0;
}

.faq-answer {
    padding: 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.faq-answer p {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 20px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

/* Animaciones para el accordion */
.modern-accordion-item {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(20px);
}

.modern-accordion-item:nth-child(1) {
    animation-delay: 0.1s;
}

.modern-accordion-item:nth-child(2) {
    animation-delay: 0.2s;
}

.modern-accordion-item:nth-child(3) {
    animation-delay: 0.3s;
}

.modern-accordion-item:nth-child(4) {
    animation-delay: 0.4s;
}

.modern-accordion-item:nth-child(5) {
    animation-delay: 0.5s;
}

.modern-accordion-item:nth-child(6) {
    animation-delay: 0.6s;
}

.modern-accordion-item:nth-child(7) {
    animation-delay: 0.7s;
}


.animate__fadeInLeft {
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 20px;
    text-align: left;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}





/* ===== SECCIÓN COPY LEFT AREA ===== */
.copy-left-area {
    background: #f8f9fa;
    padding: 20px 0;
    border-top: 1px solid #e9ecef;
}

.copy-left-area p {
    margin: 0;
    color: #6c757d;
    font-size: 0.9em;
}

.copy-left-area a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.copy-left-area a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}


.whatsapp-float {
    position: fixed;
    bottom: 50px;
    right: -10%;
    /* Posición inicial fuera de la pantalla (derecha) */
    z-index: 9999;
    text-align: center;
    width: 70px;
    height: 70px;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: .9s;
    /* Misma transición que go-top */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
}

.whatsapp-float.active {
    right: 6px;
    /* Posición final visible (misma que go-top) */
    opacity: 1;
    visibility: visible;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    background: #20ba5a;
}

.whatsapp-float img {
    width: 60px;
    height: 60px;
}





/* Estilos para el Modal de Respuesta */
.modal-icon-container {
    margin-bottom: 1.5rem;
}

.animated-check {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    animation: scaleIn 0.5s ease forwards;
}

.animated-check.success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.animated-check.error {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3);
}

.check-icon {
    font-size: 2.5rem;
    animation: checkmark 0.6s ease 0.3s forwards;
    opacity: 0;
    transform: scale(0);
}

.error-icon {
    font-size: 2.5rem;
    animation: errorMark 0.6s ease 0.3s forwards;
    opacity: 0;
    transform: scale(0);
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes checkmark {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-45deg);
    }

    50% {
        opacity: 1;
        transform: scale(1.2) rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes errorMark {
    0% {
        opacity: 0;
        transform: scale(0) rotate(45deg);
    }

    50% {
        opacity: 1;
        transform: scale(1.2) rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.modal-body {
    padding: 2rem;
}

#responseModalLabel {
    font-weight: 600;
    margin-bottom: 1rem;
}

#responseModalMessage {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}