/* <---------------------------------- Global --------------------> */

main {
  background-color: #FFFFFF;
}

body {
  font-family: 'peridot-devanagari' !important;
  font-size: 14px !important;
}

.swiper-pagination1 {
  text-align: center;
}

.swiper-pagination1 span.swiper-pagination-bullet {
  height: 2px;
  border-radius: 0;
  padding: 0 20px;
  background-color: #000;
  margin: 0 8px !important;
}


.swiper-pagination-imoveis span.swiper-pagination-bullet {
  border-radius: 0;
  padding: 6px 10px;
  background-color: transparent;
  margin: 0 8px !important;
  font-size: 16px;
  text-align: center;
  width: 30px;
}

span.pagination-imoveis-home.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
  border-bottom: 1px solid #000;
  height: 100%;
}

.form-select,
.form-control {
  height: 50px !important;
  color: #222529 !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

.switch input {
  display: none;
}

.slider-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.slider-toggle:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 7px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.slider-toggle {
  background-color: #FFD700;
}

input:checked+.slider-toggle:before {
  transform: translateX(18px);
}

.bairro-geral ul li a {
  justify-content: space-between;
}

.active>.page-link,
.page-link.active {
  color: #000000 !important;
  background-color: transparent !important;
  border: unset !important;
  border-bottom: 1px solid #000000 !important;
}

.page-link {
  color: #00000070 !important;
  background-color: transparent !important;
  border: unset !important;
  border-bottom: 1px solid #00000020 !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
  border-top-right-radius: unset !important;
  border-bottom-right-radius: unset !important;
}

a.page-link:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
}

.page-item-nav-dots {
  align-content: end;
}


.property-card a.stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
}

.nav_menu_imoveis {
  margin: 30px 0 100px;
}
.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

body.has-fixed-nav {
  padding-top: 90px; /* altura do seu menu, ajuste conforme o necessário */
}

@media (max-width: 768px) {
  .nav_menu_imoveis {
    margin: 0px 0 66px;
  }
}

/* <---------------------------------- BUTTONS  --------------------> */

/* button comprar/alugar switch */
.btn-toggle-group {
  display: flex;
  /* margin-bottom: 15px; */
  border: 1px solid #CFD4D9;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  width: 60%;
}

.btn-toggle-group input[type="radio"] {
  display: none;
}

.btn-toggle-group label {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #dbd7d7;
  background: transparent;
  align-items: center;
  justify-content: center;
  display: flex;
}

/* Estilo base dos botões selecionados */
.btn-toggle-group input#comprar:checked+.btn-comprar,
.btn-toggle-group input#alugar:checked+.btn-alugar,
.btn-toggle-group input#comprar_modal:checked+.btn-comprar,
.btn-toggle-group input#alugar_modal:checked+.btn-alugar {
  position: relative;
  display: flex;
  background: linear-gradient(270deg, #FFEC41 0%, #FFCC00 100%) !important;
  color: #000;
  margin: 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  height: 54px;
  overflow: hidden;
  z-index: 1;
}

/* Pseudo-elemento com gradiente invertido */
.btn-toggle-group input#comprar:checked+.btn-comprar::before,
.btn-toggle-group input#alugar:checked+.btn-alugar::before,
.btn-toggle-group input#comprar_modal:checked+.btn-comprar::before,
.btn-toggle-group input#alugar_modal:checked+.btn-alugar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #FFCC00 0%, #FFEC41 100%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
  pointer-events: none;
}

/* Hover com transição suave */
.btn-toggle-group input#comprar:checked+.btn-comprar:hover::before,
.btn-toggle-group input#alugar:checked+.btn-alugar:hover::before,
.btn-toggle-group input#comprar_modal:checked+.btn-comprar:hover::before,
.btn-toggle-group input#alugar_modal:checked+.btn-alugar:hover::before {
  opacity: 1;
}


/* btn primary */

.btn-primary {
  position: relative;
  display: inline-block;
  padding: 12px 0px !important;
  border-radius: 10px !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;

  background: linear-gradient(270deg, #FFEC41 0%, #FFCC00 100%) !important;
  color: #222529 !important;
  transition: color 0.3s ease-in-out !important;
}

/* Gradiente invertido animado */
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #FFCC00 0%, #FFEC41 100%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
  pointer-events: none;
}

/* Hover animado */
.btn-primary:hover::before {
  opacity: 1;
}



/* footer */
.btn-footer {
  background-color: transparent;
  color: #FFCE00;
  border: 1px solid #353A3F;
  font-weight: 400;
  font-size: 12px;
  border-radius: 100px;
  padding: 10px 20px;
}


