/* Barra Principal do Topo */

:root {
  --bg-card: #2BA2A6;
  --primary-color: rgba(0,85,39,1);
  --secondary-color: rgba(40,162,166,1);
  --primary-text: #005527;
  --secondary-text: white;
  --link-color-2: rgba(255, 255, 255, 0.75);
  --bg-nav: #e7e9ee;
  --body-background:rgba(233, 233, 233, 0.75);
  --body-navbar: rgba(233, 233, 233, 1);
}

body {
  background-color: var(--body-background);
}

.body-navbar {
  background-color: var(--body-navbar) !important;
}

.header-bar {
  height: 40px;
  background: rgb(0, 100, 136);
  background: -moz-linear-gradient(
    180deg,
    rgba(0,85,39,1) 33%,
    rgba(40,162,166,1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0,85,39,1) 33%,
    rgba(40,162,166,1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0,85,39,1) 33%,
    rgba(40,162,166,1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005a42
"",endColorstr="#2BA2A6",GradientType=1);
}

.header-bar-content {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
}

@media (max-width: 767px) {
  .header-bar {
    height: 20px;
  }
}

@media (max-width: 767px) {
  .header-bar-content {
    display: none;
  }
}

.header-bar a {
  color: #f2f2f2;
  transition: 0.5s;
}

.header-bar a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.header-bar-contact {
  font-size: 0.8rem;
  color: #f2f2f2;
}

.header-bar-contact_phone {
  padding-right: 10px;
}

.header-bar-contact_email {
  padding-left: 10px;
}

.header-bar-social {
  font-size: 1rem;
  color: #f2f2f2;
}

.header-bar-social i {
  font-size: 1.3rem;
  color: #f2f2f2;
  padding-right: 10px;
}

.navbar-brand img {
  width: auto;
  height: 70px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-brand img {
    width: auto;
    height: 50px;
  }
}

.btn-navbar {
  background-color: #005527;
  color: #ffffff;
  transition: 1s;
}

.btn-navbar:hover {
  background-color: rgba(40,162,166,1);
  color: #ffffff;
}

.btn-anuncio {
  text-transform: uppercase;
}

.nav-link {
  color: #005527 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-link:hover {
  color: rgba(40,162,166,1) !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
    font-weight: 700;
  }
}

/* Alterações no dropdown */

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #005527 !important;
  --bs-dropdown-bg: var(--body-navbar);
  --bs-dropdown-border-color: none;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(
    var(--bs-border-radius) - var(--bs-border-width)
  );
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(55, 99, 244, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: rgba(40,162,166,1);
  --bs-dropdown-link-hover-bg: none;
  --bs-dropdown-link-active-color: rgba(40,162,166,1);
  --bs-dropdown-link-active-bg: none;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #4e5d78;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  font-weight: 700;
}

@media (min-width: 768px) {
  .nav-link {
    font-size: 0.7rem;
  }
  .dropdown-menu {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .nav-link {
    font-size: 0.9rem;
  }
  .dropdown-menu {
    font-size: 0.9rem;
  }
}

.dropdown-item {
  font-weight: 700;
}

section {
  padding-top: 20px;
  padding-bottom: 20px;
}

main h1 {
  color: #005527;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

main h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #2BA2A6, #005527);
  z-index: -1;
}

.footer_title {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  width: 130px;
  font-size: 14px !important;
}

.footer_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #0b3d4f, #ffffff);
  z-index: 0;
}

main .link_sub {
  display: block;
  color: #2BA2A6;
  text-transform: uppercase;
}

main .link_sub a {
  color: #2BA2A6;
  text-decoration: none;
  transition: 0.5s;
}

main .link_sub a:hover {
  color: #0b3d4f;
}

/* Footer */

footer {
  color: #ffffff;
}

.bg-footer {
  background-color: #035024;
}

footer a {
  color: #ffffff;
  transition: 0.5s;
}

footer ul li a {
  color: #ffffff;
  font-size: 13px;
  transition: 0.5s;
}

footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}

footer ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.text-muted {
  --bs-text-opacity: 1;
  color: #ffffff !important;
}

.footer_box_address {
  margin-top: 25px;
}

