@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-Bold.woff2") format("woff2"), url("../fonts/AGaramondPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-BoldItalic.woff2") format("woff2"), url("../fonts/AGaramondPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-Regular.woff2") format("woff2"), url("../fonts/AGaramondPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-Italic.woff2") format("woff2"), url("../fonts/AGaramondPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: 300;
  color: var(--bg-preto);
  background-color: var(--bg-branco);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title);
  font-weight: 400;
  color: var(--bg-preto);
}

:root {
  --bg-preto: #000000;
  --bg-branco: #ffffff;
  --bg-preto-light: #1d1d1b;
  --bg-bege: #e7dacf;
  --bg-marrom: #ac7644;
  --font-title: "Adobe Garamond Pro", sans-serif;
  --font-text: "Work Sans", sans-serif;
}

.btn-estilo1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 38px;
  border: 1px solid var(--bg-bege);
  color: var(--bg-bege);
  background-color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--font-text);
  letter-spacing: 0.48px;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--bg-bege);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: 0.4s ease-in;
}
.btn-estilo1 img {
  transition: 0.4s ease-in;
}
.btn-estilo1:hover {
  border: 1px solid var(--bg-bege);
  color: var(--bg-preto);
  background-color: var(--bg-bege);
  gap: 20px;
}
.btn-estilo1:hover img {
  filter: brightness(0);
  transition: 0.4s ease-in;
}

.btn-estilo2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 38px;
  border: 1px solid var(--bg-preto);
  color: var(--bg-preto);
  background-color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--font-text);
  letter-spacing: 0.48px;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--bg-preto);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: 0.4s ease-in;
}
.btn-estilo2 img {
  transition: 0.4s ease-in;
}
.btn-estilo2:hover {
  border: 1px solid var(--bg-preto);
  color: var(--bg-branco);
  background-color: var(--bg-preto);
  gap: 20px;
}
.btn-estilo2:hover img {
  filter: brightness(0) invert(1);
  transition: 0.4s ease-in;
}

.btn-estilo3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 38px;
  border: 1px solid var(--bg-branco);
  color: var(--bg-branco);
  background-color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--font-text);
  letter-spacing: 0.48px;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--bg-branco);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: 0.4s ease-in;
}
.btn-estilo3 img {
  transition: 0.4s ease-in;
}
.btn-estilo3:hover {
  border: 1px solid var(--bg-branco);
  color: var(--bg-preto);
  background-color: var(--bg-branco);
  gap: 20px;
  transition: 0.4s ease-in;
}
.btn-estilo3:hover img {
  filter: brightness(0);
  transition: 0.4s ease-in;
}

.mt-150 {
  margin-top: 150px;
}

.no-padding {
  padding: 0 !important;
}

.w-100 {
  width: 100% !important;
}

figure {
  border-radius: 4px;
  overflow: hidden;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--bg-bege);
  z-index: 99999;
  transition: 0.7s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  gap: 20px;
  flex-direction: column;
}
.page-loader img {
  max-height: 200px;
}
.page-loader.hidden-load {
  transition: 0.7s ease-in-out;
  top: 100vh;
}
.page-loader .loader {
  position: absolute;
  top: 30px;
  right: 30px;
  transform: translate(-50%, -50%);
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--bg-preto-light);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

.navbar-custom {
  background-color: var(--bg-marrom);
}
.navbar-custom .collapse.navbar-collapse {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.navbar-custom .collapse.navbar-collapse .img-logo {
  width: auto;
  margin: 0 auto;
}
.navbar-custom .collapse.navbar-collapse .navbar-nav {
  flex-direction: unset;
  gap: 20px;
  width: 335px;
  gap: 80px;
}
.navbar-custom .collapse.navbar-collapse .navbar-nav a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  font-family: var(--font-text);
  text-transform: uppercase;
  padding: 0px;
}

