body {
    /* Mudar cor do fundo */
    /*background-color: #000000!important;*/

    /*background-color: #d1f6ff!important;*/
    /* background-image: url('../img/fundo_3.png');
    background-repeat: no-repeat;
    background-size: auto; */

    /* Mudar família da fonte */
    font-family:'Montserrat', sans-serif!important;
    /* Mudar cor da fonte */
    /*color: #ffffff!important;*/
    /*color: rgb(8, 49, 112)!important;*/
    /* Não alterar */
    font-size: 1.1rem!important;
    line-height: 1.5rem!important;
    text-align: center!important;
}

.container-fluid {
    max-width: 680px;
}

.gMnbgO {
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
    font-weight: bold;
}



.hbhIpf {
    margin: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* PHOTO */
.photo {
    margin-top: 30px;
    margin-bottom: 20px;
}

.photo img {
    max-width: 350px;
}

/* TITLE */
/* .title h1 {
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 3rem;;
} */

/* .title h2 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.5rem;;
} */

/* LINKS*/
.links {
    margin-bottom: 40px;
}

/* BOTÃO */
.botao {
    /* Mudar cor da fonte do botão */
    /*color: #000000;*/
    /* Mudar cor de fundo do botão */
    background-color: #ffffff;
    /* Não alterar */
    max-width: 100%;
    min-height: 2.2rem;
    vertical-align: middle;
    margin-top: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    border-radius: 50px;
    padding: 16px 20px;
    box-shadow: rgba(8, 49, 112, 0.24) 0px 2px 8px 0px;
}

/*.botao:hover {*/
    /* Cor do texto e fundo - Quando tem link */
    /*color: #ffffff;
    background-color: #e7323f;
}*/

.botao-transparent {
    /* Mudar cor da fonte do botão */
    /*color: #000000;*/
    /* Mudar cor de fundo do botão */
    /*background-color: #ffffff;*/
    /* Não alterar */
    max-width: 100%;
    min-height: 2.2rem;
    vertical-align: middle;
    margin-top: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    /*border-radius: 50px;*/
    padding: 16px 20px;
    background-position: center top;
    background-size: 100% auto;
    /*box-shadow: rgba(8, 49, 112, 0.24) 0px 2px 8px 0px;*/
}

/* SOCIAL */
.social {
    margin-bottom: 40px;
}
.social a {
    text-decoration: none;
    /* Mudar cor da fonte do ícone */
    /*color: #ffffff;*/
    color: rgb(8, 49, 112)!important;
}

.social a:hover {
    /* Cor do ícone - Quando tem link */
    text-decoration: none;
    color: #e7323f;
}

.social ul li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 5px;
}

/* FOOTER */
footer {
    font-size: 0.8rem;
    line-height: 1rem;
}

footer a {
    text-decoration: none;
    /*color: #ffffff;*/
    /*color: rgb(8, 49, 112)!important;*/
}

/* footer a:hover {
    color: #e7323f;
} */

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
}

.login100-more {
    display: block;
    position: fixed;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
}

.footer {
    bottom: 0;
    padding: 19px 15px 20px;
    position: absolute;
    right: 0;
    left: 0;
}