/********HEEAD*******/

.list_contenedorLista h1 {
	font-size: 50px;
	text-align: center;
	font-weight: 700;
	line-height: 56px;
}

.ContFechaYautor {
	font-size: 12px;
	margin: 20px 0;
}

.ContFechaYautor span {
	margin: 0 12px;
}

/*******IMAGEN PRINCIPAL********/

.list_Compartir {
	text-align: center;
}

.list_contImagenPrincipal {
	position: relative;
	/* height: 450px; */
	overflow: hidden;
	width: 60%;
	margin: 0 auto;
}

.list_contImagenPrincipal img {
	width: 100%;
}

.list_descripcionListado p {
	font-size: 16px;
}

/********LISTADOS*********/

.list_contListaIndividual {
	margin: 30px 0;
	width: 100%;
	display: inline-block;
}

.list_tituloLista {
	text-align: center!important;
	font-weight: 700;
	font-size: 35px;
	margin: 0px 0px 30px;
	text-decoration: none;
}

.list_imgIndividual {
	width: 500px;
	margin: 0 auto 20px;
}

.list_btnListados {
	padding: 10px 20px;
	background-color: #c2483a;
	color: #FFF;
	font-size: 20px;
	margin: 20px auto;
	width: fit-content;
	display: block;
	border-radius: 5px;
}

.list_btnListados:hover {
	background-color: #90342a;
	color: #FFF;
	text-decoration: none;
}

/********PUBLICIDAD LISTADOS********/

.list_publicidad {
	width: fit-content;
	margin: 30px auto;
}

/********DIVISION LISTADOS********/

.list_divisor {
	margin: 0 auto;
	width: 450px;
	display: flex;
}

.list_lineaDiv {
	width: 200px;
	height: 5px;
	background-color: #000;
	margin-top: 12px;
	background-color: #c44735;
}

.list_iconDiv {
	width: 30px;
	margin: 0 15px;
	fill: #c44735;
}

/********TE RECOMENDAMOS*******/

.list_modRecomendamos_h3 {
	width: -webkit-fill-available;
	width: -moz-available;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #000;
	border-bottom: solid #c44735 1px;
	margin-top: 40px;
}

.list_modRecomendamos_contenedor {
	width: 23%;
	margin-left: 1%;
	float: left;
	margin: 20px 7px;
}

.list_modRecomendamos_titulo {
	width: 100%;
	height: 160px;
	padding: 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
}

.list_modRecomendamos_titulo a {
	color: #000;
	text-decoration: none;
}

.list_modRecomendamos_titulo a:hover {
	color: #c44735;
	text-decoration: none;
}

.list_modRecomendamos_imagen {
	width: -webkit-fill-available;
	width: -moz-available;
	height: -webkit-fill-available;
	overflow: hidden;
	display: inline-block;
}

.list_modRecomendamos_imagen img {
	margin: 0;
}

/*****************MEDIA QUERIES*****************/

/*********************0 a 575.98*******************/

@media (max-width: 575.98px) {
	.list_contenedorLista h1 {
		font-size: 25px;
		line-height: 35px;
	}
	.list_contImagenPrincipal {
		height: auto;
		width: 100%;
	}
	.list_imgIndividual {
		width: 90%;
	}
	.list_tituloLista {
		font-size: 20px;
		line-height: 26px;
	}
	.list_divisor {
		width: 100%;
	}
	/********TE RECOMENDAMOS*******/
	.list_modRecomendamos_contenedor {
		width: 100%;
	}
	.list_modRecomendamos_titulo {
		height: auto;
	}
}

/*********************576 a 767.98*******************/

@media (min-width: 576px) and (max-width: 767.98px) {
	.list_contenedorLista h1 {
		font-size: 30px;
		line-height: 39px;
	}
	.list_contImagenPrincipal {
		width: 100%;
	}
	.list_imgIndividual {
		width: 90%;
	}
	.list_tituloLista {
		font-size: 28px;
		line-height: 36px;
	}
	/********TE RECOMENDAMOS*******/
	.list_modRecomendamos_contenedor {
		width: 47%;
		margin: 20px 7px;
	}
	.list_modRecomendamos_titulo {
		height: 85px;
	}
}

/*********************768 a 991.98*******************/

@media (min-width: 768px) and (max-width: 991.98px) {}

/*********************992 a 1199.98*******************/

@media (min-width: 992px) and (max-width: 1199.98px) {}

/*********************1200 a 1399.98*******************/

@media (min-width: 1200px) and (max-width: 1399.98px) {}
