/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2024 | 22:09:52 */
.texto_axenda2030_hero strong,
.texto_axenda2030_hero b{
	color: #fff;
}

/* Estilos para la versión de escritorio */
.contenedor-botones-axenda2030 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.boton-menu-axenda2030 {
  margin-right: 20px;
}

.boton-menu-axenda2030 a {
  font-size: 20px;
  color: #3D441E;
  text-decoration: none;
	font-weight: bold;
}

.boton-menu-axenda2030 a:hover,
.boton-menu-axenda2030 a:active {
  color: #ADBD61;
}

.texto_axenda2030_hero {
	max-width: 600px;
	margin: 0 auto;
}

.novas_axenda2030 .post_descr {
	display: none;
}

.imagen_agenda2030_300 img{
	max-width: 300px;
}
/* Estilos para la versión móvil */
@media (max-width: 768px) {
  .contenedor-botones-axenda2030 {
    justify-content: center;
  }

  .boton-menu-axenda2030 {
    margin-right: 10;
    margin-bottom: 10px;
	  margin-top: 20px;
  }
	
	.page-id-8896 h4 span {	
		font-size: 36px !important;
		line-height: 36px !important;
	}
}