/* --------------------------------------------- */
/* ================== BANNER =================== */
/* --------------------------------------------- */

/* Background color behind system banner */
#navHeaderMain {
    background: linear-gradient(to right, #001C98, #70F7E9);
}

/* Forces banner max height */
#logo-sl-padrao {
    max-height: 100% !important;
}

/* Custom mobile banner */
@media (max-width: 768px) {
     #navHeaderMain {
         background-color: transparent !important;
    }
    #logo-sl-padrao {
        content: url('../../images/banners/607_mobile.jpg');
        max-height: 100% !important;
    }
}

/* --------------------------------------------- */
/* ================ BACKGROUND ================= */
/* --------------------------------------------- */

/* Custom desktop background */
body {
    /* background-image: url('../../images/bg/607_desktop.jpg');
    background-size: 100% 100%;
    background-attachment: fixed; */
    background-color: #E0E0E1;

}

/* Custom mobile background */
@media (max-width: 768px){
    body {
    /* background-image: url('../../images/bg/607_mobile.jpg');
    background-size: 100% 100%;
    background-attachment: fixed; */
    background-color: #E0E0E1;

    }
}

/* --------------------------------------------- */
/* ========= MISCELLANEOUS ADJUSTMENTS ========= */
/* --------------------------------------------- */

/* Hides the registration fees table */
#divTabelaValores {
    display: none;
}

/* Hides livestream CTA */
.cta-transmissao {
    display: none;
}