/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* CABECERA */

    .custom-language-container {
        display: flex;
    }
  #formulario {
    scroll-margin-top: 120px;
  }

  .elebaa-header-bar {
    --ele-primary: #3d0028;
    --ele-primary-dark: #4c0f37;
    --ele-text: #180000;
    --ele-accent: #ff996b;
    --ele-cream: #fef3ef;
    --ele-cream-hover: #ffe3e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 14px 24px;
    font-family: inherit;
    box-sizing: border-box;
  }

  .elebaa-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
  }

  .elebaa-logo img {
    display: block;
    height: 42px;
    width: auto;
    max-width: 100%;
  }

  .elebaa-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .elebaa-lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ele-cream);
    border: 0;
    border-radius: 999px;
    padding: 9px 16px;
    min-height: 42px;
    color: var(--ele-primary);
    font: 600 15px / 1 inherit;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .elebaa-lang-toggle:hover {
    background: var(--ele-cream-hover);
  }

  .elebaa-lang-globe {
    width: 18px;
    height: 18px;
    display: inline-flex;
    color: var(--ele-primary);
  }

  .elebaa-lang-globe svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .elebaa-lang-current {
    font-weight: 600;
    color: var(--ele-primary);
  }

  .elebaa-lang-chevron {
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--ele-primary);
    border-bottom: 2px solid var(--ele-primary);
    transform: rotate(45deg);
    margin: -4px 2px 0 2px;
    transition: transform 0.2s ease;
  }

  .elebaa-lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    list-style: none;
    margin: 0;
    padding: 6px;
    background: var(--ele-cream);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(61, 0, 40, 0.18);
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
    z-index: 9999;
  }

  .elebaa-lang-menu li {
    margin: 0;
  }

  .elebaa-lang-menu a {
    display: block;
    padding: 9px 12px;
    border-radius: 8px;
    color: var(--ele-primary);
    text-decoration: none;
    font: 500 14px / 1.2 inherit;
    transition: background 0.15s ease, color 0.15s ease;
  }

  .elebaa-lang-menu a:hover {
    background: var(--ele-cream-hover);
    color: var(--ele-primary-dark);
  }

  .elebaa-cta-ingresar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ele-primary);
    color: #ffffff !important;
    text-decoration: none;
    font: 600 15px / 1 inherit;
    padding: 11px 22px;
    border-radius: 999px;
    min-height: 42px;
    transition: background 0.2s ease, transform 0.15s ease;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
  }

  .elebaa-cta-ingresar:hover {
    background: var(--ele-primary-dark);
  }

  .elebaa-cta-ingresar:active {
    transform: translateY(1px);
  }

  @media (max-width: 767px) {
    .elebaa-header-bar {
      padding: 10px 14px;
      gap: 8px;
    }

    .elebaa-logo img {
      height: 32px;
    }

    .elebaa-header-actions {
      gap: 6px;
    }

    .elebaa-lang-toggle {
      padding: 8px 12px;
      min-height: 36px;
      gap: 4px;
    }

    .elebaa-lang-current {
      display: none;
    }

    .elebaa-lang-chevron {
      margin: -2px 0 0 2px;
    }

    .elebaa-cta-ingresar {
      padding: 8px 16px;
      min-height: 36px;
      font-size: 14px;
    }
  }

/* FIN CABECERA */


/* --- CONTENEDOR (La Pastilla) --- */
.gtranslate_wrapper {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #FDF2F0 !important;
    border-radius: 50px !important;
    /* width: 130px !important; */
    width: 70px !important;
    height: 42px !important;
    cursor: pointer !important;
    overflow: hidden !important;
}

/* --- EL SELECTOR (Ahora ocupa el 100%) --- */
.gt_selector {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    background: transparent !important;
    border: none !important;
    color: #410C33 !important;           /* Color vino */
    font-weight: 700 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    appearance: none !important;         /* Quita flecha nativa */
    -webkit-appearance: none !important;
    cursor: pointer !important;
    padding: 0 10px 0 35px !important;          /* Centra el texto entre iconos */
    text-align: center !important;
    z-index: 10 !important;              /* Por encima de todo para recibir el clic */
    outline: none !important;
}

