﻿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;
    }
    .abPDP .block01-header .block-container-button-link-mobile {
        display: none;
        justify-content: flex-start;
        align-items: center;
    }
    .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.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;
    }
}
    @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) {

    a.btn-sticky-orange.mobile{
        padding: 22px 33px;
    }
    a.btn-sticky-orange.mobile, a.btn-mobile-blue {
        font-size: 16px;
        display: flex !important;
        
    }
    a.btn-sticky-orange.desktop{
        display: none !important;
    }

        .abPDP .secondblock {
			display: flex;
			flex-direction: column;
           margin: auto;
		}
        .abPDP .secondblock div {
            margin-bottom: 40px;	
            margin-right: 0;
			width: 100%;
        }
.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;
        }
        .abPDP .secondblock--firstNumber span.number {
            font-size: 80px;
            line-height: normal;
        }
    }

    html {
        scroll-behavior: smooth;
    }
    div#contBtn-Chat {
        display: none;
    }
    .abPDP .btn-orange {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px !important;
        width: auto;
    }
    @media(max-width: 425px){
        .abPDP a.btn-orange {
            width: 100%;
            text-align:center;
        }
    }
    @media(min-width: 768px){
        .abPDP .block01-header .block-header-container{
            width: 750px;
        }
    }
    @media(min-width: 992px){
        .abPDP .block01-header .block-header-container{
            width: 970px;
        }
    }
    @media(min-width: 1200px){
        .abPDP .block01-header .block-header-container{
            width: 1170px;
        }
    }
    .abPDP .block01-header {
        background: #012169;
        padding-top: 83px;
        padding-bottom: 83px;
    }
    .abPDP .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;
    }
    .abPDP .block01-header .block-header-right {
       background: url(https://popularenlinea.com/Personas/Paginas/seguros/img/salud-visual.jpg); 
        background-position: center;
        background-size: cover;
        width: 48%;
        height: 384px;
        border-radius: 20% 0;
    }
    .abPDP .block01-header .block-header-left {
        width: 50%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .abPDP .block01-header .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: 16px;
    }
    .abPDP .block01-header .block-header-left p.text {
        /* font-family: Roboto; */
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        color: #FFF;
        margin-bottom: 32px;
    }
    .abPDP .block01-header .block-container-button-link {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .abPDP .block01-header .block-container-button-link a {
        padding: 22px 40px;
    }
    .abPDP .block01-header .block-container-button-link-mobile {
        display: none;
        justify-content: flex-start;
        align-items: center;
    }
    .abPDP .block01-header .block-container-button-link-mobile a {
        padding: 22px 40px;
    }
    @media(max-width: 425px){
        .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-right{
            width: auto;
            height: 250px;
        }
        a.btn-sticky-orange,
        a.btn-mobile-blue {
            font-size: 16px;
        }
    }
    @media(max-width: 700px){
        .abPDP .block01-header .block-header-container{
            display: flex;
            gap: 24px;
            flex-direction: column; 
            padding: 40px 32px;
        }
        .abPDP .block01-header .block-header-right {
            width: auto;
            height: 250px;
        }
        .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 {
            padding-left: 32px;
            padding-right: 32px;
            background: #012169;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .abPDP .block01-header .block-header-container {
            padding: 0;
        }
        .abPDP .block01-header .block-header-right{
            width: auto;
        }
        .abPDP .btn-orange {
            width: 100%;
            text-align: center;
        }
    }

    .abPDP .block02--firstNumber {
        padding-top: 52px;
        padding-bottom: 30px;
        gap: 25px;
        display: flex;
        background-color: #FAFAFA;
    }
    .abPDP .secondblock {
        display: flex;
        flex-direction: row;
        margin: auto;
        width: 1170px;
        margin: auto;
    }
    .abPDP .secondblock div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
        text-align: center;
        gap: 16px;
        width: 50%;
    }
    .secondblock--firstNumber {
        margin-right: 25px;
    }
    .abPDP .secondblock div p:first-child {
        color: #00C1D5;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: normal;
    }
    .abPDP .secondblock .number {
        font-size: 70px;
    }
    .abPDP span.downtext {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }
    .abPDP .secondblock--secondNumber span.text.text-one {
        font-weight: 700;
        font-size: 52px;
    }
    .abPDP .secondblock--firstNumber span.text.text-one {
        font-weight: 700;
        font-size: 52px;
    }
    .abPDP .secondblock--firstNumber span.currency {
        font-size: 30px;
    }
    .abPDP .secondblock--firstNumber span.number {
        font-size: 100px;
        line-height: normal;
    }
    .abPDP .secondblock--firstNumber span.date {
        font-size: 30px;
    }
    .abPDP p.secondblock--firstNumber--text {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        width: auto;
        margin: 0;
        color: #09101D;
    }
    .abPDP p.secondblock--secondNumber--text {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #09101D;
    }
    .abPDP span.text.text-two {
        font-size: 30px;
        font-weight: 700;
    }
    @media(max-width: 700px){
        .abPDP .block02--firstNumber  section.secondblock.container {
            display: flex;
            flex-direction: column;
        }
        .abPDP .block02--firstNumber  .secondblock--firstNumber,
        .abPDP .block02--firstNumber  .secondblock--secondNumber {
            width: auto;
        }
        .abPDP .block02--firstNumber .secondblock div {
            width: 100%;
            margin-bottom: 40px;
            margin-right: 0;
        }
    }
    @media(max-width: 425px){
        .secondblock--firstNumber {
            margin-right: 0;
        }
        abPDP .block02--firstNumber .secondblock {
            display: flex;
            flex-direction: column;
        }
        .abPDP .block02--firstNumber {
            padding-top: 40px;
            padding-bottom: 40px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .abPDP .secondblock--firstNumber span.number {
            font-size: 80px;
            line-height: normal;
        }
        .secondblock--firstNumber,
        .secondblock--secondNumber {
            width: auto;
        }
        .abPDP .secondblock div {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            width: auto;
        }
        section.secondblock.container {
            display: flex;
            flex-direction: column;
        }
        .secondblock--firstNumber {
            margin-bottom: 40px;
        }
    }

    .abPDP .featureCoverages {
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #E8E6DF;
    }
    .abPDP .featureCoverages__content.container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .abPDP .featureCoverages__content--header{
        color: #000;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
        margin-bottom: 24px;
    }
    .abPDP .featureCoverages__content--boxes{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        margin-top: 24px;
        column-gap: 32px;
    }
    .featureCoverages__contentBox {
        flex: 1 1 33%;
    }
    .abPDP .featureCoverages__contentBox--title {
        color: #00709E;
        text-align: center;
        font-size: 52px;
        font-style: normal;
        font-weight: 700;
        line-height: 64px;
        margin-bottom: 16px;
    }
    .abPDP .featureCoverages__contentBox--body {
        color: #000;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; 
    }
    .featureCoverages__content--boxes .featureCoverages__contentBox:nth-child(even) {
        /* background: aliceblue; */
        flex: 29%;
    }
    @media (max-width: 992px) {
        .abPDP .featureCoverages__content--header{
            font-size: 26px;
            line-height: 40px;
            margin-bottom: 32px;
        }
        .abPDP .featureCoverages__content--boxes{
            flex-direction: column;
            align-items: center;
            row-gap: 16px;
            width: 100%;
        }
        .abPDP .featureCoverages__contentBox{
            border-bottom: 1px solid #E8E6DF;
        }
    }
    @media (max-width: 425px){ 
        .abPDP .featureCoverages {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        p.featureCoverages__content--title {
            margin: 0;
        }
        .featureCoverages__content--boxes .featureCoverages__contentBox:nth-child(even) {
            width: 80%;
        } 
        p.featureCoverages__content--text{ margin-top: 32px; } 
    } 

    .abPDP .abHealth {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .abPDP p.abHealth__content--title {
        font-size: 35px;
        font-weight: 400;
        line-height: 42px;
        color: #000000;
    }
    .abPDP .abHealth__content--header {
        margin-bottom: 62px;
    }
    .abPDP .abHealth__contentBox {
        padding: 48px 24px 24px 24px;
        border-radius: 12px;
        border: 2px solid #012169;
    }
    .abPDP .abHealth__content--boxes {
        display: flex;
        gap: 40px;
    }
    .abPDP svg.abHealth__contentBox--icon {
        position: absolute;
        margin-top: -70px;
    }
    .abPDP p.abHealth__contentBox--title {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        color: #012169;
    }
    .abPDP p.abHealth__contentBox--body {
        font-size: 16px;
        line-height: 28px;
        color: #09101D;
    }
 @media (max-width: 768px) {
        .abPDP .abHealth__content--boxes {
            display: flex;
            gap: 40px;
            flex-direction: column;
        }
        .abPDP .abHealth__content--text.container {
            display: none;
        }
    }
    @media (max-width: 425px) {
        .abPDP p.abHealth__content--title {
            font-size: 26px;
            font-weight: 400;
            line-height: 42px;
            color: #000000;
        }
        .abPDP .abHealth__content--boxes {
            display: flex;
            gap: 40px;
            flex-direction: column;
        }
        .abPDP .abHealth {
            padding-top: 40px;
            padding-bottom: 40px;
            border-bottom: 1px solid #E8E6DF;
        }
    }

    .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: #00709E;
    }
    .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){
        .abPDP contactPhone {
            width: 750px;
        }
    }
    @media(min-width: 992px) {
        .abPDP contactPhone{
            width: 970px;
        }
    }
    @media(min-width: 1200px){
        .abPDP contactPhone {
            width: 1170px;
        }
    }
    .abPDP .contactPhone {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .abPDP 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 {
        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: 35%;
        height: 4%;
        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: 31%;
        height: 4%;
        border-radius: 4px;
        background: #EAF5FF;
        z-index: 1;
    }
    @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;
        }
        .abPDP 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;
        }
        .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 {
            display: none;
        }
        .contactPhone__content--image {
            width: 50%;
            height: 200px;
            margin-top: 40px;
            margin-bottom: 40px;
        }
    }
    @media(max-width: 700px){ 

        .block-app-popular {
            display: none;
        }

        .abPDP .block01-header .block-container-button-link-mobile {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-direction: column;
            margin-bottom: 0;
        }

        .abPDP .btn-orange {
            width: 100%;
            text-align: center;
        }

        .contactPhone__content--image .front-image {
            width: calc(100% - 30px);
            height: 206px;
            margin-left:0px;
        }  
        .contactPhone__content--image .back-color {
            display: none;
        }
        .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;
        }
        .abPDP .blockProducts--container {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 24px;
        }
        .abPDP .blockProducts--container--card {
            flex: 1 1 auto;
            max-width: max-content;
            width: 100%;
        }
    }
        @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 {
                display: none;
            }
        }

        .abPDP.questions {
            padding: 80px 0 80px;
            background-color: #EAF5FF;
        }  
        .abPDP .questions__content--title {
            font-weight: 400;
            font-size: 35px;
            line-height: 42px;
            color: #000000;
            margin-bottom: 40px;
        }    
        .abPDP .questions__content--boxes {
            display: flex;
        }   
        .abPDP .questions__contentBox {
            padding: 40px 24px;
            background-color: #FFF;
            border-radius: 12px;
            flex: 1 1 33%;
            margin: 0 32px 0 0;
            padding: 40px 24px;
        }   
        .abPDP .questions__contentBox:last-child {
            margin-right: 0;
        }   
        .abPDP .questions__contentBox--title {
            font-style: normal;
            font-weight: 700;
            font-size: 70px;
            line-height: 70px;
            color: #00C1D5;
            text-align: center;
            margin: 0;
        }    
        .abPDP .questions__contentBox--subtitle {
            text-align: center;
            font-weight: 700;
            font-size: 28px;
            line-height: 40px;
            color: #00709E;
            margin: 0;
            margin-bottom: 24px;
        }  
        .abPDP .questions__contentBox--body {
            font-weight: 400;
            font-size: 20px;
            line-height: 28px;
            text-align: center;
            color: #353535;
        } 
        @media (max-width: 768px) {
            .abPDP .questions__content.container {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            .abPDP .questions__content--boxes {
                flex-direction: column;
                justify-content: center;
                align-items: center;
                
            }
            .abPDP .questions__content--boxes, .abPDP .questions__content--header {
                width: 90%;
            }
            .abPDP .questions__contentBox {
                margin: 0 0 16px 0;
            }
            .abPDP .questions__content--boxes{
                width: 70%;
            }
        }
        @media (max-width: 425px){
            .abPDP.questions {
                padding: 40px 0;
            } 
            
            .abPDP .questions__content--boxes, .abPDP .questions__content--title {
                width: 100%;
            }
            
            .abPDP .questions__content--title {
                font-size: 26px;
                line-height: 40px; 
                margin-bottom: 32px;
                font-weight: 400;
            }
        } 

        @media(min-width: 768px){
            .abPDP .blockProducts .block-container{
                width: 750px;
            }
        }
        @media(min-width: 992px){
            .abPDP .blockProducts .block-container{
                width: 970px;
            }
        }
        @media(min-width: 1200px){
            .abPDP .blockProducts .block-container{
                width: 1170px;
            }
        }
        .blockProducts .back-color {
            background: #EAF5FF;
            position: absolute;
            width: 25%;
            height: 2.5%;
            margin-top: -20px;
        }
        .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;
        }
        .abPDP .blockProducts {
            padding: 80px 0 80px;
            background: #E8E6DF;
        }
        .abPDP .blockProducts--container.container h2 {
            margin-bottom: 40px;
        }
        .abPDP .blockProducts--container--cards {
            gap: 24px;
            display: flex;
            justify-content: space-between;
        }
        .abPDP .blockProducts--container {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            /* gap: 24px; */
        }
        .abPDP .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;
        }
        .abPDP .blockProducts--card--image {
            margin-bottom: 32px;
        }
        .abPDP .blockProducts--title_text--content p.title {
            font-size: 24px;
            font-weight: 500;
            color: #000000;
            margin-bottom: 24px;
        }
        .abPDP .blockProducts--title_text--content p.text {
            color: #000000;
            font-size: 20px;
            line-height: 28px;
        }
        .abPDP .blockProducts--button--content a.btn-blue {
            background: #00A5C2;
            color: #fff;
            border-radius: 30px;
            padding: 22px 40px;
            font-size: 20px;
            font-weight: 500;
        }
        .abPDP .blockProducts--container {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            /* gap: 24px; */
        }
        .abPDP .block-container.container h2 {
            margin-top: 0;
            margin-bottom: 24px;
            text-transform: none;
            color: #000000;
        }
        .abPDP .blockProducts--container--card {
            width: 50%;
            flex: 1 1 auto;
            max-width: 550px;
        }
        .abPDP .blockProducts--button--content {
            display: flex;
            justify-content: center;
        }
        @media(max-width: 1024px){
            .abPDP .blockProducts--container--card {
                flex: 1 1 auto;
                max-width: 450px;
            }
            .abPDP .blockProducts--title_text--content p.text {
                color: #000000;
                font-size: 20px;
                line-height: 28px;
                width: 90%;
            }
        }
        .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;
        }
        .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: 768px){
            .abPDP .blockProducts--container--card {
                flex: 1 1 auto;
                max-width: 340px;
            }
        }
        @media(max-width: 425px){
            .blockProducts .back-color {
                background: #EAF5FF;
                position: absolute;
                width: 93%;
                height: 1.3%;
                margin-top: -20px;
            }
            .abPDP .blockProducts--container--card {
                flex: 1 1 auto;
                max-width: max-content;
                width: 100%;
            }
            .abPDP .blockProducts {
                padding: 40px 0 40px;
            }
            .abPDP .block-container.container h2 {
                margin-top: 0;
                margin-bottom: 32px;
                text-transform: none;
                color: #000000;
            }
            .abPDP .blockProducts--title_text--content p.text {
                width: auto;
            }
            .abPDP .blockProducts--container {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                gap: 24px;
            }
            .abPDP .block-container.container h2 {
                font-weight: 400;
                margin-bottom: 32px;
                font-size: 26px;
            }
            .abPDP .blockProducts--card--image {
                margin-bottom: 16px;
            }
            .abPDP .blockProducts--title_text--content p.title{
                margin-bottom: 16px;
            }
            .abPDP .blockProducts--title_text--content p.text{
                margin-bottom: 0;
            }
            .blockProducts .front-image-two {
                width: auto;
                background-position: center;
                background-size: 18%;
                background-repeat: no-repeat;
                height: 140px;
            }
            .blockProducts .front-image-one {
                width: auto;
                background-position: center;
                background-size: 25%;
                background-repeat: no-repeat;
                height: 140px;
            }
        }

        a.btn-sticky-orange.mobile {
            display: none !important;
        }
        a.btn-sticky-orange.desktop {
            display: flex !important;
        }

        .abPDP .block01-header img.code-QR {
            display: flex;
            width: 140px;
            height: 130px;
            padding: 0;
            border-radius: 20px;
        }
        .abPDP .block01-header .block-code-QR {
            display: flex;
            margin-top: 20px;
            gap: 30px;
        }
        .abPDP .block01-header .block-app-popular p {
            margin: 0;
            padding-top: 7px;
            font-size: 16px;
            font-weight: 600;
            line-height: 28px;
            color: #FFF;
        }
        .abPDP .block01-header .iphone-QR,
        .abPDP .block01-header .google-QR {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: #FFF;
            padding: 10px;
            border-radius: 20px;
        }

        .abPDP .block01-header .block-container-button-link {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }
        .abPDP .block01-header .block-container-button-link a {
            padding: 22px 40px;
            display: none !important;
        }
       
        .abPDP .block01-header .block-container-button-link-mobile a {
            padding: 22px 40px;
        }

        @media (max-width: 700px) {
            a.btn-sticky-orange.desktop {
                display: none !important;
            }
        }

        @media (max-width: 500px) {
            a.btn-sticky-orange.mobile, a.btn-mobile-blue {
                font-size: 16px;
                display: flex !important;
            }
        }