/* ================== Index e Autenticação geral ================== */

/*@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Hind');*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

body{
    margin: 0;
/*    font-family: "Raleway", "Arial", sans-serif; 
    font-family: 'Hind', sans-serif; */
    font-family: 'Ubuntu', sans-serif;
    background-color: rgb(253,253,253);
}

h1, h2, h3, h4, h5{
/*    font-family: "Raleway", "Arial", sans-serif !important; */
    font-family: 'Ubuntu', sans-serif !important;
}

input{
    padding: 22px 0px !important;
    padding-left: 15px !important; 
    font-size: 14px !important; 
    border: 1px solid #A2ACB6; 
    border-radius: 3px !important; 
}

input:focus{
    color: #13181F !important;
    border: 1.5px solid #4999F7 !important;
}

select{
    padding-top: 8px !important;
    padding-left: 15px !important; 
    height: 44px !important;
    font-size: 14px !important; 
    border: 1px solid #A2ACB6 !important; 
    border-radius: 3px !important; 
}

select:focus{
    color: #13181F !important;
    border: 1.5px solid #4999F7 !important;
}

/* -- Barra de navegação -- */

.navbar-cor{
/*  background-color: #21499E; 
    background-color: rgb(52,152,219);
    background-color: #455A64; */
    background-color: white;
    border-color: #A2ACB5;
}

.navbar-header{
    width: 200px;
    margin-top: 6px;
}

.container-fluid{
    max-width: 1179px;
}

.imagem-logo{
    width: 147px;
    height: 38px;
    margin-top: 0px;
    margin-left: 20px;
}

/* -- Distância entre elementos -- */

.c-principal {
    margin-top: 25px;
}

.quebra-distancia {
    margin-top: -15px;
}

.questao-senha {
    margin-top: 10px;
    text-align: right;
    display: block;
}

.quebra-distancia-2 {
    margin-top: -8px;
}

.divisao {
    height: 1px;
    background-color: rgb(200,200,200);
    text-align: center;
}

.divisao span {
    background-color: white;
    position: relative;
    top: -0.7em;
    padding: 0 10px;
    color: rgb(131,131,131);
}

.btn-distancia{
    margin-left: 13px;
    margin-right: 13px;
}

/* ================== Cadastro_usuario ================== */

/* -- Distância entre elementos -- */

.termo-uso {
    margin-left: 20px;
}

/* ================== Ajustes para dispositivos ================== */

/* Celular */

@media screen and (max-width: 767px) {
        
    h1 {
        font-size: 25px;
    }
}

/* Celular @media screen and (max-width: 767px) */
/* Tablet  @media screen and (min-width: 768px) */
/* Tablet  @media screen and (min-width: 992px) */


