.elementor-40 .elementor-element.elementor-element-cfe30de{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-40 .elementor-element.elementor-element-cfe30de{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-586076d *//* ==========================================================
   ESTILOS PREMIUM PARA EL FOOTER DE VINODEANDO
   CSS PRINCIPAL DEL FOOTER
   ========================================================== */

.vino-footer {
  width: 100%;
  background: #fffdf8;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.vino-footer *,
.vino-footer *::before,
.vino-footer *::after {
  box-sizing: border-box;
}

/* Texto accesible solo para lectores de pantalla */
.vino-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vino-footer-main {
  background: #5B0F2C;
  color: #FFFFFF;
  padding: 130px 0 70px;
  margin-top: -60px;
  clip-path: polygon(0 60px, 72% 120px, 100% 40px, 100% 100%, 0 100%);
  position: relative;
  z-index: 10;
}

.vino-footer-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 2.5fr;
  gap: 40px;
}

.vino-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vino-footer-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF !important;
  text-decoration: none;
  letter-spacing: -0.02em;
  opacity: 1 !important;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.vino-footer-logo:hover,
.vino-footer-logo:focus {
  opacity: 1 !important;
  color: #FFFFFF !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.vino-brand-desc {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  opacity: 1;
}

.vino-footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.vino-footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.vino-footer-socials a svg {
  width: 18px;
  height: 18px;
  fill: #FFFFFF;
  transition: fill 0.3s ease, transform 0.3s ease;
}

.vino-footer-socials a:hover,
.vino-footer-socials a:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.vino-footer-socials a:hover svg,
.vino-footer-socials a:focus svg {
  fill: #5B0F2C;
  transform: scale(1.1);
}

/* ==========================================================
   TÍTULOS ACCESIBLES DEL FOOTER
   ========================================================== */

.vino-footer .vino-footer-column .vino-footer-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #FFFFFF !important;
  margin: 0 0 24px 0;
  position: relative;
  opacity: 1 !important;
}

.vino-footer .vino-footer-column .vino-footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 30px;
  height: 2px;
  background: #FFFFFF !important;
}

.vino-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vino-footer-list a {
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-block;
  opacity: 1 !important;
}

.vino-footer-list a:hover,
.vino-footer-list a:focus {
  color: #FFFFFF !important;
  transform: translateX(4px);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ==========================================================
   FORMULARIO IFRAME DEL FOOTER
   ========================================================== */

.vino-footer-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #FFFFFF;
}

.vino-footer-form .vino-footer-heading {
  color: #FFFFFF !important;
  margin-bottom: 14px;
}

.vino-form-iframe-wrapper {
  width: 100%;
  height: 285px;
  overflow: hidden;
  border-radius: 10px;
  background: #5B0F2C;
  padding: 0;
  position: relative;
}

.vino-form-iframe {
  width: 100%;
  height: 285px;
  border: 0;
  display: block;
  background: #5B0F2C;
  border-radius: 10px;
}

/* ==========================================================
   SECCIÓN INFERIOR DEL FOOTER
   ========================================================== */

.vino-footer-bottom {
  background: #FCFAF6;
  color: #4A4038;
  padding: 24px 0 20px;
  border-top: 1px solid rgba(74, 14, 46, 0.08);
  position: relative;
  z-index: 5;
}

.vino-bottom-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.vino-bottom-primary-copy {
  font-size: 13px;
  font-weight: 500;
  color: #4A4038;
  margin: 0;
  flex: 1 1 auto;
  text-align: left;
}

.vino-footer-kit-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 2 1 auto;
  max-width: 480px;
}

.vino-kit-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #3D3028;
  margin: 0;
  text-align: center;
}

.vino-kit-logo-wrapper {
  width: 100%;
  max-width: 280px;
  margin: 4px 0;
}

.vino-kit-logo-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.vino-footer-dev-credit {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  color: #4A4038;
  flex: 1 1 auto;
  text-align: right;
}

.vino-footer-dev-credit a {
  color: #5B0F2C;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.22s ease;
}

.vino-footer-dev-credit a:hover,
.vino-footer-dev-credit a:focus {
  color: #3D071C;
}

/* ==========================================================
   RESPONSIVE TABLET
   ========================================================== */

@media (max-width: 1024px) {
  .vino-footer-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .vino-footer-brand {
    grid-column: span 3;
    margin-bottom: 10px;
  }

  .vino-footer-form {
    grid-column: span 3;
    margin-top: 10px;
  }

  .vino-form-iframe-wrapper,
  .vino-form-iframe {
    height: 310px;
  }

  .vino-bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .vino-bottom-primary-copy,
  .vino-footer-dev-credit {
    text-align: center;
  }
}

/* ==========================================================
   RESPONSIVE MÓVIL
   ========================================================== */

@media (max-width: 767px) {
  .vino-footer-main {
    padding: 90px 0 50px;
    margin-top: -50px;
    clip-path: polygon(0 40px, 72% 80px, 100% 30px, 100% 100%, 0 100%);
  }

  .vino-footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .vino-footer-brand,
  .vino-footer-form,
  .vino-footer-column {
    grid-column: span 1;
    margin: 0;
  }

  .vino-footer-brand {
    text-align: center;
  }

  .vino-footer-socials {
    justify-content: center;
  }

  .vino-footer .vino-footer-column .vino-footer-heading {
    margin-bottom: 16px;
  }

  .vino-form-iframe-wrapper,
  .vino-form-iframe {
    height: 335px;
  }

  .vino-bottom-container {
    gap: 16px;
  }

  .vino-kit-text {
  font-size: 11.5px;
  line-height: 1.5;
}

  .vino-kit-logo-wrapper {
    max-width: 240px;
  }
}

@media (max-width: 480px) {
  .vino-footer-container,
  .vino-bottom-container {
    width: min(100% - 28px, 1200px);
  }

  .vino-footer-logo {
    font-size: 29px;
  }

  .vino-brand-desc {
    font-size: 13.5px;
  }

  .vino-footer-main {
    padding-bottom: 42px;
  }

  .vino-form-iframe-wrapper,
  .vino-form-iframe {
    height: 350px;
  }
}/* End custom CSS */