:root {
  --clr-primary: #1A539E;
  --clr-primary-hover: #0d3d7d;
  --clr-gray: #BCBCBC;
  --clr-gray-hover: #8f8f8f;
  --clr-red: #BD0000;
  --clr-orange: #D87E00;
  --clr-green: #04B052;
  --clr-blue: #189CD9;
  --blue: #1A539E;
  --lblue: #B7D6FF;
}
body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  background-color: #F4F4F4;
}

.grecaptcha-badge { 
  visibility: hidden;
}

/* CUSTOM CLASSES */
.container-custom {
  width: 100%;
  max-width: 1864px;
  margin: 0 auto;
  padding: 0 32px;
}
.container-custom-sm {
  width: 100%;
  max-width: 1624px;
  margin: 0 auto;
  padding: 0 64px;
}
.img-full {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 500ms ease-in-out;
}
.anchor {
  cursor: pointer;
}
.blue {
  color: var(--blue);
}
.lblue {
  color: var(--lblue)!important;
}
h2.title {
  font-size: 24px;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1a539e;
  --bs-btn-border-color: #1a539e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-btn-padding-x: 20px;
  border-radius: 30px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 3px;
  font-size: 12px;
}
.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  border-width: 1px!important;
  border-radius: 5px;
}
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}
.wpcf7-form .wpcf7-spinner {
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .container-custom {
    padding: 0 16px;
  }
  .container-custom-sm {
    padding: 0 32px;
  }
}
/* SELO */
.selo.selo-lancamentos,
.filtro-btn.selo-lancamentos {
  background-color: #BD0000;
}
.selo.selo-construcao,
.filtro-btn.selo-construcao {
  background-color: #D87E00;
}
.selo.selo-pronto,
.filtro-btn.selo-pronto {
  background-color: #04B052;
}
/* LOADER */
body:not(.loaded) {
  overflow: hidden;
  padding-top: 0;
}
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.loaded #site-loader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
#site-loader .loader__wrapper {
  position: relative;
  width: 200px;
}
#site-loader .loader__wrapper img {
  position: absolute;
  width: 100%;
}
#sombra1 {
  animation: sombra infinite 1.5s;
  transform-origin: center;
}
#sombra2 {
  animation: sombra infinite 1.5s .5s;
  transform-origin: center;
}
@keyframes sombra {
  from {
    transform: scale(1);
    opacity: .8;
  }
  to {
    transform: scale(1.4);
    opacity: 0;
  }
}
/* BREADCRUMB */
#breadcrumb {
  padding: 5px 0;
  font-weight: 400;
  font-size: 13px;
  background: var(--clr-primary);
  color: #fff;
}
#breadcrumb a,
#breadcrumb .breadcrumb-item.active {
  color: #fff;
  text-decoration: none;
}
#breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
  list-style: none;
}
#breadcrumb .breadcrumb-item:not(:first-of-type) {
  position: relative;
  margin-left: 8px;
}
#breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  position: absolute;
  top: 2px;
  left: -14px;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 18 18' fill='none'><path d='M6.18753 15.1872C6.04368 15.1872 5.89968 15.1323 5.78985 15.0224C5.57005 14.8026 5.57005 14.4467 5.78985 14.2271L11.0172 8.99974L5.78985 3.77243C5.57005 3.55263 5.57005 3.19671 5.78985 2.97705C6.00964 2.75739 6.36557 2.75725 6.58522 2.97705L12.2102 8.60205C12.43 8.82185 12.43 9.17777 12.2102 9.39743L6.58522 15.0224C6.47539 15.1323 6.33139 15.1872 6.18753 15.1872Z' fill='white'/></svg>");
}
/* NAVBAR */
.navbar__header {
  position: sticky;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  background: rgb(255,255,255,0.85);
  backdrop-filter: blur(6px);
  transition: all .3s ease-in-out;
}
.navbar__header a {
  text-decoration: none;
  color: #000;
  transition: all .3s ease-in-out;
}
.navbar__header a:hover {
  color: var(--clr-primary);
  text-decoration: underline;
}
.navbar__header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar__header .container .left {
  display: flex;
  align-items: center;
  width: 70%;
}
.navbar__header .container .right,
.navbar__header .container .right .btn__wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.navbar__header .container .right .btn__wrapper .btn-custom {
  padding: 10px 20px;
  border-radius: 48px;
  border: 1px solid var(--blue);
  color: #fff;
  transition: all .3s ease-in-out;
}
.navbar__header .container .right .btn__wrapper .btn-custom:nth-of-type(1) {
  background: transparent;
  color: var(--blue);
}
.navbar__header .container .right .btn__wrapper .btn-custom:nth-of-type(2) {
  background: var(--clr-primary);
}
.navbar__header .container .right .btn__wrapper .btn-custom:hover {
  text-decoration: none;
  filter: saturate(0.4);
}
.navbar__header .header-nav {
  width: 75%;
  padding-left: 50px;
}
.navbar__header .logo {
  display: flex;
  text-decoration: none;
  width: 25%;
}
.navbar__header .logo img {
  max-width: 100%;
}
.navbar__header .header-menu {
  display: flex;
  margin: 0;
  padding: 0;
}
.navbar__header .menu-item-has-children {
  list-style: none;
  display: flex;
  margin-right: 30px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.navbar__header .menu-item-has-children > div:first-of-type {
  display: flex;
  align-items: center;
  line-height: 0;
}
.navbar__header .menu-item-has-children > div:first-of-type::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'><path d='M1 1.5L5 5.5L9 1.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  margin-left: 12px;
  transition: all .3s ease-in-out;
} 
.navbar__header .menu-item-has-children:hover > div:first-of-type::after {
  transform: rotate(-180deg);
}
.navbar__header .menu-item-has-children:hover > .megamenu {
  pointer-events: all;
  opacity: 1;
}
.navbar__header .megamenu {
  position: absolute;
  z-index: 10;
  top: 71px;
  left: 0;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  padding: 40px 0 40px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  background: #fff;
  transition: all 0.2s ease;
}
.navbar__header .megamenu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding-left: 5px;
}
.navbar__header .megamenu-content {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0 32px;
  gap: 32px;
  justify-content: flex-start;
}
.navbar__header .megamenu-left {
  display: flex;
  flex-direction: column;
}
.navbar__header .megamenu-left img {
  border-radius: 24px;
}
.navbar__header .megamenu-left h3 {
  font-size: 20px;
}
.navbar__header .megamenu-left a {
  display: flex;
  align-items: center;
  line-height: 0;
  font-weight: 700;
  color: var(--clr-primary);
  transition: all .3s ease-in-out;
}
.navbar__header .megamenu-left a:hover {
  text-decoration: underline;
  color: var(--clr-primary-hover);
}
.navbar__header .megamenu-left a::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'><path d='M1 12L7 6.5L1 1' stroke='%231A539E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  margin-left: 12px;
  transition: all .3s ease-in-out;
} 
.navbar__header .megamenu-left a:hover::after {
  transform: translateX(8px);
}
.navbar__mobile,
.navbar__header .menu-mobile {
  display: none;
}
.navbar__header .megamenu-left h3 {
  margin-top: 20px;
}
.navbar__header .megamenu-left p {
  text-transform: none;
}

