.publicaciones .banner-text .page-description h1,
.publicaciones .banner-text .page-description p.h1,
.publicaciones .publicaciones-title h3,
.publicaciones .analisis-title h3,
.publicaciones .observatorio-title h3 { 
	/* font-family: 'SpaceGrotesk', sans-serif; */
	font-family: "OpenSans-Regular", sans-serif;
	font-style: normal;
}

.publicaciones #main-home {
	background-color: #ffffff;
	margin-bottom: 4rem;
}

.publicaciones #main-home .main-home-block .container-fluid.bg-white {
	background-color: transparent !important;
	padding: 0;
}

.publicaciones .container-fluid{
    margin: 0;
	padding: 0;	
}

.publicaciones .row{
    margin: 0;
	padding: 0;
}
.publicaciones .row>*{
    margin: 0;
	padding: 0;
}
.publicaciones #page {
    margin-top: -102px;
}

.publicaciones .container-fluid.banner {
    margin: 0;
    padding: 0;
    height: 303px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.publicaciones .container-fluid.banner .banner-image {
    height: 303px;
    width: 100%;
}

.publicaciones .container-fluid.banner .banner-image .banner-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
}

.publicaciones .container-fluid.banner .banner-image .banner-image-group {
    height: 303px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    position: relative;
    min-width: 100%;
}

.publicaciones .container-fluid.banner .banner-image .banner-image-group picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 303px;
    min-width: 100%;
}

.publicaciones #page .banner-media .banner-image-group img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.publicaciones .container-fluid.banner .banner-image .banner-image-group:after {
    height: 439px;
}

.publicaciones .container-fluid.banner .banner-text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 303px;
    top: 1rem;
    min-width: 100%;
}

.publicaciones .row {
    margin: 0;
    padding: 0;
}

.publicaciones .row > * {
    margin: 0;
    padding: 0;
}

.publicaciones .banner-text .page-description h1,
.publicaciones .banner-text .page-description p.h1 {
    color: #FDFDFD;
    text-align: center;    
    font-size: 48px;    
    font-weight: 700;
    line-height: 56px;
}

.publicaciones .container-fluid.banner {
    background: transparent;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.publicaciones .container__slider {
    width: 900px;
    margin: 0 auto;
    max-width: 80%;
}

.publicaciones .slick-sprev {
    opacity: 1;
    -webkit-transform: translate3d(-60%, 0, -10px);
            transform: translate3d(-60%, 0, -10px);
}

.publicaciones .slick-snext {
    opacity: 1;
    -webkit-transform: translate3d(60%, 0, -10px);
            transform: translate3d(60%, 0, -10px);
    z-index: 1;
    -webkit-perspective: 1000px;
            perspective: 1000px;
}

#publicaciones-cuatro-columnas .c-highlights-list ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: flex-star;
        -ms-flex-pack: flex-star;
            justify-content: flex-star;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
}

#publicaciones-cuatro-columnas .c-highlights-list ul li.c-highlight{
    max-width: 298px;
    min-width: 298px;
        width: 298px;
        height: 404px;
        position: relative;
        
}

#publicaciones-cuatro-columnas .c-highlights-list ul li.c-highlight .c-highlight-image a img{
    max-width: 298px;
    max-height: 404px;
	-webkit-filter: drop-shadow(0 2px 3px rgba(51, 51, 51, 0.20));
	        filter: drop-shadow(0 2px 3px rgba(51, 51, 51, 0.20));
	border-radius: 20px;
}

#publicaciones-cuatro-columnas .c-highlights-list ul li.c-highlight .c-highlight-image a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 404px;
    width: 100%;
}

.publicaciones .publicaciones-title h3{
    color: #281E0E;    
    font-size: 40px;   
    font-weight: 700;
    line-height: 50px; 
}
.publicaciones .publicaciones-title{
    margin-top: 100px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}
.publicaciones .publicaciones-title p{
    color: #281E0E;
    font-family: OpenSans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.publicaciones .analisis-title{
    margin-top: 100px;
    margin-bottom: 40px;
}

.publicaciones .analisis-title h3{
    color: #281E0E;
    text-align: center;    
    font-size: 40px;   
    font-weight: 700;
    line-height: 50px;
}

.publicaciones .analisis-title p {
    color: #281E0E;
    font-family: OpenSans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.publicaciones .analisis-img p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 100px;
}

.publicaciones .observatorio-title{
    margin-top: 100px;
    margin-bottom: 40px;
}


.publicaciones .observatorio-title h3{
    color: #281E0E;    
    font-size: 40px;   
    font-weight: 700;
    line-height: 50px; 
}

.publicaciones .observatorio-title p {
    color: #281E0E;
    font-family: OpenSans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.publicaciones .rev_slider_publicaciones .rev_slide.new::after {
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Imagenes/new-tag.png);
    position: absolute;
    bottom: 12px;
    height: 87px;
    width: 127px;
    right: -5px;
    border-radius: 0 0 20px 0;
    background-repeat: no-repeat;
}

:lang(ca) > .publicaciones .rev_slider_publicaciones .rev_slide.new::after {
  background-image: url(/deployedfiles/agrobankhub/Imagenes/new-tag-cat.png);
}

.publicaciones .rc .rev_slider_publicaciones .rev_slide.new::after {bottom: 20px;}

#publicaciones-cuatro-columnas .c-highlights-list ul li.new:after{
   content: " ";
   background-image: url(/deployedfiles/agrobankhub/Imagenes/new-tag.png);
   position: absolute;
    height: 87px;
    width: 121px;
    border-radius: 0;
    background-size: cover;
    bottom: 65px;
    right: -9px;
}

