/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@font-face {
  font-family: "Gotham Extra";
  src: url("../fonts/Gotham-ExtraLight.woff2") format("woff2"), url("../fonts/Gotham-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Thin.woff2") format("woff2"), url("../fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Ultra";
  src: url("../fonts/Gotham-Ultra.woff2") format("woff2"), url("../fonts/Gotham-Ultra.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BoldItalic.woff2") format("woff2"), url("../fonts/Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Extra";
  src: url("../fonts/Gotham-ExtraLight.woff2") format("woff2"), url("../fonts/Gotham-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
}

h2 {
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 52.5px */
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 19.5px */
}

.bg-cinza {
  background-color: #ecebe3;
}

.bg-branco {
  background-color: white;
}

.campo1 {
  background-image: url(../img/img1.jpg);
  height: calc(100vh - 70px);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  margin-top: 70px;
  position: relative;
}
.campo1 .texto {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.campo1 .texto img {
  width: -moz-max-content;
  width: max-content;
}
.campo1 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.campo2 {
  padding: 100px 0px;
  text-align: center;
}
.campo2 .texto {
  max-width: 715px;
  display: block;
  margin: 0 auto;
}
.campo2 .texto h2 {
  margin-bottom: 0;
}
.campo2 .texto h4 {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 150%; /* 52.5px */
  margin-bottom: 54px;
}
.campo2 .texto p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}

.campo3 {
  background-color: white;
  padding: 80px 0;
  /* Texto */
  /* Imagens globais */
}
.campo3 .row {
  align-items: center;
  /* Imagens lado a lado */
}
.campo3 .row .col-md-6 {
  padding: 0px;
}
.campo3 .row .col-md-6.ee {
  height: -webkit-fill-available;
}
.campo3 .row:last-child {
  margin-bottom: 0;
}
.campo3 .row.row-right .col-md-6:first-child img,
.campo3 .row.row-right .col-md-6:last-child img, .campo3 .row.row-left .col-md-6:first-child img,
.campo3 .row.row-left .col-md-6:last-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.campo3 img.img-icon {
  width: -moz-max-content !important;
  width: max-content !important;
}
.campo3 .texto {
  padding: 15px 60px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.campo3 .texto img {
  width: 50px;
}
.campo3 .texto h3 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
.campo3 .texto p {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  max-width: 460px;
  margin: 0;
}
.campo3 img.img-responsive {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .campo3 .texto {
    padding: 40px 30px;
    text-align: center;
  }
  .campo3 .texto img {
    margin: 0 auto 20px;
  }
  .campo3 .texto h3 {
    font-size: 20px;
  }
  .campo3 .texto p {
    font-size: 15px;
    max-width: 100%;
  }
  .campo3 .row {
    flex-direction: column !important;
    text-align: center;
  }
}

.campo4 {
  background-color: #ecebe3;
  padding: 135px 0px;
  text-align: center;
}
.campo4 h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 36.4px */
  letter-spacing: 5.6px;
}

.img-full {
  width: 100%;
}

.campo6 {
  background-color: #ecebe3;
  padding: 100px 0px;
}
.campo6 h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}

.campo7 .cc.c8 {
  background-image: url(../img/img12.jpg);
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  position: relative;
}
.campo7 .texto {
  max-width: 372px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
  .campo1 {
    height: 80vh;
    margin-top: 54.71px;
    padding: 0px 15px;
    background-image: url(../img/banner_xs.jpg);
  }
  .campo1 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    height: 100%;
  }
  .campo1 .container .texto img {
    filter: brightness(10000%);
  }
  .campo1 .container .play {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .campo1 .container .play img {
    max-width: 60px;
    display: block;
    margin: 0 auto;
  }
  .campo2 .texto h4 {
    margin-bottom: 30px;
  }
  .campo3 {
    padding: 0;
  }
  .campo3 .texto {
    gap: 5px;
  }
  .campo3 .texto img {
    margin: 0 auto 5px auto;
  }
  .campo3 .row .col-md-6.ee {
    height: -webkit-max-content;
  }
  .campo4 {
    padding: 100px 0px;
  }
  .campo4 h3 {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .campo6 {
    background-color: #ecebe3;
    padding: 100px 0px 50px 0px;
  }
  .campo6 h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
  }
  .campo6 .row.r2 {
    gap: 10px;
  }
  .campo6 .row.r2 .col-md-4 img {
    margin: 0 auto;
    display: block;
  }
  .campo7 {
    padding-top: 50px;
  }
  .campo7 .texto {
    max-width: 100%;
    margin: 20px auto 50px auto;
  }
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  top: 0;
  margin-top: 0;
}

.modal-dialog-centered {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 100vh !important;
}

.modal-content {
  margin: auto;
  border: none;
  border-radius: 0;
}

.modal-body {
  background-color: #000;
  padding: 0 !important;
}

.modal.fade.show {
  display: block !important;
  align-items: center;
  justify-content: center;
  top: 0 !important;
  margin-top: 0 !important;
}

.modal-content {
  margin-top: 15px !important;
}

.modal-body iframe {
  height: -webkit-fill-available !important;
}

@media (min-width: 768px) {
  .hidden-xs {
    display: flex !important;
  }
  .visible-xs {
    display: none !important;
  }
  .historia .hidden-xs {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  .visible-xs {
    display: block !important;
    visibility: visible !important;
  }
}
.example {
  display: grid;
  transition: all 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: linear-gradient(to bottom, white, black);
}/*# sourceMappingURL=main.css.map */