.box-shadow{
    box-shadow: 0 4px 12px 0 rgba(143,147,159, 0.24);
}

.box-shadow-img{
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}
.cursor-h-pointer:hover{
    cursor: pointer;
}
.etapas-vida-modal .modal-content-container{
    border-radius: 16px;
}
.institucional-hero:after{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 52.58%, rgba(251, 252, 252, 0.57) 73.57%, #F8F9F9 100%),
    linear-gradient(263deg, rgba(222, 226, 230, 0.00) 1.89%, #DEE2E6 50.63%, #FFF 87.43%);
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.linear-btn:hover span svg path{
    stroke: #00AEEF;
    transition: ease-out 0.25s;
}

.btn-secondary:hover{
    text-decoration: underline!important;
}

.no-border{
    border: none!important;
}

.border-r-8{
    border-radius: 8px!important;
}

.padding-x-40{
    padding: 40px 0!important;
}


/* BLOG SECTION */

.title-hero-bg{
    padding: 80px 0;
    background: linear-gradient(0deg, rgba(165, 183, 189, 0.10) 0%, rgba(165, 183, 189, 0.10) 100%),
    url("../img/bg-blog.jpeg") lightgray 50% / cover no-repeat!important;
}

a.post-single-cat:visited{
    color: #fff;
}

a.read-more:visited{
    color: #009edb;
}

a.read-more:hover,
.post-read-more:hover svg path{
    color: #0069AF;
}

a.post-single-cat:hover{
    background-color: #0069AF;
}

img.post-info-img {
    max-width: 443px;
    max-height: 239px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.post-single-img {
    width: 40%;
    height: 100%;
}

.post-single-container {
    width: 60%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.post-title-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

article.post-single {
    display: flex;
    position: relative;
}

img.post-img {
    height: 100%;
    max-height: 239px;
    width: 100%;
    object-fit: cover;
    min-height: 239px;
}

.post-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 886px;
    width: 100%;
}

.post-container {
    border-radius: 16px;
    border: 1px solid #efefef;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

h5.post-single-title {
    color: #111827;
    font-size: 18px;
    font-weight: 500;
}

a.post-single-cat {
    background-color: #00aeef;
    color: white;
    padding: 2px 8px;
    border-radius: 16px;
    position: relative;
    z-index: 10;
}

.post-single-container  span {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00aeef;
}

.post-term{
    display: flex;
    gap: 8px;
    align-items: center;
}

a.read-more {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.container.archive-posts-container {
    padding: 80px 24px;
    max-width: 1200px;
}

.caeme-blog-post-info a{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #1E1E1F;
}



h1.taxonomy-name {
    font-size: 32px;
    line-height: 130%;
    font-weight: 600;
    color: #111827;
    padding: 0 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.post-read-more {
    display: flex;
    align-items: center;
    gap: 8px;
}

a.read-more:after {
    content: "";
    position: absolute;
    inset: 0;
}

.archive-posts-container:before,
.archive-posts-container:after{
    content: unset!important;
}

.post-content {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.taxonomy-sidebar {
    max-width: 281px;
    width: 100%;
}

h5.sidebar-title,
.sidebar-search-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    color: #0c0c0c;
}

.sidebar-cat-container,
ul#menu-categorias{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 32px;
}

a.sidebar-cat,
ul#menu-categorias li{
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #1e1e1f;
    border-bottom: 1px solid #CCD4DF;
    padding-bottom: 8px;
}

a.sidebar-cat:hover,
ul#menu-categorias li:hover{
    color: #009edb;
    border-color: #009edb;
}

input.sidebar-search-input {
    border: none;
    color: #8f939f;
    padding: 0!important;
    margin: 0!important;
    width: 85%;
}

ul#menu-categorias li{
    list-style: none;
}

ul#menu-categorias li a{
    color: #1E1E1F;
}

ul#menu-categorias li a:visited{
    color: #1E1E1F;
}

ul#menu-categorias li a:hover{
    color: #00AEEF;
}

button.sidebar-btn {
    background-color: #00AEEF;
    border-radius: 50%;
    display: flex;
    border: none;
    padding: 8px;
}

.taxonomy-sidebar form {
    display: flex;
    border: 1px solid #8f939f;
    border-radius: 8px;
    padding: 10px;
    justify-content: space-between;
}

input.sidebar-search-input::placeholder {
    line-height: 150%;
    text-transform: none;
    font-size: 16px;
    color: #8f939f;
}

.sidebar-search {
    display: flex;
    gap: 24px;
    flex-direction: column;
    padding: 32px 0;
    border-top: 1px solid #CCD4DF;
    border-bottom: 1px solid #CCD4DF;
}

/* PAGINATION */

