.elementor-3699 .elementor-element.elementor-element-4b5b0471{--display:flex;--min-height:385px;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3699 .elementor-element.elementor-element-4b5b0471.e-con{--align-self:center;--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}.elementor-3699 .elementor-element.elementor-element-27e31946.elementor-element{--flex-grow:1;--flex-shrink:0;}#elementor-popup-modal-3699 .dialog-widget-content{animation-duration:0s;background-color:transparent;background-image:linear-gradient(180deg, #02010100 0%, #00000000 100%);box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-3699{background-color:#280F0F26;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3699 .dialog-message{width:1000px;height:380px;align-items:center;}#elementor-popup-modal-3699 .dialog-close-button{display:flex;background-color:#FF000000;}#elementor-popup-modal-3699 .dialog-close-button i{color:#00000000;}#elementor-popup-modal-3699 .dialog-close-button svg{fill:#00000000;}@media(max-width:1024px){#elementor-popup-modal-3699 .dialog-message{width:1000px;height:1000px;}#elementor-popup-modal-3699{justify-content:flex-start;align-items:flex-start;}}@media(max-width:767px){#elementor-popup-modal-3699 .dialog-message{width:10rem;}#elementor-popup-modal-3699{justify-content:flex-end;align-items:flex-start;}#elementor-popup-modal-3699 .dialog-close-button{top:0%;font-size:0px;}body:not(.rtl) #elementor-popup-modal-3699 .dialog-close-button{right:0%;}body.rtl #elementor-popup-modal-3699 .dialog-close-button{left:0%;}}/* Start custom CSS for html, class: .elementor-element-27e31946 *//* ==============================
   POPUP MOBILE — BASE SEGURA
   ============================== */

/* Nasce DESATIVADO (fundamental) */
.airon-popup {
  display: none;
}

/* ===== MOBILE ===== */
@media (max-width: 1024px) {
  .airon-popup {
    position: fixed;
    inset: 0 0 0 auto;
    width: 80%;
    max-width: 420px;
    height: 100vh;

    background: linear-gradient(180deg, #1a2233, #0b1020 75%);
    z-index: 99999;

    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
  }

  /* Logo */
  .airon-logo {
    text-align: center;
    padding: 24px 0 8px;
    font-family: "Cinzel", serif;
    font-size: 28px;
    letter-spacing: 3px;
    color: #ffffff;
  }

  /* Divider */
  .airon-divider {
    width: 60%;
    height: 1px;
    margin: 12px auto 18px;
    background: linear-gradient(
      to right,
      transparent,
      rgba(0, 180, 255, 0.9),
      transparent
    );
    box-shadow: 0 0 8px rgba(0, 180, 255, 0.6);
  }

  /* Menu */
  .airon-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .airon-menu > a,
  .submenu-toggle {
    font-family: "Cinzel", serif;
    font-size: 20px;
    letter-spacing: 4px;
    color: #ffffff;
    background: none;
    border: none;
    text-decoration: none;
    margin-top:15px;
    padding: 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .airon-menu > a:hover,
  .submenu-toggle:hover {
    color: #6ecbff;
  }

  /* Submenu */
  .menu-item {
    width: 100%;
    text-align: center;
  }

  .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .menu-item.active .submenu {
    max-height: 160px;
  }

  .submenu a {
    display: block;
    margin-top: 12px;
    font-size: 17px;
    letter-spacing: 3px;
    color: #ffffff;
    text-decoration: none;
  }

  .submenu a:hover {
    color: #6fa8ff;
  }

  /* Arrow */
  .arrow {
    display: inline-block;
    margin-left: 6px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }

  .menu-item.active .arrow {
    transform: rotate(-135deg);
  }

  /* Footer */
  .airon-footer {
    margin-top: 40px;
    padding: 28px 0 36px;
    display: flex;
    justify-content: center;
  }

  .airon-btn {
    font-family: "Cinzel", serif;
    font-size: 16px;
    letter-spacing: 3px;
    color: #6ecbff;
    text-decoration: none;
    border: 1px solid #6ecbff;
    padding:  14px 26px;
    border-radius: 6px;
    transition: all 0.3s ease;
   
  }

  .airon-btn:hover {
    background: rgba(110, 203, 255, 0.15);
    box-shadow: 0 0 12px rgba(110, 203, 255, 0.6);
  }
}

/* ===== DESKTOP BLINDADO ===== */
@media (min-width: 1025px) {
  .airon-popup {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }
}/* End custom CSS */