.big-banner {
    background-image: url("/static/img/tec1.jpg");
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: black;
    position: relative;
}

.big-banner-auditoria {
    background-image: url("/static/img/logo_audita3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.big-banner-lista {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-bottom: 30px; */
    position: relative;
}

.auditoria {
    /*  background-image: url("/static/img/auditoria.jpg");
          background-repeat: no-repeat;
          background-size: cover;*/
    /* background-image: url("/static/img/auditoria.jpg"); */
    /* background-attachment: fixed; */
    /* background-size: 100%;
    background-repeat: no-repeat;
    background-color: black;
    /* padding-bottom: 30px; 
    position: relative; */
}

.planejamento {
    background-image: url("/static/img/planejamento.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.monitoria {
    background-image: url("/static/img/monitoria.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}