<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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.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;
    border-radius:10px;
    display:inline-flex;
    font-size:1em;
    font-weight:900;
    line-height:1;
    padding:4px 4px;
    text-align:center;
    background-image: linear-gradient(#2871fa, #6717cd);
	background-color: #2871fa;
    position: relative;
}

.btn-vestibular .inscricao{
    padding:12px 20px 12px 50px;
    border: 2px solid #e4feff;
    border-radius: 10px;
    box-shadow: 0 0 8px 2px #83ebfe inset,
                0 0 8px 4px #83ebfe;
    z-index: 1;
}

.btn-vestibular .inscricao:before {
    content: "";
    width: 19px;
    height: 19px;
    background: transparent url('./../dist/img/play.png') no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    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;
}

.info {
    padding: 0;
    position: relative;
}
.info .container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-template-default .capa {
    background:url('./../dist/img/bg.jpg') repeat;
	background-position: top center;
}
.tabs-content a{
    color: #0d6efd;
}</pre></body></html>