@charset "utf-8";
/* CSS Document */
    @media screen and (max-width: 900px) {
body {
font-size: 100%;
}
#header{
height:100%;
}
#map{
width:100%
}
#entrega{
width:95%;
}
#coleta{
width:95%;
}
#solicitar{
font-size: 120%;
}
#nav{
font-size:120%;
height:auto;
}
#nav_right{
float:left;
margin-top:5px;
display:none;
}
#imgmenu{
background-color:rgba(255,255,255,0.80);
border-radius:5px;
width:100%;
margin-right:0px;
padding:0px;
}
#imgmenu ul{
margin:0px;
padding:0px;
}
#imgmenu li{
	padding:0px;
	margin-right:auto;
margin-left:auto;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom: 1px dashed #000;
font-size:24px;
text-align:center;
display: list-item;
}
#imgmenu li:last-child{
border-bottom:0px;
}
#box{
width:100%;
}
#form{
display:none;
}
#frame{
display:none;
}
#contact{
height:auto;
margin-bottom:10%;
}
#contato{
height:150%;
}
.contactresp{
width:100%;
height:auto;
}
    }
