/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 29 2025 | 16:00:25 */
@media(max-width:768px){
	html,
	body{
		overflow-x: hidden;
	}
}

/* diminui logo no scroll */
.header-logo img {
  transition: all 0.3s ease;
  height: 50px;       /* altura original */
  width: auto;        /* mantém proporções */
}

.site-header.shrink .header-logo img {
  height: 35px;       /* altura menor */
  width: auto;        /* mantém proporções */
}
