/*@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap');

html, body {

    font-family: 'Roboto', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/

}

form {

    max-width: 960px;

}

@media (min-width: 576px) {

    html {

        height: 100%;

    }

    body {

        /*background: linear-gradient(rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)), url('../img/empregos.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;*/

        /*background-color: #F5F5F5;*/

    }

}

@media (min-width: 768px) {

    html {

        height: 100%;

    }

    body {

        /*background: linear-gradient(rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)), url('../img/empregos.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;*/

        /*background-color: #F5F5F5;*/

    }

}

@media (min-width: 992px) {

    html {

        height: 100%;

    }

    body {

        /*background: linear-gradient(rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)), url('../img/empregos.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;*/

        /*background-color: #F5F5F5;*/

    }

}

.loadingpage {

    display: none;

    z-index: 9999;

    position: fixed;
    vertical-align: middle;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.8);

    color: white;

}

.loadingpage .centro {

    display: table-cell;
    vertical-align: middle;

}

.strong {
    font-weight: 800;
}