@charset "UTF-8";
/* MIXINS, CLASSES E OUTROS ESTILOS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= AJUSTES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#wrapper {
  transition: all 0.8s;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:visited, a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

button:visited, button:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 204, 207, 0.6);
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= CLASSES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-= Classes Personalizadas -=-=-=-=-=-= */
#i_load {
  margin-left: 6px;
}

.campo_select {
  position: relative;
}
.campo_select select {
  -webkit-appearance: none;
}
.campo_select i {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 18px;
  padding: 11px 13px 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 10;
}
.campo_select svg {
  position: absolute;
  top: 40px;
  right: 10px;
  pointer-events: none;
  cursor: pointer;
  z-index: 10;
}

.configBGPadrao {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.configBGCol {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.lh_120 {
  line-height: 120%;
}

/* Display flex no carousel */
.carousel_flex .owl-carousel .owl-stage {
  display: flex;
}

/* Cria o efeito Parallax */
.parallax {
  width: 100%;
  position: relative;
  min-height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* SweetAlert */
.swal-text, .swal-footer {
  text-align: center;
}

/* -=-=-=-=-=-= Botão Whatsapp Pulsante -=-=-=-=-=-= */
.button-whats a {
  background: #2db741 url(../../imagens/whatsapp-icon.png) no-repeat 55% 45%;
  background-size: 60%;
  position: fixed;
  right: 17px;
  bottom: 25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 9;
}
.button-whats .pulsate-css {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  border: 3px solid #2db741;
  border-radius: 30px;
  height: 18px;
  width: 18px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}
.button-whats .effect {
  position: fixed;
  right: 12px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #2db741;
  border-radius: 50%;
  z-index: 8;
}

/* -=-=-=-=-=-= Ajuste em Classes Existente -=-=-=-=-=-= */
.loading-ajaxLoad {
  text-align: center;
}
.loading-ajaxLoad img {
  padding-top: 20px;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

/* Legenda Magnific Popup */
.mfp-title {
  font-size: 1.6rem;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= MIXIN =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-= Estilo Padrao para Botao =-=-=-=-=-=- */
/* -=-=-=-=-=-= Estilo Dots Padrao para owl-carrousel =-=-=-=-=-=- */
/* -=-=-=-=-=-= Funcao para ajustar fontes grandes =-=-=-=-=-=- */
/*=-=-=-=-=-=-=-=-=-=-=-=-= Botão voltar ao topo -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Globais =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
html, body {
  Font-family: "Poppins", sans-serif, Bodoni MT, Bodoni 72, Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
  font-size: 62.5%;
  line-height: 120%;
  position: relative;
  color: #333;
  background: #fff;
  overflow-x: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  width: 100%;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-= CONTEUDO -=-=-=-=-=-=-=-=-=-=-=-=-=*/
.nav-pills {
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav-pills li.nav-item .nav-link {
  width: 100px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav-pills li.nav-item .nav-link div > div {
  width: 79px;
  height: 79px;
  border-color: #707070;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.nav-pills li.nav-item .nav-link p {
  color: #707070;
  font-size: 1.15rem;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
}
.nav-pills li.nav-item .nav-link.active {
  background: transparent;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-= Botão voltar ao topo -=-=-=-=-=-=-=-=-=-=-=-=-=*/
#back-top {
  position: fixed;
  bottom: 105px;
  right: 17px;
  z-index: 200;
}
#back-top a {
  position: relative;
  width: 50px;
  display: flex;
  transition: 1s;
}
#back-top a span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #737373;
}
#back-top a i {
  position: absolute;
  font-size: 5rem;
  color: #FBFAF6;
  left: 50%;
  transform: translate(-50%, -50%);
}
#back-top svg {
  z-index: 9;
  position: relative;
  top: -12px;
  left: 13px;
}

header {
  position: relative;
  background: #E2CBA1;
}
header .sec-titulo {
  color: #FBFAF6;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 120%;
  padding: 14px 12px;
}

#section-consultora {
  background: #FBFAF6;
  padding: 24px 8px;
}
#section-consultora .container-consultora {
  width: 100%;
  max-width: 500px;
}
#section-consultora .imagem-consultora {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 76px;
  height: 76px;
}
#section-consultora .nome-consultora {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #707070;
  line-height: 120%;
}
#section-consultora .nome-consultora strong {
  font-weight: 600;
}
#section-consultora .redes-sociais-consultora {
  padding: 16px 0 0;
}
#section-consultora .redes-sociais-consultora a {
  padding: 0 6px;
}
#section-consultora .redes-sociais-consultora a i {
  font-size: 2.5rem;
  color: #FBFAF6;
  -webkit-text-stroke: 1px #E2CBA1;
  text-shadow: 1px 0 #E2CBA1, -1px 0 #E2CBA1, 0 1px #E2CBA1, 0 -1px #E2CBA1, 0.5px 0.5px #E2CBA1, -0.5px -0.5px #E2CBA1, 0.5px -0.5px #E2CBA1, -0.5px 0.5px #E2CBA1;
}
#section-consultora .imagem-empresa {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 76px;
  height: 76px;
}

