/* ==========================================================================
   Recreación mínima y autocontenida del header/footer de slowinelatam.com
   (bloques Elementor). En el sitio real, Elementor ya trae su propio CSS
   generado para estas secciones; estos estilos son solo un respaldo para
   que se vean correctamente si esta página se visualiza fuera de WordPress.
   ========================================================================== */

.elementor-section { position: relative; }

.elementor-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
  padding: 16px clamp(20px, 4vw, 56px);
  gap: 0;
}

.elementor-col-33 { flex: 0 0 33.333%; max-width: 33.333%; }
.elementor-col-100 { flex: 0 0 100%; max-width: 100%; }

.elementor-widget-wrap { min-height: 1px; }
.elementor-widget-wrap.elementor-element-populated { padding: 10px; }

/* -------------------- Header: "ir a slowinelatam.com" -------------------- */

.elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .04em;
  text-decoration: none !important;
  background: none;
  color: #E2F3FA;
  fill: #E2F3FA;
  text-shadow: 1.5px 1.5px 0 rgba(0,0,0,.55);
  transition: opacity .2s ease;
}
/* El tema inyecta un <style> inline en wp_head() con
   "h1, h2, .elementor-button-text{font-family:EdmunTexture!important}"
   que no pasa por wp_enqueue_style, así que nuestro dequeue no lo alcanza.
   Le ganamos con la misma especificidad + !important, cargando después. */
.elementor-button-text {
  font-family: var(--font-poppins) !important;
  font-weight: 500 !important;
}
.elementor-button:hover,
.elementor-button:focus,
.elementor-button:visited { text-decoration: none !important; opacity: .8; }

@media (max-width: 767px) {
  .elementor-button { font-size: 14px; }
}

/* -------------------- Footer: contacto / sobre slow wine -------------------- */

.elementor-element-a6f7ab0 { background-color: #305514; }

.elementor-spacer-inner { height: 5px; }

.elementor-heading-title {
  font-family: var(--font-hand);
  font-size: 26px;
  color: #F9F9F9;
  margin: 0 0 12px;
  line-height: 1.2;
}
.elementor-heading-title a { color: inherit; text-decoration: none; }
.elementor-heading-title a:hover { text-decoration: underline; }

.elementor-element-3060ee3 .elementor-heading-title { text-align: right; }

.elementor-icon-list-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.elementor-icon-list-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #F9F9F9;
  text-decoration: none;
  font-family: var(--font-hand);
  font-size: 22px;
  letter-spacing: .02em;
  line-height: 1.35;
}
.elementor-icon-list-item a:hover { text-decoration: underline; }
.elementor-icon-list-icon svg { width: 24px; height: 24px; fill: #F9F9F9; flex: 0 0 auto; }

.elementor-align-end .elementor-icon-list-items { align-items: flex-end; }
.elementor-align-end .elementor-icon-list-item a { justify-content: flex-end; text-align: right; font-size: 16px; }

/* -------------------- Barra de copyright -------------------- */

.elementor-element-fc94726 { background-color: #B44C73; }
.elementor-element-4ec5b30 {
  text-align: center;
  font-family: var(--font-hand);
  letter-spacing: .02em;
  font-size: 12px;
  color: #F9F9F9;
  padding: 14px clamp(20px, 4vw, 56px);
}
.elementor-element-4ec5b30 p { margin: 0; }
.elementor-element-4ec5b30 a { color: inherit; text-decoration: underline; }

/* -------------------- Responsive -------------------- */

@media (max-width: 767px) {
  .elementor-col-33 { flex: 0 0 100%; max-width: 100%; }
  .elementor-element-3060ee3 .elementor-heading-title,
  .elementor-align-end .elementor-icon-list-items,
  .elementor-align-end .elementor-icon-list-item a {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
