body {
  font-family: Calibri, sans-serif;/*Arial, Helvetica, sans-serif;*/
}

.bodygris {
  font-family: Calibri, sans-serif;/*Arial, Helvetica, sans-serif;*/
  margin: 0;
  background: #DDDDDD;
}

.fondo {
/*  min-height: 300px;
  background-image: url(imgs/deysa.png); 
  background-position: center top;
  background-size: 100% auto;*/
  position: sticky;
  top: 0;
}

.pagina {
  height: 100vh;
}

.principal{
  position: flex;
}

table{
  background: white;
}
;
h1 {
  margin-top: 0px;
  /*font-size: clamp(1rem, 1vw + 1.1rem, 6rem);
  color: rgb(252,191,0);
  font-weight: 600;
  text_align: left;*/
  font-family: 'Inter Black', sans-serif;
  /*font-style: italic;
  font-weight: 900;
  color: white;/*rgb(252,191,0);*/
  font-size: clamp(1rem, 1.2vw + 2rem, 8rem);
  text-shadow:  2px  2px 0 rgb(34,36,63),
               -2px  2px 0 rgb(34,36,63), 
               -2px -2px 0 rgb(34,36,63), 
                2px -2px 0 rgb(34,36,63); 

}

a {
 color: #FFB700;
 font-size: 18px; 
}

a:hover {
 color: #FFDD00;
}

.a-mapa {
  text-decoration: none;
  font-weight: 600;
  color: #FFB700;
  font-size: 18px; 
}

.a-mapa:hover {
  text-decoration: none;
  color: #FFDD00; 
}


.encabezado {
  font-size: clamp(0.85rem, 1vw + 0.2rem, 2rem);
  text-align: right;
  font-size: clamp(0.5rem, 0.5vw + 0.8rem, 1rem);
  color: #22273F;
}

/*.txtazul {
  font-size: clamp(0.5rem, 0.5vw + 0.8rem, 1rem);
  color: #22273F;
}*/

.txtblanco {
  color: white;
  font-size: 24;
}


.txtchico {
  font-size: 14px;
}

.txttitulo {
  /*font-size: 18px;*/
  font-size: clamp(1.2rem, 1vw + 0.3rem, 2rem);
}
.txtgrande {
  /*font-size: 28px;*/
  font-weight: 600;
  /*background: #FFB700;/*#E1B002;*/
  color: rgb(34,36,63);/*black;/*white;/*#0e1f53;*/
  font-size: clamp(1.2rem, 1vw + 0.5rem, 2rem);
}

.txtgrande2 {
  /*clamp(0rem, 1vw + 0.5rem, 3rem);*/
  font-size: 24px;
  font-weight: 500;
  /*background: #FFB700;/*#E1B002;*/
  color: white;/*#0e1f53;*/
  font-size: clamp(1rem, 1vw + 0.5rem, 2rem);
}

.txtgrande3 {
  /*font-size: 28px;*/
  font-weight: 600;
  /*background: #FFB700;/*#E1B002;*/
  color: rgb(34,36,63);/*black;/*white;/*#0e1f53;*/
  font-size: clamp(1.2rem, 1vw + 1.2rem, 4rem);
}

.txtgrande4 {
  /*font-size: 28px;*/
  font-weight: 600;
  /*background: #FFB700;/*#E1B002;*/
  color: rgb(252,191,0);/*white;/*#0e1f53;*/
  font-size: clamp(1.2rem, 1vw + 1.2rem, 4rem);
}

/*img {
  max-inline-size: 100%;
  height: auto;
  block-size: auto;
  /*aspect-ratio: 2/1;
  object-fit: cover;
  object-position: top center;
}*/

table {
  max-inline-size: 100%;	
  block-size: auto;
}	

.encabezado{
  /*position: fixed; /* Fija el elemento en la pantalla */
  top: 0;        /* Lo posiciona en la parte superior */
  width: 100%;   /* Ocupa todo el ancho */
  /*background-color: #f8f8f8; /* Color de fondo opcional */
  z-index: 100; 
}

hr{
  color: white;
}

.fondoblanco{
  background: white;
}

/* NAVBAR */
.navbar {
  background: rgb(34,36,63);/*rgb(252,191,0);/*#FCFB00;/*#FFB700;/*#E1B002;/*#0D0847;/*#333;*/
  font-size: 20px;
  /*color: white;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0;/*10px 20px;*/
  flex-wrap: wrap;
}

