/* layout.css — shared across all three landings; edit here only if the change applies to every site */

#wifi6 #wifi6 .nl-benefits {
  max-width: 62.5rem;
  margin: 1.25rem auto 0;
}

#wifi6 .nl-layout {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

#wifi6 .nl-image img {
  width: 50rem;
  height: auto;
}

#wifi6 .nl-benefits {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 1300px) {
  #wifi6 .nl-layout {
    flex-direction: column;
    text-align: center;
  }

  #wifi6 .nl-image img {
    max-width: 300px;
    margin: 0 auto;
  }

}
#servicios {
  padding-top: 3rem;
}

#servicios .nl-section-cta .nl-section-cta .nl-text-orange {
  color: var(--nl-orange)!important;
}

#servicios .nl-benefits {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  padding: 1rem 0rem;
}

#servicios .nl-benefit {
  max-height: 5rem;
  height: 100%;
  border-radius: 0rem 1rem 0rem 1rem;
}

#servicios .servicios-fila {
  display: flex;
  flex-direction: row;
  margin: auto;
  gap: .5rem;
}

@media (max-width: 1300px) {
  #servicios .nl-layout {
    flex-direction: column;
    text-align: center;
  }

  #servicios .nl-image img {
    max-width: 300px;
    margin: 0 auto;
  }

}
.header .logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.25rem;
  margin: 0px 3.125rem;
  gap: 0.5rem;
}

.header .logo {
  width: 12.5rem;
  height: auto;
}

@media (max-width: 768px) {
  .header .logo-container {
    flex-direction: column;
  }

}
.beneficios-container {
  display: flex;
  justify-content: space-around;
  padding: 2rem;
  gap: 2rem;
  box-sizing: border-box;
}

.beneficio-item {
  flex: 1 1 23%;
  text-align: center;
  box-sizing: border-box;
}

.contenedor-servicios {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.servicios-swiper {
  width: 100%;
  max-width: 70rem;
  height: auto;
}

.servicio-item {
  display: inline-block;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.servicio-item:hover {
  transform: scale(1.05);
}

.nl-footer {
  padding: 0.9375rem 1.25rem;
  background: #000;
  font-size: 0.875rem;
  color: #fff;
}

.nl-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 75rem;
  margin: 0 auto;
}

.nl-footer-logo {
  height: 2.5rem;
  width: auto;
  max-width: 11.25rem;
}

.nl-footer-right {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
}

.nl-footer-right a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}

.nl-footer-right a:hover {
  text-decoration: underline;
}

.nl-grid {
  display: grid;
  grid-template-columns: repeat(1,minmax(0,1fr));
  margin-top: 1rem;
  gap: 1rem;
}

.nl-section {
  padding-top: 2rem;
}

.nl-section-header h1 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.nl-section-header h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.nl-section-header p {
  margin: 0rem 0rem 1em;
  font-size: 2rem;
}

.nl-section-header .nl-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.nl-container {
  max-width: 103.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.nl-section-wrap {
  padding-left: 2rem;
  padding-right: 2rem;
}

.nl-section-header {
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  text-align: center;
  row-gap: .75rem;
}

.nl-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.nl-section-cta {
  position: relative;
  padding: 2rem;
  color: #111;
  overflow: hidden;
  background: linear-gradient(135deg, #fdfdfd, #e6ecf5);
}

@media (prefers-color-scheme: dark) {
  .nl-section-cta {
    background: #0d0d0d;
    color: #fff;
  }

}
.nl-section + .nl-section {
  margin-top: 1.5rem;
}

.nl-section-cta .nl-cta-img {
  display: block;
  align-self: flex-end;
}

@media (max-width:37.5rem) {
  .beneficios-container {
    flex-direction: column;
    align-items: center;
  }

  .beneficio-item {
    flex: 1 1 100%;
    margin-bottom: 1.5rem;
  }

  .nl-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .nl-section-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nl-section-header p {
    font-size: 1.2rem;
  }

}
@media (max-width:48rem) {
  .nl-footer-container {
    flex-direction: column;
    text-align: center;
    gap: 0.625rem;
  }

  .nl-footer-right {
    justify-content: center;
  }

}
@media (max-width:60.25rem) {
  .beneficios-container {
    justify-content: space-between;
  }

  .beneficio-item {
    flex: 1 1 30%;
  }

  .header .logo {
    width: 12.5rem;
  }

  .header .logo-container {
    margin: 1.25rem 0rem 0rem;
    padding: 0rem;
  }

}
@media(max-width:37.5rem) {
  .nl-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nl-section + .nl-section {
    margin-top: 1rem;
  }

}
@media(max-width:56.25rem) {
  .nl-section {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nl-section + .nl-section {
    margin-top: 1.2rem;
  }

}
@media(min-width:64rem) {
  .nl-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

}
@media(min-width:80rem) {
  .nl-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

}
