
/* Air World Global Header/Footer PRO + Mobile - v27 */
:root{
  --aw-blue:#071064;
  --aw-blue2:#0f2a6b;
  --aw-teal:#00a99d;
  --aw-green:#22c55e;
  --aw-orange:#f0a000;
  --aw-orange2:#ff9f0a;
  --aw-white:#ffffff;
}

/* Hide old WYSIWYG header/footer blocks on all pages */
#wb_LayoutGrid1,
#MENULayer,
#wb_MasterLayoutGrid16,
#wb_footer18LayoutGrid,
.aw-footer-pro{
  display:none !important;
}

/* Better page spacing after replacing header */
body{
  padding-top:0 !important;
}

.aw-global-header-wrap{
  width:100%;
  box-sizing:border-box;
  padding:18px 5vw 10px;
  position:relative;
  z-index:9990;
  font-family:Poppins, Arial, sans-serif;
}

.aw-global-header{
  max-width:1460px;
  margin:0 auto;
  min-height:86px;
  border-radius:24px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:18px;
  padding:10px 18px;
  position:relative;
  overflow:visible;
  background:
    radial-gradient(circle at 8% 40%, rgba(34,197,94,.23) 0%, rgba(34,197,94,0) 22%),
    radial-gradient(circle at 78% 45%, rgba(240,160,0,.34) 0%, rgba(240,160,0,0) 23%),
    linear-gradient(100deg,#071064 0%,#0f2a6b 22%,#0d527f 44%,#0d8d82 72%,#f0a000 100%);
  box-shadow:0 22px 55px rgba(7,16,100,.20);
}
.aw-global-header:before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:7px;
  height:4px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--aw-teal),var(--aw-orange),var(--aw-green),var(--aw-orange));
  opacity:.95;
}
.aw-global-side{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.aw-global-side.right{
  justify-content:flex-end;
}
.aw-socials{
  display:flex;
  align-items:center;
  gap:8px;
  flex-shrink:0;
}
.aw-socials a,
.aw-search-btn,
.aw-mobile-toggle{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  color:#fff;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  text-decoration:none;
  transition:transform .22s ease, background .22s ease, box-shadow .22s ease;
  font-size:18px;
  line-height:1;
}
.aw-socials a:hover,
.aw-search-btn:hover,
.aw-mobile-toggle:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.20);
  box-shadow:0 12px 22px rgba(0,0,0,.15);
}
.aw-nav{
  display:flex;
  align-items:center;
  gap:10px;
}
.aw-nav a{
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  letter-spacing:.2px;
  padding:12px 16px;
  border-radius:999px;
  line-height:1;
  transition:background .22s ease, transform .22s ease, color .22s ease, box-shadow .22s ease;
  white-space:nowrap;
}
.aw-nav a:hover,
.aw-nav a.active{
  background:var(--aw-orange2);
  color:var(--aw-blue);
  transform:translateY(-1px);
  box-shadow:0 12px 26px rgba(240,160,0,.25);
}
.aw-nav a.aw-contact{
  background:var(--aw-orange2);
  color:var(--aw-blue);
  min-width:110px;
  text-align:center;
}
.aw-logo{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
}
.aw-logo a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:170px;
  height:74px;
  border-radius:20px;
  background:#fff;
  box-shadow:0 16px 34px rgba(7,16,100,.22);
  padding:7px 12px;
  border:1px solid rgba(7,16,100,.08);
  transition:transform .22s ease, box-shadow .22s ease;
}
.aw-logo a:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 42px rgba(7,16,100,.28);
}
.aw-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.aw-mobile-toggle{
  display:none;
  border:0;
  cursor:pointer;
  font-size:24px;
}
.aw-mobile-panel{
  display:none;
  max-width:1460px;
  margin:10px auto 0;
  border-radius:20px;
  background:linear-gradient(135deg,#071064,#0d8d82);
  box-shadow:0 18px 38px rgba(7,16,100,.18);
  padding:14px;
  font-family:Poppins, Arial, sans-serif;
}
.aw-mobile-panel.open{
  display:block;
}
.aw-mobile-panel a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  margin-bottom:8px;
  background:rgba(255,255,255,.07);
}
.aw-mobile-panel a:hover{
  background:rgba(255,255,255,.16);
}
.aw-search-panel{
  display:none;
  max-width:780px;
  margin:10px auto 0;
  background:#fff;
  border-radius:20px;
  box-shadow:0 18px 40px rgba(7,16,100,.18);
  padding:12px;
  font-family:Poppins, Arial, sans-serif;
}
.aw-search-panel.open{
  display:block;
}
.aw-search-input{
  width:100%;
  box-sizing:border-box;
  border:1px solid #d9e2f3;
  border-radius:16px;
  padding:14px 16px;
  font-size:15px;
  outline:none;
}
.aw-search-results{
  display:none;
  margin-top:10px;
  max-height:320px;
  overflow:auto;
}
.aw-search-results.open{
  display:block;
}
.aw-search-results a{
  display:block;
  text-decoration:none;
  color:#071064;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid #eef2f8;
  margin-bottom:8px;
  font-weight:800;
}
.aw-search-results a small{
  display:block;
  color:#667085;
  font-weight:600;
  margin-top:3px;
}

