

.rest-1 {
    width: 100%;
    height: 50px;
    background: #fff;
    padding: 10px;
}

.prolista-1{
    width: 55%;
    height: 470px;
    background: white;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    font-family: roboto_slab_regular;
    text-align:center;
    color: rgba(6,6,6,0.6);
	margin: auto;

}

.prolista-1 img{
	width: 100%;
	height: 250px;
	margin: auto;
	padding: 5px;

}
.prolista-1 p{
	margin: auto;
	padding: 2px;
	text-align: justify;
	font-size: 16px;
	font-family: roboto_slab_regular;
	color: rgba(6,6,6,0.5);
}
.prolista-2{
    width: 45%;
    height: 470px;
    background: white;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    font-family: roboto_slab_regular;
    color: rgba(6,6,6,0.6);
	margin: auto;

}

.prolista-3{
    width: 100%;
    background: #B5B2B2;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    text-align:justify;:
}

.menuvert{
    list-style: none;
    line-height: 46px;
   /* outline: 1px solid red;*/
    padding-left: 0;
    width: 21.2em;
    margin: 0.5em auto;

    
}

.menuvert a {
    color: black;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    
}

.menuvert li {
    /*outline: 1px solid green;*/
    /*border-left: 3px, solid rgba(255,255,255,.2);*/
    box-shadow: 4px 0 rgba(9,0,0,2) inset;
    margin-bottom: 5px;
	padding-top: 3px;
    padding-left: 0.5em;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
        
    
}

.menuvert li:hover {
    
    box-shadow: 25em 0 rgba(255,255,255,.2) inset;
    
}



@media screen and (max-width: 700px){
    
.prolista-1{
    width: 100%;
    height: 575px;
    background: white;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    font-family: roboto_slab_regular;
    text-align:center;
    color: rgba(6,6,6,0.6);
	margin: auto;

}
	
	.prolista-3{
	 width: 100%;
    background: #B5B2B2;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    text-align:justify;:
}
	.prolista-2{
    width: 100%;
    height: 490px;
    background: white;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    font-family: roboto_slab_regular;
    color: rgba(6,6,6,0.6);
	margin: auto;

}


}









