*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;background-color:#f5f5f5;color:#333}html,body,#root{height:100%;margin:0}body{overflow:hidden}.Principal{height:100vh;height:100dvh;display:flex;flex-direction:column}.Navbar{flex-shrink:0}.Layout{flex:1;height:100%;overflow:hidden}.Footer{flex-shrink:0;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff}.layout{height:100%;display:flex;justify-content:center;background:#fff;overflow:hidden}.center{width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.center-cotizacion{overflow:hidden}.page-padding{padding:24px 32px}@media(max-width:768px){.page-padding{padding:18px 16px}}.hero{position:relative;width:100vw;height:20vh;min-height:420px;max-height:550px;margin-left:calc(-50vw + 50%);background-size:cover;background-position:center 90%;background-repeat:no-repeat;display:flex;align-items:flex-end;justify-content:flex-start}.hero-overlay{position:absolute;inset:0;background:transparent}.hero-content{position:relative;z-index:2;max-width:650px;padding:32px 32px 20px;color:#fff}.hero-content h1{margin:0 0 8px;font-size:44px}.hero-content p{margin-bottom:18px;font-size:17px}@media(max-width:768px){.hero-content h1{font-size:34px}}.catbar{margin-top:14px}.catbar-inner{background:#fff;border-radius:16px;padding:14px 18px;display:flex;gap:18px;justify-content:center;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;box-shadow:0 12px 30px #00000014;border:1px solid rgba(0,0,0,.06)}.catbar-inner::-webkit-scrollbar{height:8px}.catbar-inner::-webkit-scrollbar-thumb{background:#00000026;border-radius:999px}.cat-item{background:transparent;border:0;cursor:pointer;padding:10px;border-radius:12px;min-width:92px;display:grid;place-items:center;gap:6px;color:#2b2b2b;transition:transform .15s ease,background .15s ease}.cat-item:hover{background:#d2891b1a;transform:translateY(-1px)}.cat-icon{font-size:44px;line-height:1}.cat-label{font-size:16px;font-weight:600;white-space:nowrap}.page-padding{max-width:1180px;margin:0 auto;padding:0 18px}.deals{margin-top:22px}.deals-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 10px}.deals-head h2{margin:0;font-size:20px;font-weight:800;color:#1f1f1f}.deals-track{display:flex;gap:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain;width:100vw;margin-left:calc(-50vw + 50%);padding:6px 18px 14px}.deals-track::-webkit-scrollbar{height:12px}.deals-track::-webkit-scrollbar-track{background:#0000001a;border-radius:999px;margin:0 18px}.deals-track::-webkit-scrollbar-thumb{background:#00000040;border-radius:999px;border:3px solid rgba(0,0,0,.1)}.deals-track{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) rgba(0,0,0,.1)}.deal-card{flex:0 0 auto;width:clamp(260px,38vw,420px);border-radius:18px;overflow:hidden;background:#fff;border:none;box-shadow:0 14px 30px #0000001f;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer}.deal-img{width:100%;height:auto;display:block;object-fit:contain;object-position:center}.deal-card:hover{transform:scale(1.03);box-shadow:0 22px 50px #0000002e}.deal-card.only-image{background:#fff}.deal-card.only-image .deal-img{width:100%;height:auto;object-fit:contain;display:block}@media(max-width:768px){.deal-card{width:clamp(240px,78vw,340px)}}.mega-wrap{width:100%;height:100%;padding:10px 14px;box-sizing:border-box;background:linear-gradient(180deg,#f3f7ff,#f8fbff 55%,#fff)}.mega-shell{height:100%;width:100%;max-width:980px;margin:0 auto;background:#fff;border:1px solid #dce6f4;border-radius:14px;box-shadow:0 10px 28px #10315c1a;overflow:hidden;display:flex;flex-direction:column}.mega-head{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;background:linear-gradient(135deg,#0f4c81,#1a73b8);color:#fff}.mega-kicker{margin:0;font-size:12px;letter-spacing:.08em;text-transform:uppercase;opacity:.9}.mega-title{margin:4px 0 0;font-size:24px;line-height:1.1}.mega-controls{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#fff}.mega-label{font-size:14px;color:#2b3a4f;font-weight:700}.mega-select{min-width:230px;border:1px solid #bfd1e8;border-radius:10px;padding:8px 10px;font-size:14px;color:#17324e;background:#f8fbff}.mega-frame-wrap{position:relative;flex:1;min-height:420px;padding:8px 16px 16px;background:#fff}.mega-loader{position:absolute;inset:8px 16px 16px;z-index:2;display:flex;align-items:flex-start;justify-content:center;gap:10px;padding-top:56px;font-size:15px;font-weight:600;color:#1f3f62;background:#fff;border:1px solid #d6e2f2;border-radius:12px}.mega-spinner{width:34px;height:34px;border-radius:50%;border:4px solid #c7d9ee;border-top-color:#1a73b8;border-right-color:#1a73b8;box-shadow:0 0 0 3px #eef4fb;animation:mega-spin .7s linear infinite}.mega-iframe{width:100%;height:100%;min-height:420px;border:1px solid #d6e2f2;border-radius:12px;background:#fff;opacity:1;transition:opacity .2s ease}.mega-iframe.is-loading{opacity:0}@keyframes mega-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.mega-wrap{padding:0}.mega-head{align-items:flex-start;flex-direction:column;padding:14px}.mega-title{font-size:20px}.mega-controls{align-items:flex-start;flex-direction:column;padding:12px 14px}.mega-select{width:100%;min-width:0}.mega-frame-wrap{padding:6px 10px 12px}.mega-loader{inset:6px 10px 12px}.mega-iframe{min-height:360px}}.mapamundi-shell{width:100%;padding:24px 32px;background:#fff}.mapamundi{max-width:1180px;margin:0 auto;min-height:100%;box-sizing:border-box;padding-top:18px;padding-bottom:24px;background:#fff}.mapamundi-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;padding:30px 36px;border-radius:34px;background:linear-gradient(180deg,#1f5e97,#1b5a92);color:#fff;box-shadow:0 16px 34px #163f7324}.mapamundi-kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;color:#f5c542;font-weight:700}.mapamundi-hero h2{margin:0;max-width:900px;font-size:clamp(2.1rem,4.8vw,3rem);line-height:1.12;color:#fff}.mapamundi-copy{max-width:920px;margin:18px 0 0;font-size:1rem;color:#ffffffdb;line-height:1.55}.mapamundi-copyblock{max-width:760px}.mapamundi-actions{min-width:180px;align-self:stretch;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px}.mapamundi-month-caption{margin:0;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb8}.mapamundi-month-name{font-size:2.25rem;line-height:1;color:#f5c542}.month-selector{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px;padding:16px 18px;border-radius:22px;background:linear-gradient(180deg,#eef5fc,#e4eef9);border:1px solid #b7cde6;box-shadow:0 14px 30px #163f7314}.month-pill{border:1px solid #b7cce4;background:linear-gradient(180deg,#fff,#f3f8fd);color:#214a7a;border-radius:999px;padding:10px 14px;font-weight:700;cursor:pointer;box-shadow:0 6px 16px #163f7314;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.month-pill.active{background:#163f73;color:#fff;border-color:#163f73;box-shadow:0 10px 24px #163f7338}.month-pill:hover{transform:translateY(-1px)}.mapamundi-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr);gap:24px;align-items:start}.world-card,.climate-card{background:linear-gradient(180deg,#fff,#edf4fb);border:1px solid #bed2e8;border-radius:24px;padding:22px;box-shadow:0 18px 44px #163f731a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.card-topline,.panel-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.card-topline{margin-bottom:18px}.card-kicker{margin:0 0 4px;color:#5d7799;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800}.card-title{margin:0;color:#163f73;font-size:1.35rem}.card-badge{min-width:150px;padding:10px 14px;border-radius:16px;background:linear-gradient(180deg,#e9f2fc,#dde9f7);border:1px solid #bcd2ea;box-shadow:0 8px 18px #163f7314}.card-badge span{display:block;color:#5f7695;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}.card-badge strong{color:#163f73;font-size:1rem}.world-map-shell{position:relative;border-radius:18px;overflow:hidden;background:#dfeaf8;border:1px solid #b2cae4;box-shadow:inset 0 1px #ffffffd9;display:flex;justify-content:center;align-items:center}.world-map-shell .worldmap__figure-container{margin:0;width:100%;display:flex;justify-content:center}.world-map-shell .worldmap__figure-caption{display:none}.world-map-shell svg{display:block;width:min(100%,920px);height:auto;margin:0 auto}.heat-legend{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:18px}.heat-legend span{font-size:.88rem;color:#5b6d86;font-weight:700}.heat-legend-bar{width:220px;max-width:48vw;height:12px;border-radius:999px;background:linear-gradient(90deg,#d7ecff,#90c2ff,#f6d36c 60%,#f1a84c,#db6b38)}.climate-region{margin:0;color:#163f73;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:700}.climate-card h3{margin:8px 0 10px;font-size:1.9rem;color:#0f172a}.climate-copy,.mapamundi-note{color:#475569;line-height:1.6}.panel-section-head{margin-bottom:12px}.panel-section-head-spaced{margin-top:4px}.section-pill{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#dfeaf7;color:#163f73;font-size:.8rem;font-weight:700;letter-spacing:.04em}.section-caption{color:#6b7f98;font-size:.88rem}.climate-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0}.climate-summary div{padding:14px;border-radius:16px;background:linear-gradient(180deg,#fff,#eaf2fb);border:1px solid #bdd3e8;box-shadow:0 8px 20px #163f730f}.climate-summary span{display:block;color:#64748b;font-size:.85rem;margin-bottom:4px}.climate-summary strong{color:#0f172a}.month-list{display:grid;gap:10px}.month-card{border-radius:16px;background:linear-gradient(180deg,#fff,#eaf2fb);border:1px solid #bed3e8;padding:12px 14px;box-shadow:0 8px 20px #163f730f}.month-card.recommended{background:linear-gradient(180deg,#dceaf8,#eef5fc);border-color:#7faedc}.month-head,.month-metrics{display:flex;justify-content:space-between;gap:12px}.month-head{margin-bottom:8px;color:#0f172a}.month-metrics{color:#475569;font-size:.92rem;margin-bottom:10px}.month-bar{height:8px;border-radius:999px;background:#cadef3;overflow:hidden}.month-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0f766e,#1d4ed8)}@media(max-width:980px){.mapamundi-grid{grid-template-columns:1fr}.mapamundi-hero{flex-direction:column;padding:24px 24px 28px}.mapamundi-actions{min-width:0}.card-topline,.panel-section-head{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.mapamundi-shell{padding:18px 16px}.mapamundi{padding-top:12px;padding-bottom:18px}.world-card,.climate-card{padding:16px;border-radius:18px}.climate-summary{grid-template-columns:1fr}.month-head,.month-metrics{flex-wrap:wrap}}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#163f73;padding:12px 24px;color:#fff}.navbar-left{display:flex;align-items:center;gap:12px}.logo{height:50px;display:block}.subtitle{font-size:18px}.navbar-menu{list-style:none;display:flex;gap:18px;margin:0;padding:0;align-items:center}.menu-item-popover{position:relative}.menu-text-trigger{cursor:pointer;font-weight:500;font-size:18px;transition:color .25s ease;-webkit-user-select:none;user-select:none}.menu-text-trigger:hover{color:#f5c542}.menu-popover{position:absolute;top:55px;right:0;background:#fff;color:#000;width:320px;padding:16px;border-radius:12px;box-shadow:0 10px 30px #0003;z-index:100}.menu-close{position:absolute;top:8px;right:10px;background:none;border:none;font-size:22px;cursor:pointer;line-height:1}.menu-popover-title{font-weight:800;margin-bottom:12px}.menu-popover-body{display:flex;flex-direction:column;gap:14px}.menu-row{display:flex;align-items:flex-start;gap:12px}.menu-icon{font-size:28px;line-height:1.2}.menu-subtext{font-size:16px;color:#444;margin-top:2px}.menu-link{display:inline-block;text-decoration:none;font-weight:700;color:purple}.menu-link:hover{text-decoration:underline}@media(max-width:768px){.navbar{padding:10px 12px}.logo{height:44px}.navbar-menu{gap:12px}.menu-text-trigger{font-size:16px}.menu-popover{position:fixed;top:calc(64px + env(safe-area-inset-top,0px));left:50%;transform:translate(-50%);width:fit-content;max-width:calc(100vw - 24px);max-height:70dvh;overflow:auto;-webkit-overflow-scrolling:touch;padding:14px 16px;border-radius:14px;z-index:9999}.menu-close{font-size:26px;padding:6px 10px}.menu-subtext{word-break:break-word;overflow-wrap:anywhere}}.footer{display:flex;justify-content:center;gap:16px;padding:18px;padding-bottom:calc(18px + env(safe-area-inset-bottom,0px));background:#fff}.footer-btn{border:none;padding:12px 18px;width:132px;min-height:46px;border-radius:10px;cursor:pointer;font-weight:600;color:#fff;transition:.25s;display:inline-flex;align-items:center;justify-content:center;text-align:center;flex:0 0 auto}.viajes{background:#1e90ff}.facebook{background:#1877f2}.instagram{background:#e1306c}.casa{background:#163f73}.casa.active{background:#0f2d54}.cotizacion{background:#1f9d55}.cotizacion.active{background:#157347}.mapamundi-btn{background:#0f766e}.mapamundi-btn.active{background:#115e59}.footer-btn:hover{transform:scale(1.05);opacity:.9}@media(max-width:1180px){.footer{justify-content:flex-start;width:100%;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scroll-behavior:smooth;padding-left:16px;padding-right:16px}.footer-btn{width:132px;padding:12px 16px}.footer:after{content:"";flex:0 0 1px}.footer::-webkit-scrollbar{height:8px}.footer::-webkit-scrollbar-thumb{background:#163f7338;border-radius:999px}.footer::-webkit-scrollbar-track{background:#bfd3ea59;border-radius:999px}}
