.ubuntu {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-condensed-300 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

* {
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0rem;
}

h1,
h2,
h3,
h4,
h6 {
    color: rgb(0, 109, 29);
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

h6 {
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

h1 {
    font-size: 2rem;
}

h2,
h3,
h4,
h6 {
    font-size: 1.2rem;
}


h5 {
    color: white !important;
    font-size: 1.6rem;
    text-shadow: 2px 2px 5px black;
}

.destaque:hover {
    text-decoration: none !important;
}

.small-box>.small-box-footer {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

a.destaque:hover {
    text-decoration: none !important;
}

.direct-chat-contacts {
    background-color: #43acb9 !important;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.escuro {
    background-color: gray !important;
    color: white !important;
}

.branco {
    color: rgba(255, 255, 255, 0.80) !important;
}

.landingpage-titulo {
    color: white !important;
    font-size: 4rem;
    text-shadow: 2px 2px 5px black;
}

.fundo-branco {
    background-color: white !important;
}

.fundo-azul {
    background-color: rgba(21, 30, 95, 1) !important;
}

.fundo-azul-claro {
    background-color: rgba(34, 72, 117, 0.5) !important;
}

.fundo-azul-escuro {
    background-color: rgba(21, 30, 95, 1) !important;
}

.jumbotron {
    background-image: url('/img/silhueta3.png');
    background-color: #171852 !important;
    margin: 0 !important;
    padding: 60px 0 30px 0;
}

.jumbotron-sessao {
    /*background-image: url('/img/silhueta3.png');*/
    background-color: rgba(21, 30, 95, 1) !important;
    margin: 0 !important;
    padding: 30px 0 10px 0;
}

@media screen and (min-width: 500px) {
    #landingpage-figura {
        height: 200px;
    }

}

@media screen and (max-width: 500px) {
    .container-fluid {

        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;

    }

    .container {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 10px;

    }

    .card {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;


    }

    .card-body {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;

    }

    #landingpage-figura {
        max-width: 90%;
    }
}

.fundo-cinza-claro {
    background-color: rgba(174, 179, 215, 0.5) !important;
}

body x-auth-layout {
    background-color: gray;
}