/* --- TU GLOBO SVG (Izquierda) --- */
.gtranslate_wrapper::before {
    content: "" !important;
    position: absolute !important;
    left: 10px !important;
    width: 22px !important;
    height: 22px !important;
    z-index: 5 !important;
    pointer-events: none !important;     /* EL CLIC ATRAVIESA EL ICONO */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23410C33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpath d='M2 12h20'%3E%3C/path%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'%3E%3C/path%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/* --- EL CHEVRON / FLECHA (Derecha) --- */
/* .gtranslate_wrapper::after {
    content: "" !important;
    position: absolute !important;
    right: 18px !important;
    width: 9px !important;
    height: 9px !important;
    border-right: 2.5px solid #410C33 !important;
    border-bottom: 2.5px solid #410C33 !important;
    z-index: 5 !important;
    pointer-events: none !important;
    transform: rotate(45deg) !important;
    transition: transform 0.3s ease !important;
} */

/* --- ANIMACIÓN DE LA FLECHA --- */
/* Cuando el selector tiene el foco (clic), la flecha gira */
.gtranslate_wrapper:focus-within::after {
    transform: rotate(-135deg) !important;
    top: 20px !important; /* Ajuste fino al girar */
}

/* --- QUITAR OPCIÓN "IDIOMA" Y LOGOS --- */
.gt_selector option[value=""] {
    display: none !important;
}

#google_translate_element2, .goog-te-gadget {
    display: none !important;
}





.e-parent.colmovilimg .e-child img,
.e-parent .e-child.colmovilimg img {
    display: block;
}
.e-parent.colmovil .e-child,
.e-parent.colmovilimg .e-child img,
.e-parent .e-child.colmovil,
.e-parent .e-child.colmovilimg img {
    overflow:hidden;
    border: 9px solid #444;
    border-radius: 35px;
    background: #fff;
    box-shadow: 0px 10px 20px #777;
    aspect-ratio: 390 / 924;
    margin-left: auto;
    margin-right: auto;
}
.e-parent.colmovil .e-child:after,
.e-parent.colmovilimg .e-child img:after,
.e-parent .e-child.colmovil:after,
.e-parent .e-child.colmovilimg img:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 18px;
    border-radius: 0 0 10px 10px;
    background-color: #444;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.lista-iconos.lila .elementor-icon-list-item:not(:last-child) {
    position: relative;
}
.lista-iconos.lila .elementor-icon-list-item:not(:last-child):after {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #dedddd;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.lista-iconos.lila .elementor-icon-list-item:last-child:not(:last-child):after {
    display: none;
}
.lista-iconos.lila .elementor-icon-list-text span {
    color: #3D0028;
}
.lista-iconos.lila .elementor-icon-list-icon {
    opacity: 1;
}
.elementor-icon-box-wrapper .elementor-icon-box-title {
    margin-block-end: 0.5rem;
    margin-block-start: 0rem;
}

/* Crea el círculo perfecto alrededor del número */
.circulo-paso {
    --tamano: 50px; /* Ajusta el tamaño del círculo aquí */
    --color-fondo: #FF996B; /* Color del círculo */
    --color-texto: #ffffff; /* Color del número */
    
    width: var(--tamano) !important;
    height: var(--tamano) !important;
    background-color: var(--color-fondo);
    color: var(--color-texto);
    
    display: flex !important;
    align-items: center;
    justify-content: center;
    
    border-radius: 50%; /* Esto lo hace circular */
    margin: 0 auto 15px auto; /* Lo centra y da espacio abajo */
    
    font-weight: bold;
    font-size: 20px; /* Tamaño del número */
    z-index: 2; /* Esto hace que el círculo esté por ENCIMA de la línea */
}

.todoblanco .elementor-widget-heading + .elementor-widget-heading > *,
.todoblanco .elementor-widget-text-editor {
    color: #fff!important;
    text-align: center;
}

/* Contenedor relativo para posicionar la línea */
.columna-paso {
    position: relative;
}

/* Creamos la línea con ::after */
.columna-paso:not(:last-child)::after {
    content: "";
    position: absolute;
    
    /* Ajuste de altura: debe ser la mitad del tamaño de tu círculo */
    /* Si tu círculo mide 50px, pon 25px aquí */
    top: 40px; 
    
    /* Ajuste de posición: empieza desde el centro de la columna hacia la derecha */
    left: calc(50% + 30px); /* 50% es el centro, +30px para que no pise el círculo */
    
    /* Ancho de la línea: ajusta según el espacio entre columnas */
    width: calc(100% - 50px); 
    
    height: 2px; /* Grosor de la línea */
    background-color: #D1D1D1; /* Color de la línea (cámbialo a tu gusto) */
    
    z-index: 1; /* Para que quede detrás o delante según prefieras */
}

/* IMPORTANTE: En móvil las columnas se apilan, ocultamos la línea horizontal */
/* @media (max-width: 767px) {
    .columna-paso::after {
        display: none;
    }
} */


.divider-col .e-con {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.divider-col .e-con:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #FFE3E7;
}

@media (max-width: 767px) {
  .divider-col .e-con {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .divider-col .e-con:not(:first-child)::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}


@media (max-width: 767px) {
    .columna-paso .e-con:not(:last-child)::after {
        display: none;
    }
}