/* header */
.btn-portal{
    background-color: #2c95cf;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-portal.scrolled-btn {
    background-color: #fff;
    color: #000;
}
.btn-portal:hover{
    background-color: #DCDCDC;
    color: #000;
}
.redes-sociais{
    width: 100%;
    z-index: 1 !important;
    position: absolute;
    background-color: transparent;
}
.navbar{
    z-index: 1 !important;
    position: absolute;
    width: 100%;
    transition: background-color 0.3s ease;
} 
.navbar.scrolled {
    background-color: #2c95cf;
}
.bg-transparente{
    background-color: transparent;
}
/* fim header */

/* banner-inicio */
.banner-inicio{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 0;
}
/* fim banner-inicio */

/* Avisos e notícias */
.avisos-noticias{
    margin-top: 3%;
    position: relative;
    z-index: 0 !important;
}
.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 */

.navbar-toggler-icon, .navbar-toggler-icon::before, .navbar-toggler-icon::after{
    background-color: #fff !important;
}

@media screen and (max-width: 768px){
    .bg-transparente{
        background-color: #2c95cf;
    }
    .btn-portal{
        background-color: #fff;
        color: #000;
    }
    .navbar{
        z-index: 0;
        position: relative;
    }
    .banner-inicio{
        position: relative;
        width: 100%;
        height: 7%;
        overflow: none;
    }
    .background-video {
        position: relative;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 0;
        width: 100%;
        transform: translate(0);
        z-index: 0;
    }
    .avisos-noticias{
        margin-top: 0;
        position: relative;
        z-index: 0 !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px){

}