@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&family=Poppins:wght@100;300;400;500;700;800;900&display=swap");

* {
  box-sizing: border-box;
  margin: 0px;
  font-family: "Inter";
}

body {
  margin: 0px;
  font-family: "Work Sans", sans-serif;
  background-color: #282828;
  color: #fff;
}

.cookie-container {
  width: 20%;
  background-color: white;
  position: fixed;
  z-index: 999999999999999999;
  right: 0;
  bottom: 0;
  transform: translate(-5%, -5%);
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #000000;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  padding: 1%;

  display: none;
}

.cookie-container a {
  color: #088a5a;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  text-align: start;
  width: 100%;
  padding-left: 10px;
}

.cookie-buttons-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cookie-buttons-container button {
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  flex: 1;
  margin-right: 10px;
  background-color: #07cd86;
  color: #000000;
  font-weight: bold;
}

.cookie-buttons-container button:hover {
  background-color: #27e9a2;
}

.nav {
  width: 100%;
  height: 78px;
  background-color: #282828;
  position: fixed;
  z-index: 999;
  top: 0px;
  padding: 15px 80px;
  box-shadow: 0px 10px 15px rgba(224, 229, 234, 0.2);
}

.nav > .nav-header {
  display: inline;
}

.contatos-footer-mobile {
  display: none;
}

.nav-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.nav-header img {
  height: 100%;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 0px 10px 2px;
  margin-right: 40px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
}

.nav > .nav-links > a:hover {
  border-bottom: #6eccaa 2px solid;
}

.nav > #nav-check {
  display: none;
}

.dropbtn {
  background-color: #282828;
  color: #fff;
  padding: 8px 22px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.dropdown {
  margin-left: 30px;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.heroImage {
  height: 55%;
}

.heroImage img {
  height: 100%;
}

.heroText {
  max-width: 520px;
}

.heroText p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin-top: 26px;
}

.heroText h1 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
}

.sobreNos {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.sobreNosImage {
  height: 70%;
}

.sobreNosImage img {
  height: 100%;
}

.sobreNosText {
  max-width: 500px;
  margin-left: 120px;
}

.sobreNosText h2 {
  font-size: 40px;
}

.sobreNosText p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
}

.conheca {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 100px;
}

.conheca h2 {
  font-size: 48px;
  margin-bottom: 50px;
}

.conhecaCardsContainer {
  display: grid;
  grid-template-columns: auto auto auto;
  margin-bottom: 40px;
  gap: 40px;
}

.conhecaCard {
  background-color: #343434;
  width: 320px;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
}

.conhecaCard img {
  height: 20px;
}

.conhecaCard p {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 500;
  padding-top: 10px;
  max-width: 300px;
  text-align: center;
}

.conhecaCard img {
  position: absolute;
  top: 20px;
  left: 20px;
}

