.row {
  padding: 0;
  margin: 0;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}


.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Times New Roman", Times, serif !important;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
    font-family: "Times New Roman", Times, serif !important;
}

/* Reset y configuraciones generales */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* background-color: #C8B9AB; */
  color: #333;
  line-height: 1.6;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;

}

/* Títulos */
h1,
h2,
h3,
h4,
a{
  font-family: "Times New Roman", Times, serif !important;
  font-weight: 600;
  font-style: normal;
}

p {

  font-family: "Times New Roman", Times, serif !important;
  font-weight: 400;
  font-style: normal;
}

.imglogo {
  width: 150px;
  height: 70px;
  background-color: #008AD1;

}

/* ===== HEADER GENERAL ===== */
/*.header {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100px;*/
  /* Más alto */
/*  z-index: 1000;*/
/*  transition: background-color 0.4s ease, box-shadow 0.4s ease;*/
/*}*/

/* Estado inicial transparente */
/*.header.transparent {*/
/*  background-color: transparent;*/
/*  box-shadow: none;*/
/*}*/

/* Estado al hacer scroll */
/*.header.scrolled {*/
/*  background-color: #fff;*/
/*  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
/*}*/

/* ===== NAVBAR ===== */
/*.navbar {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  padding: 0px*/
/*}*/


/* ===== LOGO ===== */
.logo {
  background-color: #008AD1;
  /* Azul del recuadro */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  /* Ancho del recuadro azul */
  margin: 0;
}

.imglogo {
  height: 80%;
  width: auto;
}

/* ===== LINKS CENTRALES ===== */
/*.nav-links {*/
/*  list-style: none;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  gap: 40px;*/
/*  flex: 1;*/
/*  margin-bottom: 0;*/
/*}*/


/*.nav-links li a {*/
/*  text-decoration: none;*/
/*  font-size: 1rem;*/
/*  color: white;*/
/*  transition: color 0.3s ease;*/
/*}*/

/*.header.scrolled .nav-links li a {*/
/*  color: #000;*/
/*}*/

/* ===== ICONOS DERECHA ===== */
/*.nav-icons {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 20px;*/
/*  margin-right: 30px;*/
/*}*/

/*.nav-icons a {*/
/*  color: white;*/
/*  font-size: 1.3rem;*/
/*  transition: color 0.3s ease, transform 0.3s ease;*/
/*}*/

/*.nav-icons a:hover {*/
/*  transform: scale(1.1);*/
/*}*/

/*.header.scrolled .nav-icons a {*/
/*  color: #000;*/
/*}*/

/* ===== MENU MÓVIL ===== */
/*.menu-toggle {*/
/*  display: none;*/
/*  background: none;*/
/*  border: none;*/
/*  font-size: 2rem;*/
/*  color: white;*/
/*  position: absolute;*/
/*  right: 20px;*/
/*  top: 30px;*/
/*  cursor: pointer;*/
/*}*/

/*.header.scrolled .menu-toggle {*/
/*  color: #000;*/
/*}*/




.icono {
  color: white;
  font-size: 30px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.icono2 {
  color: white;
  font-size: 30px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.icono:hover {
  color: #00e676;
  /* puedes personalizar el color del hover */
  transform: scale(1.2);
}

.icono2:hover {
  color: #e60082;
  /* puedes personalizar el color del hover */
  transform: scale(1.2);
}



.banner {
  position: relative;
  width: 100%;
  height: 100vh;
}

.banner-img-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
  z-index: 2;
}

.banner-text h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.btn {
  padding: 10px 25px;
  background-color: #ffffffcc;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-radius: 20px;
  transition: background 0.3s ease;
}

.btn:hover {
  background-color: #D4EDF5;
  color: #000;

}



/* Estilo para las demás secciones */
section {
  padding: 80px;
  /* Espacio extra para separar las secciones */
  text-align: center;
  /* margin-bottom: 50px;  */
}

#Contacto {

  background-color: #f6f6f6;
}

#AcercaDJK {

  background-color: #f6f6f6;
}

/* Estilo para los Títulos */
h2 {
  font-size: 32px;
  margin-bottom: 30px;
}



/*Nosotros */
.about-us {
  background-color: #ECD9C6;

}


#nosotros p {
  font-size: 1.15rem;
  text-align: justify;
}

.img-fluid {
  width: 100%;
  /* height: 600px; */
}

.img-fluid2 {
  width: 100%;
  height: 600px;
  object-fit: cover;
  /* para asegurarte que la imagen no se deforme */
  border-radius: 10px;
  /* por si quieres esquinas más suaves */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Footer */
.footer {
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
  /* margin-top: 50px;  */
}

.footer .footer-content p {
  font-size: 14px;
  margin-top: 10px;
}

.titulohist {
  text-align: left;
}





/*CONTACTO*/

#contact {
  background-color: #D4EDF5;

  background: linear-gradient(#9cb2bd9a, #9cb2bd9a), url(../img/home-garden-message-lightbox.jpg);

  background-size: cover;

  background-attachment: fixed;

  color: #111111;

  padding: 100px 0;
  margin-bottom: 0;

}

#contact .btn-danger {

  color: #fff;

  background-color: #313e49;

  border-color: #313e49;

  padding: 10px 35px;

  border-radius: 4em;

  text-transform: uppercase;

}

#contact .btn-danger:focus,

#contact .btn-danger:hover {

  background-color: #232323;

  border-color: #232323;

  /* padding: 10px 65px; */

}

.form-control {

  height: unset;

  border-radius: 2em;

  margin: 0 0 15px 0;

  color: #fff;

  border: 1px solid #313e49;

  background: #313e49;

  padding: 10px 20px;

}

.form-control:focus {

  border-color: transparent;

  outline: 0;

  -webkit-box-shadow: inset 0 0 0 #fff0, 0 0 8px #0006;

  box-shadow: inset 0 0 0 #fff0, 0 0 8px #0006;

}

.form-control::-webkit-input-placeholder {
  color: #fff;
}


