
@font-face {
    font-family: "Montserrat";
    src: url("Imagenes/Tipografia/Montserrat-Regular.otf") format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Montserrat";
    src: url("Imagenes/Tipografia/Montserrat-Bold.otf") format("opentype");
    font-weight: 700;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


/* ── TIPOGRAFÍA GLOBAL ── */

body {
    font-family: "Montserrat", sans-serif;
    background: #ffffff;
}

/* Ensure footer stays at bottom when page content is short */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

ul li::marker {
    color: #c0e001;
}


.dis{
            visibility: hidden;
        }

        .dis2{
            visibility: visible !important;
        }

/* ── NAVBAR / HEADER ── */

.site-header .navbar-brand {
    margin-right: 16px;
    padding: 0;
}

.site-header .navbar-collapse {
    align-items: center;
}

.brand img {
    width: clamp(64px, 5vw, 88px);
    height: auto;
    display: block;
}

.primary-nav-list .nav-link {
    color: #ffffff !important;
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    font-weight: 400;
    padding: 0.35rem 0.95rem;
    border: 2px solid transparent;
    border-radius: 999px;
    white-space: nowrap;
    background: transparent !important;
    box-shadow: none !important;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.primary-nav-list .nav-link:hover {
    border-color: #c0e001;
    transform: translateY(-1px);
    box-shadow: 0 7px 22px rgba(184, 220, 65, 0.35);
}

.primary-nav-list .form-link {
    border-color: #c0e001;
    background: #00106b !important;
    padding: 0.35rem 2rem !important;
    white-space: nowrap;
}

.menu-toggle {
    width: 44px;
    height: 44px;
    border: 2px solid #c0e001 !important;
    border-radius: 10px !important;
    background: rgba(9, 28, 94, 0.52) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 0;
}
.menu-toggle span {
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 10px;
    display: block;
}

.instagram-link {
    display: inline-flex;
    align-items: center;
}
.instagram-link img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}


/* ── HERO ── */

.page-hero {
    min-height: 100vh;
    background-image: url("Imagenes/Fondo/renova-fondo-01.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.hero-main {
    flex: 1;
    display: flex;
    align-items: center;
}

.hero-main .row {
    width: 100%;
}
.hero-content {
    margin: auto 0 8vh;
    gap: clamp(1.2rem, 2.7vw, 2.3rem);
}
.hero-mark {
    width: clamp(130px, 12vw, 230px);
    height: auto;
}
.hero-content h1 {
    max-width: min(1300px, 95vw);
    font-size: clamp(1.5rem, 3.5vw, 4.1rem);
    line-height: 1.15;
    font-weight: 100;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.34);
}
.hero-content h1 span {
    color: #c0e001;
}


/* ── CTA BUTTON ── */

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #c0e001;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 56px;
    font-size: clamp(18px, 1.45vw, 30px);
    font-weight: 700;
    transition: box-shadow 0.2s, transform 0.2s;
}
.cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 22px rgba(184, 220, 65, 0.35);
}


/* ── SECCIÓN: SITUACIÓN ── */

.situacion {
    width: 100%;
    align-items: center;
    margin: 30px 10px 10px 10px;
}

.situacion h2 {
    line-height: 1.2;
    color:#09179c;
    font-size: clamp(1.85rem, 2.2vw, 3.6rem);
}
.situacion p {
    font-size: clamp(1rem, 1.3vw, 1.8rem);
    line-height: 1.26;
    color:#09179c;
    margin: 0;
}

mark {
    background-color: #c0e001;
    color: #00106b;
    border-radius: 24px;
    padding: 2px 8px;   
    line-height: 1;    
}

/* ── SECCIÓN: CÓMO FUNCIONA ── */

.como-funciona {
    background: #c0e001;
    border-radius: 28px;
    padding: clamp(2rem, 3vw, 3rem) clamp(2rem, 4vw, 3rem);
    margin: 3rem auto 1.2rem;
    max-width: 90%;
    color: #0f193a;
}
.como-funciona .text-center {
    margin-bottom: 2rem !important;
}
.como-funciona h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    color: #0b1b3a;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}
.como-funciona p.fw-bold {
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    font-weight: 700 !important;
    color: #000;
    margin: 0;
}

.pasos-grid {
    align-items: stretch;
    row-gap: 1.2rem;
}

