@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: Oswald;
}

html {
  scroll-behavior: smooth;
}
.fundo2 {
  background: rgb(237, 237, 233);
  background: radial-gradient(
    circle,
    rgba(237, 237, 233, 1) 0%,
    rgba(245, 235, 224, 1) 100%
  );
}

.fundo {
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(250, 250, 250, 1) 100%
  );
}

header {
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(250, 250, 250, 1) 100%
  );
  background-size: cover;
  height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

header img {
  max-width: 450px;
}

nav {
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.75);
}

nav ul {
  background: #1d265c;
  display: flex;
  list-style: none;
  width: 100%;
  font-family: Oswald;
  font-weight: 300;
  font-size: 17px;
  height: 5vh;
  align-items: center;
  justify-content: space-evenly;
}

nav li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

nav li a:hover {
  color: #ee761e;
}

.h2quem {
  text-align: center;
  padding-top: 35px;
  text-align: center;
  font-family: Oswald;
  font-size: 19px;
  font-weight: 700;
  color: #ee761e;
  margin: 0px;
  text-transform: uppercase;
}

.h3quem {
  font-family: Oswald;
  font-size: 30px;
  font-weight: 700;
  color: #1d265c;
  text-transform: uppercase;
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.h4quem {
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  color: #1d265c;
  margin: 0px;
  margin-bottom: 5px;
  line-height: 100%;
}

#quem ul {
  list-style: square outside none;
  margin-top: 15px;
  margin-left: 25px;
}

#quem li {
  font-family: EB Garamond;
  font-size: 16px;
  font-weight: 500;
  color: #1d265c;
  margin-bottom: 5px;
  line-height: 130%;
}

.h2areas {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 700;
  color: #ee761e;
  margin: 0px;
  text-transform: uppercase;
}

.h3areas {
  font-family: Oswald;
  font-size: 25px;
  font-weight: 700;
  color: #1d265c;
  text-transform: uppercase;
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.pareas {
  font-family: EB Garamond;
  font-size: 17px;
  font-weight: 600;
  color: #1d265c;
  text-align: justify;
  margin-bottom: 10px;
}

.tituloarea {
  font-family: Oswald;
  font-size: 17px;
  font-weight: 700;
  color: #1d265c;
  text-transform: uppercase;
}

.descarea {
  font-family: EB Garamond;
  font-size: 16px;
  font-weight: 600;
  color: #1d265c;
  margin-bottom: 5px;
  line-height: 130%;
  margin-top: 10px;
}

.h2servicos {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 700;
  color: #ee761e;
  margin: 0px;
  text-transform: uppercase;
}

.h3servicos {
  font-family: Oswald;
  font-size: 25px;
  font-weight: 700;
  color: #1d265c;
  text-transform: uppercase;
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.pservicos {
  font-family: EB Garamond;
  font-size: 17px;
  font-weight: 700;
  color: #1d265c;
  line-height: 120%;
  margin-bottom: 10px;
  text-indent: 15px;
  text-align: justify;
}

.h2contato {
  font-family: Oswald;
  font-size: 25px;
  font-weight: 700;
  color: #ee761e;
  margin: 0px;
  text-transform: uppercase;
}

.botaocontato {
  background-color: #ee761e;
}

.botaocontato:hover {
  background-color: #d16112;
}

.pcontato {
  font-family: EB Garamond;
  font-size: 17px;
  font-weight: 700;
  color: #1d265c;
  line-height: 120%;
}

.linkContatoTE {
  text-decoration: underline;
  font-family: EB Garamond;
  font-size: 17px;
  font-weight: 700;
  color: #1d265c;
  line-height: 120%;
}

.linkContatoTE:hover {
  color: #d16112;
}

.textocontato {
  font-family: EB Garamond;
  font-size: 17px;
  font-weight: 700;
  color: #1d265c;
  line-height: 120%;
}

.textocontato a {
  text-decoration: underline;
}

.textocontato a:hover {
  color: #d16112;
}

.rodape {
  height: 90px;
  background-color: #1d265c;
  margin-top: 90px;
}

.rodape p {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 200;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

#loaderDiv {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(238, 238, 238, 1) 100%
  );
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #d16112;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #1d265c;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.secampo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

@media (max-width: 700px) {
  header {
    height: 90vh;
  }

  nav ul {
    height: 5vh;
  }

  header img {
    max-width: 65%;
  }

  nav ul {
    font-size: 10px;
    font-weight: 700;
  }

  .h2quem {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }

  .h3quem {
    font-size: 30px;
    line-height: 100%;
  }

  .h4quem {
    font-size: 12px;
    font-weight: 500;
  }

  #quem ul {
    list-style: square outside none;
    margin-top: 15px;
    margin-left: 8px;
  }

  #quem li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 120%;
  }

  .h2areas {
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
  }

  .h3areas {
    font-size: 25px;
    font-weight: 700;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 120%;
  }

  .pareas {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-align: justify;
  }

  .tituloarea {
    font-size: 17px;
    font-weight: 600;
  }

  .descarea {
    font-size: 15px;
    font-weight: 500;
    line-height: 110%;
    margin-top: 2px;
    text-align: justify;
  }

  .h2servicos {
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
  }

  .h3servicos {
    font-size: 25px;
    font-weight: 700;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 120%;
  }

  .pservicos {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-align: justify;
  }

  .rodape {
    height: 50px;
    background-color: #1d265c;
    margin-top: 50px;
  }

  .rodape p {
    font-family: Oswald;
    font-size: 10px;
    font-weight: 200;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
  }
}
