/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Define la fuente */
@font-face {
  font-family: "geist-mono";
  /* Nombre de la fuente */
  src: url('../fonts/geist/GeistMono-SemiBold.woff2') format("woff2");
  /* Ruta relativa al archivo de la fuente */
  font-weight: 600;
  /* Peso de la fuente */
  font-style: normal;
  /* Estilo de la fuente */
}
@font-face {
  font-family: "geist-mono-light";
  /* Nombre de la fuente */
  src: url('../fonts/geist/GeistMono-Regular.woff2') format("woff2");
  /* Ruta relativa al archivo de la fuente */
  font-weight: 900;
  /* Peso de la fuente */
  font-style: normal;
  /* Estilo de la fuente */
}
.mt-medium {
  margin-top: 3.125rem;
  /* 50px / 16 = 3.125rem */
}
.mt-social {
  margin-top: 4.5rem;
  /* 50px / 16 = 3.125rem */
}
.mt-large {
  margin-top: 6.25rem;
  /* 100px / 16 = 6.25rem */
}
.mr-1 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mr-3 {
  margin-right: 3rem;
}
.mr-4 {
  margin-right: 4rem;
}
.mr-5 {
  margin-right: 5rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mr-3 {
  margin-right: 3rem;
}
.ml-20 {
  margin-left: 20rem;
}
.ml-30 {
  margin-left: 30rem;
}
.mb-50 {
  margin-bottom: 500rem;
}
/* Titulos */
.titulo {
  line-height: 275%;
  letter-spacing: 0%;
  text-align: left;
  position: absolute;
  top: 30rem;
  left: 30rem;
  z-index: 10;
}
.custom-title {
  font-family: "geist-mono-light";
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  width: 49rem;
  font-size: 17px;
  font-weight: lighter;
  margin-left: 17rem;
  margin-bottom: 5rem;
}
.copyright {
  font-family: "geist-mono";
  position: absolute;
  top: 31rem;
  left: 8rem;
  z-index: 10;
}
.empresa {
  position: absolute;
  top: 65.5rem;
  left: 8rem;
  z-index: 10;
}
.clientes {
  position: absolute;
  top: 97rem;
  left: 8rem;
  z-index: 10;
}
.productos {
  margin-left: 8rem;
  margin-top: 15rem;
}
/* Slider infinito */
/* Contenedor principal */
.slider {
  position: relative;
  /* Permite posicionar elementos internos */
  width: 85vw;
  /* Ancho del slider */
  height: auto;
  margin-left: 18rem;
  /* Alinea el slider a la derecha */
  overflow: hidden;
  /* Oculta los elementos que se salen del contenedor */
}
.slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  /* Cubre el 25% izquierdo */
  height: 100%;
  background: linear-gradient(to right, #999897, rgba(0, 0, 0, 0));
  pointer-events: none;
  /* Evita interferencias con interacciones */
  z-index: 1;
  /* Coloca la máscara encima del contenido */
}
/* Aplica el difuminado a las imágenes */
.slider .slide-track {
  display: flex;
  animation: scroll 10s linear infinite;
  /* Animación infinita */
  width: calc(14rem * 20);
  /* Ancho total de todos los slides */
}
/* Cada slide */
.slider .slide {
  width: 14rem;
  /* Ancho de cada slide */
  margin-right: 6rem;
  /* Espaciado entre slides */
}
/* Imágenes dentro de los slides */
.slider .slide img {
  width: 100%;
  /* Las imágenes ocupan todo el ancho del slide */
  height: auto;
  /* Mantienen la proporción de aspecto */
}
/* Animación */
@keyframes scroll {
  0% {
    transform: translateX(0);
    /* Posición inicial */
  }
  100% {
    transform: translateX(calc(-14rem * 10));
    /* Desplaza todos los slides */
  }
}
/* Contenedor principal del flip */
.custom-row {
  display: flex;
  justify-content: space-between;
  /* Distribuye las tarjetas uniformemente */
  align-items: center;
  /* Alinea verticalmente las tarjetas */
  gap: 2rem;
  /* Espaciado entre las tarjetas */
  margin-top: 30rem;
}
/* Clase para cada tarjeta */
.custom-html-particle {
  flex: 1;
  /* Cada tarjeta ocupará el mismo espacio */
  max-width: 100%;
  /* Limita el ancho máximo para evitar desbordamientos */
}
/* Estilos para el efecto flip */
.card-flip {
  position: relative;
  width: 100%;
  /* Ocupa todo el ancho disponible */
  height: auto;
  /* Altura fija */
}
.flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.4s ease-in-out;
  transition-delay: 0.2s;
  cursor: pointer;
  display: block;
  text-decoration: none;
  will-change: transform;
}
.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front {
  transform: rotateY(0deg);
}
.back {
  transform: rotateY(180deg);
}
.card-flip:hover .flipper {
  transform: rotateY(180deg);
}
@media only all and (max-width: 30rem) {
  /* Títulos y Textos */
  .titulo {
    line-height: 250%;
    position: static;
    text-align: center;
    margin-top: 2rem;
  }
  .imagen-lateral {
    margin-top: 3rem;
    margin-right: 1rem;
  }
  .social {
    display: block;
    /* Asegura que cada elemento ocupe un renglón */
    margin-right: 0;
    /* Elimina el margen derecho */
    margin-bottom: 1rem;
    margin-top: 1rem;
    width: 50%;
    /* Ocupa todo el ancho disponible */
    text-align: center;
    /* Centra el contenido horizontalmente */
  }
  .custom-title {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 3rem;
  }
  .copyright, .empresa {
    position: static;
    text-align: center;
    margin-top: 1rem;
  }
  .clientes {
    position: static;
    margin-bottom: 2rem;
  }
  .productos {
    position: static;
    margin-top: 5rem;
    margin-bottom: 2rem;
    margin-right: 8rem;
    z-index: 20;
  }
  .slider {
    width: 100vw;
    margin-left: 3rem;
  }
  .custom-row {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
  .footer {
    margin-right: 1rem;
  }
}
/*# sourceMappingURL=custom_16.css.map */