/* Ajustes post-export estático (Cloudflare Pages) */

/* Fondo bajo el menú: solo la franja del banner (no el #header). Referencia visual: banner_sobre_educ-1.png */
#main #full_slider_1.avia-fullwidth-slider {
  background-color: #b9cad0;
  background-image: url("/wp-content/uploads/2021/03/banner_sobre_educ-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main #full_slider_1 .avia-slideshow,
#main #full_slider_1 .avia-slideshow-inner {
  background: transparent;
}

#top .avia-standard-logo img,
#top .logo img {
  max-width: min(300px, 100%);
  height: auto;
}

.educactivo-contact-form .form_element {
  margin-bottom: 1em;
}

/* Pregunta del captcha va en <span>, no en <label>: Enfold oculta todos los label con av-form-labels-hidden */

.educactivo-captcha-block .educactivo-captcha-prompt {
  display: block;
  margin-bottom: 0.35em;
  font-weight: 600;
}

.educactivo-contact-form label {
  display: block;
  margin-bottom: 0.35em;
  font-weight: 600;
}

.educactivo-contact-form .text_input,
.educactivo-contact-form .text_area,
.educactivo-contact-form select.select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#ecf-captcha-q,
#promo-captcha-q {
  font-weight: 700;
  white-space: nowrap;
}

.educactivo-form-status {
  margin-top: 1em;
  padding: 0.75em 1em;
  border-radius: 4px;
}

.educactivo-form-status--ok {
  background: #e8f5e9;
  color: #1b5e20;
}

.educactivo-form-status--err {
  background: #ffebee;
  color: #b71c1c;
}

.educactivo-map-embed {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 4px;
  display: block;
}

@media (max-width: 767px) {
  .educactivo-map-embed {
    height: 220px;
  }
}
