body{
    margin: 0;
    background-color: #dddddd;
    color: #888888;
    font-family: trebuchet ms, sans-serif;
    text-align: center;
}

#logosemadpa{
    border-radius: 50%;
    margin-top: 10vh;
    margin-bottom: 5vh;

}


.mostrarcel{
    display:none;
}


#formcampanha{
border-radius: 2%;
height: 700px;
}


#menu-projetos{
    width: 100%;
    text-align: center;
    background-color: lavenderblush;
}


#menu-projetos ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}



#menu-projetos ul li{
 
    padding: 15px;
    text-decoration: none;
    

}



#menu-projetos ul li a{
 
    color: black;
    text-decoration: none;
    

}

.projetos{
    margin-top: 40px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

#conteudo-projetos{
    width: 81%;
    background-color: lawngreen;
    padding: 10px;
    
}



#logosemadpa-interno{
    border-radius: 50%;
    padding: 15px 0 15px 0;

}


h1,h2,h3{
    color: #313030;
    font-family: 'KillTheLights';
    font-size: 20px;
    font-weight: bolder;
    margin: 0 0 5px 0;
}

h2{
    font-size: 18px;
}

h3{
    margin: 25px 0 30px 0;
    font-size: 35px;
    font-weight: normal;
}


.container{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    clear: both;
}

.coluna-principal{
    width: 45%;
    margin: 40px 0;
}

.coluna-inferior{
    width: 29%;
    font-size: 14px;
    margin: 40px 0;
}

/*imagens responsivas*/
.coluna-principal img, .coluna-inferior img, .coluna-central img{
    width: 100%;
    border-radius: 3%;
    box-shadow: 5px 5px 5px grey;

}

.negrito{
    font-weight: bolder;
    color: black;
}

.espaco30{
    padding-top: 40px;
    padding-bottom: 40px;
}

.coluna-central{
    margin: 0 auto;
}


.flex-colunas {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /*permite a quebra de linha*/
}

.fundo-cinza{
    background-color: #d2d2d2;
    padding: 40px 0;
    font-size: 18px;
}

#logo{
    
    background-image: url(img/mundo.jpg);
    height: 100vh;
    background-repeat: space;
    background-size: cover;
    background-origin: content-box;
    background-position: top center;
    
}


figure{
margin: 0;    
}


#locais{
display: flex;
flex-wrap: wrap;
margin: 0 auto;
align-items: flex-end;
justify-content: center;


}


.contato{
    background-color: white;
    text-align: center;
   
margin: 3px;

padding: 3px;
    width: 31%;
   

}



#fotos-quem-somos{
display: flex;
flex-wrap: wrap;
margin: 0 auto;
align-items: flex-end;
justify-content: center;

}





.fotos{
    
    text-align: center;
margin: 0;

    width: 333px;
    height: 333px;
    	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    


        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        

}



.nomedapessoa{
    background-color: black;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 24px;

    position: relative;
    top: -50px;
    
    
    margin-bottom: -50px;
    color: white;
    
}

.fotos:hover{
	
    

    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);


}

.titulo1{
    font-size: 40px;
    margin: 30px;
}


.titulo2{
    font-size: 30px;
    margin: 30px;
}

.titulo3{
    font-size: 25px;
    margin: 30px;
}


#logo-interno{
    
    background-image: url(img/mundo2.jpg);
    height: 160px;
    background-position: top center;
    background-repeat: space;
    background-size: cover;
    background-origin: content-box;
    background-position: top center;
    
}


#logo h1{
    font-size: 40px;
    color: white;
    opacity: 100% !important;
    
}

#imgtopo{
    opacity: 10%;
    text-align: left;
    
    
}

#menu{
    background-color: rgba(117, 114, 114, 0.6) !important;
    border: none !important;
}


#menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;

}

#menu ul li{
    display: inline-block;
}

#menu ul li:hover ul{
    display: block;
    
}

#login:hover{
    background-color: #9f4e4e !important;
    color: white;
}

#menu ul li a{
   
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 15px 28px;
    font-family: 'KillTheLights';
    color: white;
    font-size: 22px;
    
}

#menu ul li a:hover{
    background-color: #464646;
    color: white;
    
}

.logado{
    display: flex;
    color: black;
    font-size: 22px;
    
}

hr{
    margin: 0;

}

.red{
    background-color: red;
}

#menu ul li ul{
    background-color: #464646;
    position: absolute;
    display: none;
}

#menu ul li ul li{ 
    display: block;
    text-align: left;
}


#menu ul li ul li a:hover{ 
    background-color: #000000;
}

