/****** CSS para la landing de producto **************/
.comp-coberturas .accordion-header {
    border-bottom: 1px solid #e6f1ec;
}
.box_icon_img {
    max-width: 90px;
    margin: 0 auto;
}
.ban-prod {
    margin: 0 auto 2rem;
    display: block;
}
#title-seguro-present {
    padding: 15px 0 0 !important;
}
div#img-producto {
    display: block;
    max-width: 80px;
    margin: 0 auto 2%;
}
@media (max-width: 992px){
    td.text-left.tam3_tab {
        width: 60% !important;
        text-align: left;
    }
}
@media (max-width: 576px){
    .icono-viaje img {
        width: 100px !important;
        height: auto;
    }
    section#title-seguro-present h3 {
        color: var(--color-a);
        font-size: 22px;
    }
    h1.h1-servicios, h3.under_h1{
        text-align: center;
    }
}
#form_salud_blk{
    border:none;
}
table.table_cob_viajes {
    margin: 5px 0px !important;
}
div#coberturas {
    margin-top: 30px !important;
}
span.min-h2-moneda {
    font-size: 18px;
}
@media (min-width: 992px) {
    div#img-producto {
        margin: 0 0 2% 5%;
    }
    .comp-dsktp  .card-viaje-option {
        max-width: 240px;
    }
    .comp-dsktp table.table_cob_viajes td {
        width: 260px;
    }
    .ban-prod {
        max-width: 75%;
    }
    #title-seguro-present {
        padding: 70px 0 0 !important;
    }
    div#form_salud_blk {
        background: #FBFBFB;
        padding: 1.5rem 2rem 3rem;
        border-radius: 13px;
        border-top: none;
        box-shadow: 2px 2px 13px 0px #00000052;
        width: 50%;
        margin-top: 0;
    }
    div#coberturas {
        margin-top: 85px !important;
    }
    div#img-producto {
        max-width: 160px;
    }
    h3.h2{
        font-size: 25px !important;
        font-weight: bold !important;
    }
}
.number .minus, .number .plus{
    font-size: 24px;
    color: var(--color-b);
    border-radius: 13px !important;
    background: var(--color-d) !important;
}
#call-single-act{
    display: none !important;
}
@media (max-width: 567px) {
    .tab-content{
        width: 100% !important;
    }
    section#title-seguro-present h3 {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center;
    }
    div#launch_seguro_decesos {
        margin: 0 auto;
        max-width: calc(100% - 30px);
    }
}
#form_salud_blk .form-switch {
    padding-left: 0 !important;
    margin-top:30px
}
#form_salud_blk .form-switch label, p#errorPolitica {
    color: var(--color-b);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1px;
}
p#errorPolitica {
    color: red;
    display: none;
    margin-top: 5px;
    margin-bottom: 0;
}
.name-price-inter{
    padding:2.2rem 1.5rem 1.5rem !important;
}
.aviso_info_legal {
    font-size: 14px;
    line-height: 1.5;
    color: red;
    max-width: 900px;
    margin: 25px auto 6rem;
    text-align: center;
}
h3.con_bk {
    color: var(--color-c) !important;
    font-weight: 600 !important;
    margin-top: 30px !important;
}
.icono-viaje img {
    height: 35px !important;
    width: 90px !important;
    margin-bottom: 10px;
}
img.ofert-limt_img {
    width: 230px;
    position: absolute;
    top: -55px;
    left: 25px;
}
.producto-oculto {
    display: none !important;
}
.container-fluid.last-bll-sa {
    margin-bottom: 8rem;
}
@media (max-width: 567px) {
    span.prMvop {
        font-size: 19px !important;
    }
}
.card-viaje-option .icono-viaje img{
    height: 30px !important;
    width: auto !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: white !important;
}
#fecha_nacimiento_cliente{
    cursor: pointer;
}
span.txt-desde-vob {
    margin-bottom: -8px;
    display: block;
}
p.aviso_info_legal {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    font-size: 0.95rem;
    line-height: 1.5;
}
.comp-polizas-rs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    line-height: 15px !important;
}
#loader-simple {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Ajustar según sea necesario */
}

#loader-simple img {
    width: 100px; /* Ajustar según sea necesario */
    animation: spin 2s infinite alternate;
}
div#loader-simple {
    display:flex;
    background: #0044814d;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999;
}
.fecha-nacimiento-aura{
    cursor: pointer;
}


div#img-price-capmapign {
    max-width: 200px;
    margin: 0 auto 1rem;
}

@media (min-width: 567px){
    div#img-price-capmapign {
        max-width: 265px;
        margin: 0 0 1rem;
    }
}



/* ============================================
   PROMO BANNER · Círculo de Amistad
   ============================================ */
.promo-banner {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: var(--color-primary, #1a2c44);
    border-bottom: 3px solid var(--color-e);
    color: #fff;
    font-family: var(--font-family-base, inherit);
}

.promo-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0.75rem 1rem;
}

.promo-banner__info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
}

.promo-banner__pill {
    background-color: var(--color-e);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.3rem 0.75rem;
    border-radius: 5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.promo-banner__text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.promo-banner__date {
    color: var(--color-c);
    font-weight: 600;
}

.promo-banner__countdown {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}

.promo-banner__time {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.promo-banner__num {
    color: var(--color-c):
    font-size: 1.35rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.promo-banner__lbl {
    color: #fff;
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 2px;
}

.promo-banner__sep {
    color: var(--color-c):
    font-size: 1.2rem;
    font-weight: 700;
    align-self: flex-start;
    margin-top: 4px;
}

.promo-banner__cta {
    background-color: var(--color-e);
    color: #fff !important;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none !important;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.promo-banner__cta:hover {
    background-color: var(--color-e);
    color: #fff !important;
    transform: translateY(-1px);
}

/* ===== Tablet (≤992px) ===== */
@media (max-width: 992px) {
    .promo-banner__text-extra {
        display: none;
    }

    .promo-banner__num {
        font-size: 1.15rem;
    }
}

/* ===== Móvil (≤768px) ===== */
@media (max-width: 768px) {
    .promo-banner__inner {
        padding: 0.4rem 0.6rem;
        gap: 0.5rem;
    }

    .promo-banner__pill {
        font-size: 0.6rem;
        padding: 0.2rem 0.55rem;
    }

    .promo-banner__text {
        font-size: 0.75rem;
    }

    .promo-banner__sep--hide-sm,
    .promo-banner__time--hide-sm {
        display: none;
    }

    .promo-banner__num {
        font-size: 1rem;
    }

    .promo-banner__lbl {
        font-size: 0.55rem;
    }

    .promo-banner__cta {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
    }
}

/* ===== Móvil pequeño (≤480px): solo pill + countdown + CTA ===== */
@media (max-width: 480px) {
    .promo-banner__text {
        display: none;
    }
}