.info-contacto {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.titulo-contacto {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 20px;
}

.item-contacto {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 28px;
}

.item-contacto span {
  display: block;
  text-align: left;
}

.icono-contacto {
  font-size: 20px;
  margin-right: 10px;
  color: #000;
}

.hr_2 {
  border-top: 5px solid #fff;
  margin: 30px auto;
  width: 30%;
}

.item-contacto a {
  list-style: none;
  text-decoration: none;
  color: #000;
  padding: 0;
}

.item-contacto i {
  font-size: 2rem;
}

.vmv-section {
  color: white;
  padding: 60px;
  /* background: linear-gradient(to bottom, #D4EDF5, #f1f1f1); */
  font-family: 'Poppins', sans-serif;
  color: #2f2f2f;
}

.vmv-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.vmv-box {
  flex: 1 1 28%;
  min-width: 200px;
  background: white;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vmv-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.vmv-icon {
  font-size: 34px;
  margin-bottom: 12px;
  color: #a88e60;
  /* Tono dorado elegante */
}

.vmv-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

.vmv-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.vmv-values {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.vmv-values li {
  font-size: 15px;
  margin: 6px 0;
  color: #555;
}

/*footer*/


/* Estilo general del footer */
.footer-decor {
  background-color: #1F2325;
  padding: 30px 0;
}

.footer-logo img {
  max-width: 100%;
}

.footer-description p {
  font-size: 14px;
  color: #6c757d;
}

.footer-description a {
  list-style: none;
  text-decoration: none;
  font-size: 1.2rem;
  color: white;
  padding: 0;
}

.footer-links ul {
  list-style: none;
  font-size: 1.2rem;
  color: white;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links .footer-link {
  color: white;
  text-decoration: none;
}

.footer-links .footer-link:hover {
  text-decoration: underline;
}

.footer-contact p {
  font-size: 1.2rem;
  color: white;
}

.btn-contact {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #C8B9AB;
  color: rgb(0, 0, 0);
  text-decoration: none;
  border-radius: 5px;
}

.btn-contact:hover {
  background-color: #8a8078;
}

.footer-social {
  display: flex;
  /* justify-content: center; */
  margin-top: 20px;

}

.footermini {
  background-color: #1F2325;
  padding: 0;
  margin: 0;
}

.social-icon {
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  /* background-color: #ccc;  */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 35px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* .social-icon.facebook {
  background-color: #3b5998;
}

.social-icon.instagram {
  background-color: #e4405f;
}

.social-icon.twitter {
  background-color: #0BBF41;
} */

.social-icon4:hover {
  /* opacity: 0.8; */
  background-color: #3b5998;
}

.social-icon2:hover {
  background-color: #e4405f;
}

.social-icon3:hover {
  background-color: #0BBF41;
}



.footer-description p {
  font-size: 1.2rem;
  color: white;
}



/* Media Querys */

/*@media (max-width: 768px) {*/
/*  .nav-links {*/
/*    display: none;*/
/*    flex-direction: column;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    background-color: white;*/
/*    width: 100%;*/
   
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
/*    padding: 10px 0;*/
/*    z-index: 1000;*/
/*  }*/

/*  .nav-links.active {*/
/*    display: flex;*/
    
/*  }*/

/*  .nav-links.open {*/
/*    transform: translateY(100%);*/
    
/*  }*/

/*  .menu-toggle {*/
/*    display: block;*/
    
/*  }*/

/*  .navbar {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 15px 20px;*/
/*  }*/

/*  .logo a {*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/
/*    color: #333;*/
/*    text-decoration: none;*/
/*  }*/

/*  .nav-links li a {*/
/*    color: #000;*/
/*  }*/

/*  .carousel-controls {*/
/*    display: none;*/
/*  }*/
/*}*/







/*TARJETAS*/
/* Fondos */
.fondo-azul {
  background-color: #d4edf5;
}

.fondo-beige {
  background-color: #ecd9c6;
}

.fondo-gris {
  background-color: #f5f3f4;
}

/* Contenido de texto */
.categoria {
  font-size: 0.8rem;
  color: #333;
  margin-bottom: 0.3rem;
}

.titulo {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #000;
}

/* Línea visible por defecto */
.titulo::after {
  content: "";
  position: absolute;
  left: 0;
  /* ancla a la izquierda */
  bottom: -2px;
  height: 1px;
  width: 40%;
  background-color: black;
  transition: width 0.3s ease;
}

/* Cuando se hace hover sobre la tarjeta, el subrayado de .titulo desaparece */
.tarjeta:hover .titulo::after {
  width: 0;
}

/* Tarjeta general */
.tarjeta {
  /* border-radius: 8px; */
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 0;
}

/* Contenedor de texto a la izquierda */
.texto-izquierda {
  text-align: left;
}

/* Imagen alineada a la derecha */
.imagen-derecha {
  align-self: flex-end;
  max-width: 180px;
  transition: transform 0.4s ease;
}

.imagen-hover {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.tarjeta:hover .imagen-hover {
  transform: scale(1.4);
}



/*PREGUNTAS*/
.faq-container {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}

.faq-item {
  margin-bottom: 10px;
  border: none;
}

.faq-question {
  width: 100%;
  background-color: #D4EDF5;
  color: #000000;
  padding: 20px;
  text-align: left;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.faq-question .icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-answer {
  background-color: #f9f9f9;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 1rem;
  color: #333;
}

.faq-answer p {
  margin: 15px 0;
}

.titask {
  text-align: left;
  margin-bottom: 30px;
}

.imgpreguntas {
  padding-right: 30px;
}

.img-fluid3 {
  width: 100%;
  height: 500px;
  object-fit: cover;
  /* para asegurarte que la imagen no se deforme */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.maps {
  margin: 0 0 -7px;
}

/*RESPONSIVIDAD*/

@media screen and (min-width: 221px) and (max-width: 441px) {

  section {
    padding: 20px;
  }

  .vmv-section {
    padding: 20px;

  }

  .footer-description {
    margin-top: 30px;
  }

  .icono2 {
    color: #000;
  }

  .icono {
    color: #000;
  }

  .item-contacto {
    font-size: 15px;
  }

  .banner-text h1 {
    font-size: 2rem;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
  }

  .slide {
    width: 100%;
    height: 90%;
  }

}




@media screen and (min-width: 221px) and (max-width: 761px) {

  .footer-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centra horizontalmente */
    text-align: center;
    /* Asegura que el texto se centre */
    margin-top: 40px;
  }

  .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centra horizontalmente */
    text-align: center;
    /* Asegura que el texto se centre */
  }



}



/*OTROS ESTILOS*/


.link-tarjeta {
  text-decoration: none;
  /* Quita subrayado */
  color: inherit;
  /* Usa el mismo color del contenido */
  display: block;
  /* Para que el enlace ocupe todo el div */
}

.link-tarjeta:hover {
  color: inherit;
  /* Evita cambio de color en hover */
}

.link-tarjeta,
.link-tarjeta * {
  text-decoration: none !important;
  /* Quita subrayado de todo lo interno */
}











/* ===== RESPONSIVE ===== */

/*@media (max-width: 768px) {*/
/*  .nav-links {*/
/*    display: none;*/
/*  }*/

/*  .nav-icons {*/
/*    display: none;*/
/*  }*/

/*  .menu-toggle {*/
/*    display: block;*/
/*  }*/


/*}*/

/*@media (max-width: 768px) {*/
/*  .header {*/
/*    top: 0;*/
/*    left: 0;*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 90px;*/
    
/*  }*/

/*  .navbar {*/
/*    padding: 0;*/
/*  }*/

/*  .logo {*/
/*    margin: 0;*/
/*    padding: 0 20px;*/
    
/*  }*/

/*  .menu-toggle {*/
/*    top: 25px;*/
    
/*    right: 20px;*/
/*  }*/
/*}*/


/* Baner */
/* ===== Banner alto, como en la referencia ===== */
.banner-container {
  position: relative;
  width: 100%;
  height: clamp(560px, 72vh, 760px);
  /* alto realista tipo hero */
  overflow: hidden;
}

.banner-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s ease;
}

.banner-slide.active {
  opacity: 1;
  z-index: 2;
}

.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

/* ===== Flechas centradas y un poco más grandes ===== */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: background .3s ease;
}

.nav-btn:hover {
  background: rgba(0, 0, 0, .6);
}

.prev-btn {
  left: 28px;
}

.next-btn {
  right: 28px;
}

/* ===== Tira de 3 thumbnails fija al fondo, con proporciones como la foto ===== */
.thumbnails {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: clamp(980px, 70vw, 1240px);
  /* ancho total de la “tira” */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 3;
  pointer-events: auto;
}

.thumbnails-wrapper {
  display: flex;
  gap: 24px;
}

/* Lados: mini-imágenes */
.thumbnail {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
  width: 340px;
  height: 120px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
  transition: transform .25s ease;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Centro: tarjeta azul más grande con el título encima (tu overlay ya lo hace) */
.thumbnail.center {
  width: 520px;
  height: 120px;
  transform: none;
  z-index: 5;
  border-radius: 14px;
}

/* Overlay azul con el título — se ve completo en el centro */
.thumbnail::after {
  content: attr(data-title);
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 138, 209, .88), rgba(0, 138, 209, .88));
  
  
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  line-height: 1.2;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
}

.thumbnail.center::after {
  animation: revealOverlay 700ms cubic-bezier(.2, .7, .2, 1) forwards;
}

/* Brillo diagonal sutil al centrar (tu efecto) */
.thumbnail.center::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .28) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-120%);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: sweep 800ms 200ms ease-out forwards;
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 3;
  text-align: center;
  pointer-events: auto;
  /* no bloquea las flechas */
  padding: 0 18px;
}

/* Estilo del título y CTA */
.hero-title {
  margin: 0;
  color: #fff;
  font-weight: 800;
  font-size: clamp(22px, 3.2vw, 42px);
  line-height: 1.15;
  text-shadow: 0 8px 26px rgba(0, 0, 0, .35);
}

.hero-cta {
  display: inline-block;
  padding: 12px 28px;
  /*border-radius: 28px;*/
  background: #008ad1cc;
  color:white;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
  backdrop-filter: saturate(140%) blur(2px);
}

.hero-cta:hover {
  transform: translateY(-1px);
  background: #D4EDF5;
}

/* Animación: entra desde abajo cuando el slide está activo */
@keyframes riseIn {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(.98);
  }

  60% {
    opacity: 1;
    transform: translateY(-2px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

/* dispara en el slide activo (sin tocar JS) */
.banner-slide.active .hero-content {
  animation: riseIn 2100ms cubic-bezier(.2, .7, .2, 1) 140ms both;
}

/* pequeño escalonado para título y botón */
.banner-slide.active .hero-title {
  animation: riseIn 2150ms cubic-bezier(.2, .7, .2, 1) 160ms both;
}

.banner-slide.active .hero-cta {
  animation: riseIn 2200ms cubic-bezier(.2, .7, .2, 1) 260ms both;
}

/* Responsivo */
@media (max-width: 768px) {
  .hero-title {
    font-size: clamp(18px, 5.2vw, 28px);
  }

  .hero-cta {
    padding: 10px 22px;
  }
}

/* Mantener tu anim de zoom del slide activo */
:root {
  --slide-duration: 3200ms;
}

@keyframes zoomOut {
  from {
    transform: scale(1.12)
  }

  to {
    transform: scale(1)
  }
}

@keyframes revealOverlay {
  0% {
    opacity: 0;
    transform: scaleX(0)
  }

  25% {
    opacity: 1
  }

  100% {
    opacity: 1;
    transform: scaleX(1)
  }
}

@keyframes sweep {
  to {
    transform: translateX(120%)
  }
}

.banner-slide.active img {
  animation: zoomOut var(--slide-duration) ease-in-out forwards;
}

/* ===== Ajustes responsivos para que siempre se vean 3, pero proporcionados ===== */
@media (max-width: 1200px) {
  .thumbnails {
    width: min(92vw, 1100px);
  }

  .thumbnail {
    width: 300px;
    height: 110px;
  }

  .thumbnail.center {
    width: 460px;
    height: 140px;
  }

  .thumbnail::after {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .thumbnails {
    width: min(94vw, 980px);
    bottom: 22px;
  }

  .thumbnail {
    width: 260px;
    height: 100px;
  }

  .thumbnail.center {
    width: 400px;
    height: 130px;
  }

  .thumbnail::after {
    font-size: 14px;
  }
}

@media (max-width: 768px) {

  /* En móvil seguimos mostrando 3, pero todo más compacto */
  .banner-container {
    height: 520px;
  }

  .thumbnails {
    width: 95vw;
    gap: 0;
  }

  .thumbnails-wrapper {
    gap: 14px;
  }

  .thumbnail {
    width: 36vw;
    height: 78px;
  }

  .thumbnail.center {
    width: 46vw;
    height: 90px;
  }

  .thumbnail::after {
    font-size: 13px;
    padding: 0 12px;
  }

  .prev-btn,
  .next-btn {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

/* Transición suave para la fila de thumbnails */
.thumbnails-wrapper {
  transition: transform 420ms cubic-bezier(.22, .75, .15, 1);
  will-change: transform;
}

/* Útil para preparar el estado inicial en animación hacia la izquierda/derecha */
.thumbnails-wrapper.no-trans {
  transition: none !important;
}

/* Desactivar clicks mientras se anima (opcional) */
.thumbnails-wrapper.animating {
  pointer-events: none;
}



/* Cadena de Valores */
#cadena {
  padding: 60px;
  margin-top: 4%;
  background: #fafafa;
}

#cadena h1 {
  color: #008AD1;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 5%;
}

#cadena p.lead {
  max-width: 1000px;
  margin: 0 auto 2.5rem auto;
  text-align: center;
  color: #333;
  line-height: 1.7;
  font-size: 16px;

}

.cvdjk img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* La imagen se ajusta sin recortarse */
}




/* section columnas 1 back */

.feature-chooser {
  min-height: 70vh;
  overflow: hidden;
  --tint: rgba(0, 123, 255, 0.28);
  /* azul translúcido al hover */
  --tint-strong: rgba(0, 123, 255, 0.42);
  /* un poco más intenso al hover */
}

/* Fondo dinámico de la sección */
.feature-chooser__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .55) 60%, rgba(0, 0, 0, .75) 100%),
    var(--bg-url) center/cover no-repeat;
  transition: background-image .0s linear, filter .25s ease, transform .25s ease, opacity .25s ease;
  will-change: background-image, transform, filter, opacity;
  z-index: 1;
}

