@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: 'SFUI Text';
  font-weight: 700;
  src: url("../fonts/SFUIText Heavy.woff2") format("woff2"), url("../fonts/SFUIText Heavy.woff") format("woff"), url("../fonts/SFUIText Heavy.ttf") format("truetype");
}

@font-face {
  font-family: 'SFUI Text';
  font-weight: 600;
  src: url("../fonts/SFUIText Bold.woff2") format("woff2"), url("../fonts/SFUIText Bold.woff") format("woff"), url("../fonts/SFUIText Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'SFUI Text';
  font-weight: 500;
  src: url("../fonts/SFUIText Semibold.woff2") format("woff2"), url("../fonts/SFUIText Semibold.woff") format("woff"), url("../fonts/SFUIText Semibold.ttf") format("truetype");
}

@font-face {
  font-family: 'SFUI Text';
  font-weight: 400;
  src: url("../fonts/SFUIText Medium.woff2") format("woff2"), url("../fonts/SFUIText Medium.woff") format("woff"), url("../fonts/SFUIText Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'SFUI Text';
  font-weight: 300;
  src: url("../fonts/SFUIText Regular.woff2") format("woff2"), url("../fonts/SFUIText Regular.woff") format("woff"), url("../fonts/SFUIText Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'SFUI Text';
  font-weight: 200;
  src: url("../fonts/SFUIText Light.woff2") format("woff2"), url("../fonts/SFUIText Light.woff") format("woff"), url("../fonts/SFUIText Light.ttf") format("truetype");
}

.navbar {
  padding: 16px 0;
  background: #ffffff;
  z-index: 999;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.navbar.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 420px) {
  .navbar {
    padding: 12px 0;
  }
}

.navbar .container--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1440px) {
  .navbar .container--large {
    max-width: 1460px;
  }
}

@media screen and (max-width: 1200px) {
  .navbar .container--large .navbar__links,
  .navbar .container--large .btn-whatsapp,
  .navbar .container--large .navbar__media {
    display: none;
  }
}

.navbar__logo {
  width: 200px;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 420px) {
  .navbar__logo {
    width: 170px;
  }
}

.navbar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .navbar__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.navbar__links::after {
  content: "";
  display: inline-block;
  background: rgba(134, 134, 133, 0.25);
  height: 64px;
  width: 1px;
  margin: 0 0 0 24px;
}

@media screen and (max-width: 1440px) {
  .navbar__links::after {
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .navbar__links::after {
    display: none;
  }
}

.navbar__links li {
  margin: 0 8px;
}

@media screen and (max-width: 1200px) {
  .navbar__links li {
    margin: 0;
  }
  .navbar__links li:not(:last-child) {
    margin: 0 0 24px 0;
    display: block;
  }
}

.navbar__links li.active a {
  background: #3e2719;
  color: #ffffff;
}

.navbar__links li a {
  color: #868685;
  font-weight: 400;
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 11px 24px;
  border-radius: 3px;
  font-size: 14px;
}

@media screen and (max-width: 1440px) {
  .navbar__links li a {
    padding: 11px 18px;
  }
}

@media screen and (max-width: 1200px) {
  .navbar__links li a {
    padding: 0;
    font-size: 19px;
  }
}

.navbar__links li a:hover {
  background: #3e2719;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .navbar .btn-whatsapp {
    margin: 28px 0;
  }
}

.navbar__media a {
  margin: 0 0 0 8px;
}

.navbar__media a:hover i {
  color: #957d6d;
}

.navbar__media a i {
  color: #3e2719;
  font-size: 22px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media screen and (max-width: 1200px) {
  .navbar__media a i {
    font-size: 28px;
  }
}

.navbar__menu {
  background: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  .navbar__menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 144px 24px;
  }
}

@media screen and (max-width: 420px) {
  .navbar__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 24px;
  }
}

.navbar__menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navbar__menu-icon {
  display: none;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 1200px) {
  .navbar__menu-icon {
    display: block;
  }
}

.navbar__menu-icon.active .navbar__menu-icon__bar:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.navbar__menu-icon.active .navbar__menu-icon__bar:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.navbar__menu-icon.active .navbar__menu-icon__bar:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.navbar__menu-icon__bar {
  height: 3px;
  width: 40px;
  background: #3e2719;
  margin: 7px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  display: block;
}

.footer {
  background: #2a2a29;
  margin: -3px 0 0 0;
}

@media screen and (min-width: 1440px) {
  .footer .container--large {
    max-width: 1460px;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 0 40px 0;
  }
}

.footer__top__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1200px) {
  .footer__top__cols {
    margin: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    padding: 0 0 40px 0;
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .footer__top__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 16px 0;
  }
}

