@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap");


@font-face {
  font-family: 'Richie Brusher';
  src: url('Richie Brusher.ttf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Death';
  src: url('Death Rock.ttf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

:root {
  --card-width: 0px;
  --card-height: 0px;
  --card-transition-duration: 800ms;
  --card-transition-easing: ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body::-webkit-scrollbar{
  width: 8px;
 }
 
 body::-webkit-scrollbar-track{
   background:black;
 
 }
 
 body::-webkit-scrollbar-thumb {
   background-color: #6d6d6d;  
   border-radius: 20px;  
   
 }

.header-superior{
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  
}

.logo{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  position: relative;
  width: 64px;
  height: 64px;
}

.logo img{
  margin-top: 25px;
  width: 90px;
  height: 90px;
  
}

.menu-logo {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
  font-family: 'Richie Brusher', Arial;
  font-size: 4em;
  font-weight: bold;
  color: black;
}



.mobile-menu{
  opacity: 0;
}



.nav-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 16px 16px;
  transition: transform .3s ease-in;
}
.menu-nav{
  height: 64px;
  box-shadow: 5px 4px 3px #C4C4C4;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 16px 16px;
  
  transition: transform .3s ease-in;
}
.menu-nav li {
  margin-top: -20px;
  display: inline;
  letter-spacing: 3px;
}

.mobile-menu div{
  width: 32px;
  height: 2px;
  background: #000;
  margin: 8px;
  
}


.link {
  color: #000;
  padding: 8px 23px;
  font-size: 23px;
  transition: .5s ease;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.link::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 2px;
  transform: translate(13%, -50%);
  transition: 0.5s ease;
}

.link:hover {
  opacity: .5;
}

.link:hover::after {
  width: 80%;
  background: black;
}

@media (max-width: 840px){

  
  body{
    overflow-x: hidden;
  }


  .header-superior{
    z-index: 200;
    width: 100%;
    box-shadow: 5px 4px 3px #c4c4c4;
    height: 70px;
  }
  .logo img{
    margin-top: 0;
    width: 60px;
    height: 60px;
    z-index: 200;
  }
  .menu-logo{
    font-size: 2.5em;
    z-index: 200;
  }
  .mobile-menu{
    display: block;
    opacity: 1;
    cursor: pointer;
    z-index: 200;
  }

  

  .mobile-menu.active{
    background-color: #fff;
  }

  .header-inferior{
    height: 0px;
  }

  .menu-nav{
    box-shadow: none;
  }


  .nav-list{
    z-index: 190;
    position: absolute;
    right: 0;
    top: 8vh;
    width: 30vh;
    height: 92vh;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: none;
    transform: translateX(100%);
    border-bottom-left-radius: 30px;
    
  }

  .nav-list li{
    margin-top: -50px;
    margin-left: 0;
    opacity: 0;
  }

  .link {
    
    padding: 4px 18px;
    font-size: 18px;
    transition: .5s ease;
    
  }
}

.nav-list.active {
  background: #fff;
  transform: translateX(0);
}


@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-menu.active .line1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
  opacity: 0;
}

.mobile-menu.active .line3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

.img-slider {
  height: 540px;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) brightness(0.6) contrast(1.3);

}


.slideshow-container {
  margin: 0px 75px -23px 75px;
  position: relative;
}


.mySlides {
  display: block;
}


.prev,
.next {
  cursor: pointer;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 50%;
}

.next {
  right: 0;
  border-radius: 50%;
  padding: center;
}

.prev:hover,
.next:hover {
  font-size: 32px;
  text-align: center;
  width: 72px;
  height: 72px;
  padding: 13px;
  background-color: rgba(0, 0, 0, 0.8);
}

.text {
  color: #f2f2f2;
  font-family: 'Richie Brusher';
  font-weight: 700;
  font-size: 110px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
}


.dot-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 75px 0 75px;
  background-image: url('https://images.unsplash.com/photo-1604147706283-d7119b5b822c?ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8YmFja2dyb3VuZCUyMHRleHR1cmV8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60');
  background-size: cover;
  z-index: -5;
  height: 70px;
  
}


.dot {
  background-image: url('https://images.unsplash.com/photo-1604147706283-d7119b5b822c?ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8YmFja2dyb3VuZCUyMHRleHR1cmV8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60');
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}



.active,
.dot:hover {
  background-image: none;
  background-color: #000000;
}