/* Grid sin separación visible entre columnas */


/* Tarjeta clicable: sin estilos por defecto de botón */
.feature-card {
  position: relative;
  display: block;
  height: 320px;
  /* ajusta la altura a tu gusto */
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
  isolation: isolate;
  /* para asegurar capas correctas */
}

/* Capa azul al hover */
.feature-card__overlay {
  position: absolute;
  inset: 0;
  background: var(--tint);
  opacity: 0;
  transition: opacity .25s ease;
  z-index: 1;
}

.feature-card:hover .feature-card__overlay,
.feature-card:focus-visible .feature-card__overlay {
  opacity: 1;
  /* aparece el tinte */
  background: var(--tint-strong);
}

/* Contenido interno */
.feature-card__content {
    color: white;
  position: absolute;
  inset: 0;
  padding: 2rem 1.5rem;
  display: grid;
  align-content: end;
  /* contenido al fondo por defecto */
  gap: .5rem;
  z-index: 2;
  /* arriba del overlay */
}

/* Título: “sube” desde abajo */
.feature-card__title {
  margin: 0;
  font-weight: 700;
  letter-spacing: .3px;
  transform: translateY(40%);
  transition: transform .25s ease, opacity .25s ease;
}

/* Descripción: oculta hasta hover */
.feature-card__desc {
  margin: 0;
  opacity: 0;
  transform: translateY(20%);
  transition: transform .25s ease, opacity .25s ease;
}

.feature-card:hover .feature-card__title,
.feature-card:focus-visible .feature-card__title {
  transform: translateY(0%);
}

.feature-card:hover .feature-card__desc,
.feature-card:focus-visible .feature-card__desc {
  opacity: 1;
  transform: translateY(0%);
}

/* Accesibilidad: foco visible */
.feature-card:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .7);
  outline-offset: -2px;
}

/* Responsive: más altos en pantallas grandes */
@media (min-width: 992px) {
  .feature-card {
    height: 380px;
  }
}



/* Cadena de Valores */
.cadenadevalores {
  background-color: #008ad1;
  color: white;
  height: 60px;
  width: 220px;
  border: none;
  font-size: 13px;
}



/* Production */

.productos-section {
  padding: 80px 20px;
}

.productos-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.productos-title {
  font-size: 42px;
  color: #0075d4;
  margin-bottom: 25px;
}

.productos-subtitle {
  font-size: 15px;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

/* líneas azules finas */

.productos-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
}

.producto-card {
  flex: 1 1 380px;
  text-align: left;
}



.producto-heading .line-title {
  margin-left: 0;
}




.producto-heading {
  display: inline-block;
}

.producto-name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-top: 10px;
}

/* Línea adaptativa */
.producto-name::before {
  content: "";
  display: block;
  width: 100%;
  /* ❗ La línea toma el ancho exacto del texto */
  height: 3px;
  background-color: #0075d4;
  margin-bottom: 6px;
}

.producto-imagen {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.producto-imagen img {
  width: 100%;
  display: block;
}

/* Texto sobre la imagen (como en COBOT) */
.producto-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 25px;
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}

/* línea separadora inferior de la sección */
.productos-bottom-line {
  width: 120px;
  height: 3px;
  background-color: #0075d4;
  margin: 0 auto;
}

.producto-imagen {
  position: relative;
  width: 563px;
  height: 320px;
  overflow: hidden;
  border-radius: 2px;
}

.producto-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.producto-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 25px;
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  width: 100%;
}

.btnprodcutos {
  background-color: #008ad1;
  color: white;
  height: 70px;
  width: 230px;
  border: none;
  font-size: 18px;
}

/* ----- TABLETS ----- */
@media (max-width: 1023px) and (min-width: 768px) {
  .producto-imagen {
    width: 80%;
    height: calc((320 / 563) * 80vw);
    /* Mantiene proporción */
    margin: 0 auto;
  }
}

/* ----- CELULARES ----- */
@media (max-width: 767px) {
  .producto-imagen {
    width: 100%;
    height: 220px;
  }

  .producto-overlay {
    font-size: 14px;
    padding: 15px;
  }
}

.productos-cols {
  display: flex;
  flex-wrap: nowrap;
  /* ❗ Evita que el cuadro derecho se vaya abajo */
  justify-content: center;
  gap: 40px;
}



/* Acerca de djk */
.about-section {
  background: var(--section-bg);
  padding-top: 18px;
  padding-bottom: 18px;
}

.about-inner {
  /* max-width: 1280px; */
  /* margin: 0 auto; */
  /* padding: 22px 30px; */
  background: transparent;
}

.about-title {
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 6px 0 6px;
}

.about-subtitle {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
  color: #222;
}

/* Hero image box similar a la captura: margen grande lateral, borde blanco y altura grande */

.hero {
  width: 100%;
  height: 520px;
  /* ajustar según necesidad */
  overflow: hidden;
  display: block;
  border-radius: 2px;
  box-sizing: border-box;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* mantiene el recorte similar a la captura */
  display: block;
}

.btnacercai {
  background-color: #008ad1;
  margin-top: 5%;
  color: white;
  height: 70px;
  width: 230px;
  border: none;
  font-size: 15px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .hero {
    height: 380px;
  }

  .about-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 576px) {
  .hero {
    height: 260px;
  }

  .about-title {
    font-size: 20px;
  }

  .about-subtitle {
    font-size: 13px;
  }
}


/* Nuestros clientes */
/* HERO */
.testimonial-hero {
  position: relative;
  background-image: url('../img/グループ-503-scaled.jpg');
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 110px 0 90px;
  text-align: center;
  height: 550px;
}

.testimonial-hero::after {
  /* dark overlay to make text readable */
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
}

.testimonial-hero .container {
  position: relative;
  top: 5%;
  z-index: 2;
}

.testimonial-hero h2 {
  font-size: 40px;
  margin: 0 0 12px;
  font-weight: 700;
  color: #fff;
}

.testimonial-hero p.lead {
  color: rgba(255, 255, 255, 0.9);
  max-width: 900px;
  margin: 0 auto;
}


/* Tabs (botones) - overlapped over the bottom of the hero */
.testimonial-tabs-wrap {
  position: relative;
  margin-top: -3%;
  z-index: 3;
  margin-bottom: 1%;
}

.testimonial-tabs {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}




.tab-btn {
  background: #ffffff61;
  padding: 18px 32px;
  border-radius: 10px 10px 6px 6px;
  /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); */
  border: 0px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all .18s ease;
  min-width: 220px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}

.tab-btn.active {
  background: #fff;
  color: #27B9EF;
  /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12); */
  transform: translateY(-8px);
}



/* Panel content area */
.testimonial-panels {
  padding: 0px 0 80px;
  background: #f6f6f6;
}

.panel {
  display: none;
}

.panel.active {
  display: block;
}


/* Layout for testimonial content */
.testimonial-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.testimonial-media {
  flex: 0 0 46%;
}

.testimonial-media img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

.testimonial-body {
  flex: 1;
  padding: 18px 36px;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-body h3 {
  /* color: var(--accent); */
  font-size: 25px;
  margin-bottom: 10%;
  text-align: left;
  color: #008ad1;
}

.testimonial-body h4 {
  font-size: 25px;
  margin-bottom: 18px;
  color: #111;
  text-align: left;
}

.testimonial-body p {
  color: #333;
  line-height: 1.6;
  text-align: left;
}


/* Responsive */
@media (max-width: 992px) {
  .testimonial-inner {
    flex-direction: column;
  }

  .testimonial-media {
    width: 100%;
  }

  .testimonial-body {
    border-left: none;
    padding-left: 0;
  }

  .tab-btn {
    padding: 12px 18px;
    min-width: 150px;
  }
}

/* crares */

.careers-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 10%;
  gap: 40px;
}

.careers-img {
  flex: 1;
}

.careers-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}

.careers-content {
  flex: 1;
  font-family: 'Montserrat', sans-serif;
}

.careers-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0076c4;
  margin-bottom: 5%;
  text-align: left;
}

.careers-content p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #444;
  text-align: left;
}



