 /* Quita el resaltado azul al hacer tap en móviles */
* {
    -webkit-tap-highlight-color: transparent;
}

/* Estilos personalizados para el checkbox */
.custom-round-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 8px;
  user-select: none;
  position: relative;
  font-weight: normal !important;
}

.custom-round-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.custom-round {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #120a33;
  border-radius: 50%;
  margin-right: 10px;
  background: #fff;
  position: relative;
  transition: border-color 0.2s;
}

.custom-round-checkbox input[type="checkbox"]:checked + .custom-round {
  border-color: #120a33;
  background: #120a33;
}

.custom-round-checkbox input[type="checkbox"]:checked + .custom-round::after {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.custom-round-checkbox .custom-round::after {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.2s;
}

.thumbnail {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  margin-right: 10px; /* Espacio entre miniaturas */
}

.thumbnail.w--current {
  opacity: 1;
  border: 2px solid #000; /* Resalta la miniatura activa */
}

.c-autotabs_menu {
  display: flex;
  overflow-x: auto; /* Habilitar desplazamiento horizontal */
  white-space: nowrap; /* Evitar que las miniaturas se envuelvan */
  padding: 10px 0; /* Espaciado interno */
}

.slider-nav {
  position: absolute;
  transform: translateY(-50%); /* Centrar verticalmente */
  z-index: 10; /* Asegura que las flechas estén por encima del contenido */
  background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente opcional */
  color: #fff; /* Color del texto de las flechas */
  border: none;
  padding: 10px;
  cursor: pointer;
}

.slider-nav.prev {
  left: 10px; /* Posición a la izquierda */
}

.slider-nav.next {
  right: 10px; /* Posición a la derecha */
}

.c-autotabs {
  position: relative; /* Asegura que las flechas se posicionen dentro del contenedor */
}

.c-autotabs_content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px; /* Margen entre la imagen y las miniaturas */
  transition: height 0.3s ease; /* Transición suave al cambiar de tamaño */
}

.pagina-slider-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.google-map-w {
  width: 100%; /* Asegura que el contenedor ocupe todo el ancho */
  height: 500px; /* Altura fija para escritorio */
  position: relative; /* Posicionamiento relativo para el iframe */
}

.google-map-w iframe {
  width: 100%; /* El iframe ocupa todo el ancho del contenedor */
  height: 100%; /* El iframe ocupa todo el alto del contenedor */
  border: none; /* Elimina bordes del iframe */
  display: block; /* Asegura que el iframe se comporte como un bloque */
}

@media only screen and (max-width: 768px) {
  .google-map-w {
    height: 300px; /* Altura reducida para móviles */
  }
}

.iti--separate-dial-code .iti__selected-flag{
  background-color: rgba(0,0,0,0)!important;
}
.text-field-form-phone phone w-input{
  margin-left: auto;
  margin-right: auto;
}
.phone-input{
  width: 100% !important;
}

#google_translate_element {position:relative}
#google_translate_element span {display: none!important; }
#google_translate_element:after {
  content: "";
  bottom:0;
  left:0;
  width:100%;
  background:#120a33;
  position: absolute;
  z-index: 1;
  height: 40%;
}
#google_translate_element select {
  padding: 10px;
}
.goog-te-banner-frame.skiptranslate {display: none!important; visibility: hidden!important;}

/* Quita la barra superior de Google Translate y el margen */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
} 
body {
    top: 0px !important; 
}
/* Desactiva tooltips de texto original de Google Translate */  
#goog-gt-tt, .goog-te-balloon-frame{display: none !important;} 
.goog-text-highlight { background: none !important; box-shadow: none !important;}
@media only screen and (max-width: 600px) {  
  .goog-te-banner-frame.skiptranslate {
      display: none !important;
  } 
  body {
      top: 0px !important; 
  }
  #goog-gt-tt, .goog-te-balloon-frame{display: none !important;} 
  .goog-text-highlight { background: none !important; box-shadow: none !important;}
}

  /* Estilos para el footer, header y main-wrapper en dispositivos móviles */
  /* Se comenta porque no se quiere menu en dispositivos móviles, solo se quiera la hamburguesa */ 