:lang(ca) > #publicaciones-cuatro-columnas .c-highlights-list ul li.new:after{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Imagenes/new-tag-cat.png);
    position: absolute;
    height: 87px;
    width: 121px;
    border-radius: 0;
    background-size: cover;
    bottom: 65px;
    right: -9px;	 
}

.publicaciones  .slick-dots {
    text-align: -webkit-center;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 250px;
    z-index: 10;
}

.publicaciones  .slick-dots li{
    display: list-item;
    justify-items: center;
    list-style-position: inside;
}
.publicaciones .analisis-img img {
    filter: drop-shadow(0 2px 3px rgba(51, 51, 51, 0.20));
    border-radius: 20px;
}
@media (max-width: 991px){
    
    .publicaciones .container-fluid.banner,
    .publicaciones .container-fluid.banner .banner-image,
    .publicaciones .container-fluid.banner .banner-image .banner-image-group,
    .publicaciones .container-fluid.banner .banner-image .banner-image-group picture {
        height: 276px;
    }
    .publicaciones #page .banner-media .banner-image-group img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .publicaciones .container-fluid.banner .banner-text {
        width: 100%;
        height: 370px;
        top: 0;
        min-width: 100%;
    }
    .publicaciones .container-fluid.banner .page-banner {
        padding: 0;
        margin-top: -50px;
    }
    .publicaciones .banner-text .page-description h1,
	.publicaciones .banner-text .page-description p.h1	{
        color: #FDFDFD;
        text-align: center;        
        font-size: 24px;       
        font-weight: 700;
        line-height: 32px;
    }
    .publicaciones .publicaciones-title {
        margin-top: 48px;
        margin-bottom: 32px;
    }
    
    .publicaciones .publicaciones-title h3 {
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .publicaciones .publicaciones-title p {
        color: #281E0E;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
        width: 272px;
        margin: 0 auto;
    }
    .publicaciones .rev_slider_publicaciones .rev_slide.new::after {
        content: " ";
        bottom: 7px;
        height: 87px;
        width: 100px;
        right: 2px;
        border-radius: 0 0 10px 0;
        background-size: contain;
    }
    #publicaciones-cuatro-columnas .c-highlights-list ul li.new:after {
        height: 50px;
        width: 100px;
        border-radius: 0;
        right: -7px;
        bottom: 72px;
    }
    .publicaciones .analisis-title {
        margin-top: 100px;
        margin-bottom: 32px;
    }
    .publicaciones .analisis-title h3 {
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; 
        margin-bottom: 16px;
    }
    .publicaciones .analisis-title p {
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .publicaciones .analisis-img p{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 272px;
        margin: 0 auto 100px;
    }
    .publicaciones .analisis-img p a img{
        max-width: 272px;
    }
    
    .publicaciones .observatorio-title {
        margin-top: 48px;
        margin-bottom: 32px;
    }
    
    .publicaciones .observatorio-title h3 {
        color: #281E0E;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        max-width: 272px;
        margin: 0 auto 16px;
    }
    
    .publicaciones .observatorio-title p {
        color: #281E0E;
        text-align: center;
        font-family: OpenSans;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        max-width: 272px;
        margin: 0 auto;
    }
    
    #publicaciones-cuatro-columnas .c-highlights-list ul li.c-highlight {
        max-width: 238px;
        min-width: 238px;
        width: 238px;
        height: 323px;
        position: relative;
    }
    #publicaciones-cuatro-columnas .c-highlights-list ul li.c-highlight .c-highlight-image a {
        height: 323px;
    }
    #publicaciones-cuatro-columnas .c-highlights-list ul li.c-highlight .c-highlight-image a img {
        max-width: 238px;
        max-height: 323px;
    }
    .head-linkgroup-text-footer{
        display: none;
    }
    .publicaciones .slick-dots {
        max-width: 180px;
    }
    #publicaciones-cuatro-columnas .c-highlights-list ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

