/*ESTILO GERAL*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  width: 100vw;
  height: auto;
}

.flex {
  display: flex;
}

.btn-contato button {
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 15px;
  background-color: #ffffff;
  color: #000000;
  border: 0;
  transition: 0.2s;
  border-color: darkgray;
}

button:hover {
  box-shadow: 0px 0px 8px #030303;
  transform: scale(1.05);
}

.interface {
  max-width: 1280px;
  margin: 0 auto;
}

h2.titulo {
  color: #000000;
  font-size: 35px;
  text-align: center;
}

h2.titulo span {
  color: #ffd102;
}

/* ESTILO DO CABEÇALHO */
header {
  padding: 40px 4%;
}

header>.interface {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffd102;
  padding: 13px;
  border-radius: 10px;
}

header a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
}

header a:hover {
  color: #fff;
  transform: scale(1.05);
}

header nav ul {
  list-style-type: none;
}

header nav.menu-desktop ul li {
  display: inline-block;
  padding: 0 40px;
}

/* Estilo Menu Mobile */
.btn-abrir i {
  color: #000;
  font-size: 40px;
}

.menu-mobile {
  background-color: #000;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 0%;
  overflow: hidden;
  transition: .5s;
}

.menu-mobile.abrir-menu {
  width: 70%;
}

.menu-mobile.abrir-menu~.orvelay-menu {
  display: block;
}

.menu-mobile nav ul {
  text-align: right;

}

.menu-mobile nav ul li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  padding: 20px 8%;
  display: block;
}

.menu-mobile nav ul li a:hover {
  background-color: #ffd102;
  color: #000;

}

.menu-mobile .btn-fechar {
  padding: 20px 5%;
}

.menu-mobile .btn-fechar i {
  color: #ffd102;
  font-size: 30px;

}

.orvelay-menu {
  background-color: #0000005b;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88888;
  display: none;

}

/* ESTILO DO TOPO DO SITE */
section.topo-do-site {
  padding: 40px 4%;
}

sectio.topo-do-site.flex {
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.topo-do-site h1 {
  color: #fff;
  font-size: 42px;
  line-height: 1.3;
}

.topo-do-site .txt-topo-site h1 span {
  color: #ffd102;
}

.topo-do-site .txt-topo-site p {
  color: #f5c904;
  margin-bottom: 10px;
  margin: 20px;
}

.topo-do-site .txt-topo-site p span {
  color: #fff;
}

.topo-do-site .img-topo-site img {
  position: relative;
  animation: flutuar 2s ease-in-out infinite alternate;
}

@keyframes flutuar {
  0% {
    top: 0;
  }

  100% {
    top: 30px;
  }
}

/* ESTILOS DOS VALORES e SERVIÇOS*/
section.nossos-valores {
  padding: 40px 4%;
  background-color: #ffffff;
  text-align: center;
}

section.nossos-valores .flex {
  gap: 60px;
}

.nossos-valores .valores-box {
  color: #000000;
  padding: 40px;
  border-radius: 20px;
  margin-top: 45px;
  transition: 0.2s;
}

.nossos-valores .valores-box:hover {
  color: #040404;
  transform: scale(1.05);
  box-shadow: 0 0 8px;
}

.nossos-valores .valores-box i {
  color: #000000;
  font-size: 70px;

}

.nossos-valores .valores-box h3 {
  font-size: 28px;
  margin: 15px 0;
}

/* Quem Somos */
section.Quem-somos {
  padding: 40px 4%;
  box-shadow: 0 0 40px 10px #ffd102;
}

section.Quem-somos .flex {
  align-items: center;
  gap: 60px;
}

.Quem-somos .txt-sobre {
  color: #fff;
}

.Quem-somos .txt-sobre h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}

.Quem-somos .txt-sobre h2 span {
  color: #ffd102;
}

.Quem-somos .txt-sobre p {
  text-align: justify;
}

.Quem-somos .txt-sobre .btn-social button {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: none;
  background-color: #ffd102;
  font-size: 20px;
  cursor: pointer;
  margin: 0 6px;
  margin-top: 10px;
  transition: 0.2s;
}

.Quem-somos .txt-sobre .btn-contato {
  margin: 20px 50px 0 0;
  align-items: center;
  justify-content: center;
}

.nossos-valores .interface .btn-contato button {
  color: #fff;
  background-color: #000000;
  justify-content: center;
  align-items: center;
  margin: 40px;
}

/*ESTILO DO RODA PÉ */

footer {
  padding: 40px 4%;
  box-shadow: 0 0 40px 35px #ffd102;
  background-color: #ffd102;
}

footer .flex {
  justify-content: space-between;
}

.interface .btn-social button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 6px;
  margin-top: 10px;
  transition: 0.2s;
}

footer .line-footer {
  padding: 20px 0;
}

footer .line-footer p i {
  color: #000000;
  font-size: 22px;
  margin: 10px;
  font-size: medium;
}

footer .line-footer p a {
  color: #000;
}

.borda {
  border-top: 2px solid #000;
}

@media screen and (max-width: 1020px) {

  /* CLASSES GERAIS */
  .flex {
    flex-direction: column;
  }

  h2.titulo {
    font-size: 40px;
    line-height: 40px;
  }

  /* cabeçalho */
  .menu-desktop,
  .btn-contato {
    display: none;
  }

  /* Topo do Site */
  sectio.topo-do-site.flex {
    gap: 40px;
  }

  section.topo-do-site {
    padding: 30px 8%;
  }

  .topo-do-site h1 {
    font-size: 30px;
  }

  .topo-do-site .img-topo-site img {
    width: 80%;
  }

  /* Nossos Valores */

  section.nossos-valores {
    padding: 40px 9%;
    background-color: #ffffff;

  }

  .nossos-valores .valores-box {
    color: #000000;
    padding: 40px;
    border-radius: 20px;
  }

  /* Roda Pé */

  footer {
    padding: 30px 8%;

  }

  footer .line-footer p i {
    font-size: 22px;
    margin: 20px;

  }
}