* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --font-primary: "Host Grotesk", sans-serif;
  --color-text: #353535;
}

html,
body {
  overflow-x: hidden;

}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: var(--font-primary);
  color: var(--color-text);
  background-color: #252525;
  letter-spacing: -.05px;
}

a {
  text-decoration: none;
  color: var(--color-text);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

._container {
  width: 100%;
  max-width: 121.2rem;
  padding: 0 1.6rem;
  margin: 0 auto;
}

._container--full {
  max-width: 100%;
}

/* HEADER */

.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 8.4rem;
  font-family: var(--font-primary);
}

.header__nav {
  position: relative;
}

.header__nav-list {
  display: flex;
  gap: 3.6rem;
}

.header__nav-link {
  font-size: 1.6rem;
}

.header__app-download {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.header__app-icon {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #26C227;
}

.header__app-svg {
  width: 2rem
}

.header__nav-underline {
  position: absolute;
  bottom: -.8rem;
  left: 0;
  height: 4px;
  background-color: #20A921;
  transition: all 0.3s ease;
  width: 12px;
  border-radius: 50px;
}

/* HERO */

.hero {
  overflow: hidden;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100dvh;
  transition: background-size 20s ease-in-out;
  animation: zoomBackground 20s ease-in-out forwards;
}

@keyframes zoomBackground {
  from {
    background-size: 100%;
  }

  to {
    background-size: 140%;
  }
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

header {
  position: relative;
  z-index: 2;
}

.hero ._container {
  position: relative;
  z-index: 2;
  color: white;
}

.hero__wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 8.4rem);
  justify-content: center;
  align-items: center;
  gap: 5.2rem;
  color: #fff;
  position: relative;
}

@media(min-width:993px) {
  .hero__wrapper {
    margin-top: 80px;
  }
}

.hero__headline {
  font-size: clamp(3rem, 4vw, 6rem);
  letter-spacing: .05px;
  text-align: center;
  max-width: 84rem;
  margin: 0 auto;
}



.hero__download {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: 1px;
  margin-bottom: 6rem;
}

.hero__buttons {
  display: flex;
  gap: 2.4rem;
}

.hero__buttons img {
  max-height: 5.2rem;
}

.hero__footer {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  bottom: 4.4rem;
}



.hero__rating {
  display: flex;
  gap: 1.6rem;
  font-size: clamp(1.6rem, 5vw, 2rem);
  letter-spacing: 1px;
  line-height: 1.35;
  align-items: end;
}

.hero__subhead {
  text-align: right;
  max-width: 36rem;
  margin-left: auto;
  font-size: clamp(1.6rem, 5vw, 2rem);
  letter-spacing: 1px;
  line-height: 1.35;
}

.hero__subhead span {
  color: #26C227;
  font-family: var(--font-primary);
}

.hero__rating-stars {
  margin-bottom: 8px;
}

.hero__rating-stars img {
  max-height: 1.6rem;
}



.about {
  padding: 6vh 0 8vh 0;
  background-color: #fff;
}

.about__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.2rem;
  align-items: center;
}

.about__infos {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}

.about__title {
  font-size: 4.8rem;
  font-family: var(--font-primary);
}

.about__description {
  font-size: clamp(1.6rem, 4vw, 2rem);
  letter-spacing: 1px;
  line-height: 1.5;
}

.about__description--mission {
  font-weight: 600;
  color: #20A921;
  font-size: clamp(2.4rem, 5vw, 2.8rem);
}

.hightlight {
  background-color: #fff;
  padding-top: 10vh;
}

@media(min-width:1366px) {
  .hightlight {
    padding-top: 22rem;
  }
}

.hightlight__title {
  font-size: clamp(2rem, 5vw, 5.6rem);
  text-align: center;
  line-height: 110%;
  letter-spacing: 1px;
  max-width: 780px;
  margin: 0 auto;
  padding: 6vh 0;
}

.moments {
  padding: 0 0 7vh 0;
  background-color: #F4F2EC;
}

.moments__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.moments__title {
  font-size: clamp(2rem, 5vw, 5.2rem);
  text-align: center;
  line-height: 110%;
  padding: 10vh 0;
}

.moments__featured-img {
  width: 100%;
}

.how-it-work {
  padding: 10vh 0;
  background-color: #F6FBF9;
}

.how-it-work__wrapper {
  display: flex;
  flex-direction: column;
  gap: 6.8rem;
}

.how-it-work__title {
  font-size: clamp(3.6rem, 5vw, 4.4rem);
  text-align: center;
  color: #253D32;
  letter-spacing: 1px;
}

