* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-justify: inter-word;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  color: #2c3e50;
}

h1 {
  font-size: 45px;
  margin-bottom: 20px;
}

h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

h3 {
  padding-top: 50px;
  font-size: 25px;
  padding-bottom: 20px;
}

h4 {
  color: white;
  font-size: 20px;
}

img {
  max-width: 70%;
  height: auto;
}

p {
  font-size: 18px;
  text-align: justify;
  color: #2c3e50;
}

a {
  display: inline-block;
  color: black;
  text-decoration: none;
}

.button-quero-conhecer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.button-quero-conhecer-container {
  height: 72px;
  width: 265px;
  background-color: #f86834;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-quero-conhecer-content a {
  display: flex;
  width: 250px;
  align-items: center;
}

.button-quero-conhecer-content:hover {
  cursor: pointer;
}

.topo {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("/assets/images/backgroundComputador.jpeg");
  background-position: 85% 65%;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
  height: 400px;
  box-shadow: 0 0 5px black;
}

.topo-texto {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 70px 0;
  width: 100%;
  text-align: center;
}

.topo-texto-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
}

.topo-texto-content h1 {
  color: white;
}

.topo-texto-content p {
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  color: white;
}

.topo-texto-content .icone-texto {
  font-size: 5rem;
  padding: 10px;
  margin: 0 10px;
}

.topo-texto-content-icones {
  display: flex;
  align-items: flex-end;
}

@media only screen and (min-width: 960px) {
  .valores {
    padding: 50px;
  }
}
@media only screen and (max-width: 960px) {
  .valores {
    padding: 20px;
  }
}

.valores h2 {
  font-size: 28px;
  color: #f27648;
  font-weight: 600;
  line-height: 1.3;
}

.valores p {
  line-height: 1.8;
}

.valoresEmpresa {
  padding: 20px 0;
}

@media screen and (max-width: 565px) {
  .topo-texto-content {
    width: 100%;
    padding: 0;
  }
  .topo-texto-content h1 {
    font-size: 45px;
  }
  .topo-texto-content p {
    font-size: 15px;
  }
  .topo {
    padding: 80px 0 0 0;
  }
  .topo-texto {
    padding: 60px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .valores-apresentacao,
  .valores-missaoVisaoValor p {
    text-align: left;
  }
}
@media screen and (max-width: 943px) {
  .topo-texto-content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 943px) and (max-width: 480px) {
  .valores p {
    text-align: left !important;
    font-size: 14px !important;
  }
  .topo-texto-content h1 {
    font-size: 40px !important;
  }
  .topo-texto-content p {
    font-size: 14px !important;
  }
  .topo-container {
    padding: 80px 0 80px 0 !important;
  }
}