/* header */
.btn-portal{
    background-color: #2c95cf;
}
.btn-portal:hover{
    background-color: #186db2;
}
.redes-sociais{
    background-color: #2c95cf;
}
/* fim header */

/* banner-inicio */
.banner-inicio .ratio-16x9 {
    --si-aspect-ratio: 33%;
}
/* fim banner-inicio */

/* Avisos e notícias */
.avisos-noticias{
    margin-top: 3%;
}
.avisos-noticias h2{
    font-size: 128px;
    font-weight: 900;
    line-height: 153.6px;
    text-align: center;
    color: #F9F5F5;
    text-wrap: nowrap;
    overflow: hidden;
    margin-left: -55px;
}
.avisos-noticias-title h1{
    margin-top: -75px;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    z-index: 1;
    color: #112b40;
}
.slider-noticias{
    margin-top: 3%;
}
.pill{
    z-index: 1;
    position: absolute;
    margin-top: 3%;
    margin-left: 3%;
    padding-left: 15px;
    padding-right: 15px;
}
/* Fim Avisos e notícias */

/* Sistema SAS */
.sistema-sas p{
    color: #112b40;
}
/* fim Sistema SAS */

/* ensinos */
.ensinos{
    margin-top: 5%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.ensinos p{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #112b40;

}
/* fim ensinos */

/* infraestrutura */
.infraestrutura{
    height: 20%;
    background-color: #2c95cf;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infraestrutura img{
    border-radius: 8px;
}
.infraestrutura h4{
    font-size: 36px;
    font-weight: 700;
    line-height: 57.6px;
    color: #fff;
}
.infraestrutura p{
    color: #fff;
}
.btn-transparente{
    border: 1px solid #fff;
}
.btn-transparente:hover{
    border: 1px solid #fff;
}
/* fim infraestrutura */

/* footer */
.footer{
    background-color: #185e8c;
}
/* fim footer */