
.contenedor-modulo-par{
display: flex;
align-items: flex-end;
}

.titlePortadaSecundarios-par{ 
margin-bottom: 2rem;
font-family: var(--FFuentePrincipal-font);
color: var(--colorFuentes-color);
letter-spacing: -0.5px;
margin-block-start: 0.5rem;
}

.img-portada-dual{
width: 100%;
height: auto;
object-fit: cover;
border-radius: 0.5rem;
display: block;
margin-bottom: 0.5rem;
}

.barraDivision-modulos-pared {
	border: 1px solid; #BDBFC1;
}

.fechaIndex-par{
margin-top: 10px;
font-family: arial;
color: #5d7268;
font-size: 0.6rem;
font-style: normal;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: 600;
}

.areaBlanco00{
  width: 100%;
  height: 2rem;
  background-color: white;
}

.imagen-promo-duduromeroa:hover{
	transform: scale(0.98);
filter: brightness(0.88);
}

.article-modulo-dual{
max-width: 88%;
padding: 0.8rem;
border-radius: 10px;
}

/* A menos de 300px de ancho, ser una sola columna */
@media (max-width: 362px){
.contenedor-modulo-par{
		flex-direction: column;
		gap: 2rem;
}

.moduloMarginBottomMovil{
	margin-bottom: 3rem;
}

.barraEsconderlaMovil{
display: block;
}
}