.footer_box_address-maps {
  font-size: 24px;
}

.footer_box_address-text {
  font-size: 13px;
  padding-left: 15px;
}

footer span {
  font-size: 13px;
  margin-bottom: 10px;
}

.footer_box_logo-img img {
  width: 100%;
  height: 70px;
}

.footer_box_logo-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

.footer_box_logo-text p {
  text-align: center !important;
}

.copyright {
  font-size: 13px !important;
  text-align: center;
}

.footer_icons i {
  margin-top: 15px;
  font-size: 24px;
}

/* Galeria de Fotos */

.photos_gallery {
  border-radius: 20px;
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: 0.3s;
  /* -webkit-filter: grayscale(100%);
	filter: grayscale(100%); */
  filter: gray; /* IE */
}

.photos_gallery:hover {
  /* -webkit-filter: none;	
	filter: none;	 */
  transform: scale(1.1);
}

@media (min-width: 1400px) {
  .photos_gallery {
    height: 200px;
  }
}

/* Guia Comercial */

.condomino {
  width: 100%;
  height: 250px;
}

.condomino a {
  text-decoration: none;
}

.condomino__photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 201px;
  height: 201px;
}

.condomino__photo-front {
  width: 101px;
  height: 101px;
}

@media (max-width: 767px) {
  .condomino__photo-front {
    width: 125px;
    height: 125px;
  }
}
/* Páginas internas */

.topo_interno {
  padding: 35px 0px;
  background: rgb(0, 100, 136);
  background: -moz-linear-gradient(
    180deg,
    rgba(40,162,166,1) 100%,
    rgba(0,85,39,1) 33%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(40,162,166,1) 100%,
    rgba(0,85,39,1) 33%
  );
  background: linear-gradient(
    180deg,
    rgba(40,162,166,1) 100%,
    rgba(0,85,39,1) 33%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005a42
"",endColorstr="#2BA2A6",GradientType=1);
  margin-bottom: 25px;
}

.topo_interno h1 {
  color: #f2f2f2;
  font-size: 1.4rem;
}

.topo_interno h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #2BA2A6, #005527);
  z-index: 1;
}

.topo_interno-subtitulo {
  color: #f2f2f2;
  font-size: 1.2rem;
}

/* Link Dev Rodapé */

.dev__link,
.dev__dir,
.dev__arco {
  color: #ffffff;
  text-decoration: none;
}

.dev__link .dev__arco:hover {
  color: #f9a13f;
}

.dev__link .dev__arco:hover .dev__logo svg {
  filter: brightness(1);
}

.dev__link .dev__logo svg {
  filter: brightness(100);
  width: 22px;
  height: 22px;
  margin-left: 5px;
}

.dev__link .dev__logo:hover svg {
  filter: brightness(1);
}

.dev__link .dev__logo:hover .dev__arco {
  color: #f9a13f;
}

/* FIm Link Dev */

/* Estilos Páginas Internas */

section.conteudo_interno {
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}

.img-seguranca {
  width: 37px;
  height: 63px;
  background-image: url(../../assets/img/diversas/seguranca.png);
  background-repeat: no-repeat;
  z-index: 0;
  position: absolute;
  right: 25%;
  bottom: 0px;
  transform: translate(-25%, -50%) scale(10);
  background-size: contain;
  opacity: 0.45;
}

@media (max-width: 767px) {
  .img-seguranca {
    width: 22px;
    height: 45px;
    right: 32%;
    opacity: 0.15;
  }
}

section.conteudo_interno a {
  text-decoration: none;
  color: #2d2d2d;
}

section.conteudo_interno p {
  text-align: justify;
}

section.conteudo_interno h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 30px;
  color: #005527;
}