.aw-global-footer{
  max-width:1180px;
  margin:52px auto 26px;
  position:relative;
  display:grid;
  grid-template-columns:1.15fr 1.5fr auto;
  align-items:center;
  gap:24px;
  padding:18px 22px;
  border-radius:28px;
  background:
    radial-gradient(circle at 88% 45%, rgba(240,160,0,.30) 0%, rgba(240,160,0,0) 28%),
    linear-gradient(135deg,#071064 0%,#101a7a 43%,#0d7772 72%,#e19600 100%);
  box-shadow:0 24px 55px rgba(10,20,75,.20);
  font-family:Poppins,Arial,sans-serif;
  color:#fff;
  overflow:hidden;
}
.aw-global-footer:before{
  content:"";
  position:absolute;
  left:0;top:0;right:0;height:5px;
  background:linear-gradient(90deg,#94105a,#f0a000,#00a99d,#111a7a);
}
.aw-global-footer-brand,
.aw-global-footer-links,
.aw-global-footer-actions{
  position:relative;
  z-index:1;
}
.aw-global-footer-brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.aw-global-footer-brand img{
  width:92px;
  height:50px;
  object-fit:contain;
  background:#fff;
  border-radius:16px;
  padding:6px;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.aw-global-footer-brand strong{
  display:block;
  color:#fff;
  font-size:17px;
  line-height:1.12;
}
.aw-global-footer-brand span{
  display:block;
  color:#dfe8ff;
  font-size:12px;
  margin-top:4px;
}
.aw-global-footer-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.aw-global-footer-links a{
  color:#fff;
  text-decoration:none;
  font-weight:850;
  font-size:13px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.10);
}
.aw-global-footer-links a:hover{
  background:rgba(255,255,255,.20);
}
.aw-global-footer-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}
.aw-global-footer-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:40px;
  padding:0 17px;
  border-radius:999px;
  font-weight:900;
  text-decoration:none;
  font-size:13px;
  white-space:nowrap;
}
.aw-global-footer-btn.message{
  background:#fff;
  color:#111a7a;
}
.aw-global-footer-btn.whatsapp{
  background:#22c55e;
  color:#fff;
  box-shadow:0 12px 22px rgba(34,197,94,.22);
}
.aw-global-footer-copy{
  position:relative;
  z-index:1;
  grid-column:1/-1;
  margin-top:-6px;
  padding-top:11px;
  border-top:1px solid rgba(255,255,255,.16);
  color:#eef4ff;
  font-size:12px;
  text-align:center;
}

/* Index spacing after global header */
#wb_indexLayoutGrid5{
  margin-top:8px !important;
  padding-top:18px !important;
}

/* Tablet/Mobile */
@media(max-width:1100px){
  .aw-global-header{
    grid-template-columns:auto 1fr auto;
  }
  .aw-nav.desktop,
  .aw-socials.desktop{
    display:none;
  }
  .aw-logo{
    justify-content:center;
  }
  .aw-mobile-toggle{
    display:inline-flex;
  }
  .aw-global-footer{
    margin:44px 14px 20px;
    grid-template-columns:1fr;
    text-align:center;
    padding:22px;
  }
  .aw-global-footer-brand,
  .aw-global-footer-links,
  .aw-global-footer-actions{
    justify-content:center;
  }
  .aw-global-footer-actions{
    flex-wrap:wrap;
  }
}

