@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --darkGreen: #07413C;
  --golden: #BC933A;
  --lightGrey: #F9F8F7;
  --white: #fff;
  --textGrey: #6E6E6E;
  --black: #000;
}

@font-face {
  font-family: "Neutra Display";
  src: url('/fonts/NeutraDisplayBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neutra Display";
  src: url('/fonts/NeutraDisplay.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neutra Display";
  src: url('/fonts/NeutraDisplayMedium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+0100-024F;
}

@font-face {
  font-family: "Neutra Display";
  src: url('/fonts/NeutraDisplayLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

h1 {
  font-family: "Neutra Display", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1 span.special {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

html,
body {
  margin: 0;
  padding: 0 !important;
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

a:hover {
  color: #000000;
}

/* header */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}

.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.header-content-wrapper {
  position: relative;
  color: var(--white);
  margin-top: 40px;
  z-index: 2;
}

.header-content-wrapper img {
  display: block;
  margin-left: auto;
}

.header-content-wrapper h1 {
  text-align: right;
  font-size: 60px;
  margin: 45px 0;
  font-weight: 700;
}

.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.43) 76%, rgba(0, 0, 0, 0.77) 100%);
  z-index: 1;
}

/* form */
#contactform {
  width: 380px;
  margin: 0 0 0 auto;
  background: rgba(249, 248, 247, 0.80);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 40px 40px 40px;
  position: relative;
  z-index: 99;
}

#contactform h1 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin: 0;
  color: var(--darkGreen);
}

.form-input {
  margin: 5px 0;
}

.form-input label {
  text-align: left;
  margin: 0 0 5px 0;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  width: 280px;
  max-width: 100%;
}

.form-input input, .form-input select {
  width: 280px;
  background-color: transparent;
  max-width: 100%;
  border-radius: 0;
  height: 48px;
  border: none;
  border-bottom: 1px solid var(--darkGreen);
  font-size: 16px;
  color: var(--darkGreen) !important;
  font-weight: 400 !important;
  padding: 0 15px;
  -webkit-appearance: none;
  text-align: left !important;
  line-height: 1.1;
  margin: 0 auto;
}

.form-input h6 {
  font-size: 16px;
  color: var(--darkGreen);
  font-weight: 400;
  text-align: left;
  padding-left: 25px;
  margin-top: 5px;
}

.form-input textarea {
  border-radius: 0;
  width: 280px;
  background-color: transparent;
  max-width: 100%;
  resize: none;
  padding-right: 30px;
  position: relative;
  height: 60px;
  border: none;
  border-bottom: 1px solid var(--darkGreen);
  font-size: 16px;
  color: var(--darkGreen) !important;
  font-weight: 400 !important;
  padding: 15px;
  -webkit-appearance: none;
  text-align: left !important;
  line-height: 1.5;
  margin: 0 auto;
  resize: vertical;
  font-family: inherit;
}

.form-input {
  position: relative;
  display: inline-block;
}

.form-input textarea {
  resize: vertical;
}

.form-input textarea::-webkit-resizer {
  background: url('/img/icons/resizer.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  height: 45px;
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--golden);
  color: var(--white);
}

.select2-dropdown {
  background: rgba(249, 248, 247, 1);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--darkGreen);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
  display: flex;
  padding: 0 15px;
  border-bottom: 1px solid var(--darkGreen);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url(/img/icons/chevron_down.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  height: 15px;
  top: unset;
  bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.header ::placeholder {
  color: var(--darkGreen);
}

.form-input .select2-selection__placeholder {
  color: var(--darkGreen) !important;
  opacity: 1;
}

.form-input .select2-container {
  width: 280px !important;
  max-width: 100%;
}

.form-input .select2-selection__rendered {
  color: var(--darkGreen) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px !important;
}

.form-input .select2-selection__arrow {
  height: 45px;
  right: 10px;
}

.form-input .select2-dropdown {
  border: 1px solid var(--darkGreen);
  border-radius: 0;
}

.form-input .select2-results__option {
  color: var(--darkGreen);
}

.form-input input:focus-visible {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
 .iti__selected-country{
     color: var(--darkGreen) !important;
 }

.form-input input.error {
  border-bottom: 0.5px dashed red;
  margin: 5px auto 0 auto;
}

.form-check {
  text-align: center;
  padding: 0;
  margin-top: 5px;
}

.form-check label {
  margin: 0;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  line-height: 1;
  color: var(--darkGreen);
  font-size: 11px;
  font-weight: 400;
}

.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid var(--darkGreen);
  border-radius: 3px;
  padding-right: 5px;
  color: var(--darkGreen);
}

.form-check input[type=checkbox]:checked+.checkmark::after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  font-size: 14px;
}

#politica-link {
  color: var(--darkGreen);
  text-decoration: none;
}

#politica-link:hover {
  color: var(--golden);
  text-decoration: underline;
}