.megamenu .w-image {
  aspect-ratio: 400/135;
  width: 360px;
}
.megamenu .w-image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  
  body.active {
    overflow: hidden !important;
  }
  .navbar__header {
    position: fixed;
    border-bottom: 1px solid #eee;
  }
  .navbar__header > .container {
    display: none;
  }
  .navbar__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
  }
  .navbar__mobile .mobile {
    display: flex;
  }
  .navbar__header .menu-mobile {
    display: block;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    transition: all 0.1s ease-in-out;
  }
  .navbar__header .menu-mobile.active {
    pointer-events: all;
    opacity: 1;
  }
  .navbar__header .header-nav {
    width: 100%;
    padding-left: 0;
    overflow: scroll;
  }
  .navbar__header .wrapper-mobile {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: #f4f4f4;
    transform: translateX(100%);
    transition: all 0.2s ease-in-out;
  }
  .navbar__header .wrapper-mobile.active {
    transform: translateX(0);
  }
  .navbar__header .wrapper-mobile .close-btn {
    position: absolute;
    top: 20px;
    right: 12px;
    width: 32px;
    height: 32px;
  }
  .navbar__header .wrapper-mobile .header-menu {
    flex-direction: column;
    padding: 10px 25px;
  }
  .navbar__header .wrapper-mobile .menu-item-has-children {
    flex-direction: column;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
  }
  .navbar__header .wrapper-mobile .menu-item-has-children:last-child {
    margin-bottom: 0;
  }
  .navbar__header .wrapper-mobile .menu-item-has-children > div:first-of-type {
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
  }
  .navbar__header .wrapper-mobile .menu-item-has-children > div:first-of-type::after {
    display: none;
  }
  .navbar__header .wrapper-mobile .menu-item-has-children ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin-top: 15px;
  }
  .navbar__header .wrapper-mobile .sub-menu {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
  }
  .navbar__header .wrapper-mobile .sub-menu .menu-item {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
  }
  .navbar__header .wrapper-mobile .sub-menu .menu-item:first-child {
    border-top: 1px solid #ddd;
  }
  .navbar__header .wrapper-mobile .sub-menu .menu-item a {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
  }
  .navbar__mobile .logo {
    width: 200px;
  }
  .navbar__header .logo {
    width: 100%;
  }
  .navbar__header .logo img {
    width: 200px;
    max-width: unset;
  }
  .wrapper-mobile .w-topo {
    padding: 12px;
  }
  .btn__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .btn__wrapper .btn-area {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--blue);
    color: var(--blue);
    border-radius: 25px;
    font-size: 14px;
  }
  .btn__wrapper .btn-primary {
    width: 100%;
    background-color: var(--blue);
    color: #fff;
    font-size: 14px;
  }
}