.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.container-main {
  background-image: url('https://images.unsplash.com/photo-1604147706283-d7119b5b822c?ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8d2hpdGUlMjB0ZXh0dXJlJTIwYmFja2dyb3VuZHxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60');
  background-size: cover;
  height: auto;
  display: block;
  margin: 0px 75px 0 75px;
  text-align: center;
  padding: 30px;
}

.menu-topicos {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
  margin-bottom: 30px;
}

.div-alim {
  background-image: url('https://images.unsplash.com/photo-1534132927252-b55bbafba352?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80');
  background-size: contain;
}

.div-rec {
  background-image: url('https://images.unsplash.com/photo-1533383915223-f99474794bd3?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80');
  background-size: contain;
}

.div-vegan {
  background-image: url('https://images.unsplash.com/photo-1484980972926-edee96e0960d?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=387&q=80');
  background-size: contain;
}

.div-vegan,
.div-rec,
.div-alim {
  width: 250px;
  height: 380px;
  border-radius: 48px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: transform .4s;
  
}

.div-vegan:hover,
.div-rec:hover,
.div-alim:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1) ease;
}

.div-vegan > .div-link,
.div-rec > .div-link,
.div-alim > .div-link {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-left: -25px;
}


.botao-menu {
  position: relative;
  margin-top: 260px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
  color: #ffffff;
  font-size: 24px;
  background: rgba(196, 196, 196, 0.8);
  border-radius: 25px;
  border: none;
  width: 200px;
  height: 90px;
}


.botao-menu .material-icons-outlined {
  color: #ffffff;
  margin-top: 5px;
  transform: scale(2.0);
  padding: 10px;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}



@media (max-width: 1140px) {

  .div-vegan,
  .div-rec,
  .div-alim {
    width: 200px;
    height: 304px;
  }

  .botao-menu {
    margin-top: 208px;
    width: 160px;
    height: 72px;
    font-size: 18px;
  }

  .botao-menu .material-icons-outlined {
    color: #ffffff;
    margin-top: 4px;
    transform: scale(1.7);
    padding: 8px;
  }

  .importancia{
    padding: 0px;
  }

  .importancia h3{
    margin: -50px -70px 0px -70px;
  }

  .importancia p{
    margin: 0 -70px -40px -70px;
  }

}


@media (max-width: 840px) {

  .div-vegan,
  .div-rec,
  .div-alim {
    width: 140px;
    height: 212px;
    border-radius: 35px;
  }

  .botao-menu {
    margin-top: 145px;
    width: 112px;
    height: 50px;
    font-size: 14px;
    border-radius: 15px;
  }

  .botao-menu .material-icons-outlined {
    color: #ffffff;
    margin-top: 0;
    transform: scale(1.2);
    padding: 6px;

  }

  .importancia{
    padding: 0px;
  }

  .importancia h3{
    margin: -20px -70px 0px -70px;
    font-size: 24px !important;
    line-height: 30px ;
    padding: 0px;
  }

  .importancia p{
    margin: 18px -70px -40px -70px;
  
    font-size: 18px !important;
    line-height: 20px;
   
  }


}


.importancia {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px;
  margin: auto;
}

.importancia-titulo {
  margin-top: -50px;
  padding: 30px;
}


.container-main h2 {
  font-family: 'Richie Brusher', 'Death';
  font-weight: 700;
  font-size: 50px;
}

.container-main h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;

}

.container-main p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: none;
  border: none;
}

.second-slider {
  height: 700px;
}


.app {
  margin-top: 50px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -5;
  pointer-events: none;
  user-select: none;
  overflow: hidden;


}

.app__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.8;
}

.app__bg__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateX(var(--image-translate-offset, 0));
  width: 180%;
  height: 180%;
  transition: transform 1000ms ease, opacity 1000ms ease;

  overflow: hidden;
}

.app__bg__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app__bg__image.current--image {
  opacity: 1;
  --image-translate-offset: 0;
}

.app__bg__image.previous--image,
.app__bg__image.next--image {
  opacity: 0;
}

.app__bg__image.previous--image {
  --image-translate-offset: -25%;
}

.app__bg__image.next--image {
  --image-translate-offset: 25%;
}

.cardList {
  position: absolute;
  width: calc(3 * var(--card-width));
  height: auto;

}

.cardList__btn {
  --btn-size: 35px;
  width: var(--btn-size);
  height: var(--btn-size);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;

}

.cardList__btn.btn--left {
  left: -5%;
}

