@charset "UTF-8";
@import url(slick.scss);
@import url(slick-theme.scss);
@font-face {
  font-family: "PP Monument Extended";
  src: url("../fonts/PPMonumentExtended-Light.woff2") format("woff2"), url("../fonts/PPMonumentExtended-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Monument Extended";
  src: url("../fonts/PPMonumentExtended-Black.woff2") format("woff2"), url("../fonts/PPMonumentExtended-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Monument Extended";
  src: url("../fonts/PPMonumentExtended-Regular.woff2") format("woff2"), url("../fonts/PPMonumentExtended-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Importando as fontes do Google Fonts */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Estilos globais */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000000;
  font-family: "PP Monument Extended";
  font-size: 1rem;
  font-weight: 400;
  overflow-x: hidden;
  color: #ffffff;
}

main {
  width: 100%;
  overflow: hidden;
}

section {
  position: relative;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.row.center-v {
  align-items: center;
}
.row.center-w {
  justify-content: center;
}
.row.between {
  justify-content: space-between;
}

.row > * {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  flex-wrap: wrap;
}

.col {
  flex: 0 0 auto;
  width: 100%;
}
.col-20 {
  width: 20%;
}
@media (max-width: 574.98px) {
  .col-20 {
    width: 100%;
  }
}
.col-25 {
  width: 25%;
}
@media (max-width: 574.98px) {
  .col-25 {
    width: 100%;
  }
}
.col-30 {
  width: 30%;
}
@media (max-width: 574.98px) {
  .col-30 {
    width: 100%;
  }
}
.col-33 {
  width: 33.3333%;
}
@media (max-width: 574.98px) {
  .col-33 {
    width: 100%;
  }
}
.col-35 {
  width: 35%;
}
@media (max-width: 574.98px) {
  .col-35 {
    width: 100%;
  }
}
.col-40 {
  width: 40%;
}
@media (max-width: 574.98px) {
  .col-40 {
    width: 100%;
  }
}
.col-45 {
  width: 45%;
}
@media (max-width: 574.98px) {
  .col-45 {
    width: 100%;
  }
}
.col-50 {
  width: 50%;
}
@media (max-width: 574.98px) {
  .col-50 {
    width: 100%;
  }
}
.col-55 {
  width: 55%;
}
@media (max-width: 574.98px) {
  .col-55 {
    width: 100%;
  }
}
.col-60 {
  width: 60%;
}
@media (max-width: 574.98px) {
  .col-60 {
    width: 100%;
  }
}
.col-66 {
  width: 66.6666%;
}
@media (max-width: 574.98px) {
  .col-66 {
    width: 100%;
  }
}
.col-70 {
  width: 70%;
}
@media (max-width: 574.98px) {
  .col-70 {
    width: 100%;
  }
}
.col-75 {
  width: 75%;
}
@media (max-width: 574.98px) {
  .col-75 {
    width: 100%;
  }
}
.col-80 {
  width: 80%;
}
@media (max-width: 574.98px) {
  .col-80 {
    width: 100%;
  }
}

.small-title {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  padding-left: 30px;
  margin: 0 0 24px;
}
@media (max-width: 991.98px) {
  .small-title {
    font-size: 1.25rem;
  }
}
.small-title::before {
  background: url(../img/icon-title.svg) no-repeat center;
  content: "";
  display: block;
  height: 20px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 991.98px) {
  .small-title::before {
    top: -1px;
  }
}

.title {
  color: #da6329;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 110%;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .title {
    font-size: 2rem;
  }
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.btn {
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 24px;
  font-family: "PP Monument Extended";
  font-size: 1rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 574.98px) {
  .btn {
    font-size: 0.875rem;
  }
}
.btn:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-branco {
  border: none;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 16px 30px;
  font-family: "PP Monument Extended";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-branco:hover {
  transform: scale(1.1);
}
@media (max-width: 449.98px) {
  .btn-branco {
    width: 100%;
  }
}

.btn-contato {
  border: 1px solid #ffffff;
  background-color: #000000;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-contato svg path {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-contato:hover {
  background-color: #ffffff;
}
.btn-contato:hover svg path {
  stroke: #000000;
}
.btn-contato:hover svg path.fill {
  stroke: none;
  fill: #000000;
}

.btn-contato-branco {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-contato-branco svg path {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-contato-branco:hover {
  background-color: #000000;
}
.btn-contato-branco:hover svg path {
  stroke: #ffffff;
}
.btn-contato-branco:hover svg path.fill {
  stroke: none;
  fill: #ffffff;
}

.scroll-down {
  position: absolute; /* dentro do banner */
  bottom: 30px; /* distância do fundo do banner */
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  animation: bounce 2s infinite;
  z-index: 10;
}

/* Animação de bounce */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(10px);
  }
  60% {
    transform: translateX(-50%) translateY(5px);
  }
}
.faixa-contato {
  opacity: 0; /* invisível */
  pointer-events: none; /* não clicável */
  transition: opacity 0.5s ease;
}

.faixa-contato.show {
  opacity: 1;
  pointer-events: auto; /* fica clicável quando aparece */
}

#banner {
  background: #000000;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 150px 0 80px;
}
#banner .video-banner {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  width: 100dvw;
  height: 100dvh;
}
#banner .video-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#banner .video-banner::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#banner .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 574.98px) {
  #banner .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#banner .container .row.end {
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  #banner .container .row.end {
    display: none;
  }
}
#banner .container .row.center {
  justify-content: center;
}
@media (max-width: 767.98px) {
  #banner .container .col-35 {
    width: 100%;
  }
}
#banner #logo-banner-1 {
  max-width: 100%;
  display: block;
  margin: 0 auto 46px;
}
@media (max-width: 991.98px) {
  #banner #logo-banner-1 {
    max-width: 60%;
    margin: 0 auto 200px;
  }
}
@media (max-width: 574.98px) {
  #banner #logo-banner-1 {
    margin-bottom: 100px;
    max-width: 70%;
  }
}
#banner .logo {
  max-width: 100%;
  display: block;
  margin: 0 auto 46px 0;
}
@media (max-width: 991.98px) {
  #banner .logo {
    max-width: 60%;
    margin: 0 auto 200px;
  }
}
@media (max-width: 574.98px) {
  #banner .logo {
    margin-bottom: 100px;
    max-width: 70%;
  }
}
#banner h2 {
  font-weight: 200;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  #banner h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 574.98px) {
  #banner h2 {
    font-size: 1.25rem;
  }
}
#banner .btn-video {
  aspect-ratio: 1/0.56;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 32px;
}
@media (max-width: 574.98px) {
  #banner .btn-video {
    padding: 16px;
    aspect-ratio: 1/1;
  }
}
#banner .btn-video .thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
}
#banner .btn-video .text {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-family: "PP Monument Extended";
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  z-index: 2;
}
@media (max-width: 574.98px) {
  #banner .btn-video .text {
    font-size: 0.875rem;
  }
  #banner .btn-video .text .icone {
    width: 20px;
  }
}
#banner .btn-video .text img {
  width: 45px;
}
#banner form {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin-bottom: 130px;
}
@media (max-width: 767.98px) {
  #banner form {
    padding: 20px 10px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  #banner form {
    padding: 20px 10px;
    margin-bottom: 60px;
  }
}
#banner form h2 {
  font-family: "PP Monument Extended";
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 32px;
  text-transform: uppercase;
}
#banner form .col label {
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
}
#banner form .col .ipt {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  width: 100%;
  height: 40px;
  font-family: "PP Monument Extended";
  font-size: 0.75rem;
  font-weight: normal;
  margin-bottom: 20px;
}
#banner form .col textarea {
  height: 80px !important;
  padding-top: 10px;
}
#banner form .col.checks {
  display: block;
  margin-bottom: 50px;
}
#banner form .col.checks input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#banner form .col.checks label {
  min-height: 28px;
  position: relative;
  left: 0;
  cursor: pointer;
  pointer-events: all;
  padding-left: 35px;
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
  font-weight: 100;
  text-transform: none;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