label.error,
#terms-error {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: red;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.form-button {
  width: 230px;
  max-width: 100%;
  height: 50px;
  border-radius: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  border: none;
  color: var(--white);
  background: var(--golden);
  text-transform: uppercase;
  transition: all 0.4s ease;
  margin-top: 10px;
}

.form-button:hover {
  transform: scale(1.05);
  background: var(--darkGreen);
  color: var(--white);
}

.redirectDown {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  z-index: 100;
}

/* Section 1 Charme */
.section_charme {
  position: relative;
  margin-top: 100vh;
  z-index: 2;
  background-color: #F9F8F7;
  padding: 80px 0;
}

.section_charme video {
  min-height: 300px;
  min-width: 540px;
}

.section_charme h1 {
  text-transform: uppercase;
  font-size: 45px;
  margin-bottom: 25px;
  text-wrap: balance;
  font-weight: 400;
  color: var(--darkGreen);
}

.descText {
  font-size: 20px;
  font-weight: 300;
  color: var(--textGrey);
  margin-bottom: 20px;
}

.section_charme .transparent-btn {
  margin-top: 40px;
}

.transparent-btn {
  border: 2px solid var(--golden);
  width: 200px;
  height: 55px;
  color: var(--golden);
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.transparent-btn:hover,
.transparent-btn:active {
  border: 2px solid var(--golden) !important;
  background-color: var(--golden) !important;
  color: var(--white) !important;
  transform: scale(1.15) !important;
}

/* Section apartamentos 2 */
.section_apartamentos {
  position: relative;
  z-index: 2;
  background-color: var(--white);
  padding: 65px 0 55px 0;
}

.section_apartamentos h1 {
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--darkGreen);
}

.section_apartamentos h3 {
  font-weight: 300;
  font-size: 20px;
  text-wrap: balance;
}

.section_apartamentos .icon {
  opacity: 0.3;
  color: var(--darkGreen);
  text-align: center;
  gap: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
  transition: all 0.3s ease;
}

.section_apartamentos .icon:not(.active):hover {
  cursor: pointer;
  opacity: 1;
  color: #BC933A;
  filter: brightness(0) saturate(100%) invert(64%) sepia(63%) saturate(436%) hue-rotate(3deg) brightness(82%) contrast(87%);
}

.section_apartamentos .icon h4 {
  font-size: 18px;
  font-weight: 700;
}

.section_apartamentos .containerBackgrounded {
  margin-top: 60px;
  min-height: 600px;
  background: url('/img/apartment/bg.svg'), linear-gradient(90deg, rgba(255, 255, 255, 1) 40%, rgba(7, 65, 60, 1) 40%);
  display: flex;
  align-items: stretch;
}

.section_apartamentos .icon.active {
  opacity: 1;
}

.apartmentContainer {
  opacity: 0;
  display: none;
  flex-wrap: wrap;
}

.apartmentContainer .textContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  padding-right: 50px;
}

.apartmentContainer .textContent h4 {
  font-family: "Neutra Display";
  font-weight: 400;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.apartmentContainer .textContent h6 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin-bottom: 25px;
}

.apartmentContainer .filled-btn {
  margin-top: 45px;
}