.cardList__btn.btn--right {
  right: -5%;
}

.cardList__btn .icon {
  width: 100%;
  height: 100%;
}

.cardList__btn .icon svg {
  width: 100%;
  height: 100%;
}

.cardList .cards__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.card {
  --card-translateY-offset: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateX(var(--card-translateX-offset)) translateY(var(--card-translateY-offset)) rotateY(var(--card-rotation-offset)) scale(var(--card-scale-offset));
  display: inline-block;
  width: 260px;
  height: 430px;
  transition: transform var(--card-transition-duration) var(--card-transition-easing);
  user-select: none;
  border-radius: 50px;
}

.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  transition: opacity var(--card-transition-duration) var(--card-transition-easing);
  opacity: calc(1 - var(--opacity));
  border-radius: 20px;
}

.card__image {
  position: relative;
  width: 100%;
  height: 100%;

}

.card__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;

}

.card.current--card {
  --current-card-rotation-offset: 0;
  --card-translateX-offset: 0;
  --card-rotation-offset: var(--current-card-rotation-offset);
  --card-scale-offset: 1.2;
  --opacity: 0.8;

}

.card.previous--card {
  --card-translateX-offset: calc(-1 * var(--card-width) * 1.1);
  --card-rotation-offset: 25deg;

}

.card.next--card {
  --card-translateX-offset: calc(var(--card-width) * 1.1);
  --card-rotation-offset: -25deg;

}

.card.previous--card,
.card.next--card {
  --card-scale-offset: 0.9;
  --opacity: 0.4;
}

.infoList {
  position: absolute;
  width: calc(3 * var(--card-width));
  height: var(--card-height);
  pointer-events: none;
  transform: translateZ(2rem);
  transition: transform var(--card-transition-duration) var(--card-transition-easing);
}

.infoList .info__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  perspective: 1000px;
  transform-style: preserve-3d;

}

.info {
  margin-bottom: -50px;
  margin-left: calc(var(--card-width) / 1.5);
  transform: translateZ(2rem);
  transition: transform var(--card-transition-duration) var(--card-transition-easing);

}



.info .text {
  position: relative;
  font-family: "Montserrat";
  font-size: calc(var(--card-width) * var(--text-size-offset, 0.2));
  white-space: nowrap;
  color: #fff;
  width: fit-content;
}


.info .name {
  text-transform: uppercase;
}

.info .location {
  font-family: 'Richie Brusher', 'Death';
  --mg-left: 40px;
  --text-size-offset: 0.12;
  font-weight: 700;
  margin-left: var(--mg-left);
  margin-bottom: calc(var(--mg-left) / 2);
  padding-bottom: 0.8rem;

}

.info .location::before,
.info .location::after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0%;
  transform: translate(calc(-1 * var(--mg-left)), -50%);
}

.info .location::before {
  top: 50%;
  width: 20px;
  height: 5px;
}

.info .location::after {
  bottom: 0;
  width: 60px;
  height: 2px;
}

.info .description {
  --text-size-offset: 0.065;
  font-weight: 500;
}

.img{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  font-family: "Montserrat";
  color: #fff;
  font-weight: 700;
  transition: .2s ease !important;
}

.img h5{
  font-family: 'Richie Brusher', 'Death';
  font-size: 20px;
}

#img2{
  margin-left: 12px;
  margin-top: 24px;
}

.img-ap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3s ease-in-out;
}

#pesq{
  margin-left: 20px;
}

.apresentacao{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin-bottom: 3px;
}

.apresentacao img{
  width: 100%;
  border-radius: 50%;
}


.contato-insta {
  display: flex;
  text-align: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  line-height: 35px;
  font-weight: 700;
}

.contato-insta img {
  display: flex;
  flex-direction: column;
  pointer-events: painted;
  transition: 0.3s ease;
  border-radius: 50px;
}

.contato-insta img:hover {
  opacity: 80%;
  transform: scale(1.1);
}


#kaio {
  margin-top: -5px;
  margin-left: 87px;
}

#jess {
  margin-top: -5px;
  margin-left: 67px;
}

#je {
  margin-top: -5px;
  margin-left: 65px;
}

#nick {
  margin-top: -5px;
  margin-left: 45px;
}

.info.current--info {
  opacity: 1;
  display: block;
}

.info.previous--info,
.info.next--info {
  opacity: 0;
  display: none;
}

.loading__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  z-index: 200;
}

