@import url("../style/links_externo/css2.css");
@import url("../style/links_externo/bootstrap-icons.css");
@import url("../style/links_externo/google-icons.css");

body {
    background: url(../img/fundo.jpg);
    background-size: cover;
    /* background-position: center center; */
    background-position: unset;
    background-repeat: no-repeat;
    font-family: 'Nunito', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #353A40;
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

li {
    list-style: inside;
    list-style-type: none;
}

button {
    cursor: pointer;
}

.hidden {
    display: none;
}

.modal_documentos .linha_separacao {
    height: 1px;
    background-color: #ccc;
    margin: 10px 0;
}

.linha_separacao {
    padding: 0.5rem;
    border-bottom: 1px solid #829692cc;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*
cinza
829692 claro
37433D escuro - 55 67 61 5.0
222 escuro
353A40 fonte
*/