.footer__top__col {
  margin: 0 64px 0 0;
}

@media screen and (max-width: 1440px) {
  .footer__top__col {
    margin: 0 36px 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .footer__top__col {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .footer__top__col__info {
    margin: 0 0 24px 0;
  }
}

.footer__top__col__info:not(:last-child) {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 420px) {
  .footer__top__col__info:not(:last-child) {
    margin: 0 0 24px 0;
  }
}

.footer__top__col__info h4 {
  text-transform: uppercase;
  color: #957d6d;
  margin: 0 0 16px 0;
}

.footer__top__col__info p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}

.footer__top__col__info p span {
  color: #957d6d;
}

.footer__top__col__info__media i {
  color: #ffffff;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 22px;
  margin: 0 8px 0 0;
}

.footer__top__col__info__media i:hover {
  color: #957d6d;
}

@media screen and (max-width: 1200px) {
  .footer__top__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 0 32px 0;
  }
}

@media screen and (max-width: 420px) {
  .footer__top__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}

@media screen and (max-width: 420px) {
  .footer__top__links li {
    width: 32%;
    margin: 0 0 24px 0;
  }
  .footer__top__links li a {
    text-align: center;
    display: block;
  }
}

.footer__top__links li:not(:last-child) {
  margin: 0 0 24px 0;
}

@media screen and (max-width: 1200px) {
  .footer__top__links li:not(:last-child) {
    margin: 0;
  }
}

@media screen and (max-width: 420px) {
  .footer__top__links li:not(:last-child) {
    margin: 0 0 24px 0;
  }
}

.footer__top__links a {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.footer__top__links a:hover {
  color: #957d6d;
}

.footer__bottom {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 420px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__bottom p {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
}

@media screen and (max-width: 420px) {
  .footer__bottom p {
    text-align: center;
  }
}

.footer__bottom__desenvolvido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 88px;
}

@media screen and (max-width: 420px) {
  .footer__bottom__desenvolvido {
    margin: 16px 0 0 0;
  }
}

.footer__bottom__desenvolvido p {
  margin: 0 10px 0 0;
}

.footer__bottom__desenvolvido a {
  -webkit-transition: 300ms;
  transition: 300ms;
}

.footer__bottom__desenvolvido a:hover {
  opacity: .7;
}

.banner {
  position: relative;
}

.banner::before {
  content: "";
  width: 100%;
  height: 80px;
  background: url("../assets/home/borda-banners.png") center/cover no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 5;
}

.banner .swiper-pagination {
  width: auto !important;
  right: 96px;
  top: 50%;
  left: inherit !important;
  bottom: inherit !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .banner .swiper-pagination {
    right: 24px;
  }
}

.banner .swiper-pagination-bullet {
  margin: 18px 0 !important;
  border: 1px solid #ffffff;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 1;
  background: none;
}

.banner .swiper-pagination-bullet-active {
  background: #ffffff;
}

.regiao {
  padding: 152px 0;
  position: relative;
}

@media screen and (max-width: 420px) {
  .regiao {
    padding: 88px 0;
  }
}

.regiao::after {
  content: url("../assets/home/trem.png");
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.regiao .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}

.regiao .container h3 {
  color: #3e2719;
  text-align: center;
  font: 700 2.4rem/1.1 'Philosopher';
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 420px) {
  .regiao .container h3 {
    font-size: 2rem;
  }
}

.regiao .container p {
  max-width: 680px;
  width: 100%;
  margin: 3.2rem auto;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 420px) {
  .regiao .container p {
    margin: 2rem auto;
  }
}

.topicos {
  margin: 0 0 200px 0;
}

@media screen and (max-width: 420px) {
  .topicos {
    margin: 0 0 120px 0;
  }
}

.topicos .container {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .topicos .container {
    padding: 0;
  }
}

.topicos__container {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../assets/home/banner-itens.png") center/cover no-repeat;
  width: 100%;
  padding: 56px 0;
}

@media screen and (max-width: 1200px) {
  .topicos__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-transform: inherit;
            transform: inherit;
    left: inherit;
    bottom: inherit;
    margin-top: -4px;
  }
}

