@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::after, *::before {
  box-sizing: border-box;
}

.container {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    max-width: 768px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 480px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container::after, .container::before {
  content: '';
  display: table;
  clear: both;
}

.row {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 767px) {
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.row::after, .row::before {
  content: '';
  display: table;
  clear: both;
}

.div-size {
  max-width: 1366px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .div-size {
    max-width: 480px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.div-size--wide {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .div-size--wide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body {
  background: #fff;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

/*Fontes, cores de fontes e propriedades*/
a {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

.font-serif {
  font-family: "Montserrat", sans-serif;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.text-xs {
  font-size: 12px;
  line-height: 16px;
}

.text-sm {
  font-size: 14px;
  line-height: 20px;
}

.text-base {
  font-size: 16px;
  line-height: 24px;
}

.text-lg {
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .text-lg-mobile {
    font-size: 14px;
  }
}

.f-sz-20 {
  font-size: 20px;
}

.text-xl {
  font-size: 22px;
  line-height: 30px;
}

.text-2xl {
  font-size: 24px;
  line-height: 32px;
}

.text-26l {
  font-size: 26px;
  line-height: 34px;
}

.text-3xl {
  font-size: 32px;
  line-height: 38px;
}

.text-4xl {
  font-size: 34px;
  line-height: 38px;
}

.f-sz-42 {
  font-size: 42px;
}

@media screen and (max-width: 767px) {
  .f-sz-42-mobile {
    font-size: 32px;
  }
}

.text-6xl {
  font-size: 54px;
}

.text-9xl {
  font-size: 155px;
}

.text-9xl-2 {
  font-size: 242px;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-brown-700 {
  color: #96724e;
}

.text-slate-100 {
  color: #cccccc;
}

.text-slate-300 {
  color: #7f7f7f;
}

.text-stone-700 {
  color: #312d2e;
}

/*Backgroun colors*/
.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-brown-700 {
  background: #96724e;
}

.bg-slate-100 {
  background: #cccccc;
}

.bg-slate-300 {
  background: #7f7f7f;
}

.bg-stone-700 {
  background: #312d2e;
}

.bg-transparent-border {
  background: transparent;
  border: 1px solid #fff;
}

/*Positions*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

/*Object Fit*/
.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-fill {
  object-fit: fill;
}

.object-none {
  object-fit: none;
}

.object-scale-down {
  object-fit: scale-down;
}

/*Flexbox e propriedades*/
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.self-end {
  align-self: flex-end;
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.font-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .font-block {
    display: inline;
  }
}

.no-underline {
  text-decoration: none;
}

.btn-magic-border-black_footer {
  text-decoration: none;
  position: relative;
}

.btn-magic-border-black_footer:before {
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px/-1);
  left: calc(2px/-1);
  background: linear-gradient(to right, black 0%, black 100%), linear-gradient(to top, black 50%, transparent 50%), linear-gradient(to top, black 50%, transparent 50%), linear-gradient(to right, black 0%, black 100%), linear-gradient(to left, black 0%, black 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.6s, 0.3s, 0s;
}

.btn-magic-border-black_footer:hover:before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.3s, 0.6s;
}

.btn-magic-border-white {
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.5s;
}

.btn-magic-border-white:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #000 !important;
}

.btn-magic-border-black {
  text-decoration: none;
  border: 2px solid #000;
  transition: all 0.5s;
}

.btn-magic-border-black:hover {
  border: 2px solid #000;
  background: #000;
  color: #fff !important;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow-white {
  border: solid white;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.border-none {
  border: none;
}

.div__btn-wpp {
  max-width: 352px;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto 30px auto;
}

.div__btn-wpp--ico {
  position: absolute;
  right: 10px;
}

.div__btn-wpp-input {
  width: 100%;
  height: 54px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  transition: ease-in 0.5s;
}

.whatsapp {
  position: fixed;
  top: 82%;
  right: 1%;
  padding: 10px;
  z-index: 10000000;
}

.animation-shake {
  animation: shake 60s infinite;
  animation-duration: 12s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 5;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: shake;
}

@keyframes shake {
  4.5%, 10.5% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  /* regra de repetição */
  20%, 40%, 60%, 80% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  5% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  5.5% {
    transform: translate(-2px, -4px) rotate(-1deg);
  }
  6% {
    transform: translate(-6px, 0px) rotate(1deg);
  }
  6.5% {
    transform: translate(6px, 4px) rotate(0deg);
  }
  7% {
    transform: translate(2px, -2px) rotate(1deg);
  }
  7.5% {
    transform: translate(-2px, 4px) rotate(-1deg);
  }
  8% {
    transform: translate(-6px, 2px) rotate(0deg);
  }
  8.5% {
    transform: translate(6px, 2px) rotate(-1deg);
  }
  9% {
    transform: translate(-2px, -2px) rotate(1deg);
  }
  9.5% {
    transform: translate(2px, 4px) rotate(0deg);
  }
  10% {
    transform: translate(2px, -4px) rotate(-1deg);
  }
}

.lojas {
  margin-bottom: 110px;
}

.lojas__content {
  gap: 18px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .lojas__content {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .lojas__content {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .lojas__content-contato {
    flex-wrap: wrap;
  }
}

.lojas__content-box {
  position: relative;
  margin-bottom: 40px;
}

.lojas__ico-contato {
  margin-right: 5px;
}

.lojas__content-h3 {
  margin-bottom: 15px;
}

.lojas__content-p {
  margin-bottom: 10px;
}

.lojas__content-btn {
  padding: 16px 45px;
  position: absolute;
  bottom: 46px;
  left: 20px;
  transition: all 0.5s;
}

.lojas__content-btn:hover {
  background: #312d2e;
}

@media screen and (max-width: 767px) {
  .lojas__content-btn {
    padding: 8px 17px;
    font-size: 14px;
  }
}

.lojas__content-contato-a {
  margin-left: 5px;
}

.flex-1 {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .flex-1 {
    flex: 100%;
  }
}

.footer {
  width: 100%;
  background: #ffffff;
  padding-bottom: 30px;
}

.footer__line {
  max-width: 560px;
  height: 1px;
  background: #7f7f7f;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .footer__line {
    max-width: 101px;
  }
}

.footer__content {
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .footer__col {
    flex: 1;
  }
}

.footer__col-social {
  gap: 15px;
  margin-top: 10px;
}

.footer__col-figure {
  margin-bottom: 26px;
}

.footer__col-a {
  display: block;
  margin-bottom: 15px;
  transition: all 0.5s;
}

.footer__col-a:hover {
  color: #8f8f8f;
}

/*Mensagem rodapé*/
.labelMensagemRodape1 {
  font-family: verdana;
  font-size: 17px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
}

.labelMensagemRodape2 {
  font-family: verdana;
  font-size: 14px;
  color: #FFFF00;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 18px;
}

.infoMensagemRodape1 input[type=button] {
  width: 100%;
  padding: 15px;
  border: 1px solid #fff;
  background: none;
  margin-bottom: 14px;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
  text-align: left;
  font-family: verdana;
}

.infoMensagemRodape1 input[type=button]:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font-family: verdana;
}

.infoMensagemRodape1 input[type=text] {
  width: 98%;
  padding: 5px;
  border: 1px solid #fff;
  background: none;
  margin-top: 5px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
  font-family: verdana;
}

A.LinkFecharNomeParaWhatsAppRodape {
  font-family: verdana;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

A.LinkFecharNomeParaWhatsAppRodape:VISITED {
  font-family: verdana;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

A.LinkFecharNomeParaWhatsAppRodape:HOVER {
  font-family: verdana;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.desk-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .desk-none {
    display: block;
  }
}

.desk-none-col {
  display: none;
}

@media screen and (max-width: 767px) {
  .desk-none-col {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .mob-none {
    display: none;
  }
}

.footer__col-social--mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer__col-social--mob {
    display: block;
  }
}

.footer__gap-mob {
  gap: 5px;
}

.btn {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .btn-fz {
    font-size: 16px;
  }
}

.banner__proj-btn {
  padding: 5px 15px;
}
