@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&family=Merriweather+Sans:wght@400;700&display=swap');

/* @font-face {
  font-family: 'olivier';
  src: url('assets/fonts/olivier.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;

  Format() = opentype (otf)  || truetype (ttf) || embedded-opentype
} */

:root {
  --verde: #8f9D8C;
  --branca: #CEDED1;
  --marrom-claro: #444444;
  --marrom-escuro: #8B5D43;
  --rosa: #BAAFAD;
  --dark: #2d2d2d;
  --grey: #CEDED1;
  --hover: #8f9D8C;
  --white: #FFFFFF;
  --blue: #CEDED1;
  --dark_grey: #e2e2e1;
  --menu-height: 52px;
}

* {
  box-sizing: border-box;
}

html, body, h2, h3, h4, p {
  margin: 0;
  scroll-behavior: smooth;
}

body, button, input, select, textarea {
  font-family: 'Merriweather Sans', sans-serif;
  color: var(--marrom-escuro);
}

body {
  overflow-x: hidden !important;
}

button {
  height: 40px;
  background: var(--verde);
  border-radius: 10px;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor:pointer;
  transition: 0.4s;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.25));
  border: 2px solid var(--marrom-escuro);
}

button:hover { 
  background: var(--branca);
}

.section_menu_mobile .menu_itens button:hover {
  background-color: var(--blue);
}

h1 {
  /* font-family: 'Ailerons'; */
  font-weight: normal;
  font-size: .1px;
  color: var(--dark);
}

h2 {
  /* font-family: 'Ailerons'; */
  font-weight: normal;
  font-family: 'Merienda', cursive;
  font-size: 30px;
}

h3 {
  /* font-family: 'Ailerons'; */
  font-weight: normal;
  font-family: 'Merienda', cursive;
  font-size: 25px;
  font-weight: 400;
}

h4 {
  font-weight: normal;
}

a {
  font-size: 20px;
  color: var(--dark);
  text-decoration: none;
}

.whatsapp_link {
  display: none;
  position: sticky;
  justify-content: right;
  padding: 0 10px 0px 0;
  top: 88vh;
  height: 0;
  z-index: 99;
}

.whatsapp_link img {
  height: 50px;
  width: 50px;
}

.hiden {
  display: none;
  /* height: 0 !important; 
  width: 0 !important; */
}

.section_menu_mobile {
  display: none;
}

.section_menu_web {
  display: flex;
  position: sticky;
  top: 0;
  width: 0;
  height: 0;
  z-index: 101;
}

.section_menu_web .container{
  background-color: var(--dark);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  width: 60px;
  padding: 20px 0;
}

.section_menu_web img {
  position: absolute;
  left: 12px;
  height: 50px;
}

.section_menu_web .menu_option {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  margin: 5px;
  z-index: 102;
}

.option_one {
  background-image: url("assets/icons/serviços.png");
}

.option_one:hover {
  background-image: url("assets/icons/serviços_hover.png");
}

.option_two {
  background-image: url("assets/icons/quem.png");
}

.option_two:hover {
  background-image: url("assets/icons/quem_hover.png");
}

.option_three {
  background-image: url("assets/icons/projetos.png");
}

.option_three:hover {
  background-image: url("assets/icons/projetos_hover.png");
}

.option_four {
  background-image: url("assets/icons/planos.png");
}

.option_four:hover {
  background-image: url("assets/icons/planos_hover.png");
}

.option_five {
  background-image: url("assets/icons/depoimentos.png");
}

.option_five:hover {
  background-image: url("assets/icons/depoimentos_hover.png");
}

.option_six {
  background-image: url("assets/icons/duvidas.png");
}

.option_six:hover {
  background-image: url("assets/icons/duvidas_hover.png");
}

.option_seven {
  background-image: url("assets/icons/whatsapp.png");
}

.option_seven:hover {
  background-image: url("assets/icons/whatsapp_hover.png");
}

.section_menu_web .space {
  width: 50px;
  height: 70px;
}

