@font-face {
  font-family: 'DM Sans';
  src: local('DMSans-Regular'),url(/fonts/DMSans-Regular.ttf?067ebd7ed3c947d82dc4d0fd06d7f067) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: local('DMSans-Medium'),url(/fonts/DMSans-Medium.ttf?f458346900579196593a460d82eaa428) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: local('DMSans-Bold'),url(/fonts/DMSans-Bold.ttf?da49214b2d88abca155c79246b84d91d) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto-Regular'),url(/fonts/Roboto-Regular.ttf?a8d6ac03c7b96b7acb6228ff2676139d) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto-Medium'),url(/fonts/Roboto-Medium.ttf?7429a63c09f79a1760b0233e3e46f776) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto-Bold'),url(/fonts/Roboto-Bold.ttf?75371f53f06181df75f16f2a140533e5) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat-Regular'),url(/fonts/Montserrat-Regular.ttf?3cd786652b8a2e9d41f210cb1a527ff6) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: local('Poppins-Regular'),url(/fonts/Poppins-Regular.ttf?8081832fc5cfbf634aa664a9eff0350e) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: local('Poppins-Medium'),url(/fonts/Poppins-Medium.ttf?9e1bb626874ed49aa343d66b8d66ceaf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: local('Poppins-Bold'),url(/fonts/Poppins-Bold.ttf?404e299be26d78e6679447ea7cb2d41f) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: local('OpenSans-Regular'),url(/fonts/OpenSans-Regular.ttf?d7d7b8359eeb9cddfba6cd4cef3c1702) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('OpenSans-Medium'),url(/fonts/OpenSans-Medium.ttf?f0cdede053a22b990af8bba8841fe33a) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('OpenSans-Bold'),url(/fonts/OpenSans-Bold.ttf?6e27168fc8a5a200a0265a9ac39d04d7) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

:root {
  --container-xs: 100vw;
  --container-sm: 540px;
  --container-md: 720px;
  --container-lg: 960px;
  --container-xl: 1140px;
  --container-xxl: 1320px;
  --container-width: var(--container-xxl);
  --padding-xs : calc(var(--bs-gutter-x, .5rem));
  --padding-sm : calc(((100vw - var(--container-sm)) * 0.5) + var(--bs-gutter-x,.25rem));
  --padding-md : calc(((100vw - var(--container-md)) * 0.5) + var(--bs-gutter-x,.25rem));
  --padding-lg : calc(((100vw - var(--container-lg)) * 0.5) + var(--bs-gutter-x,.25rem));
  --padding-xl : calc(((100vw - var(--container-xl)) * 0.5) + var(--bs-gutter-x,.25rem));
  --padding-xxl : calc(((100vw - var(--container-xxl)) * 0.5) + var(--bs-gutter-x,.25rem));
  --padding-fixed: var(--padding-xxl);
  --slider-home-height: 37.5rem;
}

body {
  font-family: 'DM Sans', sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

.white-space-nowrap {
  white-space: nowrap;
}

.cursor-pointer {
  cursor: pointer;
}

#form-imovel-selecionado .invalid-feedback {
  color: #ffc107!important;
}

.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
}
.form-control:focus {
  border-color: unset;
  box-shadow: none;
}

.input-group.is-invalid {
  border-color: #dc3545;
}
.bootstrap-select.is-invalid>.dropdown-toggle {
  border-color: #dc3545 !important;
}

.navbar:not(.dark-menu) .mirantte-header-logo-light {
  display: none;
}
.navbar.dark-menu .mirantte-header-logo-light {
  display: none;
}

.title-3 {
  color: #000;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.4375rem;
}
.subtitle-3 {
  color: #5F5C6B;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 0;
}

.z-index-100 {
  z-index: 100;
}

.flex-1 {
  flex: 1 !important;
}
.flex-0 {
  flex: unset !important;
}
/* Slick Carousel Styles - Start */

.main-carousel-style .slick-prev::before {
  content: url(/images/left_red.svg?5d698e322efc3548bce1d6c94c43f953);
}
.main-carousel-style .slick-next::before {
  content: url(/images/right_red.svg?5b7dfb3e7305fcee33f9e4aee89c6ae1);
}
.main-carousel-style .slick-prev.slick-disabled::before {
  content: url(/images/left_dark.svg?e1758ac659f472711af8f7e232d8ec23);
  opacity: 1;
}
.main-carousel-style .slick-next.slick-disabled::before {
  content: url(/images/right_dark.svg?69c634ace5afc01d0fc01adda4848d69);
  opacity: 1;
}

.main-carousel-style > .slick-dots,
.main-dots-style > .slick-dots {
  position: initial;
}
.main-carousel-style > .slick-dots li.slick-active button::before,
.main-dots-style > .slick-dots li.slick-active button::before {
  content: '';
  opacity: 1;
  border: 0;
  background: #000000;
  border-radius: .75rem;
}
.main-carousel-style > .slick-dots li button::before,
.main-dots-style > .slick-dots li button::before {
  content: '';
  background: #000000;
  opacity: .3;
  border: 0;
  border-radius: 50%;
}
.main-carousel-style > .slick-dots li.slick-active,
.main-carousel-style > .slick-dots li.slick-active button,
.main-carousel-style > .slick-dots li.slick-active button::before,
.main-dots-style > .slick-dots li.slick-active,
.main-dots-style > .slick-dots li.slick-active button,
.main-dots-style > .slick-dots li.slick-active button::before {
  width: 1.125rem;
  height: .5rem;
}
.main-carousel-style > .slick-dots li,
.main-carousel-style > .slick-dots li button,
.main-carousel-style > .slick-dots li button::before,
.main-dots-style > .slick-dots li,
.main-dots-style > .slick-dots li button,
.main-dots-style > .slick-dots li button::before {
  height: .5rem;
  width: .5rem;
}
/* Slick Carousel Styles - End */

/* Select Picker - Start */
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #ACABB7;
}
.bootstrap-select>.dropdown-toggle, .bootstrap-select>.dropdown-toggle:active, .bootstrap-select>.dropdown-toggle:focus, .bootstrap-select>.dropdown-toggle:hover {
  color: #000;
  background-color: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.dropdown-toggle:not(.no-icon)::after, .dropup .dropdown-toggle:not(.no-icon)::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  padding-top: 0.5rem;
  content: url(/images/dropdown_arrow.svg?6c7758322c63ab47affa1df59a876152);
  border: 0 !important;
}

.title-3 .dropdown-toggle:not(.no-icon)::after {
  content: url(/images/arrow.svg?eda51c1fceac8a17604816e7e53975f2);
  margin-left: .75rem;
}
.title-3 .filter-option-inner-inner {
  font-size: 1.875rem;
  text-decoration: underline;
  font-weight: 500;
}
.title-3 .bootstrap-select .dropdown-menu .dropdown-item span {
  font-size: .875rem !important;
}
.title-3 .bootstrap-select {
  padding-bottom: .25rem;
}


.slider-filter-content .bootstrap-select button, .slider-filter-content .bootstrap-select .dropdown-menu {
  font-size: 1.125rem;
  font-weight: 500;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}

.bootstrap-select .dropdown-menu, #navbar-dropdown-menu {
  border: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: .375rem;
  padding: .375rem;
}

.bootstrap-select .dropdown-item, #navbar-dropdown-menu .dropdown-item {
  border-radius: .375rem;
  padding: .5rem .625rem;
  font-size: .875rem;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active,
#navbar-dropdown-menu .dropdown-item.active,
#navbar-dropdown-menu .dropdown-item:active,
.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:hover,
#navbar-dropdown-menu .dropdown-item:hover,
#navbar-dropdown-menu .dropdown-item:hover {
  color: #000 !important;
  text-decoration: none;
  background-color: #FFF8FA;
}

.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
  background-color: transparent;
}
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5F5C6B;
}
/* Select Picker - End */

/* Tooltip - Start */
.tooltip > .tooltip-inner {
  background-color: #373737;
  padding: .5rem .75rem;
  border-radius: .5rem;
  opacity: 1 !important;
  color: #FFF;
  font-weight: normal;
  font-size: .75rem;
  line-height: 1.125rem;
  text-align: justify;
  z-index: 9999;
}

.tooltip.show {
  opacity: 1;
  z-index: 2000;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #373737;
}
/* Tooltip - End */

/* Navbar - Start */
header {
  position: absolute;
  width: 100%;
  z-index: 999;
}

header .navbar .container {
  max-width: 1360px;
}
header .navbar {
  padding: 1.875rem 2rem;
  background-color: transparent;
  transition: .2s;
}

.nav-link {
  transition: .2s;
}
header .nav-link:not(.btn):hover,
footer .nav-link:not(.btn):hover {
  text-shadow: .6px 0 0 currentColor;
}

header .navbar.opened {
  background-color: #FFF;
  height: 100vh;
  align-items: flex-start;
  overflow-y: auto;
}

header .navbar.opened .navbar-collapse {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 1.25rem;
}

header .navbar.opened .navbar-collapse > .horizontal-line {
  position: absolute;
  left: 0;
  width: 100vw;
  height: 1px;
  border-bottom: 1px solid #F1F1F3;
}

header .navbar.opened .navbar-options {
  padding: 7rem 0;
  gap: 1.5rem;
  /* border-bottom: 1px solid #F1F1F3; */
}

header .navbar.opened .navbar-menu {
  padding: 3.875rem 0 0 5rem;
  gap: 1.5rem;
}

header .navbar.opened .navbar-collapse > ul,
header .navbar.opened .navbar-collapse > div {
  /* width: 100%; */

}


header .title-nav-link {
  text-decoration: none;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.125rem;
  text-decoration: none;
  color: #CF2929;
  padding: 0.875rem 1.5rem;
}

header .navbar.opened .nav-link:not(.btn) {
  color: #000;
  padding: 0 1.5rem;
  border-radius: .5rem;
  font-size: 1.25rem;
  font-weight: 400;
  transition: .2s;
  background-color: transparent;
  border: 0;
  width: 100%;
}

header .navbar.opened .nav-link svg {
  width: 1.2rem;
  height: 1.2rem;
}

header .navbar.opened .nav-link:not(.btn):hover {
  background-color: #FFF8FA;
  font-weight: 500;
  color: #B20101;
}

.nav-link.dropdown-toggle::after {
  padding-top: 0;
  height: 1.0625rem;
  width: 1.0625rem;
  content: url(/images/arrow-dropdown-navbar.svg?3bd79cc4a3f59e781e18156cab6c501c);
}

.navbar-toggler {
  background: #FFFFFF;
  border-radius: 50%;
  padding: .75rem;
}

.navbar-brand {
  margin-right: 3.5rem;
}

.mirantte-header-logo {
  width: 11rem;
  height: 2.0625rem;
}

.navbar-nav .nav-link {
  color: #FFF;
  font-weight: 500;
}

.btn-main {
  background-color: #CF2929;
  color: #FFF;
  font-weight: 500;
}
.btn-main.btn-lg {
  padding: .75rem 1.75rem;
}
.btn-main:hover {
  background-color: #B30101;
  color: #FFF;
}

.btn-white {
  font-weight: 500;
  background-color: #FFF;
  color: #000;
}
.btn-white.btn-lg {
  padding: .75rem 1.75rem;
}
.btn-white:hover {
  background-color: #FFF;
  color: #B30101;
}

.bg-main-dark {
  background-color: #B30101;
}
.bg-gray-dark {
  background-color: #232226;
}

.bg-launch{
  margin-left: 5%;
  font-weight: 400;
}

.navbar-menu {
  gap: 1.25rem;
}

.navbar-options {
  gap: .75rem;
}

.dropdown-menu[aria-labelledby="dropdownMenuButton"] {
  padding: .375rem .25rem;
}
.dropdown-menu[aria-labelledby="dropdownMenuButton"] > .dropdown-item:hover {
  border-radius: .375rem;
  background-color: #FFF8FA;
}
.dropdown-menu[aria-labelledby="dropdownMenuButton"] > .dropdown-item:active {
  color: #cf2929;
}
/* Navbar - End */

/* Tela Home - Start */
/* Slider Home - Start */
.slider {
  position: relative;
  width: 100%;
  height: var(--slider-home-height);
  border-radius: 1rem;
}

#sliderHome .slider-home-item {
  height: var(--slider-home-height);
}

#sliderHome .slider-home-item {
  filter: brightness(70%);
}

#sliderHome .slider-home-item img {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

#sliderHome .slider-home-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#slider-home-dots .slick-dots {
  position: relative;
  text-align: left;
  width: auto;
  top: 0;
}
#slider-home-dots .slick-dots li,
#slider-home-dots .slick-dots li button,
#slider-home-dots .slick-dots li button::before {
  width: .4375rem;
  height: .4375rem;
}
#slider-home-dots .slick-dots li.slick-active,
#slider-home-dots .slick-dots li.slick-active button,
#slider-home-dots .slick-dots li.slick-active button::before {
  width: 1.0625rem;
  height: 1.0625rem;
}
#slider-home-dots .slick-dots li:not(.slick-active) button::before {
  margin-top: 1px;
}
#slider-home-dots .slick-dots li.slick-active {
  margin: 0 2px;
}
#slider-home-dots .slick-dots li button::before {
  content: '';
  background: #FFFFFF;
  opacity: 0.3;
  transform: matrix(0, 1, 1, 0, 0, 0);
  border-radius: 50%;
}
#slider-home-dots .slick-dots li.slick-active button::before {
  content: url(/images/bordered-circle.svg?d8fa3b4898a8cbfa029be8167227c5d0);
  background-color: transparent;
  opacity: 1;
}

.slider-title {
  color: #FFF;
  font-weight: 500;
  font-size: 3.125rem;
  margin-bottom: 1.625rem;
}
.slider-subtitle {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  color: #FFF;
}

.slider-filter-content {
  border-radius: .625rem;
  height: 6.125rem;
  max-width: 77.375rem;
  width: -moz-fit-content;
  width: fit-content;
}
.slider-filter-content .vertical-line {
  width: 1px;
  height: 3rem;
  border-right: 1px solid #E1E0E7;
  margin: 0 1.625rem;
}
.slider-filter-content .horizontal-line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #E1E0E7;
}
.slider-filter-item input,
.slider-filter-item select {
  border: 0;
  height: 1.875rem;
  font-weight: 500;
}
.slider-filter-item #sliderPropertyCodeInput {
  width: 7.5rem;
}
.slider-filter-item .tokenfield {
  padding: 0 !important;
  border: 0;
}
.slider-filter-item #locationOrCodeBtn {
  right: 0;
}
.slider-filter-item .tokenfield .token-input.tt-input::-moz-placeholder {
  font-size: 1.125rem;
  font-weight: 500;
}
.slider-filter-item .tokenfield .token-input.tt-input,
.slider-filter-item .tokenfield .token-input.tt-input::placeholder {
  font-size: 1.125rem;
  font-weight: 500;
}
.slider-filter-item .tokenfield .token-input.tt-input {
  color: #000;
  width: 180px !important;
}
.slider-filter-item .tokenfield .token-input.tt-input::-moz-placeholder, .slider-filter-item input::-moz-placeholder {
  color: #ACABB7;
}
.slider-filter-item .tokenfield .token-input.tt-input::placeholder,
.slider-filter-item input::placeholder {
  color: #ACABB7;
}
.slider-filter-btn-search {
  border-radius: 0;
  border-top-right-radius: .625rem;
  border-bottom-right-radius: .625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #FFF;
  height: 100%;
}
.slider-filter-btn-search:hover {
  color: #FFF;
}

.slider-filter-item input:focus-visible,
.slider-filter-item select:focus-visible {
  outline: 0;
}

.home-arrow-down-anchor {
  position: absolute;
  bottom: 1.5rem;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
  height: 2rem;
  animation: bounce 1.3s ease-in infinite;
}

.home-arrow-down-anchor::after {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyOCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjcgMUwxNCAxNEwxIDEiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4NCg==');
  height: 1.75rem;
  width: 1.75rem;
}
/* Slider Home - End */

/* Delivering Values - Start */
section#delivering-value {
  padding: 4.25rem 0 0;
}
.light-red-card {
  background-color: #FFF8FA;
  padding: 3rem 2.5rem;
  border-radius: .75rem;
}

.light-red-card .rounded-circle {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 3.75rem;
  height: 3.75rem;
  background-color: #CF2929;
  color: #FFF;
}
.light-red-card-title {
  font-weight: 500;
  font-size: 1.125rem;
  color: #000;
}
.light-red-card-description {
  font-weight: normal;
  font-size: 1rem;
  line-height: 133%;
  color: #404040;
  margin-bottom: 0;
}
/* Delivering Values - End */

/* Spotlight - Start */
.section-highlighted-properties {
  height: 480px;
}
section#spotlight {
  
}
.spotlight-title {
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin-bottom: 0;
}
.imovel-card-group {
  height: 100%;
}
.imovel-card-group .slick-dots {
  margin-top: .75rem;
}
.serra-agency-container {
  display: grid;
}

.serra-agency-container.d-w .imovel-card{
  width: 316px;
  min-width: 316px;
}
.serra-agency-container.m-w .imovel-card {
  width: 319px;
}

.pl-4px {
  padding-left: 4px;
}

.mt-62px {
  margin-top: 62px;
}

.my-48px {
  margin: 48px 0px;
}

.mt-82px {
  margin-top: 82px;
}

.px-25px {
  padding: 0px 25px;
}

.d-serra-agency-title {
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0px;
}

.m-serra-agency-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 0px;
}

.serra-agency-btn {
  width: 139px;
  height: 47px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.imovel-card {
  border: 1.5px solid #F1F1F3;
  box-sizing: border-box;
  border-radius: .75rem;
  width: 87.349%;
}
.imovel-card-map-group .imovel-card-map-item .imovel-card {
  height: 429.69px;
  /* aqui 2 */
}
.imovel-card a {
  text-decoration: none;
}
.imovel-card .card-img, .imovel-card .card-img-top {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.imovel-card .imovel-card-img-group {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  background-color: #f0f0f0;
  overflow: hidden;
}
.imovel-card .imovel-card-img-group .imovel-card-slider,
.imovel-card .imovel-card-img-group .slick-list,
.imovel-card .imovel-card-img-group .slick-track,
.imovel-card .imovel-card-img-group .slick-slide,
.imovel-card .imovel-card-img-group .imovel-img {
  height: 100%;
}
.imovel-card .imovel-card-img-group .badge {
  position: absolute;
  top: 1.25rem;
  z-index: 90;
}
.imovel-card .imovel-card-img-group .virtual-tour-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  left: 1.25rem;
  background-color: #FFF;
  color: #000;
  padding: .5rem .75rem;
  font-weight: 500;
  font-size: 12px;
}
.imovel-card .imovel-card-img-group .virtual-tour-tag:hover,
.imovel-card .imovel-card-img-group .favorite-tag:hover {
  color: #B30101;
}
.imovel-card .imovel-card-img-group .favorite-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  right: 1.25rem;
  background-color: #FFF;
  color: #000;
}
.imovel-card .imovel-card-img-group .favorite-tag.favorited,
.imovel-card .imovel-card-img-group .trash-tag.trashed {
  background-color: #B30101;
  color: #FFF;
}

.trash-tag.trashed {
  background-color: #B30101!important;
  color: #FFF!important;
}

.imovel-card .imovel-card-img-group .trash-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  right: 3.475rem;
  background-color: #FFF;
  color: #000;
}

.imovel-card-img-group .trash-tag.right {
  right: 1.25rem!important;
}

.imovel-card .imovel-card-img-group .trash-tag:not(.trashed):hover {
  color: #B30101;
}

.imovel-card-slider .slick-prev, .imovel-card-map-slider .slick-prev {
  left: 1.25rem;
  z-index: 100;
}
.imovel-card-slider .slick-prev:before, .imovel-card-map-slider .slick-prev:before {
  content: url(/images/left.svg?c950423bc197bfe376d3a35634040152);
}
.imovel-card-slider .slick-next, .imovel-card-map-slider .slick-next {
  right: 1.25rem;
  z-index: 100;
}
.imovel-card-slider .slick-next:before, .imovel-card-map-slider .slick-next:before {
  content: url(/images/right.svg?1c1efcc86b55b1f4f882875c84b25e78);
}

.imovel-card-slider .slick-dots li, .imovel-card-slider .slick-dots li button, .imovel-card-slider .slick-dots li button:before, .imovel-card-map-slider .slick-dots li, .imovel-card-map-slider .slick-dots li button, .imovel-card-map-slider .slick-dots li button:before, .white-dots .slick-dots li, .white-dots .slick-dots li button, .white-dots .slick-dots li button:before {
  width: .4375rem;
  height: .4375rem;
}
.imovel-card-slider .slick-dots li.slick-active button:before, .imovel-card-map-slider .slick-dots li.slick-active button:before, .white-dots .slick-dots li.slick-active button:before {
  opacity: 1;
}
.imovel-card-slider .slick-dots li, .imovel-card-map-slider .slick-dots li, .white-dots .slick-dots li {
  margin: 0 4px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.imovel-card-slider .slick-dots, .imovel-card-map-slider .slick-dots, .white-dots .slick-dots {
  bottom: .75rem;
  z-index: 100;
}
.imovel-card-slider .slick-dots li button:before, .imovel-card-map-slider .slick-dots li button:before, .white-dots .slick-dots li button:before {
  content: '';
  background-color: #FFF;
  width: .4375rem;
  height: .4375rem;
  border-radius: 50%;
  opacity: .5;
}

.imovel-card-slider .slick-prev:before,
.imovel-card-slider .slick-next:before,
.imovel-card-slider .slick-dots li,
.imovel-card-map-slider .slick-prev:before,
.imovel-card-map-slider .slick-next:before,
.imovel-card-map-slider .slick-dots li,
.white-dots .slick-dots li {
  opacity: 0;
  transition: .2s;
}
.imovel-card:hover .imovel-card-slider .slick-prev:before,
.imovel-card:hover .imovel-card-slider .slick-next:before,
.imovel-card:hover .imovel-card-slider .slick-dots li,
.imovel-card:hover .imovel-card-map-slider .slick-prev:before,
.imovel-card:hover .imovel-card-map-slider .slick-next:before,
.imovel-card:hover .imovel-card-map-slider .slick-dots li,
.white-dots .slick-dots li {
  opacity: 1;
}

.imovel-card .card-body {
  padding: 1.5rem 1.125rem;
}
.imovel-card .imovel-type {
  font-weight: 500;
  font-size: .875rem;
  color: #5F5C6B;
  margin: 0;
}
.imovel-card .tag-cod-imovel {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: .75rem;
  line-height: 120%;
  color: #F1F1F3;
  background-color: #4E4B59;
}
.imovel-card .imovel-card-price {
  margin: 1.125rem 0 .375rem;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
    .imovel-card .imovel-card-price {
        font-size: 13px !important;
    }
    .property-attributes {
        width: 100% !important;
    }

}

.property-attributes {
    font-weight: 400;
    font-size: 16px;
    color: #5F5C6B;
    width: calc(30.33% - 10px);
    display: inline-block;
    margin: 0 10px 10px 0;
}
@media screen and (min-width: 767px) {
  .property-attributes img {
        margin-right: 5px;
  }
}
.imovel-card .imovel-card-location {
  font-weight: normal;
  font-size: .875rem;
  line-height: 130%;
  color: #5F5C6B;
}
.imovel-info {
  display: inline-flex;
  gap: 1.125rem;
}
.imovel-info li {
  font-weight: normal;
  font-size: 1rem;
  line-height: 130%;
  color: #5F5C6B;
}
.proximities .badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  font-weight: 400;
  font-size: .75rem;
  color: #F1F1F3;
}
.proximities .badge:not(.rounded-circle) {
  padding: 4px 8px;
  line-height: 0;
}
.proximities .badge.rounded-circle {
  padding: 0;
  width: 1.5rem;
}

@media (max-width: 768px) {
  section#spotlight {
    height: 570px;
  } 
}
/* Spotlight - End */

/* More Accessed - Start */
#more-accessed {
  margin-top: 150px;
  padding: 8.75rem 0;
}

#more-accessed .title-3 {
  margin-bottom: 2.25rem;
}
.district-tag-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
.district-tag {
  font-weight: 500;
  font-size: 1.125rem;
  background-color: #33303E;
  padding: .625rem 1.5rem;
  color: #FFFFFF;
  white-space: pre-wrap;
}
.district-tag:hover {
  background-color: #B30101;
}
/* More Accessed - End */

/* Imovel Ad - Start */
section#imovel-ad {
  padding-bottom: 8.75rem;
}

.imovel-ad-title {
  margin: 0;
}
.imovel-ad-subtitle {
  margin-bottom: 2.375rem;
}
.facilities-item-icon {
  width: 1.6875rem;
  height: 1.875rem;
}
.facilities-item .facilities-item-title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}
.facilities-item .facilities-item-description {
  font-weight: normal;
  font-size: .9375rem;
  color: #404040;
  margin: 0;
}
.imovel-ad-btns-group {
  margin-top: 3.125rem;
  display: flex;
  gap: 1.5rem;
}
.imovel-ad-btn {
  font-size: 1.125rem;
}
/* Imovel Ad - End */

/* Testimonials - Start */
section#testimonials {
  padding-bottom: 8.75rem;
}
.testimonial-group {
  margin-top: 3.75rem;
}
.testimonial-group .slick-dots {
  text-align: start;
  padding-left: .5rem;
}
.testimonial-group .slick-track {
  padding-top: 1.25rem;
}
.testimonial-item {
  position: relative;
  padding: 2.5rem 2rem 1.875rem;
  background-color: #FFF8FA;
  border-radius: 12px;
  width: 94%;
  height: 100%;
}
.testimonial-item img, .testimonial-item svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
}
.testimonial-item .testimonial-item-text {
  line-height: 1.5rem;
  color: #404040cc;
}
.testimonial-item .testimonial-item-author {
  font-weight: bold;
  color: #000000cc;
  margin-bottom: 0;
}
/* Testimonials - End */

/* Tecnologies - Start */
.tecnologies-card {
  position: relative;
  height: 18.25rem;
  padding: 2.375rem 3.625rem;
  border-radius: .875rem;
  color: #FFF;
}
.tecnologies-card.bg-main-dark {
  background-repeat: no-repeat;
  background-position: right;
}
.tecnologies-card.bg-gray-dark {
  background-repeat: no-repeat;
  background-position: right;
}
.tecnologies-card .tecnologies-card-title {
  position: relative;
  z-index: 100;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: .75rem;
}
.tecnologies-card .tecnologies-card-description {
  position: relative;
  z-index: 100;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 1.875rem;
}
.tecnologies-card .tecnologies-card-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 100%;
}
/* Tecnologies - End */

/* Adminstration - Start */
section#administration {
  padding: 9.375rem 0;
}
.btn-see-more {
  font-size: 1.125rem;
}

.adm-card-group {
  margin-top: 2.5rem;
}

.adm-card-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 17rem;
  gap: .875rem;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  padding: 1.25rem 2.75rem;
}
.adm-card-item img {
  width: 9.625rem;
  height: 9.625rem;
}
.adm-card-item h4 {
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 130%;
  margin-bottom: 0;
}
/* Adminstration - End */

/* Benefits - Start */
.benefits-card {
  background-color: #B30101;
  border-radius: 1.75rem;
  padding: 5rem 0;
}

.benefits-card > .row > div:last-child img {
  width: 27.9375rem;
  height: 31rem;
}

.benefits-card .title-3, .benefits-card-item h4 {
  color: #FFF;
}
.benefits-card .subtitle-3, .benefits-card-item p {
  color: #F1F1F3;
}
.benefits-card-group {
  margin: 2.5rem 0 3.125rem;
  overflow-x: auto;
  transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.benefits-card-group::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background-color: #ffffff80;
}
.benefits-card-group::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
}
.benefits-card-group .benefits-card-item {
  transform:rotateY(180deg);
    -ms-transform:rotateY(180deg); /* IE 9 */
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
}
.benefits-card-group .benefits-card-item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.benefits-card-item h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: .5rem;
}
.benefits-card-item p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 130%;
  margin-bottom: 0;
}
.benefits-card .btn {
  font-size: 1.125rem;
}
/* Benefits - End */