.whatsapp-button {
    position: fixed;
    bottom: 20px;
    /* right: 20px; */
    width: 60px;
    height: 60px;
    background-color: #44C28A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    justify-self: end;
    align-items: center;
    z-index: 9999;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
    box-shadow: 0px 0px 40px 0px #44C28A80;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    /* box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4); */
    box-shadow: 0px 0px 40px 0px #44C28A80;

}

.whatsapp-button img {
    width: 23px;
    height: 23px;
}


/* <---------------------------------- MENU  --------------------> */

.navbar-nav {

  a {
    color: #353A3F;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s;
    text-decoration: none;
  }

  a:hover {
    color: #F2E397 !important;
    transition: color 0.3s;
  }

}

.navbar-brand {
  margin-right: 24px !important;
}

.nav-icon-prime-mobile {
  margin-right: 8px;
}

.main-menu .dropdown-menu,
.client-menu .dropdown-menu {
  background-color: #222529;
  border-radius: 12px;
  padding: 16px;
  min-width: 220px;
  border: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.main-menu .dropdown-menu li a.nav-link,
.client-menu .dropdown-menu li a.nav-link {
  color: #fff;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  font-size: 15px;
  transition: background 0.3s ease, color 0.3s ease;
}

.main-menu .dropdown-menu li a.nav-link:hover,
.client-menu .dropdown-menu li a.nav-link:hover {
  background-color: #2c2c2e;
  color: #ffc107;
}

.client-menu>li>a.nav-link,
.main-menu>li>a.nav-link {
  font-size: 14px;
  font-weight: 400;
  color: #353A3F;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-menu>li>.dropdown-toggle::after {
  display: none !important;
  content: none !important;
}

.menu-mobile-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

.menu-mobile-overlay.active {
  right: 0;
}

.menu-mobile-body {
  align-self: center;
}

.menu-mobile-body .menu-group {
  margin-bottom: 30px;
}

.menu-mobile-body .menu-group-telefone {
  padding: 30px 0 16px;
  border-top: 1px solid #CFD4D9;
}

.menu-mobile-body .menu-title {
  font-weight: 400;
  font-size: 13px;
  color: #353A3F;
}

.menu-group .list-unstyled {
  margin-top: 16px;
}

.menu-group .list-unstyled-dropdown {
  margin-left: 20px;
}

.menu-mobile-body ul li {
  margin-bottom: 10px;
}

.menu-group-telefone-title {
  font-weight: 400;
  font-size: 14px;
}

.menu-mobile-body ul li a {
  text-decoration: none;
  color: #353A3F;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.menu-mobile-body-btn-whatsapp {
  border-radius: 10px;
  padding: 20px 24px;
  background-color: #44C28A;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  gap: 10px;
}

.mobile-link-prime {
  display: none !important;
}

@media (min-width: 1200px) {
  .main-menu {
    gap: 3rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-menu {
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    margin-right: 0px !important;
  }
}

@media (max-width: 1199.98px) {
  .mobile-link-prime {
    display: block !important;
  }
}

/* <--------------- MENU HAMBURGER ------------>  */
/* <--------------- VITRINE HOME ------------>  */
.showcase {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 660px;
  width: 100%;
}

.showcase__item {
  z-index: 3;
  max-width: 400px;
}

.show__item-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.showcase__item-argument {
  text-align: left;
  font-size: 50px;
  max-width: 500px;
  color: #F8F9FA;
  font-weight: 500;
  line-height: 54px;
  z-index: 3;
}

.showcase__item-description {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
  transition: 0.3s ease-out transform, 0.3s ease-out opacity;
  transition-delay: 0.5s;
}

.showcase::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, #000000ad 0%, #00000000 50%, #000000ad 100%) 0% 0% no-repeat padding-box;
}

.vitrine {
  width: 100%;
  height: 100%;
}

.vitrine-slide {
  background-position: center;
  background-size: cover;
}

.slide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10%;
}

@media (max-width: 768px) {
  .slide {
    flex-direction: column;
    align-items: center;
  }
}

.showcase-form {
  z-index: 3;
}

.vitrine-slide img {
  display: block;
  width: 100%;
  height: inherit;
}

/* <--------------- VITRINE HOME FORM ------------>  */

.form-container {
  padding: 20px;
  border-radius: 12px;
  /* max-width: 400px; */
  width: 400px;
}


.select-custom {
  border-radius: 10px;
  height: 45px;
  font-size: 14px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 10px center;
}