.btn-careers {
  display: inline-block;
  padding: 14px 40px;
  background-color: #0076c4;
  color: white;
  font-size: 17px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-careers:hover {
  background-color: #005fa0;
}

@media(max-width: 900px) {
  .careers-section {
    flex-direction: column;
    text-align: center;
  }

  .careers-content {
    max-width: 600px;
  }
}


.news-section {
  padding: 60px 10%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.news-title {
  font-size: 36px;
  font-weight: 700;
  color: #0080d8;
  margin-bottom: 40px;
}

.news-box {
  width: 70%;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.news-item {
  display: flex;
  gap: 40px;
  padding: 18px 25px;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  transition: 0.3s ease;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item:hover {
  background: #f5faff;
}

.news-date {
  font-size: 15px;
  color: #888;
  min-width: 110px;
  display: inline-block;
}

.news-text {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  text-align: left;
}

.news-button-wrapper {
  margin-top: 40px;
}

.news-button {
  display: inline-block;
  padding: 15px 60px;
  background: #0080d8;
  color: white;
  font-size: 18px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.news-button:hover {
  background: #006cb3;
}


@media (max-width: 768px) {
  .news-box {
    width: 100%;
  }

  .news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .news-date {
    min-width: auto;
  }
}


.contacto-section {
  position: relative;
  background-image: url('../img/1162231912-huge-1-scaled.jpeg');
  /* cambia por tu imagen */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.contacto-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.contacto-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.contacto-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.contacto-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.contacto-btn {
  display: inline-block;
  padding: 18px 50px;
  background: #007ac8;
  color: white;
  font-size: 20px;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s ease;
}

.contacto-btn:hover {
  background: #0062a3;
}



/* ---------- BOTÓN VOLVER ARRIBA ---------- */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #007bcd;
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  display: none;
  transition: 0.3s;
  z-index: 1000;
}

.back-to-top:hover {
  background: #005fa3;
}

/* ---------- FOOTER ---------- */

/* LOGO ARRIBA, CENTRADO */
.footer-logo-wrapper {
  text-align: center;
  margin: 20px 0 30px;
}

.footer-logo {
  max-width: 160px;
  /* ajusta el tamaño del logo */
  width: 100%;
  height: auto;
  display: inline-block;
  object-fit: contain;
}

/* texto pequeño debajo del logo */
.footer-logo-subtext {
  color: #007bcd;
  font-weight: 600;
  margin-top: 8px;
  font-size: 13px;
}


.footer {
  text-align: center;
  background: #fff;
  padding: 40px 0;
  color: #333;
  font-family: Arial;
}

/* Columnas */
.footer-columns {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
}

.footer-col {
  text-align: left;
}

.footer-col h4 {
  color: #007bcd;
  margin-bottom: 10px;
}

.footer-col a {
  display: block;
  color: #444;
  text-decoration: none;
  margin: 4px 0;
  transition: 0.2s;
}

.footer-col a:hover {
  color: #007bcd;
}

/* BANNERS */
.footer-banners {
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.footer-banners img {
  width: 33.33%;
  height: 200px;
  object-fit: cover;
}

.footer-banner {
  position: relative;
  width: 33.33%;
  height: 200px;
  overflow: hidden;
}

.footer-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TEXTO CENTRADO */
.footer-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff; /* blanco */
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0,0,0,0.8); /* sombra para hacerlo legible */
  text-align: center;
  pointer-events: none; /* para que el clic siga funcionando en el link */
}
@media(max-width: 760px) {
  .footer-banners {
    display: flex;
    flex-wrap: wrap;
  }

  /* Texto 1 y Texto 2 → 50% cada uno */
  .footer-banner:nth-child(1),
  .footer-banner:nth-child(2) {
    width: 50%;
    height: 180px;
  }

  /* Texto 3 → ocupa toda la línea */
  .footer-banner:nth-child(3) {
    width: 100%;
    height: 180px;
  }

  /* Texto más pequeño en móvil */
  .footer-banner-text {
    font-size: 16px;
  }
}
/* ENLACES INFERIORES */
.footer-bottom-links {
  margin-top: 25px;
}

.footer-bottom-links a {
  margin: 0 20px;
  color: #007bcd;
  text-decoration: none;
  font-weight: bold;
}

.footer-bottom-links a:hover {
  text-decoration: underline;
}

/* COPY FINAL */
.footer-copy {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}


/* ------- SUAVIZAR SCROLL ---------- */
html {
  scroll-behavior: smooth;
}


.footer-banners a {
  width: 33.33%;
  height: 200px;
}

.footer-banners a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width: 760px) {
     .footer-columns {
    display: grid;
    justify-content: center;
    gap: 80px;
    margin-bottom: 40px;
}
}

/* CONTENEDOR SECCIÓN */
.section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* BANNER grande (usa la imagen subida) */
.hero {
  width: 100%;
  height: 500px;
  background-image: url("../img/マスクグループ-18-scaled.jpg");
  background-size: cover;
  /* background-position: center center; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* overlay sutil y texto centrado del banner (opcional) */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.hero .hero-text {
  position: relative;
  color: white;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  padding: 12px 18px;
  border-radius: 4px;
  backdrop-filter: blur(1px);
}

/* BLOQUES (grid 2 columnas) */
.cards {
  background: transparent;
  padding: 40px 20px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: stretch;
}

.card {
  height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

/* imagen de fondo en cada tarjeta */
.card .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transition: transform .5s ease;
  transform-origin: center;
}

.card:hover .bg {
  transform: scale(1.04);
}

/* Overlays y título */
.card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.15));
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 40px;
}

.card .title {
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  max-width: 75%;
}

/* Alternar alineación (para simular la imagen izquierda/derecha) */
.card.align-right .overlay {
  justify-content: flex-end;
  padding-right: 40px;
  padding-left: 0;
}

.card.align-right .title {
  text-align: right;
}

/* Separador vertical entre columas en pantallas grandes (opcional estético) */
@media(min-width: 1000px) {
  .section-wrapper {
    padding: 0 10px;
  }
}

/* Responsive: 1 columna en móvil */
@media(max-width: 760px) {
  .hero {
    height: 280px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .card {
    height: 180px;
  }

  .card .overlay {
    padding-left: 18px;
    padding-right: 18px;
    justify-content: flex-start;
  }

  .card.align-right .overlay {
    justify-content: flex-start;
    padding-left: 18px;
  }

  .hero .hero-text {
    font-size: 20px;
    padding: 8px 12px;
  }
}




/* Filosofia Corporativa */
.filosofia-section {
    position: relative;
    width: 100%;
    height: 750px;
    background: url("../img/名称未設定のデザイン-9.png") center/cover no-repeat;
}

.filosofia-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.filosofia-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.filosofia-title {
    color: #fff;
    font-size: 42px;
    margin-bottom: 40px;
    font-weight: bold;
}



/* --------- RESPONSIVE --------- */
@media(max-width: 980px) {
    .circles-container {
        flex-direction: column;
        gap: 40px;
    }

    .band {
        width: 85%;
        height: 120px;
        bottom: 120px;
    }

    .circle {
        width: 200px;
        height: 200px;
    }

    .circle-text {
        font-size: 26px;
    }
}

@media(max-width: 520px) {
    .filosofia-title {
        font-size: 32px;
    }

    .band {
        height: 90px;
        bottom: 100px;
    }
}

.filodiv{
  display: contents;
  width: 80%;
  height: 900px;
}

.filodiv img{ 
  width: 100%;
  height: 100%;
  object-fit: fill;
}


/*ESTILOS TODOS LOS DEL HEADER*/


/* ===== HEADER GENERAL ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  /* Más alto */
  z-index: 1000;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

/* Estado inicial transparente */
.header.transparent {
  background-color: transparent;
  box-shadow: none;
}

/* Estado al hacer scroll */
.header.scrolled {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* ===== NAVBAR ===== */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0px
}


/* ===== LOGO ===== */
.logo {
  background-color: #008AD1;
  /* Azul del recuadro */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  /* Ancho del recuadro azul */
  margin: 0;
}

.imglogo {
  height: 80%;
  width: auto;
}

/* ===== LINKS CENTRALES ===== */
.nav-links {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex: 1;
  margin-bottom: 0;
}


.nav-links li a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  transition: color 0.3s ease;
}

.header.scrolled .nav-links li a {
  color: #000;
}

/* ===== ICONOS DERECHA ===== */
.nav-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 30px;
}

.nav-icons a {
  color: white;
  font-size: 1.3rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav-icons a:hover {
  transform: scale(1.1);
}

.header.scrolled .nav-icons a {
  color: #000;
}

/* ===== MENU MÓVIL ===== */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: white;
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
}

.header.scrolled .menu-toggle {
  color: #000;
}



/* Media Querys */

@media (max-width: 768px) {

  /* NAV LINKS */
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 1000;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links.open {
    transform: translateY(100%);
  }

  .nav-links li a {
    color: #000;
  }


  /* ÍCONOS (OCULTAR EN MÓVIL) */
  .nav-icons {
    display: none;
  }


  /* MENU TOGGLE */
  .menu-toggle {
    display: block;
    top: 25px;
    right: 20px;
  }


  /* NAVBAR */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0; /* (se sobreescribe el padding anterior para móvil) */
  }


  /* LOGO */
  .logo {
    margin: 0;
    padding: 0 20px;
  }

  .logo a {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }


  /* HEADER */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
  }


  /* CAROUSEL */
  .carousel-controls {
    display: none;
  }
}


/*NUEVOS ESTILOS ALEXANDRA*/

.solucionint-section {
    position: relative;
    width: 100%;
    height: 750px;
    background: url("../img/solucionintegralbanner.jpg") center/cover no-repeat;
}


/* --- BREADCRUMB DJK STYLE --- */

.custom-breadcrumb {
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid transparent;
}