.filled-btn {
  background-color: var(--golden);
  border-radius: 0;
  color: var(--white);
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  width: 200px;
  height: 55px;
  transition: all 0.3s ease;
}

.filled-btn:hover {
  background-color: var(--white);
  color: var(--darkGreen);

  transform: scale(1.15);
}

.apartmentContainer.active {
  opacity: 1;
  display: flex;
}


/* Section 3 planos */
.section-planos {
  padding: 64px 0;
  position: relative;
  z-index: 2;
  background-color: #F9F8F7;
}

.section-planos h1 {
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 350px;
  color: var(--darkGreen);
  margin-bottom: 50px;
  text-wrap: balance;
  line-height: 0.88;
}

.section-planos h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  transition: all 0.3s ease;
  color: #07413C4D;
  margin-bottom: 40px;
}

.section-planos h2:hover {
  cursor: pointer;
  color: var(--golden);
  text-shadow: 3px 3px var(--white);
}

.section-planos h2#homes {
  padding-left: 25px;
  border-left: 0.5px solid var(--darkGreen);
}

.section-planos h2#sky {
  padding-right: 25px;
  border-right: 0.5px solid var(--darkGreen);
}

.section-planos h2.active {
  color: var(--darkGreen);
}

.tabelaRow {
  max-width: 500px;
  margin-bottom: 15px;
  color: var(--textGrey);
  padding-bottom: 15px;
  text-align: right;
  font-size: 20px;
  font-weight: 300;
  padding-inline: 30px;
  border-bottom: 1px solid var(--textGrey);
}

.buttonDiv {
  max-width: 500px;
}

.tabelaRow:last-child {
  border-bottom: none;
}

.tabelaRow .features {
  text-align: left;
}

.section-planos .transparent-btn {
  margin-top: 20px;
}

.selector {
  height: 80px;
  top: 60px;
  position: absolute;
  display: flex;
  align-items: center;
  color: var(--darkGreen);
}

.selector h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.section-planos .sky,
.section-planos .homes {
  display: none;
}

.section-planos .sky.active,
.section-planos .homes.active {
  display: block;
}

.planoImg {
  display: flex;
  align-items: center;
}

.selector .sky.active h3 {
  width: 50%;
}

.selector h3.active {
  color: var(--darkGreen) !important;
}

.selector .sky.active h3 {
  color: #07413C4D;
}

.selector .sky.active {
  display: flex;
  width: 300px;
}

.planoImg .sky img {
  display: none;
}

.planoImg .sky img.active {
  display: flex;
  margin-top: auto;
}

/* Section 4 arte */
.section_arte {
  position: relative;
  z-index: 2;
  background-color: var(--white);
  padding-top: 65px;
}

.section_arte h1 {
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: var(--darkGreen);
  margin-bottom: 60px;
}

.arte-slider {
  padding: 0;

}
.section_arte .arte-slider-arrow{
    width: 35px;
}
.arte-slider-arrow {
  position: absolute;
  z-index: 10;
  top: 55%;
  width: 55px;
  cursor: pointer;
  transform: translate(-0%, 50%);
}

#arte-prev {
  left: 1%;
  rotate: 90deg;
}

#arte-next {
  right: 1%;
  rotate: 270deg;
}

.section_arte .arte-slider img {
  width: 100%;
  aspect-ratio: 1440/635;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.slick-dots button {
  font-size: 0;
  border-radius: 20px;
  background-color: var(--white);
  border: none;
  width: 18px;
  height: 18px;
  transition: all 0.7s ease;
}

.slick-dots .slick-active button {
  background-color: var(--golden);
}

/* Comodidades */
.section_comodidades {
  position: relative;
  z-index: 2;
  background-color: var(--white);
  padding: 65px 0;
  text-align: center;
}

.section_comodidades h1 {
  font-size: 45px;
  font-weight: 400;
  color: var(--darkGreen);
  text-transform: uppercase;
}

.section_comodidades h6,
.section_comodidades h5 {
  font-weight: 300;
  font-size: 20px;
  color: var(--textGrey);
}

.section_comodidades h6 {
  margin-bottom: 60px;
}

.section_comodidades h5 {
  font-weight: 400;
  width: 100%;
  margin-bottom: 30px;
}

#common-prev {
  left: 0%;
  rotate: 90deg;
}