.section_menu_web .container_hiden {
  background-color: var(--dark);
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 60px;
  height: 100vh;
  opacity: 0;
  transition: 0.7s;
  z-index: 103;
}

.section_menu_web .container_hiden:hover {
  width: 250px;
  opacity: 1;
}

.section_menu_web .container_hiden #logo_agni_text {
  position: absolute;
}

.section_menu_web .container_hiden .menu_option h4 {
  margin-left: 60px;
  color: var(--dark_grey);
  font-size: 20px;
}

.section_menu_web .container_hiden .menu_option h4:hover {
  color: var(--grey);
}

.section_one {
  background-color: var(--marrom-escuro);
  height: 100vh;
  width: 100vw;
  z-index: 100;
  transition: 0.5s;
  overflow: hidden;
}

.section_one h4 {
  color: var(--grey)
}

.section_one h3 {
  color: var(--branca);
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
}

.section_one .container {
  background-color: var(--dark);
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  padding: 0 0px 0 100px;
}

#logoSectionOne {
  width: 100%;
  align-self: center;
  margin: 30px;
}

.section_one .container .text_section_one {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}

.section_one .container h2 {
  color: #EFEFEF;
  width: 25vw;
  text-align: center;
  margin: 50px auto;
}

.section_one .imageContainer {
  width: 65%;
  display: flex;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.section_one .toggleButtonContainer {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.section_one .toggleButtonContainer .opacityArea {
  margin: auto;
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-radius: 15px;
  background-color: var(--marrom-claro);
  filter: opacity(50%);
  cursor: pointer;
}

.section_one .toggleButtonContainer .opacityArea:hover {
  filter: opacity(100%);
}

.opacityFull {
  filter: opacity(100%) !important;
}

.section_one .toggleButtonContainer h3 {
  margin: 0;
  color: var(--rosa);
  width: fit-content;
}

.section_one .toggleButtonContainer .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.section_one .toggleButtonContainer .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.section_one .toggleButtonContainer .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--hover);
  -webkit-transition: .4s;
  transition: .4s;
}

.section_one .toggleButtonContainer .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.section_one .toggleButtonContainer input:checked + .slider {
  background-color: var(--hover);
}

.section_one .toggleButtonContainer input:focus + .slider {
  box-shadow: 0 0 1px var(--hover);
}

.section_one .toggleButtonContainer input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.section_one .toggleButtonContainer .slider.round {
  border-radius: 34px;
}

.section_one .toggleButtonContainer .slider.round:before {
  border-radius: 50%;
}

#images_section_one {
  width: 100%;
}

.scaleGrow{
  transform: scale(1.5);
  transition: 60s;
}

.scaleReduce{
  transform: scale(1);
  transition: 0s;
}

.section_one .cards {
  display: flex;
  position: absolute;
  bottom: 0px;
  width: 40%;
  height: 150px;
  align-items: center;
  justify-content: space-around;
}

.section_one .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  height: 100px;
  border-radius: 10px;
  font-size: 12px;
  transition: 0.5s;
  text-align: center;
  color: var(--hover);

  /* filter: drop-shadow(0px 0px 1px #4b4b50);   blur effect  */
  /* animation: flutuar 4s linear infinite; */
}

/* @keyframes flutuar {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.cards .card:nth-child(2) {
  animation-delay: -2s;
}

.cards .card:nth-child(3) {
  animation-delay: 0s;
}

.cards .card:nth-child(4) {
  animation-delay: 0s;
}

.cards .card:nth-child(5) {
  animation-delay: -2s;
}

.cards .card:nth-child(6) {
  animation-delay: 0s;
} */

.section_one .card:hover {
  font-size: 15px;
}

.section_one .card img{
  display: flex;
  margin: 0 auto;
  width: 50px;
  margin-bottom: 10px;
}

.section_two {
  /* background-image: url("assets/images/bg_section_two.jpg");
  background-size: cover;
  background-position: center; */
  background-color: var(--grey);
  padding: 70px 100px 130px 150px;
}

