/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* styles.css */

/* Remover margens e padding padrão */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Garantir que o body ocupe toda a altura da página */
html, body {
  height: 100%;
}

/* Flexbox para organizar o layout */
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* O conteúdo vai ocupar todo o espaço disponível */
.content {
  flex: 1;
}

/* Footer sempre no final */
.footer {
  margin-top: auto; /* Empurra o footer para o fundo da página */
  background-color: #f1f1f1; /* Adicione uma cor de fundo para o footer se necessário */
  padding: 10px; /* Adicione um padding para o footer se necessário */
  text-align: center; /* Centraliza o texto no footer se necessário */
}


#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #37973f;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #434175;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5a5af3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #32329b;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #b9b9fa;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5a5af3;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #7272f5;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .credits a {
  transition: 0.3s;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #deddec;
  color: #2a26a5;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1a1ae2;
  color: #fff;
  text-decoration: none;
}

/* O conteúdo vai ocupar todo o espaço disponível */
.content {
  flex: 1;
}

/* styles.css */
.section {
  display: none; /* Oculta todas as seções por padrão */
}

.section.active {
  display: block; /* Exibe a seção ativa */
}

.purecounter::after {
  content: '%';
  font-size: 1em; /* Ajuste o tamanho conforme necessário */
}

 /* Estilização da barra de rolagem */
 ::-webkit-scrollbar {
  width: 212px; /* Largura da barra de rolagem vertical */
  height: 12px; /* Altura da barra de rolagem horizontal */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Cor da trilha da barra de rolagem */
}

::-webkit-scrollbar-thumb {
  background: #888; /* Cor da "mão" da barra de rolagem */
}

::-webkit-scrollbar-thumb:hover {
  background: #ffffff; /* Cor da "mão" quando o cursor está sobre ela */
}


* {
  scrollbar-width:auto;
  scrollbar-color: #0804fc #050214;
  scrollbar-darkshadow-color: #11dbcf;
}

.loading-icon {
  display: none; /* Esconde o ícone inicialmente */
  width: 24px;
  height: 24px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 3px solid #3498db; /* Cor do spinner */
  animation: spin 1s linear infinite;
  position: absolute;
  margin-left: 10px; /* Ajuste conforme necessário */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.icon-boxes.col-lg-4 {
  
  display: inline-block;
  width: 33.33%; /* adjust the width to fit your needs */
  margin-right: 1rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

#map {
  height: 400px; /* Define a altura do mapa */
  width: 100%; /* Define a largura do mapa */
  margin-top: 20px;
  display: block;
}

#address {
  width: 500px;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}

.success {
  color: green;
  font-size: 18px;
  margin-top: 10px;
}


button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
}

button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.error {
  color: red;
  display: none;
}


.form-group label {
  display: block;
  margin-bottom: 0.5rem;
}

.form-group input {
  width: 100px;
  padding: 0.5rem;
  font-size: 1rem;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}



.form-group label {
  width: 150px; /* Define a largura fixa para as labels */
  margin-right: 10px;
  text-align: right; /* Alinha o texto à direita */
}

.form-group input[type="text"] {
  width: 30%; /* Ajuste o valor conforme necessário */
  padding: 5px;

}

#logged-in-message {
  margin-top: 10px;  /* Adiciona espaço entre o botão e a mensagem */
  text-align: center;  /* Centraliza a mensagem abaixo do botão */
}

#preview-data {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 20px;
  display: none;
}


#nomeedic, #teledic, #valoredic {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 20px;
  display: flex;
  width: auto;
}

/* Centralizar o formulário na página */
#details-form {
  max-width: 600px; /* Largura máxima para o formulário */
  margin: 0 auto;   /* Centralizar horizontalmente */
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

/* Centralizar os textos e labels dentro do formulário */
#details-form h4,
#details-form label,
#details-form input {
  text-align: center; /* Centraliza o texto dentro dos elementos */
  display: block;     /* Faz com que o input ocupe toda a largura disponível */
  width: 100%;        /* Faz com que o input ocupe toda a largura disponível */
}

