/* Títulos de las secciones */
html body.home #content.container-fluid.home .agro-agenda-heading h2,
html body.home #content.container-fluid.home .agro-tech-heading h2,
html body.home #content.container-fluid.home .agro-guide-main h2,
html body.home #content.container-fluid.home .agro-bbc-column-title,
html body #content #agw-segui-informandote h2 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  color: #101828 !important;
}

/* Flecha amarilla de los títulos */
html body.home #content.container-fluid.home .agro-agenda-heading h2::after,
html body.home #content.container-fluid.home .agro-tech-heading h2::after,
html body.home #content.container-fluid.home .agro-guide-main h2::after,
html body.home #content.container-fluid.home .agro-bbc-column-title::after,
html body #content #agw-segui-informandote h2::after {
  content: "\203A" !important;
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 0 7px !important;
  color: #d3a21a !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 0.8 !important;
  background: none !important;
  text-decoration: none !important;
}

/* Filas con altura según su contenido:
   evita el espacio vacío debajo de MÁS NOTICIAS */
html body.home #content.container-fluid.home div#grid {
  grid-template-rows: none !important;
  grid-auto-rows: auto !important;
}

/* Agenda y encabezado a todo el ancho */
html body.home #content #grid > .agro-weekend-agenda,
html body.home #content #grid > #agw-segui-informandote {
  grid-column: 1 / -1 !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Franja del encabezado MÁS NOTICIAS */
html body.home #content #grid > #agw-segui-informandote {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 14px 18px !important;
  border-top: 1px solid #cfd5dd !important;
  background: #ffffff !important;
}

/* Texto del encabezado */
html body #content #agw-segui-informandote h2 {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ajustes para celulares */
@media (max-width: 767px) {
  html body.home #content.container-fluid.home .agro-agenda-heading h2,
  html body.home #content.container-fluid.home .agro-tech-heading h2,
  html body.home #content.container-fluid.home .agro-guide-main h2,
  html body.home #content.container-fluid.home .agro-bbc-column-title,
  html body #content #agw-segui-informandote h2 {
    font-size: 16px !important;
  }

  html body.home #content.container-fluid.home .agro-agenda-heading h2::after,
  html body.home #content.container-fluid.home .agro-tech-heading h2::after,
  html body.home #content.container-fluid.home .agro-guide-main h2::after,
  html body.home #content.container-fluid.home .agro-bbc-column-title::after,
  html body #content #agw-segui-informandote h2::after {
    font-size: 21px !important;
    margin-left: 6px !important;
  }

  html body.home #content #grid > #agw-segui-informandote {
    padding: 14px 16px !important;
  }
}