html,body {
    background: rgb(0, 162, 239);
    background: radial-gradient(circle, rgba(0, 162, 239, 1) 0%, rgba(2, 52, 121, 1) 100%);
    font-family: 'Numans', sans-serif;
} 

html,
body {
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 767.98px) {

    html,
    body {
        background-image: url('../img/bg.jpg');
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
    }
}

.altura-tela{
    height: 100vh;
}

.altura-topo{
    margin-top: 18%;
}

.btn-tabloide {
    color: #00598F;
    background-color: #FFFFFF;
    font-size: 14px;
    border-radius: 0px;
    font-weight: bold;
    padding: 10px;
    width: 500px;
}

.btn-tabloide:hover {
    color: #00598F;
    border: 1px solid #00598F;
}