.logotipo {  
  border: 1px;
  border-color: black;
}

/* Ocultar checkbox */
#menu-toggle {
  display: none;
}

/* Ícono menú */
.menu-icon {
  display: none;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}

/* MENU */
.menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

/* Efecto hover escritorio */
.menu li {
  position: relative;
}
.menu a {
  color: rgb(252,191,0);/*#081534;/*white;*/
  font-size: clamp(0.8rem, 0.8vw + 0.1rem, 1.6rem);/*font-size: 20px;*/
  font-weight: 400;
  text-decoration: none;
  padding: 8px 16px;
  display: block;
  transition: background 0.3s ease;
}

.menu a:hover {
  background: rgb(252,191,0);/*#FFDD00;/*#444;*/
  color: rgb(34,36,63);
}

/* DROPDOWN */
.dropdown-menu {
  
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgb(34,36,63,0.8);/*#FFB700;/*#F2C201;/*#FD9800;/*#333;*/
  /*opacity: 0.9;*/
  min-width: 240px;/*180px;*/
  z-index: 1000;
  animation: fadeIn 0.3s ease-in-out;
  list-style-type: none;	
  margin-left: 0;
  padding-left: 0px;	
}

.dropdown-menu li {
  width: 100%;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a:hover {
  background: rgb(252,191,0);/*#FFDD00;/*#FFFF00;/*#555;*/
  color: rgb(34,36,63);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
    width: 100%;
    background: rgb(34,36,63);/*#FFB700;/*#E1B002;/*#FF9800;/*#333;*/
        
    /* Animación slide-down */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
  }

  .menu li {
    border-top: 0px solid #444;
  }

  .menu-icon {
    display: block;
    color: rgb(252,191,0);
  }

  /* Mostrar menú cuando el checkbox está activo */
  #menu-toggle:checked + .menu-icon + .menu {
    max-height: 500px; /* suficiente para mostrar todo */
    transition: max-height 0.4s ease-in;
  }

  /* Dropdown en móvil */
   .dropdown:hover .dropdown-menu {
     position: relative;
     animation: none;
  }
}


.whatsapp-float {
  position: fixed; /* Mantiene el botón fijo en la pantalla */
  width: 50px;
  height: 50px;
  bottom: 30px; /* Posición desde abajo */
  right: 30px;  /* Posición desde la derecha */
  background-color: #00BB2D;/*#25d366; /* Color verde de WhatsApp */
  color: #fff; /* Color del icono */
  border-radius: 50px; /* Forma circular */
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999; /* Sombra para dar profundidad */
  z-index: 100; /* Para que esté por encima de otros elementos */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #3EFF3F;/*#128c7e; /* Color al pasar el mouse */
  color: white;
}

.whatsapp-icon {	
  margin: 0; /* Elimina márgenes del icono */
  font-size: 30px;
  text-decoration: none; /* Quita el subrayado */
}

.wpicon {
  width: 48px;
  height: 44px;
}

.site-footer {
  background-color: rgb(34,39,63);/*#000000; /* Color de fondo del pie de página */
  color: #EEEEEE; /* Color del texto */
  padding: 20px 0;
  /*margin-top: 0px; /* Espacio arriba del footer */
  width: 100%; /* Ancho completo */
  box-sizing: border-box; /* Incluye padding y borde en el ancho */
}

.footer-content {
  max-width: 1200px; /* Ancho máximo del contenido */
  margin: 0 auto; /* Centra el contenido */
  padding: 0 20px; /* Padding a los lados */
  display: flex; /* Usa Flexbox para alinear los elementos */
  flex-wrap: wrap; /* Permite que los elementos se envuelvan */
  justify-content: space-between; /* Espacio entre elementos */
  align-items: center; /* Alinea elementos verticalmente */
  text-align: left;
}

.footer-content p {
  margin: 10px 0;
}

.footer-links, .social-icons {
  display: flex;
  gap: 15px; /* Espacio entre enlaces */
  margin: 10px 0;
}

.social-icons img {
  width:30px;
  height: 30px;
  margin: 0; /* Elimina márgenes del icono */
}