.contatoEquipe {
  height: 60vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

.contatoEquipe form {
  width: 400px;
}

.contato {
  margin-bottom: 100px;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contatoImg {
  margin-left: 50px;
  height: 80%;
}

.contatoImg img {
  height: 100%;
  width: 100%;
}

.contato form {
  position: relative;
  padding-top: 30px;
  height: 85%;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contato form h3 {
  font-size: 40px;
  text-align: start;
  width: 100%;
  margin-bottom: 20px;
}

.contatoEquipe form h3 {
  font-size: 40px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.contato form input,
.contatoEquipe form input {
  width: 100%;
  height: 52px;
  outline: none;
  border: #e0e3eb solid 1px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 20px;
}

.contato form input:focus,
.contatoEquipe form input:focus {
  border: #07cd86 3px solid;
}

.contato form input[type="submit"] {
  background: #1b8665;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  width: 131px;
  padding: 0px;
  align-self: flex-end;
}

.contatoEquipe form input[type="submit"] {
  background: #1b8665;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  width: 100%;
  padding: 0px;
  align-self: flex-end;
}

.contato form input[type="submit"]:hover,
.contatoEquipe form input[type="submit"]:hover {
  background-color: #07cd86;
  cursor: pointer;
}

.footer {
  padding: 0px 40px;
  width: 100%;
  height: 250px;
  display: flex;
}

.logo-footer {
  flex: 1;
  padding: 20px;
}

.logo-footer img {
  height: 50px;
}

.nav-footer {
  padding: 20px;
  flex: 2;
}

.nav-footer p,
.contatos-footer p {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}

.nav-footer-links {
  display: flex;
}

.nav-footer-links div a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  cursor: pointer;
}

.nav-footer-links div {
  margin-right: 100px;
}

.nav-footer-links div a:hover,
.contatos-footer div a:hover {
  color: #07cd86;
}

.contatos-footer {
  padding: 20px;
  flex: 1;
}

.contatos-footer div {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 20px;
}

.contatos-footer div a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.contatos-footer div img {
  margin-right: 18px;
}

.header {
  margin-top: 10%;
  margin-bottom: 5%;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0px 20%;
}

.header h1 {
  max-width: 600px;
  font-size: 64px;
}

.header img {
  height: 200px;
}

.equipe {
  padding: 0px 20%;
  margin-bottom: 80px;
}

.equipe p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
  line-height: 150%;
}

.equipe h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 23px;
}

.equipeRigth {
  float: right;
  padding-top: 60px;
  margin-left: 80px;
  margin-bottom: 30px;
}

.equipeLeft {
  float: left;
  padding-top: 60px;
  margin-right: 80px;
  margin-bottom: 30px;
}

strong {
  color: #07cd86;
}

@media (max-width: 1000px) {
  .nav {
    padding: 15px 20px;
  }

  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
  }

  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .nav > .nav-btn > label:hover,
  .nav #nav-check:checked ~ .nav-btn > label {
    cursor: pointer;
  }

  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid rgb(255, 255, 255);
  }

  .nav > .nav-links {
    z-index: 1000;
    position: absolute;
    display: block;
    width: 100%;
    background-color: #282828;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 78px;
    left: 0px;
  }

  .nav > .nav-links > a {
    display: block;
    width: 100%;
    padding: 13px 20px 13px 20px;
  }

  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }

  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }

  .dropdown {
    text-align: center;
    margin: 30px 0px;
  }

  .hero {
    padding: 25% 2%;
    flex-direction: column-reverse;
  }

  .heroImage {
    height: 40%;
  }

  .heroText {
    max-width: 400px;
    width: 100%;
  }

  .heroText p {
    font-size: 18px;
    text-align: center;
  }

  .heroText h1 {
    text-align: center;
    font-size: 45px;
    line-height: 67px;
  }

  .sobreNos {
    height: unset;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 10%;
    margin-bottom: 50px;
    flex-direction: column;
  }

  .sobreNosImage {
    height: 300px;
    max-width: 400px;
    margin-bottom: 50px;
  }

  .sobreNosImage img {
    height: 100%;
  }

  .sobreNosText {
    max-width: 500px;
    margin: 0;
  }

  .sobreNosText h2 {
    font-size: 40px;
  }

  .sobreNosText p {
    margin-top: 30px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
  }

  .conheca {
    height: unset;
    padding: 20px;
  }

  .conheca h2 {
    font-size: 40px;
    text-align: center;
  }

  .conhecaCardsContainer {
    grid-template-columns: auto;
  }

  .contato {
    height: unset;
    flex-direction: column-reverse;
  }

  .contatoImg {
    margin-left: 0px;
    height: 230px;
    width: 93%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contatoImg img {
    height: 100%;
    width: unset;
  }

  .contato form {
    margin-top: 40px;
    height: 400px;
    width: 93%;
  }

  .contato form h3 {
    font-size: 40px;
    text-align: start;
    width: 100%;
    margin-bottom: 20px;
  }

  .contato form input {
    width: 100%;
    height: 52px;
    outline: none;
    border: #e0e3eb solid 1px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 20px;
  }

  .contato form input:focus {
    border: #07cd86 3px solid;
  }

  .contato form input[type="submit"] {
    background: #1b8665;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    width: 131px;
    padding: 0px;
    align-self: flex-end;
  }

  .contato form input[type="submit"]:hover {
    background-color: #07cd86;
    cursor: pointer;
  }

  .footer {
    display: none;
  }

  .header {
    margin-top: 80px;
    height: 50vh;
    flex-direction: column-reverse;
    padding: 0px;
  }

  .header h1 {
    max-width: 600px;
    font-size: 44px;
    text-align: center;
  }

  .equipe {
    padding: 0px 8%;
    margin-bottom: 80px;
  }

  .equipe p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    line-height: 150%;
  }

  .equipe h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 23px;
  }

  .equipeRigth {
    float: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;

    height: 300px;

    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .equipeLeft {
    float: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
    margin-left: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
  }

  .contatoEquipe {
    height: unset;
  }

  .contatoEquipe form {
    width: 300px;
    padding-bottom: 40px;
  }

  .footer-min {
    width: 100%;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
  }

  .footer-min p {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #a1a1a1;
  }

  .contatos-footer-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .contatos-footer-mobile div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .contatos-footer-mobile div img {
    margin-right: 20px;
  }

  .contatos-footer-mobile div a {
    color: #fff;
    text-decoration: none;
  }

  .contatos-footer-mobile div a:hover {
    cursor: pointer;
    color: #07cd86;
  }

  .cookie-container {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -40%);
    padding: 5%;

    display: none;
  }
}
