@charset "utf-8";
/* CSS Document */

*{-webkit-tap-highlight-color: rgba(0,0,0,0); margin: 0; padding: 0;}

a:link {color: rgba(255,255,255,0.85);;text-decoration: none;}
a:visited {color: rgba(255,255,255,0.85);;text-decoration: none;}
a:hover {color: rgba(255,255,255,0.85);;text-decoration: none;}
a:active {color: rgba(255,255,255,0.85);;text-decoration: none;}

@font-face {font-family: 'fonte'; src: url('font.ttf');}


body{
	font-family: 'fonte', 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma,  sans-serif;
	background: url(../images/topo_sura.jpg) no-repeat top center;
	background-size: 100% auto;    
	background-color: #cbcbcb;
	font-size: 100%;
	color: rgba(255,255,255,0.85);
}


#geral{
	/*margin-top:30px;*/
}

h2{
    float: left;
    text-align: center;
    width: 90%;
    padding: 40px 5% 35px 5%;
    background-color: rgba(0,0,0,0.6);
    font-size:140%;    

}


.tocador{
	width: 100%;
	float: left;
	margin-top:5%;
	
}

.topo{
	float: left;
	display: none;
}


.items{
	float: left;
	padding-top: 20px;
}

.verso{
	float: left;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	color: rgba(0,0,0,0.8);
	margin-bottom:4px;

}

.verso p{
	float: left;
	width: 79%;
	padding: 15px;
	font-size: 120%;
	line-height: 120%;
}

.whatsapp{
	float: left;
	width: 9%;
	margin-top:10px;
	margin-left: 2%;
}

.whatsapp img{
	width: 100%;
}

.menu{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 15px;
}

.menu li{
	float: left;
	width: 100%;
}

.menu img{
	float: left;
	height: 70%;
	max-width: 100%;
}

.menu a{
	float: left;
	width: 94%;
	margin-left: 1%;
	height: 60px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0.6);
	padding: 2%;
	color: rgba(255,255,255,0.70);

}

.menu p{
	
	width: 80%;
	margin-left: 15%;
	margin-top: 10px;
}