.social-icons img:hover {        
  /*width: 30px;
  height: 30px;*/
  border-radius: 50px; /* Forma circular */
  box-shadow: 0px 0px 20px cyan;/*#FFDD00;;	*/
}

/* Media Query para pantallas más pequeñas (responsividad) */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column; /* Apila los elementos en columnas */
    /*text-align: center; /* Centra el texto */
  }

  .footer-links, .social-icons {
    /*flex-direction: column;*/
    gap: 10px;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
  }


  .wpicon {
    width: 47px;
    height: 43px;
  }
}

.map-responsive {
  overflow: hidden; /* Oculta cualquier contenido que se salga */
  /*padding-bottom: 25%;/*56.25%; /* Relación de aspecto 16:9 (altura/ancho * 100) */
  position: relative;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-color: navy;
  border-width: 1px;
  width: 360px;
  height: 187px;
}

.map-responsive iframe {
  position: absolute; /* Posiciona el iframe dentro del contenedor */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/*body {
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  padding: 40px;
}*/

form {
  background: rgb(34,39,63);/*#222222;/*white;*/
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  color: white;
}

input, textarea {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.btnf {
  width: 50%;
  padding: 12px;
  background: #FFB700;/*#E1B002;/*#007bff;*/
  color: black;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  align: center;
}

.btnf:hover {
  background: #FFDD00;/*#0056b3;*/
}

.btn {
  width: 150px;
  padding: 12px;
  background: rgb(252,191,0);/*#FFB700;/*#E1B002;/*#007bff;*/
  color: black;
  border: none;
  /*border-radius: 4px;*/
  cursor: pointer;
}

.btn:hover {
  background: #FFDD00;/*#0056b3;*/
  color: black;
}

@media (max-width: 768px) {
  body {
    padding: 10px;
  }
  
  form {
    padding: 20px;
  }

  input, textarea, .btnf {
    font-size: 0.95rem;
  }
}

.texto-aparece {
  text-align: justify;
  font-size: clamp(1rem, 1vw + 0.6rem, 2rem);
  /*font-size: 18pt;*/
  font-weight: 500;
  color: white;
  opacity: 0; /* Inicialmente transparente */
  transform: translateY(50px); /* Opcional: para un efecto de "bajar y aparecer" */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* La transición smooth */
}

/* Clase que se añadirá con JavaScript para activar la animación */
.texto-aparece.visible {
  opacity: 1;
  transform: translateY(0);
}

.imagen {
  filter: saturate(100%);
}

/* Contenedor principal para que las secciones se apilen verticalmente */
.contenedor-principal {
  display: flex;
  flex-direction: column; /* Apila header, contenido-flex y footer uno debajo del otro */
  min-height: 100vh; /* Asegura que ocupe toda la altura de la pantalla */
}

.seccion-principal {
  position: top;
  background-color: lightblue;
  width: 100%;
}

header{
  background-color: lightcoral;
  padding: 20px;
  text-align: center;
  position: fixed;
  width: 100%;
}

footer {
  background-color: lightcoral;
  padding: 20px;
  text-align: center;
  position: bottom;
  width: 100%;
}

/* Estilo inicial */
.texto-invisible {
  opacity: 0;
  transition: opacity 3s ease-in-out; /* Duración de 1 segundo, con aceleración y desaceleración */
}

/* Estilo cuando el texto es visible */
.texto-visible {
  opacity: 1;
}

@keyframes typewriter {
  from { width: 0; } /* El texto empieza sin ancho */
  to { width: 100%; } /* El ancho se expande para mostrar todo el texto */
}

.maquina-escribir {
  overflow: hidden; /* Oculta el texto que se va expandiendo */
  white-space: nowrap; /* Mantiene el texto en una sola línea */
  animation: typewriter 1s steps(45, end) none;/*forwards; /* 50 es el número de caracteres */
}

.carrusel-container {
  width: 70%;
  /*max-width: 768px;*/
  position: relative;      
  overflow: hidden;
  border-radius: 10px;
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.2);*/
  background: #fff;
}

.carrusel-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carrusel-item {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.carrusel-item img {
  width: 100%;
  heught: 300px;
  max-height: 300px;
  object-fit: scale-down;
  /*border-bottom: 2px solid #ddd;*/
}

.carrusel-item h3 {
  margin: 10px 0;
  font-family: Calibri, sans-serif;
  color: rgb(34,36,63);
  font-weight: 600;
}

.carrusel-item p {
  margin: 0 0 15px;
  color: rgb(34,36,63);
}

/* Controles */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  /*background: rgba(0,0,0,0.5);*/
  color: rgb(252,191,0);
  border: none;
  padding: 10px;
  cursor: pointer;
  /*border-radius: 50%;*/
  user-select: none;
}

.prev { left: 10px; }
.next { right: 10px; }

.prev:hover, .next:hover {
  /* background: rgba(0,0,0,0.8);*/
  color: rgb(34,36,63);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
}

.divingenieria {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.divtitulo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*font-size: 24px;*/
  font-size: clamp(1.5rem, 1vw + 0.8rem, 2rem);
  font-weight: 600;
  background: rgb(252,191,0);/*#FFB700;/*#E1B002;*/
  color: black;/*white;/*#0e1f53;*/
  text-align: center;  
}

.divazul {
  /*height: 100vh; /* Para asegurar que hay scroll */*/
  width: 100%;
  background-color: rgb(34,39,63);/*#22273F;/*#0067C6;/*#1E90FF;*/
}

.divcontenido {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: white;/*#222222;*/
  padding: 0px 0px;
}

.divparrafo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: clamp(1rem, 1vw + 0.3rem, 2rem);
  color: rgb(34,36,63);
  background: white;/*rgb(252,191,0);/*white;*/
  /*border: solid rgb(34,36,63) 1px;
  /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);*/
  border-radius: 10px;
  padding: 20px 20px;
}

