/* RESOLUCIONES --------------------------- */
/*Iconos FontAwesome*/
.formatter[data-tipo-formatter=SpecialBox] {
  width: 100%;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media (max-width: 900px) {
  .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper {
    flex-direction: column;
  }
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 {
  background: white;
  position: relative;
  width: 247px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 34px 18px;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 900px) {
  .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 {
    width: 100%;
  }
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  height: 100%;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo:after, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo:after, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo:after, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-secundario);
  opacity: 0.8;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .EnlaceDetalleFecha, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .EnlaceDetalleFecha, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .EnlaceDetalleFecha, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .EnlaceDetalleFecha {
  font-size: 0;
  pointer-events: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind {
  display: flex;
  align-items: center;
  gap: 7px;
  color: black;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .agrupados, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .agrupados, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .agrupados, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .agrupados {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind span, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind span, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind span, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind span {
  font-size: 15px;
  color: black;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .DiaText, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .DiaText, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .DiaText, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .DiaText {
  font-size: 33px;
  font-weight: 700;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .MesText, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .MesText, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .MesText, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .MesText {
  font-weight: 500;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .AnoText, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .AnoText, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .AnoText, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .AnoText {
  font-weight: 400;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind.fin, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind.fin, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind.fin, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind.fin {
  border-left: 2px solid;
  padding-left: 10px;
  margin-left: 10px;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto {
  z-index: 1;
  display: none;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: -18px;
  gap: 10px;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto:has(.contenedor-categorias), .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto:has(.contenedor-categorias), .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto:has(.contenedor-categorias), .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto:has(.contenedor-categorias) {
  justify-content: space-between;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle {
  font-size: 0;
  color: white;
  line-height: 1;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle .icono, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle .icono, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle .icono, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle .icono {
  font-size: 24px;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  align-content: center;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 3px;
  position: relative;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 a, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 a, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 a, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 a, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 a, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 a, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 a, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 a, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 a, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 a, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 a, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 a {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 form, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 form, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 form, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 form, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 form, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 form, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 form, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 form, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 form, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 form, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 form, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 form {
  display: none;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1-titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2-titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3-titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1-titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2-titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3-titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1-titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2-titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3-titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1-titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2-titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3-titulo {
  padding-right: 5px;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1-titulo:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2-titulo:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3-titulo:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1-titulo:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2-titulo:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3-titulo:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1-titulo:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2-titulo:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3-titulo:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1-titulo:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2-titulo:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3-titulo:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 900;
  content: "\f02b";
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1-titulo:hover:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2-titulo:hover:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3-titulo:hover:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1-titulo:hover:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2-titulo:hover:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3-titulo:hover:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1-titulo:hover:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2-titulo:hover:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3-titulo:hover:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1-titulo:hover:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2-titulo:hover:before, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3-titulo:hover:before {
  color: var(--color-secundario);
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 {
  width: calc(100% - 247px);
  display: flex;
  flex-direction: column;
  gap: 7.5px;
  background: var(--color-gris);
  padding: 25px;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 {
    width: 100%;
  }
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 *, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 *, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 *, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 * {
  color: black;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 > div, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 > div, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 > div, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 > div {
  width: 100%;
  z-index: 1;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Titulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Titulo {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Titulo .EnlaceDetalleTitulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Titulo .EnlaceDetalleTitulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Titulo .EnlaceDetalleTitulo, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Titulo .EnlaceDetalleTitulo {
  font-size: 0;
  pointer-events: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Entradilla, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Entradilla, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Entradilla, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Entradilla {
  display: none;
  font-size: 14px;
}
.formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Lugar .icono, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Lugar .icono, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Lugar .icono, .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Lugar .icono {
  color: var(--color-principal);
  margin-right: 5px;
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 {
  background: white;
  color: white;
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo:after, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo:after, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo:after, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo:after {
  background: var(--color-principal);
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas {
  color: white;
  flex-direction: column;
  align-items: flex-start;
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .EnlaceDetalleFecha, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .EnlaceDetalleFecha, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .EnlaceDetalleFecha, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .EnlaceDetalleFecha {
  pointer-events: initial;
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind span, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind span, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind span, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind span {
  color: white;
  font-size: 19px;
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .DiaText, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .DiaText, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .DiaText, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind .DiaText {
  font-size: 48px;
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind.fin, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind.fin, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind.fin, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind.fin {
  padding-left: 0;
  margin-left: 0;
  padding-top: 10px;
  margin-top: 10px;
  border-left: none;
  border-top: 2px solid white;
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover {
  color: var(--color-secundario);
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind span, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind span, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind span, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind span {
  color: var(--color-secundario);
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind.fin, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind.fin, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind.fin, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind.fin {
  border-top: 2px solid var(--color-secundario);
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_abierto, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_abierto, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_abierto, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_abierto {
  display: flex;
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_abierto .EnlaceDetalle:hover, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_abierto .EnlaceDetalle:hover, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_abierto .EnlaceDetalle:hover, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_abierto .EnlaceDetalle:hover {
  border-radius: 100%;
  background: var(--color-principal);
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_abierto .EnlaceDetalle:hover .icono:before, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_abierto .EnlaceDetalle:hover .icono:before, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_abierto .EnlaceDetalle:hover .icono:before, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_abierto .EnlaceDetalle:hover .icono:before {
  font-weight: 900;
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor_zona2, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor_zona2, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor_zona2, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor_zona2 {
  position: relative;
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor_zona2:before, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor_zona2:before, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor_zona2:before, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor_zona2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-principal);
  opacity: 0.15;
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor_zona2 .contenedor-Titulo:hover .tituloEvento, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor_zona2 .contenedor-Titulo:hover .tituloEvento, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor_zona2 .contenedor-Titulo:hover .tituloEvento, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor_zona2 .contenedor-Titulo:hover .tituloEvento {
  color: var(--color-principal);
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor_zona2 .EnlaceDetalleTitulo, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor_zona2 .EnlaceDetalleTitulo, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor_zona2 .EnlaceDetalleTitulo, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor_zona2 .EnlaceDetalleTitulo {
  pointer-events: initial;
}
.formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor_zona2 .contenedor-Entradilla, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor_zona2 .contenedor-Entradilla, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor_zona2 .contenedor-Entradilla, .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor_zona2 .contenedor-Entradilla {
  display: initial;
}

.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 {
  color: black;
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo:after, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo:after, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo:after, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-imagen-fondo:after {
  background: rgba(255, 255, 255, 0.9);
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas {
  color: black;
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind span, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind span, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind span, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind span {
  color: black;
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind.fin, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind.fin, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind.fin, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas .fecha-ind.fin {
  border-color: black;
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover {
  color: var(--color-principal);
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind span, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind span, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind span, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind span {
  color: var(--color-principal);
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind.fin, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind.fin, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind.fin, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor-fechas-destacadas:hover .fecha-ind.fin {
  border-color: var(--color-principal);
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle {
  border-radius: 100%;
  background: white;
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle .icono, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle .icono, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle .icono, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle .icono {
  font-weight: 900;
  color: var(--color-principal);
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle:hover, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle:hover, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle:hover, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle:hover {
  background: black;
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle:hover .icono, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle:hover .icono, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle:hover .icono, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle:hover .icono {
  border-radius: 100%;
  border: 1px solid var(--color-principal);
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle:hover .icono:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle:hover .icono:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle:hover .icono:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .EnlaceDetalle:hover .icono:before {
  color: white;
  font-weight: 900;
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 *, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 *, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 *, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 *, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 *, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 *, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 *, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 *, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 *, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 *, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 *, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 * {
  color: black;
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-1-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-2-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-3-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-1-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-2-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-3-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-1-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-2-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-3-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-1-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-2-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-3-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-1-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-2-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-3-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-1-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-2-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-3-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-1-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-2-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-3-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-1-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-2-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-3-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-1-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-2-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-3-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-1-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-2-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-3-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-1-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-2-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-3-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-1-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-2-titulo:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-3-titulo:before {
  color: black;
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-1-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-2-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-3-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-1-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-2-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-3-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-1-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-2-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-3-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-1-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-2-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-3-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-1-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-2-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-3-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-1-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-2-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-3-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-1-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-2-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-3-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-1-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-2-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-3-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-1-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-2-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-3-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-1-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-2-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-1 .Categoria-Nivel-3-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-1-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-2-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-2 .Categoria-Nivel-3-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-1-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-2-titulo:hover:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 .contenedor_abierto .contenedor-categorias .Categoria-Nivel-3 .Categoria-Nivel-3-titulo:hover:before {
  color: var(--color-principal);
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 {
  background: white;
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2:before, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2:before {
  content: none;
}
.ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Titulo:hover .tituloEvento, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Titulo:hover .tituloEvento, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Titulo:hover .tituloEvento, .ConFondoOscuro .formatter[data-tipo-formatter=SpecialBox].activado .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 .contenedor-Titulo:hover .tituloEvento {
  color: var(--color-principal);
}
@media (min-width: 900px) {
  .FechaContenedorEstrecho .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .FechaContenedorEstrecho .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .FechaContenedorEstrecho .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1, .FechaContenedorEstrecho .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona1 {
    max-width: 94px;
  }
  .FechaContenedorEstrecho .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Evento_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2, .FechaContenedorEstrecho .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-Noticias_Ayto-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2, .FechaContenedorEstrecho .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-evento-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2, .FechaContenedorEstrecho .formatter[data-tipo-formatter=SpecialBox] .contenedor-recurso-pm-noticia-wrapper .contenedor-cuerpo .contenedor-cuerpo-wrapper .contenedor_zona2 {
    width: calc(100% - 94px);
  }
}

/*# sourceMappingURL=Special.css.map */