/* Ajustar o espaçamento e aparência dos inputs */
#details-form input[type="text"] {
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Centralizar o conteúdo dos grupos de formulário */
.form-group {
  margin-bottom: 20px; /* Espaçamento entre os grupos de formulário */
}

/* Opcional: estilizar os separadores (hr) */
#details-form hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 20px 0;
}

/* Exemplo de estilo para o item de login com efeito mouseover ativado */
.navbar .nav-item.login-active {
  /* Estilo normal do item de login */
  color: #007bff; /* Exemplo de cor para o item */
  background-color: #f8f9fa; /* Cor de fundo ao passar o mouse */
}

/* Estilo para o efeito mouseover */
.navbar .nav-item.login-active:hover {
  color: #0056b3; /* Cor ao passar o mouse */
  background-color: #e9ecef; /* Cor de fundo ao passar o mouse */
}

.preview-image {
  width: 100%; /* Define a largura da imagem para 100% do contêiner */
  height: 200px; /* Define uma altura fixa para as imagens */
  object-fit: cover; /* Mantém a proporção da imagem e preenche o espaço disponível */
}


/* Estilos da lista das edículas */
.results-table {
  width: 100%;
  border-collapse: collapse;
}

.results-table th, .results-table td {
  border: 1px solid #ddd;
  padding: 8px;
}

/* Aplica cor de fundo alternada nas linhas */
.results-table tr:nth-child(even) {
  background-color: #dbd8d8; /* Fundo escuro para linhas pares */
}

.results-table tr:nth-child(odd) {
  background-color: #bdbaba; /* Fundo um pouco mais claro para linhas ímpares */
}

/* Estilo das linhas ao passar o mouse */
.results-table tr:hover {
  background-color: #319e36; /* Cor de fundo quando o mouse passa */
  transform: scale(1.02); /* Aumenta a linha em 2% */
  transition: transform 0.2s ease, background-color 0.2s ease; /* Animação suave */
}

/* Estilo das células e texto ao passar o mouse */
.results-table tr:hover td {
  color: white; /* Cor da fonte ao passar o mouse */
}

/* Estilo das imagens ao passar o mouse */
.results-table td img {
  transition: transform 0.9s ease; /* Transição suave para a transformação */
  max-width: 100px; /* Ajusta o tamanho das imagens */
}

/* Efeito de aumento nas imagens quando o mouse está sobre a linha */
.results-table tr:hover img {
  transform: scale(1.5); /* Aumenta a imagem em 50% */
}

/* Estilo geral das células */
.results-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2525e6; /* Cabeçalho em azul escuro */
  color: white;
}

.results-table td {
  color: black; /* Texto preto nas células */
}

/* Estilo padrão dos links */
.results-table td a {
  color: rgb(0, 4, 248); /* Cor padrão dos links */
  text-decoration: none; /* Remove o sublinhado dos links */
}

/* Lime green color when hovering over links */
.results-table td a:hover {
  color: #eeff00; /* Lime green color when hovering */
  transition: color 0.2s ease; /* Smooth transition to link color */
  font-size: 1.1em; /* Increase font size when hovering */
}

/* Define a largura mínima para colunas específicas */
.results-table .col-nome,
.results-table .col-telefone,
.results-table .col-valor {
  min-width: 150px; /* Ajuste a largura mínima conforme necessário */
  word-wrap: break-word; /* Garante que o texto se ajuste dentro da célula */
}

.results-table .col-endereco {
  min-width: 200px; /* Ajuste a largura mínima conforme necessário */
  word-wrap: break-word; /* Garante que o texto se ajuste dentro da célula */
}

.results-table .col-conveniencias {
  min-width: 250px; /* Ajuste a largura mínima conforme necessário */
  word-wrap: break-word; /* Garante que o texto se ajuste dentro da célula */
}


