/* ===== BASE ===== */
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

/* ===== BANNER ===== */
.banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/assets/images/banner_web.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* LOGO */
.logo-container {
    top: 30px;
    z-index: 10;
}

.hero-logo {
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 999px;
    max-width: 220px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* ===== INFO ===== */
.info-section {
    background: #ffffff;
}

.info-content {
    max-width: 800px;
    margin: 0 auto;
}

.info-title {
    font-size: 3rem;
    font-weight: 400;
    color: #003366;
    line-height: 1.3;
}

.info-divider {
    height: 3.5px;
    background-color: #FEBE10;
    border: none;
    opacity: 1;
    margin: 20px auto;
}

.info-text {
    font-size: 1.5rem;
    color: #003366;
    line-height: 1.6;
}

.info-text-two {
    font-size: 1rem;
    color: #003366;
}

p {
    color: #003366;
}

/* ===== CARDS ===== */
.cards-section {
    background: #ffffff;
}

.info-card {
    position: relative;
    border-radius: 20px;
    padding: 35px 30px;
    min-height: 320px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.card-blue {
    background: #072165;
    color: #ffffff;
}

.card-gray {
    background: #ffffff;
    color: #003366;
}

.card-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
}

.card-title {
    font-size: 2rem;
    font-weight: 600;
}

.card-divider {
    height: 2px;
    background: #FEBE10;
    border: none;
    margin: 10px 0 20px;
}

.card-text {
    font-size: 1rem;
    line-height: 1.6;
}

/* ===== PLANES ===== */
.plans-section {
    background: #ffffff;
}

.plans-title {
    display: inline-block;
    padding: 15px 40px;
    background: #ffffff;
    color: #072165;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.plans-card {
    background: #ffffff;
    padding: 30px 35px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-bottom: 6px solid #FEBE10;
    height: 100%;
}

.plans-list {
    list-style: disc;
    padding-left: 20px;
}

.plans-list li {
    color: #072165;
    font-size: 1rem;
    margin-bottom: 12px;
}

.plans-notes {
    font-size: 0.75rem;
    color: #6c757d;
    max-width: 900px;
    margin: 0 auto;
}

/* ===== FOOTER BANNERS ===== */
.footer-desktop {
    display: block;
}

.footer-mobile {
    display: none;
}

.footer-mobile {
    background: url("/assets/images/down-bg-mobile.png") center top / cover no-repeat;
    padding-top: 40px;
}

.footer-mobile-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-mobile-people {
    margin-top: 30px;
}

.footer-mobile-people img {
    width: 100%;
    display: block;
}



/* ===== SECCIÓN 3 ===== */
.section-3 {
    background: url("/assets/images/fondo_seccion3.png") center/cover no-repeat;
    padding: 80px 0;
}

/* ===== FORM ===== */
.form-section {
    padding: 60px 0;
}

.form-wrapper {
    background: #fefefe;
    border-radius: 20px;
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.form-control-custom {
    border-radius: 12px;
    padding: 14px 45px 14px 15px;
    border: 1px solid #ccc;
}

.form-group {
    position: relative;
}

.form-group i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #003366;
}

/* ===== BOTÓN ===== */
.btn-submit {
    background: #002169;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-weight: 600;
    width: 100%;
}

.btn-submit:hover {
    background: #00164a;
}

/* ===== CTA ===== */
.cta-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
}

.cta-button {
    position: relative;
    background: #ffffff;
    border-radius: 999px;
    padding: 18px 28px 18px 70px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    text-decoration: none;
}

.cta-icon {
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 72px;
    height: 72px;
}

.cta-icon img {
    width: 80px;
}

.cta-text {
    font-size: 15px;
    color: #003366;
}
.hero-banner-desktop {
    display: block;
}

.hero-banner-mobile {
    display: none;
}

/* ===== HOMENAJE ===== */
.homenaje-section {
    background: #072165;
}

.homenaje-title,
.homenaje-divider {
    color: #FEBE10;

}

/* ===== FOOTER ===== */
.footer {
    background: black;
    color: #ffffff;
}

.footer-title {
    color: #FEBE10;
    font-size: 2.5rem;
    text-align: center;
}

.footer-banner {
    background: url("/assets/images/down-bg.png") right center / cover no-repeat;
    padding: 60px 0;
}

.footer-banner-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.social-icons {
    display: flex;
    gap: 18px;
    align-items: center;
}

.social-icons a {
    text-decoration: none;
    border: none;
    outline: none;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons a::before,
.social-icons a::after {
    display: none;
}

.social-icons i {
    color: #ffffff;
    font-size: 22px;
}

/* PLECA INFERIOR */
.footer-bottom {
    background: #000000;
    padding: 15px 0;
    font-size: 14px;
}

.footer-bottom a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 15px;
}

.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-desktop {
    display: block;
}

.footer-mobile {
    display: none;
}
.whatsapp-float-right {
    position: fixed;
    right: 15px;
    bottom: 25px;
    z-index: 1000;
}
.whatsapp-float-right img {
    width: 55px;
    height: 55px;
    transition: transform 0.3s ease;
}

.whatsapp-float-right:hover img {
    transform: scale(1.1);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

    /* BANNER MOBILE */
    .banner {
        background-image: url('/assets/images/banner_movil.png');
        background-size: cover;
        background-position: center top;
    }

    .hero-logo {
        max-width: 120px;
        padding: 12px 20px;
    }

    /* TEXTOS */
    .info-title,
    .info-text,
    .info-text-two {
        text-align: center;
    	font-size:.8rem;
    }

    .info-title {
        font-size: 1rem;
    }

    .info-text-two {
        font-size: 1rem;
    }

    /* CARDS */
    .info-card {
        padding: 25px 20px;
        min-height: auto;
    }

    /* PLANES */
    .plans-title {
        font-size: 1.4rem;
        padding: 12px 20px;
    }

    .plans-card {
        padding: 25px 20px;
    }

    /* CTA */
    .cta-container {
        bottom: 15px;
        right: 15px;
    }

    .cta-button {
        padding: 14px 20px 14px 60px;
    }

    .cta-icon {
        width: 56px;
        height: 56px;
        left: -14px;
    }

    .cta-icon img {
        width: 60px;
    }

    .cta-text {
        font-size: 13px;
    }

    /* FOOTER */
    .footer-banner-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-title {
        font-size: 1.8rem;
    }
     .hero-banner-desktop {
        display: none;
    }

    .hero-banner-mobile {
        display: block;
    }

    .seguridades-img{
        width: 50%;
    }

     .footer-desktop {
        display: none;
    }

    .footer-mobile {
        display: block;
        position: relative;
        min-height: 680px;
        background: url("/assets/images/banner_generico_footer.jpg") center bottom / cover no-repeat;
        overflow: hidden;
    }

    /* CAPA AZUL SUPERIOR */
    .footer-mobile-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 30px 0 70px;
        text-align: center;
        background: linear-gradient(
            to bottom,
            rgba(7,33,101,0.95) 0%,
            rgba(7,33,101,0.85) 70%,
            rgba(7,33,101,0) 100%
        );
        z-index: 2;
    }

    .footer-mobile-overlay img {
        max-width: 180px;
        margin-bottom: 15px;
    }

    .social-icons {
        justify-content: center;
    }
}
