:root {
  --bs-body-font-family: "Inter", sans-serif;
  --cor-1: #cfb57e;
  --cor-2: #77856b;
  --cor-3: #898989;
  --cor-4: #3a4539;
  --meRegular: "MonumentExtended-Regular";
  --meUltra: "MonumentExtended-Ultrabold";
  --swiper-navigation-color: #cfb57e;
}

html.is-active {
  overflow-y: hidden;
}

body {
  background-color: black;
}
bodyis-active {
  overflow-y: hidden;
}

a {
  text-decoration: none;
}

.c-titulo-secao__titulo {
  font-family: var(--meRegular);
  font-size: 52px;
  line-height: 52px;
  text-transform: uppercase;
}
.c-titulo-secao__titulo--cor-2 {
  color: var(--cor-2);
}

.c-botao {
  font-family: var(--meRegular);
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 20px 40px;
  border-radius: 30px;
  border: 1px solid transparent;
  display: inline-block;
  text-transform: uppercase;
}
.c-botao--cor-1 {
  color: var(--cor-1);
  border-color: var(--cor-1);
}
.c-botao--cor-4 {
  color: var(--cor-4);
  border-color: var(--cor-4);
}
.c-botao--cor-4-i {
  background-color: var(--cor-1);
  color: var(--cor-4);
  border-color: var(--cor-1);
}

.c-bt-whatsapp {
  position: fixed;
  z-index: 5;
  bottom: 5vh;
  right: 5vw;
}

.padding-internas {
  height: 40px;
}

.c-header {
  --altura: 96px;
}
.c-header .c-logo {
  margin: 0;
  height: var(--altura);
  line-height: var(--altura);
}
.c-header .c-logo__nome {
  color: transparent;
  font-size: 0;
}
.c-header .c-menu__list {
  height: var(--altura);
  margin: 0;
  gap: 58px;
}
.c-header .c-menu__link {
  color: white;
}
.c-header .c-menu__link.is--active, .c-header .c-menu__link:hover {
  color: var(--cor-1);
}
.c-header .c-instagram {
  height: var(--altura);
}

.c-produtos {
  margin-bottom: 160px;
}
.c-produtos .c-titulo-secao {
  margin-bottom: 65px;
}

.c-produto__nome {
  font-family: var(--meRegular);
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: var(--cor-1);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.c-produto__descricao {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--cor-2);
  margin-bottom: 40px;
  height: 60px;
  overflow: hidden;
}
.c-produto__detalhes {
  border: 1px solid var(--cor-1);
  border-radius: 18px;
  padding: 10px 0;
}
.c-produto__imagem {
  height: 374px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
}
.c-produto__imagem img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.c-produto__instrucoes {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--cor-3);
  padding: 28px;
  min-height: 160px;
}
.c-produto__botao {
  padding: 28px;
}
.c-produto__botao .c-botao {
  font-size: 12px;
  padding: 8px 24px;
}

.c-footer {
  background: url("../imagens/bg-elipse-2.png") bottom center no-repeat var(--cor-4);
  padding-top: 95px;
  color: var(--cor-1);
}
.c-footer strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}
.c-footer__texto {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--cor-1);
}
.c-footer__endereco {
  margin-bottom: 40px;
}
.c-footer__produto {
  margin-bottom: 12px;
}
.c-footer__sociais .d-flex {
  gap: 12px;
}
.c-footer__creditos {
  border-top: 1px solid white;
  padding: 40px 0;
  margin-top: 95px;
  font-size: 16px;
  line-height: 24px;
  color: var(--cor-1);
}

.c-contato__box {
  border-radius: 16px;
  background-color: var(--cor-1);
  padding: 80px 0;
}
.c-contato__frase {
  display: block;
  text-transform: uppercase;
  font-family: var(--meUltra);
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 16px;
  color: black;
}
.c-contato__titulo {
  font-family: var(--meRegular);
  font-size: 32px;
  line-height: 32px;
  color: var(--cor-4);
  margin-bottom: 16px;
}
.c-contato .bg {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: var(--cor-4);
}

.c-sobre {
  padding-bottom: 164px;
  background: url("../imagens/bg-elipse.png") center no-repeat;
}
.c-sobre__titulo {
  margin-bottom: 48px;
}
.c-sobre__texto {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--cor-3);
  margin-bottom: 48px;
  max-width: 384px;
  width: 100%;
}
.c-sobre__botao .c-botao {
  font-size: 12px;
  padding: 8px 24px;
}
.c-sobre__imagem {
  border-radius: 16px;
  overflow: hidden;
  opacity: 0.7;
}
.c-sobre__imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-efeito__efeito {
  width: 100%;
  height: 27px;
  border-top: 2px solid var(--cor-1);
  border-radius: 24px;
  margin-bottom: 60px;
}

#politica-privacidade #texto {
  font-size: 14px;
  line-height: 20px;
  color: var(--cor-3);
}

/*-xl*/
@media (max-width: 1399.98px) {
  .c-produto__imagem {
    height: 374px;
  }
  .c-produto__instrucoes {
    min-height: 180px;
  }
}
/*-lg*/
@media (max-width: 1199.98px) {
  .c-produto__instrucoes {
    min-height: 210px;
  }
}
/*-md*/
@media (max-width: 991.98px) {
  .c-header .c-menu__list {
    gap: 30px;
  }
  .c-header .c-logo__imagem img {
    max-width: 100%;
  }
  .c-sobre__texto {
    max-width: none;
  }
  .c-produto__instrucoes {
    min-height: auto;
  }
  .c-produto__descricao {
    height: auto;
  }
}
/*-sm*/
@media (max-width: 767.98px) {
  .c-header {
    width: 100%;
    position: fixed;
    z-index: 10;
    background: black;
  }
  .padding-internas {
    height: 96px;
  }
  .c-contato__frase {
    font-size: 50px;
    line-height: 50px;
  }
  .c-sobre {
    padding-bottom: 60px;
  }
  .c-efeito__efeito {
    margin-bottom: 40px;
  }
  .c-produtos {
    margin-bottom: 60px;
  }
  .c-produtos .c-titulo-secao {
    margin-bottom: 30px;
  }
  .c-produto__nome {
    font-size: 30px;
    line-height: 30px;
  }
}
/*-xs*/
@media (max-width: 575.98px) {
  .c-botao {
    font-family: var(--meRegular);
    font-size: 18px;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 20px;
  }
  .c-logo,
  .c-instagram {
    z-index: 10;
  }
  .c-contato__frase {
    font-size: 40px;
    line-height: 40px;
  }
  .c-menu {
    position: fixed;
    top: 0;
    left: -101%;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: black;
    transition: 0.3s;
  }
  .c-menu .c-menu__list {
    height: 100%;
  }
  .c-menu.is-active {
    left: 0;
  }
  .c-instagram {
    gap: 20px;
  }
  .c-instagram__link--menu {
    border: none;
    background: none;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-instagram__link--menu i {
    color: var(--cor-1);
    font-size: 27px;
    line-height: 27px;
    font-style: normal;
    height: 27px;
  }
  .c-instagram__link--close {
    display: none;
  }
  .c-instagram__link.is-active .c-instagram__link--close {
    display: inline-block;
  }
  .c-instagram__link.is-active .c-instagram__link--open {
    display: none;
  }
  .c-titulo-secao__titulo {
    font-size: 46px;
    line-height: 46px;
  }
  .c-bt-whatsapp__link img {
    width: 190px;
  }
}

/*# sourceMappingURL=site.css.map */
