@charset "utf-8";
/* CSS Document */

.TITULO_CUADRO {
  color: #000000;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: underline;
}
.tEXTO_TABLA_2 {
  text-align: justify;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  display: inline-table;
  vertical-align: top;
  padding: 0px;
  text-indent: 3em;
}
.datos_tecnicos {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-style: normal;
  text-align: left;
}

#container #contenido table tr td table tr td table tr td {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
#container #contenido table tr td table tr td table .tEXTO_TABLA_2 td h2 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
}

.Titulo_celda {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #e4c248;
  font-style: normal;
  text-decoration: underline;
  text-indent: 0;
  text-align: center;
}
.documentos_relacionados {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #e4c248;
  text-align: center;
}
.lista {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  list-style-type: circle;
  color: #fff;
  list-style-position: inside;
  text-align: left;
  font-weight: normal;
  font-variant: normal;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.bg-gris-claro {
  background-color: #d9e7e9;
}
.center-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.texto-rojo {
  color: red;
  text-align: justify;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  display: inline-table;
  vertical-align: top;
  padding: 0px;
  text-indent: 3em;
}

.footer-content {
  display: flex;
  justify-content: space-between; /* Ajusta el espacio entre los elementos */
  align-items: center; /* Alinea verticalmente los elementos */
  background-color: #000000; /* Color de fondo opcional */
  padding: 20px; /* Espacio interno opcional */
  width: 100%; /* Hace que el pie de página ocupe todo el ancho de la pantalla */
}

.footer-item-left {
  flex-grow: 1; /* Las cajas crecerán para ocupar el mismo espacio */
  margin: 25px; /* Elimina los márgenes predeterminados */
  color: white; /* Color del texto blanco */
  background-color: #000000; /* Color de fondo opcional */
  text-align: center; /* Centra el texto horizontalmente */
  width: 100%;
  padding: 20px; /* Espacio interno opcional */
}
.footer-item-right {
  flex-grow: 1; /* Las cajas crecerán para ocupar el mismo espacio */
  margin: 25px; /* Elimina los márgenes predeterminados */
  color: white; /* Color del texto blanco */
  background-color: #000000; /* Color de fondo opcional */
  text-align: right; /* Centra el texto horizontalmente */
  width: 100%;
  padding: 20px; /* Espacio interno opcional */

  /* Ajusta el ancho según sea necesario */
}
.footer-item-center {
  flex-grow: 1; /* Las cajas crecerán para ocupar el mismo espacio */
  margin: 25px; /* Elimina los márgenes predeterminados */
  color: white; /* Color del texto blanco */
  background-color: #000000; /* Color de fondo opcional */
  text-align: center; /* Centra el texto horizontalmente */
  width: 100%;
  padding: 20px; /* Espacio interno opcional */

  /* Ajusta el ancho según sea necesario */
}

/* Media query para dispositivos con un ancho máximo de 768px (por ejemplo, dispositivos móviles) */
@media only screen and (max-width: 768px) {
  .footer-content {
    flex-direction: column; /* Apila los elementos verticalmente */
    align-items: stretch; /* Estira los elementos para ocupar todo el ancho */
  }
}

/* Estilo para los placeholders en azul cian */
.placeholder-cyan {
  color: cyan;
}

.form-container {
  margin-left: auto; /* Ajusta los márgenes izquierdo y derecho para centrar el formulario */
  margin-right: auto;
  max-width: 800px; /* Define el ancho máximo del formulario */
}

/* CSS personalizado */
@media (min-width: 992px) {
  .margen-personalizado-lg {
    margin-left: 5%; /* Ejemplo de margen izquierdo del 5% */
    margin-right: 5%; /* Ejemplo de margen derecho del 5% */
  }
}

.color-text-h2 {
  color: rgb(163, 56, 65); /* rosa */
}

.color-violeta {
  color: rgb(148, 0, 211); /* violeta */
}
.half-height {
  height: 50%;
}
.card-limit {
  max-width: 640px; /* Establece el ancho máximo deseado */
  max-height: 200px; /* Establece la altura máxima deseada */
  margin: 0 auto; /* Centra la tarjeta horizontalmente */
}

.hover-underline:hover {
  text-decoration: underline;
}

.fijar-nav-lateral-producto-top {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff; /* Color de fondo opcional */
  padding: 10px; /* Espaciado opcional */
}

.navbar {
  border-bottom: 2px solid orange; /* Línea de 2px de color naranja debajo del menú */
}
.nav-link {
  padding: 0.5rem 0;
  font-size: 1.2rem; /* Aumentado más */
  color: #333;
  transition: all 0.2s ease-in-out;
}

.nav-link:hover {
  text-decoration: none;
  color: #c0392b;
  font-weight: 500;
}

.nav-link.active {
  font-weight: bold;
  color: #c0392b !important;
}

body {
  font-size: 1.1rem;  /* Aumenta un 10% la base (por defecto es 1rem = 16px) */
  line-height: 1.7;
}
.cta-ancho-responsivo {
  width: 100%;
}

/* ✅ Relevante: ancho personalizado para CTA en pantallas grandes */
@media (min-width: 992px) {
  .cta-ancho-responsivo {
    width: 80%;
  }
}

/* ❌ Posible duplicado: esta clase parece idéntica a .cta-ancho-responsivo. Comentar si no se usa específicamente */
.bloque-medidas-responsivo {
  width: 100%;
}

@media (min-width: 992px) {
  .bloque-medidas-responsivo {
    width: 80%;
  }
}

/* ✅ Útil: estilos de superposición para tarjetas CTA */
.card-img-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}

/* ✅ Correcto: título de CTA */
.card-title.cta-titulo {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 1px 3px #000000aa;
}

/* ✅ Correcto: subtítulo de CTA */
.card-text.cta-subtitulo {
  font-size: 1.25rem;
  color: #f8f9fa;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 2px #00000088;
}




/* ✅ Este se repite, y ya lo tienes bien definido más abajo */
.galeria-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

/* ✅ Estado expandido */
.galeria-item.expandida {
  z-index: 10;
}


/* ✅ Diseño tipo Masonry */
.galeria-masonry {
  column-count: 3;
  column-gap: 1rem;
  max-width: 1200px;
}

/* ✅ Versión móvil del masonry */
@media (max-width: 768px) {
  .galeria-masonry {
    column-count: 1;
  }

  .galeria-item img {
    width: 100%;
    height: auto;
  }
}

/* ✅ Esta es la buena definición de galeria-item */
.galeria-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

/* ✅ Esta es la correcta y única necesaria para imágenes */
.galeria-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

/* ✅ Esta es la buena para expandida */
.galeria-item.expandida {
  transform: scale(1.3);
  z-index: 10;
  position: relative;
  cursor: zoom-out;
}
.box {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 1.5rem;
}



/* Estilo base para el contenedor */
.imagen-zoom-container {
  overflow: hidden;
  touch-action: none; /* Previene comportamiento predeterminado */
  max-width: 100%;
}

/* Estilo para la imagen */
.imagen-zoom {
  transition: transform 0.3s ease;
  transform-origin: center center;
}


.flecha-indice {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  background-color: #007bff;
  color: white;
  padding: 10px 14px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 999;
  transition: background-color 0.3s;
}

.flecha-indice:hover {
  background-color: #0056b3;
}

.fijar-nav-lateral-producto-top {
  position: sticky;
  top: 80px; /* Ajusta según el alto de tu header */
  z-index: 100;
}
.flecha-indice {
  position: fixed;
  left: 10px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #0d6efd; /* azul Bootstrap */
  color: #0d6efd;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.flecha-indice:hover {
  background-color: #e9f1ff;
}
