.elementor-1176 .elementor-element.elementor-element-4900313 .rivax-header-nav li.menu-item > a {
  display: ruby-text !important;
}


@media (max-width: 1024px) {
    .elementor-element-4f690fe {
      display: none;
  }
}

.footer-canvas-menu-btn-container {
  position: absolute;
  right: 45px;
  bottom: 0px;
  top: 42px;
  z-index: 99999999;
}

.footer-canvas-menu-bg {
  position: absolute;
  right: 45px;
  bottom: 0px;
  left: auto;
  top: 42px;
  width: 45px;
  height: 45px;
  background: #6241b7;
  border-radius: 50%;
  box-shadow: 0 3px 12px #28292f3d;
  transition: 0.6s;
  z-index: 99999999;
}

body.footer-canvas-menu-active .footer-canvas-menu-bg {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  top: auto;
}

@media (max-width: 767px) {
  .footer-canvas-menu-btn-container {
    right: 60px;
    top: 34px;
  }
  
  .footer-canvas-menu-bg {
    right: 60px;
    top: 34px;
  }

}

@media (max-width: 520px) {
  .footer-canvas-menu-btn-container {
    right: 20px;
  }
  .footer-canvas-menu-bg {
    right: 20px;
  }
}

@media (max-width: 378px) {
  .footer-canvas-menu-btn-container {
    right: 10px;
  }
  .footer-canvas-menu-bg {
    right: 10px;
  }
}
@media (max-width: 345px) {
  .footer-canvas-menu-btn-container {
    right: 1px;
  }
  .footer-canvas-menu-bg {
    right: 1px;
  }
}

/* Si popup-search está abierto, oculta los elementos hermanos */
.popup-search.open ~ .footer-canvas-menu-btn-container,
.popup-search.open ~ .footer-canvas-menu-bg {
    display: none;
}