/* Download App - Start */
section#download-app {
  padding: 9.375rem 0 6.25rem;
}

section#download-app .imovel-ad-subtitle {
  margin-bottom: 1.875rem;
}
section#download-app .download-links {
  margin-top: 3.125rem;
  display: flex;
  gap: .75rem;
}
section#download-app .download-links a:nth-child(1) img {
  height: 2.8125rem;
  width: 9.6875rem;
}
section#download-app .download-links a:nth-child(2) img {
  height: 2.8125rem;
  width: 8.1875rem;
}
#img-app-mirantte {
  width: 30.25rem;
  height: 36.4375rem;
}
/* Download App - End */

/* Abroad - Start */
section#abroad {
  padding: 9rem 0 11.25rem 0;
}
.abroad-slider-arrows.d-lg-none {
  left: calc(var(--padding-fixed) * 4);
}
.abroad-slider-arrows {
  width: 5.8rem;
  height: 2.4rem;
}
.abroad-slider-arrows .slick-prev {
  left: 0;
  width: 2.625rem;
  height: 2.625rem;
}
.abroad-slider-arrows .slick-next {
  right: 0;
  width: 2.625rem;
  height: 2.625rem;
}
.abroad-slider {
  margin-top: 2.5rem;
  left: var(--padding-fixed);
  width: calc(100% - var(--padding-fixed));
}
.abroad-slider .slick-list {
  padding:0 20% 0 0;
}
.abroad-slider .abroad-item {
  position: relative;
  height: 25.125rem;
  border-radius: 1.125rem;
  width: var(--container-width);
  margin-right: 20px;
}
.abroad-item .abroad-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.125rem;
}
.abroad-item-card {
  position: absolute;
  left: 3rem;
  top: 3rem;
  width: 23.8125rem;
  height: 15.3125rem;
  padding: 1.75rem 2rem;
  background: #FFF;
  opacity: .96;
  border-radius: .5625rem;
}
.abroad-item-card h6 {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 130%;
  color: #000;
  margin-bottom: .75rem;
}
.abroad-item-card p {
  line-height: 150%;
  color: #404040cc;
  margin-bottom: 1.5rem;
}

.abroad-slider-arrows .slick-prev::before {
  content: url(/images/left_red_abroad.svg?41f0a205d21ed4ad7772a6033741097a);
}
.abroad-slider-arrows .slick-next::before {
  content: url(/images/right_red_abroad.svg?b33dce80ce5d5e6e868aabfbe89e478e);
}
.abroad-slider-arrows .slick-prev.slick-disabled::before {
  content: url(/images/left_dark_abroad.svg?8a9e9516236971da436476db50653dd7);
  opacity: 1;
}
.abroad-slider-arrows .slick-next.slick-disabled::before {
  content: url(/images/right_dark_abroad.svg?f6ff9b74f4fc101b1524072b642b0915);
  opacity: 1;
}
/* Abroad - End */
/* Tela Home - End */

/* Tela Properties List - Start */
/* List of properties - Start */

.properties-main {
  margin-top: 5rem;
}

.properties-main-portugal {
  margin-top: 7rem;
}
section.list-of-properties {
  padding-top: 3rem;
}

section.list-of-properties nav:not([aria-label="breadcrumb"]), section.favorites-and-discards nav:not([aria-label="breadcrumb"]) {
  border-bottom: 2px solid #E1E0E7;
}
section.list-of-properties nav .nav-tabs, section.favorites-and-discards nav .nav-tabs, section.du-properties-tabs #favorites-and-discards-tab, .main-tabs-style {
  border-bottom: 0;
}
section.list-of-properties nav .nav-link, section.favorites-and-discards nav .nav-link, section.du-properties-tabs #favorites-and-discards-tab .nav-link, .main-tabs-style .nav-link {
  border: 0;
  font-weight: normal;
  font-size: 1.5rem;
  padding-bottom: .875rem;
  color: #33303e80;
}
section.list-of-properties nav .nav-link.active, section.favorites-and-discards nav .nav-link.active, section.du-properties-tabs #favorites-and-discards-tab .nav-link.active, .main-tabs-style .nav-link.active {
  background-color: transparent;
  text-shadow: .6px 0 0 currentColor;
  color: #000;
  position: relative;
}
section.list-of-properties nav .nav-link.active::after, section.favorites-and-discards nav .nav-link.active::after {
  content: '';
  position: absolute;
  height: 4px;
  margin-top: .5rem;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 100%;
  border-radius: 50px;
  background-color: #4E4B59;
}

.form-switch {
  padding: 0;
}
nav .form-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .375rem;
}
.form-switch .form-check-input {
  width: 2.375rem;
  height: 1.25rem;
  margin: 0;
  border: 1px solid #E1E0E7;
  background-color: #E1E0E7;
  color: #33303E;
  background-image: url(/images/toggle-circle.svg?5d57a1b00cd72c77129c10362320b71d);
  background-repeat: no-repeat;
  background-position: left 1px center;
}
.form-switch .form-check-input:checked {
  border: 1px solid rgba(207, 41, 41, 0);
  background-color: #CF292933;
  background-image: url(/images/toggle-circle-checked.svg?2b2105e4c60bf8aff928557adebee0cc);
  background-repeat: no-repeat;
  background-position: right 1px center;
}
.form-switch .form-check-input:focus {
  background-image: url(/images/toggle-circle-checked.svg?2b2105e4c60bf8aff928557adebee0cc);
}
.form-switch .form-check-label {
  font-weight: normal;
  font-size: .875rem;
  color: #7A7786;
}
.list-of-properties .vertical-line {
  margin: 0 14px;
  width: 1px;
  height: 1rem;
  border-right: 1px solid #E1E0E7;
}
.order-by-label {
  font-size: .875rem;
  color: #7A7786;
}
.order-by-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .375rem;
  background-color: transparent;
  border: 0;
  font-weight: 500;
  font-size: .875rem;
  color: #33303E;
}
.order-by-button ~ .dropdown-toggle::after {
  content: url(/images/arrow-order-by.svg?9438f227b4326a189fa2caed5877a68f);
  padding-top: .175rem;
}
.mobile-options-group .order-by-button ~ .dropdown-toggle::after {
  content: '';
  margin-left: 0;
}
.mobile-options-group .order-by-button ~ .dropdown-toggle::before {
  content: url(/images/arrow-order-by.svg?9438f227b4326a189fa2caed5877a68f);
  margin-left: 0;
}

#properties-list-content > .tab-pane.active {
  display: flex;
  gap: 2.375rem;
  padding: 1.25rem 0;
}
.properties-group {
  display: flex;
  flex: 1;
  gap: 2rem;
}

.tab-pane:not(.map-expanded) > .properties-group:not(.delimited) ~ div {
  display: none;
}
.properties-group.delimited ~ div {
  display: flex;
  flex: 1;
}
.properties-group.delimited {
  border: 1px solid #F1F1F3;
  border-radius: .5rem;
  height: 46.25rem;
  gap: 0;
}
.properties-group.delimited .filter-properties-content {
 border: 0;
}
.properties-group.delimited .properties-results-content {
  padding: 1.5rem 1.25rem;
  overflow-y: auto;
}

.properties-group.delimited .imovel-card-horizontal .imovel-type,
.properties-group.delimited .imovel-card-horizontal .virtual-tour-tag,
.properties-group.delimited .imovel-card-horizontal .card-body > div:last-child {
  display: none !important;
}
.properties-group.delimited .imovel-card-horizontal .top-tags {
  gap: 0 !important;
}
.properties-group:not(.delimited) .imovel-card-horizontal .top-tags ~ a {
  display: none;
}
.properties-group.delimited .imovel-card-horizontal .tag-cod-imovel {
  margin-right: .5rem;
}
.imovel-card-horizontal .virtual-tour-tag:hover,
.imovel-card-horizontal .favorite-tag:not(.favorited):hover,
.imovel-card-horizontal .trash-tag:not(.trashed):hover {
  color: #B30101 !important;
}

.properties-group.delimited .properties-results-content .imovel-card-horizontal .img-content {
  width: 11.25rem;
}
.properties-group.delimited .properties-results-content .imovel-card-horizontal .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1.125rem 1.25rem 1rem;
}

.filter-properties-content {
  width: 17.5rem;
  height: 47.9rem;
  border: 1px solid #F1F1F3;
  box-sizing: border-box;
  border-radius: .5rem;
  padding: 1.75rem 1.375rem;
  overflow-y: hidden;
}
.filter-properties-content.expanded {
  overflow-y: auto;
}
.filter-properties-content:not(.expanded) .expanded-show {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.properties-group .vertical-line {
  display: flex;
  align-self: center;
  width: 1px;
  height: 96%;
  border-right: 1px solid #F1F1F3;
  margin: 0;
}
.properties-group:not(.delimited) .vertical-line {
  display: none;
}

.filter-properties-content::-webkit-scrollbar {
  background-color: transparent;
  width: 14px;
}
.filter-properties-content::-webkit-scrollbar-thumb{
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #C6C5CE;
}

#properties-list-content > .tab-pane.active > .properties-group.delimited .properties-results-content::-webkit-scrollbar {
  background-color: transparent;
  width: 14px;
}

#properties-list-content > .tab-pane.active > .properties-group.delimited .properties-results-content::-webkit-scrollbar-thumb {
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #C6C5CE;
}

.filter-properties-content form, .filter-properties-content-mobile form {
  row-gap: 1.125rem;
}
.filter-properties-content-mobile #properties-filter-form > .col-6:not(:nth-last-child(2)),
.filter-properties-content-mobile #properties-filter-form > .col-12:not(:nth-last-child(2)) {
  padding-bottom: 1.125rem;
}

.filter-properties-content .form-label {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.125rem;
  margin-bottom: .5rem;
}
.filter-properties-content .form-control {
  height: 2.875rem;
}

.filter-properties-content .bootstrap-select>.dropdown-toggle, .filter-properties-content .bootstrap-select>.dropdown-toggle:active, .filter-properties-content .bootstrap-select>.dropdown-toggle:focus, .filter-properties-content .bootstrap-select>.dropdown-toggle:hover, .filter-properties-content-mobile .bootstrap-select>.dropdown-toggle, .filter-properties-content-mobile .bootstrap-select>.dropdown-toggle:active, .filter-properties-content-mobile .bootstrap-select>.dropdown-toggle:focus, .filter-properties-content-mobile .bootstrap-select>.dropdown-toggle:hover {
  color: #000000;
  background-color: #FFF;
  border: 1px solid #F1F1F3;
  border-radius: 4px;
  padding: .357rem 1.25rem .357rem .875rem;
  font-size: 14px;
}
.filter-properties-content .bootstrap-select>.dropdown-toggle.bs-placeholder, .filter-properties-content .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .filter-properties-content .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .filter-properties-content .bootstrap-select>.dropdown-toggle.bs-placeholder:hover, .filter-properties-content-mobile .bootstrap-select>.dropdown-toggle.bs-placeholder, .filter-properties-content-mobile .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .filter-properties-content-mobile .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .filter-properties-content-mobile .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
  color: #00000080;
}
.filter-properties-content .form-check-label {
  font-size: .875rem;
  line-height: 1.125rem;
  color: #33303e80;
}

.tokenfield {
  display: flex;
  align-items: center;
  padding-bottom: .875rem !important;
}
.tokenfield.focus {
  border-color: #4E4B59 !important;
  box-shadow: unset !important;
}
.twitter-typeahead {
  position: unset !important;
  width: 100%;
}
.token-input.tt-input {
  margin-bottom: 0;
  font-size: .875rem;
  width: 100% !important;
  margin-bottom: 0 !important;
}
.token-input.tt-input::-moz-placeholder {
  font-size: .875rem;
  color: #00000080;
}
.token-input.tt-input::placeholder {
  font-size: .875rem;
  color: #00000080;
}
.token-input.tt-hint {
  display: none;
}
.tt-menu {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-top: .25rem;
  padding: .375rem;
  width: 100%;
  max-height: 19.125rem;
  overflow-y: auto;
}
.slider-filter-item .tt-menu {
  width: -moz-max-content;
  width: max-content;
  max-width: 16.25rem;
}
.tt-menu::-webkit-scrollbar {
  background-color: transparent;
  width: 14px;
}
.tt-menu::-webkit-scrollbar-thumb {
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #5F5C6B;
}

.tt-dataset .tt-group-title {
  text-transform: uppercase;
  color: #ACABB7;
  font-size: 0.675rem;
  font-weight: 500;
  padding: .5rem .625rem .25rem;
  margin: 0;
}
.tt-dataset .tt-suggestion.tt-selectable {
  border-radius: .375rem;
  padding: .5rem .625rem;
  font-size: .875rem;
}
.tt-dataset .tt-suggestion.tt-selectable:hover,
.tt-dataset .tt-suggestion.tt-selectable.tt-cursor {
  color: #000 !important;
  text-decoration: none;
  background-color: #FFF8FA;
  cursor: pointer;
}
.tt-dataset .tt-suggestion.tt-muted {
  font-size: .75rem;
  color: #ACABB7;
}
#locationOrCodeBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  max-height: 1.75rem;
  border: 0;
  background: #B30101;
  border-radius: .25rem;
  color: #FFF;
  font-size: .875rem;
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
}
#locationOrCodeBtn::after {
  content: '';
  display: none;
}
#locationOrCodeBtn.visible {
  visibility: visible;
}
.locationOrCodeMenu {
  width: 100%;
  max-height: 19.125rem;
  overflow-y: auto;
  top: 106% !important;
  transform: unset !important;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: .375rem;
  border: 0;
  padding: .375rem;
}
.slider-filter-item .locationOrCodeMenu {
  max-width: 16.25rem;
  width: -moz-max-content;
  width: max-content;
  left: unset !important;
  right: 0 !important;
}
.locationOrCodeMenu::-webkit-scrollbar {
  background-color: transparent;
  width: 14px;
}
.locationOrCodeMenu::-webkit-scrollbar-thumb {
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #5F5C6B;
}
.locationOrCodeMenu .token {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .5rem;
  border-radius: .375rem;
  font-size: .875rem;
  line-height: 1.125rem;
  color: #000;
}
.locationOrCodeMenu .token:hover {
  background: #FFF8FA;
}
.locationOrCodeMenu .token .token-label {
  max-width: unset !important;
  font-size: .875rem;
}
.locationOrCodeMenu .token > .close {
  position: relative;
  margin-left: .5rem;
  font-size: 0;
  width: .75rem;
  height: .75rem;
}
.locationOrCodeMenu .token > .close::after {
  content: url(/images/close_location.svg?9ede557f250dec01271fa93ba3d2c236);
  width: .75rem;
  height: .75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#clearAllTokensBtn {
  margin: .75rem 1.125rem .75rem 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #CF2929;
  text-decoration: none;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.125rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
}
#clearAllTokensBtn:hover {
  color: #B20101;
}

.form-check-sm {
  min-height: 0;
  display: flex;
  gap: 6px;
  margin: 0;
}
.form-check-sm .form-check-input {
  margin-top: 0;
}
.form-check-sm .form-check-label {
  font-size: .75rem;
}

.filter-properties-content .btn-see-more-filters {
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  justify-content: center;

  border: 0;
  background-color: transparent;
  color: #CF2929;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.125rem;
  margin-top: .625rem;
  transition: 1s;
}
.filter-properties-content .btn-see-more-filters:hover {
  color: #B20101;
}
.filter-properties-content .btn-see-more-filters::before {
  content: 'Ver mais filtros';
}
.filter-properties-content .btn-see-more-filters::after {
  content: url(/images/arrow-red.svg?69ec683eb2ad8af052b5a476a393f7bd);
  width: 17px;
  height: 14px;
  margin-top: 6px;
}
.filter-properties-content.expanded .btn-see-more-filters::before {
  content: 'Ver menos filtros';
}
.filter-properties-content.expanded .btn-see-more-filters::after {
  transform: rotate(180deg);
}

.filter-properties-content .form-switch .form-check-input, .form-filter-mobile .form-switch .form-check-input, .main-switch .form-check-input {
  background-image: url(/images/toggle-circle-checked.svg?2b2105e4c60bf8aff928557adebee0cc);
}

.btn-group-radio-main {
  display: flex;
  justify-content: space-between;
  gap: .625rem;
  flex: 1;
}
.btn-group-radio {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 2.375rem;
  height: 2.875rem;
  background-color: #F1F1F3;
  box-sizing: border-box;
  border-radius: 1.125rem !important;
  font-size: .875rem;
  line-height: 0;
  color: #00000080;
  flex: unset !important;
}

.btn-group-check-main {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: .5rem;
}
.btn-group-check-main .btn-group-check {
  font-size: .875rem;
  flex: unset;
}
.btn-group-check {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .25rem .5rem;

  height: 1.5rem;
  background-color: #F1F1F3;
  box-sizing: border-box;
  border-radius: 3.125rem !important;
  font-size: .75rem;
  line-height: 0;
  color: #00000080;
}

.btn-check:active+.btn-group-radio, .btn-check:checked+.btn-group-radio, .btn-group-radio.active, .btn-group-radio.dropdown-toggle.show, .btn-group-radio:active, .btn-check:active+.btn-group-check, .btn-check:checked+.btn-group-check, .btn-group-check.active, .btn-group-check.dropdown-toggle.show, .btn-group-check:active  {
  background-color: #B30101;
  color: #FFF;
}

.properties-results-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.properties-results-content .list-container .properties-search-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #000000;
  margin-bottom: .5rem;
}
.properties-results-content .imovel-card {
  width: 100%;
  margin-bottom: 1.5rem;
}
.imovel-card-horizontal {
  display: flex;
}

.imovel-card-horizontal .img-content {
  width: 17.5rem;
  height: 13.9rem;
}

.imovel-card-horizontal .imovel-card-slider,
.imovel-card-horizontal .slick-list,
.imovel-card-horizontal .slick-track {
  height: 100%;
}
.imovel-card-horizontal .card-img, .imovel-card-horizontal .card-img-top {
  border-top-left-radius: .75rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: .75rem;
  border-bottom-right-radius: 0;
  height: 100%;
}

.imovel-card-horizontal .card-body {
  padding: 1.5rem 1.875rem 1.5rem 2.125rem;
}
.imovel-card-horizontal .card-body .top-tags a {
  text-decoration: none;
}
.imovel-card-horizontal .card-body .top-tags .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  gap: .5rem;
}
.imovel-card-horizontal .card-body .top-tags .virtual-tour-tag,
.imovel-card-horizontal .card-body .top-tags .favorite-tag {
  background-color: #F1F1F3;
  color: #4E4B59;
}
.imovel-card-horizontal .card-body .top-tags .favorite-tag.favorited {
  background-color: #B30101;
  color: #FFF;
}
.imovel-card-horizontal .card-body .top-tags .favorite-tag,
.imovel-card-horizontal .trash-tag {
  padding: 0;
  width: 1.625rem;
  height: 1.625rem;
}
.imovel-card-horizontal .imovel-card-price {
  margin: 1rem 0 .25rem;
}
.imovel-card-horizontal .imovel-card-location {
  margin-bottom: 1.125rem;
}
.imovel-card-horizontal .card-body > div:last-child {
  display: flex;
  margin-top: 1.25rem;
  max-height: 1.625rem;
  overflow: hidden;
}
.imovel-card-horizontal .trash-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #F1F1F3;
}

.ml-20px {
    margin-left: 20px;
}

.mt-65px {
    margin-top: 65px 0px;
}

.d-serra-grid {
    grid-template-columns: repeat(4, 1fr);
}

.m-serra-grid {
    grid-template-columns: repeat(1, 1fr);
}

#pagination-container .paginationjs {
  font-family: 'Montserrat', serif !important;
  font-size: .875rem !important;
}

.pagination {
    display: flex;
}

.d-pagination-padding {
    padding: 34px 20px 71px 20px;
}

.m-pagination-padding {
    padding: 21px 20px 24px 20px;
}

.pagination * {
    font-family: 'Montserrat', serif !important;
    font-size: .875rem !important;
    color: #7a7786;
    font-weight: 400;
    line-height: 1.3125rem;
    text-align: center;
    text-decoration: none;
}


#pagination-container .paginationjs-prev,
#pagination-container .paginationjs-next,
.pagination .prev,
.pagination .next{
  width: 2rem;
  height: 2rem;
  border: 0;
  background: #F1F1F3;
  border-radius: 50%;
  margin-right: .375rem;
}

.pagination .next {
    margin-left: .375rem;
}

.pages {
    background: #F1F1F3;
    border-radius: 20px;
}

.pagination .pages .item {
  width: 2rem;
  height: 2rem;
  border: 0;
  background: #F1F1F3;
  border-radius: 50%;
}

.pagination .pages .item.active {
  background: #b30101;
}

.pagination .pages .item.active .page{
  color: #f1f1f3;
  background: #b30101;
}


#pagination-container .paginationjs-prev>a,
#pagination-container .paginationjs-next>a,
.pagination .prev .page,
.pagination .next .page,
.pagination .pages .item .page{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  border: 0;
  padding: 0;
}

#pagination-container .paginationjs-prev > a:before,
.pagination .prev .page:before {
  content: url(/images/pagination-prev.svg?b0835bbba98658191860f8ba3bd8aaf5);
}
#pagination-container .paginationjs-prev.disabled > a:before,
.pagination .prev.disabled .page:before {
  content: url(/images/pagination-prev-disabled.svg?b20ca2c4b0718dd0c33333cd6529df0d);
}
#pagination-container .paginationjs-next > a:before,
.pagination .next .page:before {
  content: url(/images/pagination-next.svg?4935b276db268b602f9b03d11d3f62b0);
}
#pagination-container .paginationjs-next.disabled > a:before,
.pagination .next.disabled .page:before {
  content: url(/images/pagination-next-disabled.svg?1ff567e42c152b44df4e5f2e6a3659a2);
}

#pagination-container .paginationjs-pages .paginationjs-page,
.pagination .pages .item .page {
  border: 0;
  background: #F1F1F3;
}
#pagination-container .paginationjs .paginationjs-pages ul,
.pagination .pages .item .page {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.map-expanded > .properties-group ~ div {
  height: 46.25rem;
}
.properties-map {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex: 1;
  border: 1px solid #E1E0E7;
  box-sizing: border-box;
  border-radius: .5rem;
}
.properties-map iframe {
  height: 100%;
  width: 100%;
  border-radius: .5rem;
}

.filter-properties-content .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: unset;
}
/* List of properties - End */
/* Tela Properties List - End */

/* Tela Selected Property - Start */
/* Topo - Start */
section.property-selected-galery {
  padding: .375rem 0 2.5rem;
}
div.property-images-container {
  max-width: 1052px !important;
  margin-right: 0 !important;
  margin-left: auto !important;
  padding-left: 1.25rem !important;
  padding-right: .5rem !important;
}
.property-selected-imgs img {
  border-radius: .625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.property-selected-imgs div.d-flex.flex-column {
  gap: 1.25rem;
}

.property-selected-imgs .property-main-img {
  width: 43.75rem;
  height: 31.375rem;
}
.property-selected-imgs .property-img {
  width: 19.0625rem;
  height: 9.625rem;
}
.more-photos {
  position: relative;
}
.more-photos::after {
  border-radius: .625rem;

  position: absolute;
  background: #00000080;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 130%;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-property-card {
  padding-right: 1.25rem;
  margin-right: auto;
  height: -moz-fit-content;
  height: fit-content;
}
.overview-property-card {
  height: -moz-max-content;
  height: max-content;
  width: 23.25rem;
  margin-top: .375rem;
  top: .375rem;
  background: #FFF;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
}

.overview-property-card .nav-tabs .nav-link,
.overview-property-card .nav-tabs {
  border-color: transparent;
}
.overview-property-card .nav-tabs .nav-link:not(.active) {
  background: #F1F1F3;
  border-radius: 6px;
}
.overview-property-card .nav-tabs #rent-tab:not(.active) {
  border-bottom-right-radius: 0;
}
.overview-property-card .nav-tabs #buy-tab:not(.active) {
  border-bottom-left-radius: 0;
}
.overview-property-card .nav-tabs .nav-link {
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 130%;
  color: #000;
  border-radius: .625rem;
}
.overview-property-card .nav-tabs .nav-link.active {
  font-weight: bold;
}
#overviewPropertyTab > .nav-item:first-child:nth-last-child(1) > .nav-link {
  text-align: start;
  padding-left: 1.875rem;
}
#overviewPropertyTabContent #buy.active:first-child:nth-last-child(1) {
  border-top-right-radius: 0;
}
#overviewPropertyTabContent #rent.active:first-child:nth-last-child(1) {

  border-top-left-radius: 0;
}

#overviewPropertyTabContent {
  background-color: #F1F1F3;
}
#overviewPropertyTabContent .tab-pane {
  padding: 2rem 1.875rem 1.625rem;
  background-color: #FFF;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}
#overviewPropertyTabContent #buy.active {
  border-top-right-radius: .5rem;
}
#overviewPropertyTabContent #rent.active {
  border-top-left-radius: .5rem;
}

#overviewPropertyTabContent .property-type {
  font-weight: 500;
  font-size: .875rem;
  color: #5F5C6B;
  margin-bottom: 0;
}

#overviewPropertyTabContent .tag-cod-imovel, .badge-lg.tag-cod-imovel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: .75rem;
  line-height: 120%;
  color: #F1F1F3;
  background-color: #33303E;
}
#overviewPropertyTabContent .badge {
  height: 1.5rem;
}
.badge.badge-lg {
  height: 2.125rem;
  padding: .3125rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
#overviewPropertyTabContent .favorite-tag {
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .375rem;
  right: 1.25rem;
  background-color: #F1F1F3;
  color: #000;
}
#overviewPropertyTabContent .favorite-tag:hover {
  color: #B30101;
}
#overviewPropertyTabContent .favorite-tag.favorited {
  background-color: #B30101;
  color: #FFF;
}

#overviewPropertyTabContent .property-price {
  font-weight: 500;
  margin-top: .625rem;
  margin-bottom: 1.375rem;
  font-size: 1.625rem;
  line-height: 130%;
  color: #000;
}

#overviewPropertyTabContent .list-group {
  margin-bottom: 1.625rem !important;
}
#overviewPropertyTabContent .list-group-item {
  padding: .875rem 0;
}
#overviewPropertyTabContent .list-group-flush>.list-group-item {
  border-color: #F1F1F3;
}
#overviewPropertyTabContent .list-group p {
  color: #5f5c6b;
  margin: 0;
}

.info-text {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1.5rem;
  color: #5f5c6b;
}
.info-text p {
  display: flex;
  flex: 1;
  font-size: .75rem;
  margin-bottom: 0;
  text-align: justify;
}

.high-search-card {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  gap: 1.25rem;
  font-size: .75rem;
  background-color: #33303E;
  border-radius: .375rem;
  color: #FFF;
  margin-bottom: 1.375rem;
}
.high-search-card p {
  margin: 0;
  width: 80%;
}
.high-search-card p strong {
  font-weight: 500;
}
.broker-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3125rem;
  text-align: center;
  color: #40C351;
  text-decoration: none;
}
.broker-whatsapp:hover {
  color: rgb(57, 161, 71);
}
#overviewPropertyTabContent .btn-main {
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.375rem;
  font-size: 1.125rem;
}

/* Topo - End */
section.property-infos {
  padding-left: 3.125rem;
  padding-right: 2.5rem;
}
/* Main info - Start */

.breadcrumb-infos {
  font-size: .75rem;
  color: #7A7786;
}

.breadcrumb-infos a {
  text-decoration: none;
  font-weight: normal;
  font-size: .875rem;
  line-height: 1.125rem;
  color: #7A7786;
}
.breadcrumb-infos a:hover {
  color: #CF2929;
}
.breadcrumb-infos .breadcrumb > .breadcrumb-item:not(:first-child) {
  padding-left: .875rem;
}
.breadcrumb-infos .breadcrumb-item.active {
  color: #33303E;
  font-weight: bold;
  font-size: .875rem;
  line-height: 1.125rem;
}
.breadcrumb-infos .breadcrumb-item+.breadcrumb-item::before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS4xMzY3MiAwLjc3MjcwNUwzLjgzODU2IDMuNDczNDFMMS4xMzY3MiA2LjE3NDExIiBzdHJva2U9IiNDRjI5MjkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==');
  padding-right: .875rem;
}

