body{
	margin:0;
	padding:0;
	width:100%;
	color:#482B1A;
    background: #F1C73A;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 0px rgba(237,186,17, 1) ;
}
#miolo{
	position:absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
 	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	top: 45%;
	margin:0;
	padding:0;
}
.ferramentas{
	width:15vw;
	position:relative;
	margin: 0;
	padding:15px 15px 20px 0;	
}
.logo_membros{
	width:12vw;
	position:relative;
	margin: 0;
	padding:0 0 0 15px;
}
/*.ferramentas:hover{
    animation-name: ckw;
    animation-duration: 2s;
}*/
a{
	text-decoration:none;
	color:#482B1A;
}
@keyframes ckw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
h1{
    font-family: 'news_gothicregular';
	font-size:18px;
	padding-bottom:20px;
	margin-top:-15px;
	display:block;
}
h2{
    font-family: 'news_gothicregular';
	font-size:18px;
	padding-bottom:30px;
	margin:0;
	display:block;
}
.facebook_icon{
	width: 40px;
	top: 14px;
	position:relative;
}
.fone_icon{
	top:15px;
	right:6px;
	position:relative;
}
.mail_icon{
	top:5px;
	right:8px;
	position:relative;
}
.contatos{
	margin:30px 0 30px 0;
	padding:0;
}

@media only screen and (max-width: 1100px){
#miolo{
	width:60%;
}
.ferramentas{
	width:18vw;

}
.logo_membros{
	width:15vw;
}	
}

@media only screen and (max-width: 850px){
h1, h2{
	font-size:15px;
}
.facebook_icon{
	width: 32px;
	top: 13px;
}
.fone_icon{
	width:20px;
	top:10px;
}
.mail_icon{
	width:30px;
}
}

@media only screen and (max-width: 600px){
.ferramentas{
	width:30vw;
}
.logo_membros{
	width:24vw;
}
h1, h2{
	font-size:14px;
}
#miolo{
	width:70%;
}
}
	
@media only screen and (max-width: 400px){
h1, h2{
	font-size:13px;
}
.fone_icon{
	width:16px;
	top:8px;
}
.facebook_icon{
	width: 25px;
	top: 8px;
}
.mail_icon{
	width:22px;
	top:3px;
}
#miolo{
	width:95%;
}
}	
	
	
	