/* Ajustes generales */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #f0f4f8;
  /* Fondo azul claro */
  color: #333;
  font-family: "Roboto";
}

.usa-flag {
  width: 32px;
  height: auto;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.3rem 10%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  z-index: -1;
}

.logo {
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.nav-bar a {
  font-size: 1.15rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin-left: 2.5rem;
}

.nav-bar a:hover {
  color: #274df3;
}

#check {
  display: none;
}

.icons {
  position: absolute;
  right: 5%;
  font-size: 2.8rem;
  color: #fff;
  cursor: pointer;
  display: none;
}

/* Breakpoints */
@media (max-width: 992px) {
  .head {
    padding: 1.3rem 5%;
  }
}

@media (max-width: 768px) {
  .icons {
    display: inline-flex;
  }

  #check:checked~.icons #menu-icon {
    display: none;
  }

  .icons #close-icon {
    display: none;
  }

  #check:checked~.icons #close-icon {
    display: block;
  }

  .nav-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(50px);
    box-shadow: 0 .4rem 1rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: .3s ease;
  }

  #check:checked~.nav-bar {
    height: 17.7rem;
  }

  .nav-bar a {
    display: block;
    font-size: 1.1rem;
    margin: 1.5rem 0;
    text-align: center;
    transform: translateY(-50px);
    transition: .3s ease;
  }

  #check:checked~.nav-bar a {
    transform: translateY(0);
  }
}

/* WELCOME SECTION */
#about {
  /* background-color: #f5f5f5; */
  display: flex;
  justify-content: space-between;
  padding: 25px;
  margin-top: 20px;
}

.txt-bienvenida,
.imagenes-bienvenida {
  flex: 0 0 calc(50% - 1rem);
}

.txt-bienvenida .saludo {
  font-size: 35px;
  font-weight: 450;
  font-style: italic;
  color: #223070;
}

.txt-bienvenida .umas-title {
  font-size: 70px;
  font-weight: 600;
  color: #000;
  padding-left: 30px;
}

.txt-bienvenida .intro {
  font-size: 20px;
  color: #000;
  margin-top: 40px;
  margin-left: 10px;
}

.imagenes-bienvenida {
  display: flex;
  justify-content: space-between;
}

.imagenes-bienvenida img {
  border-radius: 5px;
  max-width: 100%;
}

.imagen1-bienvenida,
.imagen2-bienvenida {
  flex: 0 0 calc(50% - 1rem);
}

.values {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  margin-left: 12px;
}

.mision,
.vision {
  flex: 0 0 calc(50% - 0.9rem);
  color: #000;
}

.mision-title,
.vision-title {
  color: #223070;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
}

.btn-contactar {
  margin-top: 2rem;
  color: #fff;
  background-color: #223070;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  margin-left: 48rem;

  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
}

.btn-contactar:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

/* Applications Section */

#applications {
  background-image: linear-gradient(#00000060, #0a0644), url("/Resource/unit2.jfif");
  height: auto;
  justify-items: center;
  padding-top: 20px;
  margin-top: 6rem;
  border-radius: 2px;
}

.title-services {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-wrap: wrap;
  letter-spacing: 2px;
}

.services {
  display: flex;
  justify-content: space-between;
  flex: 0 0 calc(50% - 1rem);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.industrial-service,
.commercial-service,
.educational-service {
  display: inline-block;
  justify-items: center;
  justify-content: space-between;
  margin: 2rem 6rem 1rem 6rem;
}

.bxs-factory,
.bxs-store,
.bxs-school {
  font-size: 4rem;
}

/* Products Section */
#products {
  display: inline-block;
  justify-items: center;
  padding-top: 10px;
  margin-top: 6rem;
  border-radius: 2px;
}

.title-products {
  color: #000;
  font-weight: bold;
  text-wrap: wrap;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.card-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.card {
  width: 325px;
  background-color: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin: 10px;
}

.card img {
  width: 100%;
  height: auto;
}

.card-content {
  padding: 16px;
}

.card-content h2 {
  font-size: 28px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.card-content p {
  color: #666;
  font-size: 15px;
  line-height: 1.3;
}

/* Separator */
.custom-shape-divider-bottom-1730393895 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1730393895 svg {
  position: relative;
  display: block;
  width: calc(136% + 1.3px);
  height: 74px;
}

.custom-shape-divider-bottom-1730393895 .shape-fill {
  fill: #223070;
}

/* Ubication Section */
.ubication {
  display: block;
  padding: 0 20px;
  background-color: #223070;
}

.title-ubication {
  color: #fff;
  margin-bottom: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-wrap: wrap;
  display: block;
  justify-self: center;
  letter-spacing: 2px;
}

.ubication-maps {
  margin: 2rem 2rem 2em 0;

}


/* Encabezado */
header {
  background: rgba(0, 0, 0, 0.562);
  /* background-color: rgba(46, 45, 45, 0.562); */
  /* Fondo con opacidad */
  color: #000;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  /* Ajusta el alto según sea necesario */
}

/* Ajusta el contenido debajo del header */
#carousel,
footer {
  padding-top: 60px;
  /* Espacio suficiente para el header fijo */
}

/* Carrusel */
#carousel {
  margin: 0;
  padding: 0;
}

.slider-container {
  width: 100vw;
  justify-content: center;
  /* Ocupa todo el ancho de la ventana */
  overflow: hidden;
  /* Oculta el desbordamiento */
  height: 750px;
}

.slider-item {
  height: 750px;
  position: relative;
}

.slider img {
  width: 100%;
  /* height: 500px; */
  object-fit: fill;
  display: block;
}

/* Flechas de navegación */
.slick-prev {
  position: absolute;
  top: 50%;
  /* Centra verticalmente */
  transform: translateY(-50%);
  /* Asegura el centrado vertical */
  z-index: 2;
  font-size: 50px;
  left: 10px;
}

.slick-prev:before {
  content: "<";
  color: #cfcfcfc2;
  font-size: 60px;
  font-weight: 600;
  font-family: 'Manrope';
}

.slick-prev:hover:before {
  color: #fff;
}

.slick-next {
  position: absolute;
  top: 50%;
  /* Centra verticalmente */
  transform: translateY(-50%);
  /* Asegura el centrado vertical */
  z-index: 2;
  font-size: 50px;
  right: 40px;
}

.slick-next:before {
  content: ">";
  color: #cfcfcfc2;
  font-size: 60px;
  font-weight: 600;
  font-family: 'Manrope';
}

.slick-next:hover:before {
  color: #fff;
}

.slider-text {
  position: absolute;
  bottom: 25%;
  color: #fff;
  background-color: #1a1d8196;
  padding: 20px 30px;
  border-radius: 8px;
  font-size: 25px;
  text-align: left;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.slider-text2 {
  position: absolute;
  bottom: 14%;
  color: #fff;
  background-color: #1a1d8196;
  padding: 20px 30px;
  border-radius: 8px;
  font-size: 20px;
  text-align: left;
  width: auto;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

/* Estilo para los puntos (dots) */
.slick-dots li button:before {
  font-size: 16px;
  /* Tamaño del punto */
  color: #333;
  /* Color del punto */
}

.slick-dots {
  bottom: 40px;
  /* Acerca los puntos a las imágenes */
  text-align: center;
}

.slick-dots li.slick-active button:before {
  color: #f8f8f8;
  /* Color para el punto activo */
}

/* Footer */
footer {
  background-color: #2f2f2f;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  position: relative;
  bottom: 0;

}