@charset "UTF-8";
@import url("noctua7.css");

/* ********************************** INÍCIO - MODAL *********************************** */

/* ****************** MODAL */
.modal {
    padding: 0 !important;
    margin: 0 !important;
}

.modal-open {
    overflow: inherit;
}

/* ****************** MODAL-CONTENT */
.modal-content {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    background-color: var(--color-n7-transparent);
}

/* ****************** MODAL-FULLSCREEN-SM-DOWN / MODAL-CONTENT */
.modal-fullscreen-sm-down .modal-content {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: var(--color-n7-white);
}

/* ********************************** INÍCIO - MODAL-LOGIN-ADM ************************* */

/* ****************** MODAL-CONTENT / MODAL-LOGIN-ADM */
.modal-content.modal-login-adm {
    background-image: var(--bg-system);
}

/* ****************** MODAL-BODY-FULLSCREEN-LOGIN-ADM */
.modal-body-fullscreen-login-adm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: calc(100vh - (2 * var(--height_42)));
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ********************************** FIM - MODAL-LOGIN-ADM **************************** */

/* ********************************** INÍCIO - MODAL-LOGIN-SITE ************************ */

/* ****************** MODAL-CONTENT / MODAL-LOGIN-SITE */
.modal-content.modal-login-site {
    background-color: transparent;
}

/* ****************** MODAL-BODY-FULLSCREEN-LOGIN-SITE */
.modal-body-fullscreen-login-site {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ********************************** FIM - MODAL-LOGIN-SITE *************************** */

/* ********************************** INÍCIO - MODAL-HEADER **************************** */

/* ****************** MODAL-HEADER-BLOCK */
.modal-header-block {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

/* ********************************** FIM - MODAL-HEADER ******************************* */

/* ********************************** INÍCIO - MODAL-BODY ****************************** */

/* ****************** MODAL-BODY */
.modal-body {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

/* ****************** MODAL-BODY-FULLSCREEN */
.modal-body-fullscreen {
    display: flex;
    align-items: first baseline;
    justify-content: center;
    width: 100%;
    min-height: calc(100vh - (2 * var(--height_42) + var(--height_30)));
    margin: 0;
    padding: 0;
    background-color: var(--color-n7-white);
    box-sizing: border-box;
}

/* ****************** MODAL-BODY-FULLSCREEN-BLACK */
.modal-body-fullscreen-black {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: calc(100vh - (2 * var(--height_42)));
    margin: 0;
    padding: 0;
    background-color: var(--color-n7-black);
    box-sizing: border-box;
}

/* ****************** MODAL-BODY-FULLSCREEN-TRANSPARENT */
.modal-body-fullscreen-transparent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ****************** INFORME-HOME-PAGE */
#informe_home_page {
    width: 340px;
    height: 340px;
    border-radius: 8px;
}

/* ****************** MODAL-BODY > P */
.modal-body>p {
    color: var(--color-n7-dark);
    margin: 10px;
}

/* ********************************** FIM: MODAL-BODY ********************************** */

/* ********************************** INÍCIO - MODAL-FOOTER **************************** */

/* ****************** MODAL-FOOTER */
.modal-footer {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    min-height: var(--height_15);
    background-image: var(--bg-gradient);
    box-sizing: border-box;
}

/* ****************** MODAL-FOOTER-FULLSCREEN */
.modal-footer-fullscreen {
    margin: 0;
    padding: 0;
    min-height: var(--height_30);
    background-image: var(--bg-system);
    box-sizing: border-box;
}

/* ********************************** FIM - MODAL-FOOTER ******************************* */

/* ********************************** INÍCIO - @MEDIA SCREEN / MODAL ******************* */

@media screen and (min-width: 576px) {

    /* ****************** MODAL-BODY-FULLSCREEN */
    .modal-body-fullscreen {
        align-items: center;
        padding: 10px 0;
    }

    /* ****************** INFORME-HOME-PAGE */
    #informe_home_page {
        width: 400px;
        height: 400px;
    }
}

@media screen and (min-width:620px) {}

/* ********************************** FIM - @MEDIA SCREEN / MODAL ********************** */

/* ********************************** FIM - MODAL ************************************** */