.paso-card {
    background: #e9e9e9;
    border-radius: 24px;
    padding: 6.8rem 1rem 1.4rem;
    text-align: center;
    position: relative;
    min-height: 235px;
    max-height: 235px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: visible;
}
.paso-icono {
    width: 105px;
    height: 105px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.paso-icono img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.paso-card h3 {
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.15;
    color: #1f2d9a;
    margin-bottom: 0.9rem;
    text-transform: uppercase;
}
.paso-card p {
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    margin: 0;
}


/* ── SECCIÓN: PROPIEDADES ── */

.propiedades-nueva {
    padding: clamp(0.8rem, 1.8vw, 1.4rem) clamp(1rem, 2.5vw, 2rem);
}
.propiedades-nueva .propiedades-kicker {
    color: #1e2f92;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}
.propiedades-nueva h2 {
    color: #1e2f92 !important;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
}
.propiedades-nueva .text-center > p {
    color: #1e2f92;
}

.prop-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.prop-card-icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prop-card-icon img {
    width: 26px;
    height: auto;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(14%) sepia(60%) saturate(800%) hue-rotate(200deg);
}
.prop-card-body {
    position: relative;
    z-index: 2;
    padding: 1rem;
    color: #ffffff;
}
.prop-card-body p {
    font-size: 0.82rem;
    line-height: 1.3;
    opacity: 0.85;
    margin-bottom: 0.5rem;

    text-shadow: 2px 2px 5px black;
}
.prop-card-body h3 {
    font-size: clamp(0.95rem, 1.3vw, 1.1rem);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    margin-top: 1rem;
    padding-top: 1rem;

    text-shadow: 2px 2px 5px black;
}
.prop-card-body h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    opacity: 0.9;
}


/* ── SECCIÓN: COBERTURA ── */

.cobertura {
    background-image: url("Imagenes/Fotos/new/renova-img-06.png");
    background-size: cover;
    background-position: center;
    height: 400px;
}
.cobertura .container,
.cobertura .row {
    height: 100%;
    margin: 42px auto;
}
.cobertura .row {
    align-items: center !important;
}
.cobertura ul {
    padding-left: 1.2rem;
    margin-top: 0.8rem;
    text-align: left;
    width: 100%;
}
/* Floating WhatsApp button */
.whatsapp-float {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;

    width: 70px;
    height: 70px;

    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    border-radius: 50%;
}

.tam-whats {
    width: 70px;
    height: 70px;
    display: block;
}
@media (max-width: 480px) {
    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 60px;
        height: 60px;
    }
}

.cobertura li {
    margin-bottom: 0.4rem;
}


/* ── SECCIÓN: TESTIMONIOS ── */

.testimonios {
    background: #e7e7e7;
    padding: 30px;
    margin-bottom: 0;
}
.testimonios .container {
    max-width: 1500px;
}
.testimonios .text-center {
    margin-bottom: 0.7rem !important;
}
.testimonios h2 {
    font-size: clamp(1.8rem, 2.8vw, 3.5rem);
    line-height: 1;
    margin-bottom: 0.4rem;
    font-weight: 800;
    color: #1e2f92;
    text-transform: uppercase;
}
.testimonios .text-center p {
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    font-weight: 800 !important;
    color: #0f193a;
    margin: 0;
}
.testimonio-card {
    background: #ffffff;
    border: 1px solid rgba(30, 47, 146, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    border-radius: 18px;
    padding: 1.55rem 1.35rem 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.08rem;
    text-align: center;
    position: relative;
    margin-top: 0.55rem;
    width: 100%;
    min-height: 255px;
}
.testimonio-mark {
    width: 80px;
    height: auto;
    position: absolute;
    top: -2rem;
    left: 1.4rem;
}
.testimonio-card p {
    color: #1e2f92;
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    line-height: 1.18;
    max-width: 30ch;
    margin-top: 0;
}

.testimonio-card strong {
    display: block;
    margin-top: 0;
}

.testimonio-card strong p {
    margin: 0;
}

.testimonios .row {
    margin-left: -8px;
    margin-right: -8px;
    align-items: stretch;
}
.testimonios .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
}

.testimonios .row > [class*="col-"] .testimonio-card {
    flex: 1;
}

.circulo img {
    width: 100px;
    height: auto;
    object-fit: cover;
}


/* ── SECCIÓN: FAQ + CONTACTO ── */

