﻿html {
    scroll-behavior: smooth;
}

.body--btn {
    padding: 20px 0;
    flex: 1 1 100%;
}

.body--link,
.body--link:link,
.body--link:visited,
.body--link:hover {
    background: #ED8B00;
    border-radius: 30px;
    color: #fff;
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    padding: 22px 40px;
    border: none;
    text-decoration: none;
    z-index: 1111111111111111;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 70%;
}

.ab01Salud .stickyBtn.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11111;
    background: #008BAD;
    margin: 0;
    text-align: center;
    display: block;
    padding: 15px;
    padding-bottom: 5px;
}

.ab01Salud .stickyBtn.sticky .body--btn {
    padding: 0;
}

.sticky__body p {
    display: flex;
    justify-content: center;
    margin: 0;
}

.croStickyContentLanding {
    position: fixed;
    right: 38px;
    bottom: 100px;
    text-align: center;
    width: 356px;
    height: auto;
    background: #008BAD;
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    color: #fff;
    padding: 32px 24px;
    height: auto;
}

.croStickyContentLanding .close {
    cursor: pointer;
}

.croStickyContentLanding .sticky__body--title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    width: auto;
    margin-bottom: 16px;
}

.croStickyContentLanding p.sticky__body--paragraph {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 22px;
    margin-top: 16px;
}

a.sticky__body--paragraph--phone {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    color: #FFF;
    margin-left: 8px;
}

.croStickyContentLanding p.sticky__body--paragraph.mobile {
    display: none;
}

.croStickyContentLanding .sticky__header {
    position: absolute;
    top: 5%;
    right: 10%;
    font-size: 20px;
}

.close {
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 40px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #fff;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.card-right.col-md-6.hidden-sm.hidden-xs {
    display: block;
}

/* .ms-rtestate-field {
    display: none;
} */

.mostrarArriba {
    animation: mostrarArriba 1.5s;
    transition: all 1.5s;
    display: block;
    z-index: 999;
}

.croStickyContentLanding.mostrarArriba {
    display: none;
    flex-direction: column;
}

.stikcyMobileHidden .croStickyContentLanding.mostrarArriba {
    display: flex;
}

@keyframes mostrarArriba {
    0% {
        transform: translateY(230px);
    }

    100% {
        transform: translateY(0);
    }
}

.sticky__body--button {
    display: flex;
    gap: 8px;
    justify-content: center;
}

a.body--link.btnLink.body--btn.ctaBPD-cuenta {
    max-width: max-content;
}

.sticky__body--button {
    display: flex;
    gap: 8px;
    justify-content: center;
}

a.btn-mobile-blue {
    display: none;
}