/* @media only screen and (max-width: 915px) and (orientation: landscape) {
  .footer,
  .header,
  .main-wrapper {
    padding-left: 0vw !important;
    padding-right: 0vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  .main-container,
  .section,
  .section.gray-bg,
  .section-pagina{
    padding-left: 2vw !important;
    padding-right: 2vw !important;
    margin-left: 2 !important;
    margin-right: 2 !important;
    box-sizing: border-box;
  }

  .div-for-mobile {
    display: none !important;
  }
  .div-for-pc {
    display: block !important;
  }
    .header-buttons-w {
    gap: 8px !important; */ /* Si usas display: flex y gap */
  /* }
  .header-logo-div {
  margin-left: 10px;
  }
  .header-logo-w {
  margin-right: 25px;
  }
 } */
/* Evita el salto de línea en el menú superior */
  /* .header-buttons-w .text-bold-14 {
    margin-left: 4px !important;
    margin-right: 4px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .header-buttons-w a {
    white-space: nowrap;
  }
    .header-buttons-w {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 8px; */ /* Opcional: separa un poco los enlaces */
  /* } */

  /* Estilos para el botón de menú móvil, para que funcione abrir y cerrar con la x */
.mobile-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-30px);
  transition: opacity 0.1s ease, transform 0.1s cubic-bezier(.4,0,.2,1);
}
.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media only screen and (max-width: 750px) and (orientation: landscape) {
  /* Para que el cta no se pegue a la linea de abajo */
  .main-her-button-w button,
  .main-her-button-w a {
    margin-top: 0px !important;      /* Menos espacio con el texto de arriba */
    margin-bottom: 0px !important;   /* Poco espacio con el borde inferior */
    padding-top: 10px !important; /* Ajusta el valor según lo que necesites */
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 991px) and (orientation: landscape) {

  /* para que la hamburguesa se vaya a la derecha */
  .header-items-w {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 12px; /* Ajusta el padding si quieres separación del borde */
  }
  
  .header-logo-w img {
  height: 50px;   /* O el tamaño que prefieras */
  width: auto;    /* Mantiene la proporción */
  display: block;
  }

  /* Para que nunca se vea el menú de escritorio en móviles */
  .div-for-pc {
    display: none !important;
  }

  .div-for-mobile {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 100% !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
  .mobile-menu-button {
    margin-left: auto !important;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu {
    position: fixed !important;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px 16px 16px 16px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-30px);
    transition: opacity 0.2s, transform 0.2s;
    background: #d7d2cb !important;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .mobile-menu.open {
    display: flex !important;
    opacity: 1;
    pointer-events: auto;
    /* transform: translateY(0); */
  }

  .mobile-menu a {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-size: 1.2em;
    color: #120a33;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    text-align: left;
  }
 /*  .mobile-menu a:last-child {
    border-bottom: none;
  } */

  /* Estilos para el contenedor superior del menú móvil --> para que el div ocupe todo lo del div padre*/
    .mobile-menu-upper-w {
    width: 100% !important;
    box-sizing: border-box;
  }

      .mobile-menu-w {
    width: 100% !important;;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Estilos para los botones dentro del menú móvil --> los junta y centra*/
    .mobile-menu-buttons-w > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 4px !important;   /* Ajusta según lo que quieras */
    padding-bottom: 4px !important;
    border-bottom: none !important;
    gap: 2px; /* Reduce el espacio entre opciones */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center;
    width: 100%;
  }

    .mobile-menu .close-button {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center;
    margin: 0 0 16px 0;
    cursor: pointer;
  }

  /* Si tienes botones o elementos extra, añade aquí sus estilos */
  /* .mobile-menu .close-button {
    align-self: flex-end;
    margin-bottom: 16px;
    cursor: pointer;
  } */

 /*  .mobile-menu-w {
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }

  .mobile-menu-buttons-w,
  .mobile-menu-buttons-w * {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.92em !important;
    width: 100%;
    gap: 12px; /* Espacio entre botones, opcional 
  } */

}

