@font-face {
  font-family: Ivymode;
  src: url('../fonts/IvyMode-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ivymode;
  src: url('../fonts/IvyMode-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Area;
  src: url('../fonts/fonnts.com-Area_Normal_Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Area;
  src: url('../fonts/fonnts.com-Area_Normal_SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Area;
  src: url('../fonts/fonnts.com-Area_Normal_Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Area;
  src: url('../fonts/fonnts.com-Area_Normal_ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-text--text-secondary-dark: #2f2c29;
  --light-text--text-secondary-light: #4b5563;
  --product--product-color-tertiary: #b2aaa4;
  --dark-text--text-primary-dark: #252321;
  --light-text--text-primary-light: #1f2937;
  --border--border-grey: #e5e5ea;
  --product--product-color-secondary: #008dad;
  --product--product-color-primary: #b4753c;
  --border--disabe-grey: #8d8d8d;
  --neutral-text--text-white: white;
  --neutral-text--text-black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  letter-spacing: 1.04px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ivymode, Palatino Linotype, sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 150%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ivymode, Palatino Linotype, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ivymode, Palatino Linotype, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.875rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ivymode, Palatino Linotype, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 120%;
}

.page-wrapper {
  background-color: #f8f2ec;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.is-header {
  position: relative;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-cta-whatsapp {
  margin-top: 7rem;
}

.padding-section-cta-whatsapp {
  padding-bottom: 7rem;
}

.cta-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-cta-container {
  flex: 1;
  align-self: flex-end;
  max-width: 43rem;
  height: 29.5rem;
  max-height: 29.5rem;
}

.cta-wrapper {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: .5rem;
  padding-left: 3.5rem;
  display: flex;
}

.cta-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 35.5rem;
  display: flex;
}

.text-size-regular {
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}

.text-size-regular.text-color-secondary-dark {
  color: var(--dark-text--text-secondary-dark);
}

.text-size-regular.text-color-secondary-light {
  color: var(--light-text--text-secondary-light);
}

.cta-content-container {
  background-color: var(--product--product-color-tertiary);
  background-image: url('../images/grafismo-about.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75.75rem;
  max-height: 25.75rem;
  display: flex;
}

.span-semibold {
  font-weight: 600;
}

.cta-block-container {
  padding-top: 1.75rem;
}

.wpp-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  letter-spacing: -.064px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 15.875rem;
  padding: .75rem 1.25rem;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

._24px-svg {
  width: 1.5rem;
  height: 1.5rem;
}

.text-color-primary-dark {
  color: var(--dark-text--text-primary-dark);
}

.footer-content-containr {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.politica-link-container {
  color: #474442;
  text-align: center;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: all .4s;
}

.politica-link-container:hover {
  color: var(--dark-text--text-primary-dark);
}

.footer-logo-container {
  width: 100%;
  max-width: 110rem;
}

.section-header {
  background-image: url('../images/fachada-header.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-header.gradient-header {
  background-image: linear-gradient(45deg, #0009 20%, #0000), url('../images/fachada-header.webp');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.padding-section-header {
  padding-top: 9.125rem;
  padding-bottom: 11rem;
}

.header-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.header-title-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 40.25rem;
  display: flex;
}

.logo-header-container {
  align-self: flex-start;
}

.logo-header-container.is-obrigado {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 100%;
  max-height: 88px;
  display: flex;
}

.logo-almada-header._100--width {
  flex: 1;
}

.text-color-white {
  z-index: 2;
  color: #fff;
  position: relative;
}

.grafismo-header {
  background-image: url('../images/grafismo-header.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 540px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.img-cta {
  width: 100%;
  height: 100%;
}

.section-galeria {
  z-index: 2;
}

.padding-section-galeria {
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
}

.galeria-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
}

.title-galeria-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 33.3125rem;
  display: flex;
}

.text-color-primary-light {
  color: var(--light-text--text-primary-light);
}

.title-galeria-container {
  border-bottom: 1px solid var(--border--border-grey);
  width: 100%;
  padding-bottom: 1.75rem;
}

.galeria-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
}

.galeria-info-container {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  max-width: 26.25rem;
  padding: 2rem;
  display: flex;
}

.galeria-info-container.smart {
  z-index: 2;
  background-color: var(--product--product-color-secondary);
  position: relative;
}

.galeria-info-container.residences {
  z-index: 2;
  background-color: var(--product--product-color-primary);
  position: relative;
}

.comando-smart-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #fff;
  flex-flow: row;
  padding-bottom: 1.25rem;
  display: flex;
}

.text-size-medium {
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 1.5rem;
}

.text-size-medium.text-weight-semibold {
  font-weight: 600;
}

.text-size-medium.text-style-allcaps.text-font-ivy {
  font-family: Ivymode, Palatino Linotype, sans-serif;
}

._16px-span {
  font-size: 1rem;
}

.text-size-small {
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.text-size-small.text-style-allcaps {
  text-transform: uppercase;
}

.text-size-small.text-weight-semibold.text-style-allcaps.text-color-white.text-spacing2.text-height150, .text-size-small.text-weight-semibold.text-color-secondary-light._150-height {
  line-height: 150%;
}

.text-weight-semibold {
  font-family: Area, Trebuchet MS, sans-serif;
  font-weight: 600;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-spacing2 {
  letter-spacing: .32px;
}

._20px-span {
  font-size: 1.25rem;
}

.comando-smart-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.comando-smart-container {
  z-index: 2;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  max-width: 17.375rem;
  display: flex;
  position: relative;
}

._24px-span {
  font-size: 1.5rem;
}

.metro-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: column;
  display: flex;
}

.estacao-container {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.text-size-tiny {
  letter-spacing: .28px;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: .875rem;
  line-height: 150%;
}

.grafismo-smart {
  z-index: 1;
  background-image: url('../images/almada-smart-grafismo.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.email-btn {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  letter-spacing: -.064px;
  background-color: #fff;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  max-width: none;
  padding: .75rem 1rem;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.email-btn.nav-btn {
  display: flex;
}

.email-btn.nav-btn.hide-desktop {
  display: none;
}

.galeria-slider-container {
  flex: 1;
}

.galeria-slider {
  background-color: #0000;
  height: 100%;
}

.mask-galeria {
  width: 21.75rem;
  overflow: visible;
}

.galeria-card {
  margin-right: 1.5rem;
}

.img-galeria {
  height: 100%;
  max-height: 30rem;
  margin-bottom: .75rem;
}

.img-galeria.smart1 {
  background-image: url('../images/02_SIPA_FACHADA-2_P2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.smart2 {
  background-image: url('../images/06_SIPA_SPA-SOLARIO-NR-1o-PAVIMENTO_P2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.smart3 {
  background-image: url('../images/14_SIPA_ACADEMIA_NR_P2_1.webp');
  background-position: 69%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.smart4 {
  background-image: url('../images/18_SIPA_LAVANDERIA_P2_1.webp');
  background-position: 75% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.smart5 {
  background-image: url('../images/19_SIPA_COWORKING_P2_1.webp');
  background-position: 38% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.residence1 {
  background-image: url('../images/01_SIPA_FACHADA_P2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.residence2 {
  background-image: url('../images/05_SIPA_PISCINA-SOLARIO-1PAV_P2.webp');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.residence3 {
  background-image: url('../images/12_SIPA_ACADEMIA-01_P2.webp');
  background-position: 32%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.residence4 {
  background-image: url('../images/13_SIPA_ACADEMIA-02_P2.webp');
  background-position: 72% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.residence5 {
  background-image: url('../images/15_SIPA_BRINQUEDOTECA_P2-02.webp');
  background-position: 60% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.residence7 {
  background-image: url('../images/16_SIPA_MINIMARKET_P2.webp');
  background-position: 58% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.residence8 {
  background-image: url('../images/17_SIPA_SALAO-DE-FESTAS_P2.webp');
  background-position: 1% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.residence9 {
  background-image: url('../images/08_SIPA_LAZER-DESCOBERTO-22-PAV_P1.webp');
  background-position: 27% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.residence11 {
  background-image: url('../images/03_SIPA_ACESSO-RESIDENCIAL_P2.webp');
  background-position: 44% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.smart6 {
  background-image: url('../images/01_SIPA_FACHADA_P2-1.webp');
  background-position: 51% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.residence12 {
  background-image: url('../images/24-PLANTA-TIPO-58M2-PADRAO-2DORM.webp'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.img-galeria.residence13 {
  background-image: url('../images/25-PLANTA-TIPO58m2-OPCAO-2DORM.webp'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.img-galeria.residence14 {
  background-image: url('../images/26-PLANTA-TIPO-77m2-PADRAO-3DORM.webp'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.img-galeria.residence15 {
  background-image: url('../images/27-PLANTA-TIPO-77m2-OPCAO-3DORM.webp'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.img-galeria.residence16 {
  background-image: url('../images/28-PLANTA-TIPO-77m2-DECORADO-3DORM.webp'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.img-galeria.smart7 {
  background-image: url('../images/04_SIPA_ACESSO-NR_HR_1.webp');
  background-position: 80% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.smart8 {
  background-image: url('../images/07_SIPA_LAZER-DESCOBERTO-16-PAV_HR.webp');
  background-position: 40% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.residence6 {
  background-image: url('../images/BICICLETARIO.webp');
  background-position: 30% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.residence10 {
  background-image: url('../images/20-LIVING-DECORADO-22-PAV_HR.webp');
  background-position: -170px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.smart-height {
  max-height: 28rem;
}

.img-galeria.residence17 {
  background-image: url('../images/34.SIPA_PLANTA-TIPO-OPCAO-02-58m2_P01_COM_TEXTOS.webp'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.img-galeria.residence18 {
  background-image: url('../images/35.SIPA_PLANTA-TIPO-OPCAO-02-77m2_P01_COM_TEXTOS.webp'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.img-galeria.residence19 {
  background-image: url('../images/35.SIPA_PLANTA-TIPO-OPCAO-02-77m2_P2-copiar.webp'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.img-galeria.smart9 {
  background-image: url('../images/HALL-RESIDENCES.webp');
  background-position: 83% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-galeria.smart10 {
  background-image: url('../images/22-PLANTA-TIPO-34m2-PADRAO-1-DORM.webp'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.img-galeria.smart11 {
  background-image: url('../images/23-PLANTA-TIPO-34m2-OPCAO-1-DORM.webp'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.galeria-txt-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.galeria-lightbox, .thumb-galeria {
  width: 100%;
  height: 100%;
}

.galeria-tab-container {
  width: 100%;
}

.tabs-galeria {
  position: absolute;
  inset: -108px 0% auto auto;
}

.galeria-slider-arrow {
  color: var(--light-text--text-secondary-light);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: opacity .2s, color .5s;
  display: flex;
  inset: auto 0% -72px auto;
}

.galeria-slider-arrow:hover {
  color: #000;
  border-color: #000;
}

.galeria-slider-arrow.left-arrow {
  right: 4rem;
}

.slide-nav-galeria {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  font-size: .5rem;
  display: flex;
  inset: auto auto -72px -444px;
}

.tab-residences {
  color: var(--light-text--text-primary-light);
  background-color: #0000;
  padding: .75rem 2rem;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.tab-residences.w--current {
  color: #fff;
  background-color: #9d6633;
}

.tab-smart {
  color: var(--light-text--text-primary-light);
  background-color: #0000;
  padding: .75rem 2rem;
  font-family: Area, Trebuchet MS, sans-serif;
  font-weight: 600;
}

.tab-smart.w--current {
  background-color: var(--product--product-color-secondary);
  color: #fff;
  padding: .75rem 2rem;
  font-family: Area, Trebuchet MS, sans-serif;
  font-weight: 600;
}

.icon_fullscren {
  z-index: 4;
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0006;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 1rem;
  padding: 10px;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.arrow {
  justify-content: center;
  align-items: center;
  max-width: 1.875rem;
  display: flex;
}

._32px-svg {
  max-width: 2rem;
}

._32px-svg:hover {
  color: #000;
}

.arrow-disable-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 8px auto;
  overflow: hidden;
}

.arrow-disable-container.arrow-left {
  margin-right: 4rem;
}

.arrow-container {
  flex: 1;
  max-width: 1.875rem;
}

.arrow-vvg-disable {
  color: var(--border--disabe-grey);
  display: block;
}

.grafismo-residences {
  z-index: 1;
  background-image: url('../images/almada-residence-grafismo.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.comando-residences-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #fff;
  flex-flow: column;
  padding-bottom: 1.25rem;
  display: flex;
}

.comando-residence-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.css-embed, .estilos-js {
  display: none;
}

.title-galeria-card-container {
  z-index: 2;
  position: relative;
}

.modal-form {
  z-index: 999;
  width: 100%;
  height: 100%;
  margin-top: 1.5rem;
  display: block;
  position: fixed;
  top: -1.5rem;
}

.modal-form.form-contato {
  display: none;
}

.modal-form.active-modal {
  display: block;
}

.modal-form.form-chatonline {
  display: none;
}

.modal-form.form-chatonline.active-modal {
  display: block;
}

.modal-form.modal-video1, .modal-form.form-chatwpp {
  display: none;
}

.modal-form.form-chatwpp.active-modal {
  display: block;
}

.modal-form.modal-decorado {
  display: none;
}

.background-form {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s ease-in-out;
  display: flex;
}

.modal-form-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.form-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-image: linear-gradient(#0003, #0003), linear-gradient(#9d6633, #9d6633);
  flex-flow: column;
  width: 100%;
  max-width: 26.875rem;
  padding: 2.5rem;
  display: flex;
}

.text-form-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-heading-form {
  color: #fff;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 120%;
}

.sub-text-form-container {
  max-width: 19.875rem;
}

.text-sub-form {
  color: #ffffffe6;
  text-align: center;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.form-logo-container {
  justify-content: center;
  max-height: 2.75rem;
  display: flex;
  position: relative;
}

.heading-modal-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form-modal-wrapper {
  flex-flow: column;
}

.modal-form-input {
  color: #ffffffd9;
  background-color: #2021234d;
  border: 1px solid #979797;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  font-family: Area, Trebuchet MS, sans-serif;
}

.modal-form-input:focus {
  color: #fff;
  border-color: #fff;
}

.modal-form-input-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: .75rem;
  display: flex;
}

.modal-form-btn {
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 3rem;
  padding: .75rem .25rem .85rem;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.modal-form-checkbox-container {
  color: #fffc;
  max-width: 21.375rem;
  margin-bottom: 2rem;
  padding-left: .5rem;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: .875rem;
  line-height: 150%;
}

.modal-checkbox.hide {
  display: none;
}

.link-modal-politica {
  color: #fff;
}

.btn-close-modal {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-close-modal:hover {
  background-color: #ffffff1a;
}

.btn-close-modal.close-video {
  top: 2rem;
  right: 2rem;
}

.form-modal {
  margin-bottom: 0;
}

.integracao-js {
  display: none;
}

.padding-section-small {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.politica-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.header-policita-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.logo-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.tittle-content-wrapper {
  align-self: center;
}

.politica-content-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.body-politica {
  font-family: Area, Trebuchet MS, sans-serif;
  line-height: 1.75rem;
}

.text-size-large {
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}

.home-btn {
  z-index: 3;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  letter-spacing: -.064px;
  background-color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: none;
  padding: .75rem 1rem;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

._16px-svg {
  width: 1rem;
  height: 1rem;
}

.icon-contato-block {
  border-left: 2px #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 100%;
  padding: 16px;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
}

.btn-contato {
  border: 2px none var(--border--border-grey);
  background-color: var(--product--product-color-primary);
  object-fit: fill;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 8px #00000040;
}

.btn-contato.index_form3 {
  border-radius: 100px;
}

.btn-contato.no-border.side-menu {
  display: none;
}

.btn-contato.btn-wpp {
  background-color: #24aa5e;
}

.btn-contato.side-menu {
  display: none;
}

.texto2-btn {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.texto-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 15px;
  padding-bottom: 1px;
  display: none;
  position: relative;
}

.texto1-btn {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.nav-lateral-block {
  z-index: 105;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 20px 0% auto;
}

.icon-contato {
  width: 28px;
  min-width: 28px;
}

.error-message {
  background-color: #ffebee;
  border: 1px solid #f44336;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem 1rem 1rem;
}

.success-message {
  background-color: #e8f5e9;
  border: 1px solid #43a047;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem 1rem 1rem;
}

.alert-container-txt {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.alert-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

._20px-svg {
  width: 1.25rem;
  height: 1.25rem;
}

.body-obrigado {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/05_SIPA_PISCINA-SOLARIO-1PAV_P2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.obrigado-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.title-container-obrigado {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.btn-home-container {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.subtitle-container-obrigado {
  align-self: center;
  max-width: 55%;
}

.hide {
  display: none;
}

.section-video {
  cursor: pointer;
  justify-content: center;
  display: flex;
}

.thumb-container {
  background-image: linear-gradient(#00000026, #00000026), url('../images/almada-thumb-video.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  min-height: 700px;
  display: flex;
}

.play-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 700px;
  display: flex;
  position: absolute;
}

.play-button {
  width: 4rem;
  height: 4rem;
}

.modal-video-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 1000px;
  height: 100%;
  display: flex;
}

.texto2-btn-2 {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.icon-contato-2 {
  width: 32px;
  min-width: 32px;
}

.icon-contato-2.icon-wpp {
  margin-top: 1px;
  margin-right: 1px;
}

.icon-contato-block-2 {
  border-left: 2px #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  max-width: 62px;
  height: 100%;
  padding: 15px 15px 15px 18px;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
}

.btn-contato-2 {
  object-fit: fill;
  background-color: #89009b;
  border: 2px solid #89009b;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px #00000040;
}

.btn-contato-2.btn-wpp {
  z-index: 1;
  background-color: #24aa5e;
  border: 0 #0000;
  border-radius: 100px;
  overflow: visible;
}

.texto1-btn-2 {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.pulsar {
  z-index: 0;
  background-color: #fff6;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-footer {
  padding-bottom: 2.5rem;
}

.padding-section-footer {
  border-top: 1px solid var(--border--border-grey);
  padding-top: 3.5rem;
}

.text-color-secondary-light {
  color: var(--light-text--text-secondary-light);
}

.footer-container {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.grafismo-almada {
  width: 110rem;
  height: 22rem;
}

.bottom-menu {
  z-index: 10;
  background-color: var(--product--product-color-primary);
  max-height: 4rem;
  transition: all .4s ease-in-out;
  position: fixed;
  inset: auto 0% -64px;
}

.bottom-menu.bottom-active {
  inset: auto 0% 0%;
}

.bottom-menu-container {
  justify-content: space-between;
  display: flex;
}

.link-bottom-menu-container {
  grid-column-gap: .533333rem;
  grid-row-gap: .533333rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-almada-nav-menu {
  width: 5rem;
  height: 1.5rem;
}

.bottom-menu-link-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-transform: uppercase;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: .875rem;
  font-weight: 800;
  line-height: 170%;
  text-decoration: none;
  display: flex;
}

.section-about-sinco {
  position: relative;
}

.padding-section-about-sinco {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.about-sinco-container {
  z-index: 2;
  position: relative;
}

.title-about-sinco-container {
  border-bottom: 1px solid var(--border--border-grey);
  width: 100%;
  padding-bottom: 1.75rem;
}

.big-number-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.text-weight-bold {
  font-weight: 700;
}

.text-big-number {
  color: var(--product--product-color-primary);
  letter-spacing: 1.04px;
  font-family: Ivymode, Palatino Linotype, sans-serif;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 4.125rem;
}

.big-number-wrapper {
  border-top: 1px solid #686873;
  flex: 1;
  padding-top: 1.5rem;
}

.logo-sinco-about {
  width: 17.5rem;
  height: 2.625rem;
}

.about-sinco-wrapper {
  justify-content: flex-end;
  display: flex;
}

.about-sinco-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 26.5rem;
  padding-top: 13rem;
  padding-bottom: 16rem;
  display: flex;
}

.grafismo-sinco-container {
  z-index: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.localizacao-btn {
  z-index: 3;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  letter-spacing: -.064px;
  background-color: #fff;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  max-width: none;
  padding: .75rem 1rem;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.localizacao-btn.index_decorado {
  width: 100%;
}

.modal-localizacao-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-decorado-mobile {
  display: none;
}

.padding-section-diferenciais {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: relative;
}

.diferenciais-container {
  justify-content: space-between;
  display: flex;
}

.diferenciais-right-column {
  flex: 1;
  max-width: 47.1875rem;
}

.title-diferenciais-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.assinatura-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.diferenciais-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
  position: absolute;
}

.slider-diferenciais-container {
  flex: 1;
  min-height: 20.5rem;
  max-height: 20.5rem;
}

.item-hide-slider {
  display: none;
}

.diferenciais-left-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32.25rem;
  max-width: 32.25rem;
  display: flex;
  position: relative;
}

.diferenciais-content-wrapper {
  flex-flow: column;
  max-width: 47.1875rem;
  padding-left: 3.375rem;
  display: flex;
}

.title-unidades-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--product--product-color-primary);
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  display: flex;
}

._16px-icon {
  width: 1rem;
  height: 1rem;
}

.diferenciais-iten-container {
  flex-flow: wrap;
  display: flex;
}

.diferenciais-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid var(--border--border-grey);
  flex-flow: column;
  max-width: 20rem;
  padding: 2.5rem 2rem 2.5rem 1.5rem;
  display: flex;
}

.diferenciais-item._48px-padding {
  padding-left: 3rem;
  padding-right: 1.5rem;
}

.diferenciais-item.no-border {
  border-bottom-style: none;
}

.diferenciais-txt-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.diferenciais-img-slider {
  width: 30.5rem;
  height: 20.5rem;
}

.thumb-slider-diferenciais {
  background-image: url('../images/05_SIPA_PISCINA-SOLARIO-1PAV_P2.webp');
  background-position: 60% 25%;
  background-repeat: no-repeat;
  background-size: 1000px;
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.thumb-slider-diferenciais.second-img {
  background-image: url('../images/18_SIPA_LAVANDERIA_P2_1.webp');
  background-position: 60% 40%;
  background-size: 900px;
}

.thumb-slider-diferenciais.third-img {
  background-image: url('../images/19_SIPA_COWORKING_P2.webp');
  background-position: 40% 52%;
  background-size: 800px;
}

.thumb-slider-diferenciais.fourth-img {
  background-image: url('../images/07_SIPA_LAZER-DESCOBERTO-16-PAV_HR.webp');
  background-position: 60% 70%;
  background-size: cover;
}

.shadow-slider-dif-container {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(195deg, #00000073, #fff0 52%);
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  font-family: Area, Trebuchet MS, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.txt-slider-dif {
  align-self: flex-start;
}

.tab-icon-green {
  background-color: #ebfff5;
  border: 1px solid #d6ffeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.tab-icon-orange {
  background-color: #fff2eb;
  border: 1px solid #ffe7d6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.content-tab-localizacao-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tab-link-txt-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.h2-heading {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.tab-progress-bar-container {
  background-color: var(--border--border-grey);
  border-radius: 2px;
  width: 100%;
  height: 3px;
  margin-inline: auto;
  inset-block: auto 0;
  inset-inline: 0;
}

.content-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #525f75;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  max-width: 32.25rem;
  padding: 0;
  transition: color .3s;
}

.content-tab-link:hover {
  color: #23272f;
}

.content-tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

.tab-img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.content-footer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: var(--product--product-color-primary);
  border-radius: 2px;
  height: 3px;
  transition-property: width;
  transition-duration: .125s;
}

.paragraph-x-small {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tab-link-dropdown {
  overflow: hidden;
}

.text-color-orange {
  color: #fe5b25;
}

.tab-link-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.img-tab {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content-tab-localizacao {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.title-wrapper-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: 64px;
  display: flex;
}

.overline-regular {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.h6-heading {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.tab-icon-purple {
  background-color: #faf5ff;
  border: 1px solid #f1e6ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.tabs-localizacao {
  width: 100%;
  max-width: 39rem;
  height: 100%;
}

.tab-link-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-gray-800 {
  color: #394151;
}

.tab-embed {
  display: none;
}

.title-localizacao-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.padding-section-localizacao {
  border-top: 1px solid var(--border--border-grey);
  padding-top: 4.5rem;
  padding-bottom: 5.5rem;
}

.localizacao-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.progress-wrap {
  margin-right: -6px;
}

.nav-menu {
  z-index: 9;
  border-bottom: 1.5px solid var(--border--border-grey);
  background-color: #f8f2ec;
  width: 100%;
}

.nav-menu.nav-fixed {
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav-content-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.txt-nav-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #525252;
  letter-spacing: .15px;
  height: 100%;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Area, Trebuchet MS, sans-serif;
  font-weight: 600;
}

.nav-link:hover {
  color: var(--neutral-text--text-black);
}

.nav-link.w--current {
  border-bottom: 2px solid var(--product--product-color-primary);
  color: var(--neutral-text--text-black);
}

.embed-tour-container {
  height: 600px;
  max-height: 80vh;
}

.embed-tour {
  width: 100%;
  height: 100%;
}

.padding-section-tour {
  padding-bottom: 2.5rem;
  padding-right: 0;
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 3.5rem;
  }

  .padding-global.is-header {
    height: 100%;
  }

  .footer-logo-container {
    align-self: center;
    max-width: 120rem;
  }

  .section-header {
    background-position: 0 82%;
  }

  .section-header.gradient-header {
    background-position: 0 0, 0 80%;
    height: 85vh;
    max-height: 800px;
  }

  .padding-section-header {
    flex-flow: column;
    height: 100%;
    min-height: 700px;
    display: flex;
  }

  .header-container {
    flex: 1;
    justify-content: center;
  }

  .header-title-container {
    max-width: 42rem;
  }

  .logo-almada-header {
    height: 3rem;
  }

  .grafismo-header {
    height: 100%;
  }

  .galeria-container {
    margin-bottom: 1rem;
  }

  .section-video {
    max-width: 100%;
  }

  .thumb-container {
    min-height: 800px;
  }

  .thumb-container.index_video1 {
    max-width: 120rem;
  }

  .play-button-wrapper {
    max-height: 800px;
  }

  .grafismo-almada {
    width: 120rem;
    height: 26rem;
  }

  .grafismo-sinco-container.hide-mobile {
    justify-content: center;
    overflow: hidden;
  }

  .grafismo-sinco {
    max-width: 120rem;
  }

  .padding-section-diferenciais {
    padding-top: 5.5rem;
  }

  .assinatura-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .slider-diferenciais-container {
    min-height: 32.5rem;
    max-height: 32.5rem;
  }

  .diferenciais-img-slider {
    height: 32.5rem;
  }

  .thumb-slider-diferenciais {
    background-position: 65% 25%;
    background-size: 1200px;
  }

  .thumb-slider-diferenciais.second-img {
    background-position: 60% 40%;
    background-size: 1100px;
  }

  .thumb-slider-diferenciais.third-img {
    background-position: 40% 60%;
    background-size: 1200px;
  }

  .thumb-slider-diferenciais.fourth-img {
    background-position: 60% 70%;
    background-size: auto;
  }

  .embed-tour-container {
    height: 704px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 2rem;
  }

  .img-cta-container.hide-mobile {
    order: -1;
    align-self: center;
    max-width: 18rem;
  }

  .cta-wrapper {
    padding: 0;
  }

  .cta-content-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 85%;
  }

  .cta-content-container {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: column;
    max-height: none;
    padding: 3.5rem;
  }

  ._24px-svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .grafismo-header {
    height: 588px;
  }

  .galeria-container {
    margin-bottom: 0;
  }

  .title-galeria-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .text-color-primary-light {
    line-height: 150%;
  }

  .title-galeria-container {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .galeria-content-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex: 0 auto;
  }

  .galeria-info-container {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 22rem;
    padding: 1.5rem;
  }

  .metro-container {
    flex: 1;
  }

  .email-btn {
    font-size: .9rem;
  }

  .email-btn.nav-btn {
    background-color: var(--product--product-color-primary);
    color: #fff;
    margin: .75rem 2rem 1.25rem;
    display: flex;
  }

  .email-btn.nav-btn.hide-desktop {
    display: flex;
  }

  .galeria-slider-container {
    flex: 1;
  }

  .mask-galeria {
    width: 18rem;
  }

  .galeria-card {
    margin-right: 1rem;
  }

  .img-galeria {
    max-height: 27.25rem;
  }

  .galeria-tab-container {
    height: 100%;
  }

  .tabs-galeria {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0% 0% auto;
  }

  .galeria-slider-arrow {
    top: auto;
    left: auto;
    right: 0%;
  }

  .galeria-slider-arrow.left-arrow {
    inset: auto 64px -72px auto;
  }

  .slide-nav-galeria {
    margin-top: 0;
    inset: 628px auto 0% -364px;
  }

  .icon_fullscren {
    opacity: 1;
  }

  .arrow {
    max-width: 1.875rem;
  }

  .grafismo-residences {
    text-align: left;
  }

  .tabs-content {
    margin-top: 5rem;
  }

  .title-galeria-card-container {
    width: 85%;
  }

  .padding-section-small {
    border-left-style: none;
    border-left-width: 0;
    padding-left: 0;
  }

  .home-btn {
    font-size: .9rem;
  }

  ._16px-svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .icon-contato-block {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
  }

  .btn-contato {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .texto2-btn {
    font-size: 16px;
  }

  .icon-contato {
    width: 25px;
    min-width: 25px;
  }

  ._20px-svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .thumb-container.index_video1 {
    min-height: 500px;
  }

  .play-button-wrapper {
    max-height: 500px;
  }

  .modal-video-container {
    min-width: 80vw;
  }

  .texto2-btn-2 {
    font-size: 16px;
  }

  .icon-contato-2 {
    width: 25px;
    min-width: 25px;
  }

  .icon-contato-block-2 {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
  }

  .btn-contato-2 {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .footer-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .grafismo-almada {
    height: 13rem;
  }

  .title-about-sinco-container {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .big-number-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-big-number {
    font-size: 2rem;
  }

  .localizacao-btn {
    font-size: .9rem;
  }

  .diferenciais-container {
    flex-flow: column;
  }

  .diferenciais-right-column {
    max-width: none;
  }

  .title-diferenciais-container {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .diferenciais-content {
    width: 100%;
  }

  .slider-diferenciais-container {
    align-self: stretch;
    width: 100%;
  }

  .diferenciais-left-column {
    width: 100%;
    max-width: none;
    height: 35rem;
    max-height: 35rem;
  }

  .diferenciais-content-wrapper {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .diferenciais-img-slider {
    width: 100%;
  }

  .content-tab-localizacao-list {
    max-width: none;
    margin-bottom: 32px;
    margin-left: 0%;
  }

  .section-large {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .content-tab-link {
    max-width: none;
  }

  .tab-img {
    width: 100%;
  }

  .content-tab-localizacao {
    flex-direction: column;
  }

  .tabs-localizacao {
    margin-top: 1rem;
  }

  .title-localizacao-container {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .padding-section-localizacao {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-button {
    right: -18px;
  }

  .menu-button.w--open {
    color: var(--neutral-text--text-black);
    background-color: #0000;
  }

  .nav-link {
    padding-top: 1rem;
    padding-bottom: .75rem;
    padding-left: 2rem;
  }

  .nav-link-container {
    background-color: #f8f2ec;
    box-shadow: 0 2px 5px #0003;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.75rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-section-cta-whatsapp {
    padding-bottom: 8rem;
  }

  .img-cta-container.hide-mobile {
    display: none;
  }

  .cta-content-wrapper {
    max-width: 90%;
  }

  .cta-content-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-block-container {
    padding-top: 1.25rem;
  }

  .section-header.gradient-header {
    background-image: linear-gradient(45deg, #0009 48%, #0000), url('../images/fachada-header.webp');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    overflow: hidden;
  }

  .header-container {
    text-align: left;
  }

  .header-title-container {
    max-width: 34rem;
  }

  .grafismo-header {
    height: 700px;
    top: -40px;
    right: -32%;
  }

  .padding-section-galeria {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .text-color-primary-light {
    line-height: 150%;
  }

  .galeria-content-wrapper {
    flex-flow: column;
    max-height: none;
  }

  .galeria-info-container.residences {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
    padding: 1.75rem;
  }

  .comando-smart-container {
    align-self: stretch;
    max-width: none;
  }

  .email-btn.nav-btn {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .galeria-slider-container {
    flex: 0 auto;
    height: 30.5rem;
  }

  .img-galeria {
    max-height: 26rem;
  }

  .slide-nav-galeria {
    top: auto;
    bottom: -80px;
    left: 0;
  }

  .slide-nav-galeria.hide-mobile {
    display: none;
  }

  .icon_fullscren {
    width: 35px;
    height: 35px;
    padding: 8px;
  }

  .arrow-disable-container.arrow-left.hide-mobile {
    display: none;
  }

  .comando-residence-content {
    justify-content: flex-start;
    align-items: center;
  }

  .title-galeria-card-container {
    width: auto;
  }

  .title-cta-container {
    width: 80%;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .btn-contato {
    box-shadow: none;
    border-style: none solid none none;
    border-right-width: 2px;
    border-radius: 0;
    flex: 1;
    justify-content: center;
    width: auto;
    min-width: auto;
    max-width: none;
    overflow: hidden;
  }

  .btn-contato:hover {
    background-image: linear-gradient(#0003, #0003);
  }

  .btn-contato.no-border {
    border-right-style: none;
  }

  .btn-contato.no-border.side-menu {
    border-left-color: var(--neutral-text--text-white);
    display: flex;
  }

  .btn-contato.btn-wpp.index_form3 {
    border-radius: 0;
  }

  .btn-contato.side-menu {
    border-right-style: none;
    display: flex;
  }

  .texto2-btn {
    text-align: center;
    font-size: 15px;
  }

  .texto-block {
    flex: 1;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .texto1-btn {
    text-align: center;
    font-size: 15px;
  }

  .nav-lateral-block {
    flex-direction: row;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    inset: auto 0% -50px;
  }

  .nav-lateral-block.nav-lateral-mobile-active {
    bottom: 0;
  }

  .subtitle-container-obrigado {
    max-width: 80%;
  }

  .thumb-container.index_video1 {
    min-height: 400px;
  }

  .play-button-wrapper {
    max-height: 400px;
  }

  .modal-video-container {
    height: 60%;
  }

  .texto2-btn-2 {
    text-align: center;
    font-size: 15px;
  }

  .btn-contato-2 {
    box-shadow: none;
    border-radius: 0;
    flex: 1;
    justify-content: center;
    width: auto;
    min-width: auto;
    max-width: none;
    overflow: hidden;
  }

  .btn-contato-2:hover {
    background-image: linear-gradient(#0003, #0003);
  }

  .btn-contato-2.btn-wpp.index_form3 {
    border-radius: 0;
  }

  .texto1-btn-2 {
    text-align: center;
    font-size: 15px;
  }

  .pulsar {
    border-radius: 2px;
  }

  .bottom-menu.bottom-active {
    display: none;
    inset: auto 0% 48px;
  }

  .logo-bottom-menu-container.hide-mobile {
    display: none;
  }

  .link-bottom-menu-container {
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: .6rem;
  }

  .bottom-menu-link-container.index-localizacao {
    font-size: .75rem;
  }

  .padding-section-about-sinco {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .big-number-container {
    flex-flow: column;
  }

  .text-big-number {
    font-size: 1.75rem;
  }

  .big-number-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .about-sinco-content-wrapper {
    max-width: none;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grafismo-sinco-container.hide-mobile {
    display: none;
  }

  .text-decorado-desktop {
    font-size: .65rem;
  }

  .text-decorado-mobile {
    display: none;
  }

  .padding-section-diferenciais {
    padding-bottom: 2.5rem;
  }

  .diferenciais-item {
    max-width: 19rem;
  }

  .diferenciais-item._48px-padding {
    padding-left: 1.5rem;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .h2-heading {
    font-size: 40px;
  }

  .content-tab-localizacao {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .tabs-localizacao {
    order: -1;
    max-width: 30rem;
  }

  .padding-section-localizacao {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .nav-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-link {
    margin-top: .5rem;
    padding-left: 1.5rem;
    padding-right: 0;
  }

  .nav-link-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .embed-tour-container {
    max-height: 70vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-cta-whatsapp {
    margin-top: 2rem;
  }

  .padding-section-cta-whatsapp {
    padding-bottom: 4rem;
  }

  .cta-container {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .cta-content-wrapper {
    max-width: 89%;
  }

  .text-size-regular, .text-size-regular.text-color-secondary-dark {
    font-size: 1rem;
  }

  .cta-content-container {
    padding: 2rem 1rem;
  }

  .section-header {
    background-position: 57% 100%;
    max-height: 85vh;
  }

  .section-header.gradient-header {
    background-position: 0 0, 57% 100%;
    max-height: 88vh;
    position: relative;
    overflow: hidden;
  }

  .padding-section-header {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }

  .logo-header-container.is-obrigado {
    max-width: 208px;
    max-height: 40px;
  }

  .grafismo-header {
    height: 110%;
    top: auto;
    bottom: 0;
    right: -64%;
  }

  .galeria-container {
    overflow: hidden;
  }

  .title-galeria-wrapper {
    text-align: center;
  }

  .text-size-small.text-weight-bold.text-color-secondary-light.big-numbers-mobile {
    font-size: .85rem;
  }

  .comando-smart-container {
    max-width: 92%;
  }

  .arrow-disable-container.arrow-left.hide-mobile {
    display: none;
  }

  .comando-residences-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .title-galeria-card-container {
    max-width: 67%;
  }

  .modal-form-container {
    width: 95vw;
  }

  .form-container {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    padding: 1.5rem 1rem 1.75rem;
  }

  .text-heading-form {
    font-size: 1.25rem;
  }

  .form-logo-product {
    align-self: center;
    max-width: 50%;
  }

  .form-logo-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    max-height: none;
  }

  .heading-modal-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .form-modal-wrapper {
    max-height: none;
  }

  .modal-form-input-container {
    align-self: stretch;
  }

  .modal-form-checkbox-container {
    text-align: center;
    max-width: none;
    padding-left: 0;
  }

  .btn-close-modal {
    order: -1;
    position: static;
  }

  .btn-close-modal.close-video {
    align-self: flex-end;
  }

  .form_form.form-email {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .icon-contato-block {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 12px;
  }

  .btn-contato {
    justify-content: center;
    align-items: flex-start;
    height: 4rem;
  }

  .nav-lateral-block {
    bottom: -72px;
  }

  .thumb-container.index_video1 {
    min-height: 300px;
  }

  .play-button-wrapper {
    max-height: 300px;
  }

  .modal-video-container {
    width: 95vw;
    height: auto;
  }

  .icon-contato-block-2 {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 12px;
  }

  .btn-contato-2 {
    height: 45px;
  }

  .grafismo-almada {
    height: 7rem;
  }

  .bottom-menu {
    max-height: none;
    top: -64px;
    bottom: auto;
  }

  .bottom-menu.bottom-active {
    top: 0;
    bottom: auto;
  }

  .link-bottom-menu-container {
    font-size: .65rem;
  }

  .big-number-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .text-big-number {
    font-size: 1.5rem;
  }

  .big-number-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: .5rem;
  }

  .modal-localizacao-container {
    max-height: none;
  }

  .text-decorado-desktop {
    display: none;
  }

  .text-decorado-mobile {
    font-size: .75rem;
    display: block;
  }

  .title-diferenciais-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .title-unidades-container {
    padding-top: 3rem;
  }

  .diferenciais-item {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .diferenciais-item._48px-padding {
    flex: 1;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-link-container {
    flex-flow: column;
  }

  .title-localizacao-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .padding-section-localizacao {
    padding-bottom: 0;
  }
}


@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Area';
  src: url('../fonts/fonnts.com-Area_Normal_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Area';
  src: url('../fonts/fonnts.com-Area_Normal_SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Area';
  src: url('../fonts/fonnts.com-Area_Normal_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Area';
  src: url('../fonts/fonnts.com-Area_Normal_ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}