.img-fluid{
    max-width: 100%;
}
.navbar-brand{
    height: auto!important;
}

header h1{
    font-size: 4em!important;
    font-weight: 500;
}

header h2{
    font-size: 2.3em;
    margin-bottom: 5%;
}

header a{
    font-weight: 700!important;
    font-size: 0.8em!important;
    font-family: sans-serif!important;
}

.mascote{
    margin-top: 6%;
}

.div-video{color: #0bb28b; font-weight: 600;}

.embed-responsive{margin-top: -90px; margin-bottom: -40px;}
.embed-responsive-item{height: 80%!important;}

.bg-blue{background-color: #009ee8; color: #fff;}
.bg-red{background-color: #fe0113; color: #fff;}
.bg-green{background-color: #0bb28b; color: #fff;}
.bg-black{background-color: #000000; color: #fff;}
.bg-white{background-color: #ffffff; color: #000;}

.quem-somos-item{
    padding: 50px;
}

.quem-somos-item img{
    width: 100%;
    border-radius: 50%;
}

h4{
    font-size: 2.2em!important;
    font-weight: 500!important;
    margin: 30px auto!important;
}

h5{
    font-size: 3em;
    font-weight: 400!important;
    margin-top: -80px!important;
}

h6{
    font-size: 4em!important;
    font-weight: 400!important;
    margin-top: -70px!important;
}

.navbar-nav{
    margin: 2% 0;
}

.nav-destaque{
    font-size: 1.1em!important;
    
}

.nav-destaque.active>a:focus{color:#009ee8!important;}

.btn-blue{
    background-color: #0bb28b;
    color: #fff;
}

.btn-blue:hover{
    background-color: #fff;
    border: 1px solid #0bb28b;
    color: #0bb28b;
	
}

#contact{
    padding-bottom: 0!important;
}

.noticias-item img{
    width: 100%;
    margin: auto auto;
}

.noticias-item h2{
    width: 80%;
    font-size: 2.5em;
}

.noticias-item p{
    width: 100%;
}

.noticias h6{
    text-align: center;
    margin-bottom: 5%;
}