/*Creado 07-12-2018
* Autor:lcaraves;
* Page: detail News;
*/

.date-new-subtitle {
    margin-bottom: 38px;
	margin-top: 0px;
}

.tag-new-detail {
    margin-top: 35px;
}

.title-new-detail {
	font-family: 'PlayfairDisplay-Regular', Arial !important;
	font-size: 41px !important;
	line-height: initial;
}

/*bloque de Noticias Relacionadas*/
.related-news-header-title {

    margin-top: 40px;
    margin-bottom: -20px;

}

/*leyenda de imagen*/
.image-legend-news {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: 'FiraSans-Light', Arial;
	color: #888888;
}

/*Espacio entre comentario y imagen de portada*/
.field--name-field-photo-cover-news + div.field--name-body {
	margin-top: 40px !important;
}

@media (max-width: 768px){
	.related-news-header-title{
		margin-bottom: 30px;
	}

	.title-new-detail{
		font-size: 32px !important;;
	}

	.field.field--name-field-photo-cover-news.field--type-entity-reference.field--label-hidden.field--item {
   		margin-bottom: -30px;
	}

	.node--type-news .field--name-body {
		padding-top: 0px ;
	}

	.node--type-news .video-embed-field-responsive-video.form-group {
		margin-top: 30px;
	}
}