/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 18 2026 | 08:42:36 */
/* BOTÓN HAMBURGUESA – CAJA FIJA */
.ct-header-trigger.ct-toggle {
  width: 65px !important;
  height: 65px !important;
  min-width: 65px !important;
  min-height: 65px !important;

  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  box-sizing: border-box;
}

/* PNG DEL MENÚ */
.ct-header-trigger.ct-toggle img {
	
  justify-content: center !important;
  margin: 1px 1px; 

  width: 130px !important;
  height: 130px !important;

  max-width: none !important;
  max-height: none !important;

  object-fit: contain;
  display: block;
}