@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
 body{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.bg {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(
    -60deg,
    rgb(225, 237, 255) 50%,
    rgb(136, 164, 241) 50%,
    rgb(119, 194, 245) 50%
  );
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.bg3 {
  animation-duration: 5s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}

img {
  width: 220px;
  height: 110px;
}

/*DIV HEADER*/
.sobre-nos {
  margin-left: 140px;
  margin-top: 25px;
  justify-content: center;
  width: 70%;
}

.sobre {
  text-align: center;
  border: 2px solid black;
  margin: 1.3em auto;
  width: 70%;
  font-size: 18px;
  padding: 10px;
  font-weight: bold;
  border: 2px solid white;
}
/* DIV TODA   */
.devs {
  justify-content: center;
  text-align: center;
  width: 100%;
  height: auto;
  grid-template-columns: repeat(1, 1fr); /* largura da colunas em fração*/
  grid-template-rows: 150px 150px 150px;
}
/* DIV TODA   */

.eddy {
  border-radius: 2%;
  width: 90%;
  height: 320px;
  margin: 5%;
  background-image: url(img/fundo-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  text-align: center;
}

img.edinaldo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid white;
}

.ped {
  border-radius: 2%;
  width: 90%;
  height: 320px;
  margin: 5%;
  background-image: url(img/fundo-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  text-align: center;
}

img.pedro {
  width: 120px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid white;
}

.thi {
  border-radius: 2%;
  width: 90%;
  height: 320px;
  margin: 5%;
  background-image: url(img/fundo-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  text-align: center;
}

img.thiago {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid white;
}

/*  TEXTO  */
h1 {
  color: black;
  text-align: center;
}
h3 {
  color: #00a6e9;
}

.texto1 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

@media screen and (min-width: 600px) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  .bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(
      -60deg,
      rgb(225, 237, 255) 50%,
      rgb(136, 164, 241) 50%,
      rgb(119, 194, 245) 50%
    );
    bottom: 0;
    left: -50%;
    opacity: 0.5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
  }

  .bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
  }

  .bg3 {
    animation-duration: 5s;
  }

  @keyframes slide {
    0% {
      transform: translateX(-25%);
    }
    100% {
      transform: translateX(25%);
    }
  }

  img {
    width: 300px;
    height: 140px;
  }

  /*DIV HEADER*/
  .sobre-nos {
    text-align: center;
    margin: 1.3em auto;
    width: 70%;
    font-size: 36px;
  }
  .sobre {
    text-align: center;
    border: 2px solid black;
    margin: 1.3em auto;
    width: 70%;
    font-size: 18px;
    padding: 10px;
    border: 2px solid white;
  }
  /* DIV TODA   */
  .devs {
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(1, 1fr); /* largura da colunas em fração*/
  }
  /* DIV TODA   */

  .eddy {
    border-radius: 2%;
    width: 90%;
    height: 450px;
    margin: 5%;
    background-image: url(img/fundo-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    text-align: center;
  }

  img.edinaldo {
    margin-top: 40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid white;
  }

  .ped {
    border-radius: 2%;
    width: 90%;
    height: 450px;
    margin: 5%;
    background-image: url(img/fundo-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    text-align: center;
  }

  img.pedro {
    width: 120px;
    height: 100px;
    margin-top: 40px;
    border-radius: 50%;
    border: 2px solid white;
  }

  .thi {
    border-radius: 2%;
    width: 90%;
    height: 450px;
    margin: 5%;
    background-image: url(img/fundo-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    text-align: center;
  }

  img.thiago {
    width: 100px;
    height: 100px;
    margin-top: 40px;
    border-radius: 50%;
    border: 2px solid white;
  }

  /*  TEXTO  */
  h1 {
    color: black;
    text-align: center;
  }
  h3 {
    color: #00a6e9;
  }

  .texto1 {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
  }

  @media screen and (min-width: 998px) {
    * {
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      font-family: "Poppins", sans-serif;
    }
    .bg {
      animation: slide 3s ease-in-out infinite alternate;
      background-image: linear-gradient(
        -60deg,
        rgb(225, 237, 255) 50%,
        rgb(136, 164, 241) 50%,
        rgb(119, 194, 245) 50%
      );
      bottom: 0;
      left: -50%;
      opacity: 0.5;
      position: fixed;
      right: -50%;
      top: 0;
      z-index: -1;
    }

    .bg2 {
      animation-direction: alternate-reverse;
      animation-duration: 4s;
    }

    .bg3 {
      animation-duration: 5s;
    }

    @keyframes slide {
      0% {
        transform: translateX(-25%);
      }
      100% {
        transform: translateX(25%);
      }
    }

    img {
      width: 300px;
      height: 140px;
    }

    /*DIV HEADER*/
    .sobre-nos {
      text-align: center;
      margin: 1.3em auto;
      width: 70%;
      font-size: 36px;
    }
    .sobre {
      text-align: center;
      border: 2px solid black;
      margin: 1.3em auto;
      width: 70%;
      font-size: 20px;
      padding: 10px;
    }
    /* DIV TODA   */
    .devs {
      justify-content: center;
      text-align: center;
      width: 100%;
      height: auto;
      grid-template-columns: repeat(1, 1fr); /* largura da colunas em fração*/
      display: flex;
    }
    /* DIV TODA   */

    .eddy {
      border-radius: 2%;
      width: 350px;
      height: 380px;
      margin: 5%;
      background-image: url(img/fundo-banner.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
      text-align: center;
    }

    img.edinaldo {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 2px solid white;
    }

    .ped {
      border-radius: 2%;
      width: 350px;
      height: 380px;
      margin: 5%;
      background-image: url(img/fundo-banner.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
      text-align: center;
    }

    img.pedro {
      width: 120px;
      height: 100px;
      border-radius: 50%;
      border: 2px solid white;
    }

    .thi {
      border-radius: 2%;
      width: 350px;
      height: 380px;
      margin: 5%;
      background-image: url(img/fundo-banner.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
      text-align: center;
    }

    img.thiago {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 2px solid white;
    }

    /*  TEXTO  */
    h1 {
      color: black;
      text-align: center;
    }
    h3 {
      color: #00a6e9;
    }

    .texto1 {
      font-weight: bold;
      font-size: 24px;
      color: #fff;
    }
  }
}
