﻿.abHome .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;
}
.abHome .stickyBtn.sticky .body--btn {
    padding: 0;
}
.sticky__body p {
    display: flex;
    justify-content: center;
    margin: 0;
}

.croStickyContent {
    position: fixed;
    right: 38px;
    bottom: 140px;
    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;
}
.croStickyContent .close {
    cursor: pointer;
}    
.croStickyContent .sticky__body--title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    width: auto;
    margin-bottom: 16px;
}    
.croStickyContent p.sticky__body--paragraph {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    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;    
}
.croStickyContent p.sticky__body--paragraph.mobile {
    display: none;
}    
.croStickyContent .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);
}


.mostrarArriba{
    animation: mostrarArriba 1.5s;
    transition: all 1.5s;
    /* display:block; */
    z-index: 999;
}
.stikcyMobileHidden .croStickyContent.mostrarArriba {
    display: flex;
    justify-content: center;
}
.croStickyContent.mostrarArriba {
    display: none;
}
@keyframes mostrarArriba{
    0%{
        transform: translateY(230px);
    }
    100%{
        transform: translateY(0);
    }
}
.sticky__body--button{
    display: flex;
    gap: 8px;
    justify-content: center;
}
.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: 16px;
    font-weight: 500;
}
@media (max-width:768px) {
   
    .mostrarArriba{
        animation: mostrarArriba 1s;
        transition: all 1s;
        display:block;
    }
    p.sticky__body--paragraph--contentPhone {
        display: none;
    }
    .croStickyContent 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 .croStickyContent.mostrarArriba {
        display: flex;
    }
    .croStickyContent.mostrarArriba {
        display: none;
    }
    .croStickyContent{
        right: 0;
        bottom: 0;
        height: auto;
        padding: 8px 24px;
        border-radius: 0;
    }
    .croStickyContent .sticky__body--title {
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .croStickyContent.mostrarArriba {
        display: none;
        flex-direction: column;
        width: 100%;
    }
    .croStickyContent .sticky__header{
        display: none;
    }
    a.close {
        display: none;
    }
    .croStickyContent .sticky__body--title{
        display: none;
    }
    .croStickyContent p.sticky__body--paragraph {
        display: none;
    }
    .croStickyContent p.sticky__body--paragraph.mobile {
        display: flex;
        margin-bottom: 8px;
    }
    a.btn-mobile-blue {
        display: flex;
        background: #00a5c2;
        color: #fff;
        border-radius: 30px;
        padding: 22px 45px;
        display: inline-block !important;
        font-size: 16px;
        font-weight: 500;
    }
    a.btn-sticky-orange {
        padding:22px 30px;
        font-size: 16px;
    }
}
@media(max-width: 425px){
    .croStickyContent p.sticky__body--paragraph{
        display: none;
    }
    .croStickyContent p.sticky__body--paragraph.mobile{
        display: flex;
        margin-bottom: 8px;  
    }
}

.blockProducts--container + .button--container {
text-align:center;
margin-top:48px;
}

@media(min-width: 768px){
.abHome .blockProducts .block-container{
    width: 750px;
}
}
@media(min-width: 992px){
.abHome .blockProducts .block-container{
    width: 970px;
}
}
@media(min-width: 1200px){
.abHome .blockProducts .block-container{
    width: 1170px;
}
}
.blockProducts .back-color {
background: #EAF5FF;
position: absolute;
width: 100%;
height: 60%;
}
.blockProducts .front-image {
width: auto;
  position:relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: #012169;
height: 164px;
width:300px;
border-radius: 8px;
margin: 24px;
border: solid 1px;
}
.abHome .blockProducts {
padding: 80px 0 80px;
border: solid 1px #eee;	
border-bottom: solid 1px #eee;	
  border-bottom: groove;
border-bottom-width: thin;
}
.abHome .blockProducts--container.container h2 {
margin-bottom: 40px;
}
.abHome .blockProducts--container--cards {
gap: 24px;
display: flex;
justify-content: space-between;
}
.abHome .blockProducts--container {
display: flex;
flex-direction: row;
justify-content: space-between;
padding-bottom: 32px;
/* gap: 24px; */
}
.abHome .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;
background: var(#fff, #fff);
box-shadow: 0px 0px 10px 0px rgba(29, 26, 26, 0.45);
}
.abHome .blockProducts--card--image {
   margin-bottom: 32px;
   position:relative;
display: flex;
  justify-content: center;
margin-bottom: 0;
}
.abHome .blockProducts--title_text--content p.title {
font-size: 24px;
font-weight: 500;
color: #000000;
margin-bottom: 24px;
}
.abHome .blockProducts--title_text--content p.text {
color: #000000;
font-size: 20px;
line-height: 28px;
}
.abHome .blockProducts--button--content a.btn-blue {
background: #00A5C2;
color: #fff;
border-radius: 30px;
padding: 22px 40px;
font-size: 20px;
font-weight: 500;
}
.abHome .blockProducts--container {
display: flex;
flex-direction: row;
justify-content: space-between;
/* gap: 24px; */
}
.abHome .block-container.container h2 {
margin-top: 0;
margin-bottom: 30px;
text-transform: none;
color: #000000;
font-size: 35px;
font-weight: 400;
}
.abHome .blockProducts--container--card {
width: 33.33%;
flex: 1 1 auto;
max-width: 360px;
}
@media(max-width: 1024px){
.abHome .blockProducts--container--card {
    flex: 1 1 auto;
    max-width: 450px;
}
.abHome .blockProducts--title_text--content p.text {
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    width: 90%;
}
}
.abHome .blockProducts .front-image-one {
background-image: url(https://popularenlinea.com/_catalogs/images/seguros/Recurso.png);
background-size: 31%;
}
.abHome .blockProducts .front-image-two {
background-image: url(https://popularenlinea.com/SiteCollectionImages/personas/seguros/landings/Ilustracio%CC%81n%20PLP%20Vida.png);
background-size: 43%;
}
.abHome .blockProducts .front-image-three {
background-image: url(https://popularenlinea.com/_catalogs/images/seguros/Recurso-29.png);
background-size: 38%;
}

@media(max-width: 768px){
.abHome .blockProducts--container--card {
    flex: 1 1 auto;
    max-width: 340px;
}
}
@media(max-width: 700px){
.abHome .blockProducts--container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}
.abHome .blockProducts--container--card {
    flex: 1 1 auto;
    max-width: max-content;
    width: 100%;
}
}
@media(max-width: 480px){
.abHome .blockProducts .back-color {
    background: #EAF5FF;
    position: absolute;
    margin-top: -20px;
}
.abHome .blockProducts--container--card {
    flex: 1 1 auto;
    max-width: max-content;
    width: 100%;
}
.abHome .blockProducts--card--content {
min-height: 240px;
}
.abHome .blockProducts {
    padding: 40px 0 40px;
}
.abHome .block-container.container h2 {
    margin-top: 0;
    margin-bottom: 48px;
    text-transform: none;
    color: #000000;
    font-weight: 400;
    font-size: 26px;
}
.abHome .blockProducts--title_text--content p.text {
    width: auto;
    margin-bottom: 0;
}
.abHome .blockProducts--container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}


.abHome .blockProducts--card--image {
    margin-bottom: 16px;
}
.abHome .blockProducts--title_text--content p.title{
    margin-bottom: 16px;
}

.blockProducts .front-image {
    background-position: center;
    background-repeat: no-repeat;
    height: 140px;

}

.abHome .blockProducts .front-image-one {
    background-size: 25%;
}
.abHome .blockProducts .front-image-two {
    background-size: 25%;
}
.abHome .blockProducts .front-image-three {
    background-size: 18%;
}
}