.breadcrumb-infos .breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-infos.breadcrumb-white .breadcrumb-item+.breadcrumb-item::before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS4xMzY3MiAwLjc3MjcwNUwzLjgzODU2IDMuNDczNDFMMS4xMzY3MiA2LjE3NDExIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==');
}
.breadcrumb-infos.breadcrumb-white .breadcrumb-item,
.breadcrumb-infos.breadcrumb-white a {
  color: #FFF;
}

.property-selected-location {
  font-weight: 500;
  font-size: 1.875rem;
  color: #33303E;
  margin-bottom: .5rem;
}
.publish-info p {
  font-size: 1.125rem;
  color: #8C8A97;
  margin-bottom: 0;
}
.publish-info p:first-child {
  margin-right: .625rem;
}
.publish-info p:not(:first-child)::before {
  content: '•';
  margin-right: .625rem;
  color: #000;
}
.property-infos .publish-info p:last-child {
  min-width: 13.75rem;
}

.share-property-group {
  background-color: #F1F1F3;
  border-radius: 50px;
  height: 3.25rem;
  padding: .875rem 1.375rem;
  width: -moz-fit-content;
  width: fit-content;
}
.share-property-group p {
  font-weight: 500;
  font-size: 1.125rem;
  color: #4E4B59;
  margin: 0;
}

.property-cta-buttons {
  gap: 1.375rem;
  margin: 3.25rem 0 2.5rem;
}
.property-cta-buttons .btn {
  height: 4.125rem;
  display: flex;
  flex: 1;
  gap: .875rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.75rem;
  border-radius: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.property-features-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  height: 7.8125rem;
  background-color: #FFF8FA;
  border-radius: .375rem;
  color: #000;
  margin: .625rem;
}
.property-features-card p {
  text-align: center;
  color: #33303E;
  margin-bottom: 0;
}

.property-features-content {
  height: 9.0625rem;
}
.property-features-slider .slick-track {
  margin-left: unset;
}
.property-features-slider .slick-prev::before {
  content: url(/images/arrow-red-light-left.svg?8e43773e7255a4e1a2cd9f6fdb4a3aaf);
}
.property-features-slider .slick-next::before {
  content: url(/images/arrow-red-light-right.svg?d179dcac680ab6e77ce45c397a77aa30);
}
.property-features-slider .slick-prev.slick-disabled::before {
  content: url(/images/arrow-dark-light-left.svg?182a76717d2252b33440c214657b62fa);
  opacity: 1;
}
.property-features-slider .slick-next.slick-disabled::before {
  content: url(/images/arrow-dark-light-right.svg?c1a4548d3485e3e5a07708b1253e85b7);
  opacity: 1;
}

.property-area-card{
    gap: 1rem;
}

.gray-light-box {
  padding: 1.875rem;
  border: 1px solid #E1E0E7;
  box-sizing: border-box;
  border-radius: .375rem;
}
.gray-light-box h5 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 151%;
  margin-bottom: .375rem;
}
.gray-light-box p {
  line-height: 151%;
  color: #5F5C6B;
  margin-bottom: 0;
}

.description-box p {
  margin-bottom: 1.5rem;
}
.description-box {
  margin-top: 1.875rem;
}

.mapa-box {
  margin-top: 2.5rem;
}
#map-box-tab {
  background: #F1F1F3;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  padding: .5rem;
}
#map-box-tab .nav-link {
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .375rem;
  border-radius: 50px;
}
#map-box-tab .nav-link.active, #map-box-tab .show>.nav-link {
  background-color: #B30101;
  color: #FFF;
}

#map-box-tabContent {
  border: 1px solid #E1E0E7;
  border-radius: .375rem;
}
#map-box-tabContent div.position-relative {
  height: 25rem;
  width: 100%;
}
#map-box-tabContent div.position-relative > iframe {
  width: 100%;
  height: 100%;
  border-radius: .375rem;
}

.ctt-fw{
  font-weight: 500 !important;
}

.contact-box {
  margin-top: 2.5rem;
  background-color: #B30101;
  border: 1px solid #E1E0E7;
  border-radius: .375rem;
  color: #FFF;
  padding: 2.1875rem 1.875rem;
}

.contact-box h3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 130%;
  margin-bottom: .25rem;
}
.contact-box p {
  line-height: 130%;
  margin-bottom: 0;
}

.contact-box .contact-form {
  margin-top: 1.25rem;
}
.contact-box .contact-form textarea {
  resize: none;
}

.contact-box .contact-form-btn-group {
  margin-top: 2.375rem;
}
.contact-box .contact-form-btn-group .btn {
  padding: .75rem 1.75rem;
  font-size: 1.125rem;
}
.contact-box #send-contact-whatsapp-button {
  display: flex;
  align-items: center;
  gap: .625rem;
  background-color: #40C351;
  color: #FFF;
}

.exchange-box {
  margin-top: 2.5rem;
}

.credit-box {
  display: flex;
  align-items: center;
  min-height: 18.25rem;
  padding: 3.125rem;
  margin-top: 2.5rem;
  border-radius: .875rem;
  background: url(/images/credit-card-img.svg?af131cab52b4d2576e1afd661c6a765e) no-repeat right center, #232226;
  color: #FFF;
}
.credit-box h5 {
  margin-bottom: .75rem;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 130%;
}
.credit-box p {
  font-size: .875rem;
  line-height: 150%;
  margin-bottom: 2.125rem;
}
.credit-box .btn {
  padding: .375rem 3.25rem;
}

.similar-properties-container section#spotlight {
  padding: 8.75rem 1.625rem 10rem 1.625rem;
}
.similar-properties-container .title-3 {
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}

/* Main info - End */
.similar-properties-container {
  max-width: 1400px !important;
}
/* Tela Selected Property - End */

/* Tela About Us - Start */
/* About Us Slider - Start */
.slider-about-us {
  background-color: #CF2929;
  color: #FFF;
  padding: 2.625rem 0 3rem;
  border-bottom-left-radius: .75rem;
  border-bottom-right-radius: .75rem;
}
.about-us-container {
  margin-top: 100px;
}
.slider-about-us-title {
  font-weight: 500;
  font-size: 2.625rem;
  line-height: 3.4375rem;
  letter-spacing: .1px;
  margin-bottom: 3.75rem;
}
.slider-about-us-text {
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.375rem;
  letter-spacing: .3px;
}
.slider-about-us-img {
  width: 25.125rem;
  height: 27.75rem;
  border-radius: 1.25rem;
  transform: skew(-4deg);
    -webkit-transform: skew(-4deg);
    -ms-transform: skew(-4deg);
}

.slider-about-us .breadcrumb-infos {
  margin-top: 3.25rem;
}

/* About Us Slider - End */

/* Pillars - Start */
section.pillars {
  padding: 8.125rem 0 2.5rem;
}

.pillars-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: .1px;
  margin-bottom: .5rem;
}
.pillars-subtitle {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: .3px;
  color: #737B7D;
  margin-bottom: 3.625rem;
}

.pillars-group {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}
.pillars-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 21.875rem;
}
.pillars-item-title {
  margin: 1.5rem 0 .75rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: .1px;
  color: #373F41;
}
.pillars-item-description {
  font-size: .875rem;
  line-height: 1.25rem;
  letter-spacing: .2px;
  color: #7A7786;
  margin-bottom: 0;
}
/* Pillars - End */

/* CEO Quote - Start */
section.ceo-quote {
  padding: 8.125rem 0 9.375rem;
}

.ceo-quote-banner {
  display: flex;
  align-items: center;
  padding: 3rem 4.25rem 3rem 0;
  min-height: 28.75rem;
  background: url(/images/ceo-banner-img.png?abca578ab073f0b29b394adad87e04d7) bottom left/32.5rem no-repeat, #232226;
  border-radius: 20px;
}

.ceo-banner-right {
  width: 45.5%;
}
.ceo-banner-right svg {
  width: 14.1875rem;
  margin-right: .625rem;
}
.ceo-banner-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: .1px;
  margin-bottom: 1rem;
  color: #FFF;
}
.ceo-banner-author {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.75rem;
  color: #F1F1F3;
}
.ceo-banner-description {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  color: #F1F1F3;
}
/* CEO Quote - End */

/* Our Branches - Start */
section.our-branches {
  padding-bottom: 10rem;
}

.our-branches-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: .1px;
  margin-bottom: 1.375rem;
}

.branches-group.slick-initialized .slick-slide {
  padding: 1.125rem;
}
.branches-item > .branch-item-block:first-child {
  margin-bottom: 2.25rem;
}
.branch-item-block {
  background-color: transparent;
  perspective: 1000px;
  width: 100%;
  height: 14.6875rem;
  border-radius: .375rem;
}
.branch-item-block.block-main {
  height: 31.625rem;
}

.branch-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

@media (min-width: 992px) {
  .branch-item-block:hover .branch-item-inner {
    transform: rotateY(180deg);
    cursor: pointer;
  }


  /* header */

  header .navbar.opened #navbarNav > .navbar-menu:not(:nth-of-type(2)){
    padding: 7rem 0 0 0rem;
    margin-right: 3rem;

  }

  header .navbar.opened #navbarNav > .navbar-menu:nth-of-type(2) {
    padding: 7rem 0 0 7rem;
    margin-right: 2rem;

  }

  /* header .navbar.opened .navbar-collapse > ul{
    width: 50%;
  }
   */
  header .btn.btn-main.btn-menu-xxl {
    color: black;
    background-color: white;
    font-weight: 500;
    padding: 0rem;
    padding-left: 0.6rem;
    padding-right: 0.2rem;
    width: 155px;
    height: 36px;
    border-radius: 1rem;
  }

  header .btn.btn-main.btn-menu-xxl.show{
    background-color: #CF2929;
    color: white;
    width: 155px;
    height: 36px;

  }

  .dropdown-menu {
    padding: 0rem
  }

  .dropdown-item {
    padding: 0.563rem 0.6rem 0.625rem;
    font-size: 0.813rem;
    font-weight: 500;
  }

  .dropdown-menu.show {
    font-size: 0.875rem;
    min-width: 100%;
    border: none;
    margin-top: .2rem;
  }

}


.branch-item-img, .brach-item-text {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.brach-item-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  background-color: #B30101;
  color: #FFF;
  padding: 2.5rem 2.625rem;
  transform: rotateY(180deg);
  border-radius: .375rem;
}

.branch-item-main-img {
  width: 100%;
  border-radius: .375rem;
  height: 31.625rem;
}
.branch-item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: .375rem;
}
.branch-card-title {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: .1px;
  margin-bottom: 1.25rem;
}
.branch-card-info {
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}
/* Our Branches - End */
/* Tela About Us - End */

/* Tela Announce - Start */
/* Announce Slider - Start */
.announce-slider {
  min-height: 42.325rem;
}
.announce-slider .slider-content {
  padding-top: 10.875rem;
}
.announce-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(50%);
  border-bottom-left-radius: .75rem;
  border-bottom-right-radius: .75rem;
}
.announce-slider .slider-title {
  width: 75%;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.875rem;
  letter-spacing: .1px;
}
.announce-slider-group {
  display: flex;
  margin-top: 2.875rem;
  gap: 1.875rem;
}
.announce-slider-item {
  display: flex;
  flex-direction: column;
  gap: .625rem;
  color: #FFF;
  width: 33.3%;
}
.announce-slider-title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .3px;
}
.announce-slider-description {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .3px;
}

.announce-slider-form-card {
  width: 26.875rem;
  padding: 2.5rem 2.375rem 2.25rem;
  background-color: #FFF;
  box-shadow: 0px 10px 50px rgba(78, 75, 89, 0.1);
  border-radius: .5rem;
}
.announce-slider-form-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.9375rem;
  margin-bottom: .5rem;
}
.announce-slider-form-subtitle {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #5F5C6B;
  margin-bottom: 1.75rem;
}
.announce-slider-form-card form > .section-title ~ .section-title {
  margin-top: 2.5rem;
}
.announce-slider-form-card form > .section-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  margin-bottom: 0.25rem;
}

.announce-slider-form-card .form-label {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.125rem;
  color: #4E4B59;
}
.announce-slider-form-card .form-check {
  margin-top: .75rem;
}
.announce-slider-form-card .form-check-label, .announce-slider-form-card .form-check-label a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.3125rem;
  color: #373737;
}
.announce-slider-form-card .btn-main {
  height: 3rem;
  margin-top: 1.75rem;
}

.announce-slider .breadcrumb-infos {
  margin-top: 1.5rem;
}
/* Announce Slider - End */

/* Announce Testimonials - Start */
.announce-testimonials {
  padding-top: 18.625rem;
  padding-bottom: 9.375rem;
}
/* Announce Testimonials - End */
/* Tela Announce - End */

/* Tela Administration - Start */
/* Administration Slider - Start */
.administration-slider {
  min-height: 41.75rem;
}
.administration-slider .slider-content {
  top: 50%;
  transform: translateY(-50%);
}
.main-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(60%);
  border-bottom-left-radius: .75rem;
  border-bottom-right-radius: .75rem;
}
.administration-slider .slider-title {
  width: 98%;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 4.8125rem;
  margin-bottom: .875rem;
}
.administration-slider .slider-subtitle {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 2.5rem;
  color: #FFF;
}
.offer-request-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 16rem;
  font-size: 1.125rem;
}

.administration-slider .breadcrumb-infos {
  margin-top: 2.5rem;
}
/* Administration Slider - End */

/* Administration Advantages - Start */
section.administration-advantages {
  padding-bottom: 5.625rem;
}
.administration-advantages-group {
  position: relative;
  top: -5.5rem;
  left: 0;
  margin-bottom: -5.5rem;
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 1.75rem;
}
.administration-advantages-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.5rem;
  min-height: 11.875rem;
  background: #FFF;
  box-shadow: 0px 10px 50px rgba(78, 75, 89, 0.1);
  border-radius: .75rem;
  padding: 1.5rem 2.25rem;
}
.administration-advantages-card img {
  max-width: 9.625rem;
  max-height: 8.375rem;
}
.administration-advantages-card .administration-advantages-card-title {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  margin-bottom: .75rem;
}
.administration-advantages-card .administration-advantages-card-description {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #7A7786;
  margin-bottom: 0;
}
section.administration-advantages .offer-request-btn {
  margin: 2.5rem auto 0;
}
/* Administration Advantages - End */

/* How it works - Start */
section.how-it-works {
  padding-bottom: 8.875rem;
}
.how-it-works-title {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.4375rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
.how-it-works-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.how-it-works-item {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  width: 33.3%;
}
.how-it-works-item-number {
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 3.5rem;
  letter-spacing: -0.02em;
  color: #CF2929;
  margin-bottom: 0;
}
.how-it-works-item-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: -0.02em;
  margin-bottom: .5rem;
}
.how-it-works-item-text {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: -0.01em;
  color: #7A7786;
  margin-bottom: 0;
}
/* How it works - End */

/* Fix - Start */
section.fix {
  padding-bottom: 8.75rem;
}
section.fix .title-3 {
  margin-bottom: 1.875rem;
}
.fix-card-group {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 1rem;
}
.fix-card-item {
  height: 100%;
  display: flex;
  gap: .75rem;
  box-shadow: 0px 10px 50px rgba(78, 75, 89, 0.1);
  border-radius: .375rem;
  padding: 1.625rem 1.375rem 1rem;
  background-color: #FFF;
}
.fix-card-item > div {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.fix-card-item .fix-card-item-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  margin-bottom: .5rem;
}
.fix-card-item .fix-card-item-description {
  font-size: .875rem;
  line-height: 1.25rem;
  color: #5F5C6B;
  margin-bottom: 0;
}
/* Fix - End */

/* Offer Request Now - Start */
section.offer-request-now {
  padding-bottom: 9.375rem;
}
section.offer-request-now .contact-box {
  margin-top: 0;
  padding: 3.75rem 3.5rem 2.5rem;
}
section.offer-request-now .contact-box h3 {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
}
section.offer-request-now .contact-box h5 {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  margin-bottom: 1.25rem;
}
section.offer-request-now .contact-box h5:not(:first-child) {
  margin-top: 2.5rem;
}

section.offer-request-now .contact-box textarea.form-control {
  height: 3.175rem;
}

section.offer-request-now .contact-box .contact-form-btn-group {
  margin-top: 3.125rem;
}
section.offer-request-now .contact-box .form-check-label, section.offer-request-now .contact-box .form-check-label a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.3125rem;
  margin-bottom: 0;
  color: #FFF;
}
section.offer-request-now .contact-box .form-check:not(.form-switch) > .form-check-input:checked {
  background-color: #FFF;
  border-color: #FFF;
}
section.offer-request-now .contact-box .form-check:not(.form-switch) > .form-check-input:checked[type=checkbox] {
  background-image: url(/images/check-dark.svg?87f3e841360de66ad3ea5954df5e8a23);
  background-size: .625rem;
}
section.offer-request-now .contact-box .btn-white {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 15.3125rem;
}
/* Offer Request Now - End */

/* Questions - Start */
section.questions {
  padding-bottom: 9.375rem;
}
section.questions > .row {
  --bs-gutter-x: 3.5rem;
}
.questions-title {
  font-weight: 500;
  font-size: 2.125rem;
  line-height: 2.75rem;
  color: #33303E;
  margin-bottom: .625rem;
}
.questions-description {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #5F5C6B;
  margin-bottom: 0;
}

.questions-search-input-group {
  margin-bottom: .875rem;
  border: 1px solid #E1E0E7;
  border-radius: .25rem;
}
.questions-search-input-group .form-control, .questions-search-input-group .form-control:focus {
  border: 0;
}
.questions-search-input-group .form-control::-moz-placeholder {
  font-size: 1rem;
}
.questions-search-input-group .form-control::placeholder {
  font-size: 1rem;
}
.questions-search-input-group:focus-within {
  border: 1px solid #33303E;
}
.questions-search-input-group .input-group-text {
  color: #B20101;
  border: 0;
  background-color: transparent;
}

.questions-accordion > .accordion-item {
  background-color: #FFF8FA;
  border-radius: .375rem;
  border: 0;
}
.questions-accordion > .accordion-item + .accordion-item {
  margin-top: .875rem;
}
.questions-accordion > .accordion-item .accordion-button {
  background-color: #FFF8FA;
  border-radius: .375rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #292929;
}
.questions-accordion > .accordion-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.questions-accordion > .accordion-item .accordion-button.collapsed {
  padding: 2.125rem 2rem;
}
.questions-accordion > .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #292929;
  padding: 1.875rem 2rem 0;
}
.questions-accordion > .accordion-item .accordion-button::after {
  content: url(/images/arrow_accordion.svg?e38c5a6a2ce53f27884004c9a20a3306);
  width: 1.625rem;
  height: 1.625rem;
}
.questions-accordion > .accordion-item .accordion-body {
  padding: .75rem 2rem 2rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4e4b59cc;
}

.questions-btn-group {
  margin-top: 2.5rem;
}
.questions-btn-group .btn-white {
  border: 1px solid #000;
}
.questions-btn-group .btn-white:hover {
  border-color: #B30101;
}
/* Questions - End */
/* Tela Administration - End */

/* Tela Blog - Start */
/* Blog Slider - Start */
.blog-slider {
  background: #CF2929;
  border-radius: .75rem;
  padding: 4.875rem 0 2rem;
}

.blog-slider-img {
  width: 37.0625rem;
  height: 21.375rem;
  border-radius: .875rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-slider h1 {
  font-weight: bold;
  font-size: 2.625rem;
  line-height: 3.4375rem;
  color: #FFF;
  margin-bottom: 1rem;
}

.blog-tag {
  font-weight: 400;
  font-size: .75rem;
  line-height: 1rem;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #F1F1F3;
  background-color: #33303E;
}
.blog-slider-title {
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 3.0625rem;
  color: #FFF;
  margin: 1.25rem 0 1.75rem;
}
.blog-slider-description,
.blog-slider-description ~ * {
  width: 88%;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6875rem;
  color: #F1F1F3;
  margin-bottom: 0;
}

.blog-slider .breadcrumb-infos {
  margin-top: 2rem;
}
/* Blog Slider - End */

/* Latest Posts - Start */
section.latest-posts {
  padding: 5rem 0 6.875rem;
}
.blog-posts-title {
  font-family: 'Roboto', serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.4375rem;
  color: #000;
  margin-bottom: 0;
}

section.latest-posts .blog-posts-title {
  margin-bottom: 1.875rem;
}
section.latest-posts > .row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 1.125rem;
}
/* Latest Posts - End */

/* All Posts - Start */
section.all-posts {
  padding-bottom: 10.625rem;
}

section.all-posts > div:first-child {
  margin-bottom: 2.25rem;
}

.posts-search-input-group {
  margin-bottom: 0;
  border: 1px solid #f1f1f399;
  border-radius: .25rem;
  background-color: #f1f1f399;
}
.posts-search-input-group .form-control, .posts-search-input-group .form-control:focus {
  border: 0;
  background-color: transparent;
  padding: .75rem 1.125rem;
}
.posts-search-input-group .form-control::-moz-placeholder {
  font-size: 1rem;
}
.posts-search-input-group .form-control::placeholder {
  font-size: 1rem;
}
.posts-search-input-group:focus-within {
  border: 1px solid #33303E;
}
.posts-search-input-group .input-group-text {
  color: #CF2929;
  border: 0;
  background-color: transparent;
}

section.all-posts .vertical-line {
  width: 1px;
  height: 1.125rem;
  border-right: 1px solid #F1F1F3;
  margin: 0;
}

.all-posts-category-label {
  font-weight: normal;
  font-size: .875rem;
  line-height: 1.125rem;
  color: #7A7786;
  margin-bottom: 0;
}
.posts_category .dropdown-toggle {
  background: transparent;
}
.posts_category .dropdown-toggle::after {
  margin-left: .25rem;
  padding-top: .475rem;
  content: url(/images/eye-dark.svg?f04fef196c109a51bc509ee4cf6b6081);
}
.posts_category .filter-option-inner-inner {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.125rem;
  margin-bottom: 0;
}

section.all-posts > .row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2.5rem;
}

.btn-load-more-posts {
  margin: 2.5rem auto 0;
  width: 12.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* All Posts - End */

/* Posts Cards - Start */
.post-card {
  width: 100%;
  height: 100%;
  background: #FFF;
  border: 1px solid #F1F1F3;
  border-radius: .375rem;
}
.post-card-img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: .375rem;
}

.post-card-horizontal .post-card-img {
  width: 9.5rem;
}
.post-card-horizontal .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1.125rem 1.25rem;
}
.post-card-horizontal .post-card-title {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.125rem;
  letter-spacing: .1px;
  color: #000;
  margin-bottom: .625rem;
}

.post-card > .post-card-img {
  height: 11.75rem;
}

.post-card > .card-body {
  padding: 1.5rem 1.375rem 1.625rem;
}
.post-card > .card-body .post-card-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  letter-spacing: .1px;
  margin: 1.25rem 0;
}

.post-card-date {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.125rem;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  color: #5F5C6B;
  margin-bottom: 0;
}
.post-card .post-card-link {
  display: flex;
  gap: .25rem;
  align-items: center;
  font-weight: 500;
  font-size: .75rem;
  line-height: 1rem;
  letter-spacing: .1px;
  color: #CF2929;
  text-decoration: none;
}

/* Posts Cards - End */
/* Tela Blog - End */

/* Tela Post Inside - Start */
/* Post Inside Slider - Start */
.post-inside-slider {
  position: relative;
  height: 31.125rem;
  width: 100%;
}
.post-inside-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: .75rem;
}
/* Post Inside Slider - End */

/* Post Inside Content - Start */
section.post-inside-content {
  padding-top: 1.875rem;
}

section.post-inside-content .breadcrumb-infos {
  margin-bottom: 3.25rem;
}

.post-inside-title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000;
  margin-bottom: 1.75rem;
}
.post-inside-subtitle {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #33303E;
  margin-bottom: 1.875rem;
}

.post-inside-info {
  margin-bottom: 4.25rem;
}
.post-inside-info p {
  margin-bottom: 0;
}
.post-inside-info .dot {
  height: .5rem;
  width: .5rem;
  border-radius: 50%;
  background: #33303E;
}
.post-inside-info .share-property-group {
  background-color: transparent;
  height: auto;
  padding: 0;
}
.post-share-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #4E4B59;
}

.post-text {
  font-weight: normal;
  font-size: 1rem;
  line-height: 25px;
  color: #7A7A7A;
  text-align: justify;
  margin-bottom: 1.5rem;
}
.post-text a {
  color: #7A7A7A;
}
.post-text img {
  max-width: 100%;
}
.post-text:last-child {
  margin-bottom: 0;
}

.post-divisor-line {
  border-bottom: 1px solid #EEE;
  width: 98%;
  margin: 3.125rem 0;
}
/* Post Inside Content - End */

/* Related Posts - Start */
section.related-posts {
  padding-bottom: 9.375rem;
}

.related-posts-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.4375rem;
  margin-bottom: 1.875rem;
}
/* Related Posts - End */
/* Tela Post Inside - End */

/* Tela Contact - Start */
/* Contact Slider - Start */
.contact-slider {
  min-height: 39.5rem;
}

.contact-slider .slider-content,
.property-calculator-slider .slider-content {
  top: 10.8125rem;
}

.contact-slider .slider-title,
.property-calculator-slider .slider-title {
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.875rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}
.contact-slider .slider-title strong,
.property-calculator-slider .slider-title strong {
  font-weight: bold;
}
/* Contact Slider - End */

/* Contact Form - Start */
.contact-form-card {
  position: relative;
  top: -14.625rem;
  margin-bottom: -14.625rem;
  background-color: #FFF;
  box-shadow: 0px 10px 50px rgba(78, 75, 89, 0.1);
  border-radius: .5rem;
  padding: 2.75rem 2.75rem 2.375rem;
}
.contact-form-card .card-body {
  padding: 0;
}
.contact-form-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.9375rem;
  margin-bottom: .5rem;
}
.contact-form-subtitle {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #5F5C6B;
  margin-bottom: 1.875rem;
}

.contact-form-card .row {
  --bs-gutter-y: 1.375rem;
  --bs-gutter-x: 1.375rem;
}

.contact-form-card .contact-card-footer {
  margin-top: 1.875rem;
}
.contact-form-card label {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.125rem;
  color: #4E4B59;
}

.contact-form-select>.dropdown-toggle,
.light-select-style>.dropdown-toggle {
  border: 1px solid #F1F1F3 !important;
  border-radius: .25rem;
  padding: .75rem .875rem !important;
}
.contact-form-select > .dropdown-toggle::after, .contact-form-select.dropup .dropdown-toggle::after, .light-select-style > .dropdown-toggle::after, .light-select-style.dropup .dropdown-toggle::after {
  padding-top: 0;
  content: url(/images/arrow-dark-light-down.svg?29b5fe2e71997dfad6a7fc80184e40f4);
}
.contact-form-select .filter-option-inner-inner,
.light-select-style .filter-option-inner-inner {
  font-size: .875rem;
  color: #000;
}
.contact-form-select .bs-placeholder .filter-option-inner-inner,
.light-select-style .bs-placeholder .filter-option-inner-inner {
  color: #00000080;
}

.contact-form-card #contact-form-message {
  resize: none;
  width: 100%;
  height: 4.125rem;
}
.contact-form-card .contact-card-footer .form-check-label a, .contact-form-card .contact-card-footer .form-check-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.3125rem;
  color: #373737;
}

.contact-form .breadcrumb-infos {
  position: relative;
  top: -6.625rem;
  left: -2.75rem;
}
/* Contact Form - End */

/* Our Branches - Start */
section.our-branches-contact {
  padding-top: 14.375rem;
}
/* Our Branches - End */
/* Tela Contact - End */

/* Tela Favorites - Start */
/* Favorites Slider - Start */
section.favorites-slider {
  height: auto;
  min-height: 22.5rem;
}

section.favorites-slider .slider-title {
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.875rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}
/* Favorites Slider - End */

/* Favorites and Discards - Start */
section.favorites-and-discards {
  padding-top: 4.375rem;
}