#common-next {
  right: 0%;
  rotate: 270deg;
}

.comodidades_buttons {
  display: flex;
  justify-content: center;
  position: relative;
}

.comodidades_buttons .slick-dots {
  position: relative;
  left: 0;
  transform: none;
}

.comodidades_buttons .slick-dots button {
  background-color: #D9D9D9;
}

.comodidades_buttons .slick-dots .slick-active button {
  background-color: var(--golden);
}

.section_comodidades .slider-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.comodidade-container img {
  min-height: 230px;
  max-width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.comodidade-container h5 {
  color: #6E6E6E;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
}

.comodidades-slider .slick-slide {
  opacity: 0.2;
  transform: scale(1);
  transition: all .3s ease;
  z-index: 1;
  position: relative;
}

.comodidades-slider .slick-slide.is-center {
  opacity: 1;
  transform: scale(1.3);
  z-index: 3;
}

.slick-slide.is-center .comodidade-container h5 {
  font-size: 20px;
}

.comodidades-slider .slick-slide:not(.slick-active) {
  opacity: 0;
}

.comodidades-slider .slick-slide img {
  width: 100%;
  display: block;
}

.comodidades-slider .slick-track {
  margin-block: 50px;
}

/* Localizacao */
.section_localizacao {
  position: relative;
  z-index: 2;
  background: url(/img/prefooter_bg.png), #fff;
}

.section_localizacao img {
  position: absolute;
  right: 0;
}

.section_localizacao h1 {
  color: var(--darkGreen);
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
}

.local_text .transparent-btn {
  margin-bottom: 50px;
}

.local_text {
  margin-top: 60px;
}

.local_text h6 {
  font-size: 20px;
  text-wrap: balance;
  font-weight: 300;
  margin-bottom: 25px;
}

.local_text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.local_text li {
  position: relative;
  padding-left: 35px;
  height: 40px;
  color: var(--textGrey);
  font-size: 16px;
  font-weight: 300;
}

.local_text li::before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 25px;
  height: 25px;
  background-image: url('/img/icons/prefooter_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* Section footer */
.section_footer {
  height: 540px;
  position: relative;
  z-index: 2;
  align-content: center;
  background: url('/img/apartment/bg.svg'), rgba(7, 65, 60, 1);
}

.section_footer h1 {
  font-size: 50px;
  text-transform: uppercase;
  text-align: right;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 40px;
  text-wrap: balance;
}

.section_footer button {
  margin-left: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_footer video {
  max-height: 310px;
}

/* Adstrategy */
#section-ads {
  display: none;
  text-align: center;
  padding: 30px 0;
}

/* Messages /TY page */
.message-box {
  display: flex;
  justify-content: flex-end;
}

#thanks {
    flex-direction: column;
    max-width: 438px;
    margin-left: auto;
    background-color: rgba(249, 248, 247, 0.80);
    padding: 24px;
    color: var(--darkGreen);
    text-align: center;
    text-wrap: balance;
    gap: 20px;
}

#thanks h3 {
  font-size: 32px;
}

#thanks p {
  font-size: 20px;
}

.agende-visita {
    font-weight: 700;
    margin: 0;
}

.whatsapp-btn {
    text-align: center;
    text-decoration: none;
    margin-inline: auto;
    margin-top: 8px;
    background-color: #1E6C5A;
    width: 60%;
    border-radius: 25px;
    height: 60px;
    font-size: 18px;
    text-transform: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.whatsapp-btn:hover {
  transform: scale(1.05);
  background: var(--golden) !important;
  color: var(--white) !important;
}

.whatsapp-btn img {
    width: auto !important;
    max-width: 100% !important;
    height: 35px !important;
    margin: 0 !important;
}

.version_b img {
  width: 640px;
  margin-bottom: 55px;
}

.version_b h1 {
  max-width: 650px;
  margin-left: auto;
}

/* Version B footer form */
.b_footer #contactform {
  background-color: transparent;
  width: 100%;
}