.campo1 {
  padding: 105px 15px;
  background-color: var(--bg-marrom);
  color: var(--bg-preto);
}
.campo1 .texto {
  margin: 0 auto;
  display: block;
  width: auto;
  text-align: center;
}
.campo1 .texto h1 {
  font-size: 36px;
  font-style: italic;
  line-height: 20px;
  font-family: var(--font-title);
}
.campo1 .texto p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.campo2 {
  background-image: url(../img/banner.jpg);
  width: 100%;
  background-size: cover;
  height: 600px;
  position: relative;
  background-position: center;
}
.campo2 a {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.campo3 .col-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.campo3 .col-flex .texto {
  max-width: 390px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.campo3 .col-flex .texto h4 {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 21px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--bg-preto);
  margin: 0;
}
.campo3 .col-flex .texto h2 {
  color: var(--bg-marrom);
  leading-trim: both;
  text-edge: cap;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  /* 30px */
}
.campo3 .col-flex .texto p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.campo4 .texto {
  text-align: center;
  max-width: 755px;
  margin: 0 auto;
  padding-bottom: 125px;
}
.campo4 .texto h4 {
  color: var(--bg-preto);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.5px;
  margin-bottom: 38px;
  text-transform: uppercase;
  font-family: var(--font-text);
}
.campo4 .texto img {
  margin: 0 auto 60px auto;
}
.campo4 .texto h2 {
  color: var(--bg-marrom);
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 24px;
  /* 30px */
}
.campo4 .texto p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  color: var(--bg-preto);
}

.campo5 {
  padding: 100px 0px;
  background-color: var(--bg-marrom);
  color: var(--bg-branco);
  position: relative;
}
.campo5 img.icone-central {
  position: absolute;
  right: 10%;
  top: -70px;
  z-index: 1;
}
.campo5 .texto {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  max-width: 875px;
  margin: 0 auto 100px auto;
}
.campo5 .texto h4 {
  color: var(--bg-branco);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  font-family: var(--font-text);
  line-height: 140%;
  /* 21px */
  letter-spacing: 1.5px;
}
.campo5 .texto h2 {
  color: var(--bg-branco);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  /* 30px */
}
.campo5 .texto p {
  color: var(--bg-branco);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}
.campo5 .texto a {
  margin: 0 auto;
}
.campo5 .owl-galeria .owl-nav {
  display: none !important;
}

