.grid-selected-posts-section .post-card-inner{
    min-height: 250px;
    background: #000;
    position:relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 8px !important;
    -webkit-box-shadow: inset 0px 0px 243px 103px rgba(0,0,0,0.34);
    -moz-box-shadow: inset 0px 0px 243px 103px rgba(0,0,0,0.34);
    box-shadow: inset 0px 0px 243px 103px rgba(0,0,0,0.34);
    transition: all 0.2s;
}
.grid-selected-posts-section .post-card-inner:hover{
    filter: grayscale(100%);
}
.grid-selected-posts-section .post-card-inner h2 a{
    max-width:74%;
    margin: auto;
    display:block;
    color:#fff;
    font-size:34px;
}
@media(max-width:991px){
    .grid-selected-posts-section .post-card-inner h2 a{
        font-size:24px;
    }
}
.post-card-featured {
    min-width: 280px;
}
.post-card-featured a{
    color: #0093CE;
    font-size: 20px;
    line-height: 30px;
}
.post-card-featured a:hover{
    color: #000;
}
.post-card-featured > div {
    max-width: 280px;
    max-width: 310px;
    margin: auto;
}
.post-card-normal .card__title a {
    font-weight: 600;
    color: #000;
}
.post-card-normal .author-date {
    border-top: 1px solid;
}
.post-card-unidades .row-card {
    min-height: 450px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid;
}
.post-card-unidades .img-obj-fit {
    height: auto;
}
.post-card-unidades h3 a:hover {
    color:#000;
}
.post-card-unidades p {
    line-height: 22px;
    padding-bottom: 180px;
}

@media(max-width:991px){
    .post-card-unidades p {
        padding-bottom: 120px;
    }
}

.post-card-unidades .bots-card {
    left: 0;
    bottom: 40px;
    width: 96%;
    margin: 0 2%;
}
.post-card-centros-black > div {
    background: #000;
    position: relative;
    padding: 1.5rem;
    border-radius: 10px;
}
.post-card-centros-black .bots-card {
    left: 0;
    bottom: 40px;
    width: 96%;
    margin: 0 2%;
}
.post-card-centros-black .card__title {
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 20px;
}
.post-card-centros-black .bots-card {
    left: 0;
    bottom: 0px;
    width: 95%;
    margin: 0 2.5%;
    padding: 10px 0;
}
.post-card-centros-black .content-card {
    font-weight: 400;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
}
.post-card-centro p {
    padding: 0;
    line-height: initial;
}
.post-card-centro .content-card {
    font-weight: 400;
    margin-bottom: 90px;
    border-bottom: 1px solid;
    color:#828282;
}
.post-card-centro h3 a {
    color: #303030;
}
.post-card-centro .bots-card {
    bottom: 10px;
}
.post-card-centro .row-card {
    min-height: 360px;
}
.post-card-centro .content-card p:nth-child(2){
    color:#000;
}
.post-card-product .bots-card {
    left: 0;
    bottom: 0;
}
.post-card-centros-black.post-card-centro-compact > div {
    background: #fff;
    position: relative;
    padding: 1.5rem;
    border-radius: 10px;
    border: 2px solid;
}

.post-card-centros-black.post-card-centro-compact .card__title a {
    color: #303030 !important;
}
.post-card-centros-black.post-card-centro-compact .content-card {
    padding-bottom: 0px;
} 
.gsp-carrousel .arrow-slide.fa-arrow-left {
    right: 60px;
}
.gsp-carrousel {
    position: relative;
}
.gsp-carrousel i.arrow-slide {
    position: absolute;
    right: 20px;
    bottom: -50px;
    font-size: 26px;
    z-index: 20;
    cursor:pointer;
    opacity: 0.3;
}
.gsp-carrousel i.arrow-slide:hover {
    opacity: 1;
}