/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1781380923
Updated: 2026-06-13 20:02:03

*/

@font-face {
  font-family: "Lora";
  src: url("./assets/fonts/Lora/Lora-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("./assets/fonts/Lora/Lora-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./assets/fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./assets/fonts/Nunito_Sans/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
}

:root {
  --font-lora: "Lora", serif;
  --font-nunito-sans: "Nunito Sans", sans-serif;
  --color-forest-medium: #163832;
  --color-gold-accent: rgba(229, 155, 40, 1);
  --color-beige: #f7f5ee;
  --color-sand: #e2dbcd;
  --color-white: #ffffff;
  --color-30: #dfdfdf;
  --color-back-500: rgba(12, 12, 13, 0.5);
  --color-back-200: rgba(12, 12, 13, 0.1);
  --color-back-100: rgba(12, 12, 13, 0.05);

  --shadow-200: 0 1px 1px 0px var(--color-back-200), 0 1px 4px 0px var(--color-back-100);
  --shadow-300: 0 1px 1px 0px var(--color-back-200), 0 1px 4px 0px var(--color-back-100);
  --shadow-400: 0 1px 1px 0px var(--color-back-200), 0 1px 4px 0px var(--color-back-100);
  --shadow-noemorfismo-1: 4px 4px 8px 0px rgba(174, 174, 192, 0.4), -4px -4px 8px 0px var(--color-white);

  --progress-transition: background-color 0.35s ease;
}

html {
 scroll-padding-top: 10px;
  scroll-behavior: smooth;
}

.display-4,
.display-3,
.display-2,
.display-1,
.headline,
.title {
  font-family: var(--font-lora);
}

.display-4 {
  font-size: 80px;
  line-height: 1.1;
}

.display-3 {
  font-size: 56px;
  line-height: 1;
}

.display-2 {
  font-size: 45px;
  line-height: 1.1;
}

.display-1 {
  font-size: 34px;
  line-height: 1;
}

.headline,
.title {
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.subhead,
.subhead-bold {
  font-size: 20px;
  line-height: 1;
  font-family: var(--font-nunito-sans);
}

.subhead-bold {
  font-weight: 900;
}

.body,
.body-bold,
.caption,
.caption-bold {
  font-family: var(--font-nunito-sans);
  font-size: 16px;
  line-height: 1.33;
}

.body-bold {
  font-weight: 900;
}

.caption,
.caption-bold {
  font-size: 12px;
  line-height: 1.3;
}

.caption-bold {
  font-weight: 900;
}

body {
  font-family: var(--font-nunito-sans);
  font-size: 16px;
  line-height: 1.5;
}

.shadow-200 {
  box-shadow: var(--shadow-200);
}

.shadow-300 {
  box-shadow: var(--shadow-300);
}

.shadow-400 {
  box-shadow: var(--shadow-400);
}

.faq-soda {
  .e-n-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  details {
    border: 1px solid var(--color-sand);
    background: var(--color-white);
    border-radius: 8px;

    & > div {
      border: none;
      padding: 20px !important;
    }
  }

  summary {
    border: none !important;
    padding: 20px !important;

    .e-n-accordion-item-title-text {
      font-size: 20px;
      line-height: 1;
      font-family: var(--font-nunito-sans);
      font-weight: 900;
    }

    .e-n-accordion-item-title-icon {
      .e-opened,
      .e-closed {
        background: var(--color-sand);
        border-radius: 999px;
        padding: 0;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        svg path {
          fill: var(--color-forest-medium);
        }
      }
      .e-opened {
        background: var(--color-gold-accent);
        svg path {
          fill: var(--color-white);
        }
      }
    }
  }
}

.jet-form-builder {
  .jet-form-builder__label {
    font-weight: 900;
  }

  input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  select,
  textarea {
    border: 1px solid var(--color-30);
    border-radius: 4px;

    &::placeholder {
      color: var(--color-back-500);
      opacity: 1;
    }
  }

  [type="button"],
  [type="submit"],
  button {
    font-weight: 700;
    color: var(--White);
    padding-block-start: 5px;
    padding-block-end: 5px;
    padding-inline-start: 24px;
    padding-inline-end: 24px;
    border-radius: 999px;
    border-width: 2px;
    border-color: var(----color-gold-accent);
    border-style: solid;
    background-color: var(----color-gold-accent);
  }

  [type="button"]:hover,
  [type="submit"]:hover,
  button:hover,
  [type="button"]:focus-visible,
  [type="submit"]:focus-visible,
  button:focus-visible {
    color: var(----color-forest-medium);
    border-color: var(--Beige);
    background-color: var(--Beige);
  }
}
/* Carrusel Mobile */
@media (max-width: 767px) {
  .carrusel-css-parent {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 20px;
    gap: 16px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 15px !important;

    &::-webkit-scrollbar {
      display: none !important;
      width: 0 !important;
      height: 0 !important;
    }

    .carrusel-css-child {
      flex: 0 0 85% !important;
      width: 85% !important;
      min-width: 85% !important;
      max-width: 85% !important;
      scroll-snap-align: center;
      scroll-snap-stop: normal;
      box-sizing: border-box !important;
      height: auto !important;
    }
  }
}

.justify-end {
  justify-content: flex-end;
}

.form-01 {
  --progress-bar-height: 8px;

  .jet-form-builder-choice--item {
    gap: 0;
  }

  .jet-form-builder-choice {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;

    li {
      border: 1px solid var(--color-sand);
      background: var(--color-beige);
      border-radius: 8px;
      padding: 16px;
      height: 100%;
      box-shadow: var(--shadow-200);
      align-content: flex-start;

      &.is-checked {
        background: var(--color-white);
        border: 1px solid var(--color-gold-accent);
        box-shadow: var(--shadow-noemorfismo-1) !important;
      }
    }
  }

  .jet-form-builder__required {
    color: red !important;
  }

  .jet-form-builder-progress-pages,
  .jet-form-builder-progress-pages.jfb-progress-type--default {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100%;
    height: var(--progress-bar-height);
    padding: 0 !important;
    margin: 1.25rem 0 2rem 0 !important;
    background-color: var(--color-beige);
    border-radius: 99px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }

  .jet-form-builder-progress-pages .jet-form-builder-progress-pages__item,
  .jet-form-builder-progress-pages .jet-form-builder-progress-pages__separator,
  .jet-form-builder-progress-pages .jet-form-builder-progress-pages_separator {
    display: none !important;
  }

  .jet-form-builder-progress-pages .jet-form-builder-progress-pages__item--wrapper {
    flex: 1 1 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent;
    transition: var(--progress-transition);
    position: relative;
  }

  .jet-form-builder-progress-pages .jet-form-builder-progress-pages__item--wrapper.active-page,
  .jet-form-builder-progress-pages .jet-form-builder-progress-pages__item--wrapper.passed-page,
  .jet-form-builder-progress-pages .jet-form-builder-progress-pages__item--wrapper.prev-page {
    background-color: var(--color-gold-accent) !important;
  }

  /* Button wrapper with relative positioning and reserved space */
  .jet-form-builder__next-page-wrap,
  .jet-form-builder-page-break,
  .jet-form-builder__action-button-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin-top: 1rem !important;
    padding-top: 1.5rem !important; /* Reserved space so buttons never shift */
    position: relative !important;
    box-sizing: border-box;
  }

  /* Fixed error/validation message positioned above action buttons */
  .jet-form-builder__next-page-msg {
    top: 0 !important;
    left: 0 !important;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    font-size: 0.9rem !important;
    position: absolute !important;
    animation: fadeInMsg 0.25s ease forwards;
  }

  @keyframes fadeInMsg {
    from {
      opacity: 0;
      transform: translateY(-4px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Back button always aligned to the left */
  .jet-form-builder__prev-page {
    margin-right: auto !important;
    border: 1px solid var(--color-forest-medium) !important;
    color: var(--color-forest-medium) !important;
    background-color: transparent !important;

    &:hover,
    &:focus-visible,
    &:focus {
      color: var(--color-white) !important;
      background-color: var(--color-forest-medium) !important;
      border-color: var(--color-forest-medium) !important;
    }
  }

  /* Next or Submit button always pushed to the right */
  .jet-form-builder__next-page-wrap .jet-form-builder__next-page,
  .jet-form-builder__next-page-wrap .jet-form-builder__submit,
  .jet-form-builder-page-break .jet-form-builder__next-page,
  .jet-form-builder-page-break .jet-form-builder__submit {
    margin-left: auto !important;
  }

  .jet-form-builder__next-page:hover,
  .jet-form-builder__next-page:focus-visible,
  .jet-form-builder__next-page:focus,
  .jet-form-builder__submit:hover,
  .jet-form-builder__submit:focus-visible,
  .jet-form-builder__submit:focus {
    color: var(--color-white) !important;
    background-color: var(--color-forest-medium) !important;
    border-color: var(--color-forest-medium) !important;
  }

  /* disabled and loading states */
  .jet-form-builder__next-page-wrap .jet-form-builder__next-page:disabled,
  .jet-form-builder__next-page-wrap .jet-form-builder__next-page:disabled:hover,
  .jet-form-builder__next-page-wrap .jet-form-builder__next-page:disabled:focus-visible,
  .jet-form-builder__next-page-wrap .jet-form-builder__next-page:disabled:focus,
  .jet-form-builder__next-page-wrap .jet-form-builder__submit:disabled,
  .jet-form-builder__next-page-wrap .jet-form-builder__submit:disabled:hover,
  .jet-form-builder__next-page-wrap .jet-form-builder__submit:disabled:focus-visible,
  .jet-form-builder__next-page-wrap .jet-form-builder__submit:disabled:focus {
    color: var(--color-white) !important;
    background-color: var(--color-forest-medium) !important;
    border-color: var(--color-forest-medium) !important;
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }

  /* Highlight input fields with errors */
  .jet-form-builder-row.field-has-error input,
  .jet-form-builder-row.field-has-error select,
  .jet-form-builder-row.field-has-error textarea,
  .jet-form-builder-row.has-error input,
  .jet-form-builder-row.has-error select,
  .jet-form-builder-row.has-error textarea {
    border-color: #d9383a !important;
    box-shadow: 0 0 0 1px #d9383a !important;
    background-color: #fff9f9 !important;
    outline: none !important;
    transition:
      border-color 0.2s ease,
      box-shadow 0.2s ease;
  }

  /* Error message beneath individual fields */
  .jet-form-builder-row .error-message,
  .jet-form-builder-row .jet-form-builder-error,
  .jet-form-builder-row .jet-form-builder__error {
    display: block !important;
    color: #c5221f !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    margin-top: 6px !important;
    line-height: 1.3 !important;
  }

  /* SUCCESS SCREEN  */
  form.jet-form-builder:has(~ .jet-form-builder-message--success),
  .elementor-widget-container:has(.jet-form-builder-message--success) form.jet-form-builder {
    display: none !important;
  }

  .jet-form-builder-message.jet-form-builder-message--success {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    max-width: 580px;
    margin: 3rem auto !important;
    padding: 3rem 2rem !important;
    background-color: var(--color-beige, #f7f5ee) !important;
    border: 1.5px solid rgba(229, 155, 40, 0.35) !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 32px rgba(19, 56, 44, 0.06) !important;
    color: #13382c !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    box-sizing: border-box !important;
    animation: jfbSuccessFadeIn 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
  }

  .jet-form-builder-message.jet-form-builder-message--success::before {
    content: "" !important;
    display: inline-block !important;
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 1.25rem !important;
    border-radius: 50% !important;
    background-color: #13382c !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 26px !important;
    box-shadow: 0 4px 14px rgba(19, 56, 44, 0.2) !important;
  }

  @keyframes jfbSuccessFadeIn {
    from {
      opacity: 0;
      transform: translateY(12px) scale(0.98);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  /* GLOBAL ERROR MANAGEMENT (KEEP FORM VISIBLE) */

  .jet-form-builder-message.jet-form-builder-message--error {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    max-width: 620px;
    margin: 1.5rem auto 0 auto !important;
    padding: 1rem 1.5rem !important;
    background-color: #fdf3f2 !important;
    border: 1px solid #f5c2c0 !important;
    border-left: 4px solid #c5221f !important;
    border-radius: 8px !important;
    color: #921c1a !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    text-align: left !important;
    box-shadow: 0 4px 12px rgba(197, 34, 31, 0.08) !important;
    box-sizing: border-box !important;
    animation: jfbErrorFadeIn 0.35s ease forwards !important;
  }

  .jet-form-builder-message.jet-form-builder-message--error::before {
    content: "" !important;
    display: inline-block !important;
    min-width: 22px !important;
    width: 22px !important;
    height: 22px !important;
    background-color: #c5221f !important;
    border-radius: 50% !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 14px !important;
  }

  @keyframes jfbErrorFadeIn {
    from {
      opacity: 0;
      transform: translateY(6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* MENU MOBILE */

@media (max-width: 767px) {
  /* Animación de entrada para los elementos del menú */
  @keyframes menuSlideIn {
    0% {
      opacity: 0;
      transform: translateY(24px) scale(0.98);
      filter: blur(6px);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
      filter: blur(0);
    }
  }

  /* Estado cerrado: resetea visibilidad y animación */
  .e-n-menu-toggle[aria-expanded="false"] ~ .e-n-menu-wrapper .e-n-menu-heading > .e-n-menu-item {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
    filter: blur(6px);
    animation: none;
  }

  /* Estado abierto: dispara la animación */
  .e-n-menu-toggle[aria-expanded="true"] ~ .e-n-menu-wrapper .e-n-menu-heading {
    & > .e-n-menu-item {
      opacity: 0;
      will-change: transform, opacity, filter;
      animation: menuSlideIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }
    & > .e-n-menu-item:nth-child(1) {
      animation-delay: 0.05s;
    }
    & > .e-n-menu-item:nth-child(2) {
      animation-delay: 0.11s;
    }
    & > .e-n-menu-item:nth-child(3) {
      animation-delay: 0.17s;
    }
    & > .e-n-menu-item:nth-child(4) {
      animation-delay: 0.23s;
    }
    & > .e-n-menu-item:nth-child(5) {
      animation-delay: 0.29s;
    }
    & > .e-n-menu-item:nth-child(6) {
      animation-delay: 0.35s;
    }
    & > .e-n-menu-item:nth-child(7) {
      animation-delay: 0.41s;
    }
    & > .e-n-menu-item:nth-child(8) {
      animation-delay: 0.47s;
    }
    & > .e-n-menu-item:nth-child(9) {
      animation-delay: 0.53s;
    }
    & > .e-n-menu-item:nth-child(10) {
      animation-delay: 0.59s;
    }
    & > .e-n-menu-item:nth-child(11) {
      animation-delay: 0.65s;
    }
    & > .e-n-menu-item:nth-child(12) {
      animation-delay: 0.71s;
    }
  }

  /* ==========================================================================
   Mejora de UX y Área Táctil para Elementor Mega Menu (.e-n-menu)
   ========================================================================== */

  /* 1. Contenedor del título: sin padding externo para que el anchor cubra todo el espacio */
  .e-n-menu-heading .e-n-menu-title {
    position: relative;
    width: 100%;
    padding: 0 !important;
    display: flex;
    align-items: stretch;
  }

  /* 2. Anchor interactivo (.e-n-menu-title-container): expande a 100% de ancho y alto */
  .e-n-menu-heading .e-n-menu-title-container {
    display: flex;
    align-items: center;
    justify-content: inherit;
    width: 100%;
    flex: 1 1 100%;
    min-height: 48px; /* Touch target accesible (WCAG / Mobile standard >= 48px) */
    padding: var(--n-menu-title-padding, 0.85rem 1.5rem) !important;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    border-radius: inherit;
    transition:
      background-color 0.25s ease,
      color 0.25s ease;
  }

  /* 3. Stretched Link: garantiza que el 100% del área sea clicable sin puntos muertos */
  .e-n-menu-heading .e-n-menu-title-container.e-link::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  /* Elevar el contenido del anchor sobre el pseudo-elemento */
  .e-n-menu-heading .e-n-menu-title-container > * {
    position: relative;
    z-index: 2;
  }

  /* Si el elemento tiene botón desplegable (dropdown toggle), mantenerlo interactivo */
  .e-n-menu-heading .e-n-menu-dropdown-icon {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    padding: 0 12px;
  }

  /* 4. Microinteracción suave en el texto/icono (sin deformar ni desbordar el contenedor completo) */
  .e-n-menu-heading .e-n-menu-title-container .e-n-menu-title-text,
  .e-n-menu-heading .e-n-menu-title-container .e-n-menu-icon {
    display: inline-flex;
    align-items: center;
    transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .e-n-menu-heading .e-n-menu-title-container:hover .e-n-menu-title-text,
  .e-n-menu-heading .e-n-menu-title-container:focus-visible .e-n-menu-title-text,
  .e-n-menu-heading .e-n-menu-title-container:hover .e-n-menu-icon,
  .e-n-menu-heading .e-n-menu-title-container:focus-visible .e-n-menu-icon {
    transform: translateX(6px);
  }

  /* 5. Feedback visual táctil y de accesibilidad al pasar el cursor, enfocar o pulsar */
  .e-n-menu-heading .e-n-menu-title-container:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .e-n-menu-heading .e-n-menu-title-container:focus-visible {
    background-color: rgba(255, 255, 255, 0.08);
    outline: 2px solid var(--n-menu-title-color-active, currentColor);
    outline-offset: -2px;
  }

  .e-n-menu-heading .e-n-menu-title-container:active {
    background-color: rgba(255, 255, 255, 0.12);
    transform: scale(0.995);
  }
}