#banner form .col.checks label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 0;
  height: 19px;
  width: 19px;
  transition: all 0.2s ease-in-out;
}
#banner form .col.checks label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7.5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease-in-out;
}
#banner form .col.checks label a {
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
  font-weight: normal;
  text-decoration: underline;
}
#banner form .col.checks input:checked + label::after {
  transform: rotate(45deg) scale(1);
}
#banner form .col p {
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
  font-weight: normal;
  margin-bottom: 32px;
  line-height: 130%;
}
@media (max-width: 574.98px) {
  #banner form .col .btn-enviar {
    max-width: 100%;
  }
}

#banner .video-banner {
  display: none !important;
}

#video {
  padding: 120px 0 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 9%, rgba(0, 0, 0, 0.2) 54%, rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0.5) 100%), url(../img/bg-teste.jpg) repeat center top;
}
#video .btn-video {
  aspect-ratio: 1/0.56;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 32px;
}
@media (max-width: 574.98px) {
  #video .btn-video {
    padding: 16px;
    aspect-ratio: 1/1;
  }
}
#video .btn-video .thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
}
#video .btn-video .text {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-family: "PP Monument Extended";
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  z-index: 2;
}
@media (max-width: 574.98px) {
  #video .btn-video .text {
    font-size: 0.875rem;
  }
  #video .btn-video .text .icone {
    width: 20px;
  }
}
#video .btn-video .text img {
  width: 45px;
}

#bloco-video {
  background-color: #ffffff;
  padding: 200px 0;
}
@media (max-width: 991.98px) {
  #bloco-video {
    padding: 80px 0;
  }
}

