*{box-sizing:border-box}body{margin:0;background:#edf2f7;color:#092e5c;font-family:Arial,Segoe UI,sans-serif}.top{height:105px;background:linear-gradient(105deg,#06346b,#0875bc);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px 28px;box-shadow:0 3px 12px #0002}.brand{display:flex;align-items:center;gap:18px}.brand img{width:180px;height:88px;object-fit:contain;background:white;border-radius:8px}.brand h1{font-size:31px;margin:0}.brand p{font-size:18px;margin:5px 0}.topRight{text-align:right;display:flex;flex-direction:column;gap:8px}.layout{display:grid;grid-template-columns:245px 1fr;min-height:calc(100vh - 140px)}aside{background:linear-gradient(#06346b,#052b57);padding:12px;color:white}.asideLogo{display:none}.sideCard{border:1px solid #2672a9;border-radius:8px;margin-bottom:12px;overflow:hidden;background:#074078}.sideCard h3,.panel h2{font-size:14px;margin:0;padding:10px 12px;border-bottom:1px solid #dce5ef}.sideCard h3{border-color:#2772a8}.sideTemp{display:flex;align-items:center;justify-content:center;gap:12px;padding:15px}.sideTemp span{font-size:42px}.sideTemp b{font-size:38px}.sideTemp i{font-style:normal}.center{text-align:center;padding-bottom:12px}.row{display:flex;justify-content:space-between;align-items:center;padding:11px;border-top:1px solid #1c5b8e;font-size:12px}.row b{font-size:14px}.windBig{display:flex;gap:16px;align-items:center;padding:17px;font-size:25px}.flightCard{border:1px solid #28d768;background:#075b42;border-radius:8px;padding:13px;text-align:center;display:flex;flex-direction:column;gap:7px}.flightCard b{font-size:24px;color:#5cff8c}.flightCard span{font-size:11px}main{padding:12px;min-width:0}.panel{background:white;border:1px solid #d4dee9;border-radius:9px;overflow:hidden;box-shadow:0 2px 8px #1232}.panel h2{background:#f8fafc}.mapStage{height:430px;position:relative}.mapStage #map{height:100%;z-index:1}.mapWind{position:absolute;z-index:500;top:15px;left:50%;transform:translateX(-50%);width:132px;background:#052d53e8;color:white;border-radius:9px;padding:7px;text-align:center;box-shadow:0 3px 12px #0005}.mapWind small,.mapWind span{display:block;font-size:9px}.mapWind b{display:block;font-size:19px;margin:2px}.mapWind i{font-style:normal}.mapArrow{position:absolute;z-index:450;left:51%;top:50%;font-size:76px;color:#31d650;text-shadow:-2px -2px white,2px 2px white,0 4px 9px #0008;transform-origin:15px 35px;pointer-events:none}.runwayText{position:absolute;z-index:450;left:42%;top:66%;padding:4px 9px;border-radius:5px;background:#082c4fc9;color:white;font-weight:bold;font-size:12px;pointer-events:none}.relation{position:absolute;z-index:500;bottom:12px;left:12px;background:#052d53e8;color:white;padding:8px 10px;border-radius:8px;font-size:10px}.relation small,.relation span{display:block}.relation b{display:block;margin:3px 0}.lower{display:grid;grid-template-columns:2fr 1fr .9fr;gap:10px;margin-top:10px}.hours{display:flex;overflow-x:auto}.hour{min-width:90px;padding:10px 7px;text-align:center;border-right:1px solid #e4eaf0}.hour .ico{font-size:25px;margin:6px}.hour small{display:block;font-size:10px;margin-top:4px}.days{padding:5px 12px}.day{display:grid;grid-template-columns:90px 1fr;gap:4px;padding:7px;border-bottom:1px solid #edf1f5;font-size:11px}.day span,.day small{margin:0}.runway>div{padding:12px;display:flex;flex-direction:column;gap:3px;border-bottom:1px solid #edf1f5;font-size:11px}.gallery{margin-top:10px}.galleryWrap{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;padding:10px}.galleryWrap button{border:0;background:#073b70;color:white;border-radius:50%;width:30px;height:30px;font-size:22px}.galleryWrap button:last-child{justify-self:end}#photoCarousel{display:flex;gap:10px;overflow:hidden;scroll-behavior:smooth}.photoCard{flex:0 0 calc(20% - 8px);height:165px;border-radius:7px;overflow:hidden}.photoCard img{width:100%;height:100%;object-fit:cover;cursor:pointer}footer{height:35px;background:#07366d;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 22px;font-size:10px}.lightbox{position:fixed;inset:0;background:#000d;z-index:9999;display:none;align-items:center;justify-content:center}.lightbox.show{display:flex}.lightbox img{max-width:92vw;max-height:90vh}.lightbox span{position:absolute;right:25px;top:15px;color:white;font-size:40px}@media(max-width:900px){.top{height:auto;padding:10px}.brand img{width:95px;height:65px}.brand h1{font-size:19px}.brand p{font-size:12px}.topRight{display:none}.layout{grid-template-columns:1fr}aside{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sideCard{margin:0}.flightCard{grid-column:1/-1}.lower{grid-template-columns:1fr}.mapStage{height:350px}.photoCard{flex-basis:45%;height:180px}footer{height:auto;padding:10px;gap:5px;flex-direction:column}}@media(max-width:520px){aside{grid-template-columns:1fr}.brand h1{font-size:16px}.brand p{display:none}.mapStage{height:310px}.photoCard{flex-basis:82%}.mapArrow{font-size:55px}.lower{gap:8px}}
/* === TOPO CLARO CARP === */
.top{
  height:112px;
  background:#fff;
  color:#0a3b72;
  border-bottom:4px solid #0b4f93;
  box-shadow:0 4px 18px #12345618;
  padding:8px 28px;
}
.brand{gap:20px}
.brand img{
  width:150px;
  height:94px;
  object-fit:contain;
  object-position:center;
  background:transparent;
  border-radius:0;
  padding:0;
}
.brand h1{
  color:#0a3b72;
  font-size:30px;
  letter-spacing:.2px;
}
.brand p{color:#536c88}
.topRight{color:#536c88}
.topRight b{color:#0a3b72}
@media(max-width:900px){
 .top{height:auto;min-height:88px;padding:7px 12px}
 .brand img{width:105px;height:75px}
 .brand{gap:10px}
 .brand h1{font-size:20px}
}

/* Cabeçalho em uma única identificação */
.brand h1{margin:0;font-size:28px;line-height:1.15}
@media(max-width:900px){.brand h1{font-size:19px}}
@media(max-width:560px){.brand h1{font-size:16px}}

/* ===== MOBILE FIX DEFINITIVO ===== */
html{-webkit-text-size-adjust:100%}
img{max-width:100%}
@media(max-width:900px){
 body{min-width:0;overflow-x:hidden}
 .top{display:flex!important;min-height:82px!important;height:auto!important;padding:8px 12px!important}
 .brand{display:flex!important;width:100%;align-items:center!important;gap:10px!important;min-width:0}
 .brand img{display:block!important;width:86px!important;height:68px!important;max-width:86px!important;object-fit:contain!important;flex:0 0 86px!important}
 .brand>div{min-width:0}
 .brand h1{display:block!important;font-size:18px!important;line-height:1.15!important;white-space:normal!important;margin:0!important}
 .topRight{display:none!important}
 .layout{display:block!important;width:100%!important}
 aside{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:8px!important;width:100%!important}
 .sideCard{display:block!important;width:auto!important}
 .flightCard{grid-column:1/-1!important}
 main{display:block!important;width:100%!important;padding:8px!important}
 .panel{width:100%!important;max-width:100%!important}
 .mapStage{height:360px!important;width:100%!important}
 #map{height:100%!important;width:100%!important}
 .lower{display:block!important}
 .lower>.panel{margin-top:8px!important}
 .hours{display:flex!important;overflow-x:auto!important;width:100%!important}
 .days{display:block!important}
 .galleryWrap{grid-template-columns:30px minmax(0,1fr) 30px!important}
 #photoCarousel{display:flex!important;overflow-x:auto!important;width:100%!important}
 .photoCard{flex:0 0 72%!important;height:230px!important}
 footer{height:auto!important;flex-direction:column!important;padding:10px!important;gap:4px!important}
}
@media(max-width:560px){
 .top{min-height:76px!important}
 .brand img{width:72px!important;height:60px!important;max-width:72px!important;flex-basis:72px!important}
 .brand h1{font-size:15px!important}
 aside{grid-template-columns:1fr!important}
 .flightCard{grid-column:auto!important}
 .sideTemp{padding:10px!important}
 .sideTemp span{font-size:34px!important}
 .sideTemp b{font-size:31px!important}
 .mapStage{height:315px!important}
 .mapWind{width:116px!important;padding:5px!important}
 .mapWind b{font-size:16px!important}
 .mapArrow{font-size:50px!important}
 .relation{font-size:9px!important;max-width:160px!important}
 .photoCard{flex-basis:84%!important;height:260px!important}
}