.custom-breadcrumb .container {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.bc-home i {
    font-size: 17px;
    color: #000;
}

.bc-link {
    text-decoration: none;
    color: #000;
}

.bc-link:hover {
    text-decoration: underline;
}

.bc-current {
    color: #004c97; /* azul corporativo DJK */
    font-weight: 500;
}

.bc-separator {
    color: #000;
    font-size: 14px;
}

.bc-divider {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9; /* línea gris igual a la original */
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .custom-breadcrumb .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 13px;
    }

    .bc-current {
        display: inline-block;
        max-width: 85%;
    }
}

.section-breadcrumb{
    
    padding: 20px !important;
}


/* ---- TITULOS Y TEXTO ---- */
.solucion-title {
    font-family: 'Lora', serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.solucion-text {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
    text-align: justify;
}

/* Contenedor general */
.sidebar-djk {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    border-left: 1px solid #dcdcdc;
}

/* Bloque azul */
.sidebar-title {
    background: #0083ca;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 18px 20px;
    padding: 50px;
    text-align: left;
}

/* Links */
.sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.sidebar-links li {
    border-bottom: 1px solid #e4e4e4;
}

.sidebar-links a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    padding: 25px;
    font-weight:400;
}

.sidebar-links a:hover {
    background: #f4f4f4;
}

/* Línea divisora */
.sidebar-line {
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    margin: 20px 0;
}

/* Caja con pestañas */
.sidebar-box {
    /*border: 1px solid #dcdcdc;*/
    padding: 20px;
}

.sidebar-box-tabs {
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

.tab-left, .tab-right {
    width: 50%;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #dcdcdc;
}

.tab-right {
    border-right: none;
}

.sidebar-box-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sidebar-mini-img {
    width: 120px;
    height: 120px;
    background: #d8d8d8;
    font-size: 12px;
    color: #777;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-news-text {
    font-size: 14px;
    color: #333;
}

/* Imagen grande */
.sidebar-large-img {
    width: 100%;
    height: 170px;
    background: linear-gradient(#d0d0d0, #b0b0b0);
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sidebar-large-caption {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
}

.sidebar-item{
    text-align: left;
    padding-left:  25px;
}

/* Item final */
.sidebar-item-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    
}

.sidebar-item-date {
    font-size: 12px;
    color: #777;
    margin: 0;
}

/* Último título */
.sidebar-last-title {
    font-size: 20px;
    font-weight: 700;
    color: #0083ca;
    margin-bottom: 15px;
}

.nav-link {
    
    color: #000000;
    font-weight: 400;
}

.columna-padding{
    padding-right: 30px;
}

.div-imgminis{
    padding: 30px;
    text-align: left;
}




.div-imgminis .img-wrap {
    width: 100%;
    height: 180px;               /* 👈 Altura fija (ajústala a tu diseño) */
    overflow: hidden;
    position: relative;
}

.div-imgminis img {
    width: 100%;
    height: 100%;
    object-fit: cover;           /* 👈 evita que se note el crecimiento */
    transition: transform .4s ease;
}

.div-imgminis .img-wrap:hover img {
    transform: scale(1.15);      /* 👈 zoom sin parecer que la imagen “crece” */
}

/* Opcional: quitar subrayado y hacer que todo el bloque sea clickeable */
.img-link {
    display: block;
    text-decoration: none;
}



/*ESTILOS DE RED GLOBAL*/


.redglobal-section {
    position: relative;
    width: 100%;
    height: 750px;
    background: url("../img/redglobal.jpg") center/cover no-repeat;
}

.section-title-red{
     font-size: 25px;
    font-weight: 600;
    padding-left: 15px;
    border-left: 2px solid #000;
    margin-bottom: 25px;
    text-align: left;
}


.line-wrapper {
    width: 100%;
    height: 1px;
    background-color: #dcdcdc; /* línea gris suave */
    position: relative;
    margin: 40px auto 20px;
}

.line-wrapper::after {
    content: "";
    position: absolute;
    top: -1px; /* centrado vertical */
    left: 50%;
    transform: translateX(-50%);
    width: 180px; /* largo de la parte azul */
    height: 3px; /* grosor de la parte azul */
    background-color: #1b86d1; /* ESTE es el azul exacto de tu imagen */
}

.title-center {
    text-align: center;
    /*font-size: 28px;*/
    font-weight: 700;
    font-family: "Times New Roman", serif;
    margin-top: 10px;
}





/*TABLAS*/



.header-azulito {
    background-color: #008AD1;
    color: white;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 20px 0;
    font-family: "Times New Roman", serif;
    /*margin: 0 -40px;*/
}

/* Título de empresa */
.company {
    color: #006bb3;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: left;
    font-family: "Times New Roman", serif;
}

/* Tabla */
.info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
}

.info-table th,
.info-table td {
    border: 1px solid #e6e6e6;
    padding: 20px;
    vertical-align: top;
    text-align: left;
    font-family: "Times New Roman", serif;
}

/* Primera columna */
.info-table th {
    width: 230px;
    background-color: #fafafa;
    text-align: left;
    font-weight: bold;
}

/* Enlaces azules */
.info-table a {
    color: #0081c8;
    text-decoration: none;
}

.info-table a:hover {
    text-decoration: underline;
}

.div-tablas{
    padding: 25px;
}


.soporteing-section {
    position: relative;
    width: 100%;
    height: 750px;
    background: url("../img/iStock-1023232352.jpg") center/cover no-repeat;
}


/*COBOT ESTILOS*/


.lineasdiv{
    
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;

}

.botonrojo {
    background: #d80c1e;
    text-decoration: none; 
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 18px 20px;
    text-align: left;
    width: 60%;
    margin-bottom: 10px;
    padding: 20px;
    transition: 0.3s ease;  
    text-align: center;
}




/* Efecto hover */
.botonrojo:hover {
    background-color: #ff3333;  /* Color al pasar el mouse */
    
}

.jaka{
    margin-top: 50px;
}

.line-wrapper-rojo {
    width: 100%;
    height: 1px;
    background-color: #dcdcdc; /* línea gris suave */
    position: relative;
    margin: 40px auto 20px;
}

.line-wrapper-rojo::after {
    content: "";
    position: absolute;
    top: -1px; /* centrado vertical */
    left: 50%;
    transform: translateX(-50%);
    width: 180px; /* largo de la parte azul */
    height: 3px; /* grosor de la parte azul */
    background-color: #d80c1e; /* ESTE es el azul exacto de tu imagen */
}




.application-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 👈 SIEMPRE 6 POR FILA */
    gap: 35px;
    justify-items: center;
    margin-top: 40px;
    padding: 30px 20px;
    background: #f3f3f3;
    border-radius: 10px;
}

