:root {
  --animate-duration: 1400ms;
  --swiper-theme-color: #c21e24;
  --swiper-pagination-color: #c21e24;
  --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: 4px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --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;
}

.nav-link {
  color: #f4d087;
}

html {
  overflow-x: hidden;
}

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

.videoheader {
  background-color: black;
}
.videoheader > div {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 0;
}

header {
  position: relative;
  background: #354959 url("../images/topo/bg-repeat.jpg?v=3") repeat-x;
  background-size: contain;
  letter-spacing: -0.07em;
}
header .img-bg {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  display: none;
}
header .logo {
  max-width: 411px;
}
header .container {
  background: url("../images/topo/bg.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.pattern-light {
  background: #dedede;
  text-shadow: white 3px 4px 8px;
  color: black;
}

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

section {
  overflow: hidden;
}

footer {
  background-color: #948664;
}

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

.text-justify-end {
  text-align: justify;
}

/* Form */
#formContato input {
  color: #474747;
  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;
  }
}
.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;
}

.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;
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.3137254902);
}

.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.4588235294);
}

#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;
}

a.botao-whatsapp {
  background-color: #24cc63;
  color: white;
  font-size: 22px;
  font-weight: 500;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 16px;
  text-decoration: none;
}

.swiper {
  width: 100%;
  aspect-ratio: 4.2666666667;
}

.swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide .fader {
  position: absolute;
  z-index: 0;
  background-color: #000000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.swiper-slide .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .swiper {
    aspect-ratio: 2.7428571429;
  }
}
.nav-link {
  padding: 16px 0;
}

.active.nav-link {
  background-color: #c21e24;
  color: white !important;
}

.nav-link:hover {
  background-color: var(--bs-gray-300);
  color: #c21e24 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #c21e24 !important;
  background-color: var(--bs-gray-300);
}

#footer-logos img {
  max-height: 120px;
}