#bloco2 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 9%, rgba(0, 0, 0, 0.2) 54%, rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0.5) 100%), url(../img/bg-teste.jpg) repeat center top;
  padding: 120px 0;
}
#bloco2 h2 {
  font-family: "PP Monument Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 991.98px) {
  #bloco2 h2 br {
    display: none;
  }
}
@media (max-width: 574.98px) {
  #bloco2 h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 574.98px) {
  #bloco2 .col-40 {
    width: 100%;
  }
}
@media (max-width: 574.98px) {
  #bloco2 .text-right {
    padding-top: 40px;
  }
}
#bloco2 .text-right p {
  font-family: "PP Monument Extended";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 200%;
  letter-spacing: 0.125rem;
  margin-bottom: 150px;
}
@media (max-width: 1149.98px) {
  #bloco2 .text-right p {
    font-size: 0.75rem;
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  #bloco2 .text-right p {
    margin-bottom: 30px;
  }
}
#bloco2 .text-right p:last-of-type {
  margin-bottom: 0;
  font-size: 0.75rem;
  letter-spacing: normal;
}
#bloco2 .text-right p small {
  font-family: "PP Monument Extended";
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 200%;
  letter-spacing: 0.125rem;
  display: block;
}
@media (max-width: 1149.98px) {
  #bloco2 .text-right p small {
    font-size: 0.75rem;
  }
}
#bloco2 .text-right p strong {
  font-family: "PP Monument Extended";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 200;
  line-height: 170%;
  display: block;
}
#bloco2 .text-right p strong br {
  display: none;
}
@media (max-width: 1149.98px) {
  #bloco2 .text-right p strong {
    font-size: 1.5rem;
  }
}
@media (max-width: 849.98px) {
  #bloco2 .text-right p strong br {
    display: block;
  }
}

#bloco3 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 9%, rgba(0, 0, 0, 0.2) 54%, rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0.5) 100%), url(../img/bg-teste.jpg) repeat center top;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  #bloco3 {
    padding: 80px 0;
  }
}
#bloco3 .row {
  justify-content: center;
}
#bloco3 h4 {
  font-family: "PP Monument Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  line-height: 170%;
  text-align: center;
}
@media (max-width: 991.98px) {
  #bloco3 h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 574.98px) {
  #bloco3 h4 {
    font-size: 1rem;
  }
}

#bloco4 {
  background: url(../img/bg-vista-aerea.jpg) no-repeat center top/cover;
  min-height: 1100px;
  padding-top: 200px;
}
@media (max-width: 767.98px) {
  #bloco4 {
    padding-top: 80px;
    min-height: 630px;
  }
}
#bloco4 h2 {
  font-family: "PP Monument Extended";
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 574.98px) {
  #bloco4 h2 {
    font-size: 1.0625rem;
  }
  #bloco4 h2 br {
    display: none;
  }
}

#bloco5 .container-fluid {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 9%, rgba(0, 0, 0, 0.2) 54%, rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0.5) 100%), url(../img/bg-teste.jpg) repeat center top;
  padding: 200px 20px 60px;
}
@media (max-width: 767.98px) {
  #bloco5 .container-fluid {
    padding: 100px 20px 60px;
  }
}
#bloco5 .container-fluid.container-img {
  background: url(../img/piscina-vista-aerea.jpg) no-repeat center top/cover;
  height: 1080px;
  padding: 35px 5%;
}
@media (max-width: 1199.98px) {
  #bloco5 .container-fluid.container-img {
    height: 690px;
  }
}
@media (max-width: 767.98px) {
  #bloco5 .container-fluid.container-img {
    height: 550px;
  }
}
@media (max-width: 574.98px) {
  #bloco5 .container-fluid.container-img {
    height: 400px;
    padding: 20px;
  }
}
#bloco5 .container-fluid.container-img .row {
  height: 100%;
  align-items: flex-end;
}
#bloco5 .container-fluid.container-img legend {
  color: #fff9f9;
  font-family: "PP Monument Extended";
  font-size: 1.5rem;
  font-weight: normal;
  line-height: normal;
}
@media (max-width: 1199.98px) {
  #bloco5 .container-fluid.container-img legend {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  #bloco5 .container-fluid.container-img legend {
    font-size: 1rem;
  }
}
@media (max-width: 574.98px) {
  #bloco5 .container-fluid.container-img legend {
    font-size: 0.75rem;
  }
}
#bloco5 h2 {
  font-family: "PP Monument Extended";
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 190%;
  text-align: center;
}
@media (max-width: 767.98px) {
  #bloco5 h2 {
    font-size: 1.5rem;
  }
  #bloco5 h2 br {
    display: none;
  }
}

#fotos {
  background-color: #000000;
  padding: 180px 0;
}
@media (max-width: 574.98px) {
  #fotos {
    padding: 180px 0 250px;
  }
}
#fotos .col-40 {
  padding-bottom: 110px;
}
#fotos .col-60 {
  padding-bottom: 90px;
}
#fotos h2 {
  font-family: "PP Monument Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  margin-bottom: 35px;
}
@media (max-width: 574.98px) {
  #fotos h2 {
    font-size: 1.25rem;
  }
}
#fotos p {
  font-family: "PP Monument Extended";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 24px;
}
#fotos p:last-of-type {
  margin-bottom: 0;
}
#fotos .slider-fotos .item {
  position: relative;
  overflow: hidden;
}
#fotos .slider-fotos .item .foto {
  display: block;
  aspect-ratio: 2/1;
}
@media (max-width: 574.98px) {
  #fotos .slider-fotos .item .foto {
    aspect-ratio: 2/1.5;
  }
}
#fotos .slider-fotos .item .foto::before {
  content: "";
  display: block;
  background: linear-gradient(231deg, rgba(0, 0, 0, 0) 27.84%, rgba(0, 0, 0, 0.4) 95.42%);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#fotos .slider-fotos .item .foto .imagem {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#fotos .slider-fotos .item .foto .lupa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 991.98px) {
  #fotos .slider-fotos .item .foto .lupa {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media (max-width: 574.98px) {
  #fotos .slider-fotos .item .foto .lupa {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