#favorites-and-discards-tab .nav-link {
  padding-top: 0;
}

#favorites-and-discards-content > .tab-pane {
  padding-top: 2.5rem;
}

#favorites-and-discards-content > .tab-pane > .row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

#favorites-and-discards-content > .tab-pane > .row .imovel-card {
  width: 100%;
}
/* Favorites and Discards - End */

/* Spotlight and More Accessed - Start */
section#spotlight.favorites-spotlight {
  padding-top: 9.375rem;
}
section#more-accessed.favorites-more-accessed {
  padding: 9.375rem 0;
}
/* Spotlight and More Accessed - End */
/* Tela Favorites - End */

/* Tela DU Dashboard - Start */

.du-container {
  width: calc(100% - 288px);
  padding: 0 4.375rem;
  max-width: 1154px;
}

.du-nav-vetical-line {
  height: 1rem;
  border-right: 1px solid #C6C5CE;
  margin: 0 .875rem;
}

.list-container .list.row {
  --bs-gutter-y: 1.25rem;
}

.list-container .imovel-card {
  width: 100%;
}

/* DU Nav Pills - Start */
.du-nav-pills {
  padding: 3.125rem 1rem;
  gap: 1.25rem;
  border-right: 1px solid #F1F1F3;
  height: 100vh;
  flex-wrap: nowrap;
  overflow-y: auto;
  overflow-x: hidden;
}

.du-nav-pills::-webkit-scrollbar {
  background-color: transparent;
  width: 14px;
}
.du-nav-pills::-webkit-scrollbar-thumb {
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #C6C5CE;
}

.du-nav-pills .nav-link {
  position: relative;
  border-radius: .5rem;
  width: 15.9375rem;
  padding: .875rem 1.25rem .875rem 3.5rem;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #00000080;
  text-align: start;
}
.du-nav-pills .nav-link.active,
.du-nav-pills .show>.nav-link,
.du-nav-pills .nav-link:hover {
  background-color: #f1f1f380;
  color: #000;
  text-shadow: .6px 0 0 currentColor;
}
.du-nav-pills .nav-link::after {
  content: '';
  position: absolute;
  background: #CF2929;
  border-radius: 50px;
  width: .1875rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  right: -1.125rem;
  visibility: hidden;
}
.du-nav-pills .nav-link.active::after {
  visibility: visible;
}

.my-65px {
    margin: 65px 0px;
}

.mb-190px {
    margin-bottom: 190px;
}

.du-nav-pills .nav-link > svg {
  margin-right: 1.375rem;
}
.du-nav-pills .nav-link.active > svg > *,
.du-nav-pills .nav-link:hover > svg > * {
  color: #B30101;
}

.du-menu > .nav-item:first-child > .nav-link {
  font-size: 1rem;
  line-height: 1.25rem;
}
/* DU Nav Pills - End */

/* DU Tab Content - Start */
.du-tab-content {
  width: calc(100% - 342px);
  padding-right: 4.875rem;
}
.du-tab-content > .tab-pane {
  padding-top: 3.25rem;
}
.du-title-1 {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.5625rem;
  color: #000;
  margin-top: 3.25rem;
  margin-bottom: 0;
}
.du-title-2 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.9375rem;
  color: #33303E;
  margin-bottom: 0;
}

.du-main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.625rem;
  width: 10.625rem;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: .875rem;
  line-height: 1.3125rem;
  color: #FFF;
}
.du-white-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.625rem;
  width: 10.625rem;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: .875rem;
  line-height: 1.3125rem;
  color: #33303E;
  border: 1px solid #33303E;
}
.du-white-btn:hover {
  color: #B30101;
  border-color:#B30101;
}

.du-main-link {
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7375rem;
  color: #CF2929;
  margin-bottom: 0;
}
.du-main-link:hover {
  color: #B30101;
  cursor: pointer;
}

/* DU Tab Content - End */

/* DU Notification - Start */
section.du-notifications {
  padding-top: 2.5rem;
}

.du-notification-group {
  margin-top: 1.375rem;
  --bs-gutter-x: 2rem;
}
.du-notification-card {
  width: 100%;
  height: 100%;
  min-height: 8.75rem;

  border-radius: .625rem;
  padding: 1.5rem;
}

.du-notification-card.main-notification {
  display: flex;
  flex-direction: column;
  background-color: #B30101;
}
.du-notification-card.main-notification h5 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #FFF;
  margin-bottom: 0;
}
.du-notification-card.main-notification p {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.125rem;
  color: #F1F1F3;
  margin: .75rem 0 0;
}

.du-notification-card.secondary-notification {
  display: flex;
  align-items: center;
  border: 1px dashed #E1E0E7;
  height: 100%;
}
.du-notification-card.secondary-notification h4 {
  display: flex;
  flex: 1;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #000;
  margin-left: 1.625rem;
  margin-bottom: 0;
}

.du-notification-card .badge.rounded-circle {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  background-color: #FFF;
  color: #000;
}
.du-notification-card .badge.rounded-circle:hover {
  color: #B30101;
}
/* DU Notification - End */

/* Tela Meus Imóveis - Start */
.user-my-properties-info-section .description {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #737B7D;
}
/* Tela Meus Imóveis - Start */

/* DU Contact Sent - Start */
section.contact-sent {
  padding: 4.375rem 0 4.875rem;
}

.list-grid-tab {
  padding: .25rem .375rem;
  background: #F1F1F3;
  border-radius: 3.125rem;
}
.list-grid-tab .nav-link {
  padding: .625rem .75rem;
  border-radius: 3.125rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.list-grid-tab .nav-link.active {
  background-color: #B30101;
  color: #FFF;
}

.list-grid-tabContent {
  padding-top: 1.125rem;
}

.list-grid-content {
  position: relative;
  height: 24.6875rem;
}

.list-grid-3 {
  height: 17.75rem;
}
/* DU Contact Sent - End */

/* DU Favorites - Start */
section.du-favorites {
  padding-bottom: 9.375rem;
}
/* DU Favorites - End */

/* List & Grid - Start */

.grid-slider .imovel-card {
  width: 100%;
}

.list-grid-arrows {
  width: 4rem;
  height: 1.625rem;
  position: relative;
}
.list-grid-arrows .slick-prev {
  left: 0;
}
.list-grid-arrows .slick-next {
  right: 0;
}
.list-grid-arrows .slick-prev, .list-grid-arrows .slick-next {
  width: 1.5625rem;
  height: 1.5625rem;
}

.list-grid-dots {
  width: 100%;
  height: 1.625rem;
  position: relative;
}
.list-grid-dots .slick-dots {
  bottom: 0;
  display: inline-flex;
}
/* List & Grid - End */

/* Property List Card - Start */
.list-grid-content:not(.folder-list-grid) > div {
  position: absolute;
  width: 100%;
}
.property-list-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.property-list-item > .property-list-card:not(:last-child) {
  margin-bottom: 1.625rem;
}

.property-list-card {
  display: flex;
  justify-content: space-between;
  padding: .625rem .75rem;
  gap: .25rem;
  border: 1px solid #F1F1F3;
  border-radius: .5rem;
}
.property-list-card img {
  width: 5.75rem;
  height: 3.4375rem;
  border-radius: .25rem;
}
.property-list-card h5 {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}
.property-list-card .tag-cod-imovel {
  height: 1.5rem;
  display: flex;
  align-items: center;
  background-color: #33303E;
  font-weight: 400;
}
.property-list-card h6 {
  font-size: .875rem;
  color: #7A7786;
  margin-bottom: 0;
}
.property-list-card a {
  height: -moz-fit-content;
  height: fit-content;
}
.property-list-card .favorite-tag {
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F3;
  color: #4E4B59;
  padding: 0;
}
.property-list-card .favorite-tag:hover {
  color: #B30101;
}
/* Property List Card - End */
/* Tela DU Dashboard - End */

/* Tela DU Favorites - Start */
/* DU Folders - Start */
section.du-folders {
  padding-top: 2.5rem;
}
.du-folders-group {
  --bs-gutter-x: 1.625rem;
  margin-top: 1.375rem;
}
.du-folder {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #FFF8FA;
  border-radius: .625rem;
  padding: 1.75rem;
}
.du-folders-group .du-folder-col:nth-child(n+4) {
  margin-top: 1.75rem;
}
.du-folder-title {
  height: 3.875rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.375rem;
  overflow: hidden;
}
.du-folder-qtd {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #5F5C6B;
  margin-bottom: 0;
}

.folder-options-dropdown {
  position: relative;
  z-index: 100;
}
.folder-options-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background-color: transparent;
  color: #000;
  border-radius: .25rem;
  margin-right: -0.5rem;
}
.folder-options-btn:hover, .folder-options-btn[aria-expanded="true"] {
  background-color: #B30101;
  color: #FFF;
}
.no-icon::after {
  content: '';
  display: none;
}

/* DU Folders - End */

/* Properties Tabs - Start */
section.du-properties-tabs {
  padding: 4.375rem 0 7.5rem;
}

section.du-properties-tabs #favorites-and-discards-tab {
  border-bottom: 0;
  margin-bottom: 2.25rem;
}
section.du-properties-tabs #favorites-and-discards-tab .nav-link {
  margin: 0 1rem;
  border: 0;
  padding-bottom: 0;
  padding: 0;
}
/* Properties Tabs - End */

/* Folder Inside - Start */
.du-tab-content > .tab-pane.with-breadcumb {
  padding-top: 1.125rem;
}

.breadcrumb-folder {
  font-family: 'DM Sans', serif;
  font-style: normal;
  font-weight: 500;
  font-size: .75rem;
  line-height: 1rem;
  color: #00000099;
  text-transform: uppercase;
  margin: 1.125rem 0;
}
.breadcrumb-folder .breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb-folder .breadcrumb-item.active {
  color: #B30101;
}

section.folder-top {
  margin-top: 3.25rem;
  margin-bottom: .25rem;
}
section.folder-top .du-title-1 {
  margin: 0;
}

section.du-properties-folder {
  padding: 2.875rem 0 3.25rem;
}

section.du-properties-folder .properties-grid {
  margin-bottom: 2.5rem;
}

.properties-grid .imovel-card {
  width: 100%;
}

.load-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  height: 3rem;

  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #FFF;
}

.list-grid-content.folder-list-grid {
  height: unset;
}
.properties-grid.row {
  --bs-gutter-x: 1.625rem;
  --bs-gutter-y: 2rem;
}

/* Folder Inside - End */
/* Tela DU Favorites - End */

/* Tela DU Profile - Start */
/* Profile Form Card - Start */
section.profile-form {
  padding: 1.25rem 0 10.625rem;
}

.du-form-card {
  border: 0;
  padding: 3.125rem 2.5rem 2rem;
  background: #FFF;
  box-shadow: 0px 3px 10px #0000001a;
  border-radius: .75rem;
}

.du-form-card .card-body {
  padding: 0 0 3.75rem;
}
.du-form-card-title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #33303E;
  margin-bottom: 1rem;
}
.du-form-card .card-body > div.row:not(:last-child) {
  margin-bottom: 3.125rem;
}
.du-form-card .form-label {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.125rem;
  color: #4E4B59;
  margin-bottom: .5rem;
}
.du-form-card .form-input {
  padding: .875rem;
  font-size: .875rem;
  line-height: 1.125rem;
}

.password-input-group {
  border: 1px solid #F1F1F3;
  border-radius: .25rem;
  transition: .2s;
}
.password-input-group:focus-within {
  border-color: #33303E;
}
.password-input-group input,
.password-input-group input:focus {
  border: 0;
}
.password-input-group .input-group-text {
  border: 0;
  background-color: transparent;
}
.password-input-group .input-group-text a.password-visibility {
  color: #040651;
}

.du-form-card .card-footer {
  padding: 1.625rem 0 0;
  background-color: transparent;
}
/* Profile Form Card - End */
/* Tela DU Profile - End */

/* Tela DU Notifications - Start */
.du-form-card .form-switch {
  position: relative;
  top: .9rem;
}

.form-check-inline label {
  font-weight: normal;
  font-size: .875rem;
  line-height: 1.125rem;
  color: #33303e80;
}

.du-form-card .btn-group-vertical>.btn, .du-form-card .btn-group>.btn {
  flex: unset;
  font-weight: 500;
}
/* Tela DU Notifications - End */

/* Tela Privacy Terms - Start */
section.privacy-terms-content {
  padding: 5.625rem 0 9.375rem;
  background-color: #FFF;
}

section.privacy-terms-content .post-inside-title {
  margin-bottom: 3rem;
}
section.privacy-terms-content .post-divisor-line {
  margin: 4.0625rem 0 1.875rem;
}
/* Tela Privacy Terms - End */

/* Tela DP Dashboard - Start */
section.dp-dashboard-info {
  padding: 2.625rem 0 4.75rem;
}

.dp-info-card {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-height: 10.125rem;
  padding: 2.125rem 3.125rem;
  background-color: #B30101;
  border-radius: .625rem;
}
.dp-info-card-number {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 5.1875rem;
  color: #FFF;
  margin-bottom: 0;
}
.dp-info-card-text {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FFF;
  margin-bottom: 0;
}
.vertical-line {
  height: 2.625rem;
  opacity: 0.3;
  border-left: 1px solid #FFF8FA;
  margin: 0 1rem;
}

section.dp-dashboard-properties {
  padding-bottom: 9.5rem;
}
/* Tela DP Dashboard - End */

/* Tela DP Property - Start */
/* DP Property Top - Start */
section.dp-property-top {
  padding-top: 3.25rem;
}

.see-property-page {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: .875rem;
  line-height: 1.375rem;
  color: #000;
  text-decoration: none;
}
.see-property-page:hover {
  cursor: pointer;
  color: #B30101;
}
section.dp-property-top .btn-main {
  width: unset;
  padding: .375rem 1.5rem;
}
/* DP Property Top - End */

/* DP Property Info - Start */
section.dp-property-info {
  padding-top: 2.625rem;
}

section.dp-property-info .dp-info-card {
  justify-content: space-around;
}
section.dp-property-info .vertical-line {
  height: 5.75rem;
  opacity: 0.3;
  border-left: 1px solid #FFF8FA;
  margin: 0 1rem;
}

.dp-info-card-list {
  margin-bottom: 0;
}
.dp-info-card-list dt {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FFF;
  margin-bottom: .625rem;
}
.dp-info-card-list dd {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #F1F1F3;
}
.dp-info-card-list > dd:not(:last-child) {
  margin-bottom: .25rem;
}
.dp-info-card-list a {
  text-decoration: none;
  color: #F1F1F3;
}
/* DP Property Info - End */

/* DP Property Page - Start */
.property-selected-galery.dp-property-gallery {
  padding-top: 3.75rem;
}

.property-infos.dp-property-infos {
  padding-bottom: 10.625rem;
}
.tags-box {
  margin-top: 2.5rem;
}
/* DP Property Page - End */
/* Tela DP Property - End */

/* Tela Property Calculator - Start */
.property-calculator-slider {
  height: 21rem;
}

.iconatus-iframe {
  width: 100%;
  height: 50rem;
}
/* Tela Property Calculator - End */

/* ==================================================== */
/* ===            FOOTER REMAKE - START             === */
/* ==================================================== */
footer {
  width: 100%;
  max-width: 87rem; /* 1392px */
  height: 25.813rem; /* 413px */
  border-radius: 1.563rem; /* 25px */
  padding: 3.5rem 3.75rem; /* 56px 60px */
  display: flex;
  flex-direction: column;
  gap: 0.625rem; /* 10px */
  background-color: #C00F0C;
  margin: 0 auto 20px;
}

.footer-content {
  width: 79.5rem; /* 1272px */
  height: 18.813rem; /* 301px */
  display: flex;
  flex-direction: column;
  gap: 2.563rem; /* 41px */
}

.footer-header {
  width: 79.5rem; /* 1272px */
  height: 3.25rem; /* 52px */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer-logo-mirantte {
  width: 11rem; /* 176px */
  height: 2.25rem; /* 36px */
}

.footer-message {
  width: 16.438rem; /* 263px */
  height: 2.625rem; /* 42px */
  display: flex;
  flex-direction: column;
  gap: 0.313rem; /* 5px */
  margin: auto 0;
}

.footer-message h4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem; /* 16px */
  line-height: 100%;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
}

.footer-message p {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem; /* 16px */
  line-height: 100%;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
}

.footer-newsletter-form {
  margin: 0;
}

.footer-newsletter-button-submit {
  width: 7.625rem; /* 122px */
  height: 2rem; /* 32px */
  border-radius: 1rem; /* 16px */
  background-color: #595959;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem; /* 16px */
  line-height: 100%;
  letter-spacing: 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin: auto 0;
}

.footer-header-form-mobile {
  display: none;  
}

.footer-main-desktop {
  width: 79.5rem; /* 1272px */
  height: 2rem; /* 32px */
  display: flex;
  flex-direction: row;
}

.footer-main-desktop ul {
  height: 2rem; /* 32px */
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1.75rem; /* 28px */
  list-style: none;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}

.header-menu-icon {
  margin-right: 0.313rem; /* 5px */
  vertical-align: middle;
}

.footer-main-desktop ul li a {
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem; /* 16px */
  line-height: 100%;
  letter-spacing: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; 
  height: 100%;
  transition: .3s;
}

.footer-main-desktop ul li a:hover {
  font-weight: 800;
}

.footer-main-desktop ul li:last-child a {
  border-radius: 1rem; /* 16px */
  color: #000;
  background-color: #fff;
  padding: 0.438rem 0.875rem; /* 7px 14px */
}

.footer-main-desktop div {
  height: 1.313rem; /* 21px */
  display: flex;
  flex-direction: row;
  gap: 1.75rem; /* 28px */
  margin: auto 0;
}

.footer-main-desktop div a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.313rem; /* 5px */
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem; /* 16px */
  line-height: 100%;
  letter-spacing: 0px;
  color: #fff;
}

.footer-main-mobile {
  display: none;
}

.footer-content > hr {
  border: none;
  height: 0.063rem; /* 1px */
  background-color: #FFF8FA;
  opacity: 0.2;
  width: 100%;
  margin: 0;
}

.footer-middle {
  width: 79.5rem; /* 1272px */
  height: 1.875rem; /* 30px */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2.188rem; /* 35px */
}

.footer-middle a {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 0.875rem; /* 14 */
  line-height: 100%;
  letter-spacing: 0px;
  color: #fff;
  transition: .3s;
}

.footer-middle a:hover {
  font-weight: 800;
}

.footer-mobile-policy {
  display: none;
}

.footer-social-media {
  height: 1.25rem; /* 20px */
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.125rem; /* 18px */
}

.footer-social-media p {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 0.938rem; /* 15px */
  line-height: 100%;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
}

.footer-developer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem; /* 8px */
}

.footer-developer p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1rem; /* 16px */
  line-height: 130%;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
}

.footer-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1rem; /* 16px */
  line-height: 130%;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
  display: flex;
  justify-content: center;
}

.cookies-mobile {
  display: none;
}

.cookies-desktop {
  position: fixed;
  bottom: 3.125rem; /* 50px*/
  left: 6.25rem; /* 100px */
  right: 6.25rem; /* 100px */
  height: 6.063rem; /* 97px */
  border-radius: 0.625rem; /* 10px */
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem; /* 20px */
  box-shadow: 0px 0.25rem 0.375rem rgba(0, 0, 0, 0.1); /* 0 4px 6px */
  z-index: 100;
}

.cookies-desktop p {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem; /* 16px */
  line-height: 1.33rem; /* 21.28px */
  letter-spacing: 0%;
  color: #404040;
  margin: 0;
  flex: 1;
  padding-right: 4.375rem; /* 70px */
}

.cookies-desktop a {
  color: #B20101;
  text-decoration: none;
}

.cookie-accept-desktop {
  width: 7.563rem; /* 121px */
  height: 2.938rem; /* 47px */
  border-radius: 3.125rem; /* 50px */
  background: #CF2929;
  color: #FFF;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem; /* 16px */
  cursor: pointer;
}

@media (max-width: 1024px) {
  footer {
    width: 95%;
  }

  .footer-content,
  .footer-header,
  .footer-main-desktop {
    width: 100%;
    height: auto;
  }

  .footer-main-desktop div {
    display: none;
  }

  .footer-main-desktop ul {
    margin: 0 auto;
    flex-grow: unset;
  }

  .footer-middle {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer {
    width: 90%;
    height: auto;
  }

  .footer-content {
    width: 100%;
    height: auto;
  }

  .footer-header {
    width: 100%;
    height: 13.125rem; /* 210px */
    display: flex;
    flex-direction: column;
    gap: 3.75rem; /* 60px */
    align-items: center;
  }

  .footer-message {
    display: none;
  }

  .footer-newsletter-form {
    display: none;
  }

  .footer-header-form-mobile {
    display: flex;
    flex-direction: column;
    gap: 1.25rem; /* 20px */
  }

  .footer-message-mobile {
    width: 16.438rem; /* 263px */
    height: 2.625rem; /* 42px */
    display: flex;
    flex-direction: column;
    gap: 0.313rem; /* 5px */
    margin: 0 auto;
  }

  .footer-message-mobile h4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem; /* 16px */
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
  }

  .mirantte-cnpj p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
  }

  .footer-newsletter-form-mobile {
    margin: 0;
  }

  .footer-newsletter-button-submit {
    background-color: #B20101;
  }

  .footer-main-desktop ul {
    margin: 0 auto;
    background-color: green !important;
  }

  .footer-main-desktop {
    flex-grow: unset;
    width: 100%;
    display: none;
  }

  .footer-main-mobile {
    width: 100%; /* 317px */
    height: 26.188rem; /* 419px */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.75rem; /* 28px */
    list-style: none;
    padding: 0;
    margin: 0 auto; /* 0 20px */
  }

  .footer-main-mobile li a {
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 1rem; /* 16px */
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; 
    height: 100%;
    gap: 0.313rem;
  }

  .footer-main-mobile li:last-child a {
    width: 19.813rem; /* 317px */
    height: 2.563rem; /* 41px */
    border-radius: 3.125rem; /* 50px */
    color: #000;
    background-color: #fff;
    padding: 0.625rem 1.75rem; /* 10px 28px */
  }

  .special-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.313rem; /* 5px */
  }

  .footer-content > hr {
    width: 90%;
    margin: 0 1.25rem; /* 0 20px */
  }

  .footer-desktop-policy {
    display: none;
  }

  .footer-middle {
    width: 100%; /* 317px */
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 1.25rem; /* 0 20px */
    gap: 2.188rem; /* 35px */
  }

  .footer-mobile-policy {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 1.25rem; /* 20px */
    justify-content: center;
  }

  .footer-mobile-policy a {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 0.875rem; /* 14px */
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
  }

  .footer-social-media {
    height: auto;
    flex-direction: column;
  }

  .mirantte-cnpj {
    display: none;
  }

  .cookies-desktop {
    display: none;
  }

  .cookies-mobile {
    display: flex;
    flex-direction: column;
    gap: 0.938rem; /* 15px */
    position: fixed;
    bottom: 3.125rem; /* 50px */
    left: 1.563rem; /* 25px */
    right: 1.563rem; /* 25px */
    height: auto;
    border-radius: 0.625rem; /* 10px */
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 0.625rem; /* 10px */
    box-shadow: 0px 0.25rem 0.375rem rgba(0, 0, 0, 0.1); /* 0 4px 6px */
    z-index: 100;
  }

  .cookies-mobile-text {
    display: flex;
    flex-direction: column;
  }

  .cookies-mobile p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 0.875rem; /* 14px */
    line-height: 1.33rem; /* 21.28px */
    letter-spacing: 0%;
    color: #404040;
    width: 100%;
    display: flex;
  }

  .cookies-mobile a {
    color: #B20101;
    font-size: 0.875rem; /* 14px */
    text-decoration: none;
    margin: 0 auto;
  }

  .cookie-accept-mobile {
    width: 95%;
    height: 2.5rem; /* 40px */
    border-radius: 3.125rem; /* 50px */
    background: #CF2929;
    color: #FFF;
    border: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem; /* 16px */
    cursor: pointer;
  }
}

@media (max-width: 540px) {
  footer {
    width: 22.563rem; /* 361px */
    height: 66.063rem; /* 1057px */
  }

  .footer-content {
    height: auto;
    width: 22.563rem; /* 361px */
  }

  .footer-header {
    width: 22.563rem; /* 361px */
    height: 13.125rem; /* 210px */
    display: flex;
    flex-direction: column;
    gap: 3.75rem; /* 60px */
    align-items: center;
  }

  .footer-message {
    display: none;
  }

  .footer-newsletter-form {
    display: none;
  }

  .footer-header-form-mobile {
    display: flex;
    flex-direction: column;
    gap: 1.25rem; /* 20px */
  }

  .footer-message-mobile {
    width: 16.438rem; /* 263px */
    height: 2.625rem; /* 42px */
    display: flex;
    flex-direction: column;
    gap: 0.313rem; /* 5px */
    margin: 0 auto;
  }

  .footer-message-mobile h4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem; /* 16px */
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
  }

  .mirantte-cnpj p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
  }

  .footer-newsletter-form-mobile {
    margin: 0;
  }

  .footer-newsletter-button-submit {
    background-color: #B20101;
  }

  .footer-main-desktop ul {
    margin: 0 auto;
    background-color: green !important;
  }

  .footer-main-desktop {
    flex-grow: unset;
    width: 100%;
    display: none;
  }

  .footer-main-mobile {
    width: 19.813rem; /* 317px */
    height: 26.188rem; /* 419px */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.75rem; /* 28px */
    list-style: none;
    padding: 0;
    margin: 0 1.25rem; /* 0 20px */
  }

  .footer-main-mobile li a {
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 1rem; /* 16px */
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; 
    height: 100%;
    gap: 0.313rem;
  }

  .footer-main-mobile li:last-child a {
    width: 19.813rem; /* 317px */
    height: 2.563rem; /* 41px */
    border-radius: 3.125rem; /* 50px */
    color: #000;
    background-color: #fff;
    padding: 0.625rem 1.75rem; /* 10px 28px */
  }

  .special-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.313rem; /* 5px */
  }

  .footer-content > hr {
    width: 90%;
    margin: 0 1.25rem; /* 0 20px */
  }

  .footer-desktop-policy {
    display: none;
  }

  .footer-middle {
    width: 19.813rem; /* 317px */
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 1.25rem; /* 0 20px */
    gap: 2.188rem; /* 35px */
  }

  .footer-mobile-policy {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 1.25rem; /* 20px */
    justify-content: center;
  }

  .footer-mobile-policy a {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 0.875rem; /* 14px */
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
  }

  .footer-social-media {
    height: auto;
    flex-direction: column;
  }

  .mirantte-cnpj {
    display: none;
  }

  .cookies-desktop {
    display: none;
  }

  .cookies-mobile {
    display: flex;
    flex-direction: column;
    gap: 0.938rem; /* 15px */
    position: fixed;
    bottom: 3.125rem; /* 50px */
    left: 1.563rem; /* 25px */
    right: 1.563rem; /* 25px */
    height: auto;
    border-radius: 0.625rem; /* 10px */
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 0.625rem; /* 10px */
    box-shadow: 0px 0.25rem 0.375rem rgba(0, 0, 0, 0.1); /* 0 4px 6px */
    z-index: 100;
  }

  .cookies-mobile-text {
    display: flex;
    flex-direction: column;
  }

  .cookies-mobile p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 0.875rem; /* 14px */
    line-height: 1.33rem; /* 21.28px */
    letter-spacing: 0%;
    color: #404040;
    width: 100%;
    display: flex;
  }

  .cookies-mobile a {
    color: #B20101;
    font-size: 0.875rem; /* 14px */
    text-decoration: none;
    margin: 0 auto;
  }

  .cookie-accept-mobile {
    width: 95%;
    height: 2.5rem; /* 40px */
    border-radius: 3.125rem; /* 50px */
    background: #CF2929;
    color: #FFF;
    border: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem; /* 16px */
    cursor: pointer;
  }
}