.prime-switch {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.prime-label {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}


/* <--------------- ADS HOME ------------>  */

/* .ads {
  position: relative;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ads img {
  width: 100%;
} */



/* <--------------- CARD HOME ------------>  */

.featured-properties {
  padding: 40px 0 100px;
  background-color: #fff;
}

.section-subtitle {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #007735;
}

.section-title {
  color: #222529;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
}

.property-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.property-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.property-image {
  position: relative;
  height: 200px;
}

.property-image img {
  width: 100%;
  border-bottom: 1px solid #eee;
  height: 100%;
  object-fit: cover;
}

.property-info {
  margin-bottom: 16px;
}

.property-info span {
  color: #000;
  opacity: 50%;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.property-label {
  position: absolute;
  top: 10px;
  left: 10px;
}

.property-label img {
  height: 50px;
  border-bottom: unset;
}

.property-content {
  padding: 15px;
}

.property-location {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 3px;
}

.property-type {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  opacity: 50%;
  margin-bottom: 0px !important;
}

.price-info {
  margin-bottom: 5px;
}

.old-price {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-decoration: line-through;
}

.property-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 16px;
}

.property-details span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  gap: 32px;
}

.label-type {
  font-weight: 400;
  font-size: 13px;
  color: #007735;

}

@media (max-width: 768px) {
  .featured-properties {
    padding: 60px 0 40px;
  }

  .section-title {
    font-size: 24px;
    line-height: 32px;
  }
}

/* <--------------- CATEGORY HOME ------------>  */
.slider-mid {
  margin-top: 30px;
  margin-bottom: 80px;
}

.slider-mid .banner-image {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  width: 100%;
}

.slider-mid .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;

}

.swiper-pagination {
  position: relative !important;
}

.slider-mid .swiper-pagination-bullet {
  background: #000;
  opacity: 0.4;
}

.slider-mid .swiper-pagination-bullet-active,
.property-card .swiper-pagination-bullet-active {
  background: #FFCE00;
  opacity: 1;
}

.property-card .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
  bottom: 20px;
}

.property-categories-titulo {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}

@media (max-width: 768px) {
  .slider-mid {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

/* <--------------- CATEGORY HOME ------------>  */

.property-categories .category-box {
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 8px;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  padding: 15px 15px 50px;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  overflow: hidden;
  justify-content: center;
}

.property-categories .category-box::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, #000000ff 0%, #00000000 50%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.property-categories .category-box span {
  /* background: rgba(0, 0, 0, 0.5); */
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 3;
  max-width: 150px;
}



/* <--------------- ADVERTISE HOME ------------>  */

.advertise-proper-sections {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 100px;
}

.advertise-align {
  display: flex;
  align-items: center;
  height: 100%;
}

.img-left {
  max-width: 100%;
  height: 462px;
  object-fit: cover;
  border-bottom-left-radius: 130px;
}

.middle-box {
  padding: 20px 40px;
}

.middle-box h2 {
  margin: 10px 0 23px;
  max-width: 300px;
}

.middle-box p {
  color: #878E95;
  margin-bottom: 20px;
  max-width: 300px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;

}

.img-right {
  max-width: 100%;
  height: 342px;
  object-fit: cover;
  border-bottom-left-radius: 130px;
}

.text-advertise {
  color: #007735;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
}

.text-advertise-sub {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #222529;
}

.btn-primary-p2024 {
  padding: 20px 24px !important;
  align-content: center;
}

.testimonial-text h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #171314;
}

.testimonial-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #878E95;
}

@media (min-width: 992px) {
  .right-box {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .img-left {
    height: auto;
  }

  .img-right {
    height: auto;
  }


  .middle-box h2 {
    max-width: 100%;
  }

  .middle-box p {
    justify-self: center;
  }

  .right-box {
    padding-right: 36px !important;
  }

  .advertise-proper-sections {
    margin-bottom: 60px;
  }

  .text-advertise-sub {
    font-size: 24px;
    line-height: 32px;
  }
}

.testimonial-text {
  position: relative;
  background: transparent;
  padding-top: 24px;
}

/* <--------------- RELEASES HOME ------------>  */
.releases-section {
  padding-bottom: 100px;
}

.releases-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.releases-section-subtitulo {
  color: #007735;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 10px;
}

.releases-section-titulo {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin: 5px 0 0;
}

.btn-ver-todos {
  border: 1px solid #CFD4D9;
  padding: 20px 24px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #222529;

}

.btn-ver-todos img {
  padding-right: 10px;
}

.releases-swiper img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 12px;
}

.releases-btn-top {
  display: block;
}

.releases-btn-bottom {
  display: none;
}

@media (max-width: 768px) {
  .releases-section {
    padding-bottom: 0px;
  }

  .releases-btn-top {
    display: none;
  }

  .releases-btn-bottom {
    display: block;
    padding: 50px 0;
  }

  .releases-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-ver-todos {
    margin-top: 1rem !important;
  }

}

/* <--------------- DISTRICT HOME ------------>  */

