body {
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #dfdfdf;
}
@keyframes loading {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}

}
.loading-fx {
    transform: rotate(0deg);
    animation: loading 1s linear infinite;    
}
.loading-fx-box {
    display: none;
    height: 50px;
}

.logo {
  display: block;
  margin-bottom: 25px;
  margin-right: 20px;
  width: 331px;
  height: auto;
  position: fixed;
    bottom:0;
    right:0;
    z-index: -1;
}
.link-empresa{
    color: #393f47;
    text-decoration: none;
    transition: 1s;
}
.link-empresa:hover {
    color: #00BFFF;
    text-decoration: none;
}
.footerSite {
  width: 100%;
  padding: 5px;
  background-color: #dfdfdf;
  position:fixed;
  z-index: 1;
  bottom:0;
} 
textarea { 
    resize:none; 
}  
input[type=checkbox] {
  transform: scale(1.5);
}
.iframe-container iframe {
    border: none;
    margin: 10px 0px;
    position: relative;
    top:0;
    left: 0;
    width: 100%;
}
.widgets-estilo-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 20;
    overflow: auto;
}
.widgets-estilo {
    display: none;
    width: 90%;
    margin: 4px auto 0px;
}
/* box de resultados */
.pesquisa-resultado-box-justificado {
    display: none;
    width: 100%;
    position: absolute;
    top: 40px;
    z-index: 25;
}
.pesquisa-resultado-box-grande {
    display: none;
    width: 600px;;
    position: absolute;
    top: 40px;
    z-index: 25;
}
.pesquisa-resultado-conteudo {
    width: 100%; 
    display: block; 
    overflow-y: scroll; 
    height: 350px;
}
.pesquisa-resultado-conteudo p {
    margin: 2px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.pesquisa-resultado-conteudo p:hover {
    background: #eee;
}

.pesquisa-box-scroll {
    width: 100%; 
    display: block; 
    overflow-y: scroll; 
    max-height: 450px;
}