.pagination-custom{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.pagination-custom a.page-numbers{
    border: none;
    color: #1e1e1f;
    font-size: 16px;
}
span.page-numbers.current {
    background: transparent;
    color: #00aeef;
    font-weight: 400;
    border: none;
    border-radius: unset;
    border-bottom: 1px solid #00aeef;
    font-size: 16px;
}

a.page-numbers:nth-last-child(2) {
    display: none;
}

span.page-numbers.dots {
    border: none;
}

body:has(.gb-container) .header-body > .container,
body:has(.gb-container) .c-layout-footer .c-prepfooter .container,
body:has(.gb-container) .header-body > .container,
body:has(.gb-container) .c-layout-footer .c-postfooter .container{
    max-width: 1200px !important;
    padding: 24px 0;
}
body:has(.gb-container) .c-layout-footer .c-postfooter .container{
    border-top: unset!important;
}

.card-blur-bg{
    backdrop-filter: blur(6px);
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    background: linear-gradient(180deg, rgb(232 222 222  / 27%) 0%, rgba(255, 255, 255, 0.5) 100%), rgba(255, 255, 255, 0.2);
    min-height: 236px;
}

.sociedad-med-hero:after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 174, 239, 0.05) 0%, rgba(0, 174, 239, 0.05) 100%), linear-gradient(261deg, rgba(214, 221, 229, 0.80) -0.72%, rgba(220, 226, 233, 0.90) 17.46%, rgba(248, 249, 249, 0.60) 37.24%, #FFF 65.27%);
    position: absolute;
    inset: 0;
}

.medicamentos-title {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(5px);
}

.medicamentos-title.expandido {
    width: 100%;
    background: #ccd4df;
    border-radius: 16px;
}

.medicamentos-title.expandido span:has(svg) {
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
}

.medicamentos-title.expandido h3 {
    height: 0;
    width: 0;
    opacity: 0;
}

.pilares-title {
    background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 50%),
    linear-gradient(0deg, rgba(141, 210, 244, 0.20) 0%, rgba(141, 210, 244, 0.20) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%);
    backdrop-filter: blur(7.5px);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.medicamentos-title p{
    width: 0;
    height: 0;
    opacity: 0;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 150%;
}

.medicamentos-title.expandido p {
    opacity: 1;
    width: 100%;
    height: auto;
    color: #000;
}

.black-icon:hover svg path{
    stroke: #1e1e1f;
}

.medicamentos-title span:has(svg):hover {
    cursor: pointer;
}
body .header-body .container:has(.logo){
    padding: 0 24px!important;
}

.blur-bg-10{
    backdrop-filter: blur(10px);
}
.medicamentos-title {
    transition: all 1s ease;
}

.hechoconciencia-bg{
    background: linear-gradient(180deg, rgba(244, 248, 248, 0.00) 0%, #FFF 70.04%), linear-gradient(278deg, #BDCBD3 12.47%, #C0CDD6 17.14%, #F2FBFE 93.73%, #F2FBFE 98.71%);}

.hechoconciencia-bg > div > div{
    background: linear-gradient(0deg, rgba(0, 174, 239, 0.20) 0%, rgba(0, 174, 239, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 100%);
    border-radius: 32px;
}

.hechoconciencia-bg .swiper .swiper-pagination{
    left: calc(0px + 60px);
    bottom: calc(0px + 60px);
    right: unset;
    text-align: left;
}

.hechoconciencia-bg .swiper .swiper-pagination .swiper-pagination-bullet{
    max-width: 93px;
    width: 100%;
    height: 4px;
    border-radius: unset;
}

div.c-prepfooter,
div.c-prepfooter div{
    padding: 0!important;
}

.pilares-text {
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}



.margin-0{
    margin:0 !important;
}

.soc-y-med-swiper figure img{
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.pilares-container.visible .pilares-text {
    opacity: 1;
}

.pilares-title span.gb-button:hover{
    cursor: pointer;
}


a.next, a.prev {
    border: 1px solid #1e1e1f!important;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 8px 12px!important;
}

a.next span, a.prev span {
    display: flex;
}

.vacunas-historia-bullet:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: -8px;
    top: -8px;
    background: #00AEEF;
    border-radius: 16px;
}
.button-arrow:hover svg path {
    stroke: #00aeef;
}

@media (max-width: 1024px){
    .post-single-img,
    .post-single-container{
        width: 100%;
    }
    .post-content{
        flex-direction: column;
    }
    .taxonomy-sidebar{
        max-width: unset;
        width: 100%;
    }
    .etapas-vida-modal .modal-content-container {
        max-width: 325px;
        width: 100% !important;
        overflow: scroll;
    }
    body:has(.wp-block-blocky-gutenberg-blocks-modal.show){
        overflow: hidden;
    }
    .c-prepfooter .row{
        margin: 0!important;
    }

    .soc-y-med-swiper .swiper-pagination{
        display: none;
    }
    .soc-y-med-swiper figure img{
        height: 298px!important;
        object-fit: contain;
        border-bottom-left-radius: 24px;
        border-top-right-radius: 0;
        display: block;
        margin-left: auto;
    }

    .soc-y-med-swiper .swiper-wrapper,
    .soc-y-med-swiper .swiper{
        overflow: visible;
    }
}