.loading__wrapper .loader--text {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 1.4rem;
}

.loading__wrapper .loader {
  position: relative;
  width: 200px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
}

.loading__wrapper .loader span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: greenyellow;
  transform: scaleX(0);
  transform-origin: left;
}

@media only screen and (min-width: 540px) {
  :root {
    --card-width: 250px;
    --card-height: 400px;
  }
}

@media (max-width: 999px) {

  .cardList__btn.btn--left {
    left: 4%;
  }
  
  .cardList__btn.btn--right {
    right: 4%;
  }

  .cardList .cards__wrapper {
    perspective: 700px;
  }

  .card.current--card {

    --card-scale-offset: 1.0;
    --opacity: 0.8;

  }

  .card.previous--card {
    --card-scale-offset: .7;
  }

  .card.next--card {
    --card-scale-offset: .7;
  }

  .infoList {
    height: 70%;
    width: 70%;
  }

  .infoList .info__wrapper {
    height: 70%;
    width: 70%;
  }

  .info {
    margin-bottom: -150px;
    margin-left: 60px;
  }

  .info.next--info {
    margin-bottom: -800px;
  }

  .cardList__btn {
    margin: 0 30px 0 30px;
  }


}

.sobre-mobile{
  display:none;
}

.container-contato {
  background-image: url('https://images.unsplash.com/photo-1604147706283-d7119b5b822c?ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8d2hpdGUlMjB0ZXh0dXJlJTIwYmFja2dyb3VuZHxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60');
  background-size: cover;
  margin: 50px 75px 0px 75px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  filter: brightness(95%);
  max-height: 800px;
}

.img-contato {
  height: 800px;
  width: 100%;
  
}

.img-contato img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.forms {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-right: 1rem;
  padding-left: 1rem;
  
}

.forms h3 {
  margin-top: 25px;
  font-family: 'Richie Brusher';
  color: #000;
  font-size: 48px;
  text-align: center;
}

.form {
  transform: scale(.9);
  display: relative;
  background: rgba(58, 58, 58, 0.65);
  border-radius: 11px;
  padding: 32px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  height: 100%;
  
}

.form h4 {
  font-weight: 700;
  font-size: 36px;
}

.form p {
  font-weight: 400;
  font-size: 24px;
}

#linha-contato {
  width: 40%;
  border: 3px solid #3A3A3A;
  background-color: #3A3A3A;
}

.form label,
.form input,
.form textarea,
.form button {
  display: block;
  width: 100%;
  font-size: 24px;
}

.form label {
  line-height: 1.1;
  margin-bottom: 0.5rem;
}


.form input,
.form textarea {
  background: #C4C4C4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  height: 50px;
  font: inherit;
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
}

.form textarea {
  resize:none;
  height: 120px;
}

.form input:hover,
.form input:focus,
.form textarea:hover,
.form textarea:focus {
  outline:none;
  border-color: #000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form button {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 32px;
  display: flex;
  background-color: #3A3A3A;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: 60px;
  width: 200px;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  transition: .3s ease;

}

.form .material-icons-outlined {
  margin-left: 10px;
  transform: scale(1.5);
}

.form button:hover {
  background-color: #000;
}


#subir {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat';
  font-weight: 400;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: rgba(58, 58, 58, 0.65);
  height: 65px;
  width: 65px;
  border-radius: 50%;
  color: #f2f2f2;
  transition: .3s ease;
}

#subir:hover {
  background-color: #000;
}

.voltarTopo .material-icons-outlined {
  transform: scale(1.5);
}


footer {
  font-family: 'Montserrat';
  margin-top: 50px;
  text-align: center;
  color: white;
  background: #000000;
  width: 100%;
  bottom: 0;
}