.faq {
    overflow: hidden;
    position: relative;
    margin: 0;
}
 
/* Top: imagen de fondo azul con FAQ y formulario */
.faq-top {
    background-image: url("Imagenes/Fondo/Renova-N-09.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0 2rem;
    position: relative;
    z-index: 2;
}
 
/* Título FAQ */
.faq-top h2.faq-title {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}
 
/* Acordeón */
.faq .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.faq .accordion-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.faq .accordion-button,
.faq .faq-question {
    background: transparent !important;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(0.85rem, 1.1vw, 1rem);
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 0;
    box-shadow: none !important;
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    letter-spacing: 0.04em;
}
.faq .accordion-button::after {
    display: none;
}
 
/* Número circular */
.faq-num {
    min-width: 32px;
    height: 32px;
    background: #ffffff;
    color: #1e2f92;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}
 
/* Ícono flecha */
.faq-icon {
    margin-left: auto;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    transition: transform 0.2s;
}
 
/* Respuesta */
.faq .accordion-body {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.6;
    padding: 0 0 1rem 3rem;
}
 
/* Formulario */
.faq-form-title {
    font-weight: 700;
    color: #ffffff;
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    text-align: center;
    margin-bottom: 1rem;
}
.faq-form-inner {
    background: #e5e5e5;
    padding: 1.5rem;
    border-radius: 4px;
}
.faq-form-inner label {
    font-size: 0.8rem;
    color: #555;
    display: block;
    margin-bottom: 0.25rem;
}
.faq-form-inner .form-control {
    background: #dcdcdc;
    border: none;
    height: 42px;
    border-radius: 2px;
    width: 100%;
}
.faq-form-inner #faq-propiedad.form-control {
    font-size: 0.85rem;
    line-height: 1.2;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}
.faq-form-inner textarea.form-control {
    height: 80px;
    resize: none;
}
.faq-submit {
    background: #1e2f92;
    border: 2px solid #c0e001;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.7rem 3rem;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}
.faq-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}
 
.icono-box {
    display: flex;
    align-items: center; 
    gap: 15px;
}

.icono-box img {
    max-width: 60px;
    max-height: 60px;
    width: 60px;
    height: auto;
    align-self: center; 
    display: block;
}


/* Bottom: imagen de fondo con píldoras de contacto */
.faq-bottom {
    background-image: url("Imagenes/Fotos/Renova-img-09.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 320px;
    padding: 4rem 0 1rem 0;
    display: flex;
    align-items: center;
}
.faq-bottom .container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: inherit;
}

.contact-cards {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.card-contacto {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    background-color: #b6d63a; /* verde */
    padding: 20px 30px;
    border-radius: 15px;
    flex: 1 1 0;
    height: 120px;
    width: 100%;
}



.card-contacto h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.card-contacto p {
    margin: 0;
    color: #09179c;
    font-weight: bold;
}

.faq-bottom .row {
    justify-content: center;
}
.faq-bottom .col-4 {
    display: flex;
    justify-content: center;
}
 
/* ──  FOOTER ── */

.site-footer {
    background: #09179c;
    padding: clamp(1.2rem, 2.5vw, 2rem) clamp(1rem, 2.5vw, 2rem);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    margin: 0;
}

.site-footer + * {
    margin-top: 0 !important;
}

/* In flex page layout make footer sit at bottom */
.site-footer {
    margin-top: auto;
}
.footer-brand img {
    width: clamp(52px, 5vw, 72px);
    height: auto;
    display: block;
}
.footer-center {
    text-align: center;
    display: grid;
    gap: 10px;
}
.footer-mark {
    width: clamp(36px, 3.5vw, 52px);
    height: auto;
    margin: 0 auto;
    display: block;
}
.footer-center p {
    font-size: clamp(11px, 1vw, 14px);
    font-weight: 700;
    color: #ffffff !important;
    margin: 0;
}
.footer-center hr {
    border: none;
    border-top: 1px solid #b8dc41;
    margin: 2px 0 18px;
}
.footer-links {
    gap: clamp(2rem, 15vw, 5rem) !important;
    justify-content: space-between !important;
    width: 100%;
}
.footer-center nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}
.footer-center nav a:hover {
    color: #b8dc41;
}
.footer-privacy-wrap {
    text-align: center;
    margin-top: 0.5rem;
}
.footer-privacy {
    font-size: 0.72rem;
    opacity: 0.65;
    transition: opacity 0.2s, color 0.2s;
}
.footer-privacy:hover {
    opacity: 1;
    color: #b8dc41 !important;
}
.footer-ig img {
    width: clamp(26px, 2.5vw, 32px);
    height: clamp(26px, 2.5vw, 32px);
    object-fit: contain;
}


/* ── UTILIDADES ── */

.text-lime { color: #b8dc41 !important; }
.fw-bold   { font-weight: 700 !important; }

/* Evitar espacios en blanco después del footer */
.modal {
    margin: 0;
}

body > .modal {
    position: fixed;
}


/* ── MEDIA QUERIES ── */

@media (max-width: 991px) {
    .hero-content h1 {
        font-size: clamp(36px, 5.2vw, 64px);
    }
    .paso-card {
        min-height: 270px;
        padding-top: 5.5rem;
    }
    .paso-icono {
        width: 105px;
        height: 105px;
    }
    /* Hero */
    .hero-content h1 {
        font-size: 36px;
        line-height: 1.06;
        text-shadow: 0 4px 14px rgba(0, 0, 0, 0.48);
    }
    .page-hero {
        background-image: url("Imagenes/Fondo/renova-fondoresp.png");
        background-position: center 40%;
        background-size: cover;
    }

    .hero-main{
        flex: 1;
        display: flex;
        align-items: flex-start;
    }

    /* Stack contact cards on tablet and smaller, keep same visual style */
    .contact-cards {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        max-width: 720px;
        padding: 0 1rem;
    }

    .card-contacto {
        width: 100%;
        max-width: 720px;
        padding: 16px 24px;
        border-radius: 14px;
    }

    .hero-content {
        width: 100%;
        max-width: 20rem;
    }

    .hero-content h1 {
        font-size: 30px;
        line-height: 1.05;
        margin: 0 auto;
    }

    .hero-content > div {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .hero-content .cta {
        width: 100%;
        max-width: 100%;
        padding: 0.6rem 1rem !important;
        font-size: 0.9rem !important;
        white-space: normal;
        text-align: center;
    }
}

/* Más grande en pantallas grandes */
@media (min-width: 1200px) {
    .situacion h2 {
        font-size: clamp(2.55rem, 2.9vw, 4.2rem);
        line-height: 1.14;
    }
    .situacion p {
        font-size: clamp(1.05rem, 1.4vw, 1.9rem);
    }
}
@media (max-width: 767px) {
    /* Navbar */
    .navbar-collapse {
        background: #09179c;
        border: 1px solid rgba(184, 220, 65, 0.3);
        border-radius: 0 0 12px 12px;
        margin-top: 0.5rem;
    }
    .brand img { width: 50px; }
    .cta { 
        display: flex;
        width: 100%;
        max-width: 280px;
        padding: 0.75rem 1.5rem; 
        font-size: 0.9rem;
        margin: 0.4rem auto;
    }
    .hero-content {
        gap: 1.5rem !important;
    }


    .hero-content h1 {
        font-size: 28px;
    }

    /* Cómo funciona */
    .como-funciona {
        max-width: 95%;
        padding: 2rem 1rem;
    }
    .como-funciona h2 { font-size: 2rem; }
    .como-funciona p.fw-bold { font-size: 1rem; }
    .paso-card {
        min-height: auto;
        padding: 5rem 1rem 1.2rem;
    }
    .paso-icono {
        width: 95px;
        height: 95px;
        top: -20px;
    }

    

    /* FAQ */
    .faq-top { padding-bottom: 3rem; }
    .faq-top .col-sm-6:last-child { transform: none; }
    .faq-bottom {
        display: flex;
        min-height: auto;
        padding: 0.8rem 0;
        align-items: center;
        background-position: center top;
        background-size: cover;
    }
    .faq-contact-pill {
        transform: none;
        margin-top: -12%;
        width: min(100%, 150px);
        padding: 1rem 0.65rem 1.35rem;
    }
    .faq-contact-pill .pill-content .faq-contact-icon {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .faq-contact-pill .pill-content .faq-contact-icon-phone {
        width: 40px;
        height: 40px;
    }

    .faq-contact-pill .pill-content .faq-contact-icon-email {
        width: 40px;
        height: 40px;
    }

    .faq-contact-pill .pill-content .faq-contact-icon-map {
        width: 40px;
        height: 40px;
    }
    .faq-contact-pill h3 {
        font-size: 0.85rem;
    }
    .faq-contact-pill p {
        font-size: 0.68rem;
        line-height: 1.15;
    }
    .faq-bottom .col-4:last-child .faq-contact-pill p {
        font-size: 0.62rem;
        line-height: 1.05;
        letter-spacing: -0.01em;
    }

    /* Cobertura */
    .cobertura {
        height: auto;
        min-height: 520px;
        padding: 0px 0;
    }
    .cobertura .container,
    .cobertura .row {
        height: auto;
    }
    .cobertura .row > [class*="col-"] {
        padding: 0.65rem 1.2rem !important;
    }
    .cobertura h2 {
        font-size: clamp(2rem, 8.2vw, 2.4rem);
        line-height: 1.04;
        max-width: 12ch;
        overflow-wrap: anywhere;
        margin-bottom: 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    }
    .cobertura p {
        font-size: clamp(0.9rem, 4.6vw, 1.05rem) !important;
        line-height: 1.22;
        margin-bottom: 0.4rem;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    }
    .cobertura ul {
        font-size: clamp(0.9rem, 4.6vw, 1.05rem) !important;
        margin-top: 0.45rem;
        margin-bottom: 0;
        padding-left: 1rem;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    }
    .cobertura li {
        margin-bottom: 0.3rem;
    }

    /* Footer */
    .site-footer {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    .footer-links {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem 1rem;
        width: 100%;
        padding: 0 !important;
    }
    .footer-links li {
        text-align: center;
    }
    .footer-links li a {
        font-size: 0.85rem;
    }
}


@media (max-width: 575px) {
    .contact-box-mobile {
        display: block;
        padding-top: 8rem;
    }

    .contact-box-mobile .container {
        max-width: 100%;
    }

    .contact-cards {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .card-contacto {
        width: 100%;
        max-width: 100%;
        padding: 12px 16px;
        gap: 0.75rem;
    }

    .card-contacto h3 {
        font-size: 12px;
    }

    .card-contacto p {
        font-size: 13px;
    }
}

/* Small devices: add breathing room below the big heading in .situacion */
@media (max-width: 575px) {
    .situacion h2 {
        margin-bottom: 1.2rem;
        
    }
    .situacion p {
        margin-top: 0.4rem;
    }
}


/* Más chico en dispositivos grandes */
@media (min-width: 992px) {
    .instagram-link img {
        width: 24px;
        height: auto;
    }
}


/* En desktop, quitar el fondo azul */
@media (min-width: 992px) {
    .site-header .navbar-collapse,
    .form-header-nav .navbar-collapse {
        background: transparent !important;
        border-radius: 0;
        box-shadow: none;
    }
}

/* Estilos del menú colapsado en mobile */
@media (max-width: 575px) {
    .site-header .navbar-collapse .primary-nav-list,
    .form-header-nav .navbar-collapse .navbar-nav {
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .site-header .navbar-collapse .nav-item,
    .form-header-nav .navbar-collapse .nav-item {
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .site-header .navbar-collapse .nav-item:last-child,
    .form-header-nav .navbar-collapse .nav-item:last-child {
        border-bottom: none;
    }

    .site-header .navbar-collapse .nav-link,
    .form-header-nav .navbar-collapse .nav-link {
        color: #ffffff !important;
        background: transparent !important;
        padding: 0.6rem 1rem !important;
        font-size: 0.9rem;
        text-align: center;
        display: block;
        width: 100%;
    }

    .site-header .navbar-collapse .form-link,
    .form-header-nav .navbar-collapse .form-link {
        color: #c0e001 !important;
        border: none !important;
        background: transparent !important;
    }
}


@media (max-width: 575px) {
    .faq-top .col-sm-6:last-child {
        transform: translateY(40px);
        position: relative;
        z-index: 5;
    }
    .faq-bottom {
        margin-top: 0;
    }
    .faq-contact-pill {
        margin-top: 0;
    }
    .situacion h2 {
    line-height:1.6;
    font-size: 24px;
    }

    .site-header {
    background: transparent !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.site-header.navbar-solid {
    background: #09179c !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Estilos base del navbar collapse - aplicar inmediatamente */
.site-header .navbar-collapse,
.form-header-nav .navbar-collapse {
    background: #09179c !important;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    padding: 0;
}


}