#fotos .slider-fotos .item .foto legend {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff9f9;
  font-family: "PP Monument Extended";
  font-size: 0.75rem;
  font-weight: 200;
  line-height: normal;
}
#fotos .slider-fotos .item .foto:hover .lupa {
  opacity: 1;
}
#fotos .slider-fotos .slick-prev,
#fotos .slider-fotos .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  width: 62px;
  cursor: pointer;
  background-color: rgba(238, 238, 238, 0.5);
  border-radius: 100%;
  z-index: 4;
}
#fotos .slider-fotos .slick-prev svg,
#fotos .slider-fotos .slick-next svg {
  height: 40px;
  width: 40px;
}
@media (max-width: 574.98px) {
  #fotos .slider-fotos .slick-prev,
  #fotos .slider-fotos .slick-next {
    height: 40px;
    width: 40px;
    transform: none;
    top: auto;
    bottom: -60px;
  }
  #fotos .slider-fotos .slick-prev svg,
  #fotos .slider-fotos .slick-next svg {
    height: 25px;
    width: 25px;
  }
}
#fotos .slider-fotos .slick-prev {
  left: 20px;
}
@media (max-width: 574.98px) {
  #fotos .slider-fotos .slick-prev {
    left: calc(50% - 50px);
  }
}
#fotos .slider-fotos .slick-next {
  right: 20px;
}
@media (max-width: 574.98px) {
  #fotos .slider-fotos .slick-next {
    right: calc(50% - 50px);
  }
}
#fotos .slider-fotos .slick-disabled {
  opacity: 0.6;
  pointer-events: none;
}

#plantas {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 9%, rgba(0, 0, 0, 0.2) 54%, rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0.5) 100%), url(../img/bg-teste.jpg) repeat center top;
  padding: 120px 0;
}
#plantas .col {
  padding: 0 0 0 10%;
}
@media (max-width: 991.98px) {
  #plantas .col {
    padding: 0 0 0 20px;
  }
}
#plantas .slider-nav {
  margin-bottom: 50px;
}
#plantas .slider-nav .item {
  padding-right: 15px;
  padding-bottom: 2px;
}
@media (max-width: 574.98px) {
  #plantas .slider-nav .item {
    padding-right: 20px;
  }
}
#plantas .slider-nav .item .btn {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 2px;
}
@media (max-width: 574.98px) {
  #plantas .slider-nav .item .btn {
    width: 100%;
  }
}
#plantas .slider-nav .slick-current .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
#plantas .slider-plantas .item {
  padding-right: 24px;
}
@media (max-width: 574.98px) {
  #plantas .slider-plantas .item {
    padding-right: 20px;
  }
}
#plantas .slider-plantas .item .planta {
  display: block;
  position: relative;
}
#plantas .slider-plantas .item .planta .lupa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 991.98px) {
  #plantas .slider-plantas .item .planta .lupa {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media (max-width: 574.98px) {
  #plantas .slider-plantas .item .planta .lupa {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
#plantas .slider-plantas .item .planta:hover .lupa {
  opacity: 1;
}
#plantas .slider-plantas .slick-list {
  padding-right: 15%;
}
@media (max-width: 574.98px) {
  #plantas .slider-plantas .slick-list {
    padding-right: 0;
  }
}
#plantas .slider-plantas .slick-prev,
#plantas .slider-plantas .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: rgba(238, 238, 238, 0.5);
  border-radius: 100%;
  top: auto;
  transform: none;
  z-index: 4;
  bottom: -60px;
}
#plantas .slider-plantas .slick-prev svg,
#plantas .slider-plantas .slick-next svg {
  height: 25px;
  width: 25px;
}
#plantas .slider-plantas .slick-prev {
  left: calc(50% - 50px);
}
#plantas .slider-plantas .slick-next {
  right: calc(50% - 50px);
}
#plantas .slider-plantas .slick-disabled {
  opacity: 0.5;
}

