/*
* Estilos propios del sitio Día del Futuro.
*
* Estaban embebidos en un <style> dentro de header.php, así que viajaban en
* cada request sin poder cachearse. Se cargan desde functions.php después de
* style.css para poder pisarlo.
*/

/* El tema padre pinta el cuerpo con #28303d y los títulos con #39414d, dos
   grises azulados. El sitio va en negro, así que se pisan acá y no rule por
   rule. */
:root {
  --global--color-primary: #000;
  --global--color-secondary: #000;
}

header#header-dia-de-futuro {
  background-color: #EDF6F5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}

.header-branding {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #D1DFE4;
  padding: 8px 16px;
  width: 100%;
}

.brand {
  display: flex;
  gap: 16px;
  align-items: center;
}

#logo-ladiaria {
  width: 71px;
}

#logo-ute {
  width: 43px;
  height: 100%;
}

#logo-brou,
#logo-intendencia {
  width: 86px;
  height: 100%;
}

#logo-parlamento {
  width: 67px;
  height: 100%;
}

.logo-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Página de inicio */
#post-28 .hero-agenda>div {
  padding: 48px 0;
}

#post-28 .hero-agenda .wp-block-coblocks-hero__content {
  margin: 0 auto;
}

#post-28 .hoy-construimos-maniana.wp-block-coblocks-row {
  padding: 18px 0 48px;
  margin: 0 auto;
}

#post-28 .hoy-construimos-maniana.wp-block-coblocks-row p,
#post-28 .hoy-construimos-maniana.wp-block-coblocks-row h2 {
  padding-bottom: 20px;
}

#post-28 .hoy-construimos-maniana.wp-block-coblocks-row p:last-child {
  padding-bottom: 0;
}

/* Página historia */
.page-id-66 figure.coblocks-gallery--figure figcaption.coblocks-gallery--caption {
  position: static !important;
  max-width: 1024px;
  margin: 0 auto !important
}

.page-id-66 .coblocks-gallery--item {
  padding-bottom: 20px !important;
}

#post-28 .chevron-column .mi-svg-shortcode {
  text-align: center;
}

#post-28 .is-style-circular,
#post-66 .is-style-circular {
  display: flex;
  justify-content: center;
}

#post-28 .is-style-circular a,
#post-66 .is-style-circular a {
  border-radius: 5px !important;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 700;
}

#post-66 .coblocks-gallery--item {
  text-align: center;
}

.page-id-66 #main {
  padding-top: 0;
}

.page-id-66 .entry-header {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  #logo-ladiaria {
    width: 57px;
  }

  .brand {
    p {
      display: none;
    }
  }

  .header-branding {
    gap: 0;
    justify-content: space-between;
    margin-bottom: 0;
  }

  #logo-ute {
    width: 34px;
  }

  #logo-brou,
  #logo-intendencia {
    width: 57px;
  }

  #logo-parlamento {
    width: 44px;
  }

  #logo-dia-del-futuro {
    max-width: 331px;
    margin: 90px 0;
  }

  header#header-dia-de-futuro {
    padding-bottom: 0;
  }

  /* Página de inicio */
  #post-28 .hero-agenda>div {
    padding: 24px 0;
  }

  #post-28 .hoy-construimos-maniana.wp-block-coblocks-row h2.wp-block-heading {
    max-width: unset;
  }

  #post-28 .is-style-circular {
    display: flex;
    justify-content: center;
  }

  /* Homepage */
  .hero-agenda p,
  .hero-agenda h2 {
    margin-inline: calc(0.666 * var(--global--spacing-vertical));
  }

  .is-style-twentytwentyone-border img {
    height: 100% !important;
  }
}

/* El SVG trae width/height como atributos, así que necesita height:auto para
   no deformarse al limitarle el ancho. */
#logo-ladiaria-footer {
  max-width: 42px;
  height: auto;
}