/* SWIPER */
.swiper-initialized {
  overflow: hidden;
}
.swiper-button-wrapper {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 16px;
  padding: 8px 0 0 8px;
  border-radius: 16px 0 0;
  background: #f2f2f2;
}
.swiper-button-wrapper:before,
.swiper-button-wrapper:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  z-index: 1;
  background-image: url('../img/corner-f4.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-button-wrapper:before {
  bottom: 0;
  left: -12px;
  transform: scale(1, -1);
}
.swiper-button-wrapper:after {
  top: -12px;
  right: 0;
  transform: scale(1, -1);
}
.swiper-button-next,
.swiper-button-prev {
  position: unset;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
  background: #D9D9D9;
  color: #000;
  transition: all .3s ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  filter: contrast(0.7);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
}

/* FOOTER */

.footer {
  background: var(--blue);
  color: #fff;
}
.footer .main-footer {
  padding-top: 50px;
  padding-bottom: 25px;
}
.footer a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer .title.conversar {
  font-size: 20px;
}
.footer .f-link.mail {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 1.5rem;
  word-break: break-word;
}
.footer h4.title {
  font-size: 18px;
  margin-bottom: 1rem;
}
.footer .p-title {
  font-size: 18px;
  margin-bottom: 0;
}
.footer .f-link.tel {
  margin-bottom: 1rem;
}
.footer .f-link.showroom {
  margin-bottom: 1rem;
}
.footer .w-social {
  display: flex;
  align-items: center;
  gap: 8%;
  margin-bottom: 1rem;
}
.footer .w-social a.icon {
  flex: 1;
  width: 25%;
  max-width: 30px;
}
.footer .w-social .img-icon {
  max-width: 100%;
  height: auto;
  display: block;
}
.footer .col-three .p-parag a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 1024px) {
  .footer .col-two {
    padding-left: 100px;
  }
  .footer .col-three {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  .footer .col-wrapper {
    width: 50%;
  }
  .footer .w-logo {
    position: absolute;
    bottom: 0;
    right: 15px;
  }
}
@media (min-width: 1400px) {
  .footer .col-two {
    padding-left: 100px;
  }
}

.footer .redes__wrapper a {
  margin-right: 7px;
}
.footer .wd-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer .wd-sub {
  display: block;
  font-weight: 600;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .menu li {
  margin-bottom: 12px;
}
.footer .menu li:last-child {
  margin-bottom: 0;
}
.footer .w-end {
  position: relative;
  padding-left: 25px;
}
.footer .w-end::before {
  content: url('../../assets/img/i-local.svg');
  position: absolute;
  top: 5px;
  left: 0;
}
.footer .tel-item::before {
  content: url('../../assets/img/i-phone.svg');
  position: absolute;
  top: 5px;
  left: 0;
}
.footer .wapp-item::before {
  content: url('../../assets/img/i-wapp.svg');
  position: absolute;
  top: 5px;
  left: 0;
}
.footer .wd-wrapper .item {
  position: relative;
  padding-left: 25px;
}


/* COPYRIGHT */
footer .copyright {
  padding-bottom: 20px;
  background: var(--blue);
}
footer .copyright .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #6899da;
  margin-top: 20px;
  padding-top: 20px;
}
footer .copyright .copy {
  display: flex;
  font-size: 14px;
  color: #b7d6ff;
}
footer .copyright .copy-delucca img {
  width: 110px;
}
@media (max-width: 1023px) {

  .footer .main-footer {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .footer .main-footer .col {
    margin-bottom: 2rem;
  }
  .footer .main-footer .col-two {
    padding-right: 25%;
  }
  .footer .main-footer .col-three {
    margin-bottom: 1rem;
  }
  .footer .col-three .w-logo {
    display: none;
  }
  .footer .col-three .p-parag {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .footer .copyright .copy {
    margin-bottom: 15px;
  }
  .footer .main-footer .col-empreendimentos {
    display: none;
  }
  .footer .w-end {
    padding: 0;
    width: 60%;
  }
  .footer .w-end::before {
    display: none;
  }
  .footer .col-showroom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .col-showroom .wd-title {
    display: none;
  }
  .footer .col-contato {
    display: flex;
    justify-content: center;
  }
  .footer .col-contato .wd-title {
    display: none;
  }
  .col-contato .wd-wrapper {
    width: 40%;
  }
  .col-contato .wd-wrapper .item {
    padding: 0;
  }
  footer .copyright .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .f-link.mail {
    font-size: 20px;
  }

}