#diferenciais {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 9%, rgba(0, 0, 0, 0.2) 54%, rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0.5) 100%), url(../img/bg-teste.jpg) repeat center top;
  padding: 60px 0;
}
#diferenciais .row {
  justify-content: center;
}
@media (max-width: 1399.98px) {
  #diferenciais .col-70 {
    width: 85%;
  }
}
@media (max-width: 1199.98px) {
  #diferenciais .col-70 {
    width: 100%;
  }
}
#diferenciais .col-50 {
  padding-left: 15%;
}
@media (max-width: 767.98px) {
  #diferenciais .col-50 {
    width: 100%;
    padding-left: 16px;
  }
}
#diferenciais h2 {
  font-family: "PP Monument Extended";
  font-size: 1.5rem;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 130px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #diferenciais h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 574.98px) {
  #diferenciais h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  #diferenciais ul {
    max-width: 255px;
    margin: 0 auto;
  }
}
#diferenciais ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-family: "PP Monument Extended";
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  #diferenciais ul li {
    font-size: 0.875rem;
  }
}
#diferenciais .btn {
  margin: 100px auto 130px;
}

#porsche {
  background: #000000;
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  #porsche {
    padding: 0 0 80px;
  }
}
#porsche .container .row1 {
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  #porsche .container .row1 {
    flex-direction: column-reverse;
  }
  #porsche .container .row1 .col-33,
  #porsche .container .row1 .col-60 {
    width: 100%;
  }
  #porsche .container .row1 .col-33 {
    padding: 0;
    margin-bottom: 80px;
  }
}
#porsche .container .col-60 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  #porsche .container .col-60 {
    width: 66.6666%;
  }
}
@media (max-width: 574.98px) {
  #porsche .container .col-60 {
    width: 100%;
  }
}
#porsche .container .col-60 h2 {
  font-family: "PP Monument Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
  #porsche .container .col-60 h2 br {
    display: none;
  }
}
@media (max-width: 574.98px) {
  #porsche .container .col-60 h2 {
    font-size: 1.25rem;
  }
}
#porsche .container .col-60 .depoimento .row {
  justify-content: space-between;
}
@media (max-width: 574.98px) {
  #porsche .container .col-60 .depoimento .foto {
    max-width: 80%;
    margin: 0 auto;
  }
}
#porsche .container .col-60 .depoimento .col-50 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  #porsche .container .col-60 .depoimento .col-50 {
    width: 60%;
  }
}
@media (max-width: 574.98px) {
  #porsche .container .col-60 .depoimento .col-50 {
    width: 100%;
  }
}
#porsche .container .col-60 .depoimento .col-50 p {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 574.98px) {
  #porsche .container .col-60 .depoimento .col-50 p {
    padding: 40px 0;
  }
}
#porsche .container .col-60 .depoimento .col-50 h4 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
}
#porsche .container .col-60 .depoimento .col-50 h4 small {
  display: block;
  font-size: 0.75rem;
  font-weight: 200;
}
#porsche .container .arquitetura {
  margin-top: 140px;
}
#porsche .container .arquitetura .col-33 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  #porsche .container .arquitetura .col-33 {
    width: 100%;
  }
}
@media (max-width: 574.98px) {
  #porsche .container .arquitetura .col-33 {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  #porsche .container .arquitetura .col-33 .item {
    margin: 0 auto 50px;
  }
}
#porsche .container .arquitetura .col-33 .item img {
  margin: 0 auto 10px;
  height: 170px;
  display: block;
}
@media (max-width: 767.98px) {
  #porsche .container .arquitetura .col-33 .item img {
    margin: 0 0 10px;
  }
}
#porsche .container .arquitetura .col-33 .item h3 {
  font-family: "PP Monument Extended";
  font-size: 1.25rem;
  font-weight: normal;
  line-height: normal;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}
@media (max-width: 1199.98px) {
  #porsche .container .arquitetura .col-33 .item h3 {
    font-size: 1.125rem;
  }
}
#porsche .container .arquitetura .col-33 .item h4 {
  font-family: "PP Monument Extended";
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  padding: 20px 0;
}
#porsche .container .arquitetura .col-33 .item.sem-img h3 {
  padding-top: 180px;
}
@media (max-width: 767.98px) {
  #porsche .container .arquitetura .col-33 .item.sem-img h3 {
    padding-top: 0;
  }
}

#localizacao {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 9%, rgba(0, 0, 0, 0.2) 54%, rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0.5) 100%), url(../img/bg-teste.jpg) repeat center top;
  height: auto;
  position: relative;
  padding: 120px 0 80px;
}
@media (max-width: 991.98px) {
  #localizacao {
    padding: 80px 0;
  }
}
#localizacao .container-fluid {
  padding: 0 5%;
}
@media (max-width: 991.98px) {
  #localizacao .row {
    flex-direction: column-reverse;
  }
}
#localizacao .col-25 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  #localizacao .col-25 {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #localizacao .col-75 {
    width: 100%;
  }
}
#localizacao h2 {
  color: #ffffff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  #localizacao h2 {
    margin-bottom: 40px;
    font-size: 1.25rem;
  }
}
#localizacao h3 {
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991.98px) {
  #localizacao h3 {
    margin-bottom: 40px;
  }
}
#localizacao .box-localizacao h4 {
  font-family: "PP Monument Extended";
  font-size: 1.5rem;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  #localizacao .box-localizacao h4 {
    font-size: 1.25rem;
  }
}
#localizacao .box-localizacao p {
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-size: 0.875rem;
  font-weight: normal;
  line-height: normal;
}
@media (max-width: 991.98px) {
  #localizacao .box-localizacao p {
    margin-bottom: 40px;
  }
}
#localizacao .box-localizacao .btn-branco {
  margin-left: auto;
  border-radius: 0;
  margin-bottom: 15px;
  gap: 15px;
  white-space: nowrap;
  max-width: 100%;
  font-size: 0.75rem;
}
@media (max-width: 574.98px) {
  #localizacao .box-localizacao .btn-branco {
    white-space: normal;
  }
}
#localizacao .box-localizacao .btn-branco img {
  width: 25px;
  height: 25px;
}
@media (max-width: 767.98px) {
  #localizacao .box-localizacao .btn-branco.waseDesk {
    display: none;
  }
}
#localizacao .box-localizacao .btn-branco.waseMobile {
  display: none;
}
@media (max-width: 767.98px) {
  #localizacao .box-localizacao .btn-branco.waseMobile {
    display: flex;
  }
}

