:root {
  --swiper-pagination-color: #309e3a;
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-bullet-inactive-color: #d9d9d9;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

html {
  overflow-x: hidden;
}

main {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-optical-sizing: auto;
  position: relative;
  letter-spacing: -0.078em;
}

section {
  overflow: hidden;
}
section#top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 56.1458333333vw;
  max-height: 95svh;
  padding-bottom: 45px;
}
section#top h1,
section#top h5 {
  text-shadow: 2px 2px 8px rgba(26, 24, 20, 0.3);
}
section#featured-2 {
  background-color: #ae9c76;
}
section#featured-2 .items > .col > .row {
  align-items: center;
}
section#featured-2 .items .icone {
  width: 93px;
  height: 93px;
  background-color: #f9e867;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
section#featured-2 .videoContainer {
  display: block;
  border-radius: 41px;
  overflow: hidden;
  box-shadow: 0px 45px 161px 0px rgba(26, 24, 20, 0.41);
  position: relative;
}
section#featured-2 .videoContainer .playIcon {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
section#featured-3 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 41px;
}
section#featured-4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

footer {
  background-color: #948664;
}

.conteudo {
  letter-spacing: 0.1em;
  color: #f9e867;
  background-color: #f38c2e;
  border-radius: 10px;
  box-shadow: 0px 0 20px 0px rgba(243, 140, 46, 0.4);
  padding: 15px 30px;
  text-align: center;
}

a.conteudo:hover,
a.conteudo:focus,
.btn-primary:hover,
.btn-primary:focus {
  color: white !important;
}

.separador {
  display: flex;
  justify-content: center;
  height: 0;
  position: relative;
  z-index: 1;
}
.separador .conteudo {
  border-radius: 15px;
  transform: translateY(-50%);
  position: absolute;
  max-width: 100vw;
}

@media (max-width: 1199px) {
  section#top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 95svh;
    padding-bottom: 45px;
  }
  section#featured-2 .items .icone {
    width: 55px;
    height: 55px;
    border-radius: 15px;
  }
  section#featured-2 .items .icone > img {
    width: 40px;
  }
  section#featured-2 .videoContainer {
    border-radius: 15px;
  }
  section#featured-2 .videoContainer .playIcon {
    width: 80px;
  }
  .conteudo {
    padding: 15px;
  }
  .separador .conteudo {
    max-width: calc(100vw - 32px);
  }
}
/* Form */
#formContato input {
  color: #ae9c76;
  background-color: #fff;
  border-radius: 2px;
  border: none;
  width: 100%;
  font-size: 0.7em;
  padding: 3px 10px;
}
#formContato .btn-custom {
  font-size: 0.9em;
}
#formContato .btn-custom > span {
  display: inline-block;
}
#formContato .btn-custom .sending {
  display: none;
}
#formContato .btn-custom[disabled] > span {
  display: none;
}
#formContato .btn-custom[disabled] .sending {
  display: block;
}

@media (max-width: 1199px) {
  #formContato input {
    font-size: 1em;
    padding: 8px 10px;
  }
  #formContato .btn-custom {
    font-size: 1em;
  }
}
.container-fullhd {
  margin: 0 auto;
  max-width: 1920px !important;
}

b,
strong {
  font-weight: 700;
}

h1 b,
h1 strong,
h4 b,
h4 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
  font-weight: 800;
}

@media (max-width: 1200px) {
  .form-box {
    padding: 20px;
  }
}
@media (max-width: 1399px) {
  html {
    font-size: 13.7px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 12px;
  }
}
.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.3137254902);
}

#error-msg {
  color: white;
  background-color: red;
  border-radius: 8px;
}

#valid-msg {
  color: white;
  background-color: #00c900;
  border-radius: 8px;
}

input.error {
  border: 1px solid #ff7c7c;
}

.hide {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

.img-fluid-90 {
  max-width: 100%;
  height: auto;
}

.lh-1 {
  line-height: 1;
}

.lh-minus {
  line-height: 0.95;
}

.lh-minus-x2 {
  line-height: 0.85;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-minus {
  letter-spacing: -0.038em;
}