.divparrafo5 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(1rem, 1vw + 0.3rem, 2rem);
  color: rgb(34,36,63);
  background: white;/*rgb(252,191,0);/*white;*/
  /*border: solid rgb(34,36,63) 1px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);*/
  /*border-radius: 15px;*/
  padding: 40px 20px;
}
.divimagen {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.divamarillo {
  background: rgb(252,191,0);/*#FFB700;*/
  width: 100%;
}

.divamarillo2 {
  background: rgb(252,191,0);/*#FFB700;*/
  width: 100%;
  min-height: 2px;
  margin-left: 0;
  margin-right: 0;
}

.divh1 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  /*font-size: clamp(1rem, 1vw + 0.5rem, 2rem);
  color: white;*/
  padding: 30px 30px;
}

.divparrafo2 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: clamp(1rem, 1vw + 0.5rem, 2rem);
  color: rgb(34,36,63);/*white;*/
  background: rgb(252,191,0);
  /*border: solid rgb(34,36,63) 1px;
  box-shadow: 5px 5px 10px rgba(0.4, 0.4, 0.4, 0.4);*/  
  border-radius: 15px;
  padding: 35px 40px;
}

.divparrafo6 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  /*text-align: justify;*/
  font-size: clamp(1rem, 1vw + 0.5rem, 2rem);
  color: rgb(252,191,0);/*white;*/
  background: rgb(252,191,0);
  /*border: solid rgb(34,36,63) 1px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);*/
  /*border-radius: 15px;*/
  padding: 0px 20px;
}

.parrafo2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 1vw + 0.5rem, 2rem);
  color: white;
  padding: 30px 30px;
}

.parrafo3 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 1vw + 0.5rem, 2rem);
  color: rgb(34,36,63);
  padding: 10px 30px;
}

.txtamarillo {
  /*width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px;*/
  font-size: clamp(1rem, 1vw + 0.5rem, 2rem);
  color: rgb(252,191,0);
}

.divparrafo3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(1rem, 1vw + 0.5rem, 2rem);
  color: white;

  padding: 30px 30px;
}

.divparrafo4 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  font-size: clamp(1rem, 1vw + 0.5rem, 2rem);
  color: /*rgb(34,36,63);*/white;
  background: rgb(36,39,93);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  padding: 10px 10px;
}

.banner-container {
  position: relative;
  width: 80%;
  max-width: 1920px; /* ancho máximo opcional */
  height: 88vh;/*800px;/* puedes ajustarlo o usar vh */
  margin: auto;
  overflow: hidden;
  background: black;
}