#contato {
  background-color: #000000;
  padding: 120px 0;
}
#contato .row {
  justify-content: center;
}
@media (max-width: 1399.98px) {
  #contato .col-60 {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  #contato .col-60 {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  #contato .col-60 {
    width: 100%;
  }
}
#contato h2 {
  font-family: "PP Monument Extended";
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 574.98px) {
  #contato h2 {
    font-size: 1.25rem;
  }
}
#contato form .col label {
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
}
#contato form .col .ipt {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  width: 100%;
  height: 40px;
  font-family: "PP Monument Extended";
  font-size: 0.75rem;
  font-weight: normal;
  margin-bottom: 20px;
}
#contato form .col textarea {
  height: 80px !important;
  padding-top: 10px;
}
#contato form .col.checks {
  display: block;
  margin-bottom: 50px;
}
#contato form .col.checks input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#contato form .col.checks label {
  min-height: 28px;
  position: relative;
  left: 0;
  cursor: pointer;
  pointer-events: all;
  padding-left: 35px;
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
  text-transform: none;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
#contato form .col.checks label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 0;
  height: 19px;
  width: 19px;
  transition: all 0.2s ease-in-out;
}
#contato form .col.checks label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7.5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease-in-out;
}
#contato form .col.checks label a {
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
  text-decoration: underline;
}
#contato form .col.checks input:checked + label::after {
  transform: rotate(45deg) scale(1);
}
#contato form .col p {
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
  font-weight: normal;
  margin-bottom: 32px;
  line-height: 130%;
}
@media (max-width: 574.98px) {
  #contato form .col .btn-enviar {
    max-width: 100%;
  }
}

#legal {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 9%, rgba(0, 0, 0, 0.2) 54%, rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0.5) 100%), url(../img/bg-teste.jpg) repeat center top;
  padding: 120px 0;
}
#legal .logo {
  display: block;
  margin: 0 auto 40px;
  width: 300px;
}
#legal p {
  text-align: justify;
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 170%;
  text-transform: uppercase;
  padding-bottom: 32px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 32px;
}
#legal p.assinatura {
  font-family: "PP Monument Extended";
  border: none;
  padding: 0;
  margin: 50px auto 0;
  text-align: center;
  font-size: 0.625rem;
}
#legal p.assinatura a {
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
}
#legal a {
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 140%;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#legal a:hover {
  text-decoration: underline;
}

.faixa-contato {
  width: 77px;
  position: fixed;
  z-index: 10;
  right: 24px;
  bottom: 24px;
  z-index: 900;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .faixa-contato {
    width: 55px;
  }
}
@media (max-width: 574.98px) {
  .faixa-contato {
    width: 100%;
    background-color: #000000;
    right: 0;
    bottom: 0;
  }
}
.faixa-contato .btn-contato,
.faixa-contato .btn-contato-branco {
  height: 77px;
  width: 77px;
  padding: 0;
}
@media (max-width: 991.98px) {
  .faixa-contato .btn-contato,
  .faixa-contato .btn-contato-branco {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 574.98px) {
  .faixa-contato .btn-contato-branco {
    display: none;
  }
}
@media (max-width: 574.98px) {
  .faixa-contato .btn-contato {
    border: none;
    border-radius: 0;
    width: 50%;
  }
}
.faixa-contato .links {
  opacity: 0;
  pointer-events: none;
  max-height: 0; /* Impede que o hover detecte os botões */
  overflow: hidden; /* Garante que não ocupem espaço */
  transition: opacity 0.4s ease, max-height 0.3s ease;
}
@media (max-width: 574.98px) {
  .faixa-contato .links {
    opacity: 1;
    pointer-events: all;
    max-height: none;
    display: flex;
    align-items: center;
  }
}
.faixa-contato:hover .links {
  opacity: 1;
  pointer-events: all;
  max-height: 500px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.modal .modal-content {
  background-color: #000000;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation: modalopen 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-content span.close {
  cursor: pointer;
  display: block;
  height: 24px;
  width: 24px;
  margin-left: auto;
}
.modal .modal-content span.close svg {
  height: 24px;
  width: 24px;
}
.modal .modal-content span.close svg path {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.modal .modal-content span.close:hover svg.stroke path, .modal .modal-content span.close:focus svg.stroke path {
  stroke: #da6329;
}

#modalInstitucional .modal-content {
  background-color: #ffffff;
  border-radius: 0;
  max-width: 900px;
  padding: 20px 50px 30px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 767.98px) {
  #modalInstitucional .modal-content {
    padding: 20px 20px 30px;
  }
}
#modalInstitucional .modal-content::-webkit-scrollbar {
  width: 10px;
  border-radius: 5;
}
#modalInstitucional .modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
#modalInstitucional .modal-content::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 5px;
}
#modalInstitucional .modal-content::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
}
#modalInstitucional .modal-content .close {
  margin-right: -30px;
}
@media (max-width: 767.98px) {
  #modalInstitucional .modal-content .close {
    margin-right: 0;
  }
}
#modalInstitucional .modal-content .title {
  color: #242423;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #modalInstitucional .modal-content .title {
    font-size: 1.5rem;
  }
}
#modalInstitucional .modal-content p {
  font-size: 1.125rem;
  line-height: 150%;
  margin-bottom: 24px;
}
#modalInstitucional .modal-content .col-50 h3 {
  color: #242423;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
}
#modalInstitucional .modal-content .col-50 h4 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 20px;
}
#modalInstitucional .modal-content .col-50 p {
  font-size: 1.125rem;
  line-height: 150%;
}
#modalInstitucional .modal-content .col-50 .logo {
  margin-top: 50px;
  margin-left: auto;
  display: block;
}

