*, body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: #2D3C28;
  font-family: 'Zetkin', sans-serif;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 0 150px;
  padding: 0px 95px 100px 0;
}

.header {
  grid-column: 1/2;
  grid-row: 1/3;

}

.header .header-fixo {
  position: sticky;
  top: 40px;
  padding-left: 45px;
}

.header-textInfo {
  color: #FFEFDD;
  font-size: 0.8rem;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0.05rem;
  margin-bottom: 4rem;
}

.header-span {
  color: #FF7322;
  font-family: 'Zetkin Wide', sans-serif;
}

.header-title {
  color: #FFEFDD;
  font-size: 1.2rem;
  line-height: 110%;
  letter-spacing: 0;
  font-family: 'Zetkin Wide', sans-serif;
  position: relative;
  margin-top: 3rem;
}

.header-title::after {
  content: '';
  width: 40px;
  height: 40px;
  background-color: #B468FF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -66px;
  border-radius: 50%;
}

.header-btn {
  margin: 1.5rem 0 4rem;
  display: block;
  font-size: 1.4rem;
  line-height: 40px;
  font-family: 'Zetkin Wide 300', sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #FFEFDD;
}

.header-infos span, a, p{
  color: #FFEFDD;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  line-height: 120%;
}

.header-infos {

}
.header-infos a {
  display: block;
  text-decoration: none;
}

.header-street {
  margin: 1rem 0 1rem;
  max-width: 240px;
}

.header-sociais {
  display: flex;
  gap: 0.5rem;
}

.header-sociais img {
  width: 1rem;
  display: block;
}

.header-logo {
  margin-top: 4rem;
  display: block;
  width: 24rem;
  max-width: 400px;
}

/* ======================== FIM HEADER =========================== */

.container {
  grid-column: 2/3;
}

.container .banner .banner-logo{
  display: block;
  width: 100%;
  max-width: 510px;
  margin-bottom: 20px;
  margin-top: 1rem;
}

.container .banner .banner-titulo {
  padding: 40px 0 5px;
  font-family: 'Zetkin Wide', sans-serif;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 400;
  color: #FF7322;
  text-align: left;
}

.container .banner .banner-paragraph{
  color: #FFEFDD;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.05rem;
  margin-bottom: 3rem;
}

.container .banner .banner-paragraph .accent1{
  color: #97CD04;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 120%;
  letter-spacing: 0.05rem;
}

.container .banner .banner-paragraph .accent2{
  color: #FF7322;
}
.container .banner .btn-box{
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 80px;
}

.container .banner .btn{
  max-width: 200px;
  width: 100%;
  display: inline-block;
  border-radius: 32px;
  padding: 10px 0px;
  background-color: #97CD04;
  color: #2D3C28;
  font-size: 1rem;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.7px;
}

/* ====================== FIM BANNER ==================== */

.container .sobre {
  margin-top: 4rem;
}

.container .sobre .sobre-img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.container .sobre .sobre-titulo {
  padding: 40px 0 40px;
  font-family: 'Zetkin Wide', sans-serif;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 400;
  color: #FF7322;
  text-align: center;
}

.container .sobre .sobre-paragraph {
  color: #FFEFDD;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin-bottom: 40px;

}


.container .sobre-paragraph .accent2{
  color: #97CD04;
}

.container .sobre .sobre-paragraph.sobre-paragraph--destaque {
  font-family: 'Zetkin Wide', sans-serif;
  letter-spacing: 0.05rem;
}

/* ====================== FIM SOBRE ==================== */

.container .image-float img{
  display: block;
  max-width: 100%;
  margin: 100px 0 120px;
}

.footer {
  grid-column: 2/3;
}

.footer .footer-up {
  display: flex;
  gap: 35px;
  margin-bottom: 40px;
}

.footer .footer-up img {
  display: block;
  max-width: 80px;
  width: 100%;
}

.footer .footer-up img:nth-of-type(3) {
  width: 250px;
}

.footer .footer-down {
  display: flex;
  gap: 30px;
  /* gap: 40px; */
}

