main{
    position: relative;
    overflow: hidden;
}
#bg-icons{
    background-image: url('./../dist/img/icons.png');
	background-position: top center;
    background-repeat: no-repeat;
    position:absolute;
    z-index:-1;
    width:100%;
    height:100%;
}
#cursos{
    position: relative;
    padding: 0;
}
#cursos .container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.premios{
    position: relative;
    padding: 0;
}
.premios .container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.processo-formativo{
    position: relative;
    padding: 0;
}
.processo-formativo .container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.diferenciais{
    position: relative;
    padding: 0;
}
.diferenciais .container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.depoimentos{
    position: relative;
    overflow: hidden;
    padding: 0;
}
.depoimentos .container{
    padding-top: 80px;
    padding-bottom: 80px;
}
.bg{
    background:url('./../dist/img/bg-2026.jpg') repeat;
	background-position: top center;
    position:absolute;
    z-index:-2;
    width:100%;
    height:100%;
}
.bg-depoimentos{
    background:#0082e7;
    position:absolute;
    z-index:-2;
    width:100%;
    height:100%;
}
.btn-vestibular{
    align-items:center;
    display:inline-flex;
    font-size:18px;
    font-weight:900;
    line-height:1;
    padding:4px 4px;
    text-align:center;
	background-color: #25ffba;
    position: relative;
    border-radius: 0;
}
.btn-vestibular a{
    color: #20078e;
    font-weight: 900;
}

.btn-vestibular .inscricao{
    padding:7px 50px;
    box-shadow: 0 0 8px 2px #23ffb4 inset,
                0 0 8px 4px #23ffb4;
    z-index: 1;
}

.menu-secundario{
    background-color: #030312;
}

.banners{
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    font-family: "Lato", system-ui;
    padding:30px 0;
    position:relative
}
.banners .text-primary{
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.info {
    padding: 0;
    position: relative;
}
.info .container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-template-default .capa {
    background:url('./../dist/img/bg-2026.jpg') repeat;
	background-position: top center;
}
.tabs-content a{
    color: #0d6efd;
}
ul.profs{
    padding-left: 0;
}
ul.profs li{
    list-style: none;
}
@media (min-width: 992px) {
    .banners .line2 {
        margin-bottom: 0;
    }
}

@media (max-width:576px){
    .banners .text-primary {
        font-size: 2rem;
    }
}