#modalPrivacidade .modal-content {
  border-radius: 0;
  background-color: #000000;
  max-width: 900px;
  padding: 20px 50px 30px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 767.98px) {
  #modalPrivacidade .modal-content {
    padding: 20px 20px 30px;
  }
}
#modalPrivacidade .modal-content::-webkit-scrollbar {
  width: 10px;
  border-radius: 5;
}
#modalPrivacidade .modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
#modalPrivacidade .modal-content::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 5px;
}
#modalPrivacidade .modal-content::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
}
#modalPrivacidade .modal-content .close {
  margin-right: -30px;
}
@media (max-width: 767.98px) {
  #modalPrivacidade .modal-content .close {
    margin-right: 0;
  }
}
#modalPrivacidade .modal-content .title {
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-size: 1.5rem;
  font-weight: 200;
  margin-bottom: 24px;
  text-transform: uppercase;
}
#modalPrivacidade .modal-content h2 {
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-size: 1.25rem;
  font-weight: 200;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#modalPrivacidade .modal-content h3 {
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-size: 1rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#modalPrivacidade .modal-content p {
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-size: 0.75rem;
  line-height: 150%;
  margin-bottom: 32px;
}
#modalPrivacidade .modal-content p a {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  #modalPrivacidade .modal-content p {
    font-size: 0.875rem;
  }
}

#modalSucesso .modal-content,
#modalErro .modal-content {
  background-color: #000000;
  border-radius: 10px;
  padding: 100px 90px;
  max-width: 800px;
}
@media (max-width: 574.98px) {
  #modalSucesso .modal-content,
  #modalErro .modal-content {
    padding: 70px 20px 20px;
  }
}
#modalSucesso .modal-content span.close,
#modalErro .modal-content span.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#modalSucesso .modal-content span.close:hover, #modalSucesso .modal-content span.close:focus,
#modalErro .modal-content span.close:hover,
#modalErro .modal-content span.close:focus {
  transform: scale(1.1);
}
#modalSucesso .modal-content h2,
#modalErro .modal-content h2 {
  font-size: 1.5rem;
  font-weight: 200;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 574.98px) {
  #modalSucesso .modal-content h2,
  #modalErro .modal-content h2 {
    font-size: 1.25rem;
  }
}
#modalSucesso .modal-content p,
#modalErro .modal-content p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#modalEmail {
  z-index: 999;
}
#modalEmail .modal-content {
  background: #000000;
  border-radius: 10px;
  padding: 100px 90px;
  max-width: 1000px;
}
@media (max-width: 574.98px) {
  #modalEmail .modal-content {
    padding: 48px 20px 20px;
  }
}
#modalEmail .modal-content span.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#modalEmail .modal-content span.close:hover, #modalEmail .modal-content span.close:focus {
  transform: scale(1.1);
}
#modalEmail .modal-content .row {
  align-items: center;
}
@media (max-width: 991.98px) {
  #modalEmail .modal-content .col-60,
  #modalEmail .modal-content .col-40 {
    width: 100%;
  }
}
#modalEmail .modal-content h3 {
  font-family: "PP Monument Extended";
  font-size: 1.25rem;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 991.98px) {
  #modalEmail .modal-content h3 {
    font-size: 1.125rem;
  }
}
#modalEmail .modal-content h4 {
  font-family: "PP Monument Extended";
  font-size: 1.5rem;
  font-weight: normal;
  line-height: normal;
}
@media (max-width: 991.98px) {
  #modalEmail .modal-content h4 {
    margin-bottom: 32px;
  }
}
#modalEmail .modal-content .campo {
  position: relative;
  margin-bottom: 12px;
}
#modalEmail .modal-content .campo label {
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
}
#modalEmail .modal-content .campo .ipt {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  width: 100%;
  height: 40px;
  font-family: "PP Monument Extended";
  font-size: 0.75rem;
  font-weight: normal;
  margin-bottom: 20px;
  outline: none;
}
#modalEmail .modal-content .campo textarea {
  height: 80px !important;
  padding-top: 10px;
}
#modalEmail .modal-content .campo.checks {
  display: block;
  margin-bottom: 50px;
}
#modalEmail .modal-content .campo.checks input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#modalEmail .modal-content .campo.checks label {
  min-height: 28px;
  position: relative;
  left: 0;
  cursor: pointer;
  pointer-events: all;
  padding-left: 35px;
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
  text-transform: none;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
