/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2020 | 17:17:03 */
.ccw_plugin .animated{
	padding: 5px;
  	transition: 0.5s;
}
.ccw_plugin .animated:hover{
  	background-color: rgb(31, 171, 83) !important;
	transition: 0.5s;
}
.ccw_plugin .animated:hover .icon{
	color: #ffffff !important;
}

#contato label{
  color: white;
}

#contato .btn-enviar input  {
  background: #2F99DC;
  color: white;
  border-radius: 3px; 
}