/* Add here all your CSS customizations */

.contacto {
	background-color:rgb(0 114 9);
	border-radius: 10px;
	padding-bottom: 10px;
	padding-top:  20px;
}

.featured-icon.custom-featured-icon-style-1 {
    width: 115px;
    height: 115px;
    border-radius: 100% !important;
}
	

button:focus{
    outline: none !important;
}