.texto_destaque {
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

ul.list_service {
  list-style-type: square !important;
}

ul.list_service li::marker {
  font-size: 1rem !important;
}

/* Botões e estilos de subpáginas com subtitulos */

.action-bar {
  padding: 10px;
}

.action-buttons {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.btn-action {
  background-color: #005527;
  color: #fff !important;
  border: none;
  padding: 5px 15px;
  cursor: pointer;
}

.btn-action:hover,
.btn-action.active {
  background-color: rgba(40,162,166,1) !important;
}

.mini-page {
  display: none;
}

.mini-page.active {
  display: block;
}

/* Fale Conosco */

.contato_conteudo a {
  color: #222;
  text-decoration: none;
}

.contato_conteudo a:hover {
  color: #b4b1b1;
}

.contato_conteudo i {
  color: rgba(40,162,166,1);
}

.social_icons {
  padding-right: 10px;
}

/* Ativar Dropdown com Mouse Over */

@media (min-width: 979px) {
  ul.navbar-nav li.dropdown:hover > div.dropdown-menu {
    display: block;
  }
  ul.navbar-nav div.dropdown-submenu:hover > div.dropdown-menu {
    display: block;
  }
}

/* Campo Busca de Lojas e Salas */

#campo-busca {
  width: 70%;
}

.form-control-busca {
  display: inline;
  border-radius: 25px !important;
}

/* Menu de Categorias - Lojas e Serviços - Configurações do Collapse */

.menu_itens {
  padding: 5px;
  margin-bottom: 0px;
  text-align: start !important;
}

@media (min-width: 300px) and (max-width: 576px) {
  .space-div-menu-lateral {
    margin-top: 30px;
  }
}

@media (min-width: 300px) and (max-width: 576px) {
  .collapse-menu-lateral {
    background-color: #eaeaea;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    color: #165276;
  }
}

@media (min-width: 577px) {
  .collapse-menu-lateral {
    display: none;
  }
}

/* Menu Lateral da Seção Produtos */

.menu_lateral {
  padding: 10px;
  border-right: 1px dotted #eaeaea;
  padding-right: 3rem;
  width: 270px;
}

.menu_lateral a {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 1s;
}

.menu_lateral a:hover {
  color: #2BA2A6;
}

.menu_itens {
  padding: 5px;
  margin-bottom: 0px;
}

@media (min-width: 300px) and (max-width: 576px) {
  .menu_lateral {
    display: none;
    padding: 15px 5px 5px 5px;
    margin-top: -20px;
  }
}

#filtro-letras {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  margin-bottom: 25px;
}

#filtro-letras .item_letra {
  display: table-cell;
  float: cell;
  width: 1%;
}

#filtro-letras .active {
  font-weight: 900;
  color: #005527;
}

@media (max-width: 991px) {
  #filtro-letras{
    display: none;
  }
}

#filtro-categorias h2 {
  font-weight: 800;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: rgba(40,162,166,1);
  margin-bottom: 20px;
}

#filtro-categorias .active {
  font-weight: 900;
  color: #005527;
}

#exibe-salas {
  margin-top: 50px;
  margin-bottom: 50px;
}