/* TABLET: 3 columnas */
@media (max-width: 992px) {
    .application-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* MÓVIL GRANDE: 2 columnas */
@media (max-width: 768px) {
    .application-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MÓVIL PEQUEÑO: 1 columna */
@media (max-width: 480px) {
    .application-grid {
        grid-template-columns: 1fr;
    }
}

.app-item {
    text-align: center;
}

.app-circle {
    width: 140px;
    height: 140px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.app-circle img {
    width: 55px;
    height: 55px;
    opacity: 0.9;
}

.app-item p {
    margin-top: 10px;
    font-size: 15px;
    color: #333;
}

/* Círculo activo (rojo) */
.app-circle.active {
    border: 2px solid #c41c1c;
}

/* Hover */
.app-circle:hover {
    border: 2px solid #c41c1c;
    transform: scale(1.07);
}

/* Responsive */
@media (max-width: 768px) {
    .app-circle {
        width: 110px;
        height: 110px;
    }
    .app-circle img {
        width: 45px;
        height: 45px;
    }
}

.divespaciado{
    
    margin-top: 100px;
}


.bloque-linea {
    border-right: 5px solid #d1001f; /* rojo exacto */
    padding-right: 20px;             /* espacio para que no quede pegado */
    height: 200px;           /* separación del contenido de al lado */
}

.bloque-linea-r {
    border-left: 5px solid #d1001f; /* rojo exacto */
    padding-left: 20px;             /* espacio para que no quede pegado */
    height: 200px;           /* separación del contenido de al lado */
}





.recuadro-rojotext {
    background-color: #D80C1E;
    padding: 40px 20px;
    text-align: center;
    
    margin-top: 120px;
    height: 350px;
}

.recuadro-blancotext {
    background-color: white;
    padding: 20px 30px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    /*gap: 20px;*/
}

.iconito {
    width: 150px;
    height: 150px;
}

.recuadro-blancotext h3 {
    margin: 0;
    color: #D80C1E;
    /*font-size: 28px;*/
    font-weight: bold;
    line-height: 1.2;
}

.texto-abajo {
    margin-top: 20px;
    font-size: 16px;
    color: white;
}

.center-text{
    text-align: center;
}

.video-container {
    width: 100%;
    max-width: 900px; /* lo puedes ajustar */
    margin: 20px auto 0;
}

.video-responsivo {
    width: 100%;
    
}

.icon-section {
    background-color: #F6F6F6;
    
    justify-content: center;
    padding-top: 50px;
}



.icon-section h4 {
    font-weight: 700;
    margin-top: 15px;
    font-size: 20px;
}

.icon-section p {
    width: 85%;
    margin: auto;
    font-size: 15px;
    margin-top: 10px;
    color: #333;
    line-height: 1.5;
}

.icon-feature {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    opacity: 0.9;
    transition: 0.3s;
}

.icon-feature:hover {
    transform: scale(1.05);
    opacity: 1;
}

/*LISTAS DESPLEGABLES*/


.product-menu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Georgia', serif;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #ddd;
}

.menu-btn {
    padding: 25px 10px;
    background: #fff;
    border: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
    position: relative;
}

.menu-btn .arrow {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.menu-btn.active {
    background: #d0191c;
    color: white;
}

.menu-btn:hover {
    background: #f3f3f3;
}

.menu-btn.active:hover {
    background: #d0191c;
}

/* CONTENIDO DESPLEGABLE */
.menu-content {
    display: none;
    padding: 25px;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
}

.menu-content.show {
    display: block;
}

/* SUBMENÚ INTERNO */
.submenu {
    margin-top: 15px;
    padding-left: 20px;
}

.submenu li {
    margin: 8px 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .menu-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}




/* SUBMENÚ TIPO TABS */
.sub-tabs {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.subtab-btn {
    padding: 10px 15px;
    border: 1px solid #d0191c;
    background: white;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    transition: 0.2s;
}

.subtab-btn.active {
    background: #d0191c;
    color: white;
}

.subtab-btn:hover:not(.active) {
    background: #ffe5e5;
}

.subtab-content {
    display: none;
    margin-top: 20px;
}

.subtab-content.show {
    display: block;
}



.product-parameters {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.product-parameters h2 {
    text-align: center;
    font-family: 'Times New Roman', serif;
    font-size: 32px;
    margin-bottom: 30px;
}

.param-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 14px 0;
    border-bottom: 1px solid #333;
}

.param-name {
    color: #e30000;
    /*font-weight: bold;*/
    /*font-size: 18px;*/
}

.param-value {
    /*font-size: 18px;*/
}

.textosstule h3{
    color: #D80C1E;
    
}

.textosstule h5{
    font-weight: bold;
    
}

.textosstule ul {
    font-weight: 400;
    line-height: 2;
}

.catalog-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.catalog-button {
    background-color: #d40000; /* rojo como en tu imagen */
    color: white;
    padding: 14px 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    width: 350px; /* mismo ancho aproximado que se ve */
    text-align: center;
    border-radius: 2px;
    transition: 0.3s ease;
}

.catalog-button:hover {
    background-color: #b50000; /* rojo más oscuro al pasar el mouse */
}





.triple-params-box {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.triple-title {
     font-weight: bold;
}

.triple-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* ← 3 columnas */
    padding: 14px 0;
    border-bottom: 1px solid #333;
}

.triple-col {
    color: #222;
    padding: 5px 0;
}

.triple-col:first-child {
    color: #e30000;  /* columna 1 en rojo */
    /*font-weight: bold;*/
}





.jaka-section {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    overflow: hidden;
}

/* VIDEO DE FONDO */
.jaka-section-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(55%);
}

.jaka-section-content {
    position: relative;
    z-index: 2; /* Esto pone el texto encima del video */
    text-align: center;
    max-width: 1100px;
    margin: auto;
    color: white;
}

.jaka-section-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.jaka-section-text {
    font-size: 20px;
    max-width: 800px;
    margin: auto;
    margin-bottom: 40px;
}

/* GRID DE LOGOS */
.jaka-section-logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* AHORA SIEMPRE SON 5 COLUMNAS */
    gap: 10px;
    justify-items: center;
}

.jaka-logo {
    width: 160px;
    height: 100px;
    object-fit: contain;
    background: white;
    padding: 10px;
    /*border-radius: 5px;*/
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}


/* --- RESPONSIVE BREAKPOINTS --- */

/* Tablet grande / mediana */
@media (max-width: 1024px) {
    .jaka-section-logos {
        grid-template-columns: repeat(3, 1fr);
    }

    .jaka-section-title {
        font-size: 34px;
    }

    .jaka-section-text {
        font-size: 18px;
    }
}

/* Celulares */
@media (max-width: 600px) {
    .jaka-section {
        padding: 60px 10px;
    }

    .jaka-section-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .jaka-logo {
        width: 110px;
        height: 60px;
        padding: 8px;
    }

    .jaka-section-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .jaka-section-text {
        font-size: 16px;
        margin-bottom: 30px;
    }
}


/* --- STANDAR ROBOTS --- */

.standd{
    margin-top: 70px;
}
.standd2{
    margin-top: 120px;
}

.botonazull {
    background: #008AD1;
    text-decoration: none; 
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 18px 20px;
    text-align: left;
    width: 60%;
    margin-bottom: 10px;
    padding: 20px;
    transition: 0.3s ease;  
    text-align: center;
}




/* Efecto hover */
.botonazull:hover {
    background-color: #004898;  /* Color al pasar el mouse */
    
}


.yt-video-box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Proporción 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.yt-video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.left-text{
    text-align: left;
}

.sub-azul {
    text-align: left;
    text-decoration: underline;
    text-decoration-color: #019CE1;
}

/*CLIENTES*/

.ourclient-section {
    position: relative;
    width: 100%;
    height: 750px;
    background: url("../img/banban.jpg") center/cover no-repeat;
}

.clientesdiv img{
    width: 450px;
    
}

.clientesdiv h2{
    
    text-align: left;
    font-size: 1.8rem;
    color: #008AD1;

}

.clientesdiv h3{
    
    text-align: left;
    font-size: 1.5rem;

}

.clientesdiv p{
    text-align: left;
    line-height: 3;
    
}

/*PRODUCTOS*/



.solucionint2-section {
    position: relative;
    width: 100%;
    height: 750px;
    background: url("../img/iStock-489735770-scaled.jpg") center/cover no-repeat;
}




/*CADENA DE VALORES*/

.valores-section {
    position: relative;
    width: 100%;
    height: 750px;
    background: url("../img/グループ-500-scaled.jpg") center/cover no-repeat;
}


/* Sección principal */
.hero-one-stop {
    position: relative;
    width: 100%;
    height: 500px;
    /*min-height: 450px; */
    padding: 0;
    background-image: url('../img/iStock-1263390703.jpg');
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
}

/* Capa derecha transparente */
.hero-overlay-right {
    margin-left: auto; /* empuja esta parte a la derecha */
    width: 50%;
    background: rgba(0, 0, 0, 0.5);
    padding: 60px 40px;
    color: #fff;
    height: 500px;
}

/* Contenido interno */
.hero-content-box h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 15px;
}

.hero-content-box p {
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* Botón */
.hero-btn {
    background: #0d8bd9;
    padding: 14px 28px;
    color: #fff;
    text-decoration: none;
    /*border-radius: 4px;*/
    font-family: 'Times New Roman', serif;
    display: inline-block;
}

.hero-btn:hover {
    background: #0b76b8;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-overlay-right {
        width: 100%;
        padding: 30px;
    }
}

.hero-one-stop2 {
    position: relative;
    width: 100%;
    /*min-height: 450px; */
    padding: 0;
    background-image: url('../img/iStock-1092964846.jpg');
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    height: 500px;
    text-align: left;
}

.hero-one-stop3 {
    position: relative;
    width: 100%;
    /*min-height: 450px; */
    padding: 0;
    background-image: url('../img/iStock-1023232352.jpg');
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    height: 500px;
    
}



/* Sección principal */
.hero-one-stop.left-version {
    position: relative;
    width: 100%;
    /*min-height: 450px; */
    background-image: url('../img/iStock-1092964846.jpg');
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    height: 500px;
}

/* Capa IZQUIERDA transparente */
.hero-overlay-left {
    width: 50%;
    background: rgba(0, 0, 0, 0.5); /* transparencia */
    padding: 60px 40px;
    color: #fff;
    height: 500px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-overlay-left {
        width: 100%;
        padding: 30px;
    }
}


/*RECURSOS HUMANOS*/

.recursoshumanos-section {
    position: relative;
    width: 100%;
    height: 750px;
    background: url("../img/djk-3-v1.jpg") center/cover no-repeat;
}


/* Contenedor general */
.tabla-puesto {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-collapse: collapse;
    background: #fff;
    padding: 0;
    margin-bottom: 60px;
}

/* Cada fila */
.tabla-puesto-row {
    display: flex;
    border-bottom: 1px solid #ddd;
}

/* Primera columna (títulos) */
.tabla-puesto-title {
    width: 30%;
    background: #f7f7f7;
    padding: 20px;
    font-weight: 600;
    border-right: 1px solid #ddd;
}

/* Segunda columna (contenido) */
.tabla-puesto-content {
    width: 70%;
    padding: 20px;
}

/* Última fila sin borde inferior */
.tabla-puesto-row:last-child {
    border-bottom: none;
}

/* ----------- RESPONSIVO ----------- */
@media (max-width: 768px) {
    .tabla-puesto-row {
        flex-direction: column;
    }

    .tabla-puesto-title,
    .tabla-puesto-content {
        width: 100%;
        border-right: none;
    }

    .tabla-puesto-title {
        background: #f2f2f2;
        font-size: 18px;
        padding: 15px;
    }

    .tabla-puesto-content {
        padding: 15px;
        border-top: 1px solid #e5e5e5;
    }
}


/*NOTICIAS*/

.noticias-section {
    position: relative;
    width: 100%;
    height: 750px;
    background: url("../img/news-scaled.jpg") center/cover no-repeat;
}


.box-item {
    position: relative;
    overflow: hidden;
    /*border-radius: 6px;*/
    cursor: pointer;
}

.box-img {
    width: 100%;
    height: 330px;            /* ajusta el alto que quieres */
    object-fit: cover;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

/* TEXTO CENTRADO */
.box-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 28px;
    font-weight: 500;
    pointer-events: none;
    z-index: 3;
}

/* HOVER EFECTO */
.box-item:hover .box-img {
    transform: scale(1.08);
    opacity: 0.65;            /* efecto aclarado */
    background-color: #74B2D0;
}


/* OVERLAY (oculto al inicio) */
.box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(74 130 203 / 72%); /* ← COLOR DEL HOVER */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.box-item:hover .box-overlay {
    opacity: 1; /* ← Aparece el color */
}


/*AVISO PRIVACIDAD*/

.avisoprivacidad{
    text-align: left;
    font-family: 'Times New Roman', serif;
}

.avisoprivacidad h2,h3,p{
    font-family: 'Times New Roman', serif;
}

.textoblancodjk{
    color: white !important;
}



/*MAQUINARIA*/


.maquini-section {
    position: relative;
    width: 100%;
    height: 750px;
    background: url("../img/グループ-1.jpeg") center/cover no-repeat;
}

.djkmaquini{
    margin-top: 30px;
}



.contactico{
    margin-top: 70px;
}


.slogis-section {
    position: relative;
    width: 100%;
    height: 750px;
    background: url("../img/グループ-7.jpeg") center/cover no-repeat;
}







/*Nuevo Erick*/

/* DC */

/* BANNER grande (usa la imagen subida) */
.DChero {
  width: 100%;
  height: 600px;
  background-image: url("../img/スクリーンショット-2022-04-09-6.02.35.jpg");
  background-size: cover;
  /* background-position: center center; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* overlay sutil y texto centrado del banner (opcional) */
.DChero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.DChero .hero-text {
  z-index: 1;
  position: relative;
  color: white;
  font-size: 28px;
  font-weight: 700;
  /* text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); */
  padding: 12px 18px;
  border-radius: 4px;
  backdrop-filter: blur(1px);
}

/* Contenedor general */
.DC-section-perfil,
.DC-section-red {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

/* Título */
.DC-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 3px solid #0096d8;
    display: inline-block;
    padding-bottom: 10px;
}

/* Tabla estilo */
.DC-table {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
    background: #fff;
}

.DC-row {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.DC-row:last-child {
    border-bottom: none;
}

.DC-col-left,
.DC-col-right {
    padding: 15px 20px;
}

.DC-col-left {
    width: 30%;
    background: #f7f7f7;
    font-weight: bold;
}

.DC-col-right {
    width: 70%;
}

/* Mapa */
.DC-map-container {
    text-align: center;
    margin: 30px 0;
}

.DC-map-img {
    max-width: 450px;
    width: 100%;
    height: auto;
}

/* Segunda tabla estilo */
.DC-table-bottom {
    margin-top: 20px;
}



/* Historia */

.HIhero {
  width: 100%;
  height: 600px;
  background-image: url("../img/iStock-1143734831.jpg");
  background-size: cover;
  /* background-position: center center; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* overlay sutil y texto centrado del banner (opcional) */
.HIhero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.HIhero .hero-text {
  z-index: 1;
  position: relative;
  color: white;
  font-size: 28px;
  font-weight: 700;
  /* text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); */
  padding: 12px 18px;
  border-radius: 4px;
  backdrop-filter: blur(1px);
}


/* Mensaje Gerencial */
.MGhero {
  width: 100%;
  height: 600px;
  background-image: url("../img/iStock-820819798.jpg");
  background-size: cover;
  /* background-position: center center; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* overlay sutil y texto centrado del banner (opcional) */
.MGhero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.MGhero .hero-text {
  z-index: 1;
  position: relative;
  color: white;
  font-size: 28px;
  font-weight: 700;
  /* text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); */
  padding: 12px 18px;
  border-radius: 4px;
  backdrop-filter: blur(1px);
}

.MG-section {
    width: 85%;
    margin: 0 auto;
    padding: 80px 0;
    font-family: "Montserrat", sans-serif;
    line-height: 1.7;
}

/* Título principal */
.MG-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    max-width: 900px;
    margin: 0 auto 40px;
}

/* Texto general */
.MG-text-container {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    text-align: left;
}

.MG-text-container p {
    margin-bottom: 18px;
}

/* Área de firmas alineadas a la derecha */
.MG-signatures {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
}

/* Cada firma */
.MG-signature-item {
    text-align: right;
}

/* Imagen flecha */
.MG-arrow {
    width: 173px;
    height: 32px;
    display: block;
    margin-left: auto;
    margin-bottom: 5px;
}

/* Imagen firma */
.MG-signature-img {
    width: 200px;
    height: auto;
    display: block;
    margin-left: auto;
}

/* Nombre */
.MG-signature-name {
    font-size: 15px;
    margin-top: 5px;
    color: #333;
}

/* Responsivo */
@media (max-width: 768px) {
    .MG-section {
        width: 92%;
    }

    .MG-signatures {
        align-items: center;
    }

    .MG-signature-item {
        text-align: center;
    }

    .MG-arrow {
        margin: 0 auto 5px;
    }

    .MG-signature-img {
        margin: 0 auto;
    }
}



/* filosofia corporativa */

.FChero {
  width: 100%;
  height: 600px;
  background-image: url("../img/cb33507f1c35e127fdb03e51827e80d.jpg");
  background-size: cover;
  /* background-position: center center; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.FChero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.FChero .hero-text {
  z-index: 1;
  position: relative;
  color: white;
  font-size: 28px;
  font-weight: 700;
  /* text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); */
  padding: 12px 18px;
  border-radius: 4px;
  backdrop-filter: blur(1px);
}

/* Contenedor general */
.filosofia-corporativa-section {
    width: 80%;
    margin: 0 auto;
    font-family: 'Montserrat', serif;
    color: #222;
    line-height: 1.8;
}

/* Títulos */
.filosofia-corporativa-title-container {
    text-align: center;
    margin: 40px 0 20px;
}

.filosofia-corporativa-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Divider azul */
.filosofia-corporativa-divider {
    width: 220px;
    height: 3px;
    background-color: #0fa3e3;
    margin: 0 auto 20px;
}

/* Párrafos */
.filosofia-corporativa-paragraph {
    text-align: left;
    width: 90%;
    margin: 0 auto 25px;
}

/* Imagen de principios */
.filosofia-corporativa-image-container {
    text-align: center;
    margin: 40px 0 10px;
}

.filosofia-corporativa-image {
    max-width: 420px;
    width: 100%;
    height: auto;
}

/* Textos bajo la imagen */
.filosofia-corporativa-text-list {
    text-align: center;
    margin-bottom: 40px;
}

.filosofia-corporativa-text-list p {
    margin: 5px 0;
    font-size: 15px;
}

/* Lista de políticas */
.filosofia-corporativa-list {
    width: 85%;
    margin: 0 auto;
    padding-left: 20px;
    text-align: left;
}
.filosofia-corporativa-list li {
    margin-bottom: 12px;
}

ul, ul ul {
    list-style-type: circle;
}
/* Maquinaria de industria automotriz */

.MIAhero {
  width: 100%;
  height: 600px;
  background-image: url("../img/iStock-989526318-scaled.jpeg");
  background-size: cover;
  /* background-position: center center; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.MIAhero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.MIAhero .hero-text {
  z-index: 1;
  position: relative;
  color: white;
  font-size: 28px;
  font-weight: 700;
  /* text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); */
  padding: 12px 18px;
  border-radius: 4px;
  backdrop-filter: blur(1px);
}

/* --- Tarjeta contenedor --- */
.maquinaria-automotriz-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}

.maquinaria-automotriz-img {
    width: 100%;
    height: 250px; /* <-- AJUSTA EL ALTO A TU GUSTO */
    object-fit: cover; 
    display: block;
    transition: transform 0.4s ease;
}

/* Efecto zoom */
.maquinaria-automotriz-card:hover .maquinaria-automotriz-img {
    transform: scale(1.08);
}

/* --- Overlay con el texto y botón --- */
.maquinaria-automotriz-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 44, 99, 0.80); /* azul como el de tu diseño */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-align: center;

    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 20px;
}

/* Mostrar overlay al hover */
.maquinaria-automotriz-card:hover .maquinaria-automotriz-overlay {
    opacity: 1;
}

/* --- Título --- */
.maquinaria-automotriz-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

/* --- Botón --- */
.maquinaria-automotriz-btn {
    background: white;
    color: #003366;
    padding: 8px 18px;
    font-size: 0.85rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}

.maquinaria-automotriz-btn:hover {
    background: #d9d9d9;
}


.MIP{
  margin-top: 3%;
  text-align: center;
  margin-bottom: 3%;
}


/* Productos maquinas */

  .perfil-section {
    display: flex;
    align-items: center;
    justify-content: center; /* CENTRAR COMPLETAMENTE */
    gap: 10%;
    padding: 50px 0;
    width: 100%;
    margin-top: 5%;
  }

  /* IMAGEN + SLIDER */
  .slider-container {
    position: relative;
    width: 380px;
    height: 285px;
    /* overflow: hidden; */
    border-radius: 10px;
  }

  .slider-container img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    /* object-fit: cover; */
  }

  /* FLECHAS */
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 50%;
    user-select: none;
    background: rgba(0,0,0,0.25);
    transition: 0.2s;
  }

  .arrow:hover {
    background: rgba(0,0,0,0.45);
  }

  .arrow-left { left: -40px; }
  .arrow-right { right: -40px; }

  /* PUNTITOS */
  .dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
  }

  .dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
  }

  .dot.active {
    background: #000;
  }

  /* TEXTO Y BOTONES */
  .perfil-text {
    max-width: 420px;
  }

  .perfil-text h2 {
    font-size: 32px;
    font-weight: 700;
  }

  .perfil-text p {
    font-size: 16px;
    color: #555;
  }

