﻿.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%;
}

.btn-sticky-orange {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    display: inline-block !important;
    background: rgb(237, 139, 0);
    border-radius: 30px;
    padding: 22px 40px;
}

.btn-mobile-blue {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    display: inline-block !important;
    background: rgb(0, 165, 194);
    border-radius: 30px;
    padding: 22px 45px;
}

.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;
}

.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;
}

.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);
}

a.btn-orange.mobile.linkApp {
    width: auto;
    display: none;
    justify-content: center;
}

a.btn-orange.linkGA {
    width: auto;
    display: flex;
    justify-content: center;
}

.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 !important;
}

.croStickyContentLanding .sticky__header {
    position: absolute;
    top: 5%;
    right: 10%;
    font-size: 20px;
}



.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);
    }
}



a.body--link.btnLink.body--btn.ctaBPD-cuenta {
    padding: 22px 16px;
}




.sticky__body--button {
    display: flex;
    gap: 8px;
    justify-content: center;
}

a.btn-mobile-blue {
    font-size: 16px;
}

.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);
    }
}

.banner-seguros {
    background-color: #012169;
    color: white;
    padding: 100px 0 100px 0;
    height: auto;
}

#full-contenedor-banner {
    max-width: 100%;
}

.como-solicitar-enlace {
    padding-bottom: 20px;
}

/*estilos para mobile*/
a.btn-sticky-orange.mobile,
a.btn-mobile-blue,
.linkGA.mobile.d-none {
    display: none !important
}

a.btn-sticky-orange.mobile {
    display: none !important;
}

a.linkGA.mobile {
    display: none !important;
}

a.btn-sticky-orange:hover {
    background: #cc6a25 !important;
    color: #fff !important;
}


.banner-seguros h1 {
    font-size: 2.9rem;
    font-weight: bold;
    margin-bottom: 22px;
    text-transform: uppercase;
    padding-left: 0;
}

.banner-seguros .description {
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 1.6;
    padding-left: 0;
}

.qr-links {
    padding: 12px 0px 12px 0px;
    border: 1px solid #fff;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 5%;
}

.qr-links #contenedorQR {
    display: flex;
    justify-content: start;
    align-items: center;
}

.banner-image {
    background-size: cover;
    height: 400px;
    object-fit: cover;
    border-radius: 20% 0;
}

.como-solicitar-enlace:hover {
    color: #fff !important;
}

.como-solicitar-enlace {
    font-size: 18px !important;
}

 .banner-image {
        background-image: url("/Personas/Paginas/seguros/content-sections/overview/new-seguros/img/Banner_Cabecera_seguros.webp");
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
        object-fit: cover;
        border-radius: 20% 0;
    }

 @media(width >= 769px) and (width <= 992px){
        .banner-image {
            background-image: url("/Personas/Paginas/seguros/content-sections/overview/new-seguros/img/Banner_Cabecera_seguros.webp");
            border-radius: 0px;
            height: 368px;
        }
    }

@media(min-width:768px) {
    .mobile {
        display: none;
    }

    
}

   @media(width <= 768px){
        .banner-seguros {
            padding: 0px;
        }
        .banner-seguros .container{
            width: 100%;
        }
        .row-imagen-y-texto{
            display: flex;
            flex-direction: column-reverse;
        }
        .banner-image {
            background-image: url("/Personas/Paginas/seguros/content-sections/overview/new-seguros/img/Banner_mobile_seguros.webp");
            background-repeat: no-repeat;
            height: 175px;
            object-fit: cover;
            border-radius:0px;
            margin-bottom: 20px;
        }
        .qr-links .tienda-movil-banner a img{
            width: 140px;
        }
        .como-solicitar-enlace{
            padding-bottom: 100px;
        }
    }


@media(max-width:767px) {
    .sticky__body--button {
        flex-direction: column;
    }

    .btn-sticky-orange {
        width: 100%;
        justify-content: center;
    }

    .link-sticky {
        color: #fff !important;
        font-size: 16px !important;
        margin-top: 10px;
    }

    .mobile {
        display: block;
    }

    .banner-seguros h1 {
        font-size: 24px !important;
    }

    .banner-seguros .descripcion {
        font-size: 18px !important;
    }
}



@media(max-width:767px) {
    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;
    }

    .mostrarArriba {
        animation: mostrarArriba 1s;
        transition: all 1s;
        display: block;
    }

    p.sticky__body--paragraph--contentPhone {
        display: none;
    }


    .stikcyMobileHidden .croStickyContentLanding.mostrarArriba {
        display: flex;
    }

    .croStickyContentLanding.mostrarArriba {
        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: 18px 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.btn-sticky-orange.desktop,
    .linkGA.desktop {
        display: flex !important;
    }

    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 .close {
        cursor: pointer;
    }

    .croStickyContentLanding .sticky__body--title {
        display: none;
    }

    .croStickyContentLanding p.sticky__body--paragraph {
        display: none;
    }

    .croStickyContentLanding p.sticky__body--paragraph.mobile {
        display: flex;
        margin-bottom: 8px;
    }

    .btn-sticky-orange {
        padding: 22px 30px;
        font-size: 16px;
    }

    .btn-mobile-blue {
        font-size: 16px;
    }

    .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;
    }

    .como-solicitar-enlace {
        font-size: 18px !important;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .banner-seguros {
        padding: 0px;
    }

    .banner-seguros .container {
        width: 100%;
    }

    .row-imagen-y-texto {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 20px;
    }

    .banner-image {
        object-fit: cover;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .qr-links .tienda-movil-banner a img {
        width: 140px;
    }

    .como-solicitar-enlace {
        padding-bottom: 100px;
    }
}

@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 !important;
        margin-bottom: 8px;
    }
}

@media(max-width: 375px) {
    a.btn-sticky-orange.mobile {
        padding: 22px 30px;
    }
}