.rodape {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.rodape img{
  width: 120px;
  height: 120px;
}



@-webkit-keyframes fade {
  from {
    opacity: .8
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .8
  }

  to {
    opacity: 1
  }
}


@media (max-width: 700px){

  body{
    overflow-x: hidden;
  }

  .container-main, 
  .dot-img,
  .slideshow-container{
    margin: 0 30px 0 30px;
  }

  .text{
    font-size: 4em;
    margin-bottom: 35px;
  }

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

  .dot-img{
    margin-top: -30px;
  }

  .menu-topicos{
    
    justify-content: center;
    flex-direction: column;
    align-items: center;
  
  }
  

  .div-vegan,
  .div-rec,
  .div-alim {
    width: 80%;
    height: 250px;
    border-radius: 48px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transition: transform .4s;
    margin-top: 50px;
    background-size: cover;
    background-position:center ;
  }

  .botao-menu {
    margin-top: 150px;
    width: 80%;
    height: 30%;
    font-size: 18px;
    border-radius: 15px;
  }

  .botao-menu .material-icons-outlined {
    color: #ffffff;
    transform: scale(1.5);
    padding: 8px;
  }


  .prev,
  .next{
    font-size: 18px;
    
    width: 30px;
    height: 30px;
  }

  .prev:hover,
  .next:hover {
    font-size: 24px;
    text-align: center;
    width: 72px;
    height: 72px;
    padding: 18px;
    background-color: rgba(0, 0, 0, 0.8);
}


  .container-main h2 {
    font-size: 2.4em;
  }

  .importancia{
    padding: 0;
  }

  
  .importancia h3{
    margin: auto;
    margin-top: 50px;
    font-size: 22px !important;
    line-height: 24px;
    padding: 0;
  }
  .importancia  p{margin: auto;
    margin-top: 20px;
    font-size: 16px !important;
    line-height: 24px;
  }



  
  .app{
    display: none;
  }

  .sobre-mobile {
    max-width: 700px;
    margin-top: -660px;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  
  }

  .mobile-we{
    background-image: url('../Imagens slides e botões/mobile-img.jpg');
    width: 100%;
    background-size: cover;
    z-index: -8000;
   
  }



  .mobile-title{
    display: flex;
    margin-left: 10px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 2em;
    padding: 24px;
  }

  .mobile-subtitle{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 28px;
    margin-top: 12px;
    font-family: 'Richie Brusher', 'Death';
    font-size: 1.3em;
  }

  .line{
    border: 2px white solid;
    height: 0;
    width: 13px;
  }
  .line-mobile{
    border: 1px white solid;
    width: 12%;
    margin-top: 12px;
    margin-left: 28px;
  }

  .mobile-desc{
    margin-top: 12px;
    font-family: 'Montserrat';
    font-size: 16px;
    padding: 12px;
  }

  .img-ap-mobile{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    justify-content: space-between;
    padding: 24px;
  }

  .we-img-mobile{
    left: 25px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }

  .img-mobile-title{
    font-family: 'Richie Brusher', 'Death';
    font-weight: 700;
    font-size: 1.3em;
  }

  .container-contato{
    margin: 40px 30px 0 30px;
  }

  

  .forms h3{
    text-align: center;
    font-size: 2.5em;
    margin-top: 25px;
  }

  
  .form {
    transform: scale(.9);
    display: relative;
    background: rgba(58, 58, 58, 0.65);
    border-radius: 11px;
    padding: 32px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    
  }

  .form h4 {
    font-size: 24px;
  }

  .form p {
    margin-top: 10px;
    font-size: 18px;
  }

  #linha-contato {
    width: 30%;
    border: 2px solid #3A3A3A;
  }

  .form label,
  .form input,
  .form textarea,
  .form button {
    
    font-size: 18px;
  }


  .form input,
  .form textarea {
    border-radius: 7px;
    height: 40px;
    padding: 0.5rem;
    margin-bottom: .75rem;
  }

  .form textarea {
    height: 70px;
  }

  .form input:hover,
  .form input:focus,
  .form textarea:hover,
  .form textarea:focus {
    outline:none;
    border-color: #000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .form button {
    font-size: 18px;
    height: 40px;
    width: 166px;
    
  }

  .form .material-icons-outlined {
    margin-left: 10px;
    transform: scale(1.0);
  }

  .form button:hover {
    background-color: #000;
  }
}

#preloader {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000; /* cor do background que vai ocupar o body */
  z-index:999; /* z-index para jogar para frente e sobrepor tudo */
}
#preloader .inner {
  position: absolute;
  top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
  left: 50%;
  transform: translate(-50%, -50%);  
}
.bolas > div {
display: inline-block;
background-color: #fff;
width: 25px;
height: 25px;
border-radius: 100%;
margin: 3px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: animarBola;
animation-timing-function: linear;
animation-iteration-count: infinite;
 
}
.bolas > div:nth-child(1) {
  animation-duration:0.75s ;
  animation-delay: 0;
}
.bolas > div:nth-child(2) {
  animation-duration: 0.75s ;
  animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
  animation-duration: 0.75s  ;
  animation-delay: 0.24s;
}

