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

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


/* 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;
  margin: 0;
    padding: 0;
    box-sizing: border-box; /* Inclui padding e border nas dimensões do elemento */
}

.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%; /* Garante que a imagem não exceda 100% da largura do contêiner */
  max-height: 100%; /* Garante que a imagem não exceda 100% da altura do contêiner */
  width: 100%; /* Aumenta a largura da imagem para ocupar todo o espaço disponível */
  height: auto; /* Mantém a proporção original da imagem */
}


.image-container {
  display: flex;
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center;     /* Centraliza verticalmente se precisar */
}


#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: background-color 0.3s, transform 0.2s; /* Adicionando transiçã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: #007BFF; /* 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: background-color 0.3s, transform 0.2s;
  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*/
/* Visual do filtrar */
#searchForm {
  display: none; /* Oculte o formulário inicialmente */
  max-height: 60%; /* Altura máxima predefinida */
  width: 100%; /* Largura total */
  padding: 10px; /* Espaçamento interno */
  box-sizing: border-box; /* Inclui padding no tamanho total */
  align-items: center;
}

/* Estilo para a área de resultados */
#resultadosBusca {
  display: none; /* Oculta a div inicialmente */
  width: 100%; /* Largura total */
  max-height: 400px; /* Altura máxima padrão */
  overflow-y: auto; /* Barra de rolagem vertical, se necessário */
  border: 1px solid #ccc; /* Borda opcional */
  padding: 10px; /* Espaçamento interno */
  box-sizing: border-box; /* Inclui padding no tamanho total */
}

/* Estilos para dispositivos com telas menores (celulares) */
@media (max-width: 768px) {
  #searchForm {
    max-height: 57%; /* Ajusta a altura para celulares */
    width: 100%; /* Largura total no celular */
  }

  #resultadosBusca {
    max-height: 300px; /* Ajusta a altura para dispositivos móveis */
  }
}

/* Estilos para dispositivos com telas maiores (desktops) */
@media (min-width: 900px) {
  #searchForm {
    max-height: 30%; /* Mantém a altura maior para desktops */
    width: 100%; /* Largura mais estreita em desktops */
    align-items: center;
  }

  #resultadosBusca {
    max-height: 400px; /* Altura maior para desktops */
    width: 70%; /* Largura maior para a área de resultados no desktop */
  }
}


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


#valor {
  box-sizing: border-box;
  width: 100%; /* Ajuste conforme o layout necessário */
  padding: 0.5rem;
  border: 2px solid #1900ff;
  border-radius: 4px;
  position: relative;
  z-index: 10; /* Garante que esteja em um nível acima de outros elementos */
  pointer-events: auto; /* Garante que o campo seja clicável */
  opacity: 1; /* Garante que ele não esteja invisível */
}

.icon-box {
  min-width: 200px; /* Define a largura mínima */
  padding: 20px;    /* Exemplo de preenchimento */
  background-color: #f9f9f9; /* Exemplo de cor de fundo */
  border-radius: 8px; /* Bordas arredondadas, se desejado */
  text-align: center; /* Centraliza o conteúdo */
  max-width: 200px;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

* {
    box-sizing: border-box;
}



form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}


.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }
    
    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container.right-panel-active .overlay-container{
    transform: translateX(-100%);
}

.overlay {
    background: #053007;
    background: -webkit-linear-gradient(to right, #104b10, #5e41ff);
    background: linear-gradient(to right, #104b10, #0f0957);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
      transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
      transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

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