.b_footer #contactform h1 {
  color: var(--white);
  font-size: 30px;
  font-weight: 400;
}

.form_input_b .form-input {
  width: 50%;
}

.text_area_b,
.text_area_b textarea {
  width: 100% !important;
}

.form_input_b .form-input input,
.form_input_b .form-input textarea,
.form_input_b .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-bottom: 2px solid var(--white);
}

.form_input_b .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url(/img/icons/chevron_down_white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}

.form_input_b .form-input h6 {
  padding-left: 15px;
}

.form_input_b .form-input h6,
.form_input_b .form-input input,
.form_input_b ::placeholder,
.form_input_b .form-input .select2-selection__placeholder {
  color: var(--white) !important;
}

.check_b .checkmark {
  color: var(--white);
  border: 1px solid var(--white);
}

.check_b label,
.check_b label a {
  color: var(--white);
}

.check_b #politica-link {
  color: var(--white);
}

.check_b #politica-link:hover {
  color: var(--golden);
}

.b_footer #contactform .form-button {
  margin: 20px auto 0;
}

.modal .btn {
  background-color: var(--darkGreen) !important;
  border-radius: 0 !important;
}

.modal-content {
  border-radius: 0 !important;
}

.message-box h3 span {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--darkGreen);
}

@media(max-height: 790px) {
  .header {
    position: relative;
    min-height: 100vh;
    height: 100%;
  }

  .section_charme {
    margin-top: 0;
  }
}

/* Media Queries */
@media only screen and (max-width: 1200px) {
  .header-content-wrapper h1 {
    text-align: center;
  }

  #contactform {
    margin: 0 auto 90px;
  }

  .header-content-wrapper img {
    margin: 0 auto;
  }

  .apartmentContainer .textContent {
    padding-right: 20px;
    padding-left: 30px;
  }

  .section-planos img {
    width: 100%;
  }

  .planoImg {
    display: flex;
    align-items: center;
    position: relative;
  }

  .selector {
    top: 0;
    left: 55px;
  }

  .local_text ul {
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .section_localizacao img {
    position: relative;
    left: -150px;
  }

  .local_text {
    position: relative;
    z-index: 2;
    margin-top: 50px;
  }

  .local_text ul {
    margin-bottom: 10px;
  }

  .section_footer h1 {
    font-size: 40px;
  }

  .section_apartamentos h3 {
    margin-bottom: 0;
  }

  .section_charme video {
    min-width: auto;
  }

  .redirectDown {
    display: none;
  }

  #thanks {
    margin: auto;
  }

  .header-content-wrapper img {
    width: 100%;
    max-width: 620px;
  }
    .section_arte .arte-slider-arrow{
      width: 35px;
      top: 55%;
    }
}