.btn-perfil {
    margin-top: 15px;
    padding: 10px 22px;
    background: #008AD1;
    width: 300px;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.MPYtxt{
  max-width: 900px;
  text-align: left;
  line-height:3rem;
  font-weight: 400;
  
}
.MPYtxtc{
  max-width: 900px;
  text-align: center;
  line-height:3rem;
  font-weight: 400;
  
}
.MPYh2TA-divider {
    width: 220px;
    height: 3px;
    background-color: #0fa3e3;
    margin: 0 auto 20px;
}

.MPY-image {
    max-width: 650px;
    width: 100%;
    height: auto;
}

.MPYh3{
  text-align: left;
}


@media (max-width: 768px) {
 .MPYVid{
  width: 100%;
 }
 
}

/* 📌 RESPONSIVE — TABLET */
@media (max-width: 1024px) {

  .perfil-section {
    gap: 5%;
    padding: 40px 0;
  }

  .slider-container {
    width: 320px;
    height: 240px;
  }

  .perfil-text h2 {
    font-size: 26px;
  }

  .btn-perfil {
    width: 250px;
  }

  /* Video */
  .MPYVid,
  iframe {
    width: 100% !important;
    height: auto;
  }
}


/* 📌 RESPONSIVE — CELULAR */
@media (max-width: 768px) {

  /* Ordenar: Slider arriba / Texto abajo */
  .perfil-section {
    flex-direction: column;
    text-align: center;
    gap: 25px;
    margin-top: 10%;
  }

  .slider-container {
    width: 100%;
    max-width: 360px;
    height: 260px;
    margin: 0 auto;
  }

  .perfil-text {
    max-width: 90%;
  }

  .perfil-text h2 {
    font-size: 24px;
  }

  .btn-perfil {
    width: 100%;
    max-width: 280px;
  }

  /* Video full responsive */
  .MPYVid,
  iframe {
    width: 100% !important;
    height: auto !important;
  }

  /* Imagen que está abajo (tabla) */
  .MPY-image {
    max-width: 100%;
  }
  
}


/* 📌 RESPONSIVE EXTRA — CELULAR PEQUEÑO (OPCIONAL) */
@media (max-width: 480px) {
  .slider-container {
    max-width: 310px;
    height: 220px;
  }

  .perfil-text h2 {
    font-size: 22px;
  }

  .btn-perfil {
    max-width: 260px;
  }
  
}



/* maquina fundicion */

.MFYh2TA-divider {
    width: 520px;
    height: 3px;
    background-color: #0fa3e3;
    margin: 0 auto 20px;
    
}

.SPRtxtD{
  text-align: left;
  font-size: 24px;
  border-left: 2px solid black;
}

.SPRList{
  font-weight: 300;
}

@media (max-width: 480px) {
  .MFYh2TA-divider {
    width: 220px;
    height: 3px;
    background-color: #0fa3e3;
    margin: 0 auto 20px;
}
  
}

/* Horno de rodillos */


/* =============================
   SECCIÓN GENERAL
============================= */
.HR-section {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* =============================
   CADA ITEM (TÍTULO + IMAGEN)
============================= */
.HR-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.HR-title {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* =============================
   CAJA DE IMAGEN
============================= */
.HR-img-box {
  width: 100%;
  max-width: 1100px;
  overflow: hidden;
}

.HR-img-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* =============================
   RESPONSIVE – TABLET
============================= */
@media (max-width: 992px) {
  .HR-title {
    font-size: 20px;
  }

  .HR-section {
    padding: 30px 15px;
  }
}

/* =============================
   RESPONSIVE – MÓVIL
============================= */
@media (max-width: 576px) {
  .HR-title {
    font-size: 18px;
    text-align: center;
  }

  .HR-section {
    padding: 20px 10px;
    gap: 40px;
  }
}


/* herramientas de CARROS racks */


/* --- Estilos Generales de la Sección --- */

.CRT-gallery-section {
    padding: 3rem 1rem;
    background-color: transparent; 
    display: flex;
    justify-content: center;
}

.CRT-gallery-container {
    display: flex;
    flex-direction: column; 
    width: 100%;
    max-width: 1200px; 
    gap: 1.5rem; 
}

/* --- Filas y Contenedores de Imágenes --- */

.CRT-top-row {
    display: flex;
    gap: 1.5rem; 
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: flex-start; /* Asegura que las cajas se alineen en la parte superior si tuvieran alturas diferentes */
}

.CRT-bottom-row {
    display: flex;
    width: 100%;
    justify-content: center;
}

/* --- Cajas de Imágenes --- */

.CRT-image-box {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden; 
    /* ¡NUEVOS ESTILOS PARA CENTRAR LA IMAGEN DENTRO DE SU CAJA! */
    display: flex; /* Convierte la caja en un contenedor flex */
    justify-content: center; /* Centra horizontalmente el contenido (la imagen) */
    align-items: center; /* Centra verticalmente el contenido (la imagen) */
    padding: 15px; /* Añade un pequeño padding interno para que la imagen no toque los bordes */
}

.CRT-image {
    max-width: 100%; 
    height: auto;
    object-fit: contain; 
    display: block; /* Asegura que no haya espacio extra */
    /* IMPORTANTE: Si la imagen es más pequeña que la caja, se centrará. */
    /* Si es más grande que el padding, se reducirá para caber. */
}

/* --- Tamaños específicos para la nueva disposición --- */

.CRT-small-box {
    flex: 0 0 auto; 
    max-width: 450px; 
    min-width: 250px; /* Asegura un tamaño mínimo para las cajas pequeñas */
}

.CRT-large-box {
    flex: 0 0 auto;
    max-width: 600px; 
    min-width: 300px; /* Asegura un tamaño mínimo para la caja grande */
}


/* --- Media Query para Responsive (Móviles y Tablets) --- */

@media (max-width: 768px) {
    
    .CRT-gallery-container {
        gap: 1rem;
    }
    
    .CRT-top-row {
        flex-direction: column;
        gap: 1rem;
        align-items: center; 
    }

    .CRT-small-box {
        max-width: 100%;
        min-width: unset; /* Elimina el mínimo para permitir que se ajuste completamente */
    }

    .CRT-large-box {
        max-width: 100%;
        min-width: unset; /* Elimina el mínimo para permitir que se ajuste completamente */
    }
}

.MIAheroAP{
    
  background-image: url("../img/グループ-5.jpeg");
}


.divalto{
    margin-top:100px;
}



.img350 {
    max-width: 350px;
}


.MIV-table-wrapper {
  display: flex;
  justify-content: center; /* centra la caja en la página */
  padding: 30px 15px;
}

.MIV-table-card {
  width: 100%;
  max-width: 980px; /* control de ancho para parecerse a la imagen */
  background: white;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  border-radius: 4px;
  overflow: hidden;
}

.MIV-table-title {
  padding: 18px 26px;
  font-weight: 700;
  font-size: 20px;
  color: #222;
}

/* tabla */
.MIV-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* header oscuro morado/gris */
.MIV-table thead th {
  background-color: #4b4856; /* morado/gris similar a la imagen */
  color: #ffffff;
  padding: 28px 12px;
  font-size: 18px;
  vertical-align: middle;
  border-right: 1px solid rgba(255,255,255,0.06);
  line-height: 1.2;
  font-weight: 600;
}

/* separadores en header para simular columnas */
.MIV-table thead th:last-child {
  border-right: none;
}

/* celdas del cuerpo */
.MIV-table tbody td {
  padding: 28px 18px;
  vertical-align: middle;
  border-top: 1px solid #e9e9e9;
  font-size: 16px;
  color: #222;
  word-wrap: break-word;
}

/* primera columna con fondo celeste pálido */
.MIV-table tbody td.MIV-col-modelo {
  background-color: #e1f0f5; /* celeste pálido */
  color: #21343b;
  font-weight: 600;
  width: 20%;
}

/* centrar el texto de la celda de fuerza y mantener ancho */
.MIV-table tbody td.MIV-col-force {
  width: 18%;
}

/* centrar el cuadro de texto (profundidad) texto */
.MIV-table tbody td.MIV-col-depth {
  text-align: center;
}

/* segunda columna area */
.MIV-table tbody td.MIV-col-area {
  width: 28%;
  text-align: center;
}

/* filas separadas visualmente */
.MIV-table tbody tr + tr td {
  border-top: 1px solid #efefef;
}

/* asegurar que los encabezados de columna permitan saltos de línea */
.MIV-table thead th { white-space: normal; }

/* responsive: en pantallas pequeñas reducir padding */
@media (max-width: 768px) {
  .MIV-table thead th,
  .MIV-table tbody td {
    padding: 14px 10px;
    font-size: 15px;
  }
  .MIV-table-card { max-width: 100%; }
}


.MAM{
    
    background-image: url("../img/グループ-1.jpeg");

}

.ING{
    
    background-image: url("../img/グループ-6.jpg");
}
.litio{
    background-image: url("../img/グループ-2.jpeg");
    
}

.mectri{
    background-image: url("../img/iStock-465739620-1-scaled.jpeg");
    
}
.txtp{
    line-height: 2rem;
}

.txtp2{
    
    line-height: 2.5rem;
    
}
.SPRtxt {
    text-align: left;
    font-size: 24px;
   
}



.policy-container {
    max-width: 1100px;
    margin: 40px auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.policy-header {
    text-align: center;
    margin-bottom: 40px;
}

.policy-header h1 {
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.policy-header .company {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.policy-intro h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.policy-intro p {
    margin-bottom: 15px;
}

.policy-section {
    margin-top: 35px;
}

.policy-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 4px solid #1a73e8;
}

.policy-section ul {
    list-style: none;
    padding-left: 10px;
}

.policy-section li {
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
}

.policy-section li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a73e8;
    font-size: 18px;
}

.policy-footer {
    margin-top: 50px;
    text-align: center;
    font-size: 13px;
    color: #777;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .policy-container {
        padding: 30px 20px;
    }

    .policy-header h1 {
        font-size: 24px;
    }
}