.bloco-sala {
  border: 2px dotted #d3d3d3;
  padding: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.bloco-sala i {
  color: rgba(40,162,166,1);
}

.bloco-sala_categoria {
  font-weight: 900;
  color: rgba(40,162,166,1);
}

.bloco-sala {
  position: relative;
}

.bloco-sala .tag_plus {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.bloco-sala:hover {
  background-color: rgba(33, 141, 180, 0.1);
}

/* Página de exibição de condominos */

section.conteudo_interno .dados-condomino h2 {
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(40,162,166,1);
  margin-bottom: 20px;
}

section.conteudo_interno .dados-condomino a:hover {
  color: rgba(40,162,166,1);
}

section.conteudo_interno .dados-condomino h2 {
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(40,162,166,1);
  margin-bottom: 20px;
}

section.conteudo_interno .dados-condomino i {
  color: rgba(40,162,166,1);
}

.destaque_locacao-black {
  color: black;
  font-weight: bold;
}

.destaque_locacao-red {
  color: red;
  font-weight: bold;
}

.tabela_locacao {
  text-transform: uppercase;
}

/* Cards Notícias */
.cartao h1 {
  padding: 07px 0px 0px 0px;
}
.cartao h1::after {
  content: "";
  display: none !important;
}

.cartao a {
  text-decoration: none;
}

.cartao {
  margin: 20px 0;
}

.cartao__header {
  height: 250px;
}

.cartao__image-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.cartao:hover .cartao__image-background {
  filter: brightness(75%);
  transition: 1s;
}

.cartao__body {
  background: var(--bg-card);
  background: -moz-linear-gradient(
    90deg,
    var(--secondary-color) 0%,
    var(--primary-color) 100%,
    var(--primary-color) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    var(--secondary-color) 0%,
    var(--primary-color) 100%,
    var(--primary-color) 100%
  );
  background: linear-gradient(
    90deg,
    var(--secondary-color) 0%,
    var(--primary-color) 100%,
    var(--primary-color) 100%
  );
  padding: 1rem;
  border-radius: 0 0 10px 10px;
  position: relative;
  height: 125px;
}

.cartao__title,
.cartao__text {
  color: var(--secondary-text) !important;
}

.cartao:hover .cartao__text {
  color: var(--link-color-2) !important;
  transition: 1s;
}

.cartao__title {
  font-size: 1rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: start;
}

.cartao__text {
  text-align: justify;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cartao__date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background-color: var(--secondary-text);
  border-radius: 50%;
  position: absolute;
  top: -25px;
  right: 25px;
}

.cartao__date--position-initial {
  position: initial;
}

.cartao__date--alternative {
  background-color: var(--secondary-color);
}

.cartao__day,
.cartao__month {
  display: block;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 1rem;
}

.cartao__day--alternative,
.cartao__month--alternative {
  color: var(--secondary-text);
}

.cartao__day {
  font-weight: 900;
}

.cartao__month {
  font-weight: 300;
}

@media (min-width: 300px) and (max-width: 575px) {
  .cartao__header {
    height: 250px;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .cartao__title {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .cartao__body {
    height: 130px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .cartao__header {
    height: 250px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .cartao__title {
    font-size: 1rem !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .cartao__body {
    height: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cartao__header {
    height: 230px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cartao__title {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cartao__body {
    height: 140px;
  }
}

/* Fim Card Notícias */

/* Ajustes Paginação */
.current-page {
  font-weight: 900;
  background-color: #cfddf8 !important;
}

.cancel-hover:hover {
  background-color: #fff !important;
  border-color: #dee2e6;
}

.page-link:hover {
  color: #2750a2 !important;
}

/* Fim dos Ajustes da Paginação */

/* Search Pages */

.search {
  background-color: var(--bg-nav);
  padding: 15px;
  border-radius: 10px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.search__title {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--primary-text);
  font-weight: 800;
  text-align: center;
}

/* Fim Search */

/* Depoimento */

.depoimento {
  float: left;
  border: 1px solid #aaa;
  margin: 11px;
  padding: 32px;
  border-radius: 8px;
  position: relative;
  width: 320px;
}

.depoimento .quote {
  position: absolute;
  left: 0;
  top: -25px;
  font-size: 90px;
  font-family: Georgia, serif;
  color: #abcf6e5e;
  z-index: -1;
  line-height: 1;
  padding: 30px;
}

.depoimento_texto {
  /* height: 134px; */
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.6;
}

.depoimento_cliente {
  text-align: right;
  font-size: 14px;
}

.motivos_depoimentos i {
    font-size: 4.4rem;
    color:#005527;
    transition: 1s;
}

.motivos_depoimentos {
padding: 15px 15px;
}

.motivos_depoimentos h2 {
  font-size: 1.2rem !important;
}

.motivos_depoimentos i:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.background-even {
  background-color: #ececec;
}

.background-odd {
  background-color: #f8f9fa;
}

/* Classificação Estrelas Depoimentos */

.rating {
  font-size: 2em;
  font-weight: bold;
}

.stars {
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 15px;
}

.star {
  cursor: pointer;
  color: gray; /* Cor inicial das estrelas */
}

.star:hover,
.star.selected {
  color: #ffd700; /* Cor das estrelas quando selecionadas ou em hover */
}

/* Ajustes Anúncios */

.anuncio-img {
  cursor: pointer;
}

.anuncio-tpi {
  height: 140px;
}

.anuncio-qepi {
  height: 250px;
 }
.anuncio-qdpi {
  height: 250px;
 }
.anuncio-al {
  height: 180px;
 }