.card-produto {
  border: 1px solid #D4D4D4;
  border-radius: 11px;
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}
.card-produto .img-produto {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 11px;
}
.card-produto .nome-produto {
  color: #707070;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 120%;
  padding: 10px;
}
.card-produto .preco-produto {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 5px 10px 10px;
}
.card-produto .botao-quero {
  padding: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.card-produto .botao-quero .btn-eu-quero {
  border-radius: 6px;
  background: #E2CBA1;
  width: 100%;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}
.card-produto .botao-quero .btn-eu-quero-vendido {
  border-radius: 6px;
  background: #707070;
  width: 100%;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

.modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 25px;
}
.modal .modal-dialog .modal-content .modal-header {
  position: relative;
  border: 0;
  height: 45px;
  padding-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-header .div-btn-close {
  background: #E2CBA1;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal .modal-dialog .modal-content .modal-header .div-btn-close .btn-close {
  --bs-btn-close-color: #fff;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  margin-left: -3.3px;
  font-size: 1rem;
  padding: 5px;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-body {
  padding-top: 0;
  padding-bottom: 60px;
}
.modal .modal-dialog .modal-content .modal-body .nome-produto {
  color: #707070;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 120%;
  padding: 10px;
}
.modal .modal-dialog .modal-content .modal-body .preco-produto {
  color: #707070;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 5px 10px 10px;
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body .img-produto {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 11px;
}
.modal .modal-dialog .modal-content .modal-body .botao-quero {
  margin-top: 15px;
}
.modal .modal-dialog .modal-content .modal-body .botao-quero .btn-eu-quero {
  border-radius: 6px;
  background: #E2CBA1;
  width: 100%;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 11px 12px;
  text-transform: uppercase;
}
.modal .modal-dialog .modal-content .modal-body .botao-quero .btn-eu-quero-vendido {
  border-radius: 6px;
  background: #707070;
  width: 100%;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 11px 12px;
  text-transform: uppercase;
}

.modal.show {
  padding-right: 0 !important;
}

.modal-backdrop {
  background: #f3eed9;
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.96;
}

.carousel .carousel-control-prev, .carousel .carousel-control-next {
  top: 50%;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background: #717171;
  border-radius: 50%;
  color: #fff;
  font-size: 3.5rem;
  opacity: 1;
}
.carousel .carousel-control-prev {
  left: 10px;
}
.carousel .carousel-control-next {
  right: 10px;
}

.container-produto {
  width: 100%;
  max-width: 500px;
}

.div-produto-interno {
  padding-top: 20px;
  padding-bottom: 30px;
}
.div-produto-interno .nome-produto {
  color: #707070;
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: 500;
  padding: 10px;
}
.div-produto-interno .preco-produto {
  color: #707070;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 5px 10px 10px;
  margin-bottom: 15px;
}
.div-produto-interno .img-produto {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 11px;
}
.div-produto-interno .botao-quero {
  margin-top: 15px;
}
.div-produto-interno .botao-quero .btn-eu-quero {
  border-radius: 6px;
  background: #E2CBA1;
  width: 100%;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 11px 12px;
  text-transform: uppercase;
}
.div-produto-interno .botao-quero .btn-eu-quero-vendido {
  border-radius: 6px;
  background: #707070;
  width: 100%;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 11px 12px;
  text-transform: uppercase;
}
.div-produto-interno .botao-voltar {
  margin-top: 15px;
}
.div-produto-interno .botao-voltar .btn-voltar {
  border-radius: 6px;
  border: 1px solid #E2CBA1;
  background: #fff;
  color: #E2CBA1;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 11px 64px;
  text-transform: uppercase;
}/*# sourceMappingURL=stylo_luzie.css.map */