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

#logotipo img{    
width:105px; 


}
#logotipo{
text-align:center;
width:100%;

}
#imagemnome{
box-shadow:0px 2px 4px #0000b0;
background:rgba(0,0,0,176);
padding-bottom:10px}

#imagemnome img{
width:300px;
margin-top:40px;
}


}

@media screen and (min-width:800.1px) and (max-width:1024px){
#logotipo{
width:105px;height:150px;
margin:10px 0px 0px 0px;
border:none;
box-shadow:0px 2px 4px #0000b0;
background:rgba(0,0,0,176);
padding-bottom:10px
}
#logotipo img{
	border:none;
	margin:10px 0px 0px 75px;
}
#imagemnome img{




width:440px;


}
#imagemnome{
margin:auto;
margin-top:-90px;}
}

@media screen and (min-width:1024.1px){
#logotipo{
width:105px;height:150px;
margin:10px 0px 0px 0px;
border:none;
box-shadow:0px 2px 4px #0000b0;
background:rgba(0,0,0,176);
padding-bottom:10px
}
#logotipo img{
	border:none;
	margin:10px 0px 0px 75px;
}
#imagemnome img{
width:600px;}
#imagemnome{
margin:auto;
margin-top:-90px;}
}