﻿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: flex;
        flex-direction: column;
}
@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.mostrarArriba {
        display: none;
    }
    .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: 700px){
        .croStickyContentLanding p.sticky__body--paragraph{
            display: none;
        }
        .croStickyContentLanding p.sticky__body--paragraph.mobile{
            display: flex;
            margin-bottom: 8px;  
        }
    }
 @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: 700px) {
        .abPDP .secondblock {
            display: flex;
            flex-direction: column;
            margin: auto;
            width: 1170px;
            margin: auto;
        }
        .abPDP .secondblock--firstNumber span.number {
            font-size: 80px;
            line-height: normal;
        }
    }
    @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;
        }
    }

    @media(min-width: 768px){
        .abPLP .block02-salud .block-container{
            width: 750px;
        }
    }
    @media(min-width: 992px){
        .abPLP .block02-salud .block-container{
            width: 970px;
        }
    }
    @media(min-width: 1200px){
        .abPLP .block02-salud .block-container{
            width: 1170px;
        }
    }
    .abPLP .block02-salud .block-container{
        /* width: 1170px; */
        margin: auto;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        margin-top: 80px;
        margin-bottom: 80px;
        gap: 40px;
    }
    .abPLP .block02-salud {
        background: #FFF;
    }
    .abPLP .block02-salud .block-container .block-container-right {
        width: 100%;
        height: auto;
    }
    .abPLP .block02-salud .block-container .block-container-left {
        width: 100%;
        height: auto;
    }
    .abPLP .block02-salud .block-container .block-container-left .block-container-title-text h1 {
        font-size: 35px;
        font-weight: 400;
        line-height: 42px !important;
        color: #000000;
        text-transform: none;
        margin: 0;
        margin-bottom: 16px;
    }
    .abPLP .block02-salud .block-container .block-container-right .back-color {
        position: absolute;
        width: 23%;
        height: 200px;
        border-radius: 4px;
        background: #CCEFF4;
        z-index: 1;
    }
    .abPLP .block02-salud .block-container .block-container-left .block-container-title-text p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        width: 90%;
        color: #353535;
    }
    .abPLP .block02-salud .block-container .block-container-right .front-image { 
        width: 25%;
        height: 200px;
        position: absolute;
        z-index: 2;
        border-radius: 8px;
        margin-top: 24px;
        margin-left: 24px;
        background: url(https://popularenlinea.com/Personas/Paginas/seguros/img/salud-visual.jpg);
        background-position: top;
        background-size: cover;
    }
    .abPLP .block02-salud .block-container .block-container-left .block-container-title-text {
        margin-bottom: 40px;
    }
    .abPLP .block02-salud .block-container .block-container-left .block-container-button-link {
        display: flex;
        justify-content: flex-start;
        gap: 48px;
        align-items: center;
    }
    .abPLP .block02-ancla {
        display: none;
    }
    @media(max-width: 1440px){
        .abPLP .block02-salud .block-container .block-container-right .front-image {
            width: 35%;
            height: 200px;
        }
    }
    @media(max-width: 1024px){
        .abPLP .block02-salud .block-container .block-container-right .front-image {
            width: 42%;
        }
    }
    @media(max-width: 768px){
        .abPLP .block02-salud .block-container .block-container-left .block-container-button-link {
            display: flex;
            justify-content: flex-start;
            gap: 8px;
            align-items: center;
            flex-direction: column;
        }
        .abPLP .block02-salud .block-container .block-container-right .back-color{
            height: 150px;
        }
    }
    @media(max-width: 700px){
        .abPLP .block02-salud .block-container .block-container-left {
            margin-top: 50px;
        }
        .abPLP .block02-salud .block-container {
            padding-right: 16px;
            padding-left: 16px;
            margin-top: 40px;
            margin-bottom: 40px;
            flex-direction: column-reverse;
        }
        .abPLP .block02-salud .block-container .block-container-right .front-image {
            width: calc(100% - 30px);
            height: 2.4%;
            margin-left:0;
        }
        .abPLP .block02-salud .block-container .block-container-right .back-color {
            display: flex;
            height: 130px;
            width: 80%;
        }
        .abPLP .block02-salud .block-container .block-container-left .block-container-title-text h1 {
            margin-bottom: 16px;
        }
        .abPLP .block02-salud .block-container .block-container-left .block-container-title-text {
            margin-bottom: 40px;
            width: auto;
        }
        .abPLP .block02-salud .block-container .block-container-right {
            width: auto;
            height: auto;
            margin-bottom: 180px;
        }
        .abPLP .block02-salud .block-container .block-container-left .block-container-button-link {
            display: flex;
            justify-content: flex-start;
            gap: 16px;
            align-items: center;
            flex-direction: column;
            margin-bottom: 0;
        }
        .abPLP .block02-ancla {
            padding: 22px 40px 22px 40px;
            display: flex;
            justify-content: center;
        }
        .abPLP .block01-header .block-header-container .block-header-left .block-header-left-link {
            display: none;
        }
        .abPLP .block02-ancla a.link_bpd {
            font-size: 16px;
            font-weight: 700;
            line-height: 16px;
        }
        .abPLP .block02-salud .block-container .block-container-left .block-container-title-text p {
            width: auto;
            line-height: 28px;
        }
        
    }
    @media(max-width: 425px){
        .abPLP .block02-salud .block-container .block-container-left {
            margin-top: 50px;
        }
        .abPLP .block02-salud .block-container {
            padding-right: 16px;
            padding-left: 16px;
            margin-top: 40px;
            margin-bottom: 40px;
            flex-direction: column-reverse;
        }
        .abPLP .block02-salud .block-container .block-container-right .front-image {
            width: calc(100% - 30px);
            height: 2.4%;
            margin-left:0;
        }
        .abPLP .block02-salud .block-container .block-container-right .back-color {
            display: none;
        }
        .abPLP .block02-salud .block-container .block-container-left .block-container-title-text h1 {
            margin-bottom: 16px;
        }
        .abPLP .block02-salud .block-container .block-container-left .block-container-title-text {
            margin-bottom: 40px;
            width: auto;
        }
        .abPLP .block02-salud .block-container .block-container-right {
            width: auto;
            height: auto;
            margin-bottom: 180px;
        }
        .abPLP .block02-salud .block-container .block-container-left .block-container-button-link {
            display: flex;
            justify-content: flex-start;
            gap: 16px;
            align-items: center;
            flex-direction: column;
            margin-bottom: 0;
        }
        .abPLP .block02-ancla {
            padding: 22px 40px 22px 40px;
            display: flex;
            justify-content: center;
        }
        .abPLP .block01-header .block-header-container .block-header-left .block-header-left-link {
            display: none;
        }
        .abPLP .block02-ancla a.link_bpd {
            font-size: 16px;
            font-weight: 700;
            line-height: 16px;
        }
        .abPLP .block02-salud .block-container .block-container-left .block-container-title-text p {
            width: auto;
            line-height: 28px;
        }
        
    }

    @media(min-width: 768px){
        .abPLP .block03-salud .block-container{
            width: 750px;
        }
    }
    @media(min-width: 992px){
        .abPLP .block03-salud .block-container{
            width: 970px;
        }
    }
    @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;
    }
    .abPLP .block03-salud .block-container .block-container-left-right {
        display: flex;
        gap: 24px;
        row-gap: 40px;
        flex-wrap: wrap;
    }
    .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 1 auto;
        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: 48px;
        align-items: center;
    }
    .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;
    }
    .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-one-up .front-image {
        width: auto;
        background-image: url(https://popularenlinea.com/Personas/PublishingImages/experimentos/salud/shutterstock_1926166655.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-one-up .front-image {
        width: auto;
        background-image: url(https://popularenlinea.com/Personas/PublishingImages/experimentos/salud/optimized_doctor-and-patient-discuss-something-sit-at-table-2022-01-11-01-44-21-utc.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-left-two-down .front-image {
        width: auto;
        background-image: url(https://popularenlinea.com/Personas/PublishingImages/experimentos/salud/optimized_handshake-between-doctor-and-patient-2022-02-17-04-40-36-utc.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/Personas/Paginas/seguros/img/telemedicina_banner.jpg);
        background-position: center;
        background-size: cover;
        height: 180px;
        border-radius: 8px;
        margin: 24px;
        z-index: 9;
        position: relative;
    }
    .block03-salud .back-color {
        background: #E4E6DB;
        position: absolute;
        width: 25%;
        height: 2.5%;
        margin-top: -20px;
    }
    @media(max-width: 1024px){
        .block-container-card {
            flex: 1 1 auto;
            max-width: 450px;
        }
        .block-container-card.block-container-card-right-two-down .block-container-title-button {
            gap: 52px;
        }
    }
    @media(max-width: 768px){
        .block-container-card {
            flex: 1 1 auto;
            max-width: 340px;
        }
        .abPLP .block03-salud .block-container-button-link {
            display: flex;
            justify-content: center;
            gap: 16px;
            align-items: center;
            flex-direction: column;
        }
    }
    @media(max-width: 700px){
        .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;
            display: none;
        }
        
    }
    @media(max-width: 600px){
        .block03-salud .back-color{
            width: 94%;
            height: 130px;
            display: flex;
        }
    }
    @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;
            display: flex;
        }
    }

    .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: 700px){
        .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 (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: 30%;
        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%;
            height: 200px;
        } 
    }
    @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: 42%;
        } 
        .contactPhone__content--image .back-color {
            height: 130px;
            width: 270px;
        }
    }
    @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: 700px){
            .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 (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;
            }
        }     
    /*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){
    .block-app-popular {display: none}
                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;
                }
             }

             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;
            }
            @media(max-width: 700px){
                .abPLP a.btn-orange {
                    width: 100%;
                    text-align:center;
                }
            }
            @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;
                flex-direction: row;
                align-items: center;
            }
            .abPLP .block01-header .block-header-container .block-header-right {
                width: auto;
                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: 700px){
                .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{
                    display: flex;
                    align-items: flex-start;
                }
            }
            @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{
                    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;
                }
            }