.how-it-works__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6vw;
}

@media(max-width:460px){
  .how-it-works__list{
    grid-template-columns: repeat(1, 1fr);
    padding: 0 6rem;
    gap: 5.2rem;
  }
}

@media(min-width:461px) and (max-width:700px){
  .how-it-works__list{
    grid-template-columns: repeat(2, 1fr);
  }
}

.how-it-works__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  text-align: center;
  align-items: center;
  position: relative;

}

.how-it-works__item::after {
  content: '';
  position: absolute;
  width: 130%;
  height: 1px;
  border-bottom: 1px dashed #A2BDAA;
  left: 50%;
  top: 10%;
  z-index: 1;
}

@media(min-width:1366px) {
  .how-it-works__item::after {
    width: 140%;
  }
}

@media(max-width:700px){
  .how-it-works__item::after {
    display: none !important;
  }
}

.how-it-works__item:last-of-type::after {
  display: none;
}

@media(min-width:461px){
  .how-it-works__item:nth-child(odd) {
    margin-top: 5rem;
  }
  
  .how-it-works__item:nth-child(odd)::after {
    transform: rotate(-10deg);
  }
  
  .how-it-works__item:nth-child(even)::after {
    transform: rotate(10deg);
    top: 30%;
  }
}

.how-it-works__number {
  width: 7.2rem;
  height: 7.2rem;
  background-color: #fff;
  color: #298130;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  font-size: 3.2rem;
  font-size: 500;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 2;
}



.how-it-works__description {
  font-weight: 600;
  font-size: 2rem;
  color: #253D32;
}

.cities {
  padding: 18vh 0 0 0;
  background-color: #2F2F2F;
  min-height: 100rem;
  position: relative;
}

.cities__item.dimmed {
  opacity: 0.35;
}

.cities__item:hover {
  background-color: rgb(32, 169, 33, .15);
  border: 2px solid #20A921;
}

.cities__item.opacity,
.cities__states-button.opacity {
  opacity: 0.35;
}

.cities__title {
  font-size: clamp(3.6rem, 5vw, 4.8rem);
  text-align: center;
  line-height: 110%;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 4.8rem;
}

.cities__states {
  display: flex;
  gap: 3.6rem;
  justify-content: center;
}

.cities__states-button {
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  gap: .8rem;
  font-size: 2rem;
  letter-spacing: 1px;
}

.cities__states-button figure {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: end;
}

.cities__states-button figure img{
  max-height: 80px;
}

.cities__list {
  padding: 6vh 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
  transition: transform 0.5s ease;
}

.cities__item {
  background-color: #1E1E1E;
  height: 4.8rem;
  padding: 0 2.4rem;
  border-radius: 2.4rem;
  display: inline-flex;
  color: #fff;
  justify-content: space-between;
  gap: 1.6rem;
  align-items: center;
  font-size: 2rem;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  width: fit-content;
  transition: opacity 0.3s ease, transform 0.5s ease;
  border: 2px solid transparent;
}

.cities__item svg {
  fill: rgb(38, 194, 39, .75);
  transition: .25s all ease-in-out;
  width: 2.8rem;
  height: 2.8rem;
}

.cities__item:hover svg {
  fill: rgb(38, 194, 39, 1);
}

.cities__wrapper {
  position: relative;
}

.cities__image {
  position: absolute;
  bottom: -4.4rem;
  left: 50%;
  transform: translateX(-50%);
}


.faq {
  padding: 16vh 0;
  /* background-color: #309E3A; */
  background-color: #2a8832;
  color: #fff;
}

.faq__title {
  font-size: clamp(4rem, 5vw, 4.8rem);
  line-height: 110%;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 3.6rem;
}

.faq__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4rem;
  height: .4rem;
  background-color: #fff;
  border-radius: 50px;
}

.faq__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}



.faq__item {
  padding: .8rem 0;
  background-color: var(--color-red);
  border-radius: 2.8rem 2.8rem 0 0;
  transition: .3s all ease-in-out;
  border-bottom: 1px dashed rgb(255, 255, 255, .5);
}

.faq__question {
  width: 100%;
  background-color: #2a8832;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: start;
  outline: none;
  color: #fff;
  font-weight: 300;
  padding: 1.2rem 2rem 1.2rem 2.8rem;
  background-color: transparent;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 1px;
  gap: 1.2rem;
  padding-left: 0;
}

.faq__icon {
  transition: transform 0.3s ease-in-out;
}