@media (max-width: 992px) {
  .header-content-wrapper h1 {
    font-size: 45px;
  }

  .section_charme video {
    margin: 30px auto 0;
  }

  .selector {
    top: -60px;
  }

  .planoImg {
    margin-top: 90px;
  }

  .section_charme h1,
  .descTex,
  .section_apartamentos h1,
  .section_apartamentos h3,
  .section_footer h1 {
    text-wrap: balance;
    text-align: center;
  }

  .section_apartamentos h1 {
    margin-bottom: 20px;
  }

  .section_apartamentos h3 {
    margin-bottom: 40px;
  }

  .tabelaRow {
    padding-inline: 20px;
  }

  .section_localizacao h1 {
    font-size: 35px;
  }

  .section_footer {
    height: auto;
    min-height: 540px;
  }

  .section_footer h1 {
    margin-top: 40px;
  }

  .version_b .message-box {
    justify-content: center;
  }

  .version_b h1 {
    margin: 25px auto;
  }

  .version_b img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section_apartamentos .containerBackgrounded {
    background: url(/img/apartment/bg.svg),
      linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(7, 65, 60, 1) 20%);
  }

  .form_input_b .form-input,
  .form_input_b .form-input .select2-container,
  .form_input_b .form-input input {
    width: 100% !important;
  }

  .b_footer #contactform {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .apartmentContainer .textContent h4 {
    text-align: center;
    margin-top: 20px;
  }
 #common-next, #common-prev{
  filter: brightness(0) invert(1);
  width: 55px;
 }
 .section_arte .arte-slider-arrow{
  top: 60%;
 }
  .apartmentContainer .textContent h6,
  .section_localizacao h1,
  .local_text h6 {
    text-align: center;
    text-wrap: balance;
  }

  .apartmentContainer .filled-btn {
    margin: 20px auto 40px;
  }

  .section-planos h1 {
    text-align: center;
    margin: 0 auto 30px;
  }

  .section-planos .row {
    justify-content: center;
  }

  .tabelaRow {
    margin-inline: auto;
  }

  .comodidades-slider .slick-slide.is-center {
    transform: scale(1);
  }

  .comodidades-slider .slick-track {
    margin-bottom: 0;
  }

  .section_comodidades .slider-container {
    gap: 0;
  }

  .section_localizacao {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section_localizacao img {
    position: relative;
    left: -15%;
    display: block;
    width: 100vw;
    -webkit-mask-image: linear-gradient(to bottom, transparent, black);
    mask-image: linear-gradient(to bottom, transparent 0%, black 30%);
  }

  .local_text ul {
    max-width: 450px;
    margin: auto;
  }

  .local_text .transparent-btn {
    display: none;
  }

  .section_comodidades h6 {
    margin-bottom: 10px;
  }

  .header-content-wrapper h1 {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .redirectDown {
    display: block;
  }

  .section_comodidades h6 {
    text-wrap: balance;
  }
}

@media(max-width: 600px) {
  .section_localizacao img {
    left: 0%;
  }
}

@media(max-width: 500px) {
  .redirectDown {
    transform: translate(-50%, -20%);
  }
    .arte-slider-arrow{
      display: none;
    }
  .version_b img {
    max-width: 250px;
    margin-bottom: 40px;
  }

  .version_b h1 {
    margin-bottom: 40px;
  }

  .b_footer .col-12 {
    padding: 0;
  }

  .header-content-wrapper h1 {
    text-wrap: balance;
  }

  .header-content-wrapper {
    margin-top: 20px;
  }

  .section_charme video,
  .section_charme .transparent-btn {
    margin-top: 0;
  }

  .section_charme {
    padding: 45px 0;
  }

  .descText {
    text-wrap: balance;
    text-align: center;
  }

  .apartmentContainer .textContent h4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .section_apartamentos {
    padding: 40px 0 0 0;
  }

  .comodidades-slider .slick-track {
    margin-top: 10px;
  }

  .section_comodidades {
    padding-bottom: 20px;
  }

  .section_footer h1 {
    font-size: 30px;
    text-wrap: balance;
  }

  .local_text ul {
    max-width: 330px;
  }
  .whatsapp-btn {
      width: 100%;
  }
}

@media(max-width: 400px) {
  #contactform {
    width: 100%;
  }

  #contactform h1 {
    font-size: 20px;
  }

  .form-input h6 {
    padding-left: 15px;
  }

  .section_charme h1 {
    font-size: 35px;
  }

  .descText {
    font-size: 17px;
  }

  .section_charme video {
    margin-top: -20px;
  }

  .section_apartamentos h1 {
    font-size: 35px;
  }

  .section_apartamentos h3 {
    font-size: 18px;
  }

  .apartmentContainer .textContent {
    padding: 0;
  }

  .section-planos .row {
    padding-inline: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .section_localizacao_img {
    padding: 0 !important;
  }

  .section_localizacao img {
    left: 0%;
  }
}
#iti-0__dropdown-content input.iti__search-input{
    color: var(--darkGreen) !important;
}
.iti{
    width: 100%;
    color: var(--darkGreen);
}