/* estilo link-botao */
.link-botao {
  display: inline-block;
  padding: 12px 24px;
  background-color: #4CAF50; /* Cor do fundo */
  color: white; /* Cor do texto */
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; /* Remove o sublinhado */
  border-radius: 8px; /* Borda arredondada */
  transition: all 0.3s ease; /* Suaviza a transição */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para efeito de profundidade */
}

.link-botao:hover {
  background-color: #45a049; /* Cor do fundo ao passar o mouse */
  transform: scale(1.1); /* Aumenta o tamanho em 10% */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Sombra mais profunda */
  color: white; /* Cor do texto */
}

.link-botao:active {
  transform: scale(0.98); /* Efeito de clique (botão ligeiramente menor) */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Sombra menor ao clicar */
}
  

/* visual do filtrar*/
#searchForm {
  display: none; /* Oculte o formulário inicialmente */
}

#toggleFormBtn {
  margin-bottom: 10px; /* Espaçamento para o botão */
}

/* slider tamanho fixo */
.portfolio-details-slider {
  width: 100%;
  max-width: 800px;
  height: 500px;
  position: relative;
}

.portfolio-details-slider .swiper-wrapper {
  height: 100%;
}

.portfolio-details-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.portfolio-details-slider .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Estilização dos três pontos */
.swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

/* Setas de navegação */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  z-index: 10;
}

/* slider */
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider {
  width: 100%;
  max-width: 800px; /* Tamanho máximo desejado */
  height: 500px; /* Altura fixa do slider */
  position: relative; /* Para posicionar os elementos filhos como paginação e setas */
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
  height: 100%; /* Para garantir que as imagens ocupem toda a altura do slider */
  object-fit: cover; /* Ajusta a imagem sem distorcer, cortando o excesso */
}

/* Posição e estilo dos três pontos de paginação */
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 0; /* Remove a margem para alinhar ao fundo */
  position: absolute;
  bottom: 20px; /* Posiciona os pontos no fundo do slider */
  left: 50%;
  transform: translateX(-50%);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1b1bf1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1b1bf1;
}

/* Estilos das setas de navegação */
.portfolio-details .portfolio-details-slider .swiper-button-next,
.portfolio-details .portfolio-details-slider .swiper-button-prev {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* Posiciona a seta da esquerda */
.portfolio-details .portfolio-details-slider .swiper-button-prev {
  left: 10px;
}

/* Posiciona a seta da direita */
.portfolio-details .portfolio-details-slider .swiper-button-next {
  right: 10px;
}

/* Mensagem para o visitante */
.portfolio-details .portfolio-details-slider .swiper-instructions {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  z-index: 10;
}

/* Estilo da modal */
.modal {
  display: none; /* Escondido por padrão */
  position: fixed; /* Fica fixo na tela */
  z-index: 1000; /* Em cima de outros elementos */
  left: 0;
  top: 0;
  width: 100%; /* Largura total da tela */
  height: 100%; /* Altura total da tela */
  overflow: auto; /* Habilita o scroll se necessário */
  background-color: rgba(0, 0, 0, 0.8); /* Fundo escuro com opacidade */
}

.modal-content {
  display: block; /* Torna a imagem visível */
  margin: auto; /* Centraliza a imagem */
  max-width: 90%; /* Limita a largura da imagem */
  max-height: 90%; /* Limita a altura da imagem */
  width: auto; /* Mantém a largura original */
  height: auto; /* Mantém a altura original */
  object-fit: contain; /* Garante que a imagem mantenha a proporção */
}



/* Botão de fechar a modal */
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* Efeito de transição ao abrir a imagem */
.modal-content, .close {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}

@keyframes zoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Zoom para as imagens no slider */
.zoomable-image {
  cursor: pointer;
  transition: 0.3s;
}

.zoomable-image:hover {
  transform: scale(1.05); /* Pequeno zoom ao passar o mouse */
}

.sour-gummy- {
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight:30px;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

