
/* Listado de Noticias */

.noticias-block-destinos .article-list:not(.slick-initialized){
    gap: 20px;
    flex-wrap: nowrap;
    overflow: hidden;
}
.noticias-block-destinos .article-list:not(.slick-initialized) article{
    flex: 0 0 calc(25% - 15px);
    margin: 0;
}
.noticias-block-destinos .article-list .slick-slide {
    margin-right: 20px;
}
/*.noticias-block-destinos .article-list article{
    width: 250px; !important;
    margin: 0;
}*/

.noticias-block-destinos .article-list .slick-prev,
.noticias-block-destinos .article-list .slick-next{
    display: flex;
    justify-content: center;
    align-items: center;
}
.noticias-block .slick-prev:before,
.noticias-block .slick-next:before {
    opacity: 0;
}
.noticias-block .slick-prev:hover:before,
.noticias-block .slick-prev:focus:before,
.noticias-block .slick-next:hover:before,
.noticias-block .slick-next:focus:before {
    opacity:0;
}

.noticias-block .slick-prev {
    left: -50px;
}
.noticias-block .slick-prev,
.noticias-block .slick-next {
    background: transparent;
    border: none;
    font-size: 42px;
    color: black;
}

.noticias-block .slick-prev svg,
.noticias-block .slick-next svg{
    z-index: 99;
    background: transparent;
    border: none;
    font-size: 42px;
    color: black;
}

.noticias-block-destinos .article-list article.mode-list:nth-child(5) .entry-header div,
.noticias-block-destinos .article-list article.mode-list:nth-child(5) .entry-div p,
.noticias-block-destinos .article-list article.mode-list:nth-child(6) .entry-header div,
.noticias-block-destinos .article-list article.mode-list:nth-child(6) .entry-div p,
.noticias-block-destinos .article-list article.mode-list:nth-child(7) .entry-header div,
.noticias-block-destinos .article-list article.mode-list:nth-child(7) .entry-div p,
.noticias-block-destinos .article-list article.mode-list:nth-child(8) .entry-header div,
.noticias-block-destinos .article-list article.mode-list:nth-child(8) .entry-div p{
    display: block !important;
}