.divparrafo7 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: clamp(1rem, 1vw + 0.5rem, 2rem);
  color: rgb(252,191,0);/*white;*/
  background: rgb(252,191,0);
  /*border: solid rgb(34,36,63) 1px;
  box-shadow: 5px 5px 10px rgba(0.4, 0.4, 0.4, 0.4);*/  
  border-radius: 15px 15px 0px 0px;
  padding: 0px 20px;
}


.fade-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left;/*center;*/
  opacity: 0;
  animation: fadeAnimation 12s infinite;
}

/* Imagen 1 */
.fade1 {
  background-image: url('deysa2.jpg');
  animation-delay: 0s;
}

/* Imagen 2 */
.fade2 {
  background-image: url('deysa1.jpg');
  animation-delay: 4s;
}

/* Imagen 3 */
.fade3 {
  background-image: url('deysa3.jpg');
  animation-delay: 8s;
}

/* Animación */
@keyframes fadeAnimation {
  0% { opacity: 0; }
  10% { opacity: 1; }
  30% { opacity: 1; }
  40% { opacity: 0; }
  100% { opacity: 0; }
}

/* Responsivo */
@media (max-width: 768px) {
  .banner-container {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .banner-container {
    height: 180px;
  }
}

h5 {
  /*background: black;*/
  font-size: clamp(1rem, 1.5vw + 0.5rem, 4rem);
  color: rgba(252,191,0,1);
  /*background-color: rgba(34,39,63, 0.75);*/
  width: 100%;
  margin: 0 0;
  padding: 5px 5px;
  position: absolute;
  top: -140%;
  left: 50%;
  transform: translate(-50%, -60%);
  text-align: center;
  text-shadow:  2px  2px 0 rgb(34,36,63), /* Sombra negra sin desenfoque, desplazada */
               -2px  2px 0 rgb(34,36,63), 
               -2px -2px 0 rgb(34,36,63), 
                2px -2px 0 rgb(34,36,63);

}

.imagen-saturada {
  filter: saturate(150%); /* Dobla la saturación de los colores */
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  width: 90%;
  margin: 0 auto;
}

.grid-item {
  position: relative;
}

.grid-item img {
  width: 100%;
  height: auto; /* Mantiene las proporciones */
  display: block; /* Elimina espacio extra debajo de la imagen */
  border-radius: 15px;
}

.grid-item img:hover{
  filter: saturate(200%); /* Dobla la saturación de los colores*/ 
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25); /* Fondo semitransparente */
  color: rgb(252,191,0);/*white;*/
  padding: 5px;
  text-align: center;
}
.caption h2 {
  font-size: clamp(1rem, 1vw + 0.5rem, 1.2rem);
  font-weight: 600;
  margin: 0; /* Elimina el margen por defecto del h2 */
}

.boton-link {
  width: 250px;
  padding: 12px;
  color: black;
  border: none;
  cursor: pointer; 
  display: inline-block; /* Para que tenga las propiedades de un bloque como padding */
  background-color: rgb(252,191,0);
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none; /* Elimina el subrayado */
  border-radius: 25px;
  cursor: pointer;
}

.boton-link:hover {
  background: #FFDD00;/*#0056b3;*/
  color: black;
}