.section_two .youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.section_two #youtube {
  max-width: 100vw !important;
  margin: 0px 0px 100px 0px;
  border-radius: 10px;
}

.section_two h2 {
  margin: 150px auto 10px auto;
  max-width: 900px;
  text-align: center;
}

.section_two h3 {
font-weight: normal;
margin: 0 auto 10px auto;
text-align: center;
max-width: 500px;
}

.section_two span {
  color: var(--hover);
}

.section_two .paragrafo h3 {
  color: var(--white);
  font-size: 20px;
  text-align: center;
  border-radius: 30px;
}

.section_two .carrossel {
  display: none;                         /* Display mobile */
}

.section_two .carrossel h3 {
  background-color: var(--hover);
}

.section_two #serviços_que_ofereço .paragrafo h3 {
  color: var(--blue);
}

.carrossel_card {
  scroll-snap-align: start;
  border-radius: 30px;
  width: 300px;
  display: flex;
  align-items: top;
  justify-content: center;
}

.section_two .webcards{
  margin-top: 70px;
  display: grid;
  grid-template-areas: 
  "item item item"
  "item item item";
  grid-auto-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.section_two .webcard {
  padding: 20px 5px;
  overflow: hidden;
  background-color: var(--dark);
  color: white;
  transition: .3s;
  border: solid 2px var(--dark_grey);
  cursor: pointer;
  border-radius: 30px;
}

.section_two .selected {
  background-color: var(--hover)!important;
}

.section_two .webcard h4{
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 15px;
}

.section_two .webcard img {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.section_two .webcard h3 {
  font-size: 20px;
  margin-top: 10px;
}

.section_two .paragrafo {
  border-radius: 20px;
  padding: 10px 10px;
  text-align: center;
  display: flex;
  justify-content: center;

  background: var(--dark);
  border-radius: 20px;
  border: 2px solid var(--dark);
}

.section_two .paragrafo:hover {
  background: #01111E;
}

.section_two .paragrafo img {
  margin: 10px auto 20px auto;
}

.section_two .paragrafo h4 {
  color: var(--white);
  font-size: 15px;
}

.section_two .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.section_two video {
  width: 30vw;
  margin: 50px 0;
}

.section_two .serviços {
  margin-left: 50px ;
  max-width: 600px;
}

.section_two .serviço {
  display: flex ;
  margin-bottom: 20px;
}

.section_two .serviço h3 {
  text-align: left;
  margin: 0;
  font-size: 15px;
  color: var(--hover)
}

.section_two .serviço h4 {
  font-size: 12px;
  color: black;
}

.section_two .serviços img {
  width: 40px;
  height: 40px;
  margin: 0 20px;
}

.section_three {
  background-color: var(--dark);
  color: var(--white);
  padding: 100px 100px;
}

.section_three .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_three #expert {
  width: 300px;
}

.section_three h2 {
  margin: 0px 0 50px 0;
  text-align: center;
}

.section_three .text_box {
  margin: 20px;
  width: 50%;
  position: relative;
}

.section_three .text_box h4 {
  color: var(--blue);
  font-size: 13px;
}

.section_three .text_box p {
  margin-top: 30px;
  text-align: justify;
}

.section_three .text_box h4 span{
  color: var(--grey);
}

.section_three .text_box div {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

.section_three #award_image, .section_three #smile_image {
  width: 40%;
  max-width: 200px;
}

.section_five {
  background-color: var(--dark);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_five h2 {
 color: var(--grey);
 margin: 0px 0 20px 0;
}

.section_five a {
  width: 80%;
  display: flex;
  justify-content: center;
}

.section_five #subtitle {
  color: rgb(202, 202, 203);
  margin-bottom: 80px;
 }

.section_five .container {
  display: grid;
  gap: 15px; 
  padding: 0 30px 100px 80px;

  grid-template-areas: 
  "item item item item";
  grid-auto-columns: 1fr 1fr;
}

.section_five h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  text-align: left;
 }

 .section_five #imageTitle {
  text-align: center;
  height: 20%;
 }

 .section_five p {
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  color: #b1b1b1;
 }

 .section_five .card_title p {
  color: black;
 }

