@charset "UTF-8";
/* PAGINA SOBRE NOS */
.header-interno {
  background-color: #1e1e1e;
  padding: 220px 0px 120px 0px;
}

.header-interno h1 {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.075rem;
  color: #ffffff !important;
}
.header-interno h1 strong {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}

.box-header-text-interno {
  display: inline-flex;
  background-color: #f19c1d;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 22;
}
@media screen and (max-width: 768px) {
  .box-header-text-interno {
    justify-content: center;
    flex-direction: row;
  }
}

.box-header-text-interno a {
  color: #1e1e1e;
  margin: 24px;
}
@media screen and (max-width: 768px) {
  .box-header-text-interno a {
    margin: 12px;
    font-size: 12px;
  }
}
.box-header-text-interno i {
  color: #1e1e1e;
}

.box-img-header-interno {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .box-img-header-interno {
    right: -50%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .box-img-header-interno {
    right: -50%;
  }
}

/* PAGINA IMOVEL */
.header-imovel {
  background-image: url("../img/home/header/banner.png");
  padding: 220px 0px 120px 0px;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 768px) {
  .header-imovel {
    background-position: center;
    padding: 220px 0px 200px 0px;
  }
}

.header-imovel h1 {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.075rem;
  color: #ffffff !important;
}
.header-imovel h1 strong {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}
.header-imovel span.subtitulo-imovel {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 163.636% */
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  max-width: 70%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header-imovel span.subtitulo-imovel {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .header-imovel span.subtitulo-imovel {
    max-width: 100%;
  }
}

.box-header-text-imovel {
  display: inline-flex;
  background-color: #f19c1d;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 22;
}
@media screen and (max-width: 768px) {
  .box-header-text-imovel {
    justify-content: center;
    flex-direction: row;
  }
}

.box-header-text-imovel a {
  color: #1e1e1e;
  margin: 24px;
}
@media screen and (max-width: 768px) {
  .box-header-text-imovel a {
    margin: 12px;
    font-size: 12px;
  }
}
.box-header-text-imovel i {
  color: #1e1e1e;
}

.detalhes-imovel {
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .detalhes-imovel {
    padding: 40px 0px;
  }
}

.detalhes-imovel h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem; /* 108.571% */
  letter-spacing: -0.06563rem;
  color: #1e1e1e;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.detalhes-imovel h3 strong {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}
@media screen and (max-width: 768px) {
  .detalhes-imovel h3 strong {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
@media screen and (max-width: 768px) {
  .detalhes-imovel h3 {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
.detalhes-imovel span {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 163.636% */
  display: flex;
  margin-bottom: 8px;
}
.detalhes-imovel a {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.00688rem;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .detalhes-imovel a {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .detalhes-imovel a {
    justify-content: flex-start;
  }
}
.detalhes-imovel a:hover {
  color: #f19c1d;
}
.detalhes-imovel i {
  color: #f19c1d;
  margin-left: 4px;
}
.detalhes-imovel ul {
  list-style: none;
  padding-left: 24px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .detalhes-imovel ul {
    padding: 0;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .detalhes-imovel ul {
    padding: 0;
    margin-top: 12px;
  }
}
.detalhes-imovel li {
  display: flex;
  width: 100%;
  color: #1e1e1e;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.00688rem;
  margin: 0px 0px 12px 0px;
}
.detalhes-imovel li strong {
  display: flex;
  flex-direction: row;
  color: #1e1e1e;
  font-family: Montserrat;
  font-size: 0.975rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.00875rem;
}
@media screen and (max-width: 768px) {
  .detalhes-imovel li strong {
    display: flex;
    flex-direction: column;
  }
}
.detalhes-imovel li p {
  margin-left: 8px;
  margin-bottom: 0px;
}
.detalhes-imovel .lista-endereco {
  padding-left: 0px;
}
.detalhes-imovel .lista-endereco li a {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  font-size: 12px;
}

.slick-prev:before {
  background-image: url(../img/imovel/galeria/seta-esquerda.svg) !important;
  background-size: 30px 30px !important;
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  content: "" !important;
  position: absolute !important;
  left: -60px !important;
}

.slick-next:before {
  background-image: url(../img/imovel/galeria/seta-direita.svg);
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  position: absolute !important;
  right: -60px !important;
}

.slick-prev {
  left: 0px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: black;
  border: none;
  outline: none;
  background: transparent;
}

.slick-next {
  right: 0px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: black;
  border: none;
  outline: none;
  background: transparent;
}

.slider img {
  width: 100%;
}

.slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .slider-nav {
    margin-top: 16px;
  }
}
.slider-nav img {
  padding: 16px !important;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slider-nav img {
    padding: 8px !important;
  }
}

.col-btn-imovel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0px;
}

.galeria-imovel {
  padding: 0px 25%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .galeria-imovel {
    padding: 0px 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .galeria-imovel {
    padding: 0px 0;
  }
}

.diferencias-imovel {
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .diferencias-imovel {
    padding: 40px 0px;
  }
}

.diferencias-imovel h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem; /* 108.571% */
  letter-spacing: -0.06563rem;
  color: #1e1e1e;
  margin-bottom: 24px;
}
.diferencias-imovel h3 strong {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}
@media screen and (max-width: 768px) {
  .diferencias-imovel h3 strong {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
@media screen and (max-width: 768px) {
  .diferencias-imovel h3 {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
.diferencias-imovel span {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 163.636% */
  display: flex;
  margin-bottom: 8px;
}
.diferencias-imovel img {
  width: 100%;
  max-width: 36px;
  margin-bottom: 4px;
}

.box-diferencial {
  display: flex;
  flex-direction: column;
  margin: 16px 0px;
}

.linha-diferencial {
  margin-left: 16.66666667% !important;
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .linha-diferencial {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .linha-diferencial {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .linha-diferencial {
    margin-left: 0 !important;
  }
}

/* SOBRE IMOVEL */
#sobre-imovel {
  padding: 0px 0px 96px 0px;
}

#sobre-imovel h4 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem; /* 108.571% */
  letter-spacing: -0.06563rem;
  color: #1e1e1e;
}
#sobre-imovel h4 strong {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}
@media screen and (max-width: 768px) {
  #sobre-imovel h4 strong {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
@media screen and (max-width: 768px) {
  #sobre-imovel h4 {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
#sobre-imovel span {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 163.636% */
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
}
#sobre-imovel h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem; /* 108.571% */
  letter-spacing: -0.06563rem;
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 32px;
}
#sobre-imovel h3 strong {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}
@media screen and (max-width: 768px) {
  #sobre-imovel h3 strong {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
@media screen and (max-width: 768px) {
  #sobre-imovel h3 {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}

.col-cta-home-video {
  margin-top: 32px !important;
}

/* CALL TO ACTION IMOVEL*/
#call-to-action-imovel {
  background-image: url(../img/imovel/call-to-action/background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0px;
  border-top: 16px solid #f19c1d;
}

#call-to-action-imovel .col-cta-home {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#call-to-action-imovel h4 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem; /* 108.571% */
  letter-spacing: -0.06563rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
#call-to-action-imovel h4 strong {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}
@media screen and (max-width: 768px) {
  #call-to-action-imovel h4 strong {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
@media screen and (max-width: 768px) {
  #call-to-action-imovel h4 {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
#call-to-action-imovel span {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 163.636% */
  color: #ffffff;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 138.889% */
  letter-spacing: -0.03375rem;
  margin-bottom: 24px;
}
#call-to-action-imovel a {
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  margin: 8px 8px;
}

.col-cta-imovel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

li {
  list-style-type: none !important;
}

button {
  border: none;
  outline: none;
  background: none;
}

body {
  overflow: hidden !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body,
html {
  margin: 0;
  padding: 0;
  word-wrap: normal;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #ffffff !important;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background: #d6d6d6;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
  background: #3f3f3f;
}

a {
  text-decoration: none !important;
}

/* .bg-header {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
} */
/* .bg-header object {
  overflow: hidden;
  position: absolute;
  top: -15vh;
  right: 0;
  width: 100%;
  z-index: -9999;
} */
.carousel-control-prev-icon {
  background-image: none;
}
.carousel-control-prev-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  background-image: none;
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.carousel-control-next-icon {
  background-image: none;
}
.carousel-control-next-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 15px;
  height: 15px;
  border-left: 1px solid white;
  border-top: 1px solid white;
}

/* teste */
a:hover {
  text-decoration: none;
}

header a {
  font-size: 14px;
}
header a:hover, header a:active, header a:focus {
  text-decoration: none;
  outline: none;
}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  border: 0px !important;
}

.container {
  max-width: 1200px !important;
}

.owl-theme .owl-dots .owl-dot:hover,
.owl-theme .owl-dots .owl-dot:active,
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
  box-shadow: none;
}

input:focus-visible {
  outline: none;
}

textarea:focus-visible {
  outline: none;
}

.navbar-toggler {
  border: 0px !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem !important;
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(255, 255, 255, 1)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M6 15h20M4 23h22"/></svg>') !important;
  transition: 0.5s ease;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(255, 255, 255, 1)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="M23 7l-16 16M7 7l16 16"/></svg>') !important;
  transition: 0.5s ease;
  transform: rotate(180deg);
}

/* Ajustar visualização pela classe */
@media screen and (max-width: 768px) {
  .v-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .v-desktop {
    display: none;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .v-mobile {
    display: none;
  }
}

/* Ajustar visualização pela classe */
/* BOTOES */
.btn-clear {
  border: 1px solid #ffffff;
  padding: 14px 28px;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}
.btn-clear:hover {
  background-color: #ffffff;
  color: #1e1e1e;
}

.btn-solid-white {
  border-radius: 2.6875rem;
  border: 1px solid #dfdfdf;
  background: #ffffff;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
}
.btn-solid-white:hover {
  background: #f19c1d;
}

.btn-solid-white-border {
  border-radius: 2.6875rem;
  border: 1px solid #dfdfdf;
  color: #1e1e1e;
  background: #ffffff;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  border: #f19c1d 2px solid;
}
.btn-solid-white-border:hover {
  background: #f19c1d;
  color: #ffffff;
}

.btn-solid-transparent-border {
  border-radius: 2.6875rem;
  border: 1px solid #dfdfdf;
  color: #ffffff;
  background: transparent;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  border: #ffffff 2px solid;
}
.btn-solid-transparent-border:hover {
  color: #1e1e1e;
  background: #ffffff;
}

.btn-solid-white.active {
  border-radius: 2.6875rem;
  border: 1px solid #d98200;
  background: #f19c1d;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
}
.btn-solid-white.active:hover {
  background: #ffffff;
}
.btn-solid-white.active:hover {
  background: #f19c1d;
}

/* NAVBAR */
.navbar {
  padding: 32px 0px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  transition: background-color 0.5s linear;
}

#navbarText {
  display: flex;
  justify-content: flex-end;
}

.nav-link {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 163.636% */
  color: #ffffff !important;
}

.container-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-menu .nav-link i:hover {
  color: #f19c1d !important;
}

@media screen and (min-width: 1200px) {
  .container-menu-desktop {
    display: none !important;
  }
}
.container-menu-desktop li {
  margin: 0 auto;
}

#navbarSupportedContent {
  padding: 32px 0px;
}
#navbarSupportedContent .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbarSupportedContent .nav-link {
  margin: 16px 0px;
  color: #ffffff !important;
  position: relative;
}
#navbarSupportedContent .nav-link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #f19c1d;
  bottom: -10%;
  left: 0;
  transition: all 0.7s ease-in-out;
}
#navbarSupportedContent .nav-link:hover {
  color: #f19c1d !important;
}
#navbarSupportedContent .nav-link:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #navbarSupportedContent .ul-redesociais {
    width: 50%;
    padding: 0px;
    margin: 0 auto;
  }
}

/* ALTERAR COR DO NAVBAR */
.navbar.bg-custom {
  background-color: rgba(0, 0, 0, 0.75) !important;
  transition: background-color 0.5s linear;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* ALTERAR COR DO NAVBAR */
/* HEADER */
.header i {
  color: #f19c1d;
}
.header h2 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem; /* 108.571% */
  letter-spacing: -0.06563rem;
  margin: 8px 0px;
}
.header h2 strong {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}
@media screen and (max-width: 768px) {
  .header h2 strong {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
@media screen and (max-width: 768px) {
  .header h2 {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
.header span {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 163.636% */
  font-size: 0.875rem;
  color: #ffffff;
  margin: 8px 0px;
  max-width: 50ch;
}
.header a {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 16px;
}

.col-banner {
  width: 1200px !important;
  margin: 0 auto;
  display: flex;
}

.hero .item {
  display: flex;
  flex-direction: column;
}

.box-header {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  right: auto;
  padding-bottom: 0;
  top: 400px;
  transform: translate(-50%, -50%);
  bottom: auto;
  width: 100%;
  max-width: 1200px;
  text-shadow: 0 0 transparent;
  text-align: left;
  margin: 0;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .box-header {
    top: 300px;
  }
}

.box-header-img img {
  width: 100% !important;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
}
@media screen and (max-width: 768px) {
  .box-header-img img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.box-header-text {
  display: inline-flex;
  background-color: #f19c1d;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  bottom: 34px;
  z-index: 22;
}
@media screen and (max-width: 768px) {
  .box-header-text {
    justify-content: center;
    bottom: 37px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .box-header-text {
    justify-content: center;
    bottom: 0px;
  }
}

.box-header-text a {
  color: #1e1e1e;
  margin: 24px;
}
@media screen and (max-width: 768px) {
  .box-header-text a {
    margin: 12px;
    font-size: 12px;
  }
}
.box-header-text i {
  color: #1e1e1e;
}

/* LANCAMENTOS */
#lancamentos {
  margin: 80px 0px;
}

#lancamentos h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem; /* 108.571% */
  letter-spacing: -0.06563rem;
  color: #1e1e1e;
}
#lancamentos h3 strong {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}
@media screen and (max-width: 768px) {
  #lancamentos h3 strong {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
@media screen and (max-width: 768px) {
  #lancamentos h3 {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
#lancamentos span {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 163.636% */
  color: #1e1e1e;
}

.col-btn-lancamentos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 72px 0px 32px 0px !important;
}
@media screen and (max-width: 768px) {
  .col-btn-lancamentos {
    margin: 32px 0px !important;
  }
}

.text-lancamentos-baixo h4 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9375rem; /* 150% */
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.text-lancamentos-baixo span {
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem; /* 125% */
  text-transform: uppercase;
}
.text-lancamentos-baixo hr {
  border: 1px solid #f19c1d;
  opacity: 0.5;
  width: 100%;
}
.text-lancamentos-baixo a {
  border: 1px solid #ffffff;
  padding: 14px 28px;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  border: 0px;
  padding: 0px;
  font-size: 0.75rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.text-lancamentos-baixo a:hover {
  background-color: #ffffff;
  color: #1e1e1e;
}
.text-lancamentos-baixo a:hover {
  color: #f19c1d;
  background-color: transparent;
  font-weight: 600;
}

.text-lancamentos-baixo {
  position: absolute;
  bottom: 16px;
  padding: 20px;
  width: 100%;
}

.text-lancamentos-cima span {
  color: #ffffff !important;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9375rem; /* 150% */
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}

.text-lancamentos-cima {
  position: absolute;
  top: 0px;
  right: 0px !important;
  padding: 16px;
}

/* CALL TO ACTION */
#call-to-action-home {
  background-image: url(../img/home/calltoaction/background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0px;
  border-top: 16px solid #f19c1d;
}

#call-to-action-home .col-cta-home {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#call-to-action-home h4 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem; /* 108.571% */
  letter-spacing: -0.06563rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
#call-to-action-home h4 strong {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}
@media screen and (max-width: 768px) {
  #call-to-action-home h4 strong {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
@media screen and (max-width: 768px) {
  #call-to-action-home h4 {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
#call-to-action-home span {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 163.636% */
  color: #ffffff;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 138.889% */
  letter-spacing: -0.03375rem;
  margin-bottom: 24px;
}
#call-to-action-home a {
  max-width: -moz-max-content;
  max-width: max-content;
}

/* SOBRE HOME */
#sobre-home {
  padding: 100px 0px 100px 0px;
}

#sobre-home h4 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem; /* 108.571% */
  letter-spacing: -0.06563rem;
  color: #1e1e1e;
}
#sobre-home h4 strong {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}
@media screen and (max-width: 768px) {
  #sobre-home h4 strong {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
@media screen and (max-width: 768px) {
  #sobre-home h4 {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
#sobre-home span {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 163.636% */
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
}

.col-cta-home-video {
  margin-top: 32px !important;
}

/* TESTEMUNHOS */
#testemunhos-home {
  padding: 96px 0px;
}

#testemunhos-home h4 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem; /* 108.571% */
  letter-spacing: -0.06563rem;
  color: #1e1e1e;
  display: flex;
  flex-direction: column;
}
#testemunhos-home h4 strong {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}
@media screen and (max-width: 768px) {
  #testemunhos-home h4 strong {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
@media screen and (max-width: 768px) {
  #testemunhos-home h4 {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
#testemunhos-home span {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 163.636% */
  color: #1e1e1e;
}

.carrousel-depoimentos {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .carrousel-depoimentos {
    margin-top: 50px;
  }
}

.carrousel-depoimentos .owl-dot span,
.lancamentos .owl-dot span,
.hero .owl-dot span {
  background: rgba(241, 156, 29, 0.5) !important;
}
.carrousel-depoimentos .owl-dot.active span,
.lancamentos .owl-dot.active span,
.hero .owl-dot.active span {
  background: rgb(241, 156, 29) !important;
}

.card-depoimentos h6 {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 100% */
  letter-spacing: -0.04688rem;
}
.card-depoimentos p {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
}
.card-depoimentos span {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.125rem;
}

.card-depoimentos {
  background-color: #ffffff;
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  border-left: 2px solid #f19c1d;
  max-width: 600px;
}

/* CARROUSSEL SETAS */
.hero .prev-slide:after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: 40%;
  left: 4%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 24px;
  height: 24px;
  background-image: none;
  border-left: 4px solid rgb(255, 255, 255);
  border-top: 4px solid rgb(255, 255, 255);
  opacity: 0.3;
}

.hero .next-slide:after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: 40%;
  right: calc(4% - 24px);
  transform: translate(-50%, -50%) rotate(135deg);
  width: 24px;
  height: 24px;
  border-left: 4px solid rgb(255, 255, 255);
  border-top: 4px solid rgb(255, 255, 255);
  opacity: 0.3;
}

.carrousel-depoimentos .prev-slide:after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: 40%;
  left: 3%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 24px;
  height: 24px;
  background-image: none;
  border-left: 4px solid black;
  border-top: 4px solid black;
  opacity: 0.3;
}

.carrousel-depoimentos .next-slide:after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: 40%;
  right: 1%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 24px;
  height: 24px;
  border-left: 4px solid black;
  border-top: 4px solid black;
  opacity: 0.3;
}

/* FOOOTER */
#footer {
  padding: 120px 0px;
  background-color: #1e1e1e;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 80px 0px 40px 0px;
  }
}

#footer h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem; /* 108.571% */
  letter-spacing: -0.06563rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
#footer h3 strong {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}
@media screen and (max-width: 768px) {
  #footer h3 strong {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
@media screen and (max-width: 768px) {
  #footer h3 {
    font-size: 1.875rem;
    line-height: 2.0625rem; /* 110% */
  }
}
#footer ul {
  padding-left: 0px;
  margin-top: 32px;
}
#footer li.principal {
  color: #f19c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125rem;
  text-transform: uppercase;
}
#footer li a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
}