.foto{
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.remarcado {
  background: rgb(252,191,0);
  border-radius: 5px;
}

.remarcadoazul {
  background: rgb(34,39,63);
  color: rgb(252,191,0);
  border-radius: 5px;
}

.tabla-break {
  border-spacing: 10px;
  border-collapse: collapse;
  background: none;
  width: 96%;
  border-radius: 10px;
}

.tabla-break td {
  /*border: 1px solid rgb(34,39,63);*/
  padding: 15px;
  vertical-align: top;  
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: clamp(1rem, 1vw + 0.3rem, 2rem);
  font-weight: 400;
  color: rgb(34,36,63);
}

.tabla-break-inicio {
  border-spacing: 10px;
  border-collapse: collapse;
  background: none;
  width: 96%;
  border-radius: 10px;
}

.tabla-break-inicio td {
  /*border: 1px solid rgb(34,39,63);*/
  padding: 15px;
  vertical-align: center;  
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: clamp(1rem, 1vw + 0.3rem, 2rem);
  color: rgb(34,36,63);
}


/* ---- MODO MÓVIL ---- */
@media (max-width: 600px) {
  .tabla-break tr {
    display: block;        /* Cada fila se vuelve un bloque independiente */
  }

  .tabla-break td {
    display: block;        /* Cada celda se vuelve un renglón */
    width: 100%;           /* Ocupa todo el ancho */
    box-sizing: border-box;
  }

  .tabla-break-inicio tr {
    display: block;        /* Cada fila se vuelve un bloque independiente */
  }

  .tabla-break-inicio td {
    display: block;        /* Cada celda se vuelve un renglón */
    width: 100%;           /* Ocupa todo el ancho */
    box-sizing: border-box;
  }

}

  /* Contenedor principal */
  .contenedor {
    position: relative; /* Referencia para los hijos con position absolute */
    width: 100%; 
  }o

  /* Primer div (fondo) */
  .fondo {
    width: 100%;
    position: absolute;
    top: 15%;
  }

  /* Segundo div (encima) */
  .sobre {
    position: absolute; /* Se posiciona respecto al contenedor */
    top: 15%;           /* Distancia desde arriba */
    leftt: 0%;          /* Distancia desde la izquierda */
    width: 100%;
    background-color: rgba(255, 255, 255, 0.0); /* Color con transparencia */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 10; /* Asegura que esté encima */
  }


.sobre2 {
    position: absolute; /* Se posiciona respecto al contenedor */
    top: 100%;           /* Distancia desde arriba */
    right: 0%;          /* Distancia desde la izquierda */
    width: 100%;
    background-color: rgba(255, 255, 255, 0.0); /* Color con transparencia */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 10; /* Asegura que esté encima */
  }

.deysa{
  font-family: 'Inter Black', sans-serif;
  font-style: italic;
  /*font-weight: 900;
  color: white;/*rgb(252,191,0);*/
  font-size: clamp(1rem, 1.2vw + 1.4rem, 8rem);
  text-shadow:  1px  1px 0 rgb(34,36,63),
               -1px  1px 0 rgb(34,36,63), 
               -1px -1px 0 rgb(34,36,63), 
                1px -1px 0 rgb(34,36,63);
  /*text-shadow:  2px  5px 0 rgb(34,36,63);*/
}

.deysa2{
  margin-top: 0px;
  font-family: 'Inter Black', sans-serif;
  font-style: bold;
  font-weight: 900;
  color: rgb(34,36,63);
  font-size: clamp(1rem, 1.0vw + 1rem, 6rem);
  /*text-shadow:  2px  2px 0 rgb(34,36,63), /* Sombra negra sin desenfoque, desplazada */
  /*             -2px  2px 0 rgb(34,36,63), 
               -2px -2px 0 rgb(34,36,63), 
                2px -2px 0 rgb(34,36,63);*/
}

.deysa3 {
  margin-top: 0px;
  font-family: 'Inter Black', sans-serif;
  font-style: italic;
  /*font-weight: 900;
  color: white;/*rgb(252,191,0);*/
  font-size: clamp(1rem, 1.5vw + 1rem, 8rem);
  text-shadow:  1px  1px 0 rgb(34,36,63),
               -1px  1px 0 rgb(34,36,63), 
               -1px -1px 0 rgb(34,36,63), 
                1px -1px 0 rgb(34,36,63);
  /*text-shadow:  2px  5px 0 rgb(34,36,63);*/
}

.titulogde{
 font-family: 'Inter Black', sans-serif;
  /*font-style: italic;
  font-weight: 900;
  color: white;/*rgb(252,191,0);*/
  z-index: 10;

  font-size: clamp(1rem, 1.2vw + 2rem, 8rem);
  text-shadow:  2px  2px 0 rgb(34,36,63),
               -2px  2px 0 rgb(34,36,63), 
               -2px -2px 0 rgb(34,36,63), 
                2px -2px 0 rgb(34,36,63); 
}

.soluciones{
  margin-top: 0px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: rgb(252,191,0);
  font-size: clamp(1rem, 1.2vw + 1.0rem, 6rem);
  text-shadow:  1px  1px 0 rgb(34,36,63), 
               -1px  1px 0 rgb(34,36,63), 
               -1px -1px 0 rgb(34,36,63), 
                1px -1px 0 rgb(34,36,63);

}


nav {
  width: 100%;
        position: fixed;
	background: rgb(34,36,63);/*rgb(252,191,0);/*#FCFB00;/*#FFB700;/*#E1B002;/*#0D0847;/*#333;*/
  font-size: 20px;
  /*color: white;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0;/*10px 20px;*/
  flex-wrap: wrap;
  z-index: 1000; 
  
      /*top: 0;
        left: 0;
        width: 100%;
        background-color: #333;
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        z-index: 1000; 
        transition: background-color 0.3s ease;*/
    }

    nav.scrolled {
        background-color: #111; /* Cambia color al hacer scroll */
    }

.parallax {
    position: relative;
    background-image: url("imgs/kaesser.jpg");
    height: 100vh;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.parallax1 {
    position: relative;
    background-image: url("imgs/deysa2.jpg");
    height: 100vh;
    font-size: clamp(1rem, 1vw + 1rem, 2rem);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.parallax2 {
    position: relative;
    background-image: url("imgs/cuarto.jpg");
    height: 100vh;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: right;
    align-items: flex-end;
    color: white;
}

.parallax3 {
    position: relative;
    background-image: url("imgs/industria.jpg");
    height: 100vh;
    font-size: clamp(1rem, 1vw + 1rem, 2rem);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}



.parallax1 h1 {
    /*background-color: rgba(34,36,63, 0.5);*/
    padding: 20px;
    border-radius: 10px;
    z-index: 10;
    font-family: 'Inter Black', sans-serif;
    font-size: clamp(1rem, 1vw + 0.7rem, 2rem);
    text-shadow:  2px  2px 0 rgb(34,36,63);/*,
               -2px  2px 0 rgb(34,36,63), 
               -2px -2px 0 rgb(34,36,63), 
                2px -2px 0 rgb(34,36,63); */

}

.parallax3 h1 {
    background-color: rgba(34,36,63, 0.1);
    padding: 20px;
    border-radius: 10px;
    z-index: 10;
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 1vw + 0.5rem, 2rem);
    text-shadow:  2px  2px 0 rgb(34,36,63);
}


.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Asegura que el degradado esté por encima de la imagen */
    /* Define tu degradado lineal o radial */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(34, 36, 63, 0.6) 90%); /* Ajusta colores y opacidad */
    pointer-events: none; /* Permite interactuar con el contenido detrás si es necesario */
}