.campo6 .col-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.campo6 .col-flex .texto {
  max-width: 568px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.campo6 .col-flex .texto h4 {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 21px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--bg-preto);
  margin: 0;
}
.campo6 .col-flex .texto h2 {
  color: var(--bg-marrom);
  leading-trim: both;
  text-edge: cap;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  /* 30px */
}
.campo6 .col-flex .texto p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.campo7 {
  padding: 150px 0px;
  background-color: var(--bg-bege);
  color: var(--bg-preto);
}
.campo7 h4 {
  text-align: center;
  font-family: var(--font-text);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 21px */
  letter-spacing: 1.5px;
  margin-bottom: 50px;
}
.campo7 .row {
  row-gap: 100px;
}
.campo7 .row img {
  width: 100%;
}
.campo7 .row .texto {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
.campo7 .row .texto.t-left {
  text-align: left;
  margin: 50px auto 0 0;
}
.campo7 .row .texto.t-right {
  text-align: right;
  margin: 50px 0 0 auto;
}
.campo7 .row .texto h3 {
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  font-family: var(--font-title);
  margin-bottom: 0px;
}
.campo7 .row .texto p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0px;
}
.campo7 .row .texto p i {
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  font-family: var(--font-title);
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.campo8 {
  background-image: url(../img/img8.jpg);
  width: 100%;
  background-size: cover;
  height: 600px;
  position: relative;
  background-position: center;
  display: flex;
  align-items: end;
}
.campo8 .texto {
  max-width: 356px;
  text-align: center;
  color: var(--bg-branco);
  margin: 0 auto;
}
.campo8 .texto img.img-bebber {
  margin-bottom: 30px;
}
.campo8 .texto p {
  margin-bottom: 125px;
}
.campo8 .texto a {
  margin: 0 auto 70px auto;
}

footer {
  padding: 180px 0px 125px 0px;
}
footer .toast.fade.show {
  margin-top: 70px !important;
}
footer .col-md-8 {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}
footer .col-md-8 .min-text b {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
footer hr {
  margin: 100px 0px;
  color: inherit;
  border: 0;
  border-top: 1px solid var(--bg-preto);
  opacity: 1;
}
footer .container.c3 a {
  color: var(--bg-preto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
footer .container.c3 h2 {
  font-family: var(--font-text);
}
footer .container.c3 form .form-control {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bg-preto);
  background-color: transparent;
  border: 1px solid var(--bg-preto);
  border-radius: 4px;
}

/* Exemplo mobile-first (até 768px) */
@media (min-width: 768px) {
  .hidden-xs {
    display: block !important;
  }
  .visible-xs {
    display: none !important;
  }
  .collapse.navbar-collapse.responsive.visible-xs {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .campo6 .col-flex .texto {
    padding: 0 15px;
  }
}
/* Exemplo mobile-first (até 768px) */
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  html,
  body {
    overflow-x: hidden !important;
  }
  .mt-150 {
    margin-top: 50px;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 25px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  p {
    font-size: 14px !important;
  }
  nav.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    padding: 5px 15px 5px 0px;
  }
  nav.navbar .navbar-custom .a-logo img {
    max-height: 65px;
    transition: 0.4s ease-in;
  }
  nav.navbar .collapse.navbar-collapse.responsive {
    display: none !important;
    gap: 0;
    align-items: center;
    justify-content: center;
    padding: 0px;
    text-align: center;
  }
  nav.navbar .collapse.navbar-collapse.responsive.show {
    display: block !important;
  }
  nav.navbar .collapse.navbar-collapse.responsive .navbar-nav {
    flex-direction: unset;
    gap: 20px;
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px 15px 30px 15px;
    text-align: center;
  }
  nav.navbar .collapse.navbar-collapse.responsive .navbar-nav i {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    font-family: var(--font-text);
    text-transform: uppercase;
    padding: 0px;
  }
  .navbar-custom .a-logo img {
    max-height: 75px;
    transition: 0.4s ease-in;
  }
  .scroll-active .navbar-custom .a-logo img {
    max-height: 55px;
    transition: 0.4s ease-in;
  }
  .campo1 {
    padding: 140px 15px 50px 15px;
  }
  .campo1 .texto h1 {
    font-size: 30px;
  }
  .campo2 {
    height: 400px;
  }
  .campo3 .col-flex .texto {
    max-width: 390px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    flex-direction: column;
    padding: 0px 15px;
  }
  .campo4 .texto {
    padding-bottom: 50px;
  }
  .campo4 .texto img {
    margin: 0 auto 20px auto;
  }
  .campo4 .texto h4 {
    margin-bottom: 20px;
  }
  .campo5 {
    padding: 50px 0px;
  }
  .campo5 .icone-central {
    display: none;
  }
  .campo5 .texto {
    gap: 15px;
    margin: 0 auto 30px auto;
    padding: 0px 15px;
  }
  .campo6 .col-flex .texto {
    padding: 0px 15px 50px 15px;
  }
  .img-responsive {
    width: 100%;
  }
  .campo7 {
    padding: 50px 0px;
  }
  .campo7 h4 {
    margin-bottom: 0px;
  }
  .campo7 .row {
    row-gap: 50px;
  }
  .campo7 .row .texto.t-left {
    text-align: left;
    margin: 20px auto 0 0;
    gap: 10px;
  }
  .campo7 .row .texto.t-right {
    text-align: right;
    margin: 20px 0 0 auto;
    gap: 15px;
  }
  .campo7 .row .texto p i {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
  }
  .campo8 img {
    max-width: 200px;
  }
  footer {
    padding: 100px 0px;
  }
  footer img {
    max-width: 200px;
  }
  footer .col-md-8 {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  footer .col-md-8 .min-text b {
    margin-bottom: 0px;
  }
  footer hr {
    margin: 30px 0px;
    border-top: 1px solid var(--bg-preto);
    opacity: 1;
  }
  footer .container.c3 a {
    margin-bottom: 30px;
    display: block;
  }
}/*# sourceMappingURL=main.css.map */