.topicos__container__topico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 72px;
}

@media screen and (max-width: 1200px) {
  .topicos__container__topico {
    padding: 32px 0;
    width: 46%;
  }
}

.topicos__container__topico:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1200px) {
  .topicos__container__topico:not(:last-child) {
    border-right: none;
  }
}

.topicos__container__topico h4 {
  color: #ffffff;
  font: 700 1.3rem/1.1 'Philosopher';
  text-align: center;
  margin: 16px 0 0 0;
  max-width: 146px;
}

.seu-negocio {
  background: url("../assets/home/banner-seu-negocio.png") center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .seu-negocio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
  }
}

.seu-negocio__image {
  margin: 0 0 -3px 0;
  display: none;
}

@media screen and (max-width: 1200px) {
  .seu-negocio__image {
    display: block;
  }
}

.seu-negocio__texto {
  max-width: 800px;
  width: 100%;
  background: rgba(32, 22, 16, 0.88);
  padding: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .seu-negocio__texto {
    background: rgba(32, 22, 16, 0.96);
    padding: 64px 24px;
  }
}

.seu-negocio__texto > div {
  max-width: 430px;
  width: 100%;
}

.seu-negocio__texto h2 {
  color: #ffffff;
  font: 700 2.8rem/1.2 'Philosopher';
}

@media screen and (max-width: 1200px) {
  .seu-negocio__texto h2 {
    font-size: 2rem;
  }
}

.seu-negocio__texto p {
  color: #ffffff;
  margin: 32px 0 0 0;
  font-weight: 300;
}

.seu-negocio__texto .btn-arrow {
  margin: 46px 0 0 0;
  border: 1px solid #ffffff;
}

.seu-negocio__texto .btn-arrow::after {
  content: url("../assets/home/arrow-white.png");
}

.seu-negocio__texto .btn-arrow span {
  color: #ffffff;
}

.onde-estamos__header {
  padding: 40px 0;
  background: #957d6d;
}

@media screen and (max-width: 420px) {
  .onde-estamos__header {
    padding: 32px 0;
  }
}

.onde-estamos__header h2 {
  color: #ffffff;
  font: 700 2.4rem/1 'Philosopher';
  text-align: center;
}

@media screen and (max-width: 420px) {
  .onde-estamos__header h2 {
    font-size: 2rem;
  }
}

.fale-conosco .banner h1 {
  position: absolute;
  bottom: 68px;
  left: 26%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 420px) {
  .fale-conosco .banner h1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 40px;
  }
}

.fale-conosco .banner h1,
.fale-conosco .banner h1 span {
  font: 700 3rem/1 'Philosopher';
  color: #ffffff;
  font-style: italic;
}

@media screen and (max-width: 420px) {
  .fale-conosco .banner h1,
  .fale-conosco .banner h1 span {
    font-size: 2.4rem;
  }
}

.fale-conosco .banner h1 span {
  display: block;
  margin: 0 0 0 32px;
}

.fale-conosco__form {
  padding: 104px 0 144px 0;
  position: relative;
}

.fale-conosco__form::before {
  content: url("../assets/fale-conosco/trem.png");
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 420px) {
  .fale-conosco__form {
    padding: 64px 0;
  }
}

.fale-conosco__form h2 {
  color: #3e2719;
  text-align: center;
  font: 700 2.2rem/1.1 'Philosopher';
  margin: 0 0 64px 0;
}

@media screen and (max-width: 420px) {
  .fale-conosco__form h2 {
    font-size: 1.8rem;
    margin: 0 0 40px 0;
  }
}

.fale-conosco__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}

.fale-conosco__form form input,
.fale-conosco__form form textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 24px;
  border: 1px solid rgba(62, 39, 25, 0.7);
  width: 100%;
  font-weight: 500;
  background: #ffffff;
}

.fale-conosco__form form input::-webkit-input-placeholder,
.fale-conosco__form form textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}

.fale-conosco__form form input:-ms-input-placeholder,
.fale-conosco__form form textarea:-ms-input-placeholder {
  text-transform: uppercase;
}