.section_five .product_card {
  /* background-image: url("assets/images/bg_section_two.jpg");
  background-size: cover;
  background-position: right; */
  background-color: #2e363e;
  border-radius: 40px;
  padding: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_five .product_card h3 {
  color: var(--blue);
}

.section_five .card_title h3 {
  color: black;
 }

.section_five .card_title {
  background-color: var(--blue);
  width: 100%;
  height: 100px;
  display: flex;
  padding: 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 40px 40px 0 0;
  border-bottom: 1px solid black;
}

.section_five .product_card img {
  width: 60%;
  margin-top: 30px;
}

.section_five .product_card button {
  margin-top: 50px;
  width: 100%;
  height: 50px;
  font-size: 20px;
  animation: flutuar 2s linear infinite;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.25));
  border: none;
}

.product_card #button_1 {
  animation-delay: 1s;
}

.product_card #button_3 {
  animation-delay: 1s;
}

.section_five .product_card ul {
  padding: 0;
  margin-top: 50px;
  list-style:none;
  width: 95%;
}

.section_five .product_card li {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.section_five .product_card li p {
  color: #b1b1b1;
}

.section_five .product_card ul li img {
  width: 20px;
  margin: 0 10px 0;
}

.section_six {
  background-color: var(--white);
}

.section_six .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section_six .divider_line {
  margin: auto;
  width: 100%;
  max-width: 500px;
  border-bottom: 1px solid var(--hover);
}

.section_six .container h2 {
  margin: 100px 0;
}

.section_six .container h3 {
  margin: 100px 0 0 0;
}

.section_six .container span {
  color: var(--hover);
}

.section_six .container h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 70%;
  text-align: center;
  max-width: 500px;
}

.section_six .container img {
  width: 40%;
  margin-bottom: 100px;
}

.section_seven {
  background-color: var(--dark);
  padding: 100px 0;
}

.section_seven .container {
  margin: auto;
  padding: 0 50px 0 100px;
  display: grid;
  grid-template-areas: 
  "item item item item";
  gap: 15px;
  grid-auto-columns: 1fr 1fr;
}

.section_seven .testimony_card {
  margin: 0 auto;
}

.section_seven h2 {
  color: var(--grey);
  text-align: center;
  margin: 0 0 100px 0;
}

.section_seven .container h4 {
  color: var(--grey);
  text-align: justify;
}

.section_seven .container p {
  color: var(--grey);
  text-align: justify;
  font-size: 12px;
}

.section_seven .container .testimony_card {
  background: rgba(112, 110, 110, 0.4);
  border-radius: 20px;
  max-width: 400px;
  padding: 40px;
}

.section_seven .container .testimony_card:hover {
  background-color: var(--dark_grey);
}

.section_seven .container .testimony_card .testimony_card_title .div_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_seven .container .testimony_card .testimony_card_title .div_flex #heart {
  height: 20px;
}

.section_seven .container .testimony_card .testimony_card_title #personal_img {
  width: 70px;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.section_seven .container .testimony_card .testimony_card_title #grade {
  max-width: 50px;
}

.section_seven .container .testimony_card .testimony_card_title div {
  width: 100%;
  padding: 10px 0;
}

.section_eight {
  background-color: var(--dark);
  color: var(--grey);
  padding: 60px 50px 60px 100px;
}

.section_eight h2 {
  text-align: center;
  margin: 60px auto 100px auto;
}

.section_eight .faq_card {
  background-color: rgba(112, 110, 110, 0.4);
  max-width: 1000px;
  margin: 0 auto 30px auto;
  border: 2px solid var(--hover);
  border-radius: 30px;
}

.section_eight img {
  width: 18px;
  height: 20px;
  margin: 0 10px 0 20px;
}

.section_eight h4 {
  text-align: justify;
}