.gradient-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Asegura que el degradado esté por encima de la imagen */
    /* Define tu degradado lineal o radial */
    background: linear-gradient(to bottom, rgba(0, 0, 0,  0.50) 0%, rgba(0, 0, 0, 0.10) 30%); /* Ajusta colores y opacidad */
    pointer-events: none; /* Permite interactuar con el contenido detrás si es necesario */
}


.slider2 {
  width: 100%;
  overflow: hidden;
  background-color: rgb(34,36,63);
  padding: 10px 0;
}

.slide-track {
  display: flex;
  width: calc(250px * 14);
  animation: scroll 21s linear infinite;
}

.slide2 {
  width: 250px;
  text-align: center;
  color: white;
  margin: 0 10px;
}

.slide2 img {
  width: 100%;
  border-radius: 10px;
}

.slide2 span {
  font-family: 'Inter Black', sans-serif;
  color: rgb(252,191,0);
  display: block;
  margin-top: 10px;
  font-size: clamp(1rem, 1vw + 0.5rem, 1.2rem);
  font-weight: 600;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.titulos{
  line-height: 25px;
  margin-bottom: 0px;
}

#carousel-principal .carousel-item {
  height: 800px; /* O un valor fijo como 400px */
  overflow: hidden; /* Oculta partes de la imagen que se salgan */
  position: relative; /* Necesario para el posicionamiento de la imagen */
}

#carousel-principal .carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%; /* Aunque se defina en img-fluid, es buena práctica */
  height: auto; /* Ajusta la altura automáticamente */
  object-fit: cover; /* ¡La clave! Cubre el área sin deformar */
  object-position: center; /* Centra la imagen */
}

#carousel-principal .carousel-caption.caption-top {
    top: -200px; /* Posición desde arriba */
    bottom: auto; /* Anula el bottom por defecto */
    left: 20px; /* Posición desde la izquierda */
    right: auto; /* Anula el right por defecto */
    text-align: left; /* Alineación del texto */
}

ul.cuadros {
  list-style-type: square; /* Cambia el punto por un cuadro */
  padding-left: 0px; /* Espaciado a la izquierda */
}