@media (max-width: 320px) {
  footer,
  .footer-content,
  .footer-header {
    width: 18.75rem; /* 300px */
  }

  .footer-newsletter-form-mobile,
  .footer-main-mobile,
  .footer-main-mobile li:last-child a,
  .footer-middle {
    width: 16.25rem; /* 260px */
  }

  .footer-content > hr {
    margin: 0 0.938rem; /* 0 15px */
  }

  .footer-mobile-policy {
    gap: 0.625rem; /* 10px */
  }
}
/* ==================================================== */
/* ===             FOOTER REMAKE - END              === */
/* ==================================================== */

.mirantte-logo-footer {
  width: 11rem;
  height: 2.125rem;
}
.newsletter-text-footer {
  color: #FFF;
  margin-bottom: 0;
}
.newsletter-input-group .form-control {
  border: 0;
  padding: .4375rem .4375rem .4375rem 1.25rem;
  font-size: .875rem;
  border: 1px solid #FFF;
  border-right: 0;
  box-sizing: border-box;
}
.newsletter-input-group .form-control:focus {
  border: 1px solid #33303E;
  border-right: 0;
}
.newsletter-input-group .form-control::-moz-placeholder {
  font-size: .875rem;
  color: #00000080;
}
.newsletter-input-group .form-control::placeholder {
  font-size: .875rem;
  color: #00000080;
}
.newsletter-input-group .input-group-text {
  background-color: #FFF;
  border: 0;
  padding: .4375rem;
  border: 1px solid #FFF;
  border-left: 0;
  box-sizing: border-box;
  border-radius: 0 .25rem .25rem 0 !important;
}
.newsletter-input-group .form-control:focus ~ .input-group-text {
  border: 1px solid #33303E;
  border-left: 0;
}
.newsletter-input-group .btn {
  background-color: #B30101;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.nav-footer-group {
  margin: 6.75rem 0 2.5rem;
}
footer .navbar-menu, footer .navbar-options {
  gap: 1.75rem;
}
footer hr {
  width: 100%;
  height: 2px !important;
  color: #fff8fa4d;
}
.footer-end {
  margin-top: 2.5rem;
  color: #FFF;
}
.footer-end a {
  color: #FFF;
  font-weight: 500;
  font-size: .875rem;
}
.footer-end .social-medias-text {
  font-weight: 500;
  font-size: .9375rem;
  margin-bottom: 0;
}
.footer-end .developed-by {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}

/* Footer - End */

/* Popups Fixed - Start */
.cookie-popup {
  position: fixed;
  top: 502px;
  left: var(--padding-fixed);
  z-index: 998;
  display: flex;
  align-items: center;
  padding: .875rem .875rem .875rem .75rem;
  background: #FFFFFF;
  border-radius: .625rem;
  margin: 0;
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));
}
.cookie-popup p {
  font-weight: normal;
  font-size: .875rem;
  max-width: 12.125rem;
  line-height: 133%;
  color: #000;
  margin: 0 1.5rem 0 .75rem;
}
.cookie-popup button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  background: #B30101;
  color: #FFF;
  border-radius: 50%;
}

.whatsapp-popup {
  position: fixed;
  bottom: 13.7vh;
  right: var(--padding-fixed);
  z-index: 1020;
  transition: .2s;
}
.whatsapp-popup:hover {
  filter: brightness(92%);
}
/* Popups Fixed - End */

/* Modals - Start */
/* Modals Steps - */
.steps-tab-content {
  display: flex;
  gap: .5rem;
}
.steps-tab-content>.tab-pane {
  display: block;
  opacity: 1;
}
.steps-tab-content>.tab-pane .visit-form-card {
  width: 100%;
  height: 100%;
  max-width: 19.125rem;
}
/* Modals Steps - Start */

.btn-close {
  width: .625rem;
  height: .625rem;
  padding: .625rem;
  background: url(/images/x.svg?5660fc33453763e1275ff2f1fab9ab2e) center/1.25rem auto no-repeat;
  opacity: 1;
}

.modal-content {
  border: 0;
}
.modal-content .modal-header {
  padding: 1.875rem 1.875rem .625rem;
}
.modal-content .modal-body {
  padding: 0 3.125rem 2.5rem;
}
.modal-content .modal-footer {
  padding: 0 3.125rem 3rem;
}

.modal-content form {
  margin-top: 1.25rem;
}
.modal-content .form-check-label:not(.form-check-label-sm) {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.3125rem;
  color: #373737;
}
.modal-content .form-check-label:not(.form-check-label-sm) a {
  color: #373737;
}
.form-check-input:hover {
  cursor: pointer;
}
.form-check-input:focus {
  box-shadow: none;
}
:not(.form-switch) > .form-check-input:checked {
  background-color: #CF2929;
  border-color: #CF2929;
}
:not(.form-switch) > .form-check-input:checked[type=checkbox] {
  background-image: url(/images/check.svg?1d36adf09d9eb2eb2b1060bf44df7152);
  background-size: .625rem;
}
.modal-content .form-label {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.125rem;
  color: #4E4B59;
}
.form-control {
  border: 1px solid #F1F1F3;
  padding: .875rem;
  font-size: .875rem;
}
.form-control:focus {
  border: 1px solid #33303E;
}
.form-control::-moz-placeholder {
  font-size: .875rem;
  color: #00000080;
}
.form-control::placeholder {
  font-size: .875rem;
  color: #00000080;
}

.modal-content .modal-footer .btn {
  margin: 0;
  height: 2.375rem;
}

.modal-title-1 {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 130%;
  margin-bottom: .625rem;
}

.modal-subtitle-1 {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 130%;
  color: #4E4B59;
  margin-bottom: 0;
}

.form-radio-group {
  margin-top: 2rem;
  gap: .8125rem;
}

.form-radio-group label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1F1F3;
  color: #4E4B59;
  border: 0;
  border-radius: .375rem;
  width: 14rem;
  max-width: 14rem;
  height: 3.875rem;
  font-size: 1.125rem;
}

.form-radio-group label:hover {
  background: #dfdfe0;
  color: #4E4B59;
}

.form-radio-group .btn-secondary:active,
.form-radio-group .btn-secondary:focus,
.btn-check:checked+.btn-secondary {
  box-shadow: none;
  color: #FFF;
  background: #CF2929;
}

/* Visit Modal - Start */
#visitModal .modal-dialog {
  max-width: 1066px;
}
#visitModal .modal-content {
  border-radius: .625rem;
}
.visit-property-card {
  display: flex;
  align-items: center;
  padding: .625rem .75rem;
  gap: 1rem;
  border: 1px solid #F1F1F3;
  border-radius: .5rem;
}
.visit-property-card img {
  width: 5.75rem;
  height: 3.4375rem;
  border-radius: .25rem;
}
.visit-property-card h5 {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}
.visit-property-card .tag-cod-imovel {
  height: 1.5rem;
  display: flex;
  align-items: center;
  background-color: #33303E;
  font-weight: 400;
}
.visit-property-card h6 {
  font-size: .875rem;
  color: #7A7786;
  margin-bottom: 0;
}

.visit-form-card {
  padding: 1.5rem 1.75rem 1.75rem;
  background: #f1f1f380;
  border-radius: .625rem;
  width: 31%;
}
.visit-form-card-title {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.calendar-box {
  background-color: #FFF;
  border-radius: .375rem;
  padding: .35rem 1.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
}
.datepicker td, .datepicker th, .datepicker table tr td {
  height: 1.78rem;
  width: 1.78rem;
  font-size: .875rem;
}
.datepicker th {
  font-weight: 500;
}
.datepicker .table-condensed {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.datepicker table tr td {
  border-radius: 50%;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #B30101 !important;
  background-image: none !important;
  color: #FFF !important;
}
.datepicker td.day {
  color: #8C8A97;
}
.datepicker td.new.day, .datepicker td.old.day, .datepicker td.disabled.day {
  color: #8c8a9780 !important;
}

#visit-hour {
  margin-top: 0;
  row-gap: 1.75rem;
  -moz-column-gap: 1.219rem;
       column-gap: 1.219rem;
}
#visit-hour label {
  width: 45%;
  height: 2.625rem;
  padding: 0;
  background: #FFF;
  font-weight: 500;
  font-size: .875rem;
  color: #000;
}
#visit-hour label:active, #visit-hour label:focus, #visit-hour input:checked+label {
  box-shadow: none;
  color: #FFF;
  background: #CF2929;
}

.visit-form-card .form-control {
  height: 2.875rem;
}

#visitModal .arrow-right {
  display: flex;
  align-self: center;
  width: 7px;
  height: 7px;
  border-left: 1px solid #8C8A97;
  border-top: 1px solid #8C8A97;
  transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
}
/* Visit Modal - End */

/* Visit Confirmation - Start */
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
  border-radius: 0.625rem;
}
.swal2-confirm.swal2-styled {
  background-color: #CF2929 !important;
  border-radius: 50rem !important;
}
/* Visit Confirmation - End */

/* Visit Modal Mobile - Start */
.visit-mobile-btn-group .btn {
  display: flex;
  justify-content: center;
  flex: 1;
}
.visit-mobile-btn-group .btn-white {
  border: 1px solid #000;
}
.visit-mobile-btn-group .btn-white:hover {
  border-color: #B30101;
}
/* Visit Modal Mobile - End */

/* Visit Confirmation Modal - Start */
#visitConfirmationModal .modal-dialog {
  max-width: 728px;
}
#visitConfirmationModal .modal-content {
  border-radius: .625rem;
}
#visitConfirmationModal .modal-body {
  padding: 0 2.5rem 3.75rem;
}
#visitConfirmationModal .modal-body h1 {
  font-weight: 500;
  font-size: 1.75rem;
  margin: 1.75rem 0 .625rem;
}
#visitConfirmationModal .modal-body h3 {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #4E4B59;
}
/* Visit Confirmation Modal - End */

/* Branch Info Modal - Start */
#branchInfoModal .modal-dialog {
  max-width: 806px;
}
#branchInfoModal .modal-content {
  border-radius: .625rem;
}
#branchInfoModal .modal-body {
  padding: 0 3.125rem 3.125rem;
}
#branchInfoModal .modal-body h1 {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: .25rem;
}
#branchInfoModal .modal-body h3 {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #4E4B59;
  margin-bottom: 1.25rem;
}
#branchInfoModal .modal-body h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #33303E;
  margin-bottom: .625rem;
}
.branch-contacts-list {
  display: flex;
  gap: 1.25rem;
}
.branch-contacts-list .branch-contacts-item {
  display: flex;
  gap: .625rem;
  align-items: center;
}
.branch-contacts-list .branch-contacts-item a {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #33303E;
  margin-bottom: 0;
  text-decoration: none;
}
/* Branch Info Modal - End */

/* Delete Modal - Start */
.delete-modal .modal-dialog {
  width: 27.125rem;
}
.delete-modal .modal-content {
  border-radius: .875rem;
}
.delete-modal .modal-body {
  padding: 0 2.5rem 1.875rem;
}
.delete-modal .modal-body h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2rem;
  color: #292929;
}
.delete-modal .modal-body h3 {
  font-family: 'Open Sans', serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: .75rem 0 0;
  color: #5F5C6B;
}
.delete-modal .modal-footer {
  padding: 0 2.5rem 2.5rem;
}
.delete-modal .modal-content .modal-footer .btn {
  width: 10.625rem;
  height: 2.5rem;
}
.modal-content .btn-white {
  border: 1px solid #292929;
}
.modal-content .btn-white:hover {
  border-color: #B30101;
}
.modal-content {
  border-radius: .875rem;
}
/* Delete Modal - End */

/* Edit Folder Modal - Start */
#createFolderModal h2, #editFolderModal h2, #editPropertyModal h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  color: #292929;
  margin-bottom: 1rem;
}
#createFolderModal .form-group, #editFolderModal .form-group, #editPropertyModal .form-group {
  margin-bottom: 2rem;
}
#createFolderModal .btn, #editFolderModal .btn, #editPropertyModal .btn {
  width: 8.625rem;
}
/* Edit Folder Modal - End */

/* Insert Into Folder Modal - Start */
#insertIntoFolderModal h2 {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: .625rem;
}
#insertIntoFolderModal h3 {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #4E4B59;
  margin-bottom: 1.5rem;
}
#insertIntoFolderModal .bootstrap-select>.dropdown-toggle {
  border: 1px solid #F1F1F3;
  border-radius: .25rem;
  padding: .5rem .875rem;
}
#insertIntoFolderModal .btn:not(.dropdown-toggle) {
  margin-top: 1.625rem;
  width: 8.625rem;
}
/* Insert Into Folder Modal - End */

/* Edit Property Modal - Start */

#editPropertyModal .modal-content .modal-body {
  padding: 0 2.5rem 1.875rem;
}
#editPropertyModal h2 {
  margin-bottom: 1.875rem;
}
#editPropertyModal textarea {
  height: 6.375rem;
  resize: none;
}
/* Edit Property Modal - End */

/* Edit Property Confirmation Modal - Start */
#editPropertyConfirmationModal .modal-body {
  padding: 2.5rem 2.75rem 4.75rem;
}
#editPropertyConfirmationModal h1 {
  font-family: 'Poppins', serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  text-align: center;
  color: #292929;
  margin: 1.125rem 0 .75rem;
}
#editPropertyConfirmationModal h3 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  text-align: center;
  color: #5F5C6B;
  margin-bottom: 1.875rem;
}
#editPropertyConfirmationModal .btn {
  padding: .5rem 1.875rem;
}
/* Edit Property Confirmation Modal - End */

/* Login Modal - Start */
.authModal .modal-dialog {
  max-width: 905px;
}

.authModal .container-fluid > .row {
  --bs-gutter-x: 4.5rem;
}

.authModal .modal-title-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  color: #292929;
  margin-bottom: .5rem;
}
.authModal .modal-subtitle-1 {
  font-family: 'Open Sans',serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #5F5C6B;
  margin-bottom: 1.75rem;
}

.forgot-password-link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.125rem;
  color: #CF2929;
  text-decoration: none;
}
.forgot-password-link:hover {
  color: #B20101;
}

.login-btn-group {
  margin-top: 2.5rem;
}
.login-btn-group .btn {
  flex-grow: 1;
  font-weight: 500;
}
/* Login Modal - End */

/* Create Account Modal - Start */
#createAccountModal .modal-dialog {
  max-width: 905px;
}

#createAccountModal .modal-body {
  padding: 0 5.625rem 3.25rem;
}

#createAccountModal .login-btn-group .btn {
  flex: unset;
}
/* Create Account Modal - End */
/* Modals - End */

@media (max-width: 1399px) {
  :root {
    --padding-fixed: var(--padding-xl);
    --container-width: var(--container-xl);
  }
  /* Tela Selected Property - Start */
  /* Main - Start */

  .share-property-group {
    margin-top: 1rem;
  }
  /* Main - End */
  /* Tela Selected Property - End */

  /* Tela DU Dashboard - Start */
  /* DU Menu Mobile - Start */
  header .navbar.opened .du-menu {
    padding: 1.5rem 0;
    gap: .625rem;
  }

  header .navbar-nav.navbar-menu.me-auto.order-xxl-1.order-1.no-xl {
    display: none;
  }
  /* DU Menu Mobile - End */
  /* Tela DU Dashboard - End */

  /* Tela Announce - Start */
  /* Announce Slider - Start */
  .announce-slider {
    min-height: 47.225rem;
  }
  /* Announce Slider - End */
  /* Tela Announce - End */
}

@media (max-width: 1199px) {
  :root {
    --padding-fixed: var(--padding-lg);
    --container-width: var(--container-lg);

  }

  /* Tela Announce - Start */
  /* Announce Slider - Start */
  .announce-slider {
    height: 55.325rem;
  }
  .announce-slider .slider-title {
    width: 100%;
  }
  /* Announce Slider - End */

  /* Announce Testimonials - Start */
  .announce-testimonials {
    padding-top: 6.625rem;
  }
  /* Announce Testimonials - End */
  /* Tela Announce - End */

  /* Tela Administration - Start */
  /* How it works - Start */
  .how-it-works-item {
    gap: .875rem;
  }
  /* How it works - End */
  /* Tela Administration - End */

  /* Tela Contact - Start */
  /* Contact Form - Start */
  .contact-form .breadcrumb-infos {
    top: -4.425rem;
  }
  /* Contact Form - End */
  /* Tela Contact - End */

}

