/* Estilos para el menú y header de Avada */
.fusion-menu-visible {
  overflow: visible !important;
}

.fusion-menu-inline-styles,
.fusion-header-inline-styles {
  all: unset;
}


.fusion-switched-side {
  left: auto !important;
  right: 0 !important;
}


.fusion-is-sticky,
.fusion-sticky-header {
  /* position: fixed !important; */
  top: 0;
  width: 100%;
  z-index: 210;
  background-color: #fff; 
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.fusion-header-wrapper.fusion-sticky-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.fusion-sticky-shadow {
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}


.fusion-header-reset {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  box-shadow: none !important;
}