* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto";
  list-style: none;
  text-decoration: none;
}
::-webkit-scrollbar {
    width: 0px;
}
h2 {
  font-size: 26pt;
}
main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

/***/

#div-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: calc(100vh - 125px);
  background-image: url("/imgs/gifback.gif");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#div-logo img {
  margin-top: 10px;
  width: 350px;
}
@media (max-width: 600px) {
  #div-logo img {
    width: 300px;
  }
  #div-logo {
    height: calc(100vh - 185px);
  }
}
#div-links {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  width: 100%;
}
#div-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  background-color: #016db3;
  color: white;
  width: 50%;
  font-weight: bold;
}
#div-links a:hover {
  background-color: #31bae7;
}
#div-links a span {
  margin: 0px 5px;
}

/***/

#div-mais{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#div-mais h3{
  font-size: 20pt;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #016db3;
    width: 100%;
}

/***/

#div-quemsomos {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
#div-quemsomos .div-conteudo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 80%;
  color: black;
  padding: 30px 0px;
}
#div-quemsomos .div-conteudo span {
  font-size: 200px;
  color: #016db3;
}
#div-quemsomos .div-conteudo p {
  width: 50%;
  text-align: center;
  font-size: 16pt;
}
@media (max-width: 1000px) {
  #div-quemsomos .div-conteudo {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #div-quemsomos .div-conteudo p {
    width: 95%;
    font-size: 14pt;
  }
}

/***/

#div-servicos {
  margin-top: 5px;
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white;
  border-top: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
}
#div-servicos h2 {
  width: 100%;
  text-align: center;
}
.servico-card {
  width: 20%;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 10px;
  text-align: center;
}
.servico-card img {
  width: 150px;
  height: 150px;
  object-fit: cover; /* Garante que a imagem mantenha as proporções */
  border-radius: 50%; /* Borda arredondada para a imagem circular, opcional */
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .servico-card {
    width: 30%;
  }
}
@media (max-width: 800px) {
  .servico-card {
    width: 40%;
  }
}
@media (max-width: 550px) {
  .servico-card {
    width: 100%;
  }
}

/***/
#div-clientes{
  width: 100vw;
  margin: 10px 0px;
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-top: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
}
#div-clientes h2{
  width: 100%;
  text-align: center;
}

#div-clientes .area{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #cecece;
  width: 702px;
  max-width: 100vw;
  padding: 15px 0px;
}
#div-clientes #desc{
  width: 350px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#div-clientes #desc span{
  font-size: 120px;
  margin-bottom: 10px;
  color: #016db3;
}
#div-clientes #desc h3{
  width: 100%;
  font-weight: 400;
  font-size: 16pt;
  text-align: center;
  margin: 0px 20px;
}

#div-clientes #list{
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #cecece;
}
#div-clientes ul{
  width: 215px;
}

#div-clientes ul li{
  display: flex;
  align-items: center;
  margin: 5px 0px;
  font-size: 18pt;
}
#div-clientes ul li span{
  margin-right: 10px;
  color: #016db3;
}

@media (max-width: 705px){
  #div-clientes #list{
    margin-top: 30px;
    border-left: none;
    border-top: 1px solid #cecece;
  }
}

/***/

#div-contatos {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-top: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
  padding: 50px 0px;
}
#div-contatos .conteudo {
  width: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grupo {
  width: 175px;
}
#div-contatos .conteudo h2 {
  width: 100%;
  text-align: center;
  margin: 10px 0px;
}
#div-contatos .conteudo p {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 10px 0px;
}
#div-contatos .conteudo p a {
  color: black;
}
#div-contatos .conteudo p a:hover {
  font-weight: bold;
}
#div-contatos .conteudo p img {
  height: 23px;
  margin-right: 10px;
}
#div-contatos .conteudo p span {
  margin-right: 10px;
  font-size: 25px;
}
.span-suporte {
  color: red;
}
.span-mail {
  color: #016db3;
}
#div-contatos h4{
    font-size: 12pt;
    color: grey;
    font-weight: 300;
    margin: 50px 0px;
    width: 100%;
    text-align: center;
}

