.wrap-entrevista{
	max-width: 1300px;
}
h1.normal-title {
    margin-bottom: 10px;
    color: #457ffc;
}
.entrevistas-container .box-entrevistas{
	width: calc(100% / 6);
}
.wrap-type-2 .entrevistas-container .box-entrevistas{
	width: calc(100% / 4);
}
.wrap-type-2 .entrevistas-container .box-entrevistas.box-large{
	width: calc(100% / 2);
}
.wrap-type-2 .entrevistas-container .box-entrevistas.box-large .triangle-css{
	transform: rotate(2deg);
}
.box-entrevistas .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-entrevistas .image{
	display: block;
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.box-entrevistas .destacado-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
.box-entrevistas .triangle-css{
	position: absolute;
    background-color: white;
    bottom: -12px;
    left: -5px;
    right: -5px;
    height: 26px;
    z-index: 2;
    transform: rotate(4deg);
}
.box-entrevistas .texto{
	position: relative;
    padding: 15px 15px 15px;
    color: #343740;
}
.box-entrevistas .texto a{
	color: #343740;
	text-decoration: none;
    
}
.box-entrevistas .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-entrevistas .texto .category{
	margin-bottom: 15px;
}
.box-entrevistas .texto .category a{
	display: inline-block;
	color: white;
	background-color: #467EFC;
	font-size: 13px;
	border-radius: 999em;
	padding: 5px 15px;
}
.box-entrevistas .texto h3{
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 0;
	margin-top: 0;
}
.box-entrevistas .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-entrevistas .texto .data{
	margin: 0;
	font-size: 14px;
}
.box-entrevistas .texto .autor{
	margin-top: 20px;
}
.box-entrevistas .texto .autor p{
	margin: 0;
	font-size: 13px;
}
.box-entrevistas .texto .autor a{
	font-size: 15px;
	font-weight: bold;
}
.box-entrevistas .texto .autor .image-link,
.box-entrevistas .texto .autor .name-publicacion{
	display: inline-block;
	vertical-align: middle;
}
.box-entrevistas .texto .autor .image-link{
	width: 32px;
}
.box-entrevistas .texto .autor .name-publicacion{
	width: calc( 99% - 35px );
	font-size: 14px;
	padding-left: 10px;
}
.box-entrevistas .texto .autor .image{
	width: 32px;
	height: 32px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	border-radius: 999em;
	border: 1px solid #d7d7d7;
}
.box-entrevistas .texto .autor .name-publicacion > *{
	display: block;
}
.box-entrevistas .button-container{
	text-align: center;
	margin-top: 20px !important;
}
.autor .name-publicacion p{
	font-size: 13px;
	margin: 0;
}
.autor .name-publicacion a{
	font-weight: bold;
	font-size: 15px;
}
.box-entrevistas .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-entrevistas .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;
}	
.profesional-search-box{
	height: auto;
}
.ultimos-articulos-block .wrap-type-2 .normal-title{
	text-align: center;
}
.ultimos-articulos-block .wrap-type-2 .button-container{
	margin-top: 90px;
	text-align: center;
}

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

@media only screen and (max-width: 1700px) {
	
	.entrevistas-container .box-entrevistas {
	    width: calc( 100% / 5 );
	}
	
	
}
@media only screen and (max-width: 1500px) {
	.entrevistas-container .box-entrevistas {
	    width: calc( 100% / 4 );
	}
	.wrap-entrevista {
	    padding-top: 90px !important;
	}
	/*.box-entrevistas .image-bg{
		height: 380px;
	}*/
}
@media only screen and (max-width: 1200px) {
	.box-entrevistas .image-bg {
	    height: 410px;
	}
	.entrevistas-container .box-entrevistas {
	    width: calc( 100% / 3 );
	}
}

@media only screen and (max-width:991px) {
	
	.wrap-type-2 .entrevistas-container .box-entrevistas{
		width: calc(100%/2);
	}
	
}	

@media only screen and (max-width: 767px) {
	.entrevistas-container .box-entrevistas {
	    width: calc( 100% / 2 );
	}
	
}

@media only screen and (max-width: 575px) {
	.articulos-destacados .wrap{
		padding-right: 0;
	}
	.entrevistas-container .box-entrevistas {
	    width: calc( 100% / 1 );
	}
	.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;
	}
	.wrap-type-2 .entrevistas-container .box-entrevistas,
	.wrap-type-2 .entrevistas-container .box-entrevistas.box-large{
		width: 100%;
	}
	.wrap-entrevista {
	    padding-top: 40px !important;
	}
}