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

:root {
  --azul: #0097f6;
  --azul-oscuro: #007ac7;
  --texto: #17212b;
  --fondo-suave: #e8edf0;
}

body {
  color: var(--texto);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.5;
}

.wabe-conta {
  width: 100%;
  padding-bottom: 120px;
  font-family: "Poppins", sans-serif;
  padding-top: 85px;
  position: relative;
  overflow: hidden;
}
h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1.1;
  font-family: "Nunito", sans-serif;
}
.wabe-conta p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.4rem, 3vw, 1.875rem);
  line-height: 1.2;
  z-index: 12;
}

.bg_color {
  width: 100%;
  height: 140px;
  background: #0097f6;
  position: absolute;
  top: 0;
}

.wave {
  width: 6000px;
  height: 150px;
  position: absolute;
  top: 100px;
  left: 0;
  background-image: url(../img/ola.png);
  background-position: bottom;
}

.w1 {
  animation: w1 45s linear infinite;
}

.w2 {
  animation:
    w2 45s linear -0.125s infinite,
    desplazamiento 4s ease -0.125s infinite;
  opacity: 0.5;
}

@keyframes w1 {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes w2 {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes desplazamiento {
  0%,
  100% {
    transform: translateY(-3px);
  }

  50% {
    transform: translateY(8px);
  }
}

.primertexto,
.prorrogo {
  color: var(--texto);
  text-align: center;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  line-height: 1.55;
  padding: 28px 10%;
}

@media screen and (min-width: 661px) {
  .primertexto,
  .prorrogo {
    font-size: 1.25rem;
    margin-top: 30px;
    margin-right: 80px;
    margin-left: 80px;
    margin-bottom: 30px;
  }
}

/* productos */
.contenedor {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--fondo-suave);
}

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

.contenedor-prod {
  border-radius: 8px;
  height: 150px;
  width: 150px;
  margin: 10px;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(23, 33, 43, 0.25);
}

.caja-estructura {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.caja-estructura img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.filtro-texto {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.2);
}

.filtro-texto p {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
}

/* niidea */
.fondo2 {
  background-color: var(--fondo-suave);
}

.fondo2 h2 {
  display: flex;
  padding: 10px;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  justify-content: center;
  color: var(--azul-oscuro);
  font-family: "Nunito", sans-serif;
}

.zonas {
  color: var(--texto);
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.45;
  padding: 0px 10% 10px 10%;
  font-family: "Poppins", Arial, sans-serif;
}

/* servicios */

.servicios {
  width: 100%;
  padding: 10px;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.45;
  font-family: "Poppins", Arial, sans-serif;
  justify-content: center;
}
.serviempresa {
  width: 50%;
  padding: 10px;
  display: flex;
  text-align: end;
  margin-right: 10px;
  flex-direction: column;
  justify-content: space-between;
  border-right: 3px solid var(--azul-oscuro);
}
.servinfo {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.servinfo ul {
  padding-left: 1.25rem;
}
.servinfo li {
  margin-bottom: 0.35rem;
}

.faq {
  max-width: 900px;
  margin: 0 auto 95px;
  padding: 28px 10%;
  font-family: "Poppins", Arial, sans-serif;
}
.faq h2 {
  margin-bottom: 16px;
  color: var(--azul-oscuro);
  font-family: "Nunito", sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  line-height: 1.25;
}
.faq details {
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
}
.faq details p {
  padding-top: 8px;
}

/* barra de datos */

.datos {
  background-color: #35404a;
  color: #fff;
  padding: 20px 16px;
  width: 100%;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.45;
  font-family: "Poppins", Arial, sans-serif;

  justify-content: center;
}
.datosweb {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.logo {
  margin-right: 10px;
}

.logo img {
  width: 60px;
  height: 60px;
}

/* footer */

footer {
  display: flex;
  justify-content: center;
  padding-bottom: 68px;
}

.foo {
  background-color: black;
  display: flex;
  position: fixed;
  bottom: 0;
  padding: 7px 16px;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-family: "Nunito", Arial, sans-serif;
  font-size: clamp(1.25rem, 4vw, 1.65rem);
  line-height: 1;
  z-index: 1;
}

.contenedor-contactos img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.tel {
  text-decoration: none;
  color: white;
}

.link-custom {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
.link-custom:hover {
  color: #0ff;
  text-shadow:
    0 0 10px #0ff,
    0 0 20px #0ff,
    0 0 40px #0ff;
  transform: scale(1.05);
}

@media screen and (max-width: 660px) {
  .wabe-conta {
    padding-top: 72px;
    padding-bottom: 108px;
  }

  .bg_color {
    height: 130px;
  }
  .wave {
    top: 84px;
  }

  .primertexto,
  .prorrogo {
    padding: 24px 8%;
  }

  .contenedor {
    padding: 8px;
  }
  .contenedor-prod {
    margin: 7px;
  }

  .zonas {
    padding: 0 8% 16px;
  }

  .servicios {
    flex-direction: column;
    padding: 22px 8%;
  }

  .serviempresa,
  .servinfo {
    width: 100%;
  }

  .serviempresa {
    margin: 0 0 16px;
    padding: 0 0 16px;
    text-align: center;
    border-right: 0;
    border-bottom: 3px solid var(--azul-oscuro);
  }

  .faq {
    margin-bottom: 0;
    padding: 24px 8%;
  }
  .datos {
    justify-content: flex-start;
  }
  .logo img {
    width: 48px;
    height: 48px;
  }
  footer {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }
  .foo {
    position: static;
    width: 100%;
    justify-content: center;
    border-radius: 0;
  }
  .contenedor-contactos img {
    width: 34px;
    height: 34px;
  }
}