#footer .row {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footerdireita {
    margin-left: 0px;
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .footerdireita {
    margin-left: 0px;
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .footerdireita {
    margin-left: 0px;
  }
}
.footerdireita form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0px auto !important;
  padding: 0px 0px;
}
@media screen and (max-width: 768px) {
  .footerdireita form {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .footerdireita form {
    padding: 0 !important;
  }
}
.footerdireita form .col-lg-12 {
  padding: 0px !important;
  /* input ocupar a tela toda */
}
.footerdireita form label {
  color: #f19c1d;
  font-family: "Montserrat";
  font-size: 0.7625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.75rem; /* 133.333% */
  text-transform: uppercase;
}
.footerdireita form input {
  width: 100%;
  height: 48px;
  background-color: transparent;
  border: none;
  padding: 0px 16px;
  margin-bottom: 8px;
  /*          margin: 0px 0px 24px 0px; */
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-bottom: 2px solid #f19c1d;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .footerdireita form input {
    margin: 0px 0px 12px 0px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .footerdireita form input {
    margin: 0px 0px 12px 0px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .footerdireita form input {
    margin: 0px 0px 12px 0px;
  }
}
.footerdireita form input::-moz-placeholder {
  color: #ffffff;
}
.footerdireita form input::placeholder {
  color: #ffffff;
}
.footerdireita form textarea {
  width: 100%;
  /*      height: 20%; */
  background-color: transparent;
  border: none;
  padding: 16px 16px;
  margin: 0px 0px 32px 0px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-bottom: 2px solid #f19c1d;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  resize: none;
}
@media screen and (max-width: 768px) {
  .footerdireita form textarea {
    margin: 0px 0px 12px 0px;
  }
}
.footerdireita form textarea::-moz-placeholder {
  color: #ffffff;
}
.footerdireita form textarea::placeholder {
  color: #ffffff;
}
.footerdireita form button {
  width: -moz-max-content;
  width: max-content;
  align-self: end;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.75rem; /* 133.333% */
  text-transform: uppercase;
}
.footerdireita form button:hover {
  color: #f19c1d;
}
@media screen and (max-width: 768px) {
  .footerdireita form button {
    font-size: 12px !important;
    padding: 8px 16px;
  }
}

@media screen and (max-width: 768px) {
  .col-input {
    padding: unset;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .col-input {
    padding: unset;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .col-input {
    padding: 0px !important;
  }
}

.img-footer {
  pointer-events: none !important;
}

#finalline {
  border-top: 2px solid rgb(64, 53, 35);
  width: 100%;
  background-color: #1e1e1e;
  margin: 0px auto !important;
  padding: 0px 150px;
}
@media screen and (max-width: 768px) {
  #finalline {
    padding: 0px 20px;
  }
}

.finalcontainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px auto !important;
  padding: 0px 0px;
}
/*   .col-input:nth-child(1){
  @include responsive(xl){
      padding-left: 0px;
  }
} */
.finalcontainer .d-flex {
  justify-content: center;
}
.finalcontainer p {
  font-family: "Montserrat", sans-serif;
  padding: 22px 0px !important;
  justify-content: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .finalcontainer p {
    font-size: 12px !important;
    text-align: center;
  }
}
.finalcontainer a {
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */