
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 0) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
html {
  scroll-behavior: smooth;
}
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;
}
a {
  color: currentColor;
  text-decoration: none;
}
button {
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 576px) and (min-width: 320px) {
  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.padrao-botao {
  display: block;
  width: fit-content;
  line-height: 40px;
  border-radius: 23px 0 23px 0;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  border: 3px solid currentColor;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: currentColor;
  padding: 0 25px;
  transition: background 0.4s ease, border-color 0.4s ease;
  cursor: pointer;
}
.padrao-botao:hover {
    background: linear-gradient(90deg, rgba(0,102,0,0.5), rgba(255,223,0,0.5));

  color: #fff;
  border-color: #fff;
}

.padrao-titulo {
  font-size: var(--fonte-66px);
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
}
.padrao-subtitulo-maior {
  font-weight: 600;
  font-size: var(--fonte-45px);
  letter-spacing: -0.01em;
}
.padrao-subtitulo-maior.fw800 {
  font-weight: 800;
}
.padrao-subtitulo {
  font-weight: 600;
  font-style: italic;
  font-size: var(--fonte-30px);
  letter-spacing: -0.01em;
}
.padrao-subtitulo.risco {
  position: relative;
}
.padrao-subtitulo.risco::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: currentColor;
}
.padrao-subtitulo.risco span {
  position: relative;
  background-color: #fff;
  padding: 0 45px;
}
@media (max-width: 768px) {
  .padrao-subtitulo.risco span {
    padding: 0 15px;
  }
}
.padrao-bloco {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .banner-container {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .padrao-bloco {
    padding: 70px 0;
  }
}
.padrao-bloco.azul {
  background-color: #06f;
  color: #fff;
}
.padrao-bloco.cinza {
  background-color: #333;
  color: #fff;
}
.padrao-bloco.branco + .padrao-bloco.branco {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .banner-container {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h-100 {
    height: 100%;
  }
}
.scroll-mobile {
  margin: 0 calc(var(--tamanho-borda) * -1);
  overflow: auto;
  padding: 0 var(--tamanho-borda) 10px;
}
html {
  font-size: 0.9375rem;
}
@media (max-width: 320px) {
  html {
    font-size: 0.875rem;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  color: var(--cor-texto);
  background: #fffafa;
  overflow-x: hidden;
}
button,
input {
  font-family: "Open Sans", sans-serif;
}
.hidden {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.no-overflow {
  width: 100%;
  overflow: hidden;
}


:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}


.editor {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2em;
}
.editor strong {
  font-weight: 700;
}
.editor p + p {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .editor {
    line-height: 1.7em;
  }
}
.editor {
  font-weight: 300;
  line-height: 2em;
  text-align: left;
  font: normal normal 300 17px / 17px Open Sans;
  letter-spacing: 0px;
  color: #ffffff8f;
  text-transform: math-auto;
}
.linha__content .editor p {
  line-height: 1.2em;
}
.editor.legenda p {
    font-weight: 300;
    line-height: 1.2em !important;
    text-align: left;
    font: normal normal 300 17px / 17px Open Sans;
    letter-spacing: 0px;
    color: #1f1e1e8f;
    text-transform: math-auto;
  }
.editor strong {
  font-weight: 700;
}
.editor p + p {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .editor {
    line-height: 1.7em;
  }
}

.padrao-bloco h2 {
  font-weight: 700;
  font-size: var(--fonte-45px);
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
.padrao-botao {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .padrao-botao {
    margin-top: 30px;
  }
}


.bloco-o-que-fazemos .padrao-subtitulo {
    position: relative;
    margin-bottom: 35px
}

.bloco-o-que-fazemos .padrao-subtitulo::before {
    content: " ";
    position: absolute;
    right: calc(100% + 30px);
    top: 50%;
    margin-top: -1.5px;
    height: 3px;
    width: calc(var(--tamanho-coluna) - 30px);
    background-color: currentColor
}

@media(max-width: 991.98px) {
    .bloco-o-que-fazemos .padrao-subtitulo::before {
        right:calc(100% + 8px);
        width: var(--tamanho-borda)
    }
}

@media(max-width: 991.98px) {
    .bloco-o-que-fazemos {
        padding-bottom:0
    }
}
.bloco-linhas {
  padding-bottom: 60px;
}
.bloco-linhas h2 {
  font-weight: 800;
}
@media (max-width: 768px) {
  .bloco-linhas {
    padding-bottom: 55px;
  }
  .bloco-linhas .legenda {
    margin-bottom: 35px;
  }
}
[class^="linha-"] {
  background-color: inherit;
}
[class^="linha-"] h3,
[class^="linha-"] .editor {
  color: #fff;
}
[class^="linha-"]::before {
  content: " ";
  color: #fff;
}
.linha {
  position: relative;
  display: flex;
  border-radius: 40px 0 40px 0;
  margin: 15px;
}
.linha__content {
  padding: 25px 45px;
}
@media (max-width: 767.98px) {
  .linha__content {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .linha {
    display: block;
    margin: 15px 0;
  }
}
.linha img {
  display: block;
  width: clamp(400px, var(--tamanho-coluna) * 2.65, 370px);
  min-height: 100%;
  aspect-ratio: 1/0.8;
  border-radius: 40px 0 40px 0;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.5);
}
@media (max-width: 768px) {
  .linha img {
    width: 100%;
    min-height: unset;
  }
}
.linha h3 {
  font-weight: 600;
  font-style: italic;
  font-size: var(--fonte-30px);
  letter-spacing: -0.01em;
  margin-bottom: 0.5em;
}
.linha .padrao-botao {
  position: relative;
  margin-top: 15px;
  margin-left: auto;
}
.linha .padrao-botao::before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  right: calc(100% + 30px);
  height: 3px;
  color: currentColor;
  background-color: #fff;
  width: calc(var(--tamanho-coluna) * 3.6);
}
@media (max-width: 1730px) {
  .linha .padrao-botao::before {
    width: calc(var(--tamanho-coluna) * 4.4);
  }
}
@media (max-width: 768px) {
  .linha .padrao-botao::before {
    display: none;
  }
}

.linha--right {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .linha--right .padrao-botao {
    margin-left: 0;
  }
  .linha--right .padrao-botao::before {
    right: 0;
    left: calc(100% + 30px);
  }
}


.banner-vendas {
  filter: brightness(0.8);
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 40px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-vendas .container {
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
.banner-vendas h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.banner-vendas p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;

}
.banner-vendas .bloco-botao {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .banner-vendas {
    padding-top: 185px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
.banner-vendas * {
  position: relative;
  z-index: 2;
}
.bloco-contato {
  padding-top: 0;
}

@media (max-width: 992px) {
  .rodape {
    padding-top: 100px;
  }
} /*# sourceMappingURL=home.css.map */

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}

/* Banner */

.swiper {
width: 95%;
max-width: 1300px;
height: 80vh;
border-radius: 24px;
overflow: hidden;
position: relative;
}
.swiper-slide {
position: relative;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.swiper-slide video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
object-fit: cover;
z-index: 1;
filter: brightness(0.5);
}
.swiper-slide:nth-child(even) .banner-content {
flex-direction: row-reverse;
}
.banner-content {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
width: 90%;
max-width: 1200px;
color: white;
z-index: 2;
}
.banner-text {
max-width: 600px;
animation: slideIn 1s ease forwards;
}
@keyframes slideIn {
from {
opacity: 0;
transform: translateX(-100px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.swiper-slide:nth-child(even) .banner-text {
animation: slideInReverse 1s ease forwards;
}
.banner-text.animate-left {
opacity: 1;
transform: translateX(-100px);
}
.banner-text.animate-right {
opacity: 1;
transform: translateX(100px);
}
@keyframes slideInReverse {
from {
opacity: 0;
transform: translateX(100px);
}
to {
opacity: 1;
transform: translateX(0);
}
}

.banner-text h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.banner-text p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

/* Pagination estilo barrinha */

.swiper-pagination-bullet-active {
background: white !important;
width: 25px !important;
height: 5px !important;
border-radius: 0 !important;
}
.swiper-pagination-bullet {
background: whitesmoke !important;
width: 25px !important;
height: 5px !important;
border-radius: 0!important;
}
.swiper-arrows {
width: 100%;
height: 80px;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
bottom: 50%;
}

.swiper-slide:nth-child(even) .banner-text {
animation: slideInReverse 1s ease forwards;
}
@keyframes fill {
from { width: 0%; }
to { width: 100%; }
}


/* Responsividade */
@media (max-width: 768px) {
.banner-content {
flex-direction: column;
text-align: center;
}
.banner-text h2 {
font-size: 32px;
}
.banner-text p {
font-size: 16px;
}

}