@media (max-width: 991px) {
  :root {
    --padding-fixed: var(--padding-md);
    --container-width: var(--container-md);
    --slider-home-height: 36.75rem;
  }

/* header-navbar  */

  header .navbar.opened .navbar-collapse {
    flex-direction: column;
  }

  header .navbar.opened .navbar-collapse .navbar-options {
    border-bottom: 1px solid #F1F1F3;
    padding-bottom: 2rem;
  }

/* header  */


  body, main {
    background: linear-gradient(180deg, rgba(251,251,251,1) 0%, rgba(255,255,255,1) 5%);
  }

  .title-3 {
    font-size: 1.375rem;
    line-height: 1.8125rem;
  }
  .subtitle-3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .btn-lg, .btn-main.btn-lg, .btn-white.btn-lg {
    padding: .625rem 1.75rem;
  }

  .title-3 .filter-option-inner-inner {
    font-size: 1.5rem;
    text-decoration: underline;
    font-weight: 500;
  }

  /* Slider Home - Start */
  .home-arrow-down-anchor {
    display: none;
  }

  .slider-filter-item .tt-menu,
  .slider-filter-item .locationOrCodeMenu {
    left: unset !important;
    max-width: unset;
    width: 100%;
  }
  /* Slider Home - End */

  /* Modals - Start */
  .modal-title-1 {
    font-size: 1.5rem;
  }
  .modal-subtitle-1 {
    font-size: 1rem;
  }

  .modal-content form {
    margin-top: 0;
  }

  .modal-content .modal-body {
    padding: 1.25rem 3.125rem 1.125rem;
  }
  .modal-content .modal-footer {
    padding: 0 3.125rem 1.875rem;
  }
  .form-radio-group {
    margin-top: 1.25rem;
    gap: .8125rem;
  }
  .form-radio-group label {
    width: 12rem;
    max-width: 12rem;
    font-size: 1rem;
  }
  .modal-content .modal-footer .btn {
    width: 100%;
  }
  #whatsappUnitModal .modal-body {
    padding-bottom: 1.875rem;
  }
  #whatsappInfoModal .modal-footer .btn {
    margin-top: 1.875rem;
  }

  /* Modals Steps - */
  .steps-tab-content {
    gap: 0;
    flex-direction: column;
  }
  .steps-tab-content>.tab-pane:not(.active) {
    display: none;
    opacity: 1;
  }
  .steps-tab-content>.tab-pane .visit-form-card {
    height: -moz-fit-content;
    height: fit-content;
    max-width: unset;
  }
  /* Modals Steps - Start */

  /* Visit Modal Mobile - Start */
  #visit-hour {
    row-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }

  #visitModal .modal-dialog {
    margin: .5rem 1.75rem;
  }

  .calendar-box {
    width: -moz-fit-content;
    width: fit-content;
    padding: .75rem 0;
    margin-left: auto;
    margin-right: auto;
  }

  .visit-property-card {
    align-items: flex-start;
    padding: 1rem 1.125rem;
    margin: 1.625rem 0 .875rem;
  }
  .visit-mobile-btn-group {
    margin-top: 1.5rem;
  }

  /* Visit Modal Mobile - Start */

  /* Visit Confirmation Modal - Start */
  #visitConfirmationModal .modal-body {
    padding: 7.1875rem 3rem;
  }
  #visitConfirmationModal .modal-body h1 {
    font-size: 1.25rem;
  }
  #visitConfirmationModal .modal-body h3 {
    font-size: .875rem;
    margin-bottom: 2.5rem;
  }
  /* Visit Confirmation Modal - End */

  /* Branch Info Modal - Start */
  #branchInfoModal .modal-dialog {
    margin: .5rem 1.75rem;
  }
  #branchInfoModal .modal-body {
    padding: 0 1.25rem 1.5rem;
  }
  .branch-contacts-list {
    flex-direction: column;
  }
  /* Branch Info Modal - End */

  /* Delete Modal - Start */
  .delete-modal .modal-dialog {
    width: auto;
    margin: 1.75rem auto;
  }

  .delete-modal .modal-body h2 {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
  }
  .delete-modal .modal-body h3 {
    font-size: 1rem;
    line-height: 1.375rem;
    margin: .5rem 0 0;
  }

  .delete-modal .modal-content .modal-footer .btn {
    width: 100%;
  }
  .delete-modal .modal-content .modal-footer .btn-main {
    margin-bottom: .75rem;
  }
  /* Delete Modal - End */


  /* Edit Folder Modal - Start */
  #editFolderModal .form-control {
    margin-bottom: 1.5rem;
  }
  #editFolderModal .btn {
    width: 100%;
  }
  /* Edit Folder Modal - End */

  /* Insert Into Folder Modal - Start */
  #insertIntoFolderModal .modal-body {
    padding-top: 0;
  }
  #insertIntoFolderModal h2 {
    font-size: 24px;
    line-height: 2rem;
  }
  #insertIntoFolderModal h3 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  #insertIntoFolderModal .btn:not(.dropdown-toggle) {
    width: 100%;
  }
  /* Insert Into Folder Modal - End */

  /* Edit Property Modal - Start */
  #editPropertyModal .modal-content .modal-body {
    padding: 0 1.5rem 1.875rem;
  }
  #editPropertyModal h2 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 1.375rem;
  }

  #editPropertyModal .btn {
    width: 100%;
  }
  /* Edit Property Modal - End */

  /* Edit Property Confirmation Modal - Start */
  #editPropertyConfirmationModal .modal-body {
    padding: 2.5rem 3rem 4.5rem;
  }
  #editPropertyConfirmationModal h1 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  #editPropertyConfirmationModal h3 {
    font-size: .875rem;
    line-height: 1.125rem;
    margin-bottom: 2.5rem;
  }
  #editPropertyConfirmationModal .btn {
    width: 100%;
  }
  /* Edit Property Confirmation Modal - End */

  /* Login Modal - Start */
  .authModal .modal-title-1 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .login-btn-group {
    margin-top: 1.875rem;
  }
  .login-btn-group .btn {
    flex-grow: 0;
  }

  .authModal .modal-body {
    padding-bottom: 2.625rem;
  }
  /* Login Modal - End */

  /* Create Account Modal - Start */
  #createAccountModal .modal-body {
    padding: 0 1.5rem 2.5rem;
  }
  /* Create Account Modal - End */
  /* Modals - End */

  /* Navbar - Start */

  header .navbar {
    padding: 1.25rem;
  }

  /* Navbar - End */

  /* Tela Home - Start */
  /* Slider Home - Start */

  .home-slider .slider-content {
    padding-top: 0;
    transform: translate(0,-14%)!important;
  }
  .slider-filter-content {
    width: 100%;
    height: auto;
  }
  .slider-filter-btn-search {
    border-top-right-radius: 0;
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem;
  }
  .slider-filter-item {
    width: 100%;
  }
  .slider-filter-item:not(:first-child) {
    padding-top: .8125rem;
  }
  .slider-filter-item:not(:last-child) {
    padding-bottom: .8125rem;
  }
  .slider-filter-item input, .slider-filter-item select:not(.selectpicker) {
    max-width: 50%;
    padding-right: .25rem;
  }
  .slider-filter-content .slider-filter-btn-search {
    height: 3.625rem;
  }
  .slider-title {
    font-size: 2.5rem;
  }
  /* Slider Home - End */

  /* Delivering Values - Start */
  section#delivering-value {
    padding: 14.4rem 0 0;
  }

  .light-red-card {
    padding: 1.875rem 1.625rem;
  }
  .light-red-card .row > div:not(:last-child) {
    margin-bottom: 2.375rem;
  }
  .light-red-card .rounded-circle {
    width: 2.375rem;
    height: 2.375rem;
    margin-bottom: 1rem;
  }
  .light-red-card .rounded-circle svg {
    width: 1rem;
    height: 1rem;
  }
  /* Delivering Values - End */

  /* Spotlight - Start */
  .spotlight-title {
    font-size: 1.5rem;
  }
  section#spotlight .subtitle-3 {
    font-size: 1.125rem;
    margin-bottom: 2.375rem;
  }

  /* Spotlight - End */

  /* More Accessed - Start */
  #more-accessed {
    padding: 5.625rem 0 7.5rem;
  }

  #more-accessed .title-3 {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .district-tag-group {
    row-gap: 1rem;
    -moz-column-gap: .75rem;
         column-gap: .75rem;
  }
  .district-tag {
    font-size: 1rem;
  }
  /* More Accessed - End */

  /* Imovel Ad - Start */
  section#imovel-ad {
    padding-bottom: 6.875rem;
  }
  .facilities-item-icon {
    width: 1.0625rem;
    height: 1.25rem;
  }
  .imovel-ad-btns-group {
    flex-direction: column;
    margin-top: 2.375rem;
    gap: 1rem;
  }
  .imovel-ad-btn {
    padding: .625rem 0 !important;
    font-size: 1rem;
    width: 100%;
  }

  .img-main {
    margin-top: 3.75rem;
    width: inherit;
    height: inherit;
    max-width: 20rem;
    max-height: 20.875rem;
  }
  /* Imovel Ad - End */

  /* Testimonials - Start */
  section#testimonials {
    padding-bottom: 6.875rem;
  }

  .testimonial-group {
    margin-top: 1.875rem;
  }
  .testimonial-item {
    padding: 2.5rem 1.5rem 1.5rem;
  }
  .testimonial-item .testimonial-item-text {
    margin-bottom: 1.25rem;
  }
  /* Testimonials - End */

  /* Tecnologies - Start */
  .tecnologies-card .tecnologies-card-title {
    font-size: 1.5rem;
  }
  .tecnologies-card {
    padding: 2.5rem 1.875rem;
    height: 31.75rem;
  }
  .tecnologies-card .tecnologies-card-img {
    position: absolute;
    top: unset;
    bottom: 1.75rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
  }
  .tecnologies-card.bg-main-dark {
    background-repeat: no-repeat;
    background-position: bottom 1.625rem center;
    margin-bottom: 2.5rem;
  }
  .tecnologies-card.bg-gray-dark {
    background-repeat: no-repeat;
    background-position: bottom 1.625rem center;
  }
  .tecnologies-card.bg-gray-dark .btn-main {
    width: 100%;
  }
  /* Tecnologies - End */

  /* Adminstration - Start */
  section#administration {
    padding: 6.875rem 0;
  }
  section#administration .btn-see-more {
    width: 100%;
    margin-top: 1.375rem;
    font-size: 1rem;
  }
  /* Adminstration - End */

  /* Benefits - Start */
  .benefits-card {
    padding: 3.5rem 1.75rem;
  }
  .benefits-card-item h4 {
    font-size: 1rem;
  }
  .benefits-card-item p {
    font-size: .875rem;
  }
  .benefits-card .btn {
    width: 100%;
  }
  .benefits-card > .row > div:last-child img {
    margin-top: 3.125rem;
    width: 16.4375rem;
    height: 18.25rem;
  }
  .benefits-card .btn {
    font-size: 1rem;
  }
  /* Benefits - End */

  /* Download App - Start */
  section#download-app {
    padding: 9rem 0 5.625rem;
  }

  section#download-app .imovel-ad-subtitle {
    margin-bottom: 1.75rem;
  }
  section#download-app .download-links a:nth-child(1) img {
    width: 8.5625rem;
    height: 2.5625rem;
  }
  section#download-app .download-links a:nth-child(2) img {
    width: 7.25rem;
    height: 2.5625rem;
  }
  section#download-app .download-links {
    margin-top: 2.25rem;
  }
  #img-app-mirantte {
    margin-top: 3.75rem;
    width: 20.125rem;
    height: 23.75rem;
  }
  /* Download App - End */

  /* Abroad - Start */
  section#abroad {
    padding: 6rem 0 8.75rem 0;
  }

  .abroad-item-card {
    left: 1.25rem;
    right: 1.25rem;
    top: 1.25rem;
    width: auto;
    height: auto;
    padding: 1.5rem 1.5rem 1.625rem;
  }
  .abroad-item-card h3 {
    font-size: 1.5rem;
    margin-bottom: .625rem;
  }
  .abroad-item-card p {
    margin-bottom: 1.25rem;
  }
  .abroad-item-card .btn {
    width: 100%;
    font-size: 1rem;
  }

  .abroad-slider-arrows {
    width: 4rem;
    height: 2rem;
  }
  .abroad-slider-arrows .slick-prev {
    width: 2rem;
    height: 2rem;
  }
  .abroad-slider-arrows .slick-next {
    width: 2rem;
    height: 2rem;
  }
  .abroad-slider-arrows .slick-prev::before {
    content: url(/images/left_red.svg?5d698e322efc3548bce1d6c94c43f953);
  }
  .abroad-slider-arrows .slick-next::before {
    content: url(/images/right_red.svg?5b7dfb3e7305fcee33f9e4aee89c6ae1);
  }
  .abroad-slider-arrows .slick-prev.slick-disabled::before {
    content: url(/images/left_dark.svg?e1758ac659f472711af8f7e232d8ec23);
    opacity: 1;
  }
  .abroad-slider-arrows .slick-next.slick-disabled::before {
    content: url(/images/right_dark.svg?69c634ace5afc01d0fc01adda4848d69);
    opacity: 1;
  }
  /* Abroad - End */
  /* Tela Home - End */

  /* Tela Properties List - Start */
  section.list-of-properties {
    padding-top: 1.5rem;
  }
  .mobile-options-group {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 3.75rem;
    padding: 1rem;
    background: #FFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: .5rem;
    margin-bottom: 1.875rem;
  }
  .mobile-options-group .vertical-line {
    width: 1px;
    height: 1.75rem;
    border-right: 1px solid #F1F1F3;
    margin: 0;
  }
  .mobile-options-group button, .mobile-options-group .form-switch {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .375rem;
    font-weight: 500;
    font-size: .875rem;
    color: #33303E;
    margin-bottom: 0;
  }
  .mobile-options-group .form-switch .form-check-label {
    font-weight: 500;
    font-size: .875rem;
    color: #33303E;
  }

  #filterModal {
    top: 5.5rem;
    height: calc(100% - 5.5rem);
  }
  #filterModal .modal-header {
    position: relative;
    border: 0;
    padding: 1.75rem;
  }
  #filterModal .form-filter-mobile > .row {
    border-bottom: 1px solid #F1F1F3;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  #filterModal .form-check-label-sm {
    color: #33303e80;
  }
  #filterModal .btn-group-radio-main {
    display: flex;
    justify-content: flex-start;
  }
  #filterModal .form-check-label:not(.form-check-label-sm) {
    font-size: 1rem;
    line-height: 1.125rem;
    color: #33303e80;
  }
  #filterModal .form-check-label.iptu-label {
    font-size: .75rem;
  }
  #filterModal .modal-footer {
    border-top: 0;
    padding: 18px 28px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  #properties-list-content > .tab-pane.active {
    flex-direction: column;
  }
  #properties-list-content .properties-group {
    flex-direction: column;
  }

  .imovel-card-horizontal .img-content {
    width: auto;
    height: 11.25rem;
  }
  .imovel-card-horizontal .imovel-card-img-group .favorite-tag {
    width: 26px;
    height: 26px;
    padding: 0;
  }
  .imovel-card-horizontal .card-img, .imovel-card-horizontal .card-img-top {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    border-bottom-left-radius: 0;
  }
  .imovel-card-horizontal .card-body {
    padding: 1.5rem 1.375rem;
  }
  .imovel-card-horizontal .card-body > div:last-child {
    max-height: none;
  }

  div.map-expanded > .properties-group ~ div {
    height: 46.25rem;
  }
  div:not(.map-expanded) > .properties-group ~ div {
    display: none !important;
  }
  div:not(.map-expanded) .properties-group {
    display: flex !important;
    flex: auto;
  }
  div.map-expanded .properties-group {
    display: none !important;
  }

  .imovel-card-map-group {
    transform: translate(0, 31.25rem);
  }
  .imovel-card-map-group .imovel-card {
    width: 16.875rem;
    bottom: 0;
  }
  .imovel-card-map-group > .slick-list {
    padding: 0 20% 0 0;
  }
  .imovel-card-map-group .imovel-card-map-item {
    width: calc(var(--container-width) - 100px);
    padding-left: .25rem;
    padding-right: .25rem;
    padding-bottom: .875rem;
  }
  .imovel-card-map-group .imovel-card .card-img,
  .imovel-card-map-group .imovel-card .card-img-top {
    height: 8.75rem;
  }
  .imovel-card-map-group .imovel-card .card-body {
    padding: 1.125rem 1.25rem 1.25rem;
  }
  .imovel-card-map-group .imovel-card .card-body .imovel-card-price {
    margin-top: 0;
  }
  .imovel-card-map-group .imovel-card .card-body .imovel-card-location {
    margin-bottom: 0;
  }

  /* Tela Properties List - End */

  /* Tela Selected Property - Start */
  /* Topo - Start */
  .property-selected-galery-slider .slick-dots {
    bottom: 1.875rem;
  }
  .property-selected-galery-slider-item {
    margin: 1.25rem 0 1.375rem;
  }
  .property-selected-galery-slider-item .gallery-photo {
    width: 100%;
  }
  .property-selected-galery-slider-item img {
    height: 14.375rem;
    border-radius: .625rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  section.property-infos {
    padding-left: 0;
    padding-right: 0;
  }
  /* Topo - End */

  /* Main - Start */
  div.property-images-container {
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .property-selected-location {
    font-size: 1.375rem;
  }
  .publish-info p:first-child {
    margin-right: 0;
  }
  .publish-info p {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .publish-info p:not(:first-child)::before {
    content: '';
    margin-right: 0;
  }

  .property-cta-buttons {
    gap: .625rem;
    margin: 1.5rem 0;
  }
  .property-cta-buttons .btn {
    height: 4.125rem;
    display: flex;
    flex: 1;
    gap: .875rem;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.75rem;
    font-size: 1rem;
  }

  .share-property-group {
    width: 100%;
  }

  .overview-property-card {
    width: 100%;
    margin-top: 2.5rem;
  }
  .overview-property-card .nav-tabs .nav-link {
    font-size: 1.25rem;
  }
  #overviewPropertyTabContent .btn-main {
    font-size: 1rem;
  }

  .property-features-content {
    margin-top: 2.5rem;
    height: 10.625rem;
  }

  .gray-light-box {
    padding: 1.5rem;
    margin-top: 2.5rem;
  }
  .gray-light-box p {
    font-size: .875rem;
  }

  #map-box-tab {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }

  .mapa-box-mobile-nav {
    margin-bottom: 1.25rem;
  }
  .mapa-box-mobile-nav.dropdown>.dropdown-toggle, .mapa-box-mobile-nav.dropdown>.dropdown-toggle:active, .mapa-box-mobile-nav.dropdown>.dropdown-toggle:focus, .mapa-box-mobile-nav.dropdown>.dropdown-toggle:hover {
    padding: .875rem 1.25rem;
    background-color: #F1F1F3;
    border-radius: 50px;
  }
  .mapa-box-mobile-nav .filter-option-inner-inner {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 1rem;
    color: #33303E;
  }
  .mapa-box-mobile-nav .dropdown-item {
    font-family: 'Poppins', sans-serif;
  }
  .mapa-box-mobile-nav.dropdown>.dropdown-toggle:not(.no-icon)::after, .mapa-box-mobile-nav.dropdown.dropup .dropdown-toggle:not(.no-icon)::after {
    content: url(/images/dropdown_arrow_main_dark.svg?c332a7b8d125cd6cd46b51ab47201959);
  }

  .contact-box {
    margin-top: 4.25rem;
    padding: 1.75rem;
  }
  .contact-box h3 {
    font-size: 1.25rem;
    margin-bottom: .375rem;
  }
  .contact-box .contact-form {
    margin-top: .5rem;
  }
  .contact-box .contact-form textarea {
    height: 8.875rem;
  }
  .contact-box .contact-form-btn-group .btn {
    font-size: 1rem;
  }

  .credit-box {
    align-items: flex-start;
    min-height: 28.125rem;
    padding: 2.5rem 1.875rem;
    margin-top: 2.5rem;
    background: url(/images/credit-card-img-mobile.svg?44c86e9e9f92d2d530da9ef4f7012df4) no-repeat center bottom 12px, #232226;
    color: #FFF;
  }
  .credit-box h5 {
    font-size: 1.5rem;
    margin-bottom: .875rem;
  }
  .credit-box p {
    margin-bottom: 1.625rem;
  }
  .credit-box .btn {
    width: 100%;
    padding: .375rem 3.25rem;
  }
  /* Main - End */

  /* Similar Properties - Start */
  .similar-properties-container {
    max-width: 100% !important;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .similar-properties-container .title-3 {
    margin-left: .25rem;
    margin-bottom: 1.875rem;
  }
  .similar-properties-container section#spotlight {
    padding: 6.875rem 0 9.375rem;
  }
  /* Similar Properties - End */
  /* Tela Selected Property - End */

  /* Tela About Us - Start */

  /* About Us Slider - Start */
  section.pillars {
    padding: 3.75rem 0 0;
  }

  .pillars-title {
    font-size: 1.5rem;
    line-height: 1.9375rem;
  }
  .pillars-subtitle {
    margin-bottom: 2.5rem;
  }

  .pillars-group {
    flex-direction: column;
    gap: 2rem;
  }
  .pillars-item {
    align-items: flex-start;
    width: 100%;
  }
  .pillars-item-title {
    margin: 1rem 0 .375rem;
  }
  /* About Us Slider - End */

  /* CEO Quote - Start */
  section.ceo-quote {
    padding: 5.125rem 0 6.25rem;
  }

  .ceo-quote-banner {
    align-items: flex-start;
    padding: 2.375rem 2rem;
    min-height: auto;
    background: url(/images/ceo-banner-img.png?abca578ab073f0b29b394adad87e04d7) bottom left/20.8rem no-repeat, #232226;
  }

  .ceo-banner-right {
    width: 100%;
  }
  .ceo-banner-right svg {
    width: 1.75rem;
    margin-right: 0;
    margin-bottom: .75rem;
  }
  .ceo-quote-banner-text {
    margin-bottom: 18.2rem;
  }
  .ceo-banner-title {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
  .ceo-banner-description {
    font-size: .875rem;
  }

  /* CEO Quote - End */

  /* Our Branches - Start */
  section.our-branches {
    padding-bottom: 9.375rem;
  }

  .our-branches-title {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    text-align: left;
    margin-bottom: 1.625rem;
  }
  .branches-group-mobile {
    gap: 1.25rem;
  }
  .branch-item-inner {
    transform-style: inherit;
  }
  .branch-item-block.block-main {
    height: auto;
  }
  .brach-item-text {
    background-color: #b20101cc;
    transform: none;
  }
  /* Our Branches - End */

  /* Tela About Us - End */

  /* Tela Announce - Start */
  /* Announce Slider - Start */
  .announce-slider {
    height: calc(var(--slider-home-height) + 25rem);
    min-height: 55.1875rem;
  }
  .announce-slider .slider-content {
    padding-top: 8.75rem;
    transform: none !important;
  }
  .announce-slider .slider-title {
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
  .announce-slider-group {
    flex-direction: column;
    margin-top: 2.375rem;
    gap: 2rem;
  }
  .announce-slider-item {
    width: unset;
  }

  .announce-form-mobile-content {
    position:absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-44%);
    width: 100%;
  }
  .announce-slider-form-card {
    width: 100%;
    margin-top: 3rem;
    padding: 1.875rem 1.875rem 2.25rem;
  }
  .announce-slider-form-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .announce-slider-form-subtitle {
    font-size: .875rem;
    line-height: 1.125rem;
    margin-bottom: 1.625rem;
  }
  .announce-slider-form-card .btn-main {
    height: 2.625rem;
  }
  /* Announce Slider - End */

  /* Announce Testimonials - Start */
  .announce-testimonials {
    padding: 50rem 0 8.75rem;
  }
  .announce-testimonials .testimonial-group .slick-dots {
    text-align: center;
  }
  /* Announce Testimonials - End */

  /* Tela Announce - End */

  /* Tela Administration - Start */
  /* Administration Slider - Start */
  .administration-slider {
    min-height: 41.75rem;
  }

  .administration-slider .slider-title {
    width: 100%;
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 2.125rem;
    letter-spacing: .1px;
  }
  .administration-slider .slider-subtitle {
    font-weight: normal;
    font-size: .875rem;
    line-height: 1.375rem;
    letter-spacing: .3px;
    margin-bottom: 1.875rem;
    color: #FFF;
  }
  .administration-slider .offer-request-btn {
    width: 100%;
    height: 2.5rem;
}
  /* Administration Slider - End */

  /* Administration Advantages - Start */
  .administration-slider {
    height: 31.25rem;
    min-height: auto;
  }
  .slider-content {
    top: 50%;
    transform: translate(0,-64%)!important;
    padding-top: 86px;
  }
  .administration-advantages-slider {
    position: relative;
    top: -5.5rem;
    left: 0;
    margin-bottom: -5.5rem !important;
    box-shadow: 0px 10px 50px rgba(78, 75, 89, 0.1);
    border-radius: .75rem;
  }
  .administration-advantages-slider-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1.125rem 3rem;
    background: #FFF;
    border-radius: .75rem;
  }
  .administration-advantages-slider-item .administration-advantages-card-title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin: 1.375rem 0 .375rem;
    text-align: center;
  }
  .administration-advantages-slider-item .administration-advantages-card-description {
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center;
    color: #7A7786;
    margin-bottom: 0;
  }
  section.administration-advantages .offer-request-btn {
    margin: 1.375rem auto .5rem;
    width: 100%;
  }
  /* Administration Advantages - End */

  /* How it works - Start */
  section.how-it-works {
    padding-bottom: 6.25rem;
  }
  .how-it-works-title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .how-it-works-group {
    flex-direction: column;
    justify-content: start;
    gap: 1.5rem;
  }
  .how-it-works-group svg {
    transform: rotate(90deg);
  }
  .how-it-works-item {
    width: unset;
    justify-content: space-around;
    gap: 1rem;
  }
  /* How it works - End */

  /* Fix - Start */
  section.fix .title-3 {
    font-size: 1.375rem;
    margin-bottom: 2.125rem;
  }
  .fix-card-item .fix-card-item-title {
    display: flex;
    flex: 1;
    gap: .75rem;
    margin-bottom: .75rem;
  }
  /* Fix - End */

  /* Offer Request Now - Start */
  section.offer-request-now {
    padding-bottom: 3.75rem;
  }
  section.offer-request-now .contact-box {
    padding: 1.75rem 1.75rem 2.25rem;
  }

  section.offer-request-now .contact-box h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 2.125rem;
  }
  section.offer-request-now .contact-box h5 {
    margin-bottom: 1rem;
  }
  section.offer-request-now .contact-box h5:not(:first-child) {
    margin-top: 2.125rem;
  }

  section.offer-request-now .contact-box textarea.form-control {
    height: 6.75rem;
  }

  section.offer-request-now .contact-box .contact-form-btn-group {
    margin-top: 1.5rem;
    gap: 2rem;
  }
  section.offer-request-now .contact-box .btn-white {
    height: 2.625rem;
    width: 100%;
  }
  /* Offer Request Now - End */

  /* Questions - Start */
  .questions-title {
    font-size: 1.375rem;
    line-height: 1.8125rem;
  }
  .questions-description {
    margin-bottom: 2.5rem;
  }

  .questions-search-input-group {
    margin-bottom: 1.125rem;
  }
  .questions-search-input-group .form-control::-moz-placeholder {
    font-size: .875rem;
  }
  .questions-search-input-group .form-control::placeholder {
    font-size: .875rem;
  }

  .questions-accordion > .accordion-item .accordion-button {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
  .questions-accordion > .accordion-item .accordion-button.collapsed {
    padding: 1.5rem 1.25rem;
  }
  .questions-accordion > .accordion-item .accordion-button:not(.collapsed) {
    padding: 1.5rem 1.25rem 0;
  }
  .questions-accordion > .accordion-item .accordion-body {
    padding: .875rem 1.25rem 1.5rem;
    font-size: .875rem;
    line-height: 1.3125rem;
  }
  /* Questions - End */
  /* Tela Administration - End */

  /* Tela Blog - Start */
  /* Blog Slider - Start */
  .blog-slider {
    padding: 2.875rem 0 2.625rem;
  }

  .blog-slider-img {
    margin-bottom: 1.875rem;
    width: 20rem;
    height: 11.5rem;
  }

  .blog-slider h1 {
    font-size: 2rem;
    line-height: 3.4375rem;
    margin-bottom: 1.5rem;
  }

  .blog-slider-title {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    margin: 1rem 0 .75rem;
  }
  .blog-slider-description {
    width: 100%;
    font-size: .875rem;
    line-height: 1.4375rem;
  }
  /* Blog Slider - End */

  /* Latest Posts - Start */
  section.latest-posts {
    padding: 4.375rem 0;
  }
  .blog-posts-title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 0;
  }
  /* Latest Posts - End */

  /* All Posts - Start */

  section.all-posts > div:first-child {
    margin-bottom: 1.125rem;
  }

  .posts-search-input-group {
    margin: 1.875rem 0 1.125rem;
  }

  .posts_category_mobile>.dropdown-toggle {
    border: 1px solid #F1F1F3 !important;
    border-radius: .25rem;
    padding: .375rem .875rem !important;
  }

  .btn-load-more-posts {
    margin: 1.875rem auto 0;
    width: 100%;
  }
  /* All Posts - End */

  /* Posts Cards - Start */
  .post-card-horizontal .post-card-img {
    width: 100%;
  }
  .post-card-img {
    width: 100%;
    height: 7.375rem;
  }
  /* Posts Cards - End */
  /* Tela Blog - End */

  /* Tela Post Inside - Start */
  /* Post Inside Slider - Start */
  .post-inside-slider {
    height: 32.125rem;
  }
  /* Post Inside Slider - End */

  /* Post Inside Content - Start */
  section.post-inside-content {
    padding-top: 2rem;
  }

  section.post-inside-content .breadcrumb-infos {
    margin-bottom: 2.25rem;
  }

  .post-inside-title {
    font-size: 1.625rem;
    line-height: 1.9375rem;
    margin-bottom: .875rem;
  }
  .post-inside-subtitle {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }

  .post-inside-info {
    margin-bottom: 2.875rem;
  }
  .post-inside-info .share-property-group {
    background-color: #F1F1F3;
    height: 3.25rem;
    padding: .875rem 1.375rem;
    margin-top: 1.375rem;
  }

  .post-text {
    font-size: .875rem;
    line-height: 1.3125rem;
    margin-bottom: 1.5rem;
  }
  .post-text:last-child {
    margin-bottom: 0;
  }

  .post-divisor-line {
    width: 94%;
    margin: 2.5rem 0 3.125rem;
  }
  /* Post Inside Content - End */

  /* Related Posts - Start */
  .related-posts-title {
    font-size: 1.375rem;
    line-height: 1.8125rem;
  }
  /* Related Posts - End */
  /* Tela Post Inside - End */

  /* Tela Contact - Start */
  /* Contact Slider - Start */
  .contact-slider {
    min-height: 55.25rem;
  }

  .contact-slider .slider-content {
    top: 11.175rem;
  }

  .contact-slider .slider-title {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
  /* Contact Slider - End */

  /* Contact Form - Start */
  .contact-form-card {
    top: -35.625rem;
    padding: 1.875rem 1.875rem 2.25rem;
    margin-bottom: -35.625rem;
  }
  .contact-form-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .contact-form-subtitle {
    font-size: .875rem;
    line-height: 1.125rem;
    margin-bottom: 2.25rem;
  }

  .contact-form-card .row {
    --bs-gutter-y: 1.25rem;
  }
  .contact-form-card #contact-form-message {
    height: 6.125rem;
  }
  .contact-form-card .contact-card-footer {
    margin-top: 1.725rem;
  }
  .contact-form-card .contact-card-footer .form-check {
    margin-bottom: 1.225rem;
  }

  .contact-form .breadcrumb-infos {
    left: -0.75rem;
  }
  /* Contact Form - End */

  /* Our Branches - Start */
  section.our-branches-contact {
    padding-top: 5rem;
  }
  /* Our Branches - End */
  /* Tela Contact - End */

  /* Tela Favorites - Start */
  /* Favorites Slider - Start */
  section.favorites-slider {
    height: auto;
    min-height: 15rem;
  }

  section.favorites-slider .slider-title {
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
  /* Favorites Slider - End */

  /* Favorites and Discards - Start */
  #favorites-and-discards-tab .nav-link {
    padding-bottom: .625rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  section.favorites-and-discards {
    padding-top: 3.75rem;
  }

  #favorites-and-discards-content > .tab-pane {
    padding-top: 1.5rem;
  }

  #favorites-and-discards-content > .tab-pane > .row {
    --bs-gutter-x: 1.625rem;
    --bs-gutter-y: 1.625rem;
  }
  /* Favorites and Discards - End */

  /* Spotlight and More Accessed - Start */
  section#more-accessed.favorites-more-accessed {
    padding: 6.875rem 0 9.375rem;
  }
  /* Spotlight and More Accessed - End */
  /* Tela Favorites - End */

  /* Tela DU Dashboard - Start */
  .du-container {
    width: 100%;
    padding: 0 1rem;
  }

  /* DU Menu Mobile - Start */
  header .navbar.opened .du-menu .nav-link {
    display: flex;
    align-items: center;
    gap: 1.125rem;
  }

  header .navbar.opened .du-menu .nav-link.back-to-site {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3125rem;
  }

  header .navbar.opened .du-menu .nav-link:hover,
  header .navbar.opened .du-menu .nav-link.active {
  background-color: #f1f1f380;
    color: #000;
  }
  header .navbar.opened .du-menu .nav-link:hover svg path,
  header .navbar.opened .du-menu .nav-link.active svg path {
    stroke: #B30101;
  }

  .du-menu-mobile-title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.9375rem;
    margin: 1.5rem 0 1.625rem;
  }

  /* DU Menu Mobile - End */

  /* DU Tab Content - Start */
  .du-tab-content {
    width: 100%;
    padding-right: 0;
  }
  .du-tab-content > .tab-pane {
    padding-top: 2.75rem;
  }

  /* DU Tab Content - End */
  /* DU Notification - Start */
  .du-title-2 {
    font-size: 1.375rem;
    line-height: 1.8125rem;
    margin-bottom: 0;
  }

  section.du-notifications {
    padding-top: 3rem;
  }

  .du-notification-group {
    margin-top: 1rem;
    --bs-gutter-y: 1.125rem;
  }

  .du-notification-card {
    padding: 1.25rem;
  }

  .du-notification-card.secondary-notification svg {
    width: 2.625rem;
    height: 2.625rem;
  }
  .du-notification-card.secondary-notification h4 {
    display: flex;
    flex: 1;
    font-size: 1rem;
    line-height: 1.3125rem;
    margin-left: .875rem;
  }

  /* DU Notification - End */

  /* DU Contact Sent - Start */
  section.contact-sent {
    padding: 5.625rem 0 6.25rem;
  }
  /* DU Contact Sent - End */

  /* Property List Card - Start */

  .properties-list-mobile {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
  }
  .properties-list-mobile .imovel-card {
    width: 100%;
  }
  .property-list-card {
    padding: 1.125rem 1.125rem 1.25rem;
  }
  .property-list-card img {
    width: 17.6875rem;
    height: 10.5rem;
    margin: auto;
  }
  /* Property List Card - End */
  /* Tela DU Dashboard - End */

  /* Tela DU Favorites - Start */
  /* DU Folders - Start */
  .du-folders-group {
    --bs-gutter-y: 1rem;
    margin-top: 1rem;
  }

  section.du-folders .du-main-btn {
    width: 100%;
    margin-top: 1.875rem;
  }
  /* DU Folders - End */

  /* Properties Tabs - Start */
  section.du-properties-tabs {
    padding: 6rem 0 9.25rem;
  }

  section.du-properties-tabs #favorites-and-discards-tab .nav-link {
    font-size: 1.375rem;
    line-height: 1.8125rem;
    padding: 0;
  }

  /* Properties Tabs - End */

  /* Folder Inside - Start */
  .main-tabs-style .nav-link {
    font-size: 1.375rem;
    line-height: 1.8125rem;
    padding: 0 .625rem;
  }
  .breadcrumb-folder {
    margin-bottom: .5rem;
  }
  /* Folder Inside - End */
  /* Tela DU Favorites - End */

  /* Tela DU Profile - Start */
  /* Profile Form Card - Start */
  section.profile-form {
    padding: 2.25rem 0 9.375rem;
  }

  .du-form-card {
    padding: 1.5rem 1.5rem 2rem;
  }

  .du-form-card .card-body {
    padding-bottom: 2.5rem;
  }
  .du-form-card .card-body > div.row:not(:last-child) {
    margin-bottom: 2.125rem;
  }
  .du-form-card .card-footer {
    padding: 1.25rem 0 0;
    background-color: transparent;
  }
  /* Profile Form Card - End */
  /* Tela DU Profile - End */

  /* Tela DU Notifications - Start */
  .du-form-card .form-switch {
    top: .25rem;
  }
  /* Tela DU Notifications - End */

  /* Tela Privacy Terms - Start */
  section.privacy-terms-content {
    padding: 3.75rem 0 9.375rem;
  }

  section.privacy-terms-content .post-inside-title {
    margin-bottom: 2.5rem;
  }
  section.privacy-terms-content .post-divisor-line {
    margin: 4.375rem 0 1.875rem;
  }
  /* Tela Privacy Terms - End */

  /* Tela DP Dashboard - Start */
  section.dp-dashboard-info {
    padding: 2.25rem 0 4.375rem;
  }

  .dp-info-card-number {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
  .dp-info-card-text {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  section.dp-dashboard-properties {
    padding-bottom: 9.25rem;
  }
  /* Tela DP Dashboard - End */

  /* Tela DP Property - Start */
  /* DP Property Top - Start */
  section.dp-property-top {
    padding-top: 2.75rem;
  }

  .see-property-page {
    justify-content: center;
  }
  /* DP Property Top - End */

  /* DP Property Info - Start */
  section.dp-property-info {
    padding-top: 2.25rem;
  }

  section.dp-property-info .dp-info-card {
    justify-content: space-around;
    flex-direction: column;
  }
  section.dp-property-info .vertical-line {
    height: 1px;
    border-bottom: 1px solid #FFF8FA;
    margin: 1.75rem 0;
    width: 100%;
    transform: unset;
  }

  .dp-info-card-list {
    width: 100%;
  }
  .dp-info-card-list + .dp-info-card-list {
    margin-top: 1.625rem;
  }
  .dp-info-card-list dt {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .dp-info-card-list dd {
    font-size: .875rem;
    line-height: 1.1875rem;
  }
  /* DP Property Info - End */
  /* Tela DP Property - End */

  /* Footer - Start */
  footer {
    padding: 4rem 0 4.5rem;
  }
  .mirantte-logo-footer {
    margin-bottom: 3.375rem;
  }
  .newsletter-text-footer {
    margin-bottom: 1.25rem;
  }
  .nav-footer-group {
    margin: 3.375rem 0 3.125rem;
  }

  footer .navbar-menu, footer .navbar-options {
    gap: 1.25rem;
  }
  footer .navbar-menu li a, footer .navbar-options li a {
    font-size: 1.25rem;
  }
  footer .navbar-options {
    margin-top: 1.25rem;
  }
  .footer-end > ul:first-child {
    margin-bottom: 1.875rem;
  }
  .footer-end .social-medias-text {
    margin-top: 30px;
    margin-bottom: .875rem;
  }
  .footer-end > div:last-child {
    margin-top: 1.875rem;
  }
  /* Footer - End */

  /* Popups Fixed - Start */
  .cookie-popup {
    width: calc(100vw - var(--padding-fixed) * 2);
    top: 92px;
  }
  .cookie-popup p {
    max-width: unset;
  }

  .whatsapp-popup {
    top: auto;
    bottom: 2rem;
  }

  .whatsapp-popup svg {
    width: 52px;
    height: 52px;
  }
  /* Popups Fixed - End */
}

@media (max-width: 767px) {
  :root {
    --padding-fixed: var(--padding-sm);
    --container-width: var(--container-sm);

  }

  /* Adminstration - Start */
  .adm-card-item {
    width: 94%;
  }

  /* Adminstration - End */

  /* Tela Announce - Start */
  /* Announce Slider - Start */

  .announce-form-mobile-content {
    transform: translate(-50%,-36%);
  }
  /* Announce Slider - End */

  /* Announce Testimonials - Start */
  .announce-testimonials {
    padding: 52rem 0 8.75rem;
  }
  /* Announce Testimonials - End */
  /* Tela Announce - End */

  /* Tela DP Dashboard - Start */
  .dp-info-card {
    flex-direction: column;
    min-height: 13.75rem;
    padding: 2rem;
  }
  .vertical-line {
    height: 4.375rem;
    transform: rotate(90deg);
  }
  /* Tela DP Dashboard - Start */

}

@media (max-width: 575px) {
  :root {
    --padding-fixed: var(--padding-xs);
    --container-width: var(--container-xs);

  }

  /* Modals - Start */
  .modal-content .modal-body {
    padding: 1.25rem 1.25rem 1.125rem;
  }
  .modal-content .modal-footer {
    padding: 0 1.25rem 1.875rem;
  }
  .form-radio-group label {
    width: 47%;
    max-width: 48%;
    font-size: 1rem;
  }

  /* Delete Modal - Start */
  .delete-modal .modal-dialog {
    width: auto;
    margin: 1.75rem;
  }
  /* Delete Modal - End */

  /* Insert Into Folder Modal - Start */
  #insertIntoFolderModal .modal-dialog {
    margin: 1.75rem;
  }
  /* Insert Into Folder Modal - End */

  /* Edit Property Modal - Start */
  #editPropertyModal .modal-dialog {
    margin: 1.75rem;
  }
  /* Edit Property Modal - End */

  /* Edit Property Confirmation Modal - Start */
  #editPropertyConfirmationModal .modal-dialog {
    margin: 1.75rem;
  }
  /* Edit Property Confirmation Modal - End */

  /* Login Modal - Start */
  .login-btn-group .btn {
    width: 100%;
  }
  /* Login Modal - End */

  /* Edit Folder Modal - Start */
  #createFolderModal .btn {
    width: 100%;
  }
  /* Edit Folder Modal - End */
  /* Modals - End */


  /* Navbar - Start */

  header .navbar {
    padding: 1.25rem;
  }

  /* Navbar - End */

  /* Tela Home - Start */
  /* Slider Home - Start */
  .home-slider .slider-content {
    transform: translate(0,-28%)!important;
  }

  .slider-filter-item .tt-menu,
  .slider-filter-item .locationOrCodeMenu {
    width: calc(100% + 46% + .25rem);
    margin-top: 1rem !important;
  }

  .locationOrCodeMenu {
    width: 100%;
    padding: .375rem;
    max-height: 19.125rem;
    overflow-y: auto;
  }
  /* Slider Home - End */
  /* Tela Home - End */


  /* Spotlight - Start */
  .imovel-card {
    width: 100%;
  }
  /* Spotlight - End */

  /* Tecnologies - Start */
  .tecnologies-card.bg-main-dark {
    background-size: contain;
  }
  /* Tecnologies - End */

  /* Abroad - Start */
  .abroad-slider {
    margin-top: 1.375rem;
    left: calc(var(--padding-fixed) * 4);
    width: calc(100% - var(--padding-fixed) * 4);
  }

  .abroad-slider .abroad-item {
    width: calc(var(--container-width) - 78px);
  }
  /* Abroad - End */

  /* Popups Fixed - Start */
  .cookie-popup {
    width: calc(100vw - var(--padding-fixed) * 6);
    left: 50%;
    transform: translate(-50%, 0);
  }

  .whatsapp-popup {
    right: calc(var(--padding-fixed) * 3.4);
  }
  /* Popups Fixed - End */

  /* Tela About Us - Start */
  /* About Us Slider - Start */
  .slider-about-us {
    padding: 3.125rem 0 3rem;
  }
  .slider-about-us-title {
    font-size: 1.625rem;
    line-height: 2.125rem;
    margin-bottom: 1.875rem;
  }
  .slider-about-us-title ~ .row svg {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }
  .slider-about-us-text {
    font-size: .875rem;
    line-height: 1.375rem;
  }
  .slider-about-us-img {
    width: 19.875rem;
    height: 21.9375rem;
    margin-top: 3.125rem;
  }
  /* About Us Slider - End */

  /* Tela About Us - End */

  /* Tela Announce - Start */

  /* Announce Slider - Start */
  .announce-form-mobile-content {
    transform: translate(-50%,-18%);
  }
  /* Announce Slider - End */

  /* Announce Testimonials - Start */
  .announce-testimonials {
    padding: 60rem 0 8.75rem;
  }
  /* Announce Testimonials - End */

  /* Tela Announce - End */

  /* Tela Blog - Start */
  /* Blog Slider - Start */
  .blog-slider-img {
    width: 100%;
  }
  /* Blog Slider - End */
  /* Tela Blog - End */

  /* Tela Contact - Start */
  /* Contact Form - Start */
  .contact-form .breadcrumb-infos {
    left: -1.875rem;
  }
  /* Contact Form - End */
  /* Tela Contact - End */

  /* Tela DU Dashboard - Start */
  /* Property List Card - Start */
  .property-list-card img {
    width: 100%;
    height: auto;
    max-height: 10.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Property List Card - End */
  /* Tela DU Dashboard - End */

  /* Tela Privacy Terms - Start */
  section.privacy-terms-content .btn {
    width: 100%;
  }
  /* Tela Privacy Terms - End */

}

