:root {
  --white-color: #FFF;
  --bg-color: #0B030A;
  --green-color: #109819;
  --yellow-color: #FAB903;
}

.yellow-color {color: var(--yellow-color);}

/* BARRA DE ROLAGEM */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: var(--light-green-color);
  border-radius: 10px;
}

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
button, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
html, body {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  background-color: var(--bg-color);
  color: var(--white-color);
}
button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  transition:         0.2s ease-in;
  -o-transition:      0.2s ease-in;
  -ms-transition:     0.2s ease-in;
  -moz-transition:    0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  background-color: var(--green-color);
  border-radius: 20px;
  max-width: 280px;
  height: 54px;
}
button:hover {
  background-color: #0165A8;
}
h1, h2, h3, h4, h5, h6, p, span, address {
  margin: 0;
  padding: 0;
  font-style: normal;
}

header .centralizar,
main .centralizar {
  display: flex;
  width: 100%;
  max-width: 1170px;
  flex-direction: column;
  padding: 0 24px;
  align-items: center;
}

header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
header .fundo {
  display: flex;
  width: 100%;
  height: 1490px;
  justify-content: center;
  background-image: url('../images/Fundo.jpg');
  background-position: center center;
  margin-top: -580px;
}
header .body {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
header .logo {
  width: 100%;
  max-width: 254px;
  height: 100%;
  max-height: 110px;
  margin: 40px 0;
}
header h1 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
}
header h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}

main {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: -800px;
  position: relative;
  z-index: 1;
}
main .quadro {
  display: flex;
  width: 100%;
  border-radius: 20px;
  background-color: rgb(11, 15, 40, 0.3);
  border: 1px solid rgb(255, 255, 255, 0.2);
  padding: 60px;
  backdrop-filter: blur(20px);
  flex-direction: column;
  align-items: center;
}
main .quadro h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}
main .quadro .centralizar-quadro {
  display: flex;
  width: calc(100% + 50px);
  margin-left: -50px;
}
main .quadro .box {
  display: flex;
  width: calc(33.3% - 50px);
  margin-left: 50px;
  flex-direction: column;
}
main .quadro .box img {
  border-radius: 20px;
  margin-bottom: 20px;
}
main .quadro .box h3 {
  font-size: 26px;
  font-weight: 700;
}
main .quadro .box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
}
main .icones {
  display: flex;
  width: 100%;
  margin: 70px 0;
  gap: 20px;
}
main .icones .box {
  display: flex;
  width: 16.6%;
  height: 180px;
  padding: 20px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255, 0.1);
  border-radius: 20px;
}
main .icones .box img {
  width: 80px;
  height: 80px;
}
main .icones .box h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 16px;
}
main .sobre {
  display: flex;
  width: 100%;
  gap: 80px;
  margin-bottom: 80px;
}
main .sobre .image-sobre {
  display: flex;
  width: 54%;
}
main .sobre .image-sobre-mobile {
  display: none;
  width: 100%;
  justify-content: center;
}
main .sobre .img-sobre {
  width: 100%;
  max-width: 570px;
  height: 100%;
  max-height: 620px;
}
main .sobre .texto {
  display: flex;
  width: 46%;
  height: 100%;
  flex-direction: column;
  justify-content: end;
  gap: 40px;
}
main .sobre .texto .logo {
  width: 100%;
  max-width: 254px;
  height: 100%;
  max-height: 110px;
}
main .sobre .textos {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
main .sobre .textos h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}
main .sobre .textos p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

footer {
  display: flex;
  width: 100%;
  border-top: 1px solid rgb(255, 255, 255, 0.2);
  background-color: #000;
  padding: 60px 24px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
footer .informacoes,
footer .informacoes .telefones {
  display: flex;
  align-items: center;
  gap: 14px;
}
footer .informacoes {
  gap: 40px;
}
footer .informacoes .tel {
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
}
footer address {
  text-align: center;
  line-height: 30px;
}

/*RESPONSIVE*/
@media screen and (max-width: 1105px){
  main .sobre .image-sobre {
    display: none;
  }
  main .sobre .image-sobre-mobile {
    display: flex;
  }
  main .sobre .texto {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  main .sobre {
   flex-direction: column;
  }
}

@media screen and (max-width: 980px){
  header .fundo {
    margin-top: -300px;
  }
  header .body,
  header h1,
  header .frase {
    text-align: center;
    align-items: center;
  }

  main .quadro .centralizar-quadro,
  main .icones {
    flex-wrap: wrap;
    justify-content: center;
  }
  main .quadro .box {
    width: calc(50% - 50px);
    margin-top: 50px;
  }
  main .quadro h2 {
    margin-bottom: 0;
  }
  main .icones .box {
    width: 25%;
  }
}

@media screen and (max-width: 740px){
  main .quadro h2 {
    font-size: 30px;
    line-height: 30px;
  }
  main .quadro .centralizar-quadro {
    width: 100%;
    margin-left: 0;
  }
   main .quadro .box {
    width: 100%;
    margin-left: 0;
    max-width: 310px;
  }
  main .icones .box {
    width: 50%;
  }
}

@media screen and (max-width: 620px){
  header h1 {
    font-size: 60px;
    line-height: 76px;
  }
  header .fundo {
    background-position: left center;
  }

  main {
    margin-top: -1140px;
  }
  main .quadro {
    padding: 50px 20px;
  }

  footer .informacoes {
    flex-direction: column;
  }
}

@media screen and (max-width: 470px){
  header h1 {
    font-size: 40px;
    line-height: 50px;
  }
  header h2 {
    font-size: 18px;
    margin-top: 4px;
  }
  header .logo {
    max-width: 230px;
    max-height: 90px;
  }
  main .icones .box {
    width: 100%;
  }
}