/* 
    Document   : meuStylo
    Created on : 21/06/2013, 20:32:35
    Author     : marcos
    Description:
        Purpose of the stylesheet follows.
*/
.corFundo{
    background: url(../imagens/light-pattern.png) ;

}
.bannerTopo{
    margin-top: 10px;
}
.contato p{
    font: 90% Verdana,Arial,helvica, sans-serif;
}

.corFundoRodape{
    color: #FFFFFF;
    background-color: #333333;
/*    background-color: #ffff33*/
}

#mapa{
    width: 100%; 
    height: 300px;
    /*    z-index: 102;*/
}
#quemSomos p{
    text-align: justify;
}
#faleConosco p{
    text-align: justify;
}

div > ul a, .nav a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;

}
n{
    font-weight: bold;

}
#contrato p{
    font: 100% Verdana,Arial,helvica, sans-serif;
    text-align: justify;       
}
.text-label{
    font: 70% Verdana,Arial,helvica, sans-serif;
}



/*css autocomplete*/

.suggestionsBox {
    position: relative;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;	
    color: #fff;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {

    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
}


.suggestionsBoxDescricao {
    position: relative;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;	
    color: #fff;
}

.suggestionListDescricao {
    margin: 0px;
    padding: 0px;
}

.suggestionListDescricao li {

    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionListDescricao li:hover {
    background-color: #659CD8;
}

/*fim css autocomplete*/

.paginacao{
    display: flex;
    align-items: center;
    user-select: none;
}

.paginacao.rodape{
    justify-content: flex-end;
}

.paginacao span{
    margin: 0 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.paginacao span:hover{
    background: #0063cc30;
}

.paginacao span.ativo{
    background: #0062cc;
    color: #FFF;
}

.trFabricar{
    transition: .1s ease;
}

.trFabricar:hover{
    background: #5555ff;
    color: #FFF;
}

.rodape-cp {
    color:#FFF;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}