.skiptranslate iframe {
  visibility: hidden !important;
}
body {
  top: 0 !important;
}

/* Ocultar el banner superior de Google Translate */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Asegurar que el sitio no se desplace hacia abajo después de ocultar el banner */
body {
  top: 0px !important;
}

/* Eliminar la "G" predeterminada */
.goog-te-gadget-simple img {
  display: none !important;
}

/* Estilo del selector */
.goog-te-gadget-simple {
  background-color: white !important;
  border: 2px solid #e60000 !important;
  border-radius: 5px !important;
  padding: 5px 15px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  color: #e60000 !important;
  cursor: pointer;
  display: inline-block !important;
  text-align: center;
}

.goog-te-gadget-simple:hover {
  border-color: #e60000 !important;
}

.goog-te-menu-value:after {
  content: "Seleccionar idioma" !important;
  color: #2487ce !important;
  font-family: "Montserrat", sans-serif !important;
}

/* Estilo del indicador de carga */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000;
  display: none; /* Oculto por defecto */
}