.fale-conosco__form form input::-ms-input-placeholder,
.fale-conosco__form form textarea::-ms-input-placeholder {
  text-transform: uppercase;
}

.fale-conosco__form form input::placeholder,
.fale-conosco__form form textarea::placeholder {
  text-transform: uppercase;
}

.fale-conosco__form form fieldset {
  width: 100%;
  margin: 0 28px;
}

@media screen and (max-width: 420px) {
  .fale-conosco__form form fieldset {
    margin: 0;
  }
}

.fale-conosco__form form input:not(:last-child) {
  margin: 0 0 28px 0;
}

@media screen and (max-width: 420px) {
  .fale-conosco__form form input:not(:last-child) {
    margin: 0 0 16px 0;
  }
}

.fale-conosco__form form textarea {
  height: 100%;
}

@media screen and (max-width: 420px) {
  .fale-conosco__form form textarea {
    margin: 16px 0 0 0;
  }
}

.fale-conosco__form form button {
  margin: 40px 0 0 0;
  background: #3e2719;
  color: #ffffff;
  text-transform: uppercase;
  padding: 1.1rem 5rem;
  display: inline-block;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 2px;
  transition: 300ms;
}

.fale-conosco__form form button:hover {
  background: #ffffff;
  color: #3e2719;
  outline: 1px solid #3e2719;
}

.fale-conosco__form__inputs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 420px) {
  .fale-conosco__form__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lojas__cards {
  padding: 80px 0 144px 0;
}

.lojas__cards__title {
  color: #3e2719;
  text-align: center;
  font: 700 2.4rem/1 'Philosopher';
  margin: 0 0 56px 0;
}

.lojas__cards__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lojas__cards__container__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 33%;
          flex: 1 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #492b1d;
  background: #ffffff;
  margin: -1px;
  padding: 96px 40px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 420px) {
  .lojas__cards__container__card {
    padding: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .lojas__cards__container__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 50%;
            flex: 1 50%;
  }
}

.lojas__cards__container__card p {
  text-align: center;
  font-weight: 400;
  margin: 46px 0 136px 0;
  line-height: 22px;
}

@media screen and (max-width: 420px) {
  .lojas__cards__container__card p {
    margin: 40px 0;
  }
}

.lojas__cards__container__card__outline {
  border: 1px solid #3e2719;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  padding: .8rem 1.8rem;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 3px;
}

.lojas__cards__container__card__outline::before {
  content: url("../assets/lojas/icon_phone.png");
  margin: 0 12px 0 0;
}

.lojas__cards__container__card__outline span {
  font-size: 14px;
  color: #3e2719;
}

.lojas__cards__container__card__whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #589412;
  text-transform: uppercase;
  padding: .6rem 1.6rem;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 3px;
  margin: 12px 0 0 0;
}

.lojas__cards__container__card__whatsapp::before {
  content: url("../assets/lojas/icon_whatsapp.png");
  margin: 0 12px 0 0;
}

.lojas__cards__container__card__whatsapp span {
  font-size: 14px;
  color: #ffffff;
}

.lojas__cards__container__card figure {
  max-width: 300px;
}

.noticias .banner::after {
  content: url("../assets/noticias/planta.png");
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(53%);
          transform: translateY(53%);
  z-index: 5;
}

@media screen and (max-width: 1200px) {
  .noticias .banner::after {
    display: none;
  }
}

.noticias__container {
  padding: 168px 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .noticias__container {
    padding: 64px 0;
  }
}

.noticias__container::before {
  content: url("../assets/noticias/ilustracao.png");
  position: absolute;
  left: 40px;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .noticias__container::before {
    left: 0;
  }
}

.noticias__container__noticia {
  position: relative;
}

.noticias__container__noticia > div {
  background: url("../assets/noticias/bg-texto.png") center/cover no-repeat;
  position: relative;
  z-index: 4;
}

.noticias__container__noticia > div::before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.noticias__container__noticia:not(:last-child) {
  margin: 0 0 120px 0;
}

@media screen and (max-width: 420px) {
  .noticias__container__noticia:not(:last-child) {
    margin: 0 0 64px 0;
  }
}

.noticias__container__noticia .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .noticias__container__noticia .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.noticias__container__noticia__title, .noticias__container__noticia__sombra {
  color: #957d6d;
  font: 700 6.4rem/1 'Philosopher';
  font-style: italic;
  text-align: center;
  margin-bottom: -16px;
  position: relative;
}