.faq__icon>svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #fff;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: .3s all ease-in-out;
  padding: 0 2.8rem;
  padding-left: 0;
  line-height: 1.75;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.faq__item.active .faq__answer {
  max-height: 500px;
  opacity: 1;
}

.faq__item.active {
  padding-bottom: 2.4rem;
  border-radius: 2.8rem;
}

.faq__item.active .faq__question {
  color: #fff
}

.faq__item.active .faq__icon>svg {
  fill: #fff
}

.faq__item.active .faq__icon {
  transform: rotate(45deg);
}



.footer {
  padding: 12rem 0;
  background-color: #262626;
  color: #fff;
}

.footer__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.8rem;
  letter-spacing: 1px;
  font-size: 1.8rem;
}

.footer__widget {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
}

.footer__widget ul li {
  margin-bottom: 1.2rem;
}

.footer__widget ul li a {
  color: rgb(255, 255, 255, .65);
  font-size: 1.6rem;
  transition: .3s all ease-in-out;
}

.footer__widget ul li a:hover {
  color: rgb(255, 255, 255, 1);
}

.footer__widget-title {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 2.4rem;
}

.footer__widget-title svg {
  max-width: 2rem;
  color: #26C227;
}

.footer__widget-card {
  display: flex;
  flex-direction: column;
  background-color: #1E1E1E;
  margin-bottom: 1.2rem;
  padding: 2.4rem 3.6rem;
  border-radius: 2.8rem;
  gap: .8rem;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.6rem;
}

.footer__widget-card .number svg {
  width: 2.4rem;
  height: 2.4rem;
  color: #26C227;
}

.footer__widget-card .number {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  letter-spacing: -0.5px;
  justify-content: space-between;
}

.footer__copyright {
  /* margin-top: 16rem; */
  letter-spacing: 1px;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 200;
}



.footer__signature {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: #a7a7a7;
}

.footer__signature img {
  max-height: 2rem;
}

.footer__widget-card .title {
  font-family: var(--font-primary);
}


.contact {
  padding: 12rem 0 0 0;
  font-size: 2.8rem;
  background-color: #F6FBF9;
}

.contact__title {
  margin-bottom: 5.2rem;
}

.contact__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact__image {
  display: flex;
}

input::placeholder {
  font-family: var(--font-primary);
  font-size: 2rem;
  color: #adadad;
  letter-spacing: .5px;
  line-height: 140%;
  font-weight: 300;
}

textarea::placeholder {
  font-family: var(--font-primary);
  font-size: 2rem;
  color: #adadad;
  letter-spacing: .5px;
  line-height: 140%;
  font-weight: 300;
}

.contact__form-group {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  border-bottom: 1px solid rgb(32, 169, 33, .1);
}

.align-self-start {
  align-self: start;
}

.contact__form-label {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  color: #353535;
}

.contact__form-field {
  flex: 2;
  display: flex;
  width: 100%;
}

textarea {
  height: 14rem;
  resize: none;
}

@media(max-width:768px){
  textarea{
    margin-top: 2.8rem;
  }
}

input {
  height: 9rem;
}

textarea,
input {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-primary);
  color: #298130;
}

.contact__button {
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  gap: .8rem;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-left: auto;
  cursor: pointer;
}

.contact__button-icon {
  background-color: #20A921;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: .3s all ease-in-out;
}

.contact__button-icon>svg {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  transition: .3s all ease-in-out;
}

.contact__button-icon>svg:nth-child(1) {
  transition: .3s all ease-in-out;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contact__button-icon>svg:nth-child(2) {
  bottom: -2rem;
  left: -2rem;
  transition: .3s all ease-in-out;
}

.contact__button:hover .contact__button-icon {
  background-color: #26C227;
}

.contact__button:hover .contact__button-icon>svg:nth-child(1) {
  transform: translate(130%, -210%);
}

.contact__button:hover .contact__button-icon>svg:nth-child(2) {
  bottom: 1rem;
  left: 1rem;
}

.cta {
  padding: 80px 0 0 0;
  color: #F4F2EC;
  background: rgb(48, 158, 58);
  background: linear-gradient(0deg, rgba(48, 158, 58, 1) 22%, rgba(38, 194, 39, 1) 100%);
  min-height: 60vh;
}

.cta__wrapper {
  display: flex;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}

.cta__infos {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6.4rem;
}

.cta__image {
  display: flex;
  flex: 1;
  justify-content: end;
}

.cta__title {
  max-width: 90%;
  font-size: clamp(4.4rem, 5vw, 4.8rem);
  font-family: var(--font-primary);
}

.cta__qrcodes {
  display: flex;
  gap: 5.2rem;
}

#loading {
  position: absolute;
  left: 0;
  top: 0;
}