.section_eight .question {
  color: rgb(193, 193, 193);
  padding: 20px 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.section_eight .question:hover {
  color: #f64473;
}

.section_eight .answer {
  color: rgb(193, 193, 193);
  padding: 0px 50px 50px 50px;
  text-align: left;
}

footer {
  background-color: var(--dark);
  color: var(--grey);
}

footer .container {
  margin: auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer button {
  height: 60px;
  margin-top: 30px;
}

footer img {
  display: flex;
  justify-content: center;
  height: 100px;
  margin: 10px auto;
}

footer p {
  text-align: center;
  padding-bottom: 10px;
  font-size: 10px;
}

footer h4 {
  margin-top: 10px;
  text-align: center;
}

footer #instagram {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer #instagram img {
  margin: 10px 25px 10px 0;
}

footer #instagram a{
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer #button_4 {
  margin-top: 30px;
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  background-color: var(--blue);
  border-radius: 30px;
  min-width: 280px;
}

footer #button_4:hover {
  background-color: var(--grey);
}

footer #button_4 img {
  height: 35px;
  padding: 0;
  margin: 10px 20px;
}

footer #button_4 h4 {
  margin: 0;
  padding: 0;
  color: var(--dark);
  font-size: 20px;
}

footer #email {
  margin-top: 40px;
}

footer a {
  color: var(--blue);
  font-size: 10px;
}



/******************** Media query ***********************/

@media (max-width: 1200px) {

  a {
    font-size: 15px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  .section_one h2 {
    font-size: 18px;
  }

  .section_one h3 {
    font-size: 15px;
    margin-top: 10px;
  }

  .section_two .container {
    grid-template-areas: 
    "item item"
    "item item"
    "item item";
    gap: 30px;
  }

  .section_five .container {
    grid-template-areas: 
    "item item"
    "item item";
    gap: 30px;
  }

  .section_five h2 {
    margin-left: 50px;
  }

}

@media (max-width: 850px) {

  .carrossel_card {
    width: 75vw;
  }

  h2 {
    font-size: 25px;
    color: var(--dark);
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  iframe {
    width: 100%;
    height: 200px;
  }

  .section_menu_web {
    display: none;
  }

  #menu {
    transition: 2s;
  }

  #logoSectionOne {
    width: 20vw;
    margin: 0;
    /* margin: 0 -50px; */
  }

  .section_one .container {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 20px 0;
  }

  .section_one .imageContainer{
    margin-top: 30px;
    width: 100%;
    height: 45%;
    overflow: hidden;
  }

  .section_one .toggleButtonContainer {
    bottom: 10px;
    padding: 0px 15px;
  }

  .section_one .toggleButtonContainer .opacityArea:hover {
    filter: opacity(50%);
  }

  .scale{
    transform: scale(1.2);
    transition: 10s;
  }

  .section_one h2 {
    display: none;
  }

  .section_one h3 {
    width: 300px;
  }

  .section_one .cards{
    width: 100%;
  }

  .section_one .cards img{
    width: 40px;
  }

  .section_one .cards h4{
    font-size: 12px;
  }

  .section_one .cards a{
    margin: 0;
  }

  #title_section_two {
    display: none;
  }

  .section_two .webcards {
    display: none;
  }

  .section_two .cont {
    display: block;
    margin-top: 20px;
  }
  
  .section_two .serviços {
    margin-left: 0px ;
  }

  .section_two video {
    width: 90vw;
    margin: 30px 0;
  }

  .section_two video {
    display: none;
  }

  .whatsapp_link {
    display: flex;
  }

  .section_menu_mobile {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: var(--dark);
    padding: 10px;
    z-index: 99;
  }
  
  .section_menu_mobile .menu_itens {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
  }
  
  .section_menu_mobile .menu_itens img{
    width: 60px;
    margin-right: 60px;
    cursor: pointer;
  }

  .section_menu_mobile .menu_itens button{
    font-size: 15px;
    margin-top: 0;
    padding: 10px 20px;
  }

  .section_one .cards {
    display: inherit;
    position: absolute;
    bottom: 50px;
    display: grid;
    grid-template-areas: 
    "item item item"
    "item item item";
    gap: 0px 0;
  }

  .section_one .card {
    width: 130px;
  }

  .section_two {
    padding: 50px 20px 150px 20px;
  }

  .section_two #expert {
    position: inherit;
  }

  .section_two .carrossel {
    display: grid;
  }

  .section_two_web {
    display: none;
  }

  .section_two h2 {
    margin-top: 0px;
    text-align: center;
  }

  .section_two h3 {
    text-align: left;
    color: var(--dark);
  }

  .section_two .container {
    width: 100%;
    grid-template-areas: 
    "item";
    gap: 15px;
    margin-top: 30px;
  }

  .section_three {
    padding: 50px 20px 0px 20px;
    flex-direction: column;
  }

  .section_three .text_box {
    top: -100px;
  }

  .section_three .container {
    flex-direction: column;
  }

  .section_three h2 {
    text-align: center;
    margin: 0px 0 50px 0;
    color: var(--grey);
  }

  .section_three .text_box {
    width: 100%;
  }

  .conteudo {
    width: 100%;
  }

  .section_five .container {
    grid-template-areas: 
    "item";
    gap: 30px;
    padding: 20px 20px 80px 20px;
  }

  .section_five h2 {
    padding: 0 10px;
    text-align: center;
    margin: 80px 0 10px 0;
  }

  .section_five h3 {
    color: var(--dark);
  }

  .section_five p {
    color: var(--dark);
  }

  .section_five .card_title {
    padding: 0 20px;
  }

  .section_six .container h2 {
    margin-top: 50px;
  }

  .section_six h3 {
    color: var(--dark);
    max-width: 80%;
  }

  .section_six .container h4 {
    color: var(--dark);
    margin-top: 30px;
    width: 90%;
  }

  .section_six .container img {
    margin-top: 30px;
    width: 90%;
  }

  .section_seven {
    background-image: url("");
    background-color: var(--dark);
    padding: 30px 0;
  }

  .section_seven h2 {
    margin: 80px 0 100px 0;
  }

  .section_seven .container {
    margin: 20px;
    padding: 0;
    grid-template-areas: 
    "item";
  }

  .section_eight {
    padding: 30px 20px;
  }

  .section_eight h2 {
    color: var(--grey);
  }

  .section_eight .question {
    padding: 20px 20px;
  }

  .section_eight .question h4, .section_eight .answer p {
    font-size: 15px;
  }

  .section_eight .answer {
    padding: 20px 20px;
  }

}

