/* Estilos CSS aqui */

@media screen and (max-width: 768px) {

input[type="submit"] {
	width: 60% !important;
}

h1 {
	font-size: 1.7rem !important;
	line-height: 2rem !important;
}

h4 {
        font-size: 1rem !important;
	line-height: 1.25rem !important;
}

body {
	font-size: 0.9rem !important;
	line-height: 1.25rem !important;
	color: #444;
}

input[type="text"] {
    font-size: 0.8rem !important;
}

}

.cnpj {
    width: 200px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    font-size: 1rem
}

header {
    background-color: #007BFF;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

footer {
    background-color: #ddd;
    color: #555555;
    text-align: center;
    padding: 10px 0;
    font-size: 0.7rem;
    bottom: 0;
}

a.link-site {
    padding-left: 20px;
}

.footer-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

a:link {
    text-decoration: none;
    color: #007BFF;
}

/* Estilo padrão para links */
a {
    color: #007BFF;
    text-decoration: none; /* Remove o sublinhado padrão dos links */
}

/* Estilo ao passar o mouse sobre o link */
a:hover {
    color: #007BFF;
    text-decoration: underline; /* Adiciona um sublinhado ao passar o mouse */
}

/* Estilo ao clicar no link */
a:active {
    color: #007BFF;
}

nav {
    background: #007BFF;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

.container {
    max-width: 800px;
    min-height: 180px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    font-size: 3rem;
}


h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
}

form {
    text-align: center;
    padding: 10px;
}

input[type="text"] {
    width: 90%;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    font-size: 1rem;
}

input[type="submit"] {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 60px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 50px;
}

input[type="submit"]:hover {
    background-color: #0056b3;
}

.error {
    background: #ffebeb;
    color: #f24f82;
    padding: 20px;
    text-align: center;
}

b.error-pesquisa {
    text-transform: uppercase;
}

.results {
    margin-top: 20px;
}

.results table {
    width: 100%;
    border-collapse: collapse;
}

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

.results th, .results td {
    padding: 10px;
    text-align: left;
}

.results th {
    background-color: #007BFF;
    color: #fff;
}

.estabelecimento {
    background-color: #f5f5f5;
    display: inline-flex;
    width: -webkit-fill-available;
    margin: 10px;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    position: relative;
    border-bottom-style: solid;
    border-bottom-color: #e5e7eb;
    color: #555;
    font-size: 0.8rem;
}

.estab-info .razao_social {
    font-weight: bold;
    color: #007BFF !important;
/*    text-transform: lowercase;*/
}


/*.estab-info .razao_social:first-line {
    text-transform: capitalize;
}*/

.estab-info p.municipio {
    margin-top: -10px;
}

.estab-info {
    width: 100%;
}

.situacao_cadastral {
    background: #bbb;
    border-radius: 10px;
    padding: 0 10px;
    height: 20px;
    margin-top: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}

.situacao_cadastral.Baixada {
    background: #ffebeb;
    color: #f24f82;
}

.situacao_cadastral.Ativa {
    background: #e5f6ec;
    color: #27ae60;
}

.pagination {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
    margin-top: 40px;
    padding: 10px;
    font-size: 1.25rem;
}

.erro_pequisa {
    text-align: center;
}

img, svg {
    vertical-align: top;
}

.empresa-cab {
    padding: 10px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: #e5e7eb;
}

.empresa-contato {
    margin-top: 20px;
    border: solid 1px #e5e7eb;
}

.empresa-contato-cab {
    padding: 10px;
    background: #f5f5f5;
    border-bottom-style: solid;
    border-bottom-color: #007BFF;
}

.titulo-info {
    font-weight: bold;
    height: 30px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-right: 10px;
}

.resposta-info {
    padding-bottom: 10px;
    min-height: 20px;
}

.resposta-info p {
    margin-top: 0px;
}

.link-whatsapp a {
    color: green !important;
}

.contato-info {
    padding: 10px;
}

.empresa-info {
    margin-top: 20px;
    border: solid 1px #e5e7eb;
}

.empresa-info-cab {
    padding: 10px;
    background: #f5f5f5;
    border-bottom-style: solid;
    border-bottom-color: #007BFF;
}

b.atividade_principal {
    text-transform: lowercase;
}

.resposta-info.correio_eletronico {
    text-transform: lowercase;
}

.resposta-info.site_empresa {
    text-transform: lowercase;
}


.situacao_cadastral-destaque {
    margin-top: 20px;
}

.situacao_cadastral-Baixada {
    background: #ffebeb;
    color: #f24f82;
    padding: 20px;
    text-align: center;
    border: solid 1px #f24f82;
}

.situacao_cadastral-Ativa {
    background: #e5f6ec;
    color: #27ae60;
    padding: 20px;
    text-align: center;
    border: solid 1px #27ae60;
}

.situacao_cadastral-Inapta {
    background: #bbb;
    padding: 20px;
    text-align: center;
    border: solid 1px #444;
}

button#botao-copiar {
    background: none;
    border: none;
}