@media screen and (max-width: 420px) {
  .noticias__container__noticia__title, .noticias__container__noticia__sombra {
    font-size: 3.2rem;
    margin-bottom: -8px;
  }
}

.noticias__container__noticia__title {
  z-index: 5;
}

.noticias__container__noticia__sombra {
  top: 0;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(0, 0, 0, 0.15);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  position: absolute;
  width: 100%;
}

.noticias__container__noticia__thumb {
  width: 75%;
}

@media screen and (max-width: 1200px) {
  .noticias__container__noticia__thumb {
    width: 100%;
  }
}

.noticias__container__noticia__texto {
  width: 100%;
  margin-left: 96px;
  padding: 64px 64px 64px 0;
}

@media screen and (max-width: 1200px) {
  .noticias__container__noticia__texto {
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
  }
}

@media screen and (max-width: 420px) {
  .noticias__container__noticia__texto {
    padding: 40px 24px;
  }
}

.noticias__container__noticia__texto > div {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 80px;
}

@media screen and (max-width: 1200px) {
  .noticias__container__noticia__texto > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
    border: none;
  }
}

.noticias__container__noticia__texto p {
  color: #ffffff;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 40px 0;
}

.noticias__container__noticia__texto a {
  color: #ffffff;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  padding: 1rem 4.4rem;
  display: inline-block;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 3px;
  font-size: 14px;
}

.noticias__container__noticia__texto a:hover {
  background: #ffffff;
  color: #3e2719;
}

.noticias__container__noticia__data {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  border: 1px solid #3e2719;
  padding: 18px 28px;
  background: #ffffff;
  z-index: 6;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .noticias__container__noticia__data {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media screen and (max-width: 1200px) {
  .noticias__container__noticia__data {
    -webkit-transform: inherit;
            transform: inherit;
    top: 0;
  }
}

.noticias__container__noticia__data span {
  color: #3e2719;
  display: block;
  font: 500 28px/1.1 'SFUI Text';
}

.noticias__container .container {
  position: relative;
  z-index: 5;
}

.investidor .banner::before {
  background: url("../assets/investidor/borda-banners.png") center/cover no-repeat;
}

.investidor__mid-text {
  z-index: 1;
  background: #927d71;
  padding: 104px 0 80px 0;
}

@media screen and (max-width: 420px) {
  .investidor__mid-text {
    padding: 64px 0;
  }
}

.investidor__mid-text .container {
  max-width: 720px;
}

.investidor__mid-text h1 {
  color: #ffffff;
  text-align: center;
  font: 700 2.6rem/1.1 'Philosopher';
  margin: 0 0 52px 0;
}

@media screen and (max-width: 420px) {
  .investidor__mid-text h1 {
    font-size: 2rem;
    margin: 0 0 32px 0;
  }
}

.investidor__mid-text p {
  color: #ffffff;
  text-align: center;
  font: 300 15px/1.7 'SFUI Text';
}

.investidor__topicos {
  background: url("../assets/investidor/bg-topicos.png") center/cover no-repeat;
  padding: 128px 0;
}

@media screen and (max-width: 420px) {
  .investidor__topicos {
    padding: 64px 0;
  }
}

.investidor__topicos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 420px) {
  .investidor__topicos ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.investidor__topicos ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 50%;
          flex: 1 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 96px;
}

@media screen and (max-width: 1200px) {
  .investidor__topicos ul li {
    padding-right: 40px;
  }
}

@media screen and (max-width: 420px) {
  .investidor__topicos ul li {
    padding-right: 0;
  }
}

@media screen and (max-width: 420px) {
  .investidor__topicos ul li:not(:first-child) {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 420px) {
  .investidor__topicos ul li:not(:last-child) {
    padding-bottom: 40px !important;
  }
}

.investidor__topicos ul li figure {
  display: inline-block;
  vertical-align: top;
  margin: 0 32px 0 0;
  width: 52px;
}

.investidor__topicos ul li p {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  line-height: 24px;
  font-weight: 300;
  width: calc(100% - 52px - 32px - 8px);
}

.investidor__topicos ul li p strong {
  color: #ffffff;
  font-weight: 600;
}

.investidor__topicos ul li:nth-child(1), .investidor__topicos ul li:nth-child(2) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 88px;
}

@media screen and (max-width: 420px) {
  .investidor__topicos ul li:nth-child(1), .investidor__topicos ul li:nth-child(2) {
    padding: 0;
  }
}

.investidor__topicos ul li:nth-child(3), .investidor__topicos ul li:nth-child(4) {
  padding-top: 72px;
}

@media screen and (max-width: 420px) {
  .investidor__topicos ul li:nth-child(3), .investidor__topicos ul li:nth-child(4) {
    padding: 0;
  }
}

@media screen and (max-width: 420px) {
  .investidor__topicos ul li:nth-child(3) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }
}

