@charset "UTF-8";.buque-page{width:100%;padding-top:60px}.buque-banner{width:100%;min-height:256px;padding:3.2rem 0;overflow:hidden;position:relative;margin-top:0;display:flex;align-items:center}.buque-banner img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0;z-index:0}.buque-tabs-container{width:100%;background:var(--dcl-color-surface);padding-bottom:100px}.buque-tabs-wrapper{width:100%;max-width:1600px;margin:0 auto;padding:0 159px}.buque-tabs-nav{display:flex;gap:.5rem;padding-top:56px;padding-bottom:1rem;padding-left:0;padding-right:0;border-bottom:none;position:relative;width:100%;justify-content:space-between}.buque-tab{flex:1;padding:.75rem 1.5rem;background:transparent;border:none;border-radius:999px;font-size:.875rem;font-weight:500;color:var(--dcl-color-text-soft);cursor:pointer;transition:all .3s ease;font-family:Montserrat,sans-serif;position:relative;outline:none;text-align:center}.buque-tab:hover{color:var(--dcl-color-primary);background:rgba(var(--dcl-color-primary-rgb),.05)}.buque-tab.active{color:var(--dcl-color-primary);background:rgba(var(--dcl-color-menu-accent-rgb),.3);box-shadow:0 2px 8px rgba(var(--dcl-color-primary-rgb),.15)}.buque-tab-content-wrapper{width:100%;max-width:1600px;margin:0 auto;padding:2rem 0}.buque-tab-content{display:none}.buque-tab-content.active{display:block}.buque-tab-content-inner{width:100%;padding:0}.buque-tab-content-inner:has(.staterooms-content){padding:0}.buque-logo-container{display:flex;justify-content:center;align-items:center;margin:0 0 2rem}.buque-logo-svg{width:240px;height:80px;background-color:var(--dcl-color-accent-lavender);mask-image:url(/assets/images/disney-treasure.svg);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url(/assets/images/disney-treasure.svg);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}@supports not (mask-image: url(/assets/images/disney-treasure.svg)){.buque-logo-svg{background-color:transparent;mask-image:none;-webkit-mask-image:none;background-image:url(/assets/images/disney-treasure.svg);background-size:contain;background-repeat:no-repeat;background-position:center}}@media screen and (max-width:768px){.buque-logo-svg{width:160px;height:53px}}.buque-tab-title{font-size:2rem;font-weight:700;color:var(--dcl-color-primary);margin:0 0 1.5rem;text-align:center;font-family:Montserrat,sans-serif}.buque-tab-text{font-size:.95rem;line-height:1.8;color:var(--dcl-color-text);margin:0 0 1.5rem;font-family:Montserrat,sans-serif}.buque-tab-text:last-child{margin-bottom:0}.buque-gallery{margin:3rem 0;width:100%}.buque-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%}.buque-gallery-item{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 20px rgba(var(--dcl-color-black-rgb),.1);transition:transform .3s ease,box-shadow .3s ease;aspect-ratio:4/3;cursor:pointer}.buque-gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(var(--dcl-color-black-rgb),.15)}.buque-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.buque-gallery-item:hover img{transform:scale(1.05)}@media screen and (max-width:768px){.buque-gallery{margin:2rem 0}.buque-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}}.buque-gallery-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(var(--dcl-color-black-rgb),.95);z-index:10001;opacity:0;transition:opacity .3s ease;align-items:center;justify-content:center}.buque-gallery-modal.active{display:flex;opacity:1}.buque-gallery-close{position:absolute;top:2rem;right:2rem;width:48px;height:48px;background:rgba(var(--dcl-color-white-rgb),.1);border:2px solid rgba(var(--dcl-color-white-rgb),.3);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10002;backdrop-filter:blur(4px)}.buque-gallery-close:hover{background:rgba(var(--dcl-color-white-rgb),.2);border-color:rgba(var(--dcl-color-white-rgb),.5);transform:rotate(90deg)}.buque-gallery-close:active{transform:rotate(90deg) scale(.95)}.buque-gallery-close svg{width:24px;height:24px}.buque-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;background:rgba(var(--dcl-color-white-rgb),.1);border:2px solid rgba(var(--dcl-color-white-rgb),.3);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10002;backdrop-filter:blur(4px)}.buque-gallery-nav:hover{background:rgba(var(--dcl-color-white-rgb),.2);border-color:rgba(var(--dcl-color-white-rgb),.5);transform:translateY(-50%) scale(1.1)}.buque-gallery-nav:active{transform:translateY(-50%) scale(.95)}.buque-gallery-nav svg{width:28px;height:28px}.buque-gallery-prev{left:2rem}.buque-gallery-next{right:2rem}.buque-gallery-nav.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.buque-gallery-modal-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.buque-gallery-modal-content img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px rgba(var(--dcl-color-black-rgb),.5)}@media screen and (max-width:768px){.buque-gallery-close{top:1rem;right:1rem;width:40px;height:40px}.buque-gallery-close svg{width:20px;height:20px}.buque-gallery-nav{width:44px;height:44px}.buque-gallery-nav svg{width:24px;height:24px}.buque-gallery-prev{left:1rem}.buque-gallery-next{right:1rem}.buque-gallery-modal-content{padding:3rem 1rem 1rem}}.que-incluye-title{font-size:2rem;font-weight:700;margin:0 0 2rem;color:var(--dcl-color-primary);font-family:Montserrat,sans-serif;text-align:center}.que-incluye-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:0 1.5rem;align-items:start;width:100%;max-width:1600px;margin:0 auto}.que-incluye-categories-container{background:transparent;border:none;overflow:hidden;max-width:280px}.que-incluye-categories-list{display:flex;flex-direction:column;gap:0;position:relative}.que-incluye-category-item{width:100%;padding:1.75rem 1.25rem;border:none;border-bottom:1px solid var(--dcl-color-border-medium);border-right:1px solid var(--dcl-color-border-medium);background:var(--dcl-color-surface);text-align:left;cursor:pointer;display:flex;align-items:flex-start;gap:1rem;transition:background-color .2s ease,border-right-color .2s ease;font-family:inherit;position:relative}.que-incluye-category-item.active{border-right-color:var(--dcl-color-surface-subtle)}.que-incluye-category-item:last-child{border-bottom:none}.que-incluye-category-item:hover{background-color:var(--dcl-color-surface-lavender)}.category-item-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;position:absolute;left:-1rem;top:1.125rem;z-index:3;transform:translate(-50%)}.category-item-icon .crucero-mickey-icon-wrapper{width:24px;height:24px;background-color:var(--dcl-color-text-faint);mask-image:url(/assets/images/mickey-pagination.svg);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url(/assets/images/mickey-pagination.svg);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.que-incluye-category-item.active .category-item-icon .crucero-mickey-icon-wrapper{background-color:var(--dcl-color-primary)}.category-item-tab{flex:1;position:relative;min-width:0}.category-item-content{flex:1;display:flex;flex-direction:column;gap:.35rem;min-width:0}.category-item-number{font-size:.75rem;font-weight:600;color:var(--dcl-color-text-faint);text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.que-incluye-category-item.active .category-item-number{color:var(--dcl-color-primary)}.category-item-name{font-size:1rem;font-weight:700;color:var(--dcl-color-text-soft);line-height:1.3}.que-incluye-category-item.active .category-item-name{color:var(--dcl-color-primary)}.category-item-arrow{flex-shrink:0;color:var(--dcl-color-text-faint);display:flex;align-items:center;margin-top:.25rem}.category-item-arrow .arrow-icon{display:block}.que-incluye-category-item.active .category-item-arrow{color:var(--dcl-color-primary)}.que-incluye-content{position:relative;min-height:400px}.que-incluye-content-placeholder{padding:3rem 2rem;text-align:center;color:var(--dcl-color-text-faint);font-size:1rem}.que-incluye-content-placeholder.is-hidden{display:none}.que-incluye-category-content{display:none;animation:fadeIn .3s ease}.que-incluye-category-content.is-active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.que-incluye-content-wrapper{width:100%}.que-incluye-image-section{width:100%;margin-bottom:2rem}.que-incluye-main-image{width:80%;height:auto;max-height:224px;object-fit:cover;border-radius:8px;margin:0 auto;display:block}.que-incluye-sections-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:80%;margin:0 auto}.que-incluye-section{display:flex;flex-direction:column;gap:1rem}.que-incluye-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.que-incluye-section-icon{width:28px;height:28px;flex-shrink:0}.que-incluye-section-icon-no{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.que-incluye-section-title{font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.2;font-weight:600;color:var(--dcl-color-primary);margin:0;text-transform:uppercase}.que-incluye-section-content{display:flex;flex-direction:column;gap:.75rem}.que-incluye-meal-item{display:flex;flex-direction:column;gap:.25rem}.que-incluye-meal-item strong{font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.2;font-weight:700;color:var(--dcl-color-text-soft)}.que-incluye-meal-item p{font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.2;font-weight:300;color:var(--dcl-color-text-soft);margin:0;padding-left:1.2rem;position:relative}.que-incluye-meal-item p:before{content:"•";position:absolute;left:0;color:var(--dcl-color-text-soft)}.que-incluye-meal-item p.que-incluye-no-bullet:before{content:none}.que-incluye-meal-item p.que-incluye-no-bullet{padding-left:0}.que-incluye-centro-salud-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:.5rem}.que-incluye-centro-salud-column{display:flex;flex-direction:column;gap:.75rem}@media screen and (max-width:968px){.que-incluye-centro-salud-columns{grid-template-columns:1fr;gap:1rem}}.que-incluye-clubes-gallery{display:flex;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}.que-incluye-club-item{display:flex;flex-direction:column;gap:.5rem}.que-incluye-club-item img{width:100%;height:200px;object-fit:cover;border-radius:4px}.que-incluye-club-info{display:flex;flex-direction:column;gap:.25rem}.que-incluye-club-info strong{font-family:Montserrat,sans-serif;font-size:14px;line-height:1.2;font-weight:700;color:var(--dcl-color-text-soft)}.que-incluye-club-info p{font-family:Montserrat,sans-serif;font-size:12px;line-height:1.2;font-weight:300;color:var(--dcl-color-text-soft);margin:0}@media screen and (max-width:968px){.que-incluye-sections-grid{grid-template-columns:1fr;gap:1.5rem}.que-incluye-clubes-gallery{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:968px){.que-incluye-layout{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.que-incluye-categories-container{order:2}.que-incluye-content{order:1}.staterooms-layout{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.staterooms-categories-container{order:2}.staterooms-types-wrapper{order:1}}.content-section{margin-bottom:1.5rem}.section-title{font-size:2rem;font-weight:700;color:var(--dcl-color-primary);margin:0 0 2rem;font-family:Montserrat,sans-serif}.acordeon-item{width:100%;border-radius:16px;overflow:hidden;background:var(--dcl-color-surface);box-shadow:0 16px 40px rgba(var(--dcl-color-slate-rgb),.08);border:1px solid rgba(var(--dcl-color-white-rgb),.65);transition:box-shadow .3s ease}.acordeon-item:hover{box-shadow:0 22px 55px rgba(var(--dcl-color-slate-rgb),.12)}.acordeon-header{width:100%;padding:1.35rem 1.25rem;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;transition:background-color .2s ease}.acordeon-header:hover{background:rgba(var(--dcl-color-black-rgb),.02)}.acordeon-header[aria-expanded=true]{border-bottom:1px solid rgba(var(--dcl-color-black-rgb),.08)}.acordeon-header[aria-expanded=true] .acordeon-arrow{transform:rotate(90deg)}.acordeon-title{font-size:1.08rem;font-weight:800;color:var(--dcl-color-primary);text-transform:none;letter-spacing:0;font-family:Montserrat,sans-serif;display:flex;align-items:center;gap:.75rem}.acordeon-icon{width:33.6px;height:33.6px;flex-shrink:0;display:block}.acordeon-arrow{font-size:1.4rem;color:var(--dcl-color-primary);line-height:1;transition:transform .3s ease;flex-shrink:0}.acordeon-content{max-height:0;overflow:hidden;transition:max-height .4s ease-out}.acordeon-content[aria-hidden=false]{max-height:5000px;transition:max-height .5s ease-in}.acordeon-content-inner{padding:1.5rem 1.25rem}.planos-title{font-size:2rem;font-weight:700;margin:0 0 2rem;color:var(--dcl-color-primary);font-family:Montserrat,sans-serif;text-align:center}.planos-deck-plans-content{margin-top:1.5rem}.deck-plans-main{display:flex;gap:1.5rem;margin-top:1.5rem}.deck-plans-sidebar{background:transparent;border:none;overflow:hidden;max-width:280px;flex:0 0 280px}@media screen and (max-width:968px){.deck-plans-sidebar{flex:auto}}.deck-plans-categories-list{display:flex;flex-direction:column;gap:0;position:relative;max-height:85dvh;overflow:auto}@media screen and (max-width:968px){.deck-plans-categories-list{max-height:none}}.deck-item{width:100%;padding:1.25rem;border:none;border-bottom:1px solid var(--dcl-color-border-medium);border-right:1px solid var(--dcl-color-border-medium);background:var(--dcl-color-surface);text-align:left;cursor:pointer;display:flex;align-items:flex-start;gap:1rem;transition:background-color .2s ease,border-right-color .2s ease;font-family:inherit;position:relative;margin:0}.deck-item.active{border-right-color:var(--dcl-color-surface-subtle)}.deck-item:last-child{border-bottom:none}.deck-item:hover{background-color:var(--dcl-color-surface-lavender)}.deck-category-tab{flex:1;position:relative;min-width:0}.deck-category-content{flex:1;display:flex;flex-direction:column;gap:.35rem;min-width:0}.deck-category-number{font-size:.75rem;font-weight:600;color:var(--dcl-color-text-faint);text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.deck-item.active .deck-category-number{color:var(--dcl-color-primary)}.deck-category-name{font-size:1rem;font-weight:700;color:var(--dcl-color-text-soft);line-height:1.3}.deck-item.active .deck-category-name{color:var(--dcl-color-primary)}.deck-category-arrow{flex-shrink:0;color:var(--dcl-color-text-faint);display:flex;align-items:center;margin-top:.25rem}.deck-category-arrow .arrow-icon{display:block}.deck-item.active .deck-category-arrow{color:var(--dcl-color-primary)}.deck-accordion-item{border-bottom:1px solid var(--dcl-color-border-medium)}.deck-accordion-item:last-child{border-bottom:none}.deck-accordion-content{display:none;padding:1rem 1.25rem;background:var(--dcl-color-surface-alt);border-top:1px solid var(--dcl-color-border-medium)}.deck-accordion-item.expanded .deck-accordion-content{display:block}.deck-category-arrow .chevron-icon{display:none;transition:transform .3s ease}.deck-accordion-item.expanded .deck-category-arrow .chevron-icon{transform:rotate(180deg)}.deck-plans-map-container{flex:1;min-width:0}.deck-map-wrapper{position:relative;background:#fff;border-radius:12px;padding:1.5rem;overflow-x:auto;border:1px solid var(--dcl-color-border);height:1143.94px;overflow-y:auto;display:flex;justify-content:center;align-items:flex-start}.deck-map-image{width:auto;height:auto;max-width:100%;max-height:80dvh;display:block;object-fit:contain;margin:0 auto;transition:transform .3s ease}.deck-zoom-controls{position:absolute;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:10;background:rgba(var(--dcl-color-white-rgb),.95);padding:.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(var(--dcl-color-black-rgb),.15)}.deck-zoom-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--dcl-color-primary);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;font-family:inherit}.deck-zoom-btn:hover{background:var(--dcl-color-primary-active);transform:scale(1.05)}.deck-zoom-btn:active{transform:scale(.95)}.deck-zoom-btn svg{width:20px;height:20px}.staterooms-content{margin-top:1rem}.staterooms-header{margin-bottom:2.5rem;text-align:center}.staterooms-title{font-size:1.75rem;font-weight:700;color:var(--dcl-color-primary);margin:0 0 1rem;font-family:Montserrat,sans-serif}.camarotes-title{font-size:2rem;font-weight:700;margin:0 0 2rem;color:var(--dcl-color-primary);font-family:Montserrat,sans-serif;text-align:center}.staterooms-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:0 1.5rem;align-items:start;width:100%;max-width:1600px;margin:0 auto}.staterooms-categories-container{background:transparent;border:none;overflow:hidden;max-width:280px}.staterooms-categories-list{display:flex;flex-direction:column;gap:0;position:relative;max-height:85dvh;overflow:auto}@media screen and (max-width:968px){.staterooms-categories-list{max-height:none}}.stateroom-category-item{width:100%;padding:1.25rem;border:none;border-bottom:1px solid var(--dcl-color-border-medium);border-right:1px solid var(--dcl-color-border-medium);background:var(--dcl-color-surface);text-align:left;cursor:pointer;display:flex;align-items:flex-start;gap:1rem;transition:background-color .2s ease,border-right-color .2s ease;font-family:inherit;position:relative}.stateroom-category-item.active{border-right-color:var(--dcl-color-surface-subtle)}.stateroom-category-item:last-child{border-bottom:none}.stateroom-category-item:hover{background-color:var(--dcl-color-surface-lavender)}.stateroom-category-tab{flex:1;position:relative;min-width:0}.stateroom-category-content{flex:1;display:flex;flex-direction:column;gap:.35rem;min-width:0}.stateroom-category-number{font-size:.75rem;font-weight:600;color:var(--dcl-color-text-faint);text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.stateroom-category-item.active .stateroom-category-number{color:var(--dcl-color-primary)}.stateroom-category-name{font-size:1rem;font-weight:700;color:var(--dcl-color-text-soft);line-height:1.3}.stateroom-category-item.active .stateroom-category-name{color:var(--dcl-color-primary)}.stateroom-category-arrow{flex-shrink:0;color:var(--dcl-color-text-faint);display:flex;align-items:center;margin-top:.25rem}.stateroom-category-arrow .arrow-icon{display:block}.stateroom-category-item.active .stateroom-category-arrow{color:var(--dcl-color-primary)}.stateroom-accordion-item{border-bottom:1px solid var(--dcl-color-border-medium)}.stateroom-accordion-item:last-child{border-bottom:none}.stateroom-accordion-content{display:none;padding:1rem 1.25rem;background:var(--dcl-color-surface-alt);border-top:1px solid var(--dcl-color-border-medium)}.stateroom-accordion-item.expanded .stateroom-accordion-content{display:block}.stateroom-category-arrow .chevron-icon{display:none;transition:transform .3s ease}.stateroom-accordion-item.expanded .stateroom-category-arrow .chevron-icon{transform:rotate(180deg)}.stateroom-accordion-content .stateroom-type-content-wrapper[data-category=concierge]{display:block!important}.staterooms-types{display:flex;flex-direction:column;gap:1rem}.stateroom-type{background:transparent;border:none;border-radius:0;box-shadow:none;padding:2rem;margin-bottom:1.5rem;transition:none;display:none}.stateroom-type.collapsed{padding:.5rem 2rem;margin-bottom:.25rem}.stateroom-type:hover{transform:none;box-shadow:none}.stateroom-type[data-category].active{display:block}.stateroom-type.active .stateroom-type-title{font-size:1.25rem}.stateroom-type.active .stateroom-type-description{font-size:.875rem}.stateroom-type.active .stateroom-specs li{font-size:.8125rem}.concierge-subtype:not(.collapsed) h4{font-size:1rem}.concierge-subtype:not(.collapsed) .stateroom-type-description{font-size:.875rem}.concierge-subtype:not(.collapsed) .stateroom-specs li{font-size:.8125rem}.stateroom-type-content-wrapper[data-category=concierge]{display:none}.stateroom-type-content-wrapper[data-category=concierge].is-visible,.stateroom-type-content-wrapper[data-category=concierge].active{display:block}.stateroom-type.concierge{background:transparent;border-color:transparent}.stateroom-type-description{width:100%;margin-bottom:1.5rem}.stateroom-type-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.stateroom-specs{order:2}.stateroom-type-image{order:1;display:flex;align-items:flex-start;justify-content:center;position:relative}.stateroom-type-image img{width:100%;height:auto;border-radius:8px;object-fit:cover;max-height:400px}.stateroom-gallery-button{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:rgba(var(--dcl-color-primary-rgb),.95);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;font-family:Montserrat,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(var(--dcl-color-black-rgb),.2);backdrop-filter:blur(4px)}.stateroom-gallery-button:hover{background:rgba(var(--dcl-color-primary-rgb),1);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--dcl-color-black-rgb),.3)}.stateroom-gallery-button:active{transform:translateY(0)}.stateroom-gallery-button svg{flex-shrink:0}.gallery-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(var(--dcl-color-black-rgb),.95);z-index:10000;opacity:0;transition:opacity .3s ease}.gallery-modal.active{display:flex;align-items:center;justify-content:center;opacity:1}.gallery-modal-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.gallery-close-button{position:absolute;top:2rem;right:2rem;width:48px;height:48px;background:rgba(var(--dcl-color-white-rgb),.1);border:2px solid rgba(var(--dcl-color-white-rgb),.3);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10001;backdrop-filter:blur(4px)}.gallery-close-button:hover{background:rgba(var(--dcl-color-white-rgb),.2);border-color:rgba(var(--dcl-color-white-rgb),.5);transform:rotate(90deg)}.gallery-container{position:relative;width:100%;max-width:1400px;height:100%;display:flex;align-items:center;justify-content:center;gap:2rem}.gallery-image-wrapper{flex:1;height:100%;display:flex;align-items:center;justify-content:center;max-height:calc(100vh - 8rem)}.gallery-main-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px rgba(var(--dcl-color-black-rgb),.5)}.gallery-nav-button{width:56px;height:56px;background:rgba(var(--dcl-color-white-rgb),.1);border:2px solid rgba(var(--dcl-color-white-rgb),.3);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;backdrop-filter:blur(4px);flex-shrink:0}.gallery-nav-button:hover{background:rgba(var(--dcl-color-white-rgb),.2);border-color:rgba(var(--dcl-color-white-rgb),.5);transform:scale(1.1)}.gallery-nav-button:active{transform:scale(.95)}.gallery-counter{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:rgba(var(--dcl-color-black-rgb),.7);color:#fff;padding:.75rem 1.5rem;border-radius:24px;font-size:1rem;font-weight:600;font-family:Montserrat,sans-serif;backdrop-filter:blur(4px)}@media(max-width:768px){.gallery-container{flex-direction:column;gap:1rem}.gallery-nav-button{width:48px;height:48px}.gallery-nav-prev{order:1}.gallery-image-wrapper{order:2;max-height:calc(100vh - 12rem)}.gallery-nav-next{order:3}.gallery-close-button{top:1rem;right:1rem;width:40px;height:40px}.gallery-counter{bottom:1rem}}.stateroom-type-title-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;margin:0 0 1rem}.stateroom-type.collapsed .stateroom-type-title-wrapper,.concierge-subtype.collapsed .concierge-subtype-title-wrapper{margin:0 0 .5rem}.stateroom-type-divider{width:100%;height:2px;background-color:var(--dcl-color-primary);margin-bottom:1rem}.stateroom-type.collapsed .stateroom-type-divider,.concierge-subtype.collapsed .stateroom-type-divider{margin-bottom:.5rem}.stateroom-type-title{font-size:1.5rem;font-weight:700;color:var(--dcl-color-primary);margin:0;font-family:Montserrat,sans-serif;flex:1}.stateroom-type-chevron{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--dcl-color-primary);transition:transform .3s ease}.stateroom-type-chevron svg{width:100%;height:100%}.stateroom-type:not(.collapsed) .stateroom-type-chevron{transform:rotate(90deg)}.stateroom-type-content-wrapper{overflow:hidden;transition:max-height .3s ease,opacity .3s ease,padding .3s ease}.stateroom-type.collapsed .stateroom-type-content-wrapper{max-height:0;opacity:0;padding-top:0;padding-bottom:0}.stateroom-type:not(.collapsed) .stateroom-type-content-wrapper{max-height:5000px;opacity:1}.stateroom-type-description{font-size:1rem;line-height:1.7;color:var(--dcl-color-tab-text);margin:0 0 1.5rem;width:100%;display:block}.stateroom-specs{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.stateroom-specs li{font-size:.95rem;color:var(--dcl-color-tab-text);padding-left:1.5rem;position:relative;line-height:1.6}.stateroom-specs li:before{content:"•";position:absolute;left:0;color:var(--dcl-color-primary);font-weight:700}.concierge-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0;padding:1.5rem;background:rgba(var(--dcl-color-white-rgb),.7);border-radius:8px}.concierge-benefit h4{font-size:1rem;font-weight:700;color:var(--dcl-color-primary);margin:0 0 .5rem;font-family:Montserrat,sans-serif}.concierge-benefit p{font-size:.9rem;line-height:1.6;color:var(--dcl-color-tab-text);margin:0}.concierge-subtypes{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.concierge-subtype{background:transparent;border:none;border-radius:0;box-shadow:none;padding:2rem;margin-bottom:2rem;transition:none}.concierge-subtype.collapsed{padding:1rem 2rem;margin-bottom:.5rem}.concierge-subtype:hover{transform:none;box-shadow:none}.concierge-subtype-title-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;margin:0}.concierge-subtype h4{font-size:1.15rem;font-weight:700;color:var(--dcl-color-primary);margin:0;font-family:Montserrat,sans-serif;flex:1}.concierge-subtype-chevron{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--dcl-color-primary);transition:transform .3s ease}.concierge-subtype-chevron svg{width:100%;height:100%}.concierge-subtype:not(.collapsed) .concierge-subtype-chevron{transform:rotate(90deg)}.concierge-subtype-content-wrapper{overflow:hidden;transition:max-height .3s ease,opacity .3s ease,padding .3s ease;margin-top:1rem}.concierge-subtype.collapsed .concierge-subtype-content-wrapper{max-height:0;opacity:0;padding-top:0;padding-bottom:0;margin-top:0}.concierge-subtype:not(.collapsed) .concierge-subtype-content-wrapper{max-height:5000px;opacity:1}.concierge-subtype-description{font-size:1rem;line-height:1.7;color:var(--dcl-color-tab-text);margin:0 0 1rem}.restaurants-content{width:100%}.restaurants-header{margin-bottom:2rem}.restaurants-title,.restaurantes-title{font-size:2rem;font-weight:700;color:var(--dcl-color-primary);margin:0 0 2rem;font-family:Montserrat,sans-serif;text-align:center}.restaurants-intro{font-size:.95rem;line-height:1.7;color:var(--dcl-color-tab-text);margin:0}.restaurants-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:0 1.5rem;align-items:start;width:100%;max-width:1600px;margin:0 auto}.restaurants-categories-container{background:transparent;border:none;overflow:hidden;max-width:280px}.restaurants-categories-list{display:flex;flex-direction:column;gap:0;position:relative}.restaurant-category-item{width:100%;padding:1.25rem;border:none;border-bottom:1px solid var(--dcl-color-border-medium);border-right:1px solid var(--dcl-color-border-medium);background:var(--dcl-color-surface);text-align:left;cursor:pointer;display:flex;align-items:flex-start;gap:1rem;transition:background-color .2s ease,border-right-color .2s ease;font-family:inherit;position:relative}.restaurant-category-item.active{border-right-color:var(--dcl-color-surface-subtle)}.restaurant-category-item:last-child{border-bottom:none}.restaurant-category-item:hover{background-color:var(--dcl-color-surface-lavender)}.restaurant-category-tab{flex:1;position:relative;min-width:0}.restaurant-category-content{display:flex;flex-direction:column;gap:.25rem}.restaurant-category-number{font-size:.75rem;font-weight:600;color:var(--dcl-color-text-faint);letter-spacing:.05em;text-transform:uppercase;line-height:1.2}.restaurant-category-item.active .restaurant-category-number{color:var(--dcl-color-primary)}.restaurant-category-name{font-size:1rem;font-weight:700;color:var(--dcl-color-text-soft);line-height:1.3}.restaurant-category-item.active .restaurant-category-name{color:var(--dcl-color-primary)}.restaurant-category-arrow{flex-shrink:0;color:var(--dcl-color-text-faint);display:flex;align-items:center;margin-top:.25rem}.restaurant-category-arrow svg{width:8px;height:12px}.restaurant-category-item.active .restaurant-category-arrow{color:var(--dcl-color-primary)}.restaurant-accordion-item{border-bottom:1px solid var(--dcl-color-border-medium)}.restaurant-accordion-item:last-child{border-bottom:none}.restaurant-accordion-content{display:none;padding:1rem 1.25rem;background:var(--dcl-color-surface-alt);border-top:1px solid var(--dcl-color-border-medium)}.restaurant-accordion-item.expanded .restaurant-accordion-content{display:block}.restaurant-category-arrow .chevron-icon{display:none;width:12px;height:8px;transition:transform .3s ease}.restaurant-accordion-item.expanded .restaurant-category-arrow .chevron-icon{transform:rotate(180deg)}.restaurants-types-wrapper{position:relative;min-height:400px;width:100%;min-width:0}@media screen and (max-width:968px){.restaurants-types-wrapper{display:none}}.restaurants-types{display:flex;flex-direction:column;gap:2rem}.restaurant-type{background:transparent;border-radius:0;padding:0;box-shadow:none;display:none}.restaurant-type[data-category].active{display:block}.restaurant-type-title{font-size:1.5rem;font-weight:700;color:var(--dcl-color-primary);margin:0 0 1rem;font-family:Montserrat,sans-serif}.restaurant-section-title{font-size:1.25rem;font-weight:700;color:var(--dcl-color-primary);margin:0 0 1.5rem;font-family:Montserrat,sans-serif;text-transform:uppercase}.restaurant-type-description{font-size:1rem;line-height:1.7;color:var(--dcl-color-tab-text);margin:0 0 1.5rem}.restaurant-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.restaurant-item{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(var(--dcl-color-black-rgb),.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:row;height:100%;position:relative}.restaurant-item-border{width:4px;border-radius:16px 0 0 16px;flex-shrink:0;height:100%;background-color:var(--dcl-color-primary)}.restaurant-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(var(--dcl-color-black-rgb),.15)}.restaurant-item-content{padding:1.2rem;display:flex;flex-direction:column;flex:1;height:100%}.restaurant-title-wrapper{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.8rem}.restaurant-mickey-icon-wrapper{width:20px;height:20px;flex-shrink:0;background-color:var(--dcl-color-primary);mask-image:url(/assets/images/mickey-pagination.svg);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url(/assets/images/mickey-pagination.svg);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;margin-top:.1rem}.restaurant-mickey-icon{display:none;width:100%;height:100%;object-fit:contain}@supports (not (mask-image: url(/assets/images/mickey-pagination.svg))) and (not (-webkit-mask-image: url(/assets/images/mickey-pagination.svg))){.restaurant-mickey-icon{display:block}}.restaurant-item h4{font-size:1.2rem;font-weight:600;color:var(--dcl-color-primary);line-height:1.4;margin:0}.restaurant-info{margin-bottom:1.2rem;flex:1}.restaurant-info p{margin-bottom:.5rem;color:var(--dcl-color-text-muted);font-size:.8rem}.restaurant-info strong{color:var(--dcl-color-primary);font-weight:600}.restaurant-type-note{margin-top:1rem;font-size:.9rem;color:var(--dcl-color-tab-text)}.experiencias-title{font-size:2rem;font-weight:700;margin:0 0 2rem;color:var(--dcl-color-primary);font-family:Montserrat,sans-serif;text-align:center}.experiencias-content{width:100%}.experiencias-intro{font-size:1rem;line-height:1.7;color:var(--dcl-color-tab-text);margin:0 0 2rem}.experiencias-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:0 1.5rem;align-items:start;width:100%;max-width:1600px;margin:0 auto}.experiencias-categories-container{background:transparent;border:none;overflow:hidden;max-width:280px}.experiencias-categories-list{display:flex;flex-direction:column;gap:0;position:relative}.experiencia-category-item{width:100%;padding:1.25rem;border:none;border-bottom:1px solid var(--dcl-color-border-medium);border-right:1px solid var(--dcl-color-border-medium);background:var(--dcl-color-surface);text-align:left;cursor:pointer;display:flex;align-items:flex-start;gap:1rem;transition:background-color .2s ease,border-right-color .2s ease;font-family:inherit;position:relative}.experiencia-category-item.active{border-right-color:var(--dcl-color-surface-subtle)}.experiencia-category-item:last-child{border-bottom:none}.experiencia-category-item:hover{background-color:var(--dcl-color-surface-lavender)}.experiencia-category-tab{flex:1;position:relative;min-width:0}.experiencia-category-content{display:flex;flex-direction:column;gap:.25rem}.experiencia-category-number{font-size:.75rem;font-weight:600;color:var(--dcl-color-text-faint);letter-spacing:.05em;text-transform:uppercase;line-height:1.2}.experiencia-category-item.active .experiencia-category-number{color:var(--dcl-color-primary)}.experiencia-category-name{font-size:1rem;font-weight:700;color:var(--dcl-color-text-soft);line-height:1.3}.experiencia-category-item.active .experiencia-category-name{color:var(--dcl-color-primary)}.experiencia-category-arrow{flex-shrink:0;color:var(--dcl-color-text-faint);display:flex;align-items:center;margin-top:.25rem}.experiencia-category-arrow svg{width:8px;height:12px}.experiencia-category-item.active .experiencia-category-arrow{color:var(--dcl-color-primary)}.experiencia-accordion-item{border-bottom:1px solid var(--dcl-color-border-medium)}.experiencia-accordion-item:last-child{border-bottom:none}.experiencia-accordion-content{display:none;padding:1rem 1.25rem;background:var(--dcl-color-surface-alt);border-top:1px solid var(--dcl-color-border-medium)}.experiencia-accordion-item.expanded .experiencia-accordion-content,.experiencia-accordion-item.expanded .experiencia-accordion-content .experiencia-section{display:block}.experiencia-category-arrow .chevron-icon{display:none;width:12px;height:8px;transition:transform .3s ease}.experiencia-accordion-item.expanded .experiencia-category-arrow .chevron-icon{transform:rotate(180deg)}.experiencias-sections-wrapper{position:relative;min-height:400px;width:100%;min-width:0}@media screen and (max-width:968px){.experiencias-sections-wrapper{display:none}}.experiencias-sections{position:relative}.experiencia-section{display:none}.experiencia-section.active{display:block}.experiencias-section-title{font-size:1.5rem;font-weight:700;color:var(--dcl-color-primary);margin:0 0 1.5rem;font-family:Montserrat,sans-serif;text-transform:uppercase}.experiencias-description{font-size:.95rem;line-height:1.7;color:var(--dcl-color-tab-text);margin:0 0 1.5rem}.experiencias-note{font-size:.9rem;line-height:1.6;color:var(--dcl-color-tab-text);margin:0 0 1.5rem;font-style:italic}.experiencias-subtitle{font-size:1.1rem;font-weight:600;color:var(--dcl-color-primary);margin:2rem 0 1rem;font-family:Montserrat,sans-serif}.experiencias-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.experiencia-item{padding-left:1.5rem;position:relative}.experiencia-item:before{content:"•";position:absolute;left:0;color:var(--dcl-color-primary);font-weight:700}.experiencia-item p{font-size:.95rem;line-height:1.7;color:var(--dcl-color-tab-text);margin:0}.experiencia-item p strong{font-weight:700;color:var(--dcl-color-primary)}.personajes-content{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.personajes-title{font-size:2rem;font-weight:700;color:var(--dcl-color-primary);margin:0 0 1.5rem;font-family:Montserrat,sans-serif;text-align:center}.personajes-intro{font-size:.95rem;line-height:1.7;color:var(--dcl-color-tab-text);margin:0 0 3rem;text-align:center;width:100%}.personajes-carousel-container{margin:0 0 4rem}.personajes-carousel-wrapper{position:relative;display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.personajes-carousel{flex:1;width:100%;overflow:hidden;border-radius:12px}.personajes-carousel-track{display:flex;transition:transform .45s ease;will-change:transform;touch-action:pan-y}.personajes-carousel-slide{flex:0 0 100%;min-width:100%}.personajes-carousel-slide img{width:100%;height:500px;display:block;object-fit:cover;object-position:center;background:transparent}.personajes-carousel-btn{background:var(--dcl-color-accent-lavender);color:var(--dcl-color-surface);border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease,transform .2s ease;flex-shrink:0;z-index:2}.personajes-carousel-btn:hover{background:var(--dcl-color-accent-lavender-deep);transform:scale(1.1)}.personajes-carousel-btn:active{transform:scale(.95)}.personajes-carousel-btn svg{width:24px;height:24px}.personajes-carousel-indicators{display:flex;justify-content:center;align-items:center;margin-top:1rem}.personajes-carousel-counter{font-size:.9rem;color:var(--dcl-color-tab-text);font-weight:600}.personajes-carousel-current{color:var(--dcl-color-primary);font-weight:700}.espectaculos-carousel-container{margin:2rem 0 4rem}.espectaculos-carousel-wrapper{position:relative;display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.espectaculos-carousel{flex:1;overflow:hidden;scroll-snap-type:x mandatory}.espectaculos-carousel-track{display:flex;transition:transform .5s ease}.espectaculos-carousel-slide{min-width:100%;flex-shrink:0;display:flex;flex-direction:column;padding:0 1rem;box-sizing:border-box;scroll-snap-align:center}.espectaculos-carousel-slide img{width:100%;height:400px;display:block;object-fit:contain;background:transparent;margin:0 auto;border-radius:12px}.espectaculos-carousel-title{padding:1rem 1.5rem;text-align:center;font-size:1.25rem;font-weight:700;color:var(--dcl-color-primary);font-family:Montserrat,sans-serif;margin-bottom:0}.espectaculos-carousel-btn{background:var(--dcl-color-accent-lavender);color:var(--dcl-color-surface);border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease,transform .2s ease;flex-shrink:0;z-index:2}.espectaculos-carousel-btn:hover{background:var(--dcl-color-accent-lavender-deep);transform:scale(1.1)}.espectaculos-carousel-btn:active{transform:scale(.95)}.espectaculos-carousel-btn svg{width:24px;height:24px}.espectaculos-carousel-indicators{display:flex;justify-content:center;align-items:center;margin-top:1rem}.espectaculos-carousel-counter{font-size:.9rem;color:var(--dcl-color-tab-text);font-weight:600}.espectaculos-carousel-current{color:var(--dcl-color-primary);font-weight:700}@media screen and (max-width:768px){.espectaculos-carousel-wrapper{gap:.5rem}.espectaculos-carousel-btn{width:40px;height:40px}.espectaculos-carousel-btn svg{width:20px;height:20px}.espectaculos-carousel-title{font-size:1rem;padding:1rem}.espectaculos-carousel-slide img{height:240px;max-height:50vh}}.app-content{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.app-title{font-size:2rem;font-weight:700;color:var(--dcl-color-primary);margin:0 0 1.5rem;font-family:Montserrat,sans-serif;text-align:center}.app-intro{font-size:1rem;line-height:1.7;color:var(--dcl-color-tab-text);margin:0 0 3rem;text-align:center;width:100%}.app-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.app-feature-item{padding:1.2rem;display:flex;flex-direction:column;flex:1;height:100%;gap:.8rem}.app-feature-item:hover{transform:none;box-shadow:none}.app-feature-icon{flex-shrink:0;width:48px;height:48px;color:var(--dcl-color-primary);display:flex;align-items:center;justify-content:center}.app-feature-content{flex:1}.app-feature-title{font-size:1.25rem;font-weight:700;color:var(--dcl-color-primary);margin:0 0 .75rem;font-family:Montserrat,sans-serif}.app-feature-description{font-size:.95rem;line-height:1.6;color:var(--dcl-color-tab-text);margin:0}.app-download{background:linear-gradient(135deg,var(--dcl-color-primary) 0%,var(--dcl-color-primary-active) 100%);border-radius:16px;display:flex;align-items:stretch;overflow:hidden;color:var(--dcl-color-surface);width:100%;max-width:1600px;margin:0 auto 3rem;min-height:300px}.app-download-content{flex:0 0 50%;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;justify-content:center}.app-download-image{flex:0 0 50%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.app-download-image img{width:100%;height:100%;object-fit:cover;object-position:right center;display:block}.app-download-title{font-size:1.75rem;font-weight:700;margin:0 0 1rem;font-family:Montserrat,sans-serif;color:var(--dcl-color-surface)}.app-download-description{font-size:1rem;line-height:1.7;margin:0 0 2rem;color:rgba(var(--dcl-color-white-rgb),.9);max-width:600px;margin-left:auto;margin-right:auto;margin-bottom:2rem}.app-download-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.app-download-btn{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:var(--dcl-color-surface);color:var(--dcl-color-primary);border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:transform .3s ease,box-shadow .3s ease}.app-download-btn:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(var(--dcl-color-black-rgb),.2)}.app-download-btn svg{width:24px;height:24px}@media screen and (max-width:768px){.buque-banner{height:250px}.section-title{font-size:1.5rem}.deck-plans-sidebar{flex:1;max-width:100%}.deck-plans-categories-list{flex-direction:column;flex-wrap:nowrap}.deck-item{flex:1 1 100%;min-width:0;border-right:1px solid var(--dcl-color-border-medium);border-bottom:1px solid var(--dcl-color-border-medium)}.deck-item:last-child{border-bottom:1px solid var(--dcl-color-border-medium)}.deck-map-wrapper{padding:1rem;max-height:1200px}.stateroom-type-content{grid-template-columns:1fr;gap:1.5rem}.concierge-benefits{grid-template-columns:1fr}.restaurants-layout{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.restaurants-categories-container{order:2}.restaurants-types-wrapper{order:1}.restaurant-list{grid-template-columns:1fr}.experiencias-layout{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.experiencias-categories-container{order:2}.experiencias-sections-wrapper{order:1}.experiencias-section-title{font-size:1.25rem}.personajes-content{padding:1.5rem 1rem}.personajes-title{font-size:1.5rem}.personajes-carousel-wrapper{gap:.5rem}.personajes-carousel{border-radius:10px}.personajes-carousel-slide img{height:240px}.personajes-carousel-btn{width:40px;height:40px}.personajes-carousel-btn svg{width:20px;height:20px}.app-content{padding:1.5rem 1rem}.app-title{font-size:1.5rem}.app-features{grid-template-columns:1fr;gap:1.5rem}.app-feature-item{flex-direction:column;text-align:center}.app-feature-icon{margin:0 auto}.app-download{flex-direction:column;padding:0;min-height:auto}.app-download-content{flex:1;padding:2rem 1.5rem}.app-download-image{flex:1;min-height:250px}.app-download-title{font-size:1.5rem}.app-download-buttons{flex-direction:column;align-items:stretch}.app-download-btn{justify-content:center}}.que-incluye-section--span-all{grid-column:1/-1}.que-incluye-centro-salud-block{display:block}.que-incluye-centro-salud-strong-inline{display:inline}.que-incluye-centro-salud-subtext{font-weight:300;color:var(--dcl-color-text-soft);display:inline}.restaurant-type-note--charges{margin-top:1rem;font-size:.9rem;color:var(--dcl-color-tab-text)}.restaurant-section-title--spaced{margin-top:2.5rem}.experiencias-description--spaced{margin-top:1.5rem}.buque-page{width:100%;overflow-x:clip}.buque-tabs-wrapper,.buque-tab-content-wrapper,.app-content,.personajes-content{width:min(100%,100rem);margin-inline:auto;padding-inline:1rem}.buque-tabs-nav{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x;scroll-snap-type:x proximity;gap:.5rem;padding-top:1rem;padding-bottom:1rem;scrollbar-width:thin}.buque-tab{flex:0 0 auto;white-space:nowrap;scroll-snap-align:start;min-height:2.75rem;padding:.625rem .75rem;font-size:.85rem}.que-incluye-layout,.staterooms-layout,.restaurants-layout,.experiencias-layout{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;max-width:none;padding-inline:0}.que-incluye-layout{margin:2.5rem 0 0;padding:0;width:100%}.que-incluye-categories-container{order:2}.que-incluye-content{order:1;display:none}.que-incluye-accordion-item{border-bottom:1px solid var(--dcl-color-border-medium)}.que-incluye-accordion-item:last-child{border-bottom:none}.que-incluye-accordion-content{display:none;padding:1rem 1.25rem;background:var(--dcl-color-surface-alt);border-top:1px solid var(--dcl-color-border-medium)}.que-incluye-accordion-item.expanded .que-incluye-accordion-content{display:block}.category-item-arrow .chevron-icon{display:block;transition:transform .3s ease}.category-item-arrow .arrow-icon{display:none}.que-incluye-accordion-item.expanded .category-item-arrow .chevron-icon{transform:rotate(180deg)}.que-incluye-categories-container,.staterooms-categories-container,.restaurants-categories-container,.experiencias-categories-container{width:100%;max-width:none}.deck-plans-main{flex-direction:row;gap:1rem}@media screen and (max-width:968px){.deck-plans-main{flex-direction:column}.deck-plans-main .deck-plans-map-container,.deck-plans-main .deck-category-arrow .arrow-icon{display:none}.deck-plans-main .deck-category-arrow .chevron-icon{display:block}}@media screen and (max-width:968px){.staterooms-layout .staterooms-types-wrapper,.staterooms-layout .stateroom-category-arrow .arrow-icon{display:none}.staterooms-layout .stateroom-category-arrow .chevron-icon{display:block}}@media screen and (max-width:968px){.experiencias-layout .experiencia-category-arrow .arrow-icon{display:none}.experiencias-layout .experiencia-category-arrow .chevron-icon{display:block}}.deck-plans-sidebar{max-width:none;width:100%}.deck-map-wrapper{max-height:85dvh}.buque-tab-title,.que-incluye-title,.planos-title,.camarotes-title,.restaurantes-title,.experiencias-title,.personajes-title,.app-title{font-size:clamp(1.5rem,4vw,2rem);line-height:1.2}.site-nav__link:focus-visible,.site-nav__submenu-link:focus-visible,.buque-tab:focus-visible,.que-incluye-category-item:focus-visible,.acordeon-header:focus-visible,.deck-item:focus-visible,.deck-zoom-btn:focus-visible,.stateroom-category-item:focus-visible,.stateroom-type-button:focus-visible,.concierge-subtype:focus-visible,.restaurant-category-item:focus-visible,.experiencia-category-item:focus-visible,.personajes-carousel-btn:focus-visible,.espectaculos-carousel-btn:focus-visible,.app-download-btn:focus-visible{outline:3px solid #282d8d;outline-offset:3px}@media(min-width:969px){.buque-tabs-wrapper,.buque-tab-content-wrapper,.app-content,.personajes-content{padding-inline:1.5rem}.buque-tabs-nav{display:grid;overflow:visible;scroll-snap-type:none;grid-template-columns:repeat(4,minmax(0,1fr))}.que-incluye-sections-grid,.restaurant-list{grid-template-columns:repeat(2,minmax(0,1fr))}.que-incluye-layout,.staterooms-layout,.restaurants-layout,.experiencias-layout{grid-template-columns:minmax(14rem,18rem) 1fr;gap:1.25rem}.que-incluye-categories-container{order:initial}.que-incluye-content{order:initial;display:block}.que-incluye-accordion-content{display:none!important}.deck-plans-map-container{display:block}.deck-accordion-content,.stateroom-accordion-content{display:none!important}.staterooms-types-wrapper,.stateroom-category-arrow .arrow-icon{display:block}.stateroom-category-arrow .chevron-icon{display:none}.restaurant-accordion-content{display:none!important}.restaurants-types-wrapper,.restaurant-category-arrow .arrow-icon{display:block}.restaurant-category-arrow .chevron-icon{display:none}.experiencia-accordion-content{display:none!important}.experiencias-sections-wrapper,.experiencia-category-arrow .arrow-icon{display:block}.experiencia-category-arrow .chevron-icon{display:none}.category-item-arrow .arrow-icon{display:block}.category-item-arrow .chevron-icon{display:none}.deck-category-arrow .arrow-icon{display:block}.deck-category-arrow .chevron-icon{display:none}}@media(min-width:64rem){.buque-tabs-wrapper,.buque-tab-content-wrapper,.app-content,.personajes-content{padding-inline:2rem}.buque-tabs-nav{grid-template-columns:repeat(8,minmax(0,1fr));gap:.625rem}.buque-tab{white-space:normal}.restaurant-list{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}}