@media (max-width: 350px) {
  .imovel-card-map-group .imovel-card-map-item {
    width: calc(100vw - 56px);
    padding-left: .375rem;
  }

  .slider-about-us-img {
    width: 100%;
  }
  /* Tela Announce - Start */

  /* Announce Slider - Start */
  .announce-form-mobile-content {
    transform: translate(-50%,-8%);
  }
  .announce-slider .breadcrumb-infos {
    margin-bottom: 1.5rem;
  }
  /* Announce Slider - End */

  /* Announce Testimonials - Start */
  .announce-testimonials {
    padding: 64rem 0 8.75rem;
  }
  /* Announce Testimonials - End */

  /* Tela Announce - End */

  /* Tela DU Favorites - Start */

  section.du-properties-tabs #favorites-and-discards-tab > .nav-link:first-child {
    margin-left: 0;
  }
  section.du-properties-tabs #favorites-and-discards-tab > .nav-link {
    margin: 0 .7rem;
  }
  /* Tela DU Favorites - End */

  /* Modals - Start */
  #visitModal .modal-dialog {
    margin: .5rem;
  }
  .visit-form-card {
    padding: 1rem 1.25rem .75rem;
  }
  /* Modals - End */
}

@media (max-width: 331px) {
  .form-radio-group label {
    font-size: .9rem;
  }

  .du-form-card .card-footer .btn {
    font-size: .75rem;
  }

  .announce-slider-form-card {
    margin-top: 0;
  }

  .share-property-group > div.d-flex {
    gap: .5rem !important;
    margin-left: .75rem !important;
  }
}

@keyframes bounce {
  0% {
    transform: translate3d(0, 0em, 0);
  }
  25% {
    transform: translate3d(0, 1.25rem, 0);
  }
  50% {
    transform: translate3d(0, 0.625rem, 0);
  }
  75% {
    transform: translate3d(0, 1.25rem, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (min-width: 576px) and (max-width: 989px) {
  header .navbar.opened #navbarNav > .navbar-menu:not(:nth-of-type(2)){
    padding: 1rem 0 0rem 0rem;
  }

  header .navbar.opened #navbarNav > .navbar-menu:nth-of-type(2) {
    padding: 1rem 0 0 0rem;

  }

  header .navbar.opened .navbar-options {
    padding: 2rem 0 1rem;
  }

  header .navbar.opened .navbar-collapse > ul, header .navbar.opened .navbar-collapse > div {
    width: 100%;
  }

}

/* Tela lancamentos - Start */
.launch-slider {
  position: relative;
  width: 100%;
  height: 26.3rem;
  border-radius: 1rem;
}

.launch-slider .slider-content{
  top: 40%;
}

#sliderLaunch .slider-home-item {
  height: 26.3rem;
}

#sliderLaunch .slider-home-item {
  filter: brightness(70%);
}

#sliderLaunch .slider-home-item img {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

#sliderLaunch .slider-home-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

/* Tela lancamentos - Finished */


/*Tela visualizar imovel lancamento */

.launch-ttl{
  margin: 2% 0 5% 0;
}

.launch-bdg{
  margin-top: 50px;
  font-size: 18px;
  font-weight: 200;
}

.infos-launch{
  margin-top: 5%;
  padding-left: 0 !important;
}

.infos-launch .description-box h5{
  margin-top: 0.5rem;
}

.interesse-title{
  font-size: 1.8rem;
  margin-top: 5%;
}

.interesse-subtitle{
  font-size: 1.1rem;
  color: gray;
  font-weight: 400;
}

#overviewLaunch .formulario-tenho-interesse{
  margin-bottom: 5%;
}

#overview-form-launch{
  padding: 5% 0;
}

.launch-div-slider{
  border-radius: 10px;
  max-height: 500px;
  width: auto !important;
  margin: 4% 0;
}

.part-maps{
  padding: 0 10% !important;
  border: 1px solid #F1F1F3;
  margin: 2% 0 !important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.part-card-slider{
  text-align: center;
}

.part-card-slider img{
  border-radius: 10px;
  max-height: 500px;
  min-height: 500px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 5%;
}

.part-card-slider .tab-subtitle{
  background: #cf2929;
  color: #fff;
  opacity: 0.8;
  padding: 10px 50px;
  border-radius: 10rem;
  top: -10px;
  position: relative;
}


.launch-div-slider-tab .slick-dots{
  position: relative;
}

.imovel-launch-card-slider img{
  border-radius: 10px;
  max-height: 500px;
  min-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-single-launch .slick-arrow{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #cf2929;
}

.slider-single-launch .slick-disabled{
  background-color: #fff;
}

.slider-single-launch .slick-next{
  right: 15px !important;
  padding-left: 2px;
}

.slider-single-launch .slick-prev{
  position:absolute;
  z-index:1;
  left: 15px !important;
}

.slider-single-launch .slick-prev::before {
  content: url(/images/arrow-left-white.svg?9f8d9a0fd5ea55575b829aa0e2ca227b);
}
.slider-single-launch .slick-next::before {
  content: url(/images/arrow-right-white.svg?2aba4d8aa3ea2e8f0752b53da5ff957c);
}

.slider-single-launch .slick-prev.slick-disabled::before {
  content: url(/images/arrow-left-red.svg?066cc7e28e9b41f76dc92c0e2836fbc7);
}
.slider-single-launch .slick-next.slick-disabled::before {
  content: url(/images/arrow-right-red.svg?d8f62b3dc4c9944edf899b510ec2cb85);
}

#plant-box-tab {
  background: #F1F1F3;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  padding: .5rem;
  margin-top: 2rem;
}
#plant-box-tab .nav-link {
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .375rem;
  border-radius: 50px;
}
#plant-box-tab .nav-link.active, #plant-box-tab .show>.nav-link {
  background-color: #B30101;
  color: #FFF;
}

.w-100p {
    width: 100%;
}

/* Tela visualiza lancamento - mobile*/
@media (max-width: 991px){
  .launch-ttl{
    margin: 2% 0 0 0;
  }
  .home-slider .launch-header{
    transform: translate(0,-45%)!important;
  }
  #plant-box-tab{
    display: none !important;
  }
  .others-launch h1{
    text-align: center;
    margin-bottom: 5%;
  }
}


@media (max-width: 575px) {
  .home-slider .launch-header{
    transform: translate(0,-50%)!important;
  }
  .slider-single-launch .slick-arrow{
    display: none !important;
  }
  .slider-single-launch .slick-list{
    border-radius: 10px;
  }
  .slider-single-launch .imovel-launch-card-slider{
    height: 15rem;
  }
  .part-card-slider img{
    width: 100% !important;
    margin: 0 !important;
  }
  .part-maps{
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

/* Header */

  header .navbar.opened #navbarNav > .navbar-menu:nth-of-type(2) {
    padding: 2rem 0 0 0
  }

  header .navbar.opened .navbar-options {
    padding: 1.5rem 0 0;
  }

  header .navbar.opened .navbar-menu {
    padding: 2rem 0 0 0rem;
  }

  header .navbar.opened .navbar-collapse > ul, header .navbar.opened .navbar-collapse > div {
    width: 100%;
  }


}
/* Fim tela visualizar imovel lancamento */

.m-0 {
    margin: 0 !important;
}


/* ================================================= */
/* ===        SITE HEADER REMAKE - START         === */
/* ================================================= */
header.site-header {
  position: absolute;
  top: 0.625rem; /* 10px */
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: 0 1.25rem;
  box-sizing: border-box;
}

.site-header .navbar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 87rem; /* 1392px */ 
  height: 4.375rem; /* 70px */
  padding: 0 1.25rem; /* 0 20px */
  background-color: #fff;
  border-radius: 1.25rem; /* 20px */
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.05); /* 0 4px 10px */
  box-sizing: border-box;
  position: relative;
  transition: .3s;
}

.site-header .header-main-menu,
.site-header .header-secondary-menu {
  display: none;
}

.site-header .hamburger-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem; /* 34px */
  height: 2.125rem; /* 34px */
  border-radius: 50%;
  background-color: #E5E5E5;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
  position: absolute;
  right: 1.25rem; /* 20px */
}

.site-header .hamburger-icon {
  position: relative;
  display: block;
  width: 1.125rem; /* 18px */
  height: 0.125rem; /* 2px */
  background-color: #303030;
  border-radius: 2px;
  transition: all 0.3s ease-out;
}

.site-header .hamburger-icon::before,
.site-header .hamburger-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #303030;
  border-radius: 0.125rem; /* 2px */
  transition: all 0.3s ease-out;
  left: 0;
}

.site-header .hamburger-icon::before { top: -0.375rem; } /* -6px */
.site-header .hamburger-icon::after { bottom: -0.375rem; } /* -6px */

header.site-header.opened .hamburger-icon { background-color: transparent; }
header.site-header.opened .hamburger-icon::before { transform: translateY(0.375rem) rotate(45deg); } /* 6px */
header.site-header.opened .hamburger-icon::after { transform: translateY(-0.375rem) rotate(-45deg); } /* -6px */
header.site-header.opened .navbar-container { border-radius: 1.25rem 1.25rem 0 0; } /* 2px 2px 0 0 */

body.menu-opened {
  overflow: hidden;
}

.site-header #mobile-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 1.25rem; /* 20px */
  right: 1.25rem; /* 20px */
  width: auto;
  background-color: #fff;
  border-radius: 0 0 1.25rem 1.25rem; /* 0 0 20px 20px */
  box-shadow: 0px 0.5rem 0.938rem rgba(0, 0, 0, 0.1); /* 0 8px 15px */
  z-index: 999;
  max-height: 0;
  overflow-y: auto;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 1.875rem; /* 30px */
}

header.site-header.opened #mobile-menu {
  max-height: calc(100vh - 5rem); /* 80px */
  padding: 1.25rem 1.875rem; /* 20px 30px */
}

.site-header .first-options {
  display: flex;
  flex-direction: column;
  gap: 1.25rem; /* 20px */
}

.site-header .mobile-free-announcement {
  background-color: #CF2929;
  display: flex;
  justify-content: center;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  padding: 0.75rem 1rem; /* 12px 16px */
  text-decoration: none;
  border-radius: 3.125rem; /* 50px */
}

.site-header .mobile-first-menu {
  display: flex;
  flex-direction: column;
  gap: 1.25rem; /* 20px */
  list-style: none;
  padding: 0;
}

.site-header .mobile-first-menu li a {
  color: #303030;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem; /* 16px */
  font-weight: 500;
}

.site-header .mobile-menu-line {
  border: none;
  border-top: 0.063rem solid #eeeeee; /* 1px */
  margin: 1.25rem 0; /* 20px 0 */
}

.site-header .mobile-second-menu,
.site-header .mobile-third-menu,
.site-header .mobile-fourth-menu {
  display: flex;
  flex-direction: column;
  gap: 0.938rem; /* 15px */
  list-style: none;
  padding: 0;
  margin-bottom: 1.25rem; /* 20px */
}

.site-header .mobile-second-menu h6,
.site-header .mobile-third-menu h6,
.site-header .mobile-fourth-menu h6 {
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.688rem; /* 11px */
  font-weight: 500;
  color: #EC221F;
  text-transform: uppercase;
  margin: 0 0 0.313rem 0; /* 0 0 5px 0 */
}

.site-header .mobile-second-menu li a,
.site-header .mobile-third-menu li a,
.site-header .mobile-fourth-menu li a {
  color: #303030;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem; /* 16px */
  font-weight: 500;
}

@media (min-width: 1366px) {
  header.site-header {
    top: 1.563rem; /* 25px */
    padding: 0;
  }

  .site-header .navbar-container {
    height: 5.375rem; /* 86px */
    padding: 1.563rem 2.75rem; /* 25px 44px */
    justify-content: space-between;
    border-radius: 1.875rem; /* 30px */
    display: flex;
    align-items: center;
  }

  .site-header .header-logo {
    margin-bottom: 0.25rem; /* 4px */
  }

  .site-header .header-main-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 43.75rem; /* 700px */
    height: 2.25rem; /* 36px */
    list-style: none;
    margin: 0;
  }
  
  .site-header .header-secondary-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.5rem; /* 40px */
    width: auto;
    height: 2.25rem; /* 36px */
    list-style: none;
    margin: 0;
  }

  .site-header .header-main-menu li, .site-header .header-secondary-menu li {
    margin: auto 0;
  }

  .site-header .header-main-menu a, .site-header .header-secondary-menu a {
    color: #303030;
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 100%;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem; /* 16px */
    font-weight: 500;
    transition: .3s;
    white-space: nowrap;
  }

  .site-header .header-main-menu a:hover, .site-header .header-secondary-menu a:hover {
    font-weight: 800;
  }
  
  .site-header .header-menu-icon {
    color: #CF2929;
    margin-right: 0.313rem; /* 5px */
    vertical-align: middle;
  }

  .site-header .hamburger-button,
  .site-header #mobile-menu {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .site-header .mobile-free-announcement {
    display: none;
  }

  .site-header #mobile-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 540px) {
  .site-header .header-logo img {
    width: 7.25rem; /* 116px */
    height: 1.375rem; /* 22px */
  }
}
/* ================================================= */
/* ===          SITE HEADER REMAKE - END         === */
/* ================================================= */