.mapa-link {
    margin-top: 20px;
}

.texto-header {
    margin-top: 60px;
    width: 80%;
    display: inline-block;
}

.empresa-info-dados {
    padding: 10px;
}

input#pesquisarBtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

select#atividade {
    max-width: -webkit-fill-available;
}

.copyright {
    background: #fff;
    padding: 10px;
    margin-bottom: -10px;

}

.quadro-societario-info {
    margin-top: 20px;
    border: solid 1px #e5e7eb;
    margin-bottom: 20px;
}

.quadro-societario-info-cab {
    padding: 10px;
    background: #f5f5f5;
    border-bottom-style: solid;
    border-bottom-color: #007BFF;
}

.quadro-societario-info-dados {
    padding: 10px;
}

.informacoe-pesquisa {
    padding: 10px 0px 20px;
}

.quadro-societario-info-dados .resposta-info {
    margin-top: 10px;
}

.social-icons {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.social-icons img {
    padding: 0px 10px 10px 10px;
    width: 24px;
    height: 24px;
    transition: filter 0.3s ease;
}

.social-icons img:hover {
    filter: brightness(1.3); /* Efeito de destaque ao passar o mouse */
}

.empresa-nova {
    background: #fff0d1;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

.empresa-nova-texto:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8cGF0aCBkPSJNMiA0Mmg0NEwyNCA0IDIgNDJ6bTI0LTZoLTR2LTRoNHY0em0wLThoLTR2LThoNHY4eiIgZmlsbD0iI2VhODYwMCIvPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    content: '';
    height: 24px;
    margin-left: -40px;
    margin-top: -6px;
    position: absolute;
    width: 24px;
}

.texto-principal {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin-top: 20px !important;
    color: #444;
    line-height: 1.25rem;
}

.texto-principal b {
    color: #007BFF;
}

.descricao-site {
    padding: 10px;
}

.matriz-filial-info {
    margin-top: 20px;
    border: solid 1px #e5e7eb;
    margin-bottom: 20px;
}

.matriz-filial-info-cab {
    padding: 10px;
    background: #f5f5f5;
    border-bottom-style: solid;
    border-bottom-color: #007BFF;
}

.matriz-filial-info-dados {
    padding: 10px;
}

svg.svg-matriz-filial {
    margin-left: 10px;
}

.faq .svg-container {
    text-align: end;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #444;
    right: 10px;
    padding: 10px;
}


.faq-container {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.faq-item {
    margin-bottom: 10px;
    cursor: pointer;
}

.question {
    padding: 0 10pe;
    position: relative;
    line-height: 1.75rem;
    font-weight: 500;

}

.answer {
    display: none;
    padding: 10px;
    line-height: 1.5rem;
    font-size: 0.9rem;
}

.answer a:link {
    font-weight: bold;
}

.faq-item.active .answer {
     display: block;
     margin-bottom: 20px;
}

.faq-titulo {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
}

.faq-question {
    width: 90%;
}

.info-item {
    margin-bottom: 10px;
    cursor: pointer;
}

.titulo-info .svg-container {
    text-align: end;
    position: absolute;
    width: 100%;
    color: #444;
    right: 10px;
    padding: 10px;
}

.empresa-info-dados .question {
    background: #f5f5f5;
    padding-left: 10px;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-menu {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  z-index: 1000;
  width: 100%;
}

.autocomplete-menu div {
  padding: 10px;
  cursor: pointer;
}

.autocomplete-menu div:hover {
  background-color: #e9e9e9;
}

.assinar_plano {
    background: #6ca6e5;
    border-radius: 10px;
    padding: 20px;
    font-size: 1rem;
}
