.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular-italic {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  line-height: 1.6;
  color: #333;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(26, 5, 67);
  color: #fff;
  padding: 1rem;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 20px 100px;
}
.header .logo {
  font-size: 30px;
}

.nav-list {
  display: flex;
  gap: 1rem;
  list-style: none;
}

.nav-list a {
  color: #fff;
  text-decoration: none;
}

.nav-list a:hover {
  opacity: 0.5;
}

.menu-toggle {
  display: none;
  font-size: 2rem;
  cursor: pointer;
}

/* HERO */
.hero {
  background: url("../img/P5.jpg") no-repeat center center/cover;
  color: white;
  padding: 6rem 1rem;
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero-content {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.27);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 32px 44px;
}
.hero h1 {
  font-size: 100px;
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 2px 3px 20px #000000;
  line-height: 1;
}
.hero p {
  font-size: 20px;
  text-shadow: 2px 3px 20px #000000;
}

.boton {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: rgb(26, 5, 67);
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

.seccion {
  padding: 10px 10px;
  text-align: center;
  scroll-margin-top: 90px;
}

.contenido,
.servicios-grid,
.galeria-grid,
.logos-clientes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

#sobre-nosotros {
  padding: 4rem 10rem;
  padding-bottom: 3rem;
  text-align: center;
  scroll-margin-top: 90px;
}

.info-nosotros {
  display: flex;
  gap: 44px;
}

.contenido {
  display: flex;
}

.info-nosotros {
  display: flex;
  flex-direction: row;
}

.foto-nosotros {
  flex: 1;
  background-image: url("../img/ls1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.texto-nosotros {
  flex: 2;
  text-align: left;
}

.servicio {
  width: 150px;
  text-align: center;
}

.tituloservicios {
  font-size: xx-large;
  line-height: 1;
  font-family: "DM Serif Text";
}

.short-line {
  border: none; /* Removes default border */
  border-top: 5px solid rgb(26, 5, 67); /* Sets a thin top border as the line */
  width: 60px; /* Adjusts the length of the line */
  margin: 20px auto; /* Centers the line and adds vertical spacing */
}

.formulario {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: auto;
  gap: 1rem;
}

.formulario input,
.formulario textarea {
  width: 100%;
  padding: 0.75rem;
}

.enviar {
  background-color: rgb(26, 5, 67);
  padding: 20px;
  border-radius: 5px;
  border: none;
  color: white;
  cursor: pointer;
}

.enviar:hover {
  opacity: 0.9;
}

.footer {
  background: #111;
  color: white;
  text-align: center;
  padding: 1rem;
}

/* Responsive */
@media (max-width: 968px) {
  .header {
    padding: 20px 40px;
  }
  .nav-list {
    display: none;
    flex-direction: column;
    background: rgb(26, 5, 67);
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    padding: 1rem;
  }
  .nav-list.active {
    display: flex;
    width: 100%;
    height: 100vh;
    padding-left: 40px;
    font-size: x-large;
  }
  #sobre-nosotros {
    padding: 20px 40px;
    text-align: center;
  }
  .foto-nosotros {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .hero .hero-content {
    padding: 32px 0px;
  }
}
.middle {
  top: 50%;
  width: 100%;
  text-align: center;
}

.btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  margin: 10px;
  border-radius: 32px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.4392156863);
  color: rgb(26, 5, 67);
  overflow: hidden;
  position: relative;
}

.btn i {
  line-height: 50px;
  font-size: 26px;
  transition: 0.2s linear;
}

.btn:hover i {
  transform: scale(1.3);
  color: #f1f1f1;
}

.btn::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: rgb(26, 5, 67);
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn:hover::before {
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa {
  0% {
    left: -110%;
    top: 90%;
  }
  50% {
    left: 10%;
    top: -30%;
  }
  100% {
    top: -10%;
    left: -10%;
  }
}
.galeria {
  text-align: center;
  padding: 40px 20px;
  font-family: sans-serif;
  padding: 4rem 10rem;
  scroll-padding-top: 90px;
}
.galeria h2 {
  font-size: xx-large;
  line-height: 1;
}

.botones {
  display: flex;
  justify-content: center;
}

.botones button {
  margin: 10px;
  padding: 10px 20px;
  border: none;
  background-color: rgb(26, 5, 67);
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}

.botones button:hover {
  background-color: rgb(26, 5, 67);
}

.imagenes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.grupo {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.grupo img {
  width: 200px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

/* Responsive */
@media (max-width: 600px) {
  .grupo img {
    width: 100%;
    max-width: 300px;
  }
}
.botones button {
  margin: 10px;
  padding: 10px 20px;
  border: 2px solid rgb(26, 5, 67);
  background-color: white;
  color: rgb(26, 5, 67);
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.botones button:hover {
  background-color: #eae8fd;
}

.botones button.activo {
  background-color: rgb(26, 5, 67);
  color: white;
}/*# sourceMappingURL=styles.css.map */