:root { --yellow: #ffd41e; --dark: #080912; --white: #fff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--dark); color: var(--white); font-family: Montserrat, sans-serif; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; min-height: 164px; padding: 8px clamp(24px, 3.8vw, 72px); display: flex; align-items: center; gap: clamp(18px, 2.3vw, 44px); transition: background .35s ease, box-shadow .35s ease, min-height .4s ease; }
.site-header.scrolled { background: rgba(4, 4, 8, .95); box-shadow: 0 5px 28px rgba(0,0,0,.45); min-height: 92px; }
.site-header--dark { background: rgba(4, 4, 8, .95); box-shadow: 0 5px 28px rgba(0,0,0,.45); }
.brand { display: block; width: clamp(255px, 20vw, 340px); flex: 0 0 auto; transition: width .4s ease; }
.site-header.scrolled .brand { width: clamp(175px, 14vw, 235px); }
.brand img { display: block; width: 100%; height: 148px; object-fit: contain; object-position: center; filter: drop-shadow(0 3px 8px rgba(0,0,0,.35)); transition: height .4s ease; }
.site-header.scrolled .brand img { height: 95px; }
.main-menu { display: flex; gap: clamp(15px, 1.45vw, 27px); align-items: center; margin-left: auto; }
.main-menu a { color: #fff; font-family: "Barlow Condensed", sans-serif; font-size: clamp(16px, 1.22vw, 20px); font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .6px; white-space: nowrap; transition: color .2s; }
.main-menu a:hover, .main-menu a.active { color: var(--yellow); }
.reserve-call { display: flex; align-items: center; gap: 7px; padding: 8px 13px 8px 15px; color: white; border: 1px solid rgba(255,255,255,.58); border-radius: 8px; background: rgba(0,0,0,.62); text-decoration: none; white-space: nowrap; transition: transform .2s, border-color .2s, background .2s; }
.reserve-call:hover { transform: translateY(-2px); border-color: var(--yellow); background: rgba(0,0,0,.67); }
.reserve-label { color: var(--yellow); font-family: "Barlow Condensed", sans-serif; font-size: clamp(15px, 1.25vw, 20px); font-style: italic; font-weight: 900; text-transform: uppercase; }
.whatsapp-icon { width: 25px; height: 25px; border-radius: 50%; background: #25d366; padding: 3px; display: grid; place-items: center; }
.whatsapp-icon svg { fill: white; width: 100%; height: 100%; }
.phone { font-family: "Barlow Condensed", sans-serif; font-size: clamp(18px, 1.5vw, 25px); font-weight: 800; letter-spacing: .8px; }
.hero { min-height: 100svh; position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; padding: 110px clamp(24px, 9.4vw, 180px) 70px; }
.hero-slides { position: absolute; z-index: -2; inset: 0; overflow: hidden; }.hero-slide { position: absolute; inset: 0; opacity: 0; background-position: center center; background-size: cover; background-repeat: no-repeat; transform: scale(1.04); transition: opacity 1.2s ease-in-out, transform 6s linear; }.hero-slide.active { opacity: 1; transform: scale(1); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,5,15,.84) 0%, rgba(4,5,15,.66) 32%, rgba(4,5,15,.18) 62%, rgba(4,5,15,.04) 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 20%; background: linear-gradient(transparent, rgba(2,2,8,.7)); }
.hero-content { width: min(630px, 100%); animation: lift .8s .2s ease-out both; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: #d9ddf6; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 3px; background: var(--yellow); box-shadow: 0 0 12px var(--yellow); }
h1 { max-width: 625px; margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(54px, 5.3vw, 94px); font-style: italic; font-weight: 900; line-height: .88; letter-spacing: -1.7px; text-transform: uppercase; text-wrap: balance; }
h1 em { color: var(--yellow); font-style: inherit; text-shadow: 0 4px 22px rgba(255,212,30,.14); }
.hero-description { max-width: 590px; margin: 28px 0 32px; color: #e9eafa; font-size: clamp(20px, 1.65vw, 27px); font-weight: 600; line-height: 1.5; }
.cta { display: inline-flex; align-items: center; gap: 21px; padding: 16px 20px 16px 24px; background: var(--yellow); color: #17130a; font-family: "Barlow Condensed", sans-serif; font-size: 22px; font-style: italic; font-weight: 900; letter-spacing: .5px; text-decoration: none; text-transform: uppercase; box-shadow: 0 10px 27px rgba(255,212,30,.22); transition: transform .2s, box-shadow .2s; }
.cta:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(255,212,30,.38); }
.cta span { font-family: sans-serif; font-size: 26px; font-style: normal; line-height: .6; }
.scroll-cue { position: absolute; bottom: 30px; left: clamp(24px, 4.2vw, 82px); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.76); font-family: "Barlow Condensed", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-decoration: none; text-transform: uppercase; }
.scroll-cue span { width: 21px; height: 34px; border: 1px solid rgba(255,255,255,.8); border-radius: 12px; position: relative; }.scroll-cue span::after { content:""; position: absolute; width: 3px; height: 6px; top: 7px; left: 8px; border-radius: 2px; background: var(--yellow); animation: scroll 1.5s infinite; }
.menu-toggle { display: none; }
.benefits { display: grid; grid-template-columns: repeat(5, 1fr); width: 100%; }
.benefit { min-height: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; padding: 22px clamp(12px, 1.5vw, 28px); color: #fff; text-align: center; }
.benefit svg { flex: 0 0 auto; width: clamp(35px, 3.3vw, 51px); height: clamp(35px, 3.3vw, 51px); fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.benefit p { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(15px, 1.35vw, 22px); font-weight: 800; line-height: 1.05; letter-spacing: .25px; text-transform: uppercase; }
.benefit-kids { background: #6C11C8; }.benefit-party { background: #38BA00; }.benefit-corporate { background: #0A5CD4; }.benefit-support { background: #D14905; }.benefit-quality { background: #F70BA3; }
.services { position: relative; overflow: hidden; padding: clamp(70px, 8vw, 132px) clamp(24px, 7.5vw, 145px); background-color: #f3eadc; background-image: url("data:image/svg+xml,%3Csvg width='122' height='122' viewBox='0 0 122 122' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23dacbb5' stroke-width='1.4' opacity='.42'%3E%3Cpath d='M18 35c0-8 7-14 15-14s15 6 15 14v5l-5 4-5-5H28l-5 5-5-4zM28 31h.1M38 31h.1M32 43v-8M67 84h27v20H67zM73 84V79c0-5 4-7 7-7h1c4 0 7 2 7 7v5M26 100l14-30 20 20-30 10zM40 70l20 20'/%3E%3C/g%3E%3C/svg%3E"); }
.services-heading { position: relative; max-width: 650px; margin: 0 auto 48px; text-align: center; }
.services-heading p { margin: 0 0 9px; color: #755e42; font-size: 11px; font-weight: 800; letter-spacing: 2.6px; text-transform: uppercase; }
.services-heading h2 { margin: 0; color: #17131a; font-family: "Barlow Condensed", sans-serif; font-size: clamp(52px, 5.1vw, 84px); font-style: italic; font-weight: 900; line-height: .9; letter-spacing: -1px; text-transform: uppercase; }.services-heading h2 em { color: #7214c8; font-style: inherit; }
.services-heading span { display: block; width: 60px; height: 5px; margin: 19px auto 0; background: #ffd41e; }
.service-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; max-width: 1320px; margin: 0 auto; }
.service-card { overflow: hidden; background: transparent; transition: transform .25s ease; }.service-card:hover { transform: translateY(-7px); }
.service-card img { display: block; width: 100%; height: clamp(195px, 17vw, 275px); border-radius: 20px; object-fit: cover; transition: transform .4s ease; }.service-card:hover img { transform: scale(1.045); }
.service-copy { min-height: 145px; padding: 24px 0 26px; text-align: center; }
.service-copy h3 { margin: 0 0 12px; color: #21152d; font-family: Montserrat, sans-serif; font-size: clamp(18px, 1.45vw, 25px); font-weight: 800; line-height: 1.16; letter-spacing: -.45px; text-transform: uppercase; }.service-copy p { margin: 0; color: #64586a; font-size: clamp(15px, 1.15vw, 18px); font-weight: 600; line-height: 1.55; }
.corporate-hero { position: relative; isolation: isolate; min-height: min(725px, 80svh); display: flex; align-items: center; padding: 100px clamp(24px, 9.4vw, 180px); overflow: hidden; color: #fff; }
.corporate-hero__bg { position: absolute; z-index: -2; inset: 0; background: url("../images/hero-eventos-corporativos.png") center / cover no-repeat; }.corporate-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2,5,16,.86) 0%, rgba(2,5,16,.67) 42%, rgba(2,5,16,.13) 77%, rgba(2,5,16,.1) 100%); }.corporate-hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 25%; background: linear-gradient(transparent, rgba(1,2,9,.6)); }
.corporate-hero__content { width: min(620px, 100%); }.corporate-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: #d6dcfa; font-size: 11px; font-weight: 800; letter-spacing: 2.2px; text-transform: uppercase; }.corporate-kicker span { width: 38px; height: 3px; background: #ffd41e; box-shadow: 0 0 12px #ffd41e; }
.corporate-hero h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(53px, 5.2vw, 86px); font-style: italic; font-weight: 900; line-height: .88; letter-spacing: -1.2px; text-transform: uppercase; }.corporate-hero h2 em { display: block; color: #ffd41e; font-style: inherit; }.corporate-hero__content > p:not(.corporate-kicker) { max-width: 570px; margin: 28px 0 30px; color: #eef0ff; font-size: clamp(14px, 1.1vw, 17px); font-weight: 500; line-height: 1.75; }
.corporate-cta { display: inline-flex; align-items: center; gap: 19px; padding: 15px 20px 15px 23px; border: 1px solid rgba(255,255,255,.55); color: #fff; font-family: "Barlow Condensed", sans-serif; font-size: 20px; font-style: italic; font-weight: 900; letter-spacing: .5px; text-decoration: none; text-transform: uppercase; transition: .2s ease; }.corporate-cta:hover { border-color: #ffd41e; background: #ffd41e; color: #14120c; transform: translateY(-3px); }.corporate-cta span { font-family: sans-serif; font-size: 25px; font-style: normal; line-height: .6; }
.kids-hero { position: relative; isolation: isolate; min-height: min(725px, 80svh); display: flex; align-items: center; justify-content: flex-end; padding: 100px clamp(24px, 9.4vw, 180px); overflow: hidden; color: #fff; }.kids-hero__bg { position: absolute; z-index: -2; inset: 0; background: url("../images/hero-fiestas-infantiles.png") center / cover no-repeat; }.kids-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2,5,16,.08) 0%, rgba(2,5,16,.17) 28%, rgba(2,5,16,.68) 64%, rgba(2,5,16,.88) 100%); }.kids-hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 25%; background: linear-gradient(transparent, rgba(1,2,9,.6)); }
.kids-hero__content { width: min(600px, 100%); }.kids-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: #f3e1ff; font-size: 11px; font-weight: 800; letter-spacing: 2.2px; text-transform: uppercase; }.kids-kicker span { width: 38px; height: 3px; background: #f70ba3; box-shadow: 0 0 12px #f70ba3; }.kids-hero h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(58px, 6vw, 96px); font-style: italic; font-weight: 900; line-height: .88; letter-spacing: -1.2px; text-transform: uppercase; }.kids-hero h2 em { display: block; color: #ffd41e; font-style: inherit; }.kids-hero__content > p:not(.kids-kicker) { max-width: 565px; margin: 28px 0 30px; color: #f6f1fb; font-size: clamp(14px, 1.1vw, 17px); font-weight: 500; line-height: 1.75; }.kids-cta { display: inline-flex; align-items: center; gap: 19px; padding: 15px 20px 15px 23px; border: 1px solid rgba(255,255,255,.55); color: #fff; font-family: "Barlow Condensed", sans-serif; font-size: 20px; font-style: italic; font-weight: 900; letter-spacing: .5px; text-decoration: none; text-transform: uppercase; transition: .2s ease; }.kids-cta:hover { border-color: #ffd41e; background: #ffd41e; color: #14120c; transform: translateY(-3px); }.kids-cta span { font-family: sans-serif; font-size: 25px; font-style: normal; line-height: .6; }
.integral-service { padding: clamp(76px, 8.5vw, 142px) clamp(24px, 7.5vw, 145px); background: #fff; color: #20152a; }.integral-service__intro { max-width: 790px; margin: 0 auto 55px; text-align: center; }.section-tag { margin: 0 0 11px; color: #7620c9; font-size: 11px; font-weight: 800; letter-spacing: 2.4px; text-transform: uppercase; }.integral-service h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(54px, 5.4vw, 88px); font-style: italic; font-weight: 900; line-height: .88; letter-spacing: -1px; text-transform: uppercase; }.integral-service h2 em { color: #0a5cd4; font-style: inherit; }.integral-service__intro > p:last-child { max-width: 695px; margin: 26px auto 0; color: #62566a; font-size: clamp(16px, 1.2vw, 19px); font-weight: 500; line-height: 1.7; }.integral-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1220px; margin: 0 auto; border-top: 1px solid #e5e1e8; border-bottom: 1px solid #e5e1e8; }.integral-step { position: relative; padding: 42px clamp(25px, 3vw, 55px) 46px; }.integral-step + .integral-step { border-left: 1px solid #e5e1e8; }.step-number { position: absolute; top: 22px; right: 25px; color: #e7e2ea; font-family: "Barlow Condensed", sans-serif; font-size: 25px; font-style: italic; font-weight: 900; }.step-icon { display: grid; width: 62px; height: 62px; place-items: center; margin-bottom: 21px; border-radius: 50%; background: #f3edfa; color: #7220c6; }.integral-step:nth-child(2) .step-icon { background: #e8f1ff; color: #0a5cd4; }.integral-step:nth-child(3) .step-icon { background: #fff0e8; color: #d14905; }.step-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }.integral-step h3 { margin: 0 0 10px; font-family: "Barlow Condensed", sans-serif; font-size: clamp(25px, 2vw, 32px); font-weight: 900; line-height: .95; text-transform: uppercase; }.integral-step p { max-width: 270px; margin: 0; color: #665b6d; font-size: 14px; font-weight: 500; line-height: 1.65; }
.site-footer { padding: 0 clamp(24px, 7.5vw, 145px); background: #07070d; color: #fff; }.footer-main { display: grid; grid-template-columns: 1.35fr .7fr 1.1fr; gap: clamp(40px, 7vw, 130px); max-width: 1350px; margin: 0 auto; padding: 72px 0 59px; }.footer-brand a { display: block; width: min(255px, 100%); }.footer-brand img { display: block; width: 100%; height: 130px; object-fit: contain; object-position: left center; }.footer-brand p { max-width: 355px; margin: 13px 0 0; color: #b7b5c4; font-size: 13px; font-weight: 500; line-height: 1.7; }.site-footer h2 { margin: 8px 0 21px; color: #ffd41e; font-family: "Barlow Condensed", sans-serif; font-size: 23px; font-style: italic; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }.footer-nav { display: flex; flex-direction: column; align-items: flex-start; }.footer-nav a { margin: 0 0 11px; color: #e9e9ef; font-family: "Barlow Condensed", sans-serif; font-size: 18px; font-weight: 700; letter-spacing: .4px; text-decoration: none; text-transform: uppercase; transition: color .2s; }.footer-nav a:hover { color: #f70ba3; }.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }.footer-phone { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; color: #fff; font-family: "Barlow Condensed", sans-serif; font-size: 31px; font-weight: 900; letter-spacing: .6px; text-decoration: none; }.footer-phone span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: #25d366; padding: 3px; }.footer-phone svg { width: 100%; height: 100%; fill: #fff; }.footer-email { display: flex; align-items: center; gap: 9px; color: #c6c4d0; font-size: 13px; font-weight: 600; text-decoration: none; }.footer-email svg { width: 17px; height: 17px; fill: none; stroke: #f70ba3; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }.footer-cta { display: inline-flex; align-items: center; gap: 16px; margin-top: 22px; padding: 13px 17px; background: #ffd41e; color: #18130a; font-family: "Barlow Condensed", sans-serif; font-size: 19px; font-style: italic; font-weight: 900; letter-spacing: .5px; text-decoration: none; text-transform: uppercase; transition: transform .2s; }.footer-cta:hover { transform: translateY(-3px); }.footer-cta span { font-family: sans-serif; font-size: 22px; font-style: normal; line-height: .5; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; max-width: 1350px; margin: 0 auto; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.13); color: #7e7b89; font-size: 11px; font-weight: 600; }.footer-bottom p { margin: 0; }.footer-bottom a { color: #d7d4df; font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
@keyframes entrance { from { transform: scale(1.04); } to { transform: scale(1); } } @keyframes lift { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes scroll { 50% { transform: translateY(10px); opacity: .2; } }
@media (max-width: 1150px) { .site-header { gap: 17px; padding-inline: 27px; } .reserve-label { display: none; } .main-menu { gap: 16px; } }
@media (max-width: 820px) { .site-header { min-height: 98px; justify-content: space-between; padding: 5px 22px; } .site-header.scrolled { min-height: 82px; } .brand { width: 165px; }.site-header.scrolled .brand { width: 145px; }.brand img { height: 88px; }.site-header.scrolled .brand img { height: 72px; } .menu-toggle { display: flex; flex-direction: column; gap: 5px; padding: 10px 0 10px 10px; border: 0; background: transparent; cursor:pointer; }.menu-toggle span { display:block; width: 25px; height:2px; background:white; transition:.2s; }.main-menu { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 20px 28px 24px; background: #090a10; border-top: 1px solid rgba(255,255,255,.1); }.main-menu.open { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; }.main-menu a { font-size: 20px; }.reserve-call { margin-left:auto; padding: 6px 9px; }.phone { font-size: 19px; }.hero { align-items: flex-end; padding: 130px 27px 110px; }.hero-background { background-position: 60% center; }.hero::before { background: linear-gradient(90deg, rgba(4,5,15,.86), rgba(4,5,15,.55) 72%, rgba(4,5,15,.32)); } h1 { font-size: clamp(52px, 14vw, 75px); }.scroll-cue { bottom: 28px; left: 27px; } .benefits { grid-template-columns: repeat(2, 1fr); }.benefit { min-height: 145px; }.benefit:last-child { grid-column: 1 / -1; } .services { padding: 74px 24px; }.service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.service-copy { padding: 19px; min-height: 136px; } .corporate-hero { min-height: 650px; padding: 100px 27px; align-items: flex-end; }.corporate-hero__bg { background-position: 65% center; }.corporate-hero::before { background: linear-gradient(90deg, rgba(2,5,16,.9), rgba(2,5,16,.61) 78%, rgba(2,5,16,.35)); } .kids-hero { min-height: 650px; padding: 100px 27px; align-items: flex-end; }.kids-hero__bg { background-position: 35% center; }.kids-hero::before { background: linear-gradient(90deg, rgba(2,5,16,.35), rgba(2,5,16,.61) 58%, rgba(2,5,16,.93) 100%); } .integral-steps { grid-template-columns: 1fr; border-bottom: 0; }.integral-step { padding: 36px 25px 39px; }.integral-step + .integral-step { border-top: 1px solid #e5e1e8; border-left: 0; }.integral-step p { max-width: none; } .footer-main { grid-template-columns: 1fr 1fr; gap: 38px; }.footer-brand { grid-column: 1 / -1; }.footer-brand img { height: 105px; }.footer-contact { grid-column: 1 / -1; } }
@media (max-width: 480px) { .site-header { padding-inline: 16px; }.brand { width: 145px; }.site-header.scrolled .brand { width: 110px; }.brand img { height: 78px; }.site-header.scrolled .brand img { height: 60px; }.phone { font-size: 16px; letter-spacing: .2px; }.whatsapp-icon { width: 22px; height:22px; }.hero { padding-inline: 22px; }.eyebrow { font-size: 9px; letter-spacing: 1.4px; }.hero-description { line-height: 1.6; margin: 21px 0 26px; }.cta { font-size: 20px; padding: 14px 18px 14px 20px; }.scroll-cue { left: 22px; } .service-grid { grid-template-columns: 1fr; }.service-card img { height: 235px; }.service-copy { min-height: 0; }.services-heading { margin-bottom: 34px; } .footer-main { grid-template-columns: 1fr; padding: 58px 0 42px; }.footer-brand, .footer-contact { grid-column: auto; }.footer-bottom { flex-direction: column; align-items: flex-start; gap: 11px; }.footer-phone { font-size: 28px; } }
@media (max-width: 820px) { .hero-slide { background-position: 60% center; } }
.why-us { position: relative; overflow: hidden; padding: clamp(76px, 8vw, 132px) clamp(24px, 9.4vw, 180px); background: #100b1b; color: #fff; }.why-us::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(7, 7, 15, .97), rgba(24, 9, 48, .94)); }.why-us__glow { position: absolute; width: 48vw; height: 48vw; top: -34vw; right: -10vw; border-radius: 50%; background: radial-gradient(circle, rgba(104, 25, 215, .65), transparent 68%); filter: blur(8px); }.why-us__content { position: relative; display: grid; grid-template-columns: minmax(240px, .85fr) minmax(0, 1.25fr); align-items: center; gap: clamp(46px, 9vw, 165px); max-width: 1260px; margin: 0 auto; }.why-us__heading { max-width: 440px; }.why-us__icon { display: grid; width: 74px; height: 74px; place-items: center; margin-bottom: 24px; border: 1px solid rgba(255, 212, 30, .65); border-radius: 50%; color: #ffd41e; box-shadow: 0 0 30px rgba(255, 212, 30, .13); }.why-us__icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }.why-us h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(58px, 6vw, 96px); font-style: italic; font-weight: 900; line-height: .85; letter-spacing: -1.3px; text-transform: uppercase; }.why-us h2 em { display: block; color: #ffd41e; font-style: inherit; }.why-us__copy { max-width: 650px; }.why-us__copy p { margin: 0; color: #ece9f5; font-size: clamp(16px, 1.25vw, 20px); font-weight: 500; line-height: 1.72; }.why-us__copy p + p { margin-top: 28px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.19); color: #d8d0e6; }.why-us__copy strong { color: #ffd41e; font-weight: 800; }
@media (max-width: 820px) { .why-us__content { grid-template-columns: 1fr; gap: 35px; }.why-us__heading { max-width: 520px; }.why-us__glow { width: 90vw; height: 90vw; top: -56vw; right: -32vw; } }
.about-hero { position: relative; isolation: isolate; min-height: min(740px, 88svh); display: flex; align-items: center; padding: 150px clamp(24px, 9.4vw, 180px) 90px; overflow: hidden; color: #fff; }.about-hero__bg { position: absolute; z-index: -2; inset: 0; background: url("../images/hero-nosotros.png") center / cover no-repeat; }.about-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(3,4,13,.88), rgba(3,4,13,.65) 43%, rgba(3,4,13,.12) 78%); }.about-hero__content { width: min(650px, 100%); }.about-hero h1, .about-intro h2, .about-story h2, .principle-card h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-style: italic; font-weight: 900; line-height: .86; letter-spacing: -1px; text-transform: uppercase; }.about-hero h1 { font-size: clamp(65px, 6.7vw, 108px); }.about-hero h1 em, .about-intro h2 em, .about-story h2 em { display: block; color: #ffd41e; font-style: inherit; }.about-hero__content p { max-width: 565px; margin: 28px 0 0; color: #f3f1fb; font-size: clamp(18px, 1.45vw, 23px); font-weight: 600; line-height: 1.55; }.about-intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr); align-items: center; gap: clamp(45px, 8vw, 130px); padding: clamp(80px, 10vw, 155px) clamp(24px, 9.4vw, 180px); background: #fff; color: #21152d; }.about-intro__copy { max-width: 660px; }.about-intro h2, .about-story h2 { font-size: clamp(50px, 4.7vw, 76px); }.about-intro h2 em { color: #7214c8; }.about-intro p, .about-story__copy > p:not(.about-label) { color: #62596b; font-size: clamp(16px, 1.18vw, 19px); font-weight: 500; line-height: 1.75; }.about-intro h2 + p { margin-top: 27px; }.about-intro p + p { margin-top: 17px; }.about-intro__media { position: relative; min-height: 450px; }.about-intro__media img { display: block; object-fit: cover; box-shadow: 0 22px 45px rgba(24, 11, 45, .2); }.about-photo-main { width: min(100%, 475px); height: 465px; border-radius: 32px 32px 32px 0; }.about-photo-small { position: absolute; width: 47%; height: 220px; right: -3%; bottom: -38px; border: 10px solid #fff; border-radius: 24px; }.about-story { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(45px, 8vw, 135px); padding: clamp(80px, 10vw, 155px) clamp(24px, 9.4vw, 180px); background: #f3eadc; }.about-story__visual img { display: block; width: min(100%, 510px); max-height: 570px; margin: 0 auto; border-radius: 28px; object-fit: cover; box-shadow: 0 22px 45px rgba(43, 29, 13, .17); }.about-story__copy { max-width: 650px; }.about-label { margin: 0 0 14px; color: #7220c6; font-size: 11px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; }.about-story h2 em { color: #0a5cd4; }.about-story__copy > p:not(.about-label) { margin: 25px 0 0; }.about-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 0 clamp(24px, 9.4vw, 180px); background: #100b1b; }.principle-card { min-height: 405px; padding: clamp(36px, 4vw, 67px); background: #120c1e; color: #fff; }.principle-card:nth-child(2) { background: #0b1f42; }.principle-card--values { background: #7214c8; }.principle-card span { color: #ffd41e; font-family: "Barlow Condensed", sans-serif; font-size: 24px; font-style: italic; font-weight: 900; }.principle-card h2 { margin-top: 17px; font-size: clamp(42px, 3.4vw, 58px); }.principle-card p { margin: 22px 0 0; color: #e6e1ed; font-size: 14px; font-weight: 500; line-height: 1.75; }.principle-card ul { display: grid; gap: 8px; margin: 21px 0 0; padding: 0; list-style: none; }.principle-card li { color: #fff; font-size: 14px; font-weight: 600; }.principle-card li::before { content: "•"; margin-right: 8px; color: #ffd41e; }
@media (max-width: 820px) { .about-hero { min-height: 670px; padding: 130px 27px 90px; align-items: flex-end; }.about-hero__bg { background-position: 65% center; }.about-hero::before { background: linear-gradient(90deg, rgba(3,4,13,.91), rgba(3,4,13,.62) 73%, rgba(3,4,13,.3)); }.about-intro, .about-story { grid-template-columns: 1fr; gap: 53px; padding: 80px 27px; }.about-intro__media { min-height: 390px; }.about-photo-main { height: 410px; }.about-photo-small { right: 0; }.about-story__visual img { max-height: 500px; }.about-principles { grid-template-columns: 1fr; padding: 0; }.principle-card { min-height: 0; padding: 53px 27px; } }
.service-page { background: #f3eadc; }.service-detail { display: grid; grid-template-columns: minmax(0, .93fr) minmax(380px, 1.07fr); align-items: center; gap: clamp(45px, 8vw, 145px); min-height: 100svh; padding: 215px clamp(24px, 9.4vw, 180px) 100px; overflow: hidden; }.service-detail__copy { max-width: 640px; }.service-detail__eyebrow { margin: 0 0 16px; color: #7214c8; font-size: 11px; font-weight: 800; letter-spacing: 2.4px; text-transform: uppercase; }.service-detail h1 { margin: 0; color: #21152d; font-family: "Barlow Condensed", sans-serif; font-size: clamp(59px, 5.8vw, 96px); font-style: italic; font-weight: 900; line-height: .87; letter-spacing: -1.1px; text-transform: uppercase; }.service-detail h1 em { display: block; color: #0a5cd4; font-style: inherit; }.service-detail__line { display: block; width: 67px; height: 5px; margin: 26px 0; background: #ffd41e; }.service-detail__copy > p:not(.service-detail__eyebrow) { margin: 0; color: #5d5364; font-size: clamp(17px, 1.23vw, 20px); font-weight: 500; line-height: 1.75; }.service-detail__cta { display: inline-flex; align-items: center; gap: 18px; margin-top: 32px; padding: 16px 20px 16px 24px; background: #7214c8; color: #fff; font-family: "Barlow Condensed", sans-serif; font-size: 21px; font-style: italic; font-weight: 900; letter-spacing: .5px; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s; }.service-detail__cta:hover { background: #0a5cd4; transform: translateY(-3px); }.service-detail__cta span { font-family: sans-serif; font-size: 24px; font-style: normal; line-height: .5; }.service-detail__image { position: relative; }.service-detail__image::before { content: ""; position: absolute; width: 94%; height: 94%; top: -23px; right: -25px; border: 2px solid rgba(114, 20, 200, .24); border-radius: 32px; }.service-detail__image img { position: relative; display: block; width: min(100%, 670px); min-height: 420px; max-height: 650px; margin-left: auto; border-radius: 32px; object-fit: cover; box-shadow: 0 24px 45px rgba(37, 19, 60, .22); }
@media (max-width: 820px) { .service-detail { grid-template-columns: 1fr; gap: 55px; min-height: auto; padding: 165px 27px 85px; }.service-detail__image img { min-height: 300px; max-height: 520px; margin: 0; }.service-detail__image::before { right: -11px; top: -14px; } }
.about-photo-main { height: auto !important; object-fit: contain; }
.about-story h2 span { color: #ef2639; }
.principle-card:first-child { background: #e13f26; }
.service-card__link { display: block; color: inherit; text-decoration: none; }
.video-gallery { padding: clamp(78px, 9vw, 145px) clamp(24px, 7.5vw, 145px); background: #fff2b8; color: #21152d; }.video-gallery__heading { max-width: 700px; margin: 0 auto 49px; text-align: center; }.video-gallery h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(55px, 5.5vw, 90px); font-style: italic; font-weight: 900; line-height: .87; letter-spacing: -1px; text-transform: uppercase; }.video-gallery h2 em { color: #e13f26; font-style: inherit; }.video-gallery__heading p { margin: 19px 0 0; color: #6b5a36; font-size: clamp(15px, 1.15vw, 18px); font-weight: 600; line-height: 1.6; }.video-gallery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; max-width: 1320px; margin: 0 auto; }.video-card { overflow: hidden; border-radius: 23px; background: #181126; box-shadow: 0 14px 30px rgba(92, 62, 13, .16); }.video-card video { display: block; width: 100%; aspect-ratio: 9 / 16; max-height: 620px; background: #0d0913; object-fit: cover; }
@media (max-width: 820px) { .video-gallery { padding: 80px 24px; }.video-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.video-card video { max-height: 510px; } }
@media (max-width: 480px) { .video-gallery__grid { grid-template-columns: 1fr; }.video-card { max-width: 350px; margin: 0 auto; }.video-card video { max-height: none; } }
.snacks-page { background: #fff5d4; color: #2a1825; }.snacks-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); align-items: center; gap: clamp(45px, 8vw, 140px); padding: 155px clamp(24px, 9.4vw, 180px) 90px; }.snacks-detail__copy { max-width: 665px; }.snacks-detail__eyebrow { margin: 0 0 13px; color: #e13f26; font-size: 11px; font-weight: 800; letter-spacing: 2.4px; text-transform: uppercase; }.snacks-detail h1, .snacks-events h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(65px, 6.4vw, 105px); font-style: italic; font-weight: 900; line-height: .85; letter-spacing: -1.2px; text-transform: uppercase; }.snacks-detail h1 em, .snacks-events h2 em { display: block; color: #e13f26; font-style: inherit; }.snacks-detail__lead { margin: 27px 0 28px; color: #665563; font-size: clamp(17px, 1.22vw, 20px); font-weight: 500; line-height: 1.7; }.snacks-detail h2 { margin: 0 0 16px; font-family: "Montserrat", sans-serif; font-size: 15px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }.snacks-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }.snacks-services li { padding: 11px 13px; border-radius: 9px; background: #fff; color: #5b1b44; font-size: 13px; font-weight: 700; line-height: 1.35; }.snacks-services li::before { content: "✦"; margin-right: 7px; color: #e13f26; }.snacks-toppings { margin: 23px 0 0; color: #635262; font-size: 15px; font-weight: 600; line-height: 1.65; }.snacks-toppings strong { color: #e13f26; }.snacks-detail__image img { display: block; width: min(100%, 590px); max-height: 680px; margin-left: auto; border-radius: 31px; background: #fff; object-fit: contain; box-shadow: 0 24px 46px rgba(115, 49, 31, .19); }.snacks-events { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(45px, 8vw, 140px); padding: clamp(75px, 9vw, 135px) clamp(24px, 9.4vw, 180px); background: #e13f26; color: #fff; }.snacks-events .snacks-detail__eyebrow { color: #ffd41e; }.snacks-events h2 em { color: #ffd41e; }.snacks-events__content { max-width: 640px; }.snacks-events__content p { margin: 0; font-size: clamp(17px, 1.25vw, 20px); font-weight: 500; line-height: 1.72; }.snacks-events__content p + p { margin-top: 17px; }.snacks-cta { display: inline-flex; align-items: center; gap: 16px; margin-top: 28px; padding: 15px 19px; background: #ffd41e; color: #2a1825; font-family: "Barlow Condensed", sans-serif; font-size: 21px; font-style: italic; font-weight: 900; letter-spacing: .4px; text-decoration: none; text-transform: uppercase; transition: transform .2s; }.snacks-cta:hover { transform: translateY(-3px); }.snacks-cta span { font-family: sans-serif; font-size: 24px; font-style: normal; line-height: .5; }
@media (max-width: 820px) { .snacks-detail, .snacks-events { grid-template-columns: 1fr; gap: 47px; padding: 140px 27px 80px; }.snacks-detail__image img { margin: 0; }.snacks-events { padding: 76px 27px; }.snacks-services { grid-template-columns: 1fr; } }

/* Espacio de seguridad bajo el header fijo en las páginas de servicios. */
.snacks-detail { padding-top: 205px; }
@media (max-width: 820px) { .snacks-detail { padding-top: 165px; } }