#successMessage {
  display: flex;
  align-items: center;
  gap: .4rem;
}

#successMessage svg {
  width: 20px;
  height: 20px;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #20A921;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/* Responsive */
@media(max-width:768px) {

  .hero {
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
  }

  .hero__wrapper {
    padding-top: 220px;
    gap: 3.2rem;
  }

  .about__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
  }

  .moments__title {
    padding: 4vh 0;
  }

  .faq__wrapper {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
  }

  .contact__wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 7.2rem;
  }

  .contact__form-group {
    flex-direction: column;
    align-items: start;
  }

  .cta__wrapper {
    flex-direction: column;
    gap: 4.4rem;
  }

  .footer__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer__copyright {
    flex-direction: column;
    gap: 5.6rem;
    align-items: center;
    text-align: center;
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }


  .hero__footer {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    position: relative;
  }

  .hero__headline {
    line-height: 110%;
    font-size: 3.2rem;
  }



  .hero__rating {
    margin-top: 16px;
  }

  .hero__subhead p {
    text-align: center;
    font-size: 15px;
  }

  .header__logo-image {
    max-height: 40px;
  }

  .cities {
    padding-bottom: 200px;
  }

  .hero__download {
    margin-bottom: 16px;
  }


  .cities__image {
    width: 80%
  }


}

.trilha-carro-rodape {
  width: 100%;
}

.trilha-carro-rodape img {
  width: 100%;
  height: auto;
}

.trilha-carro-sobre {
  width: 100%;
}

.trilha-carro-sobre {
  width: 100%;
  position: relative;
  background-color: #fff;
  position: relative;
}

.trilha-carro-sobre img {
  width: 100% !important;
  position: absolute;
  transform: translateY(-65%);
}


@media(max-width:992px) {
  nav {
    display: none;
  }
}


.hero-novo {
  width: 100%;
  height: 100dvh;
  background-color: #252525;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 8.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-novo::after {
  content: '';
  inset: 0;
  background-color: rgb(0, 0, 0, .7);
  position: absolute;
}

.hero-novo__wrapper {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  position: relative;
  z-index: 2;
}

.hero-novo__headline {
  color: #fff;
  text-align: center;
  font-size: clamp(3.6rem, 5vw, 5.2rem);
  position: relative;
  line-height: 110%;
  max-width: 720px;
  margin: 0 auto;
  font-weight: 600;
}

.hero-novo__download {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.hero-novo__buttons {
  display: flex;
  gap: 1.6rem;
}

.hero-novo__footer {
  display: flex;
  justify-content: space-between;
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 6rem;
  max-width: 1170px;
}

@media(max-width:992px) {
  .hero-novo__footer {
    position: relative;
    bottom: 0;
    padding: 2.4rem;
  }

  .hero-novo__subhead p {
    font-size: 14px;
  }
}



.hero-novo__subhead {
  text-align: right;
  max-width: 36rem;
  margin-left: auto;
  font-size: clamp(1.6rem, 5vw, 2rem);
  letter-spacing: 1px;
  line-height: 1.35;
}

.hero-novo__subhead span {
  color: #26C227;
  font-family: var(--font-primary);
}


.hero-novo {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background-color: #252525;
}

.hero-novo::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../img/hero-img2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  animation: zoomBackground 20s ease-in-out infinite alternate;
}

.hero-novo::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.hero-novo__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}

@keyframes zoomBackground {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.4);
  }
}


@media(max-width:992px) {
  .hero-novo__footer {
    flex-direction: column;
    gap: 1.6rem;
    align-items: center;
  }

  .hero-novo__wrapper {
    gap: 2.4rem;
  }

  .hero-novo__subhead {

    margin-left: 0;
    text-align: center;


  }

}






#lgpd-banner {
  position: fixed;
  bottom: 1.6rem;
  left: 1.6rem;
  max-width: 300px;
  background: #f3f3f3;
  color: #253D32;
  padding: 2rem 3rem;
  z-index: 1000;
  display: none;
  border-radius: 2rem;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

#lgpd-banner button{
  cursor: pointer;
  margin-top: 1.6rem;
  background-color: #253D32;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  border: none;
  outline: none;
  line-height: 2.5;
  padding: 0 3.2rem;
  border-radius: 2.4rem;
  width: 100%;
}

#lgpd-banner a{
  text-decoration: underline;
  color: #253D32;
  font-weight: 500;
}