.footer .footer-down .footer-down-box p {
  margin-bottom: 20px;
  text-transform: uppercase;
  /* font-size: 0.625rem; */
  font-size: 0.495rem;
  color: #FFEFDD;
  letter-spacing: 1.2px;
}

.footer .footer-down .footer-down-box img {
  display: block;
  max-width: 140px;
  width: 100%;
}

/* ============================= FIM FOOTER ============================= */

.btnVoltar {
  display: none;
}

.btnVoltar span {
  font-size: 1rem;
  color: #FFEFDD;
  font-family: 'Zetkin Wide 500', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.mobile, .header-mobile {
  display: none;
}

.desktop {
  display: block;
}

/* ================================= MOBILE ======================= */

@media screen and (max-width: 470px) {
  .mobile {
    display: block;
  }


  .hide, .desktop {
    display: none;
  }

  .fixar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }

  .header-mobile {
    background-color: #2D3C28;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    box-shadow: 0px 4px rgba(0, 0, 0, 0.25);
  }

  .header-mobile img {
    display: block;
    max-width: 200px;
  }

  .textInfo-mobile {
    background-color: #FFEFDD;
    padding: 20px;
  }

  .header-textInfo-mobile {
    color: #2D3C28;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
  }

  .textInfo-mobile .header-span {
    color: #9146DB;
  }

  .header-infos {
    border-top: 2px solid #FF7322;
    padding-top: 30px;
    margin-top: 40px;
    order: 4;
    z-index: 2;
  }

  .header-title {
    order: 2;
    font-size: 1.75rem;
    line-height: 36px;
  }

  .header-title::after {
    display: none;
  }

  .header-btn {
    order: 1;
    font-size: 1.25rem;
    line-height: 28px;
    margin: 50px 0 70px;
    font-weight: 500;
    z-index: 2;
  }

  .header-menu-close {
    position: absolute;
    top: 15px;
    right: 23px;
  }

  .header-fixo {
    position: absolute !important;
    top: 0 !important;
    left: -100%;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    background: #FF7322;
    padding: 0px 20px !important;
    transition: all ease-in-out 0.2s;
  }

  .abreMenu {
    left: 0 !important;
  }

  .header-fixo::after {
    content: '';
    width: 210%;
    height: 100vh;
    background: #2D3C28;
    position: absolute;
    top: -50%;
    transform: translateY(50%);
    left: -320px;
    clip-path: circle(50% at 50% 50%);
  }

  body {
    display: block;
    padding: 0 0px 80px;
  }

  .header {
    /* display: none; */
  }

  .header, .container, .footer{
    grid-column: 1;
  }

  /* ================ FIM HEADER MOBILE ============== */

  .container .sobre {
    margin-top: 3rem;
  }

  .container {
    padding: 10px 20px 40px;
  }

  .container .banner .banner-logo{
    margin: 40px 0;
  }

  .container .banner .banner-paragraph{
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 70px;
  }

  .container .banner .btn-box{
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .container .banner .btn {
    padding: 15px 0;
  }

  .container .sobre .sobre-titulo {
    padding: 40px 0 40px;
    font-size: 1.3rem;
    line-height: 150%;
  }

  .container .sobre .sobre-paragraph {
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0.8px;
  }

  .container .image-float img {
    margin: 100px 0 90px;
  }

  /* ====================  FOOTER MOBILE ===============*/
  .footer {
    padding: 0 20px;
  }

  .footer .footer-up {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
  }

  .footer .footer-down {
    flex-wrap: wrap;
    gap: 20px;
  } 

  .footer .footer-up img {
    display: block;
    max-width: 80px;
    width: 100%;
  }

  .footer .footer-up img:nth-of-type(3) {
    max-width: 100px;
  }

  .footer .footer-down .footer-down-box p {
    margin-bottom: 20px;
    font-size: 0.4rem;
    letter-spacing: 1.2px;
  }

  .footer .footer-down .footer-down-box img {
    display: block;
    max-width: 120px;
    width: 100%;
  }

  .btnVoltar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
    gap: 25px;
  }
}

















