/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 28 2020 | 00:24:44 */
/* Esconder reCaptcha - Divi */
body.et_pb_recaptcha_enabled .grecaptcha-badge {
    visibility: hidden !important;
}

/* Fix Logo */
@media (max-width: 980px) {
     #logo {max-height: 80% !important;}
}

/* Centrar Footer */
#footer-info {
	text-align: center;
	width: 100%;
}

/* Color link e-mail footer */
#footer-info a {
	color: #ffffff;
}

#footer-info a:hover {
	color: #d3e94e;
    opacity: 1;
}