#lema{
    padding: 10px 20px;
    margin: 10vh auto;
    background-color: rgba(127, 208, 233, 0.295) !important;
    width: 1000px;
}

#lema p{
    font-size: 30px;
    color: rgb(4, 2, 46);
    
}

#autor{
    font-size: 18px;
    color: rgb(4, 2, 46);
    
}


.btn{
    display: inline-block;
    margin-top: 10px;
}

#banner{
    width: 100%;
    height: 100vh;
    background-image: url(img/banner.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.fotocomentario{
    border-radius: 50%;
}


#rodape{
    
    background-color: #333333;
    color: #ffffff;
    padding: 15px 0;
    font-size: 14px;
    position:relative;
    bottom:0;
    width: 100%;
}

.fundobranco{
    background-color: white;
}

#editorial{
    
    background-color: #333333;
    padding: 20px 0;
    width: 100%;
}

#editorial a {
    color: #ffffff;
    font-size: 24px;
    text-decoration:none;

}


@media screen and (max-width:1024px){

    #menu ul li a{
    padding: 8px 20px;
    }

    .coluna-inferior{
        width: 45%;
    }

}

@media screen and (max-width:767px){



.mostrarpc{
    display: none;
}


.mostrarcel{
    display: block !important;
    
}


    .ocultar{
        display: none;
    }

    .limpar{
        clear: both;
    }

    #logo img{
        width: 200px;
    }


.titulo1{
    font-size: 24px;
    margin: 17px;
}


.titulo2{
    font-size: 19px;
    margin: 14px;
}


.campanha{
    font-size: 20px;
}

.margemparabaixo{
    margin-bottom: 40px;
}

#logo{
    height: 512px;
}

    #lema{
        padding: 10px 20px;
        margin: 20px auto;
        background-color: rgba(127, 208, 233, 0.295) !important;
        width: 80%;
    }
    
    #lema p{
        font-size: 18px !important;
    }
    

    #autor{
        font-size: 14px !important;
    }
    

    .fotos{
    
        width: 90vw;
        height: 90vw;

    }


.contato{
    
    width: 95%;
   
}


    #menu{
        display: none;
        padding: auto 20px !important;
    
    }

#logo-interno{
        z-index: 1000;
        position: relative;
}


    #menu ul li{
        display: block; 

    }

    .coluna-principal, .coluna-inferior{
        width: 100%;
    }

    #menu ul li ul{
        position: static;
        background-color: #000000;
    }
    
    #menu ul li ul li{
        text-align: center;
    }


    #btn-menu{
        position: absolute !important;
        right: 0 !important;
        top: 35px !important;
    }



    .x .barra:nth-child(2){
        background-color: red;
        opacity: 0;

    }

    .x .barra:nth-child(1){
        transform: rotate(45deg) translate(4px,6px);
        transition: 0.5s;

    }

    .x .barra:nth-child(3){
        transform: rotate(-45deg) translate(3px,-6px);
        transition: 0.5s;
    }


    .barra{
        width: 35px;
        height: 5px;
        background-color: #ffffff;
        margin-bottom: 2px;
        margin-right: 5px;
    }

}

@media print{
    #menu{
        display: none;
    }

    body{
        background-color: #ffffff;
    }
}

.esquerda{
    display: flex;
    font-size: 20px;    
    }

.campoform{
    width: 100%;
    height: 30px;
    font-size: 22px;
    margin-bottom: 8px;
}


.campo {
    margin-bottom: 1em;
}

fieldset.grupo .campo {
    float:  left;
    margin-right: 1em;
}

.campo input[type="text"],
.campo input[type="email"],
.campo input[type="url"],
.campo input[type="tel"],
.campo select,
.campo textarea {
    padding: 0.2em;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    display: block;
}

.campo select option {
    padding-right: 1em;
}

.campo input:focus, .campo select:focus, .campo textarea:focus {
    background: #FFC;
}

.campo label.checkbox {
    color: #000;
    display: inline-block;
    margin-right: 1em;
}

.botao {
    font-size: 1.5em;
    background: rgb(155, 161, 64);
    border: 0;
    margin: 20px 0 40px 0;
    color: #FFF;
    padding: 0.2em 0.6em;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.botao:hover {
    background: rgb(177, 172, 132);
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: none;
}

.botao, select, label.checkbox {
    cursor: pointer;
}

td, th {
    border-bottom:solid 1px #000; 
    padding: 5px;
    color: black;
}

th{
    background-color: rgba(247, 118, 67, 0.849);
}

table{
    background-color: rgb(94, 186, 214);
    width: 100%;
    margin-bottom: 40px;


}
