.cotizar-seguro {
    background: var(--mutuus-blue);
    margin-top: 5rem;
    max-width: 100%;    
}

.cotizar-seguro-img {
    position: absolute;
    bottom: 0;
    right: -11.5rem;
    z-index: -1;
}

.planes-hero {
    width: 32.25rem;
    filter: drop-shadow(0 0 30px rgba(100, 220, 255, 0.7)) drop-shadow(0 0 80px rgba(30, 100, 255, 0.4));
    max-width: 100%;
    height: auto;
}

.cotizar-seguro-h2 {
    color: var(--x-light);
    z-index: 1;
    position: relative;
}

.cotizar-seguro-p {
    color: var(--x-light);
    margin-top: 1.25rem;
    z-index: 1;
    position: relative;
}

.cotizar-seguro .div-flex-btn {
    margin-top: 3.44rem;
    display: flex;
    gap: .62rem;
}

.cotizar-seguro-texto {
    z-index: 1;
    padding: 0 5.39rem;
    position: relative;
    height: 34.8125rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.cotizar-seguro-cotizador {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.card-cotizacion {
    width: 100%;
    max-width: 580px;
    background: transparent;
    border-radius: 1rem;
    padding: 1rem 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.card-cotizacion div {
    width: 100%
}

.card-cotizacion input {
    width: 100%;
    height: 4.4rem;
    border-radius: .375rem;
    border: 1px solid rgba(63,63,63,.7);
    background: #fff;
    padding: .9rem 1.47rem;
    color: rgba(63,63,63,.7);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1rem
}

.card-cotizacion label {
    color: rgba(63,63,63,.7);
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    line-height: .875rem;
    padding-left: .74rem;
    margin-bottom: .32rem
}

.card-cotizacion .btn-primary {
    margin-bottom: .64rem
}

input[type="number"] {
    -moz-appearance: textfield
}

.title_error {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: .85rem;
/*    margin-bottom: .4rem;
    margin-top: .1rem;*/
    color: #f00;
}

.input_visible {
    visibility: hidden
}

.xq-allianz {
    padding-top: 4.37rem;
    padding-bottom: 4.37rem;
}

.xq-allianz .d-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xq-allianz-h2 {
    text-align: center;
    color: #1E3575;
}

.xq-allianz-p {
    color: #1E3575;
    text-align: center;
    margin-top: 0.94rem;
}

.xq-allianz-points {
    display: flex;
    justify-content: space-around;
    padding-top: 6.38rem;
    padding-bottom: 1.5rem;
}

.allianz-point {
    width: 17.25rem;
    height: 15rem;
    border-radius: 1rem;
    background: var(--x-light);
    box-shadow: 6px 6px 15px 0px rgba(106, 69, 237, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.allianz-point img {
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: -5rem;
}

.allianz-point h1 {
    color: var(--x-tertiary);
    margin-bottom: 0.94rem;
}

.allianz-point h5 {
    color: #1E3575;
    text-align: center;
}

.xq-allianz-p-sm {
    color: #525668;
    text-align: center;
    margin-bottom: 2.81rem;
}

.xq-allianz-btn {
}

.clientes {
    padding-top: 2.5rem;
    padding-bottom: 6.81rem
}

.clientes-bar {
    display: flex;
    justify-content: center;
    gap: .55rem
}

.cliente-bar {
    width: 8.37188rem;
    height: .3125rem;
    background: var(--x-tertiary-50)
}

.cliente-bar.active {
    background: var(--x-tertiary)
}

.cliente-container {
    width: 44.0625rem;
    margin: auto;
    display: flex;
    margin-top: 1.44rem
}

.cliente-calificacion {
    border-right: .125rem solid #d9d9d9;
    padding: 1.19rem .89rem;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem
}

.cliente-calificacion p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem
}

.cliente-comentario {
    padding: 1.56rem .83rem 1rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2rem
}

.cliente-comentario h5 {
    font-weight: 500
}

.proceso-pasos {
    height: 38.8125rem;
    border-radius: 3.125rem;
    background: var(--x-complementary-10);
    padding: 2.31rem
}

.proceso-pasos-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.5rem
}

.proceso-pasos-h2 {
    color: var(--x-light)
}

.pasos-bar {
    display: flex;
    gap: .31rem
}

.paso-bar {
    width: 10.625rem;
    height: .25rem;
    background-color: #e6e0ff
}

.paso-bar-llena {
    width: 0;
    height: 100%;
    background-color: #2c47de
}

@keyframes html-barra {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes reversehtml-barra {
    from {
        width: 100%
    }

    to {
        width: 0
    }
}

.pasos-p {
    color: var(--x-light);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.125rem;
    min-height: 2.125rem
}

.pasos-p span {
    font-weight: 700
}

.proceso-pasos-video {
    text-align: center;
    position: relative
}

.proceso-pasos-video video {
    height: 34.125rem !important;
    margin: auto;
    border-radius: 37px
}

.no-seas {
    padding-top: 6.25rem
}

.no-seas-h2 {
    margin-bottom: 1.25rem;
    margin-top: 1.65rem
}

.no-seas-p {
    margin-bottom: 2.5rem
}

.imss-afore {
    padding-top: 4.8rem;
    background: var(--x-complementary-10);
    border-radius: 0 0 10.0625rem 10.0625rem
}

.imss-afore-texto {
    padding-left: 4rem
}

.imss-afore-imagen {
    display: flex;
    justify-content: flex-end
}

.imss-afore-h2 {
    width: 32.4375rem;
    color: var(--x-light);
    margin-top: 1.69rem;
    margin-bottom: 1.25rem
}

.imss-afore-p {
    color: var(--x-light);
    margin-bottom: 2.5rem
}

.imss-afore .col-7 {
    padding-left: 3.25rem
}

.imss-afore-img {
    width: 31.9375rem;
    margin-top: -1rem
}

.ahorra-ppr {
    margin-top: 3.88rem
}

.ahorra-ppr-h2 {
    margin-top: 2.88rem;
    margin-bottom: 3.12rem
}

.ahorra-ppr-puntos {
    position: relative;
    width: 26.875rem;
    height: auto;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 6px 10px 2px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    gap: .87rem;
    justify-content: center;
    padding: 1.25rem 1rem 1.25rem 3.12rem
}

.circle-hand {
    position: absolute;
    right: 1rem;
    top: -2rem;
    width: 3.875rem;
    height: 3.875rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 10px 2px rgba(0,0,0,.1)
}

.circle-hand img {
    width: 40px;
    height: 40px
}

.rendimientos {
    padding-bottom: 4.38rem;
}

.rendimientos .rowColor {
    border-radius: 3.125rem;
    background: var(--x-primary);
    padding: 3.75rem 3.25rem
}

.rendimientos-h2 {
    color: var(--x-light);
    text-align: center;
    margin-bottom: 3.69rem
}

.card-rendimiento {
    width: 27rem;
    position: relative;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 6px 10px 2px rgba(0,0,0,.1);
    padding: 2.81rem 2rem
}

.card-rendimiento h5 {
    font-weight: 500
}

.card-bolsa-dinero {
    float: right;
    margin-top: 3.31rem
}

.circle-billetes {
    position: absolute;
    left: 2rem;
    top: -2rem;
    width: 3.875rem;
    height: 3.875rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 10px 2px rgba(0,0,0,.1)
}

.circle-billetes img {
    width: 40px;
    height: 40px
}

.circle-bolsa-dinero {
    position: absolute;
    right: 1rem;
    top: -2rem;
    width: 3.875rem;
    height: 3.875rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 10px 2px rgba(0,0,0,.1)
}

.circle-bolsa-dinero img {
    width: 40px;
    height: 40px
}

.rendimientos-textos {
    padding-left: 5%;
    padding-right: 4%
}

.rendimientos-h4 {
    font-weight: 500;
    color: var(--x-light);
    margin-bottom: 1.25rem
}

.rendimientos-p {
    color: var(--x-light);
    margin-bottom: 2.37rem
}

.p-underline {
    color: var(--x-light);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4rem;
    text-decoration-line: underline;
    padding-right: 12%
}

.rendimientos-p-sm {
    text-align: center;
    font-weight: 400;
    margin-top: 2.5rem;
    padding-left: 6%;
    padding-right: 6%
}

.preguntas {
    border-radius: 3.125rem;
    background: #7c90ff
}

.preguntas-texto {
    position: relative;
    padding-top: 4.38rem;
    padding-left: 5.81rem;
    padding-bottom: 4.38rem
}

.preguntas-texto svg {
    position: absolute;
    bottom: 3rem;
    left: 0
}

.preguntas-imagen {
    position: relative
}

.preguntas-imagen svg {
    position: absolute;
    top: 2.31rem;
    right: 0
}

.preguntas-imagen picture {
    width: 9.91756rem;
    height: 9.91756rem;
    position: absolute;
    top: 12rem;
    right: 5.17rem
}

.preguntas-h2 {
    width: 32.4375rem;
    color: #fff;
    margin-bottom: 1.81rem
}

.preguntas-punto {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .94rem;
    gap: .94rem
}

.preguntas-circle {
    width: 2.375rem;
    height: 2.375rem;
    background-color: var(--x-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.preguntas-circle i {
    font-size: 1rem;
    color: var(--x-dark)
}

.preguntas-p {
    cursor: pointer;
    color: #fff;
    width: 80%
}

.preguntas-respuesta-p {
    color: #fff;
    padding-left: 3.315rem;
    margin-bottom: 1rem;
    display: none
}

.preguntas-punto.active .preguntas-respuesta-p {
    display: block
}

.p-note {
    font-size: 1rem;
    font-weight: 100
}

.contratar {
    padding-top: 8.31rem
}

.contratar-h2 {
    text-align: center;
    margin-bottom: 2.5rem
}

.contratar-puntos {
    height: 18.75rem;
    border-radius: 3.125rem;
    background: var(--x-tertiary-20);
    padding: 1.81rem 2rem;
    display: flex;
    justify-content: space-between
}

.contratar-punto {
    width: 15.6875rem;
    height: 100%;
    padding: 1.25rem
}

.contratar-circle {
    width: 5.5rem;
    height: 5.5rem;
    background: #fff;
    box-shadow: 2px 2px 20px 0 rgba(134,101,230,.2);
    border-radius: 12.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .94rem
}

.contratar-punto h5 {
    margin-bottom: .75rem;
    color: #3f3f3f
}

.contratar-punto p {
    display: none
}

.contratar-punto.active {
    height: 22rem;
    border-radius: 1.875rem;
    background: #fff;
    cursor: pointer;
    filter: drop-shadow(0 0 33px #e8e3ff)
}

.contratar-punto-xl.active {
    height: 24rem
}

.contratar-punto.active h5 {
    color: var(--x-dark)
}

.contratar-punto.active p {
    display: block
}

.clientes-a {
    margin: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #292929;
    font-family: var(--fuente-principal);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    gap: .6rem;
    text-decoration: underline;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem
}

.enlace-container {
    margin-top: 3.9rem
}

.enlace-container-mas {
    margin-top: .9rem;
    margin-bottom: 1.24rem;
    margin: 0
}

.interesado {
    height: 19.0625rem;
    background: #656EE6;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.interesado-h3 {
    text-align: center;
    color: #fff;
}

.interesado-p {
    font-size: 1.1rem;
    font-weight: 350;
    line-height: 1.6;
    color: #fff;
    max-width: 780px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 2rem;
}

.faq h2 {
    padding-left: 1.06rem;
    padding-right: 1.06rem;
}

.div-faq-container {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.faqs {
    background-color: #F5F5F5;
    margin-top: 1.56rem;
    margin-bottom: 1.88rem;
    width: 90%;
    max-width: 1000px;
}

.faqs .container {
    background-color: white;
}

.faqs details {
    display: flex;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #CACDF7;
}

.faqs details summary::-webkit-details-marker {
    display: none;
}

.faqs details summary {
    color: #656EE6;
    font-weight: 600;
    padding: 1.25rem;
    width: 100%;
    cursor: pointer;
    list-style: none;
    font-size: 1.1rem;
}

.faqs details p {
    padding: 1.56rem;
    background-color: #FFF;
    border-left: 1px solid #CACDF7;
    border-right: 1px solid #CACDF7;
    border-top: 1px solid #CACDF7;
    margin-bottom: 0px;
}

@media only screen and (min-width: 1369px) {
    .no-seas-h2 {
        padding-right: 12%
    }

    .no-seas-p {
        padding-right: 19%
    }

    .ahorra-ppr-h2 {
        padding-right: 10%
    }

    .rendimientos-textos {
        padding-left: 8%;
        padding-right: 8%
    }

    .preguntas-imagen picture {
        right: 7rem
    }
}

@media(min-width: 992px) and (max-width:2000px) {
    .no-seas-h2 {
        margin-top: 0
    }

    .imss-afore-img {
        margin-top: -3rem
    }

    .imss-afore-h2 {
        margin-top: 0
    }

    .ahorra-ppr-puntos {
        width: 100%;
        padding: 1.25rem 2rem
    }

    .ahorra-ppr-h2 {
        margin-top: 0
    }

    .card-rendimiento {
        width: 90%
    }

    .rendimientos-textos {
        padding-left: 2%;
        padding-right: 0
    }

    .imss-afore .col-7 {
        padding-left: 1rem
    }

    .cotizar-seguro-img {
        right: -5.5rem;
    }

    .contratar-punto:hover {
        height: 25rem
    }

    .contratar-punto-xl:hover {
        height: 25rem
    }
}

@media only screen and (max-width: 991px) {
    .card-cotizacion input {
        border-radius: 1rem !important;
        height: 3.8rem !important;
        font-size: 0.95rem !important;
        border: none !important;
    }

    .card-cotizacion .input-wrapper,
    .card-cotizacion .form-row {
        margin-bottom: 0.8rem !important;
    }

    .icon-text-row {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0.2rem !important;
        border-radius: 50px;
        width: fit-content !important;
        min-width: 200px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0.5rem 1.5rem 0.5rem 0.5rem !important;
        margin-bottom: 1rem !important;
    }

    .icon-bullet {
        margin-right: 0.3rem !important;
        width: 4rem !important;
        height: 4rem !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        vertical-align: middle;
    }

    .cotizar-seguro-cotizador .row > div:first-child p {
        font-size: 1.4rem !important;
        margin-bottom: -2rem !important;
        font-weight: 350 !important;
        padding-left: 0.5rem;
        text-align: left;
    }

    .text-bullet {
        font-size: 1.5rem !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        display: inline-block;
    }

    .container {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .cotizar-seguro-texto {
        padding: 0 1.5rem;
        justify-content: flex-start;
        height: auto;
        margin-top: 2rem;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        width: 100% !important;
        max-width: none !important;
    }

    .cotizar-seguro-cotizador {
        width: 100%;
        height: 100%;
        padding-top: 2rem
    }

    .card-cotizacion {
        width: 100%;
        max-width: 450px;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 1rem;
    }

    .cotizar-seguro-img {
        width: calc(100% + 1.5rem);
        height: 100%;
        position: relative;
        z-index: 2;
        right: auto;
        bottom: auto;
        margin-left: -.75rem; 
        display: none !important;
    }

    .cotizar-seguro-h2 {
        font-size: 3.2rem !important;
        line-height: 1.1;
        font-weight: 600;
        margin-bottom: 0.5rem;
        text-align: justify;
    }

    .cotizar-seguro-texto p[style*="color: #C4E665"],
    .cotizar-seguro-texto p[style*="color:#C4E665"] {
        padding-left: 1.5rem !important;
        margin-top: -0.25rem !important;
        font-size: 0.95rem !important;
    }

    .icon-text-row:first-of-type {
        margin-top: 2.5rem !important;
    }

    .cotizar-seguro-texto h2:last-of-type {
        margin-bottom: 1.5rem !important;
    }

    .cotizar-seguro-texto br {
        display: none;
    }

    .cotizar-seguro-p {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
        line-height: 1.3;
        font-weight: 400;
    }

    .cotizar-seguro-p span {
        font-weight: 500
    }

    .cotizar-seguro .div-flex-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5.56rem
    }

    .planes-hero {
        width: 100%;
        margin-top: -1rem
    }

    .cotizar-seguro {
        height: 100%;
        width: calc(100% - 2rem);
        margin-top: 4.5rem;
        padding: 2.5rem 1rem 0;
        margin-left: 1rem
    }

    .clientes {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .cliente-container {
        width: 100%
    }

    .cliente-bar {
        width: 3.375rem;
        height: .1875rem
    }

    .cliente-calificacion {
        width: 100%;
        padding: 1.19rem .62rem;
        padding-left: 0
    }

    .cliente-comentario h5 {
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }

    .Google-img {
        width: 5.875rem;
        height: 2rem
    }

    .star-bar img {
        width: 1.125rem;
        height: 1.125rem
    }

    .cliente-calificacion p {
        font-size: .75rem;
        line-height: 1.25rem
    }

    .cliente-comentario {
        padding-right: 0;
        gap: .58rem
    }

    .cliente-comentario h6 {
        font-size: 1rem;
        line-height: normal
    }

    .proceso-pasos {
        width: 100%;
        height: 39.25rem;
        padding: 3.37rem 1rem
    }

    .proceso-pasos-texto {
        width: 100%;
        gap: 1.5rem
    }

    .proceso-pasos-video {
        width: 100%
    }

    .proceso-pasos-h2 {
        font-size: 1.4225rem;
        line-height: 1.75rem
    }

    .pasos-p {
        font-size: 1.47656rem;
        line-height: 1.96875rem;
        margin-bottom: 1.5rem
    }

    .proceso-pasos-btn {
        display: none
    }

    .no-seas {
        padding-top: 4.81rem;
        padding-bottom: 3.75rem
    }

    .no-seas .col-6 {
        width: 100%
    }

    .no-seas-h2 {
        margin-top: 0;
        font-size: 2.12rem !important;
    }

    .no-seas-btn {
        display: none !important;
    }

    .ahorra-ppr-img, .imss-afore-img {
        width: 100%
    }

    .ahorra-ppr-img {
        margin-top: -2rem
    }

    .ahorra-ppr .col-7, .ahorra-ppr .col-5 {
        width: 100%
    }

    .ahorra-ppr-h2 {
        margin-top: 0;
        margin-bottom: 2.06rem;
        padding-right: 14%
    }

    .ahorra-ppr {
        margin-top: 3.75rem
    }

    .ahorra-ppr-puntos {
        width: 90%;
        margin: auto;
        padding: 1.56rem .9rem;
        max-width: 270px
    }

    .ahorra-ppr-puntos .p-lg {
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }

    .circle-hand {
        width: 2.625rem;
        height: 2.625rem;
        top: -1rem
    }

    .circle-hand img {
        width: 70%;
        height: auto
    }

    .rendimientos {
        --bs-gutter-x: 0
    }

    .rendimientos .rowColor {
        border-radius: 1.25rem;
        padding: 1.88rem .94rem
    }

    .rendimientos .rowColor .col-6 {
        width: 100%
    }

    .rendimientos-h2 {
        text-align: left
    }

    .card-rendimiento {
        width: 100%;
        padding: 1.94rem 0 1.37rem .94rem
    }

    .card-rendimiento h5 {
        font-size: 1.21875rem;
        font-weight: 400;
        line-height: 1.96875rem
    }

    .circle-billetes {
        width: 2.5rem;
        height: 2.5rem
    }

    .circle-billetes img {
        width: 70%;
        height: auto
    }

    .circle-bolsa-dinero {
        width: 2.5rem;
        height: 2.5rem
    }

    .circle-bolsa-dinero img {
        width: 55%;
        height: auto
    }

    .rendimientos-textos {
        margin-top: 1.56rem;
        padding: 0
    }

    .p-underline {
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.375rem;
        text-align: center;
        padding: 0 4%
    }

    .rendimientos-p-sm {
        text-align: center;
        margin-bottom: 1.5rem;
        font-size: .75rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1rem;
        width: 100%;
        height: 1rem;
        overflow: hidden
    }

    .rendimientos-a {
        color: var(--x-dark);
        font-family: var(--fuente-principal);
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.375rem;
        text-decoration-line: underline;
        margin: auto;
        width: auto
    }

    .preguntas {
        border-radius: 0
    }

    .preguntas-imagen {
        display: none
    }

    .preguntas-texto {
        position: relative;
        padding-top: 5.25rem;
        padding-left: 0;
        padding-bottom: 7.75rem
    }

    .preguntas-h2 {
        width: 100%
    }

    .preguntas-texto {
        width: 100%
    }

    .preguntas-texto .svg-1 {
        position: absolute;
        bottom: 1.25rem;
        left: 0
    }

    .preguntas-texto .svg-2 {
        position: absolute;
        top: 1.25rem;
        left: auto;
        right: 0
    }

    .preguntas-p {
        font-weight: 700
    }

    .imss-afore {
        border-radius: 0;
        background: linear-gradient(0deg,#583ae4 -2.6%,#745af0 91.9%);
        padding-top: 2.66rem
    }

    .imss-afore .col-6 {
        width: 100%
    }

    .imss-afore-texto {
        padding-left: 0;
        text-align: center
    }

    .imss-afore-p {
        margin-bottom: 1.5rem;
        text-align: left
    }

    .imss-afore-p br {
        display: none
    }

    .imss-afore-h2 {
        width: 100%;
        margin-top: 0;
        text-align: left
    }

    .contratar {
        padding-top: 3.75rem
    }

    .contratar-h2 {
        text-align: left;
        margin-bottom: 1.87rem
    }

    .contratar-puntos {
        height: auto;
        padding: 1.8rem 1.38rem;
        display: flex;
        flex-direction: column
    }

    .contratar-punto {
        width: 100%
    }

    .xq-allianz-points {
        display: flex;
        flex-wrap: wrap;
        padding-top: 0;
    }

    .allianz-point {
        margin-top: 7rem;
    }

    .terms-row {
        width: 90% !important;
        max-width: 300px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0.5rem !important;
        align-items: flex-start !important;
    }

    .terms-row label {
        font-size: 1.15rem !important;
        text-align: left;
        line-height: 1.3;
        font-weight: 500;
    }

    .section-coberturas {
        padding-top: .2rem !important;
        padding-bottom: 3rem !important;
    }

    .coberturas-main-title {
        font-size: 2.4rem !important;
        margin-bottom: 1rem !important;
        line-height: 1.2;
        text-align: left;
        font-weight: 500 !important;
    }

    .nav-custom-tabs {
        flex-direction: column !important;
        border-top: 1px solid #000;
        gap: 0 !important;
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }

    .nav-custom-tabs .nav-item {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 2px solid #000;
    }

    .nav-custom-tabs .nav-link {
        width: 100% !important;
        text-align: left !important;
        padding: 1.2rem 1rem !important;
        font-size: 1.3rem !important;
        font-weight: 700 !important;
        color: #000 !important;
        background: #fff !important;
        border: none !important;
        border-radius: 0 !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .nav-custom-tabs .nav-link strong {
        display: flex;
        gap: 0.4rem;
    }

    .nav-custom-tabs .nav-link br {
        display: none;
    }

    .nav-custom-tabs .nav-link::after {
        content: '+';
        font-size: 2rem;
        font-weight: 300;
        line-height: 1rem;
        margin-left: 1rem;
    }

    .nav-custom-tabs .nav-item:has(> .nav-link.active) {
        border-bottom: none !important;
    }

    .nav-custom-tabs .nav-link.active::after {
        content: '-';
        transform: scaleX(.9);
    }

    .nav-custom-tabs .nav-link.active {
        background-color: #fff !important;
        font-weight: 800;
    }

    .tab-pane {
        display: none !important;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .tab-pane.active {
        display: block !important;
        animation: fadeIn 0.3s ease-in;
    }

    #myTabContent {
        display: contents;
    }

    .card-cobertura {
        margin-top: 0 !important;
        border-bottom: 2px solid #000;
        max-width: 100% !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        border-radius: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        border: none !important;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .cob-title {
        font-size: 2.8rem !important;
        font-weight: 600;
    }

    .cob-monto {
        font-size: 2.2rem !important;
        font-weight: 500;
        text-transform: capitalize !important;
    }

    .precio-label {
        font-size: 1.9rem !important;
        margin-bottom: 2px;
        font-weight: 350 !important;
    }

    .precio-mensual {
        font-size: 1.2rem !important;
        margin-bottom: 2px;
        font-weight: 400 !important;
    }

    .precio-total-meses {
        font-size: 1rem !important;
    }

    #uno .cob-main-img {
        display: none !important;
    }

    .cob-img-dos {
        display: none !important;
    }

    .cob-img-plus {
        display: none !important;
    }

    .cob-img-adulto {
        display: none !important;
    }

    .cob-img-empresa {
        display: none !important;
    }

    .confianza-box {
        padding: 3rem 1.5rem !important;
        background: #00235C;
        width: 100% !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 3rem 1.5rem !important;
    }

    .mutuus-logo-mobile {
        width: 180px !important;
        margin-bottom: 2rem !important;
        display: none !important;
        margin-left: 0 !important;
    }

    .content-left {
        text-align: left !important;
        padding: 0 !important;
        margin-bottom: 3rem;
        margin-bottom: 1rem !important;
    }

    .confianza-title {
        font-size: 2.2rem !important;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .confianza-subtitle {
        font-size: 1.1rem !important;
        margin-bottom: 2rem;
        opacity: 0.9;
    }

    .experience-lines .exp-line {
        font-size: 1.1rem !important;
        margin-bottom: 0.5rem;
    }

    .cnsf-block {
        position: relative !important;
        margin-top: 2rem;
        text-align: left !important;
    }

    .circle-badge,
    .doctors-img {
        display: none !important;
    }

    .graphics-area {
        height: auto !important;
        margin-top: 0 !important;
        display: block !important;
    }

    .section-confianza .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    #uno .banner-hijo {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        bottom: 0px !important;
        right: 0px !important;
    }

    #dos .banner-hijo {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        bottom: 0px !important;
        right: 0px !important;
    }

    #tres .banner-hijo {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        bottom: 0px !important;
        right: 0px !important;
    }

    #adulto .banner-hijo {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        bottom: 0px !important;
        right: 0px !important;
    }

    #empresa .banner-hijo {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        bottom: 0px !important;
        right: 0px !important;
    }

    .banner-hijo p,
    .banner-hijo p strong {
        font-size: 1.1rem !important;
        line-height: 1.4 !important;
        margin-bottom: 0 !important;
    }

    .btn-mobile-overlap {
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        max-width: 280px;
        margin-top: 0 !important;
        z-index: 10;
        box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
    }

    .tab-content {
        width: 100% !important;
    }

    #coberturas .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .btn-contrata-lime {
        align-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 90% !important;
        max-width: 380px !important;
        font-size: 1.3rem !important;
        padding: 1rem 1rem !important;
        font-weight: 700 !important;
    }

    .cob-small {
        font-size: 1.2rem !important;
        opacity: 1 !important;
    }

    .cob-subtitle {
        font-size: 1.4rem !important;
        opacity: 1 !important;
    }

    #adulto .info-col p.fw-bold {
        font-size: 1.7rem !important;
    }

    #empresa .info-col p.fw-bold {
        font-size: 1.7rem !important;
    }

    #adulto .cob-title {
        margin-bottom: 2rem !important;
    }

    #empresa .cob-title {
        margin-bottom: 2rem !important;
    }

    .comparativa-titulo {
        font-size: 2.2rem !important;
        line-height: 1.2;
    }

    .comparativa-titulo {
        margin-bottom: 0.5rem !important;
    }

    .section-comparativa .mb-4 {
        margin-bottom: 0.5rem !important;
    }

    .section-comparativa .btn-cotizar-lime {
        width: auto !important;
        min-width: 220px;
        max-width: 80%;
        margin-top: 1rem;
    }

    #informacion-seguro .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    #informacion-seguro .card-cobertura {
        border-radius: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    #informacion-seguro .card-cobertura .info-col,
    .card-info-azul .info-col,
    .card-info-morado .info-col {
        padding-top: 2rem !important;
    }

    .interesado-h3 {
        font-size: 2.5rem !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        line-height: 1.2 !important;
    }

    .interesado-p {
        width: 80% !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .interesado {
        height: auto !important;
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .interesado .btn-primary {
        width: 70% !important;
        min-width: 200px;
        font-size: 1.5rem !important;
        padding: 15px 0 !important;
        border-radius: 50px;
        margin-top: 1rem;
    }

    .faqs {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .div-faq-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .stats-col {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 1rem !important;
    }

    .stat-card {
        width: 85% !important;
        right: auto !important;
        left: auto !important;
        margin-bottom: 2rem !important;
        position: relative !important;
    }

    .stats-stack .stat-card:nth-child(odd) {
        margin-right: auto !important;
        margin-left: 0 !important;
    }

    .stats-stack .stat-card:nth-child(even) {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .icon-bubble {
        right: 10px !important;
        top: -20px !important;
    }

    .confianza-box {
        background: #092463 !important;
        padding: 3rem 2rem !important;
        text-align: left !important;
    }

    .confianza-title {
        font-size: 2.8rem !important;
        font-weight: 700;
        margin-bottom: 2rem !important;
        color: white !important;
        line-height: 1.1;
    }

    .exp-title-mobile {
        font-size: 2.2rem;
        font-weight: 700;
        color: white;
        margin-bottom: 0;
        line-height: 1.2;
    }

    .exp-desc-mobile {
        font-size: 1.1rem;
        color: white;
        opacity: 0.9;
        margin-bottom: 0;
        font-weight: 400;
    }

    .cnsf-block {
        position: static !important;
        margin-top: 3rem !important;
        display: flex !important;
        align-items: center !important;
        gap: 15px;
        text-align: left !important;
    }

    .cnsf-logo {
        width: 45px !important;
        margin-bottom: 0 !important;
    }

    .cnsf-text {
        font-size: 0.85rem !important;
        line-height: 1.3 !important;
        text-align: left !important;
        color: white !important;
    }

    .circle-badge, .doctors-img {
        display: none !important;
    }

    .mutuus-logo-corner {
        display: none !important;
    }
}

@media(min-width: 1200px) and (max-width:1400px) {
    .xq-allianz-points {
    }

    .allianz-point {
        width: 22%;
    }
}

@media(min-width: 991px) and (max-width:1200px) {
    .xq-allianz-points {
        display: flex;
        flex-wrap: wrap;
        padding-top: 0;
    }

    .allianz-point {
        margin-top: 7rem;
    }
}

@media(min-width: 768px) and (max-width:992px) {
    .cliente-calificacion {
        width: 50%
    }

    .container-1 {
        border-radius: 0 0 30rem 28rem
    }

    .container-2 {
        margin-top: -29rem;
        padding: 32rem 1rem 3.12rem
    }

    .card-rendimiento {
        width: 27rem;
        padding: 1.94rem .94rem 1.37rem .94rem
    }

    .card-rendimiento h5 {
        font-size: 1.5625rem;
        font-weight: 500;
        line-height: normal
    }

    .proceso-pasos-h2 {
        font-size: 2.6rem;
        line-height: 3.2rem
    }

    .pasos-p {
        font-size: 2.25rem;
        line-height: 2.125rem
    }

    .pasos-bar {
        justify-content: space-around
    }

    .paso-bar {
        width: 32%
    }

    .cliente-comentario h5 {
        font-weight: 500;
        font-size: 1.5625rem;
        line-height: normal
    }

    .cliente-comentario h6 {
        font-size: 1.25rem;
        line-height: normal
    }

    .cliente-calificacion p {
        font-size: 1rem;
        line-height: 1.375rem
    }

    .cliente-container {
        width: 32rem
    }

    .cliente-comentario {
        gap: 2rem
    }

    .cliente-bar {
        width: 4.37188rem;
        height: .3125rem
    }

    .cotizar-seguro-h2 {
        font-size: 2.6rem;
        line-height: 3.2rem;
        margin-top: 3.56rem
    }

    .cotizar-seguro-p {
        font-size: 1.47656rem;
        line-height: 1.96875rem
    }

    .cotizar-seguro-texto {
        width: 50%;
    }

    .cotizar-seguro-cotizador {
        width: 50%;
        padding-top: 1rem;
    }
}

@media only screen and (max-width: 769px) {
    .xq-allianz-h2 {
        text-align: left;
        color: var(--x-dark);
    }

    .xq-allianz-p {
        color: var(--x-dark);
        text-align: left;
    }

    .allianz-point h1 {
        font-size: 3.5rem;
    }

    .allianz-point h5 {
        font-size: 1rem;
        font-weight: 400;
    }

    .allianz-point img {
        width: 7rem;
        height: 7rem;
        top: -4rem;
    }

    .allianz-point {
        width: 44%;
        height: 10.75rem;
        margin-top: 6rem;
    }
}

@media(min-width: 451px) and (max-width:769px) {
    .container {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem;
    }

    .cotizar-seguro {
        width: calc(100% - 4rem);
        margin-left: 2rem;
        padding: 2.5rem 2rem 0;
    }

    .rendimientos {
        --bs-gutter-x: 0;
    }

    .rendimientos .rowColor {
        padding: 1.88rem 2rem;
    }
}

@media(min-width: 359px) and (max-width:450px) {
    .container {
        --bs-gutter-x: 1.2rem;
        --bs-gutter-y: 1.2rem;
    }

    .cotizar-seguro {
        width: calc(100% - 2.4rem);
        margin-left: 1.2rem;
    }

    .cotizar-seguro {
        padding: 2.5rem 1.2rem 0;
    }

    .rendimientos {
        --bs-gutter-x: 0;
    }

    .rendimientos .rowColor {
        padding: 1.88rem 1.2rem;
    }

    .p-underline {
        padding: 0 11%;
    }
}

@media only screen and (min-width: 600px) and (max-width:1023px) {
    .cotizar-seguro {
        width: 100%;
        margin-left: auto;
    }

    .planes-hero {
        width: 50%;
        margin-top: -1rem;
    }
}

/* --- ESTILOS SECCIÓN COMPARATIVA --- */
.section-comparativa {
    background-color: #F0F0FA;
    padding: 60px 0;
    font-family: 'Rubik', sans-serif;
}

.comparativa-titulo {
    font-size: 2.9rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    line-height: 1.1;
}

.comparativa-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: transparent;
}

.comp-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background-color: #0D3B86;
    color: white;
    padding: 15px 20px;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 0px;
}

.comp-col-title {
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.comp-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background-color: white;
    padding: 15px 20px;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border-radius: 20px;
    margin-bottom: 0px;
    margin-top: 0;
    border-bottom: none;
}

.comp-row:nth-child(odd) {
    background-color: #EBF5FF;
}

.comp-row.last-row {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.comp-concept {
    color: #333;
    font-weight: 400;
    font-size: 1.3rem;
}

.small-note {
    font-size: 0.8rem;
    color: #666;
    display: block;
}

.comp-data {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.check svg {
    width: 28px;
    height: 28px;
    color: #22C55E;
}

.cross svg {
    width: 28px;
    height: 28px;
    color: #EF4444;
    fill: none;
}

.text-price {
    font-weight: 700;
    color: #333;
    font-size: 1.1rem;
}

.text-desc {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.2;
}

.tyc-text {
    font-size: 0.85rem;
    color: #333;
}

.btn-cotizar-lime {
    background-color: #C4E665;
    color: #000;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 25px;
    border: none;
    font-size: 1rem;
    box-shadow: 0 4px 10px rgba(196, 230, 101, 0.4);
    transition: transform 0.2s;
}

.btn-cotizar-lime:hover {
    transform: translateY(-2px);
    background-color: #b5d655;
}

.btn-agendar-outline {
    background-color: white;
    color: #707AFF;
    border: 2px solid #707AFF;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-block;
}

.btn-agendar-outline:hover {
    background-color: #707AFF;
    color: white;
}

@media (max-width: 768px) {
    .comparativa-titulo {
        font-size: 1.5rem;
    }

    .comp-header, .comp-row {
        grid-template-columns: 1.5fr 1fr 1fr;
        padding: 10px;
        font-size: 0.9rem;
    }

    .comp-col-title {
        font-size: 0.9rem;
        line-height: 1.1;
    }

    .text-desc {
        font-size: 0.75rem;
    }

    .comparativa-wrapper {
        min-width: 100%;
        overflow-x: auto;
    }
}

.comp-row:nth-child(even) {
    background-color: #FFFFFF;
}

/* --- FIN ESTILOS SECCIÓN COMPARATIVA --- */

/* --- SECCIÓN COBERTURAS --- */
.section-coberturas {
    padding: 60px 0;
    font-family: 'Rubik', sans-serif;
    background-color: #fff;
}

.coberturas-main-title {
    font-size: 2.8rem;
    font-weight: 800; 
    color: #000;
    margin-bottom: 1rem;
}

.nav-custom-tabs {
    width: 100%;
    display: flex; 
    border-bottom: none;
    margin-bottom: 0; 
    gap: 0;
}

.nav-custom-tabs .nav-item {
    flex: 1;
    text-align: center;
    display: flex;
}

.nav-custom-tabs .nav-link {
    width: 100%;
    height: 100%;
    border: none;
    color: #333;
    background: transparent;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 15px 5px;
    position: relative;
    transition: all 0.3s;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
}

.nav-custom-tabs .nav-link:hover {
    color: #000;
    background-color: transparent;
    font-weight: 800;
}

.nav-custom-tabs .nav-link.active {
    color: #000;
    background: transparent;
    font-weight: 800;
}

.nav-custom-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
}

.card-cobertura {
    background: linear-gradient(180deg, #7B83FF 0%, #5C68F2 100%);
    border-radius: 20px;
    padding: 2.5rem 2.5rem 0 2.5rem;
    position: relative;
    overflow: hidden;
    margin-top: 2px;
    box-shadow: 0 15px 30px rgba(92, 104, 242, 0.25);
    color: white !important;
    min-height: 35rem;
}

.card-cobertura h2,
.card-cobertura h3,
.card-cobertura p,
.card-cobertura li {
    color: white !important;
}

.info-col {
    padding-bottom: 30px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cob-title {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.cob-monto {
    font-size: 2.5rem;
    font-weight: 800; 
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cob-subtitle {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.cob-small {
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 0.9;
    display: block;
}

.cob-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.cob-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 500;
}

.cob-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

.cob-precios {
    margin-top: 1.5rem;
}

.precio-label {
    font-size: 1.9rem;
    margin-bottom: 2px;
    font-weight: 600;
}

.precio-grande {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2px;
    color: #C4E665 !important;
}

.precio-mensual {
    font-size: 1rem;
    margin-bottom: 2px;
}

.precio-total-meses {
    font-size: 0.85rem;
}

.btn-contrata-lime {
    background-color: #C4E665;
    color: #000 !important;
    font-weight: 600;
    padding: 16px 35px;
    border-radius: 16px;
    border: none;
    font-size: 1rem;
    box-shadow: 0 10px 25px rgba(196, 230, 101, 0.3);
    transition: all 0.3s ease;
    margin-top: 20px;
    align-self: flex-start;
}

.btn-contrata-lime:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(196, 230, 101, 0.4);
    background-color: #d0f070;
}

.image-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-bottom: -50px;
    overflow: hidden;
}

.cob-main-img {
    position: absolute;
    top: 1rem !important;
    z-index: 1;
    height: 100%;
    width: 80%;
    max-height: 95%;
    max-width: 90%;
    bottom: auto !important;
    right: 65px;
    align-self: flex-end;
}

.banner-hijo {
    padding: 15px 20px;
    width: auto;
    min-width: 320px;
    max-width: 480px;
    bottom: 50px !important;
    right: 25px !important;
    background: linear-gradient(90deg, rgba(63, 81, 181, 0.4) 0%, rgba(124, 77, 255, 0.4) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
    border-top: 3px solid #A78BFA;
    box-shadow: 0 -10px 30px rgba(167, 139, 250, 0.3), inset 0 0 20px rgba(255,255,255,0.1);
}

.banner-hijo p {
    font-size: 1.2rem;
    margin: 0;
    color: white;
    font-weight: 400;
    line-height: 1.3;
}

.cob-disclaimer {
    font-size: 0.9rem;
    color: #666 !important;
    max-width: 1000px;
    margin: 60px auto 0;
    line-height: 1.5;
    font-weight: 400;
}

@media (min-width: 992px) {
    .info-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 50px;
    }

    .banner-hijo {
        position: absolute !important;
        z-index: 10;
        bottom: 40px;
        right: 85px !important;
        width: auto;
        min-width: 350px;
        max-width: 450px;
        margin-bottom: 0;
    }

    .no-seas .col-lg-6.order-lg-1 {
        padding-left: 3rem;
    }
}

@media only screen and (max-width: 991px) {
    .cotizar-seguro {
        margin-top: 10px !important;
        padding-top: 120px !important;
        width: 100% !important;
        margin-left: 0 !important;
        border-bottom-right-radius: 80px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 4rem;
        position: relative;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(63, 81, 181, 0.85) 0%, rgba(101, 114, 232, 0.85) 100%), url('/Content/img/header1.png') !important;
        background-size: cover !important;
        background-position: center top, center 7.5rem !important;
        background-repeat: no-repeat !important;
    }

    .cotizar-seguro-img.d-none {
        display: none !important;
    }

    .benefits-plus-container {
        margin-bottom: 30px;
    }

    .info-col {
        padding-right: 0;
        text-align: center;
    }

    .cob-list {
        display: inline-block;
        text-align: left;
        margin-top: 20px;
    }

    .image-col {
        margin-top: 50px;
        margin-bottom: 0;
        justify-content: center;
    }

    .banner-hijo {
        width: 100%;
        margin-bottom: 0;
        padding: 20px;
    }

    .confianza-title {
        font-size: 2rem;
    }

    .graphics-area {
        height: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: static;
    }

    .circle-badge {
        position: relative;
        left: auto;
        bottom: auto;
        margin-bottom: -40px;
    }

    .doctors-img {
        position: relative;
        left: auto;
        bottom: auto;
        height: 350px;
        margin-bottom: 20px;
    }

    .cnsf-block {
        position: relative;
        text-align: center;
        margin-top: 20px;
    }

    .stat-card {
        margin-bottom: 10px;
    }

    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5) !important;
    }

    .navbar-toggler-icon {
        filter: invert(1) grayscale(100%) brightness(200%);
    }

    .cotizar-seguro-h2 {
        font-size: 2.0rem !important;
        line-height: 1.2;
        margin-bottom: 5px;
        text-align: justify;
    }

    .cotizar-seguro-texto {
        padding: 0 1.5rem;
        align-items: flex-start;
        height: auto;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .btn-cotizar-lime {
        width: 100%;
        border-radius: 50px;
        font-weight: 700;
        color: #092463 !important;
    }

    .btn-agendar-azul {
        background-color: transparent !important;
        border: 2px solid #fff !important;
        color: #fff !important;
        width: 100%;
        border-radius: 50px;
        font-weight: 600;
        padding: 15px;
        text-align: center;
        display: block;
        text-decoration: none;
    }

    .icon-text-row {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-bottom: 1.5rem !important;
    }

    .text-bullet {
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: left;
    }

    .card-cotizacion .split-row {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .card-cotizacion .input-wrapper {
        width: 100% !important;
        margin-bottom: 1.25rem;
    }

    .split-row .input-wrapper:last-child {
        margin-bottom: 0;
    }

    .chk-custom {
        width: 24px !important;
        height: 24px !important;
        margin-top: 3px !important;
        flex-shrink: 0;
    }

    #btnCotizarAhorro {
        font-size: 1.4rem !important;
        width: auto !important;
        min-width: 275px;
        padding-left: 2rem;
        padding-right: 2rem;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .card-cotizacion .form-row {
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

/* --- ESTILOS ESPECÍFICOS COBERTURA DOS --- */
.card-dos {
    background: linear-gradient(180deg, #052c65 0%, #081b3e 100%) !important;
    color: white !important;
}

.plus-sign {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    line-height: 1;
    margin-bottom: 5px;
}

.cob-img-dos {
    align-self: flex-end;
    max-height: 880px;
    width: auto;
    max-width: 100%;
    margin-bottom: -1px;
    z-index: 1;
    transform: scale(1.1);
    transform-origin: bottom center;
}

.card-dos .banner-hijo {
    border-top: 2px solid #7B83FF;
    right: 100px;
}

@media (min-width: 992px) {
    .card-dos .image-col {
        justify-content: flex-end;
        align-items: flex-end;
        padding-right: 0;
    }
}

.small-heading {
    opacity: 0.9;
    font-size: 0.9rem;
}

.plus-sign-small {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    line-height: 1;
    margin-bottom: 10px;
}

.cob-plus-amount {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2px;
    line-height: 1.1;
    color: white !important;
}

.cob-plus-desc {
    font-size: 0.95rem;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 0;
    line-height: 1.3;
    color: white !important;
}

.cob-img-plus {
    width: auto;
    max-width: 100%;
    z-index: 1;
    margin-bottom: -1px;
    max-height: 900px;
    transform: scale(1.35);
    transform-origin: bottom center;
    right: 40px !important;
}

/* --- ESTILOS SEGURO ADULTO INTELIGENTE --- */
.card-adulto {
    background-color: #00235C !important;
    background-image: linear-gradient(135deg, #003380 0%, #001A4D 100%) !important;
    color: white !important;
}

.cob-img-adulto {
    align-self: flex-end;
    width: auto;
    max-width: 100%;
    z-index: 1;
    margin-bottom: -1px;
    max-height: 850px;
    transform: scale(1.05);
    transform-origin: bottom right;
}

@media (min-width: 992px) {
    .card-adulto .image-col {
        justify-content: flex-end;
        align-items: flex-end;
        padding-right: 0;
    }
}

/* --- ESTILOS EMPRESA INTELIGENTE --- */
.cob-img-empresa {
    width: auto;
    max-width: 100%;
    z-index: 1;
    margin-bottom: -1px;
    max-height: 850px; 
    transform: scale(1.13);
    transform-origin: bottom center;
}

@media (min-width: 992px) {
    #adulto .btn-contrata-lime {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
        margin-top: 0;
        z-index: 10;
        align-self: auto !important;
    }
}

/* --- SECCIÓN CONFIANZA --- */
.section-confianza {
    padding: 60px 0;
    font-family: 'Rubik', sans-serif;
    background-color: #fff;
}

.confianza-box {
    background-color: #092463;
    background: radial-gradient(circle at 10% 20%, #0D3B86 0%, #051A44 90%);
    border-radius: 40px;
    padding: 50px 60px;
    position: relative;
    color: white;
    overflow: hidden;
}

.mutuus-logo-corner {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 180px;
    height: auto;
    z-index: 2;
    right: 120px;
}

.content-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.confianza-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: white !important;
}

.confianza-subtitle {
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: 30px;
    color: white !important;
}

.text-green {
    color: #10D13B;
    font-weight: 700;
}

.experience-lines .exp-line {
    font-size: 1.4rem;
    font-weight: 380;
    margin-bottom: 8px;
    color: white !important;
}

.graphics-area {
    position: relative;
    height: 400px;
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
}

.circle-badge {
    position: absolute;
    left: 25%;
    bottom: 150px;
    width: 230px;
    height: 230px;
    background-color: white;
    border-radius: 50% 50% 0% 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    padding: 20px;
}

.circle-badge img {
    margin-top: -40px;
    margin-bottom: 10px;
    margin-left: -30px;
    width: 140px;
}

.circle-badge p {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    line-height: 1.2;
    margin-bottom: 0;
}

.doctors-img {
    position: absolute;
    left: 25%;
    transform: translateX(37%);
    bottom: -50px;
    height: 520px;
    width: auto;
    z-index: 3;
}

.cnsf-block {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.cnsf-logo {
    width: 40px;
    height: auto;
    margin-bottom: 10px;
    opacity: 0.9;
}

.cnsf-text {
    font-size: 0.95rem;
    line-height: 1.3;
    opacity: 0.8;
    color: white !important;
}

.stats-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    padding-top: 60px;
}

.stats-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stat-card {
    background-color: white;
    border-radius: 15px;
    padding: 20px 25px;
    position: relative;
    color: #333;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 90%;
    right: -60px;
}

.stat-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.stat-card p {
    font-size: 1.25rem;
    color: #666;
    margin: 0;
    font-weight: 450;
}

.icon-bubble {
    position: absolute;
    top: -15px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #10D13B 0%, #00C853 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(16, 209, 59, 0.4);
    z-index: 5;
}

.icon-bubble i {
    color: #0A0A0A;
    font-size: 1.3rem;
    font-weight: 600;
}

.form-row {
    width: 100%;
    margin-bottom: 1.25rem;
    position: relative;
}

.split-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.input-wrapper {
    position: relative;
    width: 50%;
}


.input-mutuus {
    width: 100%;
    height: 4.0rem;
    padding: 0 1.25rem;
    border-radius: 10px;
    border: none;
    background: #FFFFFF;
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.input-mutuus::placeholder {
    color: #A0A0A0;
    font-weight: 400;
}

.input-mutuus:focus {
    box-shadow: 0 0 0 3px rgba(196, 230, 101, 0.5);
}

.terms-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0.5rem;
}

.terms-row label {
    color: white;
    font-size: 0.8rem;
    line-height: 1.2;
    cursor: pointer;
}

.chk-custom {
    width: 20px;
    height: 20px;
    accent-color: #C4E665;
    margin-top: 2px;
}

.btn-full {
    width: 100%;
    height: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 2rem;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform 0.2s ease;
}

.btn-cotizar-lime {
    background-color: #C4E665;
    color: #092463;
    box-shadow: 0 4px 15px rgba(196, 230, 101, 0.4);
}

.btn-agendar-azul {
    background-color: #1E3575;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.btn-full:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

.title_error {
    color: #FF6B6B;
    font-size: 0.75rem;
    margin-top: 4px;
    position: absolute;
    bottom: -20px;
    left: 5px;
}

.icon-text-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.icon-bullet {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

.text-bullet {
    color: #FFFFFF; 
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.1;
}

.text-highlight {
    color: #10D13B;
    font-weight: inherit;
}

.no-seas-h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.no-seas-p.p-intro {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.no-seas-p.p-regular {
    font-size: 1.25rem;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
}

.p-regular strong {
    font-weight: 700;
    color: #000;
}

.no-seas-img {
    width: 95%;
    height: auto;
    display: block;
    object-fit: cover;
}

.no-seas .row {
    text-align: left;
    justify-content: flex-start;
}

.no-seas-h2, .no-seas-p {
    text-align: left;
}

#tres .precio-total-meses {
    font-size: 1.7rem !important;
    font-weight: 400;
    margin-top: 5px;
}

#tres .precio-mensual {
    font-size: 1.7rem !important;
    font-weight: 400;
    margin-top: 5px;
}

#tres .precio-label {
    font-size: 1.7rem !important;
    font-weight: 300;
    margin-top: 5px;
}

#tres .cob-plus-desc {
    font-size: 1.175rem !important;
    font-weight: 700;
    margin-top: 5px;
}

#tres .cob-subtitle {
    font-size: 1.4rem !important;
    font-weight: 600;
    margin-top: 5px;
}

#tres .cob-small {
    font-size: 1.2rem !important;
    font-weight: 550;
    margin-top: 5px;
}

#tres .cob-monto {
    font-size: 2.5rem;
    font-weight: 650;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#tres .info-col > .small-heading {
    font-size: 1.1rem;
    font-weight: 400;
    opacity: 1;
}

#tres .banner-hijo {
    max-width: 550px !important;
    width: auto;
    right: 40px;
}

#tres .banner-hijo p,
#tres .banner-hijo p strong {
    font-weight: 400 !important;
    font-size: 1.3rem;
}

#adulto .btn-contrata-lime {
    align-self: center !important;
}

#empresa .cob-monto {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: none;
}

#empresa .cob-subtitle {
    font-size: 1.2rem !important;
    font-weight: 600;
    margin-top: 5px;
}