a.btn-sticky-orange {
    background: #ed8b00;
    color: #fff;
    border-radius: 30px;
    padding: 22px 40px;
    display: inline-block !important;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width:768px) {
    a.btn-mobile-blue {
        display: flex;
        background: #00a5c2;
        color: #fff;
        border-radius: 30px;
        padding: 22px 45px;
        display: inline-block !important;
        font-size: 20px;
        font-weight: 500;
    }

    .body--link,
    .body--link:link,
    .body--link:visited,
    .body--link:hover {
        display: block;
    }

    .body--btn {
        padding: 40px 0;
        flex: 1 1 100%;
    }

    .body--btn.lessPadding {
        padding: 20px 0 0;
        flex: 1 1 100%;
    }

    .mostrarArriba {
        animation: mostrarArriba 1s;
        transition: all 1s;
        display: block;
    }

    p.sticky__body--paragraph--contentPhone {
        display: none;
    }

    .croStickyContentLanding p.sticky__body--paragraph.mobile {
        display: flex;
        margin-bottom: 8px;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin-top: 0;
    }

    @keyframes mostrarArriba {
        0% {
            transform: translateY(65px);
        }

        100% {
            transform: translateY(0);
        }
    }

    .stikcyMobileHidden .croStickyContentLanding.mostrarArriba {
        display: flex;
    }

    .croStickyContentLanding {
        right: 0;
        bottom: 0;
        height: auto;
        padding: 8px 24px;
        border-radius: 0;
    }

    a.body--link.btnLink.body--btn.ctaBPD-cuenta {
        padding: 22px 16px;
    }

    .body--link,
    .body--link:link,
    .body--link:visited,
    .body--link:hover {
        max-width: 100%;
    }

    .croStickyContentLanding .sticky__body--title {
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    a.body--link.btnLink.body--btn.ctaBPD-cuenta {
        padding: 22px 16px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .croStickyContentLanding.mostrarArriba {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .croStickyContentLanding .sticky__header {
        display: none;
    }

    a.close {
        display: none;
    }

    .croStickyContentLanding .sticky__body--title {
        display: none;
    }

    .croStickyContentLanding p.sticky__body--paragraph {
        display: none;
    }

    .croStickyContentLanding p.sticky__body--paragraph.mobile {
        display: flex;
        margin-bottom: 8px;
    }

    a.btn-sticky-orange {
        padding: 22px 30px;
        font-size: 16px;
    }

    a.btn-mobile-blue {
        font-size: 16px;
    }
}

@media(max-width: 425px) {
    .croStickyContentLanding p.sticky__body--paragraph {
        display: none;
    }

    .croStickyContentLanding p.sticky__body--paragraph.mobile {
        display: flex;
        margin-bottom: 8px;
    }
}

@media (max-width: 1200px) {
    .abPDP .mainHead--secondNumber .downtext {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .abPDP .container.mainHead--secondBlock {
        display: block;
    }
}

@media (max-width:768px) {
    .abPDP .mainHead--priceBlock {
        display: block;
    }

    .abPDP .mainHead--secondNumber .currency {
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 18px;
        color: #FFFFFF;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #00709E;

    }

    .abPDP .mainHead--firstNumber,
    .mainHead--secondNumber {
        padding-bottom: 35px;
        border-bottom: 2px solid #002169;
    }

    .abPDP .mainHead--firstNumber .quantity,
    .abPDP .mainHead--secondNumber .quantity {
        line-height: 80px;
        order: 2;
    }

    .ab01Salud .mainHead--secondNumber .downtext {
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 18px;
        color: #00709E;
    }

    .ab01Salud .mainHead--cuentaDigital--bton.btnSmallerText {
        font-size: 16px;
        margin: auto;
        display: block;
        text-align: center;
        width: 100%;
    }

    .croStickyContentLanding {
        display: none;
    }

    .croStickyContentLanding.hidden-xs {
        display: none;
    }

    #card-overview-wrapper.croTestWrapper {
        background-color: #fff;
        padding: 0;
    }
}

@media (max-width: 768px) {
    div#contBtn-Chat {
        bottom: 85px !important;
    }
}

@media (max-width: 425px) {
    .abPDP .secondblock {
        display: flex;
        flex-direction: column;
        margin: auto;
        width: 1170px;
        margin: auto;
    }

    .abPDP .secondblock--firstNumber span.number {
        font-size: 80px;
        line-height: normal;
    }
}

html {
    scroll-behavior: smooth;
}

div#contBtn-Chat {
    display: none;
}

.abPLP .btn-orange {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px !important;
    width: auto;
}

.abPLP a.link-text {
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #003B7A;
    display: flex;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
}

.abPLP .block01-header .block-header-left-text01 svg,
.abPLP .block01-header .block-header-left-text02 svg,
.abPLP .block01-header .block-header-left-text03 svg,
.abPLP .block01-header .block-header-left-text04 svg {
    min-width: 32px;
}

@media(max-width: 425px) {
    .abPLP a.btn-orange {
        width: 100%;
        text-align: center;
    }
}

@media(min-width: 768px) {
    .abPLP .block01-header .block-header-container {
        width: 750px;
    }
}

@media(min-width: 992px) {
    .abPLP .block01-header .block-header-container {
        width: 970px;
    }
}

@media(min-width: 1200px) {
    .abPLP .block01-header .block-header-container {
        width: 1170px;
    }
}

.abPLP .block01-header {
    background: #012169;
    padding-top: 83px;
    padding-bottom: 83px;
}

.abPLP .block01-header .block-header-container {
    /* width: 1170px; */
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    gap: 24px;
    align-items: center;
}

.abPLP .block01-header .block-header-container .block-header-right {
    width: 43%;
    height: auto;
}

.abPLP .block-header-right img {
    height: 305px;
}

.abPLP .block01-header .block-header-container .block-header-left {
    width: 70%;
    height: auto;
}

.abPLP .block01-header .block-header-container .block-header-left h1.title {
    /* font-family: Inter; */
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px !important;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 8px;
}

.abPLP .block01-header .block-header-container .block-header-left p.text {
    /* font-family: Roboto; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #FFF;
    margin-bottom: 16px;
}

.abPLP .block01-header .block-header-container .block-header-left-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.abPLP .block01-header .block-header-container .block-header-left .block-header-left-text div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.abPLP .block01-header .block-header-container .block-header-left .block-header-left-text div p {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    margin: 0;
}

.abPLP .block01-header .block-header-container .block-header-left .block-header-left-link {
    margin-top: 54px;
    margin-left: 40px;
}

.abPLP .block01-header .block-header-container .block-header-left-link .link_bpd {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #00C1D5;
    gap: 3px;
}

.abPLP .block01-header .block-header-container .block-header-left-link .link_bpd:before {
    font-size: 16px;
}

.abPLP .block01-header img.code-QR {
    display: flex;
    width: 140px;
    height: 130px;
    padding: 0;
    border-radius: 20px;
}

.abPLP .block01-header .block-code-QR {
    display: flex;
    margin-top: 20px;
    gap: 30px;
}

.abPLP .block01-header .block-app-popular p {
    margin: 0;
    padding-top: 7px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #FFF;
}

.abPLP .block-app-popular {
    margin-top: 30px;
}

.abPLP .block01-header .iphone-QR,
.abPLP .block01-header .google-QR {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    padding: 10px;
    border-radius: 20px;
}

@media(max-width: 600px) {
    .abPLP .block01-header .block-header-container .block-header-left {
        width: auto;
        height: auto;
    }

    .abPLP .block01-header .block-header-container {
        padding-right: 40px;
        padding-left: 40px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .abPLP .block01-header {
        background: #012169;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .abPLP .block-header-right img {
        height: 230px;
    }

    .abPLP .block01-header .block-header-container .block-header-right {
        width: auto;
        height: auto;
    }

}

@media(max-width: 500px) {
    .abPLP .block01-header .block-header-container .block-header-right {
        width: auto;
        height: auto;
    }
}

@media(max-width: 425px) {
    .abPLP .block01-header .block-header-container {
        display: flex;
        align-items: center;
        gap: 24px;
        flex-direction: column-reverse;
    }

    .abPLP .block01-header {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .abPLP .block01-header .block-header-container {
        padding-right: 32px;
        padding-left: 32px;
    }

    .abPLP .block-header-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .abPLP .block-header-right img {
        height: 155px;
    }

    .abPLP .block01-header .block-header-container .block-header-left {
        width: 100%;
        height: auto;
    }

    .abPLP .block01-header .block-header-container .block-header-left .block-header-left-text .block-header-left-text01 p,
    .abPLP .block01-header .block-header-container .block-header-left .block-header-left-text .block-header-left-text02 p,
    .abPLP .block01-header .block-header-container .block-header-left .block-header-left-text .block-header-left-text03 p {
        font-size: 16px;
        font-weight: 400;
    }

    .abPLP .block01-header .block-header-container .block-header-left .block-header-left-text .block-header-left-text01 {
        display: flex;
        align-items: center !important;
    }

    .abPLP .block01-header .block-header-container .block-header-left .block-header-left-text .block-header-left-text02,
    .abPLP .block01-header .block-header-container .block-header-left .block-header-left-text .block-header-left-text03,
    .abPLP .block01-header .block-header-container .block-header-left .block-header-left-text .block-header-left-text04 {
        display: flex;
        align-items: flex-start;
    }

    .abPLP .block01-header .block-code-QR {
        display: flex;
        margin-top: 20px;
        gap: 0;
        justify-content: flex-start;
        gap: 20px;
    }
}

@media(max-width: 375px) {

    .abPLP .block01-header .iphone-QR,
    .abPLP .block01-header .google-QR {
        padding: 5px;
    }

    .abPLP .block01-header .block-code-QR {
        gap: 10px;
    }
}

@media(max-width: 320px) {
    .abPLP .block01-header .block-code-QR {
        display: flex;
        margin-top: 20px;
        justify-content: center;
        gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media(max-width: 700px) {
    .abPDP .block01-header .block-header-container {
        display: flex;
        gap: 24px;
        flex-direction: column;
        padding: 0;
    }

    .abPDP .block01-header .block-header-left {
        width: 100%;
        height: auto;
    }

    .abPDP .block01-header .block-header-left p.text {
        margin-bottom: 24px;
    }

    .abPDP .block01-header .block-container-button-link {
        display: none;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        margin-bottom: 0;
    }

    .abPDP .block01-header .block-container-button-link-mobile {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        margin-bottom: 0;
    }

    .abPDP .block01-header {
        background: #012169;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .abPDP .block01-header .block-header-container {
        padding: 0;
    }

    .abPDP .block01-header .block-header-right {
        width: auto;
    }

    .block01-header img.code-QR {
        display: none;
    }

    .block-app-popular {
        display: none;
    }
}

.block03-salud .block-container-left-right.down .block-container-button-link {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.block03-salud a.link-text.linkGA {
    padding-left: 40px;
    padding-right: 40px;
}

@media(min-width: 768px) {
    .abPLP .block03-salud .block-container {
        width: 750px;
    }
}

@media(min-width: 992px) {
    .abPLP .block03-salud .block-container {
        width: 970px;
    }
}

.block-container-left-right.up {
    display: flex;
}

@media(min-width: 1200px) {
    .abPLP .block03-salud .block-container {
        width: 1170px;
    }
}

.abPLP .block03-salud .block-container {
    /* width: 1170px; */
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.abPLP .block03-salud {
    background: #EAF5FF;
    padding-bottom: 80px;
    padding-top: 80px;
    scroll-margin-top: 30px;
}

.abPLP .block03-salud .block-container .block-container-left-right {
    /* display: flex; */
    gap: 24px;
    row-gap: 40px;
}

.abPLP .block03-salud .block-container h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    text-transform: none;
    color: #000;
    margin-bottom: 40px;
    margin-top: 0;
}

.abPLP .block03-salud .block-container-left-image {}

.abPLP .block03-salud .block-container-title-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #353535;
}

