/*CONFIGURAÇÃO GERAL*/
img{display: block;
    max-width: 100%;}

body{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;}

.menu .menu-ativo{
    color: #373125;}

.verde{color: #373125;
    font-weight: bolder;
    
}

/*HEADER*/
.header{
    position:fixed; /*fixar na parte superior*/
    top: 0; /*posição 0 na parte superior*/
    background-color:#4B8E85;
    width: 100%;
    height: 115px;
    z-index: 10;}

.logosocial{
    width: 130px ;}

.menu ul li{
    display:inline-block;
    font-size: 20px;
    padding-left: 50px;}

.menu {
   text-align: right;
   padding-top: 40px;}

.headevento, .headfotos, .headcadastro, .headcontato{
color: #F6AB45;   
font-weight: bolder;}

.headevento:hover, .headfotos:hover, .headcadastro:hover,.headcontato:hover{
    color: #373125;}

.headevento:after{
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background-color: #F6AB45; 
    margin: 8px auto;}

.headfotos:after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #F6AB45; 
    margin: 8px auto;}

.headcadastro:after{
    content: "";
    display: block;
    width: 81px;
    height: 3px;
    background-color: #F6AB45; 
    margin: 8px auto;}

.headcontato:after{
    content: "";
    display: block;
    width: 71px;
    height: 3px;
    background-color: #F6AB45; 
    margin: 8px auto;}

/*FOTO INTRODUÇÃO*/
.foto-introducao {
    background: url(img/img1.jpg) center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 296px;
    display: block;
    margin-top: 115px;}
     
/*INTRODUÇÃO*/
.introducao{
    background-color: #F6AB45;
    width: 100%;
    height: 100%px;}

h1{
    color: #373125;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    margin-top: 40px;}

h1:hover{
    color:#4B8E85 ;}

h1:after{
    content: "";
    display: block;
    width: 648px;
    height: 3px;
    background-color: #373125; 
    margin: 8px auto 40px;}

.sobre p{
    font-size: 25px;
    line-height: 30px;}

.final{
    margin-bottom: 50px;}

.fotos2e3{
    margin: 40px 0 40px;}

/*INFORMAÇÕES*/
.informacoes{
    background-color: #4B8E85;
    width: 100%;
    height: 100%;}

.logo-grande{
    height: 350px;
    margin: 0px auto;
    padding: 30px 0 20px;}

.info{
    margin-bottom: 70px;
    font-size: 25px;
    color: #373125;
    display: block;}

.nina1{
    margin-top: 20px;
    margin-bottom: 110px;}

.nino1{
    text-align: right;
    float: right; }

.nino2{
    float: left;}

.nina2{
    text-align: right;
    float: right; }

.nina3{
    float: left;}

.nina4{
    text-align: right;
    float: right; }

.nina3ico,.nina4ico{
    width: 53px;}

.groupico{
    width: 180px;}

.turma img{  /*para pegar o item, as vezes, tem q especicicar +++*/ 
margin: 10px auto 0px;}

span{
    color:#F6AB45;}

/*FOTO RODAPÉ*/  
.foto-rodape {
    background: url(img/img4.jpg) center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 290px;
    display: block;}    
    
/*FOOTER*/ 
.footer{
    background-color: #F6AB45;
    width: 100%;
    height: 100%;}

.objetivo h3, .redes h3, .contato h3 {
    font-size: 20px;
    font-weight: bolder;
    color:#373125 ;
    text-align: center;
    margin-top: 20px;}

.objetivo h3:after,.redes h3:after,.contato h3:after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background-color: #373125; 
    margin: 8px auto;}

.meet-ico{
    width: 70px;
    margin-left: 15px; }

.insta-ico{
    width: 45px;
    margin-left: 120px; }

.redes ul li{
    display: inline-block ;}
    
.objetivo p, .contato p {
    text-align: center;}

.objetivo p{
    margin-bottom: 30px;}

/*COPYRIGHT*/ 
.copyright{
    background-color:#4B8E85 ;
    width: 100%;
    height: 35px;
    padding: 10px 0 0 10px;
    font-size: 10px;
}