* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: sans-serif;
}

p {
  margin: 0;
}

main {
  margin-top: 10vh;
}
main .services {
  margin-bottom: 1250px;
  height: 86vh;
  background: linear-gradient(255deg, hsla(183, 100%, 35%, 0.35), hsla(0, 0%, 93%, 0.6)), url(../images/background1.webp) no-repeat center center/cover;
}
main .services .s-title {
  padding-top: 10px;
  padding-left: 6vw;
  padding-right: 3vw;
  text-align: justify;
}
main .services container {
  max-height: 1700px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #EEEEEE;
  margin: 40vh 25px 0 25px;
  box-shadow: 2px 4px 3px 4px black;
  border-radius: 10px;
}
main .services container .services-container__box {
  padding: 30px 20px 25px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
main .services container .services-container__box div {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 3px solid #00ADB5;
  font-size: 26px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  padding-bottom: 5px;
}
main .services container .services-container__box div img {
  width: 25vw;
}
main .services container .services-container__box .txt1 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
  color: #00ADB5;
  font-weight: bold;
}
main .services container .services-container__box .txt2 {
  text-align: justify;
  font-size: 18px;
  margin-bottom: 20px;
}
main .services container .services-container__box a {
  text-decoration: none;
  font-size: 20px;
  background-color: hsla(183, 100%, 35%, 0.65);
  padding: 15px 15px 15px 15px;
  border-radius: 2px;
  color: #222831;
}
main .brands {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .brands h1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #00ADB5;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}
main .brands div {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .brands div img {
  width: 50%;
  padding: 10px;
}
main .team a {
  text-decoration: none;
  color: inherit;
}
main .team-txt {
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  box-shadow: -3px -2px 7px #393E46;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main .team-txt h1 {
  color: #00ADB5;
  font-size: 32px;
}
main .team-txt p {
  font-size: 22px;
  padding: 10px 15px 0 15px;
}
main .team-txt span {
  color: #00ADB5;
}
main .team-img {
  width: 100%;
  height: 100%;
}
main .whatsapp {
  display: flex;
  justify-content: center;
  bottom: 175px;
  margin: 75px 5vw 50px 5vw;
}
main .whatsapp a {
  color: #222831;
  text-decoration: none;
  padding-top: 20px;
  display: flex;
  width: 600px;
  text-align: center;
  background-color: #00ADB5;
  border: 2px solid #222831;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  box-shadow: 1px 3px 3px black;
}
main .whatsapp img {
  padding: 0 10px 0 15px;
}
main .xp {
  margin: 55px 0 60px 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
main .xp span {
  color: #00ADB5;
}
main .xp p {
  margin-top: 18px;
  font-size: 22px;
}
main .xp h1 {
  margin: 0;
}

@media (min-width: 1000px) {
  .s-title {
    padding: 55px 50vw 0 50px !important;
  }
  .services {
    margin-bottom: 400px !important;
  }
  .services #services-container {
    margin: 35vh 5vw 2vw 5vw;
    flex-direction: row;
    align-items: center;
  }
  .services #services-container .services-container__box__row img {
    width: 50px !important;
  }
  .services #services-container .services-container__box__row p {
    font-size: 26px;
  }
  .services #services-container .txt1 {
    font-weight: bold;
    color: #00ADB5;
  }
  .services #services-container .txt2 {
    height: 150px;
    overflow: hidden;
  }
  #team {
    display: flex;
    flex-direction: row;
  }
  #team a {
    width: 50%;
    height: 86vh;
  }
  #team img {
    box-shadow: -3px -2px 7px #393E46;
    width: 50%;
    height: 86vh;
  }
  #brands {
    padding-top: 20px;
  }
  #brands img {
    width: 225px;
  }
}

/*# sourceMappingURL=main.css.map */
