*{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
#menu{
    height: 80px;
    padding-top: 20px;
}
.menu-mobile{
    display: none ;
}
#logo{
    padding-top: 30px;
}
nav ul li a{
    color: white !important;
}
.dropdown-item:hover{
    background-color: #3c3985;
}
header{
    width: 100%;
    padding: 10px 0px;
    z-index: 99999999;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
/*banner historia*/
.banner-fundamental{
    background: url(../img/banner-cinza.png);
     background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    padding-top: 150px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 700;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.banner-fundamental img{
    margin-top: -30px;
}
.titulo-infra{
    text-align: center;
}
/*AVALIAÇÃO DA APRENDIZAGEM DO ALUNO*/
.titulo-regimento{
    text-align: center;
    margin-top: 50px;
    
}
.titulo-regimento h2{
    font-size: 30px !important;
}
.conteudo-regimento{
    margin-top: 20px;
}
.conteudo-regimento h3{
    font-size: 20px;
}
.conteudo-regimento p{
    font-size: 16px;
}
.conteudo-regimento ul li{
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