/* ================================================= */
/* ===         TELA HOME REMAKE - START          === */
/* ================================================= */

  /* ================================================= */
  /* ===    COMPONENTE DE HERO REMAKE - START      === */
  /* ================================================= */
  .home-hero-section {
    height: auto;
    padding-bottom: 3rem; /* 48px */
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background-color: #EFEFEF;
    border-bottom-left-radius: 2.5rem; /* 40px */
    border-bottom-right-radius: 2.5rem; /* 40px */
  }

  .home-hero-container {
    margin-top: 9.375rem; /* 150px */
    width: 87rem; /* 1392px */
    height: 38.188rem; /* 611px */
    display: flex;
    justify-content: center;
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url('/assets/img/home/hero_banner_1.webp')
    ;
    background-size: cover;
    background-position: center;
    border-radius: 1.875rem; /* 30px */
  }

  .home-hero-content {
    position: relative;
    width: 82rem; /* 1312px */
    height: 33.438rem; /* 535px */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
  }

  .home-hero-title {
    position: absolute;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 3.125rem; /* 50px */
    line-height: 121%;
    letter-spacing: 0%;
    top: 40%;
  }

  .home-hero-form {
    position: absolute;
    width: 23.688rem; /* 379px */
    height: auto; /* 551px */
    border-radius: 1.25rem; /* 20px */
    display: flex;
    flex-direction: column;
    gap: 1.438rem; /* 23px */
    right: 0;
    box-shadow: 0px 0.188rem 0.625rem 0px #0000001A; /* 0px 3px 10px 0px */
    background-color: #ffffff;
    padding: 1.25rem 1.875rem; /* 20px 30px */
  }

  .home-hero-form-tabs {
    width: 13.375rem; /* 214px */
    height: 3.438rem; /* 55px */
    border-radius: 1.25rem; /* 20px */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #F3EDF7;
  }

  .home-hero-form-tab-item {
    width: 6.375rem; /* 102px */
    height: 2.938rem; /* 47px */
    padding: 0.75rem 1.75rem; /* 12px 28px */
    border-radius: 1.25rem; /* 20px */
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
    margin: auto;
  }

  .home-hero-form-tab-item.active {
    background-color: #CF2929;
    color: white;
  }

  .home-hero-form-content {
    width: 19.938rem; /* 319px */
    height: 26.188; /* 429px */
    display: flex;
    flex-direction: column;
    gap: 1.25rem; /* 20px */
  }

  .home-hero-form-field {
    width: 19.938rem; /* 319px */
    height: 4.563rem; /* 73px */
    border-radius: 0.625rem; /* 10px */
    border: 0.063rem solid #C1C1C1; /* 1px */
    padding: 0.938rem; /* 15px */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home-hero-form-field:focus-within {
    border-color: #CF2929;
  }

  .home-hero-form-field label {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 0.813rem; /* 13px */
    line-height: 100%;
    letter-spacing: 3%;
    color: #404040;
  }

  .home-hero-form-field .location-input-wrapper {
    display: flex;
    align-items: center;
  }

  #locationOrCodeBtn {
    background-color: #CF2929 !important;
    color: white !important;
    border: none !important;
    border-radius: 0.375rem !important; /* 6px */
    padding: 0.125rem 0.5rem !important; /* 2px 8px */
    font-weight: 500;
    margin-left: 0.625rem; /* 10px */
    height: 1.625rem; /* 26px */
    line-height: 1;
  }

  .home-hero-form-button {
    width: 19.938rem; /* 319px */
    height: 2.938rem; /* 47px */
    border-radius: 1.25rem; /* 20px */
    background-color: #EC221F;
    padding: 0.75rem 1.75rem; /* 12px 28px */
    border: 0;
    color: #FFF;
  }

  .home-hero-form-button:hover {
    background-color: #CF2929;
  }

  .home-hero-form .slider-filter-item {
    width: 19.938rem; /* 319px */
    height: 4.563rem; /* 73px */
    border-radius: 0.625rem; /* 10px */
    border: 1px solid #C1C1C1;
    padding: 0.938rem; /* 15px */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home-hero-form .slider-filter-item:focus-within {
    border-color: #CF2929;
  }

  .home-hero-form .slider-filter-item label {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 0.813rem; /* 13px */
    line-height: 100%;
    letter-spacing: 3%;
    color: #404040;
    padding: 0;
    margin: 0;
  }

  .home-hero-form .slider-filter-item input.location_or_code {
    border: none !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-top: 0.125rem; /* 2px */
    font-size: 1rem; /* 16px */
  }

  .home-hero-form .slider-filter-item input.location_or_code::-moz-placeholder {
    color: #a9a9a9;
    font-size: 1rem; /* 16px */
    opacity: 1;
  }

  .home-hero-form .slider-filter-item input.location_or_code::placeholder {
    color: #a9a9a9;
    font-size: 1rem; /* 16px */
    opacity: 1;
  }

  .twitter-typeahead .tt-menu {
    width: 100%;
    transform: translateX(5%);
  }

  @media (max-width: 1024px) {
    .home-hero-container {
      width: calc(100% - 3rem); /* 48px */
    }

    .home-hero-content {
      width: calc(100% - 8rem); /* 128px */
    }

    .home-hero-title {
      font-size: 2.5rem; /* 40px */
    }

    .home-hero-form {
      width: 21.25rem; /* 340px */
      height: 33.125rem; /* 530px */
      gap: 1.438rem; /* 23px */
      padding: 0.75rem; /* 12px */
    }
  }

  @media (min-width: 768px) and (max-width: 1023px) {
    .home-hero-content {
      width: 90%;
    }

    .home-hero-title {
      top: 45%;
      font-size: 2rem; /* 32px */
    }

    .home-hero-form {
      width: auto;
      height: auto;
    }

    .home-hero-form .slider-filter-item label {
      width: 100%;
      margin-top: 0.188rem; /* 3px */
    }
  }

  @media (max-width: 540px) {
    .home-hero-section {
      width: 100%;
      height: 60.563rem; /* 969px */
    }

    .home-hero-container {
      margin: 5.625rem 1.25rem 0 1.25rem; /* 90px 20px 0 20px */
      width: 100%;
      height: 31.438rem; /* 503px */
      border-radius: 1.25rem; /* 20px */
      overflow: unset;
    }

    .home-hero-content {
      width: 18.75rem; /* 300px */
      flex-direction: column;
    }

    .home-hero-title {
      font-size: 2.25rem; /* 36px */
      text-align: center;
      top: 25%;
    }

    .home-hero-form {
      top: 20.625rem; /* 330px */
      width: 19.938rem; /* 319px */
      height: 33.125rem; /* 530px */
      border-radius: 1rem; /* 16px */
      padding: 1.25rem 1.125rem; /* 20px 18px */
      right: auto;
      left: 50%;
      transform: translateX(-50%);
    }

    .home-hero-form-tabs {
      margin: 0 auto;
    }

    .home-hero-form-content {
      width: 17.75rem; /* 284px */
    }

    .home-hero-form-field {
      width: 17.75rem; /* 284px */
      height: 4.375rem; /* 70px */
    }

    .home-hero-form-field:focus-within {
      border-color: #CF2929;
    }

    .home-hero-form .slider-filter-item {
      width: 17.75rem; /* 284px */
      height: 4.375rem; /* 70px */
      padding: 0.438rem !important; /* 7px */
    }

    .home-hero-form .slider-filter-item label {
      width: 100%;
      margin-left: 0.875rem; /* 14px */
      margin-top: 0.188rem; /* 3px */
    }

    .home-hero-form-button {
      width: 17.75rem; /* 284px */
    }

    .slider-filter-item .twitter-typeahead .tt-input {
      margin-left: 0.375rem; /* 6px */
      font-size: 0.625rem; /* 10px */
    }

    .twitter-typeahead .tt-menu {
      transform: translateX(0.5%);
    }
  }
  /* ================================================= */
  /* ===     COMPONENTE DE HERO REMAKE - END       === */
  /* ================================================= */
  
  /* ================================================= */
  /* ===            MAIN REMAKE - START            === */
  /* ================================================= */
  .home-main-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 87rem; /* 1392px */
    margin: 0 auto;
    padding: 4.375rem 1.25rem; /* 70px 20px */
    box-sizing: border-box;
    gap: clamp(6.25rem, 10vw, 15.5rem); /* 100px 10vw 248px*/
  }

  @media (min-width: 1024px) {
    .home-main-container {
      gap: 12rem; /* 192px */
    }
  }
  /* ================================================= */
  /* ===             MAIN REMAKE - END             === */
  /* ================================================= */

  /* ================================================= */
  /* ===  COMPONENTE DE CARROUSSEL REMAKE - START  === */
  /* ================================================= */
  .home-main-carroussel {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .home-main-carroussel-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem; /* 24px */
  }

  .home-carroussel-header {
    width: 100%;
    order: 1;
  }

  .home-carroussel-header h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #303030;
    font-size: clamp(1.5rem, 5vw, 2rem); /* 24px 5vw 32px */
  }

  .home-carroussel-card-group-mobile {
    display: block;
    order: 2;
  }

  .carousel-arrows-mobile {
    width: 100%;
    height: 3.125rem; /* 50px */
    display: flex;
    justify-content: flex-end;
    gap: 0.938rem; /* 15px */
    order: 3;
  }

  .home-carroussel-card-group-desktop,
  .carousel-arrows-desktop {
    display: none;
  }

  .home-carroussel-card-item {
    position: relative;
    width: 100%;
    height: 19.938rem; /* 319px */
    border-radius: 1rem; /* 16px */
    overflow: hidden;
    cursor: pointer;
    background-color: #f0f0f0;
  }

  .home-carroussel-card-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.08deg, rgba(207, 41, 41, 0) 2.01%, rgba(179, 1, 1, 0.17) 99.93%);
    z-index: 1;
    transition: background 0.3s ease;
  }
  
  .home-carroussel-card-item:hover::before {
    background: linear-gradient(180.08deg, rgba(207, 41, 41, 0) 40%, rgba(179, 1, 1, 0.17) 100%);
  }
  
  .home-carroussel-card-item img,
  .home-carroussel-card-item picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .home-carroussel-card-item img {
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.4s ease;
  }
  
  .home-carroussel-card-item:hover img {
    transform: scale(1.05);
  }
  
  .home-carroussel-card-item h4 {
    position: absolute;
    font-family: 'DM Sans', sans-serif;
    font-size: 2rem; /* 32px */
    font-weight: 500;
    line-height: 121%;
    bottom: 1.8rem; /* 28.8px */
    left: 1.5rem; /* 24px */
    right: 1.5rem; /* 24px */
    z-index: 2;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 0;
  }

  .carousel-arrows-mobile .slick-arrow,
  .carousel-arrows-desktop .slick-arrow {
    position: static;
    transform: none;
    width: 3.125rem; /* 50px */
    height: 3.125rem; /* 50px */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0; 
    line-height: 0;
  }

  .carousel-arrows-mobile .slick-arrow:hover,
  .carousel-arrows-desktop .slick-arrow:hover {
    background-color: #FFEAEA;
  }

  .carousel-arrows-mobile .slick-arrow::before,
  .carousel-arrows-desktop .slick-arrow::before {
    content: '';
    display: block;
    width: 1.5rem; /* 24px */
    height: 1.5rem; /* 24px */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .carousel-arrows-mobile .slick-prev::before,
  .carousel-arrows-desktop .slick-prev::before {
    background-image: url('/assets/img/home/arrow-left.svg');
  }

  .carousel-arrows-mobile .slick-next::before,
  .carousel-arrows-desktop .slick-next::before {
    background-image: url('/assets/img/home/arrow-right.svg');
  }

  .carousel-arrows-mobile .slick-prev:hover::before,
  .carousel-arrows-desktop .slick-prev:hover::before {
    background-image: url('/assets/img/home/red-arrow-left.svg');
  }

  .carousel-arrows-mobile .slick-next:hover::before,
  .carousel-arrows-desktop .slick-next:hover::before {
    background-image: url('/assets/img/home/red-arrow-right.svg');
  }

  @media (min-width: 541px) {
    .home-carroussel-card-group-desktop { display: block; }
    .home-carroussel-card-group-mobile { display: none; }
    .carousel-arrows-desktop { display: flex; }
    .carousel-arrows-mobile { display: none; }

    .home-carroussel-header {
      order: 0;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 98%;
      margin: 0 auto;
    }
    
    .home-carroussel-header h2 {
      text-align: left;
    }

    .home-carroussel-card-item {
      width: 93%;
      margin: 0 auto;
      height: auto;
      aspect-ratio: 1 / 1.1;
      max-height: 25rem; /* 400px */
    }
  }

  @media (min-width: 1025px) {
    .home-main-carroussel {
      height: 100vh;
      position: sticky;
      top: 0;
      justify-content: center;
      align-items: center;
    }
  }
  /* ==================================================== */
  /* ===    COMPONENTE DE CARROUSSEL REMAKE - END     === */
  /* ==================================================== */

  /* ==================================================== */
  /* ===  COMPONENTE DE OPORTUNIDADES REMAKE - START  === */
  /* ==================================================== */
  .home-main-opportunities {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .home-main-opportunities-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem; /* 32px */
  }

  .opportunities-desktop-title,
  .opportunities-desktop-text,
  .opportunities-desktop-image {
    display: none;
  }

  .opportunities-mobile-title,
  .opportunities-mobile-text {
    display: block;
  }

  .opportunities-mobile-image {
    display: block;
  }

  .home-main-opportunities-text {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: auto;
    gap: 1.5rem; /* 24px */
    margin: 0 auto;
  }

  .home-main-opportunities-text h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    line-height: 121%;
    letter-spacing: 0%;
    color: #303030;
    font-size: clamp(2rem, 7vw, 2.5rem); /* 32px 7vw 40px */
  }
  
  .home-main-opportunities-text p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #757575;
    font-size: clamp(1rem, 4vw, 1.25rem); /* 16px 4vw 20px */
  }
  
  .home-main-opportunities-text a {
    width: -moz-fit-content;
    width: fit-content;
    height: 3.125rem; /* 50px */
    border-radius: 1.25rem; /* 20px */
    padding: 0.813rem 1.25rem; /* 13px 20px */
    background-color: #EC221F;
    color: #fff !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.125rem; /* 18px */
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; /* 8px */
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .home-main-opportunities-text a:hover {
    background-color: #CF2929;
  }

  .home-main-opportunities-text a::after {
    content: '';
    display: inline-block;
    width: 1.643rem; /* 26.288px */
    height: 1.5rem; /* 24px */
    background-image: url('/assets/img/home/arrow-left.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
  }

  .home-main-opportunities-text a:hover::after {
    transform: translateX(0.313rem); /* 5px */
  }

  .opportunities-mobile-image {
    position: relative;
    width: 90%;
    padding-top: 79%;
    background-image: url('/assets/img/home/home.webp');
    background-size: cover;
    background-position: center;
    border-radius: 1.25rem; /* 20px */
  }

  .opportunities-mobile-image div {
    position: absolute;
    top: 1.563rem; /* 25px */
    left: -0.938rem; /* -15px */
    width: 7.563rem; /* 121px */
    height: 3.438rem; /* 55px */
    border-radius: 0.875rem; /* 14px */
    background-color: #EC221F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.313rem; /* 5px */
  }
  .opportunities-mobile-image div h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.5rem; /* 24px */
    font-weight: 500;
    line-height: 121%;
    color: #fff;
    margin: 0 0 0 0.313rem; /* 0 0 0 5px */
  }
  .opportunities-mobile-image div p {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem; /* 12px */
    font-weight: 500;
    line-height: 121%;
    color: #fff;
    margin: 0 auto;
  }

  @media (min-width: 541px) {
    .opportunities-desktop-title,
    .opportunities-desktop-text,
    .opportunities-desktop-image {
      display: block;
    }

    .opportunities-mobile-title,
    .opportunities-mobile-text,
    .opportunities-mobile-image {
      display: none;
    }

    .home-main-opportunities-text {
      flex-basis: 45%;
      flex-shrink: 1;
      max-width: 36.875rem; /* 590px */
      height: auto;
    }

    .opportunities-desktop-image {
      flex-basis: 55%;
      flex-shrink: 1;
      max-width: 38.875rem; /* 590px */
      height: auto;
      border-radius: 1.25rem; /* 20px */
      -o-object-fit: cover;
         object-fit: cover;
    }
  }

  @media (min-width: 769px) {
    .home-main-opportunities-content {
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: clamp(2rem, 5vw, 6.25rem); /* 32px 5vw 100px */
    }
  }

  @media (min-width: 1025px) {
    .home-main-opportunities {
      height: 100vh;
      position: sticky;
      top: 0;
      background-color: #FFF;
    }
  }
  /* ==================================================== */
  /* ===  COMPONENTE DE OPORTUNIDADES REMAKE - END    === */
  /* ==================================================== */

  /* ==================================================== */
  /* ===  COMPONENTE DE ADMINISTRAÇÃO REMAKE - START  === */
  /* ==================================================== */
  .home-main-administration {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto; 
  }

  .home-main-administration-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 2.5rem; /* 40px */
  }

  .administration-desktop-title,
  .administration-desktop-text {
    display: none;
  }

  .administration-mobile-title,
  .administration-mobile-text {
    display: block;
  }

  .home-main-administration-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 19.938rem; /* 319px */
    height: auto;
    gap: 1.5rem; /* 24px */
  }

  .home-main-administration-text h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 2rem; /* 32px */
    font-weight: 500;
    line-height: 121%;
    letter-spacing: 0%;
    color: #303030;
  }

  .home-main-administration-text p {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.25rem; /* 20px */
    font-weight: 500;
    line-height: 121%;
    letter-spacing: 0%;
    color: #757575;
  }

  .home-main-administration-text a {
    width: 15.393rem; /* 246.28px */
    height: 3.125rem; /* 50px */
    border-radius: 1.25rem; /* 20px */
    padding: 0.813rem 1.25rem; /* 13px 20px */
    background-color: #EC221F;
    color: #fff !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.25rem; /* 20px */
    font-weight: 500;
    line-height: 121%;
    letter-spacing: 0%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem; /* 8px */
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .home-main-administration-text a:hover {
    background-color: #CF2929;
  }

  .home-main-administration-text a::after {
    content: '';
    display: inline-block;
    width: 1.643rem; /* 28.288px */
    height: 1.5rem; /* 24px */
    background-image: url('/assets/img/home/arrow-left.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
  }

  .home-main-administration-text a:hover::after {
    transform: translateX(0.313rem); /* 5px */
  }

  .home-main-administration-services {
    width: 100%;
    max-width: 19.938rem; /* 319px */
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem; /* 20px */
  }

  .home-main-administration-service {
    width: 100%;
    border-bottom: 0.063rem dashed #D9D9D9; /* 1px */
    display: flex;
    flex-direction: row;
    gap: 1.5rem; /* 24px */
    align-items: center;
    padding-bottom: 1rem; /* 16px */
  }

  .home-main-administration-service:last-child {
      border-bottom: none;
  }

  .home-main-administration-service img {
    width: 1.75rem; /* 28px */
    height: 1.75rem; /* 28px */
  }

  .home-main-administration-service p {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem; /* 16px */
    font-weight: 600;
    line-height: 121%;
    letter-spacing: 0%;
    color: #303030;
    margin: 0;
  }

  @media (min-width: 541px) {
    .administration-desktop-title,
    .administration-desktop-text {
      display: block;
    }

    .administration-mobile-title,
    .administration-mobile-text {
      display: none;
    }

    .home-main-administration-content {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      max-width: 82rem; /* 1312px */
      margin: 0 auto;
      padding: 0 0.625rem; /* 0 10px */
    }

    .home-main-administration-text {
      align-items: flex-start;
      text-align: left;
      flex-basis: 50%;
      max-width: 35.75rem; /* 572px */
    }
    .home-main-administration-text h2,
    .home-main-administration-text p {
      text-align: left;
    }
    .home-main-administration-text h2 {
      font-size: 2.5rem; /* 40px */
    }
    .home-main-administration-text p {
      font-size: 1.25rem; /* 20px */
    }

    .home-main-administration-services {
      flex-basis: 40%;
      max-width: 30rem; /* 480px */
    }
    
    .home-main-administration-service img {
      width: 2.438rem; /* 39px */
      height: 2.438rem; /* 39px */
    }
  }

  @media (min-width: 1025px) {
    .home-main-administration {
      height: 100vh;
      position: sticky;
      top: 0;
      background-color: #FFF;
    }

    .home-main-administration-content {
      padding: 0;
    }

    .home-main-administration-services {
      flex-basis: 45%;
    }
  }
  /* ==================================================== */
  /* ===  COMPONENTE DE ADMINISTRAÇÃO REMAKE - END    === */
  /* ==================================================== */

  /* ==================================================== */
  /* ===    COMPONENTE DE ANUNCIO REMAKE - START      === */
  /* ==================================================== */
  .home-main-announcement {
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    padding: 0 !important;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-main-announcement-content {
    width: 82rem; /* 1312px */
    height: 29.875rem; /* 478px */
    border-radius: 1.25rem; /* 20px */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3.688rem 2.813rem; /* 59px 45px */
    background-color: #b20101;
  }

  .home-main-announcement-text {
    width: 33.688rem; /* 539px */
    height: 22.5rem; /* 360px */
    display: flex;
    flex-direction: column;
    gap: 2.188rem; /* 35px */
  }

  .home-main-announcement-text h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 2.5rem; /* 40px */
    font-weight: 500;
    line-height: 121%;
    letter-spacing: 0%;
    color: #F3F3F3;
  }

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

  .announcement-desktop-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.25rem; /* 20px */
    font-weight: 500;
    line-height: 121%;
    letter-spacing: 0%;
    color: #F3F3F3;
  }

  .home-main-announcement-text a {
    width: 16.08rem; /* 257.28px */
    height: 3.125rem; /* 50px */
    border-radius: 1.25rem; /* 20px */
    padding: 0.813rem 1.25rem; /* 13px 20px */
    background-color: #F5F5F5;
    color: #404040 !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.25rem; /* 20px */
    font-weight: 500;
    line-height: 121%;
    letter-spacing: 0%;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; /* 8px */
    text-decoration: none;
  }

  .home-main-announcement-text a:hover {
    background-color: #F9F9F9;
    cursor: pointer;
  }

  .home-main-announcement-text a::after {
    content: '';
    display: inline-block;
    width: 1.643rem; /* 26.28px */
    height: 1.5rem; /* 24px */
    background-image: url('/assets/img/home/arrow-left-black.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 0.063rem; /* 1px */
    transition: transform 0.3s ease;
  }

  .home-main-announcement-text a:hover::after {
    transform: translateX(0.313rem); /* 5px */
  }

  .home-main-announcement-services {
    width: 27.688rem; /* 443px */
    height: 21.688rem; /* 347px */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem; /* 16px */
  }

  .home-main-announcement-service {
    width: 27.688rem; /* 443px */
    border-radius: 1.25rem; /* 20px */
    padding: 1.188rem 1.625rem; /* 19px 26px */
    display: flex;
    flex-direction: row;
    gap: 0.625rem; /* 10px */
    background-color: #fff;
  }

  .HMAS-1 {
    height: 5.375rem; /* 86px */
  }

  .HMAS-2 {
    height: 6.563rem; /* 105px */
  }

  .HMAS-3 {
    height: 7.75rem; /* 124px */
  }

  .home-main-announcement-service img {
    width: 2.438rem; /* 39px */
    height: 2.438rem; /* 39px */
    margin: auto 0;
  }

  .home-main-announcement-service-text {
    width: 20.625rem; /* 330px */
    height: 3rem; /* 48px */
    display: flex;
    flex-direction: column;
    gap: 0.313rem; /* 5px */
  }

  .home-main-announcement-service-text h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem; /* 16rem */
    font-weight: 600;
    line-height: 121%;
    letter-spacing: 0%;
    color: #303030;
  }

  .HMAS-1-text,
  .HMAS-2-desktop-text,
  .HMAS-3-desktop-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem; /* 16px */
    font-weight: 400;
    line-height: 121%;
    letter-spacing: 0%;
    color: #767676;
  }

  .HMAS-2-mobile-text {
    display: none;
  }

  .HMAS-3-mobile-text {
    display: none;
  }

  @media (max-width: 1024px) {
    .home-main-announcement {
      width: 100%;
      height: unset;
      top: unset;
      position: unset;
    }

    .home-main-announcement-content {
      width: 100%; /* 1312px */
      height: auto; /* 478px */;
      margin: 0 auto;
    }

    .home-main-announcement-text {
      width: auto;
      height: auto;
    }

    .home-main-announcement-text h2 {
      font-size: 2.188rem; /* 35px */
    }

    .announcement-desktop-text {
      font-size: 1rem; /* 16px */
    }

    .home-main-announcement-services {
      width: auto;
      height: auto;
      margin: auto 0;
    }
  }

  @media (min-width: 768px) and (max-width: 1023px) {
    .home-main-announcement-content {
      padding: 2.5rem 1.563rem; /* 40px 25px */
    }

    .home-main-announcement-services {
      width: 60%;
    }

    .home-main-announcement-service {
      width: 100%;
    }

    .HMAS-3 {
      height: 10rem; /* 160px */
    }
  }

  @media (max-width: 540px) {
    .home-main-announcement {
      height: unset;
      top: unset;
      position: unset;
    }

    .home-main-announcement-content {
      width: 80%;
      flex-direction: column;
      gap: 1.875rem; /* 30px */
    }

    .home-main-announcement-text {
      gap: 1.5rem; /* 24px */
      padding: 0 0.625rem; /* 0 10px */
      margin: 0 auto;
    }

    .home-main-announcement-text h2 {
      font-size: 2rem; /* 32px */ 
    }

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

    .announcement-mobile-text {
      display: flex;
      font-family: 'DM Sans', sans-serif;
      font-size: 1.25rem; /* 20px */
      font-weight: 500;
      line-height: 121%;
      letter-spacing: 0%;
      color: #F3F3F3;
    }

    .home-main-announcement-text a {
      margin-left: -0.313rem; /* -5px */
    }

    .home-main-announcement-services {
      margin: 0 auto;
    }

    .home-main-announcement-service {
      width: 19.75rem; /* 316px */
      justify-content: space-between;
      padding: 0.938rem 1.563rem; /* 15px 25px */
    }

    .HMAS-1,
    .HMAS-2 {
      height: 6.375rem; /* 102px */
    }

    .HMAS-2-desktop-text {
      display: none;
    }

    .HMAS-2-mobile-text {
      display: flex;
      font-family: 'DM Sans', sans-serif;
      font-size: 1rem; /* 16px */
      font-weight: 400;
      line-height: 121%;
      letter-spacing: 0%;
      color: #767676;
    }

    .HMAS-3 {
      height: 12.938rem; /* 207px */
    }

    .HMAS-3-desktop-text {
      display: none;
    }

    .HMAS-3-mobile-text {
      display: flex;
      font-family: 'DM Sans', sans-serif;
      font-size: 1rem; /* 16px */
      font-weight: 400;
      line-height: 121%;
      letter-spacing: 0%;
      color: #767676;
    }

    .home-main-announcement-service-text {
      gap: 0.063rem; /* 1px */
    }
  }

  @media (max-width: 539px) {
    .home-main-announcement-content {
      width: 100%;
      padding: 3.688rem 0; /* 59px 0 */
      margin: 0 auto;
    }
  }
  /* ==================================================== */
  /* ===     COMPONENTE DE ANUNCIO REMAKE - END       === */
  /* ==================================================== */

  /* ==================================================== */
  /* ===   COMPONENTE DE MORE EM PORTUGAL - START     === */
  /* ==================================================== */
  .home-main-live-in-portugal {
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    padding: 0 !important;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-main-live-in-portugal-content {
    width: 82rem; /* 1312px */
    height: 34.228rem; /* 547.64px */
    display: flex;
    flex-direction: row;
    gap: 5.188rem; /* 83px */
  }

  .home-main-live-in-portugal img {
    width: 42.875rem; /* 686px */
    height: 34.228rem; /* 547.64px */
    border-radius: 1.25rem; /* 20px */
  }

  .home-main-live-in-portugal-text {
    display: flex;
    flex-direction: column;
    width: 33.938rem; /* 543px */
    height: 20.5rem; /* 328px */
    gap: 1.938rem; /* 31px */
    margin: auto 0;
  }

  .live-in-portugal-desktop-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 2.5rem; /* 40px */
    font-weight: 500;
    line-height: 121%;
    letter-spacing: 0%;
    color: #303030;
  }

  .live-in-portugal-mobile-title {
    display: none;
  }

  .live-in-portugal-desktop-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.25rem; /* 20px */
    font-weight: 500;
    line-height: 121%;
    letter-spacing: 0%;
    color: #767676;
  }

  .live-in-portugal-mobile-text {
    display: none;
  }

  .home-main-live-in-portugal-text a {
    width: 16.875rem; /* 270px */
    height: 3.125rem; /* 50px */
    border-radius: 1.25rem; /* 20px */
    padding: 0.813rem 1.25rem; /* 13px 20px */
    background-color: #EC221F;
    color: #fff !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.25rem; /* 20px */
    font-weight: 500;
    line-height: 121%;
    letter-spacing: 0%;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; /* 8px */
    text-decoration: none;
  }

  .home-main-live-in-portugal-text a:hover {
    background-color: #CF2929;
    cursor: pointer;
  }

  .home-main-live-in-portugal-text a::after {
    content: '';
    display: inline-block;
    width: 1.643rem; /* 26.28px */
    height: 1.5rem; /* 24px */
    background-image: url('/assets/img/home/arrow-left.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 0.063rem; /* 1px */
    transition: transform 0.3s ease;
  }

  .home-main-live-in-portugal-text a:hover::after {
    transform: translateX(0.313rem); /* 5px */
  }

  @media (max-width: 1024px) {
    .home-main-live-in-portugal {
      width: 100%;
      height: unset;
      top: unset;
      position: unset;
    }

    .home-main-live-in-portugal-content {
      width: 100%;
      height: auto;
    }

    .home-main-live-in-portugal img {
      width: 25rem; /* 400px */
      height: 25rem; /* 400px */
      border-radius: 1.25rem; /* 20px */
    }

    .home-main-live-in-portugal-text {
      width: auto;
      height: auto;
    }

    .live-in-portugal-desktop-title {
      font-size: 2.188rem; /* 35px */
    }

    .live-in-portugal-desktop-text {
      font-size: 1.2rem; /* 19.2px */
    }
  }

  @media (min-width: 768px) and (max-width: 1023px) {
    .home-main-live-in-portugal-content {
      width: 100%;
      max-width: 100%;
      gap: 2rem; /* 32px */
      box-sizing: border-box;
    }

    .home-main-live-in-portugal img {
      width: 50%;
      height: auto;
    }

    .home-main-live-in-portugal-text {
      width: 50%;
      height: auto;
    }
  }
  
  @media (max-width: 540px) {
    .home-main-live-in-portugal {
      height: auto;
      top: unset;
      position: unset;
    }

    .home-main-live-in-portugal-content {
      width: 100%;
      flex-direction: column;
      gap: 1.875rem; /* 30px */
    }

    .home-main-live-in-portugal img {
      width: 80%; /* 355px */
      height: 17.688rem; /* 283px */
      margin: 0 auto;
    }

    .home-main-live-in-portugal-text {
      width: 19.75rem; /* 316px */
      height: 31.25rem; /* 500px */
      gap: 1.5rem; /* 24px */
      margin: 0 auto;
    }

    .live-in-portugal-desktop-title {
      display: none;
    }

    .live-in-portugal-mobile-title {
      display: flex;
      font-family: 'DM Sans', sans-serif;
      font-size: 2rem; /* 32px */
      font-weight: 500;
      line-height: 121%;
      letter-spacing: 0%;
      color: #303030;
    }

    .live-in-portugal-desktop-text {
      display: none;
    }

    .live-in-portugal-mobile-text {
      display: flex;
      font-family: 'DM Sans', sans-serif;
      font-size: 20px; /* 1.25rem */
      font-weight: 500;
      line-height: 121%;
      letter-spacing: 0%;
      color: #767676;
    }
  }

  @media (max-width: 539px) {
    .home-main-live-in-portugal img {
      width: 22.188rem; /* 355px */
      height: 17.688rem; /* 283px */
    }

    .home-main-live-in-portugal-content {
      width: 22.188rem; /* 355px */
    }
  }
  /* ==================================================== */
  /* ===   COMPONENTE DE MORE EM PORTUGAL - END       === */
  /* ==================================================== */

  /* ==================================================== */
  /* ===    COMPONENTE DE BAIRROS EM SP - START       === */
  /* ==================================================== */
  .home-main-sp-neighborhoods {
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    padding: 0 !important;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-main-sp-neighboorhoods-content {
    width: 82rem; /* 1312px */
    height: 32.375rem; /* 518px */
    display: flex;
    flex-direction: column;
    gap: 2.5rem; /* 40px */
  }

  .home-main-sp-neighborhoods h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 2.5rem; /* 40px */
    font-weight: 500;
    line-height: 121%;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin: 0 auto;
  }

  .home-main-sp-neighborhoods-tabs {
    width: 13.375rem; /* 214px */
    height: 3.438rem; /* 55px */
    border-radius: 1.25rem; /* 20px */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #F3EDF7;
    margin: 0 auto;
  }

  .home-main-sp-neighborhoods-tab-item {
    width: 6.375rem; /* 102px */
    height: 2.938rem; /* 47px */
    padding: 0.75rem 1.75rem; /* 12px 28px */
    border-radius: 1.25rem; /* 20px */
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
    margin: auto;
  }

  .home-main-sp-neighborhoods-tab-item.active {
    background-color: #CF2929;
    color: white;
  }

  .home-main-sp-neighborhoods-options {
    width: 82rem; /* 1312px */
    height: 20.875rem; /* 344px */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .home-main-sp-neighborhood {
    width: 23.75rem; /* 380px */
    height: 20.75rem; /* 332px */
    display: flex;
    flex-direction: column;
    gap: 2.5rem; /* 40px */
  }

  .home-main-sp-neighborhood h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.875rem; /* 30px */
    font-weight: 600;
    line-height: 121%;
    letter-spacing: 0%;
    color: #2C2C2C;
  }

  .home-main-sp-neighborhood-options {
    width: 23.75rem; /* 380px */
    height: 16rem; /* 256px */
    display: flex;
    flex-direction: column;
    gap: 0.938rem; /* 15px */
  }

  .home-main-sp-neighborhood-options a {
    width: 23.75rem; /* 380px */
    height: 4.688rem; /* 75px */
    border-radius: 1.25rem; /* 20px */
    padding: 0.938rem 1.125rem; /* 15px 18px */
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem; /* 16px */
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 0 1.125rem; /* 0 18px */
    line-height: 121%;
    letter-spacing: 0%;
    color: #1E1E1E;
    transition: .3s;
  }

  .home-main-sp-neighborhood-options a:hover {
    font-weight: 600;
    background-color: #FFF4F4;
    color: #EC221F;
  }

  @media (max-width: 1024px) {
    .home-main-sp-neighborhoods {
      width: 95%;
      height: unset;
      top: unset;
      position: unset;
      margin: 0 auto;
    }

    .home-main-sp-neighboorhoods-content {
      width: 100%;
    }

    .home-main-sp-neighborhoods h2 {
      font-size: 2.188rem; /* 35px */
    }

    .home-main-sp-neighborhoods-options {
      width: 100%;
    }

    .home-main-sp-neighborhood {
      width: 17.5rem; /* 280px */
    }

    .home-main-sp-neighborhood h4 {
      font-size: 1.563rem; /* 25px */
    }

    .home-main-sp-neighborhood-options {
      width: 18.75rem; /* 300px */
    }

    .home-main-sp-neighborhood-options a {
      width: 18.75rem; /* 300px */
    }
  }

  @media (min-width: 768px) and (max-width: 1023px) {
    .home-main-sp-neighborhoods {
      height: auto;
    }

    .home-main-sp-neighboorhoods-content {
      width: 100%;
      height: auto;
      max-width: 100%;
      box-sizing: border-box;
    }

    .home-main-sp-neighborhoods-options {
      width: 100%;
    }

    .home-main-sp-neighborhood {
      width: 30%;
      gap: unset;
      justify-content: space-between;
      min-width: 13.75rem; /* 220px */
    }

    .home-main-sp-neighborhood-options {
      width: 100%;
    }

    .home-main-sp-neighborhood-options a {
      width: 100%;
      font-size: 0.875rem; /* 14px */
    }
  }

  @media (max-width: 540px) {
    .home-main-sp-neighborhoods {
      height: auto;
      top: unset;
      position: unset;
    }

    .home-main-sp-neighboorhoods-content {
      width: 22.188rem; /* 355px */
      height: auto;
      margin: 0 auto;
    }

    .home-main-sp-neighborhoods-options {
      width: 19.75rem; /* 316px */
      height: auto;
      flex-direction: column;
      gap: 3.375rem; /* 54px */
      margin: 0 auto;
    }

    .home-main-sp-neighborhood {
      width: 19.75rem; /* 316px */
      height: 20.688rem; /* 331px */
    }

    .home-main-sp-neighborhood-options {
      width: 19.75rem; /* 316px */
      height: 15.938rem; /* 255px */
    }

    .home-main-sp-neighborhood-options a {
      width: 19.75rem; /* 316px */
    }
  }
  /* ==================================================== */
  /* ===    COMPONENTE DE BAIRROS EM SP - END         === */
  /* ==================================================== */
/* ================================================= */
/* ===          TELA HOME REMAKE - END           === */
/* ================================================= */

.show-properties {
  margin-top: 150px;
}

.section-launch-title {
  text-align: center;
}
