/* FONTE */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');



/* Código em Geral */

.margem-reforma-geral{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-bottom: 32px;
}

.btn-crq{
    background-color: #649dd0 !important;
    border-color: #649dd0 !important;
}

.btn-crq:hover{
    background-color: #507da6 !important;
    border-color: #507DA6 !important;
    transition: 0.25s;
}

td{
    font-family: 'Lato', sans-serif !important;
    font-size: 15px;
}

.td-principal{
    background-color: #92bade !important;

    text-align: center;
}

.centra-botao{
    display: flex;
    justify-content: center;
 }

 .botao-retorno{
    background-color: #92BADE !important;
    width: 120px;
    height: 45px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    cursor: pointer;
 }

 .img-busca{
    width: 25px;
    height: 25px;
    margin: 9px 35px;
 }

.combo1{
    text-transform: uppercase;
} 