.investidor__topicos .container {
  max-width: 1000px;
}

.investidor__bottom-text {
  background: #ffffff;
  padding: 96px 0;
}

@media screen and (max-width: 420px) {
  .investidor__bottom-text {
    padding: 64px 0;
  }
}

.investidor__bottom-text h2 {
  color: #3e2719;
  text-align: center;
  font: 700 2.6rem/1.2 'Philosopher';
}

@media screen and (max-width: 420px) {
  .investidor__bottom-text h2 {
    font-size: 2rem;
  }
}

.institucional .banner::before {
  background: url("../assets/institucional/borda-banner.png") center/cover no-repeat;
  height: 242px;
}

.institucional .banner::after {
  content: url("../assets/institucional/planta.png");
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(32%);
          transform: translateY(32%);
  z-index: 5;
}

@media screen and (max-width: 1200px) {
  .institucional .banner::after {
    display: none;
  }
}

.institucional__content-intro {
  margin: -237px 0 0 0;
  z-index: 6;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .institucional__content-intro {
    margin: -156px 0 0 0;
  }
}

@media screen and (max-width: 420px) {
  .institucional__content-intro {
    margin: -180px 0 0 0;
  }
}

@media screen and (max-width: 330px) {
  .institucional__content-intro {
    margin: -212px 0 0 0;
  }
}

.institucional__content-intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1400px) {
  .institucional__content-intro .container {
    max-width: 1360px;
  }
}

@media screen and (max-width: 1200px) {
  .institucional__content-intro .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.institucional__content-intro__mulheres {
  width: 100%;
  margin: 0 24px 0 0;
}

.institucional__content-intro__texto {
  width: 100%;
}

.institucional__content-intro__texto header {
  margin: 0 0 0 80px;
}

@media screen and (max-width: 1200px) {
  .institucional__content-intro__texto header {
    margin: 0;
  }
}

.institucional__content-intro__texto header h5 {
  color: #ffffff;
  letter-spacing: 6px;
  font-weight: 200;
  font-size: 16px;
  margin: 0 0 4px 0;
}

@media screen and (max-width: 1200px) {
  .institucional__content-intro__texto header h5 {
    line-height: 22px;
  }
}

.institucional__content-intro__texto header h1,
.institucional__content-intro__texto header h1 span,
.institucional__content-intro__texto header h1 span.sombra {
  font: 700 4.1rem/.9 'Philosopher';
  font-style: italic;
}

@media screen and (max-width: 1200px) {
  .institucional__content-intro__texto header h1,
  .institucional__content-intro__texto header h1 span,
  .institucional__content-intro__texto header h1 span.sombra {
    font-size: 3rem;
  }
}

@media screen and (max-width: 420px) {
  .institucional__content-intro__texto header h1,
  .institucional__content-intro__texto header h1 span,
  .institucional__content-intro__texto header h1 span.sombra {
    font-size: 2.4rem;
  }
}

.institucional__content-intro__texto header h1 {
  color: #ffffff;
  width: 500px;
  margin: 0 0 64px 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .institucional__content-intro__texto header h1 {
    width: 360px;
    margin: 0 0 32px 0;
  }
}

@media screen and (max-width: 420px) {
  .institucional__content-intro__texto header h1 {
    width: 100%;
  }
}

.institucional__content-intro__texto header h1 span,
.institucional__content-intro__texto header h1 span.sombra {
  color: #957d6d;
  display: block;
  margin: 0 0 0 28px;
  position: relative;
  z-index: 2;
}

.institucional__content-intro__texto header h1 span.sombra {
  bottom: 0;
  left: 4px;
  color: rgba(0, 0, 0, 0.25);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  position: absolute;
  width: 100%;
}

.institucional__content-intro__texto p {
  font: 500 13px/21px 'SFUI Text';
  max-width: 460px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .institucional__content-intro__texto p {
    max-width: 100%;
  }
}

.institucional__content-intro__texto p:not(:last-child) {
  margin: 0 0 20px 0;
}

.institucional__images {
  position: relative;
  margin-top: -3px;
}

.institucional__images::before {
  content: url("../assets/institucional/trem.png");
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 5;
}

.institucional__images__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1200px) {
  .institucional__images__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.institucional__images__container__image {
  margin: -1px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .institucional__images__container__image {
    width: 50%;
    margin: 0;
  }
}

.institucional__images__container__image:hover::before {
  opacity: 0;
  visibility: hidden;
}

.institucional__images__container__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(42, 20, 10, 0.5);
  -webkit-transition: 600ms;
  transition: 600ms;
}