#modalEmail .modal-content .campo.checks label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 0;
  height: 19px;
  width: 19px;
  transition: all 0.2s ease-in-out;
}
#modalEmail .modal-content .campo.checks label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7.5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease-in-out;
}
#modalEmail .modal-content .campo.checks label a {
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
  text-decoration: underline;
}
#modalEmail .modal-content .campo.checks input:checked + label::after {
  transform: rotate(45deg) scale(1);
}
#modalEmail .modal-content .campo p {
  font-family: "PP Monument Extended";
  font-size: 0.625rem;
  font-weight: normal;
  margin-bottom: 32px;
  line-height: 130%;
}
@media (max-width: 574.98px) {
  #modalEmail .modal-content .campo .btn-enviar {
    max-width: 100%;
  }
}

#modalFone .modal-content {
  background: #000000;
  border-radius: 10px;
  padding: 100px 90px;
  max-width: 1000px;
}
@media (max-width: 574.98px) {
  #modalFone .modal-content {
    padding: 80px 20px;
  }
}
#modalFone .modal-content span.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#modalFone .modal-content span.close:hover, #modalFone .modal-content span.close:focus {
  transform: scale(1.1);
}
#modalFone .modal-content .row {
  align-items: center;
}
@media (max-width: 991.98px) {
  #modalFone .modal-content .col-60,
  #modalFone .modal-content .col-40 {
    width: 100%;
    text-align: center;
  }
}
#modalFone .modal-content h3 {
  font-family: "PP Monument Extended";
  font-size: 1rem;
  font-weight: normal;
  line-height: 180%;
}
@media (max-width: 574.98px) {
  #modalFone .modal-content h3 {
    font-size: 0.75rem;
  }
}
#modalFone .modal-content h3 a {
  color: #ffffff;
  font-size: 1.5rem;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 574.98px) {
  #modalFone .modal-content h3 a {
    font-size: 1rem;
  }
}
#modalFone .modal-content h3 a:hover {
  text-decoration: underline;
}
#modalFone .modal-content .img-fluid {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #modalFone .modal-content .img-fluid {
    margin-top: 30px;
  }
}

.modal-ficha .modal-content {
  background: url(../img/bg-teste.jpg);
  max-width: 1200px !important;
  width: 90%;
  padding: 80px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 767.98px) {
  .modal-ficha .modal-content {
    padding: 20px;
  }
}
.modal-ficha .modal-content::-webkit-scrollbar {
  width: 6px;
  border-radius: 3;
}
.modal-ficha .modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
.modal-ficha .modal-content::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 5px;
}
.modal-ficha .modal-content::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
}
.modal-ficha .modal-content span.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-ficha .modal-content span.close:hover, .modal-ficha .modal-content span.close:focus {
  transform: scale(1.1);
}
.modal-ficha .modal-content h2 {
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 150%; /* 48px */
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 574.98px) {
  .modal-ficha .modal-content h2 {
    font-size: 1.25rem;
  }
}
.modal-ficha .modal-content .item {
  border-bottom: 1px solid #ffffff;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 599.98px) {
  .modal-ficha .modal-content .item {
    flex-direction: column;
    padding: 20px 0;
  }
}
.modal-ficha .modal-content .item h3 {
  width: 40%;
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  padding: 20px 20px 20px 0;
  text-align: right;
  border-right: 1px solid #ffffff;
}
@media (max-width: 599.98px) {
  .modal-ficha .modal-content .item h3 {
    width: 100%;
    border-right: none;
    text-align: left;
    padding: 0;
  }
}
.modal-ficha .modal-content .item p {
  width: 60%;
  color: #ffffff;
  font-family: "PP Monument Extended";
  font-size: 0.75rem;
  font-weight: 200;
  line-height: 150%; /* 24px */
  padding: 20px 0;
}
@media (max-width: 599.98px) {
  .modal-ficha .modal-content .item p {
    width: 100%;
    padding: 0;
  }
}
.modal-ficha .modal-content .item p strong {
  font-family: "PP Monument Extended";
  display: block;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=styles.css.map */