@media (min-width: 992px) {
    #empresa .btn-contrata-lime {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 25px;
        margin: 0;
        z-index: 10;
        width: auto;
        align-self: auto;
    }
}

.card-info-azul {
    background: #0D3B86 !important;
    border-radius: 20px;
    min-height: 490px;
}

.card-info-azul .info-col {
    justify-content: center !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    height: 100%;
}

.card-info-azul .cob-list {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
}

#informacion-seguro .card-cobertura .info-col {
    justify-content: center !important;
    padding-top: 60px;
    padding-bottom: 60px;
}

#informacion-seguro .card-dos {
    min-height: auto;
}

.card-info-morado {
    background: #6572E8 !important;
    border-radius: 20px;
    color: white;
    min-height: 490px;
}

.card-info-morado .cob-list li::before {
    background-color: #fff;
}

.card-info-morado .cob-list {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
}

.mutuus-logo-corner {
    width: 250px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.interesado .btn-primary {
    box-shadow: none !important;
    border-bottom: none !important;
    border: none !important;
    outline: none !important;
    font-weight: 500 !important;
}

.interesado .btn-primary:focus,
.interesado .btn-primary:active {
    box-shadow: none !important;
}

.btn-outline-white-custom {
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
    min-width: 250px;
    padding: 12px 20px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.btn-outline-white-custom:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

#cotizar-seguro {
    scroll-margin-top: 100px;
}