.trending-home .wrap{
	max-width: 1300px;
	border-radius: 20px;
	padding: 0 90px;
	/*background-color: white;*/
}
.trending-home .normal-title{
	text-align: center;
}
.trending-home .carousel-cell{
	width: calc( 100% / 4 );
	padding-bottom: 10px;
}

.trending-home .bloque-articulos{
	padding-left: 30px;
	padding-right: 30px;
}
.trending-home .flickity-prev-next-button.previous {
    background-image: url(../../images/general/arrow-black-left.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-color: transparent;
    left: -40px
}
.trending-home .flickity-prev-next-button.next {
    background-image: url(../../images/general/arrow-black-right.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-color: transparent;
    right: -40px
}
.trending-home .flickity-button svg {
    display: none;
}

.trending-home .carousel-entrevista-mobile{
	display: none;
}

.trending-desktop{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.trending-desktop .grid-1{
    grid-column: 1 / -3;
    width: 100%!important;
}
.trending-desktop .grid-2{
    grid-column: 3 / -1;
    width: 100%!important;
}
.trending-desktop .large-box-bg{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5 );
    z-index: 2;
}



@media only screen and (max-width:1920px) {
	
}

@media only screen and (max-width: 1700px) {
	
	.trending-home .carousel-cell {
	    width: calc( 100% / 5 );
	}
	
	
}
@media only screen and (max-width: 1500px) {
	.trending-home .carousel-cell {
	    width: calc( 100% / 4 );
	}
	
}
@media only screen and (max-width: 1200px) {
	.trending-home .wrap{
		padding: 40px 0;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media only screen and (max-width:991px) {
	
	.trending-home .carousel-cell {
	    width: calc( 100% / 3 );
	}
	.trending-desktop {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	}
	.trending-desktop .grid-1,
	.trending-desktop .grid-2 {
	    grid-column: auto;
	}
	
}	

@media only screen and (max-width: 767px) {
	.trending-home .carousel-cell {
	    width: calc( 100% / 2 );
	}
	
}

@media only screen and (max-width: 575px) {
	.trending-home{
		padding-top: 0;
	}
	.trending-home .wrap{
		padding-right: 0;
	}
	
	.trending-home .carousel-cell {
	    width: 260px;
	    display: inline-block;
	    vertical-align: top;
	}
	.trending-home .bloque-articulos {
	    padding-left: 0;
	    padding-right: 0;
	}
	.trending-home .flickity-button{
		display: none;
	}
	/*.trending-home .carousel-entrevista-desktop{
		display: none;
	}*/
	.trending-home .carousel-entrevista-mobile{
		display: block;
	}
	.trending-home .wrap{
		background-color: transparent;
		margin-left: 0;
		margin-right: 0;
	}
	.trending-desktop{
		grid-template-columns: repeat(1, 1fr);
	}
	.trending-desktop .grid-1,
	.trending-desktop .grid-2{
		height: 410px;
	}
	.trending-desktop.article-grid .single-article{
		margin-bottom: 10px;
	}
	.trending-desktop .box-general-styles:nth-child(5),
	.trending-desktop .box-general-styles:nth-child(6){
		display: none;
	}

}




.box-trending .image-bg{
	background-size: cover;
	background-position: center;
	position: relative;
	height: 405px;
	margin: 10px;
	border-radius: 20px;
	/*background-color: #292929;*/
	background-color: white;
    box-shadow: 0 0 10px #d7d7d7;
	/*border: 1px solid #bfbfbf;*/
	overflow: hidden;
}
.box-trending .image{
	display: block;
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.box-trending .destacado-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
.box-trending .triangle-css{
	position: absolute;
    background-color: white;
    bottom: -12px;
    left: -5px;
    right: -5px;
    height: 26px;
    z-index: 2;
    transform: rotate(4deg);
}
.box-trending .texto{
	position: relative;
    padding: 15px 15px 15px;
    color: #343740;
}
.box-trending .texto a{
	color: #343740;
	text-decoration: none;
    
}
.box-trending .texto .name-publicacion a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical; 
}
.box-trending .texto .category{
	margin-bottom: 15px;
}
.box-trending .texto .category a{
	display: inline-block;
	color: white;
	background-color: #467EFC;
	font-size: 13px;
	border-radius: 999em;
	padding: 5px 15px;
}
.box-trending .texto h3{
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 0;
}
.box-trending .texto h3 a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
}
.box-trending .texto .data{
	margin: 0;
	font-size: 14px;
}
.box-trending .texto .autor{
	margin-top: 20px;
}
.box-trending .texto .autor p{
	margin: 0;
	font-size: 13px;
}
.box-trending .texto .autor a{
	font-size: 15px;
	font-weight: bold;
}
.box-trending .texto .autor .image-link,
.box-trending .texto .autor .name-publicacion{
	display: inline-block;
	vertical-align: middle;
}
.box-trending .texto .autor .image-link{
	width: 32px;
}
.box-trending .texto .autor .name-publicacion{
	width: calc( 99% - 35px );
	font-size: 14px;
	padding-left: 10px;
}
.box-trending .texto .autor .image{
	width: 32px;
	height: 32px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	border-radius: 999em;
	border: 1px solid #d7d7d7;
}
.box-trending .texto .autor .name-publicacion > *{
	display: block;
}
.box-trending .button-container{
	text-align: center;
	margin-top: 20px;
}
.box-trending .button-container .button{
	background-color: var(--color-1);
	color: white;
	font-size: 13px;
	border-radius: 999em;
	padding: 5px 25px;
}
.articulos-destacados .bloque-articulos{
	padding-left: 30px;
	padding-right: 30px;
}
.articulos-destacados .flickity-prev-next-button.previous {
    background-image: url(../../images/general/arrow-black-left.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-color: transparent;
    left: -40px
}
.articulos-destacados .flickity-prev-next-button.next {
    background-image: url(../../images/general/arrow-black-right.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-color: transparent;
    right: -40px
}
.articulos-destacados .flickity-button svg {
    display: none;
}
.carousel-destacados-mobile{
	display: none;
}

.box-trending .encontrar-box {
    display: block;
    border-radius: 20px;
    /*position: absolute;*/
    left: 0;
    right: 0;
    background-color: #467EFC;
    color: white;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    padding: 63% 0;
    margin: 10px;
    max-height: 405px;
}	

@media only screen and (max-width:1920px) {
	
}

@media only screen and (max-width: 1700px) {
	
	.articulos-destacados .carousel-cell {
	    width: calc( 100% / 5 );
	}
	
	
}
@media only screen and (max-width: 1500px) {
	.articulos-destacados .carousel-cell {
	    width: calc( 100% / 4 );
	}
	/*.box-trending .image-bg{
		height: 380px;
	}*/
}
@media only screen and (max-width: 1200px) {
	.box-trending .image-bg {
	    height: 410px;
	}
}

@media only screen and (max-width:991px) {
	
	.articulos-destacados .carousel-cell {
	    width: calc( 100% / 3 );
	}
	
}	

@media only screen and (max-width: 767px) {
	.articulos-destacados .carousel-cell {
	    width: calc( 100% / 2 );
	}
	
}

@media only screen and (max-width: 575px) {
	.articulos-destacados .wrap{
		padding-right: 0;
	}
	.articulos-destacados .carousel-cell {
	    width: 260px;
	    display: inline-block;
	    vertical-align: top;
	}
	.articulos-destacados .bloque-articulos {
	    padding-left: 0;
	    padding-right: 0;
	}
	.articulos-destacados .flickity-button{
		display: none;
	}
	.carousel-destacados-desktop{
		display: none;
	}
	.carousel-destacados-mobile{
		display: block;
	}

	.carousel-destacados-mobile .texto h3 a{
		-webkit-line-clamp: 3;
    	line-clamp: 3;
    	overflow: hidden;
    	min-height: 70px;
	}

	

}




.box-trending-home .image-bg{
	background-size: cover;
	background-position: center;
	position: relative;
	height: 405px;
	margin: 10px;
	border-radius: 20px;
	background-color: white;
    box-shadow: 0 0 10px #d7d7d7;
    /*border: 1px solid #bfbfbf;*/
    overflow: hidden;
}
.box-trending-home .image{
	display: block;
	width: 100%;
	height: 185px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.box-trending-home .destacado-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.box-trending-home .texto{
	position: relative;
    padding: 0px 15px 15px;
    color: #343740;
    margin-top: -12px;
}
.box-trending-home .texto a{
	color: #343740;
	text-decoration: none;
    
}
.box-trending-home .texto .name-publicacion a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical; 
}
.box-trending-home .texto .category{
	margin-bottom: 15px;
}
.box-trending-home .texto .category a{
	display: inline-block;
	color: white;
	background-color: #467EFC;
	font-size: 13px;
	border-radius: 999em;
	padding: 5px 15px;
}
.box-trending-home .texto h3{
	font-size: 20px;
	font-weight: 900;
}
.box-trending-home .texto h3 a{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
   min-height: 100px;
}
.box-trending-home .texto .autor .image-link,
.box-trending-home .texto .autor .name-publicacion{
	display: inline-block;
	vertical-align: middle;
}
.box-trending-home .texto .autor .image-link{
	width: 54px;
}
.box-trending-home .texto .autor .name-publicacion{
	width: calc( 99% - 60px );
	font-size: 12px;
	padding-left: 10px;
}
.box-trending-home .texto .autor .image{
	width: 54px;
	height: 54px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	border-radius: 999em;
}
.box-trending-home .texto .autor .name-publicacion > *{
	display: block;
}
.articulos-destacados .bloque-articulos{
	padding-left: 30px;
	padding-right: 30px;
}
.articulos-destacados .flickity-prev-next-button.previous {
    background-image: url(../../images/general/arrow-black-left.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-color: transparent;
    left: -40px
}
.articulos-destacados .flickity-prev-next-button.next {
    background-image: url(../../images/general/arrow-black-right.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-color: transparent;
    right: -40px
}
.articulos-destacados .flickity-button svg {
    display: none;
}
.carousel-destacados-mobile{
	display: none;
}	

@media only screen and (max-width:1920px) {
	
}

@media only screen and (max-width: 1700px) {
	
	.articulos-destacados .carousel-cell {
	    width: calc( 100% / 5 );
	}
	
	
}
@media only screen and (max-width: 1500px) {
	.articulos-destacados .carousel-cell {
	    width: calc( 100% / 4 );
	}
	/*.box-trending-home .image-bg{
		height: 380px;
	}*/
}
@media only screen and (max-width: 1200px) {
	.box-trending-home .image-bg {
	    height: 410px;
	}
}

@media only screen and (max-width:991px) {
	
	.articulos-destacados .carousel-cell {
	    width: calc( 100% / 3 );
	}
	
}	

@media only screen and (max-width: 767px) {
	.articulos-destacados .carousel-cell {
	    width: calc( 100% / 2 );
	}
	
}

@media only screen and (max-width: 575px) {
	.articulos-destacados .wrap{
		padding-right: 0;
	}
	.articulos-destacados .destacados-cell {
	    width: 260px;
	    display: inline-block;
	    vertical-align: top;
	}
	.articulos-destacados .bloque-articulos {
	    padding-left: 0;
	    padding-right: 0;
	}
	.articulos-destacados .flickity-button{
		display: none;
	}
	.carousel-destacados-desktop{
		display: none;
	}
	.carousel-destacados-mobile{
		display: block;
	}

	.carousel-destacados-mobile .texto h3 a{
		-webkit-line-clamp: 3;
    	line-clamp: 3;
    	overflow: hidden;
    	min-height: 70px;
	}

	.box-trending-home .image-bg{
		background-color: white;
	}

}

















