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

.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: 40px;
      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: 30px;
      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 -.125s infinite, desplazamiento 4s ease -.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: black;
  text-align: center;
  font-family: 'Josefin Slab', serif;
  font-display: swap;
  font-size: 25px;
  padding: 20px 10%;
  min-height: 80px;
}

@media screen and (min-width: 661px) {
  .primertexto,
.prorrogo {
  font-size: 22px;
  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: rgb(224, 224, 224);
}

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

.contenedor-prod {
  border-radius: 8px;
  height: 150px;
  width: 150px;
  margin: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
}

.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 0 5px #00b2ff, 0 0 10px #00b2ff, 0 0 20px #00b2ff, 0 0 40px #26687f, 0 0 80px #26687f, 0 0 90px #26687f, 0 0 100px #26687f, 0 0 140px #26687f, 0 0 180px #26687f;
  font-family: sans-serif;
  color: #ffff;
  font-size: 25px;
}



/* niidea */
.fondo2 {
  background-color: rgb(224, 224, 224);
}

.fondo2 h2 {
  display: flex;
  padding: 10px;
  font-size: 40px;
  justify-content: center;
  color: #00b2ff;
  font-family: 'Nunito', sans-serif;
}

.zonas {
  color: black;
  text-align: center;
  font-size: 25px;
  padding: 0px 10% 10px 10%;
  font-family: 'Josefin Slab', serif;
}

/* servicios */

.servicios {
  width: 100%;
  padding: 10px;
  display: flex;
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, 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: black 5px solid;
}
.servinfo {
  width: 50%;
display: flex;
flex-direction: column;
}




/* barra de datos */

.datos {
  background-color: #6c6c6c;
  color: black;
  padding-bottom: 50px;
  width: 100%;
  display: flex;
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, 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;
}

.foo {
  background-color: black;
  display: flex;
  position: fixed;
  bottom: 0;
  padding: 5px 15px;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 30px;
  z-index: 1;
}

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

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