.abPLP .block03-salud .block-container-title-text p.title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    margin-bottom: 8px;
}

.block-container-card {
    flex: 1;
    max-width: 550px;
}

.abPLP .block03-salud .block-container-left-image,
.abPLP .block03-salud .block-container-right-image {
    /* background: antiquewhite; */
}

.abPLP .block03-salud .block-container-button-link {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    flex-direction: column;
}

.block-container-button-link p.block-container-link,
.block-container-button-link p.block-container-link {
    margin: 0;
    display: flex;
    align-items: center;
}

.abPLP .block03-salud .block-container-title-button,
.abPLP .block03-salud .block-container-title-button {
    min-height: 275px;
    background: #FFF;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}

.block03-salud .block-container-left-right.up .back-color {
    width: 270px;
    height: 130px;
    /* background: #CCEFF4; */
    background: #E4E6DB;
    position: absolute;
    margin-top: -20px;
}

.block-container-left-right.down .back-color {
    width: 270px;
    /* background: #CCEFF4; */
    background: #E4E6DB;
    position: absolute;
    height: 130px;
    margin-top: -20px;
}

.block-container-card .block-container-title-button {
    height: auto;
    background: #FFF;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
    border-radius: 12px 12px 0px 0px;
}

.block-container-card.block-container-card-left-two-down .front-image {
    width: auto;
    width: auto;
    background-image: url(https://popularenlinea.com/SiteCollectionImages/personas/seguros/landings/Riesgos-Generales3.jpg);
    background-position: center;
    background-size: cover;
    height: 180px;
    border-radius: 8px;
    margin: 24px;
    z-index: 9;
    position: relative;
}

.block-container-card.block-container-card-right-two-down .front-image {
    width: auto;
    background-image: url(https://popularenlinea.com/SiteCollectionImages/personas/seguros/landings/GoldAssist.jpg);
    background-position: center;
    background-size: cover;
    height: 180px;
    border-radius: 8px;
    margin: 24px;
    z-index: 9;
    position: relative;
}

.abPLP .block03-salud .block-container-card.block-container-card-left-one.up p.title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    margin-bottom: 8px;
}

.abPLP .block03-salud .block-container-card.block-container-card-left-one.up p.text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #353535;
    margin-bottom: auto;
}

.block-container-card.block-container-card-left-one.up .block-container-title-button {
    gap: 90px;
}

.block-container-left-right {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

.block-container-left-right.up {
    display: flex;
}

.block-container-left-right.down {
    display: flex;
}

.block-container-card.block-container-card-right-two-down .block-container-title-button {
    gap: 30px;
    min-width: 275px;
}

.block-container-card.block-container-card-left-two-down .block-container-title-button {
    gap: 58px;
}

@media(max-width: 1440px) {
    .block03-salud .block-container-left-right.up .back-color {
        background: #E4E6DB;
        position: absolute;
        margin-top: -20px;
        width: 270px;
        height: 130px;
    }

    .block-container-left-right.down .back-color {
        width: 270px;
        background: #E4E6DB;
        position: absolute;
        height: 130px;
        margin-top: -20px;
    }
}

@media(max-width: 1024px) {
    .abPLP .block03-salud .block-container-card.block-container-card-right-two-down .block-container-title-button {
        gap: 25px;
    }

    .abPLP .block03-salud .block-container-card.block-container-card-left-one.up .block-container-title-button {
        gap: 62px;
    }

    .abPLP .block03-salud .block-container-left-right {
        display: flex;
        flex-direction: column;
    }

    .abPLP .block03-salud .block-container-left-right.up {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .abPLP .block03-salud .block-container-left-right.down {
        display: flex;
        flex-direction: row;
    }

    .abPLP .block03-salud .block-container-title-button,
    .abPLP .block03-salud .block-container-title-button {
        min-width: 292px;
    }

    .abPLP .block03-salud .block-container-card.block-container-card-left-one.up .block-container-title-button {
        gap: 88px;
    }

    .abPLP .block03-salud .block-container-card.block-container-card-left-two.down .block-container-title-button {
        gap: 47px;
    }

    .abPLP .block03-salud .block-container .block-container-left-right {
        justify-content: center;
    }

    .abPLP .block03-salud .block-container-left-right.down {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .abPLP .block03-salud .block-container-card.block-container-card-right-two-down {
        min-width: 275px;
        max-width: 450px;
    }

    .abPLP .block03-salud .block-container-card block-container-card-left-two-down {
        flex: 1 1 auto;
        min-width: 275px;
        max-width: 450px;
    }

    .abPLP .block03-salud .block-container-left-right.down .block-container-button-link {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }

    .abPLP .btn-orange {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px !important;
        width: auto;
    }

    .block03-salud a.link-text.linkGA {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 16px;
    }

    .block03-salud .block-container-left-right.up .back-color {
        width: 270px;
        height: 130px;
    }

    .abPLP .block03-salud .block-container-card.block-container-card-left-two-down .block-container-title-button {
        width: 100%;
        gap: 82px;
    }
}

@media(max-width: 768px) {
    .block-container-card {
        min-width: 275px;
        max-width: 450px;
    }

    .abPLP .block03-salud .block-container-button-link {
        display: flex;
        justify-content: center;
        gap: 16px;
        align-items: center;
        flex-direction: column;
    }

    .block-container-left-right.up {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .block03-salud .block-container-left-right.up .back-color {
        display: flex;
        width: 340px;
        height: 130px;
    }

    .block03-salud .block-container-left-right.down .back-color {
        display: flex;
        width: 333px;
        height: 130px;
    }

    .block-container-card.block-container-card-right-two-down {
        /* min-width: 275px; */
        max-width: 330px;
    }

    .block03-salud .block-container-left-right.down .block-container-button-link {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .abPLP .block03-salud .block-container-card.block-container-card-left-two-down .block-container-title-button {
        gap: 109px;
    }

    .abPLP .block03-salud .block-container-left-right.down .block-container-button-link {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}

@media(max-width: 600px) {
    .block-container-card.block-container-card-right-two-down {
        max-width: none;
    }

    .block-container-card.block-container-card-right-two-down {
        flex: 1 1 auto;
        width: 100%;
    }

    .block-container-card {
        flex: 1 1 auto;
        max-width: max-content;
    }

    .block03-salud .block-container-left-right.up .back-color {
        display: flex;
        width: 85%;
        height: 130px;
    }

    .block03-salud .block-container-left-right.down .back-color {
        display: flex;
        width: 85%;
        height: 130px;
    }
}

@media(max-width: 500px) {
    .block03-salud .block-container-left-right.up .back-color {
        display: flex;
        width: 93%;
        height: 130px;
    }

    .block03-salud .block-container-card.block-container-left-right.down .back-color {
        display: flex;
        width: 92%;
        height: 130px;
    }

    .block03-salud .block-container-card.block-container-card-right-two-down .back-color {
        display: flex;
        width: 92%;
        height: 130px;
    }

    .block03-salud .block-container-left-right.down .back-color {
        width: 92%;
    }

    .abPLP .block03-salud .block-container-card.block-container-card-left-two-down .block-container-title-button {
        gap: 45px;
    }

    .abPLP .block03-salud .block-container-card.block-container-card-right-two-down .block-container-title-button {
        gap: 45px;
    }
}

@media(max-width: 425px) {
    .abPLP .block03-salud .block-container .block-container-left-right {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }

    .abPLP .block03-salud .block-container h2 {
        font-size: 26px;
        font-weight: 400;
        line-height: 40px !important;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .abPLP .block03-salud {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .abPLP .block03-salud .block-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .abPLP .block03-salud .block-container-title-text p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .abPLP .block03-salud .block-container-title-text p.title {
        margin-bottom: 8px;
    }

    .abPLP .block03-salud .block-container-card .block-container-title-button .block-container-button-link {
        display: flex;
        justify-content: center;
        gap: 16px;
        align-items: center;
        flex-direction: column;
    }

    .abPLP .keyBenefits__content--text {
        font-size: 16px;
    }

    .block-container-card {
        flex: 1 1 auto;
        max-width: max-content;
    }

    .block-container-card.block-container-card-right-two-down .block-container-title-button {
        gap: 24px;
    }

    .block03-salud .back-color {
        width: 92%;
        height: 1.8%;
        margin-top: -20px;
    }

    .block03-salud .block-container-left-right.up .back-color {
        display: flex;
        width: 92%;
        height: 130px;
    }
}

.abPDP.keyBenefits {
    padding: 80px 0 80px;
}

.abPDP .keyBenefits__content--header {
    margin-bottom: 40px;
}

.abPDP .keyBenefits__content--title {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 40px;
}

.abPDP .keyBenefits__content--text {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #353535;
}

.abPDP .keyBenefits__content--subtext {
    font-weight: 700;
    color: #003B7A;
}

.abPDP .keyBenefits__content--boxes {
    display: flex;
}

.abPDP .keyBenefits__contentBox {
    padding: 24px 16px;
    background-color: #EAF5FF;
    border-radius: 12px;
    border: 1px solid #E8E6DF;
    flex: 1 1 33%;
    margin: 0 24px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.abPDP .keyBenefits__contentBox:last-child {
    margin-right: 0;
}

.abPDP .keyBenefits__contentBox--icon {
    width: 88px;
    height: 88px;
    margin-bottom: 16px;
}

.abPDP .keyBenefits__contentBox--title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #353535;
    text-align: center;
    margin-bottom: 16px;
}

.abPDP .keyBenefits__contentBox--body {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #353535;
}

@media (max-width: 768px) {
    .abPDP .keyBenefits__content.container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .abPDP .keyBenefits__content--boxes {
        flex-direction: column;
        justify-content: center;

    }

    .abPDP .keyBenefits__content--boxes,
    .abPDP .keyBenefits__content--header {
        width: 90%;
    }

    .abPDP .keyBenefits__contentBox {
        margin: 0 0 16px 0;
    }
}

@media (max-width: 425px) {
    .abPDP.keyBenefits {
        padding: 40px 0;
    }

    .abPDP .keyBenefits__content--boxes,
    .abPDP .keyBenefits__content--header {
        width: 100%;
    }

    .abPDP .keyBenefits__content--header {
        margin-bottom: 32px;
    }

    .abPDP .keyBenefits__content--title {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 32px;
    }

    .abPDP .keyBenefits__contentBox {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .abPDP .keyBenefits__contentBox--title {
        width: 70%;
    }

    .abPDP .keyBenefits__content--text {
        font-size: 16px;
        margin-bottom: 0;
    }
}

@media(min-width: 768px) {
    .abPLP contactPhone {
        width: 750px;
    }
}

@media(min-width: 992px) {
    .abPLP contactPhone {
        width: 970px;
    }
}

@media(min-width: 1200px) {
    .abPLP contactPhone {
        width: 1170px;
    }
}

.abPLP .contactPhone {
    padding-bottom: 40px;
    padding-top: 40px;
}

.abPLP p.contactPhone__content--title {
    font-size: 35px;
    text-transform: math-auto;
    font-weight: 400;
    line-height: 42px;
    color: #000;
}

.contactPhone__content.container {
    display: flex;
    flex-direction: row;
}

.contactPhone__content--boxes {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 50%;
}

p.contactPhone__content-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    color: #000;
}

span.contactPhone__content--subtext {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #003B7A;
}

.contactPhone__content--button a.btn-blue {
    font-size: 20px;
}

.contactPhone__content--button {
    display: block;
    align-items: center;
    gap: 1px;
}

p.contactPhone__content--numberPhone--text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin: 0;
    color: #000;
}

.contactPhone__content--numberPhone {
    margin-left: 40px;
}

a.contactPhone__content--numberPhone--number {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    color: #00C1D5;
    margin-bottom: 0;
    margin-top: 10px;
    display: block;
}

.btn-mobile.contactPhone__content--numberPhone--number {
    display: none;
}

.abPDP .contactPhone__content--image {
    border: solid 1px;
    width: 50%;
    height: 200px;
    border-radius: 8px;
}

.block03-salud .back-color {
    background: #E4E6DB;
    position: absolute;
    width: 25%;
    height: 2.5%;
    margin-top: -20px;
}

.contactPhone__content--image {
    width: 50%;
}

.contactPhone__content--image .front-image {
    width: 28%;
    height: 200px;
    position: absolute;
    z-index: 2;
    border-radius: 8px;
    margin-top: 24px;
    margin-left: 24px;
    background-image: url(https://popularenlinea.com/_catalogs/images/seguros/prestamos-nomina-01-01-Pago-Flexible.png);
    background-position: top;
    background-size: cover;
}

.contactPhone__content--image .back-color {
    position: absolute;
    width: 270px;
    height: 130px;
    border-radius: 4px;
    background: #EAF5FF;
    z-index: 1;
}

@media(max-width: 1440px) {
    .contactPhone__content--image .front-image {
        width: 38%;
    }
}

@media(max-width: 1024px) {
    a.contactPhone__content--numberPhone--number {
        font-size: 30px;
    }

    .contactPhone__content--button a.btn-blue {
        font-size: 16px;
    }

    .contactPhone__content--image .front-image {
        width: 43%;
    }

    .contactPhone__content--image .back-color {
        width: 270px;
        height: 130px;
    }
}

@media(max-width: 768px) {
    a.btn-mobile.contactPhone__content--numberPhone--number {
        width: 100%;
        text-align: center;
    }

    .contactPhone__content--button {
        display: flex;
        align-items: center;
        gap: 0px;
        flex-direction: column;
    }

    .contactPhone__content--boxes {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: max-content;
    }

    .contactPhone__content--numberPhone {
        margin-left: 0;
    }

    .contactPhone__content.container {
        display: flex;
        flex-direction: column;
        /* gap: 40px; */
    }

    .abPDP .contactPhone__content--image {
        width: auto;
    }

    .abPLP p.contactPhone__content--title {
        font-size: 26px;
        line-height: 40px;
    }

    a.btn-mobile.contactPhone__content--numberPhone--number {
        background: #00a5c2;
        color: #fff;
        border-radius: 30px;
        padding: 22px 40px;
        display: inline-block !important;
        font-size: 20px;
        font-weight: 500;
        margin-top: 10px;
        display: block;
    }

    .abPDP a.contactPhone__content--numberPhone--number {
        display: none;
    }

    a.contactPhone__content--numberPhone--number {
        display: none;
    }

    .contactPhone__content--button a.btn-blue {
        font-size: 20px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .contactPhone__content--image .front-image {
        width: calc(100% - 30px);
        height: 206px;
        margin-left: 0px;
    }

    .contactPhone__content--image .back-color {
        width: 340px;
        height: 130px;
    }

    .contactPhone__content--image {
        width: 50%;
        height: 200px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media(max-width: 700px) {
    .contactPhone__content--image .front-image {
        width: calc(90% - 30px);
        height: 206px;
        margin-left: 0px;
    }

    .abPDP .block01-header .block-header-container {
        display: flex;
        gap: 24px;
        flex-direction: column;
        padding: 40px 32px;
    }

    .abPDP .block01-header .block-header-left {
        width: 100%;
        height: auto;
    }

    .abPDP .block01-header .block-header-right {
        width: auto;
        height: 250px;
    }

    .abPDP .block01-header .block-container-button-link-mobile {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        margin-bottom: 0;
    }

    .contactPhone__content--image {
        /* width: 50%; */
        height: 200px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

}

@media(max-width: 600px) {
    .contactPhone__content--image .front-image {
        width: calc(100% - 30px);
        height: 206px;
        margin-left: 0px;
    }

    .contactPhone__content--image .back-color {
        width: 85%;
        height: 130px;
    }
}

@media(max-width: 500px) {
    .contactPhone__content--image .back-color {
        width: 93%;
        height: 130px;
    }
}

@media(max-width: 425px) {
    .contactPhone__content--image .front-image {
        width: calc(100% - 30px);
        height: 206px;
        margin-left: 0;
    }

    .contactPhone__content--image {
        width: 50%;
        height: 200px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .contactPhone__content--image .back-color {
        width: 92%;
        height: 130px;
    }
}

.abPLP.questions {
    padding: 80px 0 122px;
    background-color: #EAF5FF;
}

.abPLP .questions__content--title {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 40px;
}

.abPLP .questions__content--boxes {
    display: flex;
}

.abPLP .questions__contentBox {
    padding: 40px 24px;
    background-color: #FFF;
    border-radius: 12px;
    flex: 1 1 33%;
    margin: 0 32px 0 0;
    padding: 40px 24px;
}

.abPLP .questions__contentBox:last-child {
    margin-right: 0;
}

.abPLP .questions__contentBox--title {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    color: #00C1D5;
    text-align: center;
    margin: 0;
}

.abPLP .questions__contentBox--subtitle {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #00709E;
    margin: 0;
    margin-bottom: 24px;
}

.abPLP .questions__contentBox--body {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #353535;
}

@media (max-width: 768px) {
    .abPLP .questions__content.container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .abPLP .questions__content--boxes {
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .abPLP .questions__content--boxes,
    .abPLP .questions__content--header {
        width: 90%;
    }

    .abPLP .questions__contentBox {
        margin: 0 0 16px 0;
    }

    .abPLP .questions__content--boxes {
        width: 70%;
    }
}

@media (max-width: 425px) {
    .abPLP.questions {
        padding: 40px 0;
    }

    .abPLP .questions__content--boxes,
    .abPLP .questions__content--title {
        width: 100%;
    }

    .abPLP .questions__content--title {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 32px;
        font-weight: 500;
    }
}

@media(min-width: 768px) {
    .abPLP .blockProducts .block-container {
        width: 750px;
    }
}

@media(min-width: 992px) {
    .abPLP .blockProducts .block-container {
        width: 970px;
    }
}

@media(min-width: 1200px) {
    .abPLP .blockProducts .block-container {
        width: 1170px;
    }
}

.abPLP .blockProducts .back-color {
    background: #EAF5FF;
    position: absolute;
    width: 25%;
    height: 2.5%;
    margin-top: -20px;
}

.abPLP .blockProducts .front-image {
    width: auto;
    background-image: url();
    background-position: center;
    background-size: cover;
    height: 180px;
    border-radius: 8px;
    margin: 24px;
    z-index: 9;
    position: relative;
    border: solid 1px;
}

.abPLP .blockProducts {
    padding: 80px 0 80px;
    background: #E8E6DF;
}

.abPLP .blockProducts--container.container h2 {
    margin-bottom: 40px;
}

.abPLP .blockProducts--container--cards {
    gap: 24px;
    display: flex;
    justify-content: space-between;
}

.abPLP .blockProducts--container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* gap: 24px; */
}

.abPLP .blockProducts--card--content {
    min-height: 275px;
    background: #FFF;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    border-radius: 12px 12px 0px 0px;
}

.abPLP .blockProducts--card--image {
    margin-bottom: 32px;
}

.abPLP .blockProducts--title_text--content p.title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 24px;
}

.abPLP .blockProducts--title_text--content p.text {
    color: #000000;
    font-size: 20px;
    line-height: 28px;
}

.abPLP .blockProducts--button--content a.btn-blue {
    background: #00A5C2;
    color: #fff;
    border-radius: 30px;
    padding: 22px 40px;
    font-size: 20px;
    font-weight: 500;
}

.abPLP .blockProducts--container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* gap: 24px; */
}

.abPLP .block-container.container h2 {
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: none;
    color: #000000;
    font-size: 35px;
    font-weight: 400;
}

.abPLP .blockProducts--container--card {
    width: 50%;
    flex: 1 1 auto;
    max-width: 550px;
}

.abPLP .blockProducts--button--content {
    display: flex;
    justify-content: center;
}

.blockProducts--container--card.block-container-card-right-one-up .blockProducts--card--content {
    gap: 53px;
}

.abPLP .blockProducts .front-image-one {
    width: auto;
    background-image: url(https://popularenlinea.com/_catalogs/images/seguros/Accidentes-1.png);
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
    height: 290px;
    margin: 24px;
    z-index: 9;
    position: relative;
    background-color: #012169;
}

.abPLP .blockProducts .front-image-two {
    width: auto;
    background-image: url(https://popularenlinea.com/_catalogs/images/seguros/Asistencia.png);
    background-position: center;
    background-size: 25%;
    background-repeat: no-repeat;
    height: 290px;
    margin: 24px;
    z-index: 9;
    position: relative;
    background-color: #012169;
}

@media(max-width: 1024px) {
    .abPLP .blockProducts--container--card {
        flex: 1 1 auto;
        max-width: 450px;
    }

    .abPLP .blockProducts--title_text--content p.text {
        color: #000000;
        font-size: 20px;
        line-height: 28px;
        width: 90%;
    }

    .blockProducts--container--card.block-container-card-right-one-up .blockProducts--card--content {
        gap: 108px;
    }
}

@media(max-width: 768px) {
    .abPLP .blockProducts--container--card {
        flex: 1 1 auto;
        max-width: 340px;
    }
}

@media(max-width: 700px) {
    .abPLP .blockProducts--container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 24px;
    }

    .abPLP .blockProducts--container--card {
        flex: 1 1 auto;
        max-width: max-content;
        width: 100%;
    }
}

@media(max-width: 500px) {
    .blockProducts--container--card.block-container-card-right-one-up .blockProducts--card--content {
        gap: 80px;
    }
}

@media(max-width: 425px) {
    .abPLP .blockProducts .back-color {
        background: #EAF5FF;
        position: absolute;
        width: 93%;
        height: 1.3%;
        margin-top: -20px;
    }

    .abPLP .blockProducts--container--card {
        flex: 1 1 auto;
        max-width: max-content;
        width: 100%;
    }

    .abPLP .blockProducts {
        padding: 40px 0 40px;
    }

    .abPLP .block-container.container h2 {
        margin-top: 0;
        margin-bottom: 32px;
        text-transform: none;
        color: #000000;
    }

    .abPLP .blockProducts--title_text--content p.text {
        width: auto;
    }

    .abPLP .blockProducts--container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 24px;
    }

    .abPLP .block-container.container h2 {
        font-weight: 400;
        margin-bottom: 32px;
        font-size: 26px;
    }

    .abPLP .blockProducts--card--image {
        margin-bottom: 16px;
    }

    .abPLP .blockProducts--title_text--content p.title {
        margin-bottom: 16px;
    }

    .abPLP .blockProducts--title_text--content p.text {
        margin-bottom: 0;
    }

    .abPLP .blockProducts .front-image-two {
        width: auto;
        background-position: center;
        background-size: 18%;
        background-repeat: no-repeat;
        height: 140px;
    }

    .abPLP .blockProducts .front-image-one {
        width: auto;
        background-position: center;
        background-size: 25%;
        background-repeat: no-repeat;
        height: 140px;
    }
}

/*estilos para mobile*/
a.btn-sticky-orange.mobile {
    display: none !important;
}

.linkGA.mobile {
    display: none !important;
}

a.btn-sticky-orange.desktop,
.linkGA.desktop {
    display: flex !important;
}

@media(max-width: 700px) {
    a.btn-sticky-orange.mobile {
        padding: 22px 33px;
    }

    a.btn-sticky-orange.mobile,
    a.btn-mobile-blue,
    .linkGA.mobile {
        font-size: 16px;
        display: flex !important;
        justify-content: center;

    }

    a.btn-sticky-orange.desktop,
    .linkGA.desktop {
        display: none !important;
    }
}

@media(max-width: 700px) {

    a.btn-sticky-orange.mobile,
    a.btn-mobile-blue {
        font-size: 16px;
        display: flex !important;
        padding: 22px 35px;
    }

    a.btn-sticky-orange.desktop,
    .linkGA.desktop {
        display: none !important;
    }

    .croStickyContentLanding p.sticky__body--paragraph {
        display: none;
    }

    .croStickyContentLanding p.sticky__body--paragraph.mobile {
        display: flex;
        margin-bottom: 8px;
    }
}

@media(max-width: 375px) {
    a.btn-sticky-orange.mobile {
        padding: 22px 30px;
    }
}