@charset"utf8";

.container{

}

.area-botoes{
	height: 350px;
	margin-top: 80px;	
}

.btn-links{
	width: 35%;
	background: none;
	box-shadow: 2px 2px 1px 1px #86C152;
	padding: 12px;
    border-radius: 20px;  
    border-color: #719B2D;  
    margin: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.btn-links a{
	text-decoration: none;
	color: #fff;	
}
.btn-links:hover{
    box-shadow: 4px 4px 1px 1px #719B2D;
}

@media(max-width:998px){
.btn-links{
	width: 60%;
   }	
}

@media(max-width:768px){
.btn-links{
	width: 50%;
   }	
}
@media(max-width:540px){
.btn-links{
	width: 80%;
   }	
}