.institucional__images__container__image img {
  width: 100%;
  height: 100%;
}

.institucional__images__btn {
  background: #957d6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 56px 0;
  margin-top: -2px;
}

@media screen and (max-width: 1200px) {
  .institucional__images__btn {
    padding: 40px 0;
  }
}

.institucional__images__btn button {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: none;
  text-transform: uppercase;
  padding: 1rem 4.8rem;
  display: inline-block;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 3px;
}

.institucional__images__btn button:hover {
  background: #ffffff;
  color: #3e2719;
}

.institucional__images__modal {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.institucional__images__modal.active {
  opacity: 1;
  visibility: visible;
}

.institucional__images__modal__content {
  max-width: 300px;
  width: 80%;
  position: relative;
}

.institucional__images__modal__content__close {
  position: absolute;
  top: -8px;
  right: -8px;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 420px) {
  .institucional__images__modal__content__close {
    right: 24px;
  }
}

.institucional__images__modal__content__close i {
  font-size: 32px;
  color: #ffffff;
  display: block;
}

/* RESETS */
* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 600 15px/1 'SFUI Text', sans-serif;
  color: #2a2a29;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.active,
body.active {
  overflow-y: hidden;
}

button {
  cursor: pointer;
}

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

p {
  line-height: 1.6rem;
}

strong {
  font-weight: 600;
}

::-moz-selection {
  background: #3e2719;
  color: #ffffff;
}

::selection {
  background: #3e2719;
  color: #ffffff;
}

/* RESETS */
/* GLOBAIS */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 24px;
  }
}

.container--large {
  max-width: 1290px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .container--large {
    width: 100%;
    padding: 0 24px;
  }
}

.btn-whatsapp {
  padding: 11px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 14px;
}

.btn-whatsapp--white {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-whatsapp--white:hover {
  background: #ffffff;
  color: #3e2719;
}

.btn-whatsapp--white:hover i {
  color: #3e2719;
}

.btn-whatsapp--white i {
  color: #ffffff;
}

.btn-whatsapp--brown {
  border: 1px solid #3e2719;
  color: #3e2719;
}

.btn-whatsapp--brown:hover {
  background: #3e2719;
  color: #ffffff;
}

.btn-whatsapp--brown:hover i {
  color: #ffffff;
}

.btn-whatsapp--brown i {
  color: #3e2719;
}

.btn-whatsapp--light-brown {
  border: 1px solid #957d6d;
  color: #957d6d;
}

.btn-whatsapp--light-brown:hover {
  background: #957d6d;
  color: #ffffff;
}

.btn-whatsapp--light-brown:hover i {
  color: #ffffff;
}

.btn-whatsapp--light-brown i {
  color: #957d6d;
}

.btn-whatsapp i {
  margin: 0 12px 0 0;
  font-size: 22px;
}

.btn-arrow {
  border: 1px solid #3e2719;
  text-transform: uppercase;
  padding: 1rem 2.8rem;
  display: inline-block;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 3px;
}

.btn-arrow:hover {
  background: rgba(62, 39, 25, 0.1);
}

.btn-arrow::after {
  content: url("../assets/home/arrow.png");
}

.btn-arrow span {
  margin: 0 16px 0 0;
  font-size: 14px;
  color: #3e2719;
}

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

.mob {
  display: none;
}

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

@-webkit-keyframes fade {
  from {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade {
  from {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
/*# sourceMappingURL=main.css.map */