@media(max-width:640px){
  .aw-global-header-wrap{
    padding:10px 10px 6px;
  }
  .aw-global-header{
    min-height:68px;
    border-radius:20px;
    padding:8px 10px;
    gap:8px;
  }
  .aw-logo a{
    width:132px;
    height:58px;
    border-radius:16px;
    padding:5px 9px;
  }
  .aw-search-btn,
  .aw-mobile-toggle{
    width:40px;
    height:40px;
    border-radius:13px;
  }
  .aw-global-footer-brand{
    flex-direction:column;
  }
  .aw-global-footer-links a{
    font-size:12px;
  }
}


/* Limpieza total v28 */
body > .awm-pro-header, body > .awm-pro-header + .aw-search-panel{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;}
.aw-global-header-wrap{padding-top:18px!important;padding-bottom:8px!important;}
#wb_indexLayoutGrid5,#indexLayoutGrid5{margin-top:0!important;}
@media(max-width:768px){.aw-global-header-wrap{padding:10px 12px 6px!important;}.aw-global-header{border-radius:22px!important;min-height:72px!important;}.aw-logo img{max-width:140px!important;}}

/* AIR WORLD v30 - FIX REAL SOBRE ARCHIVO EXISTENTE */
.aw-global-header-wrap{position:sticky!important;top:10px!important;z-index:99999!important;padding-top:12px!important;padding-bottom:8px!important;}
.aw-global-header{position:relative!important;min-height:92px!important;padding:10px 18px!important;overflow:visible!important;background:radial-gradient(circle at 7% 50%,rgba(0,169,157,.42) 0%,rgba(0,169,157,.18) 22%,rgba(0,169,157,0) 43%),radial-gradient(circle at 93% 50%,rgba(240,160,0,.48) 0%,rgba(240,160,0,.22) 24%,rgba(240,160,0,0) 47%),linear-gradient(90deg,#07958c 0%,#0b4f82 22%,#071064 47%,#0c6680 72%,#e19600 100%)!important;box-shadow:0 22px 55px rgba(7,16,100,.20)!important;}
.aw-global-header:before{top:0!important;left:20px!important;right:20px!important;height:4px!important;z-index:1!important;background:linear-gradient(90deg,#00a99d 0%,#0ea5a4 25%,#22c55e 50%,#f0a000 75%,#00a99d 100%)!important;}
.aw-logo{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:5!important;margin:0!important;}
.aw-logo a{width:170px!important;height:68px!important;border-radius:20px!important;padding:6px 12px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.aw-logo img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important;}
#wb_indexLayoutGrid5,#indexLayoutGrid5{margin-top:0!important;padding-top:10px!important;}
@media(max-width:1100px){.aw-global-header-wrap{top:8px!important;padding-top:8px!important;}.aw-global-header{min-height:82px!important;}.aw-logo a{width:150px!important;height:62px!important;}}
@media(max-width:640px){.aw-global-header-wrap{top:6px!important;padding:8px 10px 6px!important;}.aw-global-header{min-height:74px!important;border-radius:20px!important;}.aw-logo a{width:132px!important;height:54px!important;border-radius:16px!important;}#wb_indexLayoutGrid5,#indexLayoutGrid5{padding-top:8px!important;}}

/* AIR WORLD v31 - MENU ORDENADO + STICKY + LOGO CENTRADO (sobre archivos reales) */
.aw-global-header-wrap{
  position: sticky !important;
  top: 10px !important;
  z-index: 99999 !important;
  padding: 12px 5vw 8px !important;
}
.aw-global-header{
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) !important;
  align-items: center !important;
  column-gap: 26px !important;
  min-height: 82px !important;
  padding: 10px 18px !important;
  overflow: visible !important;
  background:
    radial-gradient(circle at 8% 50%, rgba(0,169,157,.40) 0%, rgba(0,169,157,.18) 24%, rgba(0,169,157,0) 48%),
    radial-gradient(circle at 92% 50%, rgba(240,160,0,.48) 0%, rgba(240,160,0,.24) 26%, rgba(240,160,0,0) 52%),
    linear-gradient(90deg,#07958c 0%,#0b4f82 22%,#071064 48%,#0c6680 72%,#e19600 100%) !important;
}
.aw-global-side{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  min-width:0 !important;
}
.aw-global-side.left{justify-content:flex-start !important;}
.aw-global-side.right{justify-content:flex-end !important;}
.aw-socials.desktop,
.aw-nav.desktop{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  flex-wrap:nowrap !important;
}
.aw-nav a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 15px !important;
  white-space:nowrap !important;
}
.aw-nav a.aw-contact{
  min-width:116px !important;
  padding:0 20px !important;
}
.aw-logo{
  position:relative !important;
  left:auto !important;
  top:auto !important;
  transform:none !important;
  grid-column:2 !important;
  z-index:6 !important;
  align-self:center !important;
  justify-self:center !important;
  margin:0 !important;
}
.aw-logo a{
  width:172px !important;
  height:70px !important;
  border-radius:20px !important;
  padding:6px 12px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#fff !important;
}
.aw-logo img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  display:block !important;
}
.aw-search-btn{
  flex:0 0 42px !important;
}
.aw-mobile-toggle{display:none !important;}
#wb_indexLayoutGrid5,#indexLayoutGrid5{margin-top:0!important;padding-top:8px!important;}

@media(max-width:1180px){
  .aw-global-header{column-gap:16px!important;padding:10px 14px!important;}
  .aw-nav a{padding:0 12px!important;font-size:13px!important;}
  .aw-logo a{width:154px!important;height:64px!important;}
}
@media(max-width:980px){
  .aw-nav.desktop,
  .aw-socials.desktop{display:none!important;}
  .aw-mobile-toggle{display:inline-flex!important;}
  .aw-global-header{grid-template-columns:auto 1fr auto!important;min-height:74px!important;}
  .aw-logo{grid-column:2!important;}
  .aw-logo a{width:145px!important;height:58px!important;}
}
@media(max-width:640px){
  .aw-global-header-wrap{top:6px!important;padding:8px 10px 6px!important;}
  .aw-global-header{min-height:70px!important;border-radius:20px!important;}
  .aw-logo a{width:132px!important;height:54px!important;border-radius:16px!important;}
  .aw-search-btn,.aw-mobile-toggle{width:40px!important;height:40px!important;border-radius:13px!important;}
}

/* v36 - make footer match global header width */
.aw-global-footer{width:calc(100% - 10vw)!important;max-width:1460px!important;margin-left:auto!important;margin-right:auto!important;}
@media(max-width:640px){.aw-global-footer{width:calc(100% - 20px)!important;}}


/* AIR WORLD v43 - MENU + FOOTER SEO PRO CLEAN */
.aw-service-dd{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  z-index:50 !important;
}
.aw-service-dd-btn{
  cursor:pointer !important;
}
.aw-service-dd-btn span{
  font-size:11px !important;
  margin-left:5px !important;
}
.aw-service-dd-menu{
  position:absolute !important;
  top:calc(100% + 12px) !important;
  left:0 !important;
  width:275px !important;
  padding:10px !important;
  border-radius:20px !important;
  background:rgba(255,255,255,.97) !important;
  border:1px solid rgba(7,16,100,.08) !important;
  box-shadow:0 26px 55px rgba(7,16,100,.22) !important;
  opacity:0 !important;
  visibility:hidden !important;
  transform:translateY(8px) !important;
  transition:all .22s ease !important;
  backdrop-filter:blur(14px) !important;
}
.aw-service-dd:hover .aw-service-dd-menu,
.aw-service-dd:focus-within .aw-service-dd-menu{
  opacity:1 !important;
  visibility:visible !important;
  transform:translateY(0) !important;
}
.aw-service-dd-menu:before{
  content:"" !important;
  position:absolute !important;
  top:-8px !important;
  left:28px !important;
  width:16px !important;
  height:16px !important;
  background:#fff !important;
  transform:rotate(45deg) !important;
  border-left:1px solid rgba(7,16,100,.08) !important;
  border-top:1px solid rgba(7,16,100,.08) !important;
}
.aw-service-dd-menu a{
  display:block !important;
  padding:13px 14px !important;
  border-radius:14px !important;
  color:var(--aw-blue) !important;
  text-decoration:none !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}
.aw-service-dd-menu a:hover{
  background:linear-gradient(135deg,rgba(0,169,157,.12),rgba(240,160,0,.13)) !important;
}
.aw-service-dd-menu strong{
  display:block !important;
  font-size:14px !important;
  line-height:1.1 !important;
  color:var(--aw-blue) !important;
}
.aw-service-dd-menu small{
  display:block !important;
  font-size:12px !important;
  font-weight:650 !important;
  color:#526070 !important;
  margin-top:5px !important;
  line-height:1.25 !important;
}

/* New footer SEO layout */
.aw-global-footer.aw-global-footer-seo{
  display:block !important;
  padding:0 !important;
  width:calc(100% - 10vw) !important;
  max-width:1460px !important;
  overflow:hidden !important;
}
.aw-footer-main{
  position:relative !important;
  z-index:1 !important;
  display:grid !important;
  grid-template-columns:1.3fr .8fr 1.2fr 1.1fr !important;
  gap:24px !important;
  padding:30px 28px 20px !important;
}
.aw-footer-brand{
  display:flex !important;
  align-items:flex-start !important;
  gap:15px !important;
}
.aw-footer-brand img{
  width:96px !important;
  height:54px !important;
  object-fit:contain !important;
  background:#fff !important;
  border-radius:17px !important;
  padding:7px !important;
  box-shadow:0 12px 28px rgba(0,0,0,.18) !important;
  flex-shrink:0 !important;
}
.aw-footer-brand strong{
  display:block !important;
  color:#fff !important;
  font-size:18px !important;
  line-height:1.1 !important;
}
.aw-footer-brand span{
  display:block !important;
  color:#e9f2ff !important;
  font-size:13px !important;
  line-height:1.45 !important;
  margin-top:6px !important;
}
.aw-footer-col h4{
  color:#fff !important;
  font-size:15px !important;
  margin:0 0 12px !important;
}
.aw-footer-col a,
.aw-footer-col span{
  display:block !important;
  color:#edf5ff !important;
  font-size:13px !important;
  font-weight:760 !important;
  line-height:1.38 !important;
  text-decoration:none !important;
  margin:0 0 9px !important;
}
.aw-footer-col a:hover{
  color:#fff !important;
  text-decoration:underline !important;
}
.aw-footer-col.seo a{
  color:#fff7d6 !important;
}
.aw-footer-actions-mini{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin-top:12px !important;
}
.aw-footer-actions-mini a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  height:38px !important;
  padding:0 15px !important;
  border-radius:999px !important;
  font-weight:900 !important;
  text-decoration:none !important;
}
.aw-footer-actions-mini .message{
  background:#fff !important;
  color:var(--aw-blue) !important;
}
.aw-footer-actions-mini .whatsapp{
  background:#22c55e !important;
  color:#fff !important;
}
.aw-footer-service-area{
  position:relative !important;
  z-index:1 !important;
  padding:13px 24px !important;
  text-align:center !important;
  color:#f5f8ff !important;
  font-size:13px !important;
  font-weight:760 !important;
  border-top:1px solid rgba(255,255,255,.15) !important;
  background:rgba(0,0,0,.10) !important;
}
.aw-global-footer-seo .aw-global-footer-copy{
  margin:0 !important;
  padding:12px 20px 16px !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
}

/* Keep footer clean on old classes */
.aw-global-footer-seo .aw-global-footer-brand,
.aw-global-footer-seo .aw-global-footer-links,
.aw-global-footer-seo .aw-global-footer-actions{
  display:none !important;
}

@media(max-width:1180px){
  .aw-footer-main{
    grid-template-columns:1fr 1fr !important;
  }
}
@media(max-width:980px){
  .aw-service-dd.desktop{display:none!important;}
}
@media(max-width:720px){
  .aw-global-footer.aw-global-footer-seo{
    width:calc(100% - 20px) !important;
  }
  .aw-footer-main{
    grid-template-columns:1fr !important;
    padding:24px 20px 18px !important;
    text-align:center !important;
  }
  .aw-footer-brand{
    justify-content:center !important;
    align-items:center !important;
    flex-direction:column !important;
  }
  .aw-footer-actions-mini{
    justify-content:center !important;
  }
}