.bairros-section {
  background: #fff;
  padding-bottom: 100px;
}

.bairros-header {
  padding-bottom: 20px;
}

.bairros-titulo {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}

.bairro-img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.bairro-box .bairro-titulo {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
  margin: 0;
  color: #000000;
}

.bairro-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bairro-box ul li {
  padding-bottom: 16px;
}

.bairro-box ul li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;


  font-weight: 400;
  font-size: 13px;
  color: #878E95;

}

/* .imagem-whatsapp img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
} */







@media (max-width: 768px) {
  .bairros-section {
    padding-bottom: 50px;
  }

  /* .whatsapp-card.text-center.text-md-start {
    margin-top: 30px;
  } */

}

/* <--------------- SOCIAL NETWORKS HOME ------------>  */
.social-networks {
  padding-bottom: 80px;
}

.social-networks-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #05213C;
  margin-bottom: 22px;
}

.social-networks-subtitle {
  font-weight: 400;
  font-size: 13px;
  color: #007735;
  margin-bottom: 5px;
}

.social-img {
  margin-bottom: 24px;
}

.social-icon {
  padding-right: 10px;
}

@media (max-width: 575.98px) {
  .social-networks {
    padding-bottom: 40px;
  }

  .social-networks-title {
    font-size: 24px;
    line-height: 32px;
  }

}


/* <--------------- FOOTER ------------>  */

.footer {
  background: linear-gradient(to right, #0a0a0a, #111);
  color: #fff;
  font-size: 14px;
}

.footer-titulo {
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  color: #CFD4D9;
}

.footer-subtitulo {
  color: #FFCE00;
}


.footer a {
  color: #ddd;
  text-decoration: none;
}

.footer a:hover {
  color: #f6b22b;
}

.footer-icon {
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, #f6b22b 0%, #000 80%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.tags {
  margin-top: 10px;
}

.tag {
  display: inline-block;
  border: 1px solid #f6b22b;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 12px;
  color: #f6b22b;
  margin-right: 5px;
}

.footer-divider {
  border-color: #333;
  opacity: 0.5;
  margin: 30px 0;
}

.footer-cat {
  color: #878E95;
  font-weight: 400;
  font-size: 14px;

}

.list-unstyled {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.footer-unidades-titulo {
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.footer-unidades-creci {
  font-weight: 400;
  font-size: 10px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.footer-unidades-endereco {
  font-weight: 400;
  font-size: 14px;
  color: #878E95;
  margin-bottom: 16px;
}

.footer-unidades-icon {
  padding-right: 6px;
}

.footer-unidades-telefones {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.footer-unidades-horario-acompanhe {
  font-weight: 400;
  font-size: 14px;
  color: #878E95;
  margin-bottom: 20px;
}


.footer-unidades-horario-img {
  margin-right: 10px;
}

.footer-unidades-horario-subtitle {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
  color: #FFFFFF;
}

.footer-unidades-horario-title {
  font-weight: 400;
  font-size: 14px;
  color: #FFCE00;
  margin-bottom: 5px;
}

.footer-unidades-horario-span {
  margin-left: 20px;
}

.footer-icons a {
  margin-right: 10px;
}

.footer-cupola {
  font-weight: 400;
  font-size: 14px;
  color: #222529;
  text-decoration: none;
}

.footer-unidades-telefones a {
  color: unset;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .footer-titulo {
    max-width: 330px;
  }

}

/* <--------------- BLOG HOME ------------>  */

.blog-section {
  padding: 80px 0;
  background-color: #fff;
}

.blog-section-header {
  padding-bottom: 30px;
}

.blog-section-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #222529;
  margin-bottom: 0;
}

.blog-section-subtitle {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #F55A00;
  margin-bottom: 5px;
}

.blog-card p {
  font-size: 14px;
  color: #333;
}

.blog-card .dot {
  width: 6px;
  height: 6px;
  background-color: #f6b22b;
  border-radius: 50%;
  display: inline-block;
}

.w-100 {
  width: 100%;
}

.blog-btn-bottom {
  display: none !important;
}

@media (max-width: 768px) {
  .showcase__item-argument {
    font-size: 32px;
    line-height: 40px;
  }

  .showcase__item-description {
    display: none;
  }

  .showcase {
    height: 100%;
  }

  .form-container {
    padding: unset;
    width: 340px;
  }


  .slide {
    margin-top: 250px;
    padding-bottom: 50px;
  }

  .blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-section-title {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-section-header {
    text-align: center;
  }

  .blog-btn-top {
    display: none;
  }

  .blog-btn-bottom {
    padding-top: 30px;
    display: block !important;
  }
}

@media (max-width: 374.98px) {

  .form-container {
    padding: unset;
    width: 290px;
  }
}