@media (max-width: 340px) {

  h2 {
    font-size: 25px;
    color: var(--dark);
  }

  h3 {
    font-size: 15px;
  }

  h4 {
    font-size: 15px;
  }

  .section_one .cards {
    display: flex;
    position: absolute;
    bottom: 50px;
    display: grid;
    grid-template-areas: 
    "item item item"
    "item item item";
    gap: 0px 0;
    width: 100%;
  }
  
  .section_one .card {
    width: 90px;
    height: 70px;
  }

  .section_one .card h4 {
    font-size: 10px;
  }

  .section_menu_mobile img {
    width: 150px;
  }

  .section_menu_mobile button {
    font-size: 12px;
    padding: 10px 20px;
  }

  .section_five h3 {
    font-size: 20px !important;
  }

  .whatsapp_link {
    display: flex;
  }

}


/***** Animação Scrollreveal  **********/

[data-anime] {
  opacity: 0;
  transition: 1s;
}

[data-anime="down"] {
  transform: translate3d(0, -18px, 0);
}

[data-anime="up"] {
  transform: translate3d(0, 18px, 0);
}

[data-anime="left"] {
  transform: translate3d(0, -18px, 0);
}

[data-anime="right"] {
  transform: translate3d(0, 18px, 0);
}

[data-anime="rotate"] {
  transition: 2s;
  transform: rotateY(180deg);
  translate: 0px -100px;
}

[data-anime].animate {
  opacity: 1;
  transform: rotateY(0deg);
  translate: 0px 0px;
}