.wrapper-actividades-cuadricula {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 4rem;
}
.wrapper-actividades-cuadricula-2 {
	grid-template-columns: 1fr 1fr;
  justify-items: center;
}
.wrapper-actividades-cuadricula-1 {
	grid-template-columns: 1fr!important;
  justify-items: center;
  margin-top: 0;
}
/*.main-noticias .bloque-img-text-not img {
	width: 100% !important;
}*/
.noticia-enun {
	width: 100%;
	margin-bottom: 0rem;
	justify-content: flex-start;
  max-width: 410px;
}
.noticia-enun:hover {
	border: 1px solid var(--bs-second-color);
	transition: all 0.5s ease;
}
.noticia-enun h2 {
	margin: 0 0 10px;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.2;
	min-height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper-actividades-cuadricula .noticia-enun h2 {
	display: block;
}
.noticia-enun p {
	margin-top: 1.5rem;
	display: none;
}
.noticia-enun a {
	text-decoration: none;
	color: initial;
}
.wrapper-img-not {
	max-height: 200px;
}
.wrapper-img-not img {
	width: 100%;
	margin-top: -50px;
}
 .colaboraciones .wrapper-img-not img {
	width:auto;
	margin-top: 0;
}
.section-morada {
	background-color: #796f88;
	color: #fff;
}

.section-morada-oscuro {
	color: #fff;
	background-image: url("../img/bg-decorado.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.section-morada .position-absolute {
	right: 30px;
}
.section-morada input,
.section-morada textarea {
	background-color: transparent !important;
	color: #fff;
}
.section-morada textarea {
	min-height: 100px;
}
.section-morada .fieldset-checkbox a {
	color: #fff;
	font-weight: bold;
}
.articulo-independiente .noticia-enun:hover,
.articulo-independiente .noticia-enun {
	border: none;
}
.pointer-event .page-preview {
	pointer-events: none;
}
boton-volver-atras {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
main > section,
main {
	position: relative;
}
.no-bullet {
	list-style: none !important;
	font-weight: bold;
}
