@charset "UTF-8";.navbar{position:fixed;top:20px;left:0;right:0;width:95%;max-width:1200px;margin:0 auto;background-color:#fff;height:70px;border-radius:100px;box-shadow:0 10px 30px #00000014;display:flex;align-items:center;z-index:2000;transition:transform .4s cubic-bezier(.165,.84,.44,1),opacity .3s ease}.navbar.nav--hidden{transform:translateY(-110px);opacity:0}.navbar__container{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 30px}.navbar__logo{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.navbar__logo .logo-desktop{display:block;margin-top:.2rem;height:22px;width:auto;object-fit:contain}@media(max-width:991px){.navbar__logo .logo-desktop{display:none}}.navbar__logo .logo-mobile{display:none;height:50px;width:auto;object-fit:contain}@media(max-width:991px){.navbar__logo .logo-mobile{display:block}}.navbar__links{display:flex;list-style:none;gap:30px;margin:0;padding:0}.navbar__links a{text-decoration:none;color:#333;font-weight:600;font-size:.95rem;transition:all .3s ease;position:relative}.navbar__links a:hover,.navbar__links a.active{color:#e32223}.navbar__links a.active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:#e32223;border-radius:2px}.navbar__burger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;z-index:2100}.navbar__burger span{width:100%;height:2px;background-color:#333;border-radius:2px;transition:all .3s ease}.navbar__burger.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar__burger.is-open span:nth-child(2){opacity:0}.navbar__burger.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-drawer{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background-color:#fff;z-index:3000;transition:right .4s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column;padding:30px;box-shadow:-10px 0 30px #0000001a}.nav-drawer.is-open{right:0}.nav-drawer__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.nav-drawer__logo{height:70px;width:auto}.nav-drawer__close{background:none;border:none;color:#333;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center}.nav-drawer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px;flex:1}.nav-drawer__item{background:none;border:none;width:100%;text-align:left;font-size:1.25rem;font-weight:700;color:#333;padding:10px 0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:color .3s ease}.nav-drawer__item.is-active{color:#e32223}.nav-drawer__dot{width:8px;height:8px;background-color:#e32223;border-radius:50%}.nav-drawer__footer{margin-top:auto;padding-top:30px;border-top:1px solid #eee}.nav-drawer__footer p{font-size:.85rem;color:#666;margin-bottom:8px}.nav-drawer__footer a{font-size:.95rem;font-weight:700;color:#e32223;text-decoration:none}.nav-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2500;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:991px){.navbar{width:93%;opacity:.9;top:15px;height:60px;padding:0}.navbar__container{padding:0 20px}.navbar__links{display:none}.navbar__burger{display:flex}}.inicio-section{background-color:#fff;margin:16px;padding:0;display:flex;align-items:center;position:relative;overflow:visible;border-radius:16px;background-image:url(/assets/hero-pic-CTOKYUIx.png);background-size:cover;background-position:center;background-repeat:no-repeat;height:min(100vh - 32px,800px);min-height:600px}.inicio-section .hero-container{position:absolute;bottom:16px;left:16px;background-color:#fff;max-width:500px;width:100%;height:auto;padding:40px 32px;border-radius:16px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;z-index:2}.inicio-section .hero-container .hero-text{display:block;font-family:Rockwell Bold,serif;font-weight:600;text-transform:uppercase;letter-spacing:normal;font-size:3rem;margin:0;line-height:-2px!important}.inicio-section .hero-container .hero-text .hero-text--yellow{color:#ffc548;line-height:-2px!important;opacity:0;animation:fadeInUp .8s ease forwards;animation-delay:1.2s;display:inline-block}.inicio-section .hero-container .hero-text .hero-text--dark{color:#1e1e1e;line-height:-2px!important;opacity:0;animation:fadeInUp .8s ease forwards;animation-delay:2s;display:inline-block}.inicio-section .hero-container .cta-btn{align-self:flex-start;font-family:Nunito,sans-serif;background-color:#e32223;color:#fff;padding:14px 34px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;margin-top:1.5rem;transition:all .3s ease;opacity:0;animation:fadeInUp .8s ease forwards 2.8s,pulse-subtle 1.5s infinite ease-in-out 3.6s}.inicio-section .hero-container .cta-btn:hover{background-color:#d11a1b;transform:translateY(-2px);animation-play-state:paused}.inicio-section .hero-red-curve{position:absolute;top:65%;right:0%;width:103%;z-index:1;pointer-events:none;overflow:visible}.inicio-section .hero-mobile-img{display:none}@media screen and (max-width:991px){.inicio-section{margin:16px 16px 0;height:calc(100vh - 32px);min-height:500px;max-height:none;flex-direction:column;align-items:stretch;border-radius:16px;overflow:hidden;background-image:none;background-color:#fff;overflow:visible}.inicio-section .hero-red-curve{position:absolute;rotate:10deg;top:90%;right:0%;width:140%;z-index:1;pointer-events:none;overflow:visible!important}.inicio-section .hero-mobile-img{display:block;width:100%;flex:1;min-height:0;object-fit:cover;object-position:center top;border-radius:16px}.inicio-section .hero-container{position:relative;bottom:unset;left:unset;right:unset;width:100%;max-width:1000px;height:auto;min-height:unset;margin:-20px auto 6px;padding:32px 40px;border-radius:0 0 20px 20px;box-shadow:0 10px 30px #00000014;z-index:2;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px}.inicio-section .hero-container .hero-text{font-size:1.8rem;margin-bottom:0;flex:1;text-align:left}.inicio-section .hero-container .cta-btn{width:fit-content;min-width:unset;white-space:nowrap;text-align:center;margin:auto;padding:12px 18px}}@media screen and (max-width:576px){.inicio-section{margin:12px 12px 0;height:calc(100vh - 24px);min-height:480px;overflow:visible!important}.inicio-section .hero-mobile-img{object-position:center 15%}.inicio-section .hero-red-curve{position:absolute;rotate:10deg;top:90%;right:0%;width:140%;z-index:1;pointer-events:none;overflow:visible!important}.inicio-section .hero-container{padding:22px 20px 20px;flex-direction:column;align-items:center;width:100%;margin-top:0;border-radius:0;box-shadow:none}.inicio-section .hero-container .hero-text{font-size:2rem;text-align:center;margin-bottom:16px;flex:none}.inicio-section .hero-container .cta-btn{width:auto;text-align:center;font-size:.95rem;font-weight:500;margin-top:6px;padding:12px 18px}}.red-curve-wrapper{position:absolute;bottom:10%!important;right:-5%;width:65%;height:600px;z-index:2;pointer-events:none;overflow:visible}.red-curve-wrapper .red-curve-svg{width:100%;height:100%;overflow:visible}@media(max-width:991px){.red-curve-wrapper{width:80%;height:400px;bottom:25%;right:-8%}}@media(max-width:576px){.red-curve-wrapper{width:100%;height:300px;top:0%;right:0%}}.promos-section{position:relative;overflow:visible;z-index:1;min-height:auto;padding:80px 0 30px;background-color:transparent;transform:scale(.92)}.promos-section .promos-container{background-color:transparent;display:flex;align-items:flex-end;gap:10rem;max-width:1300px;margin:0 auto;padding:0 20px}.promos-section .promos-left{flex:0 0 340px;position:relative;display:flex;flex-direction:column;align-items:center}.promos-section .promos-image-wrapper{width:130%;position:relative;z-index:2}.promos-section .promos-image-wrapper .promos-pic{margin-top:-110px;width:100%;height:auto;display:block;object-fit:cover;border-radius:20px}.promos-section .promos-banner{background-color:#ffc548;border-radius:20px;width:100%;height:300px;margin-top:-2px;padding:44px 44px 30px;text-align:center;position:relative;z-index:3}.promos-section .promos-banner h2{font-family:Rockwell Bold,serif;font-size:2.8rem;color:#fff;line-height:1;margin-bottom:8px;text-transform:uppercase}.promos-section .promos-banner .promos-date{font-family:Nunito,sans-serif;font-weight:700;font-size:1.2rem;color:#fff;padding:20px;text-transform:uppercase}.promos-section .promos-banner .promos-cta{display:inline-block;background-color:#e32223;color:#fff;padding:10px 24px;border-radius:50px;text-decoration:none;font-weight:600;font-size:.8rem;border:2px solid #e32223;transition:all .3s ease;animation:pulse-subtle .7s infinite ease-in-out}.promos-section .promos-banner .promos-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e322234d;filter:brightness(1.1);animation-play-state:paused}.promos-section .promos-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(min-width:577px){.promos-section .promos-grid .promo-card:nth-child(1){grid-column:1/span 2;justify-self:center}}.promos-section .promo-card{background:#fff;align-items:center;border-radius:24px;max-width:360px;padding:28px 20px;box-shadow:0 4px 20px #0000000f;border:1px solid #f0f0f0;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s cubic-bezier(.165,.84,.44,1),box-shadow .25s ease}.promos-section .promo-card.is-in-view{opacity:1;transform:translateY(0)}.promos-section .promo-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000001a}.promos-section .promo-card__header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.promos-section .promo-card__bank-logo{height:26px;width:auto;object-fit:contain}.promos-section .promo-card__day-pill{font-size:.6rem;font-weight:700;text-transform:uppercase;padding:4px 12px;border-radius:50px;letter-spacing:.5px;white-space:nowrap}.promos-section .promo-card__day-pill--pink{background-color:#fe76b4;color:#fff}.promos-section .promo-card__day-pill--blue{background-color:#25b4bd;color:#fff}.promos-section .promo-card__day-pill--purple{background-color:#7659ff;color:#fff}.promos-section .promo-card__day-pill--red{background-color:#e32223;color:#fff}.promos-section .promo-card__day-pill--yellow{background-color:#ffc548;color:#fff}.promos-section .promo-card__day-pill--green{background-color:#00b486;color:#fff}.promos-section .promo-card__title{font-family:Rockwell Bold,serif;font-size:2.8rem;color:#1e1e1e;line-height:1;margin-bottom:6px;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.promos-section .promo-card__highlight{font-family:Nunito,sans-serif;font-weight:700;font-size:.8rem;color:#1e1e1e;line-height:1}.promos-section .promo-card__highlight span{font-family:Nunito,sans-serif;font-weight:500;color:#1e1e1e}.promos-section .promo-card__desc{font-size:.8rem;font-weight:500;color:#1e1e1e}@media(max-width:991px){.promos-section{padding:60px 0 20px}.promos-section .promos-container{flex-direction:column;align-items:center;padding:0 30px}.promos-section .promos-left{flex:none;width:100%;max-width:400px;margin-bottom:20px}.promos-section .promos-grid{grid-template-columns:1fr 1fr;width:100%}.promos-section .promo-card{padding:28px 20px;display:flex;flex-direction:column;justify-content:center}.promos-section .promo-card__title{font-size:1.35rem}}@media(max-width:576px){.promos-section{padding:40px 0 10px}.promos-section .promos-container{padding:0 16px;gap:24px}.promos-section .promos-banner{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px 28px}.promos-section .promos-banner h2{font-size:2.4rem}.promos-section .promos-banner .promos-date{font-size:1rem}.promos-section .promos-grid{grid-template-columns:1fr;gap:20px;justify-items:center}.promos-section .promo-card{padding:24px 20px;display:flex;flex-direction:column;aspect-ratio:1.2/1;width:100%;max-width:300px;justify-content:center;margin:0 auto}.promos-section .promo-card__header{gap:8px;justify-content:flex-start}.promos-section .promo-card__bank-logo{height:24px}.promos-section .promo-card__day-pill{font-size:.7rem;padding:4px 10px}.promos-section .promo-card__title{font-size:2rem;margin-bottom:.5rem;margin-top:1rem;text-align:center}.promos-section .promo-card__highlight,.promos-section .promo-card__desc{font-size:1rem;text-align:center}}.divider{position:relative;width:100%;overflow:visible;z-index:10;pointer-events:none;margin:0 0 -200px;height:60vh}.divider__wave{width:100%;height:34rem;display:block}.divider__dog{position:absolute;top:20px;right:7%;width:110px;height:auto;z-index:11;transform:rotate(-5deg);transform:scale(2)}@media(max-width:991px){.divider__wave{width:100%;height:auto;display:block}.divider__dog{width:80px;bottom:10px;right:16%}}@media(max-width:576px){.divider{height:40vh}.divider__wave{width:100%;height:auto;display:block}.divider__dog{width:60px;bottom:10px;right:16%}}.servicios-section{position:relative;overflow:visible;min-height:auto;padding:0 0 40px;background-color:#fff}.servicios-section .servicios-green-wave{position:absolute;rotate:20deg;top:-25%;left:0%;width:110%;z-index:1;pointer-events:none;opacity:1}.servicios-section .servicios-container{max-width:1320px;margin:0 auto;padding:0 40px;position:relative;z-index:2;transform:scale(.82)}.servicios-section .servicios-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto auto;gap:1rem}.servicios-section .servicios-card{position:relative;border-radius:20px;overflow:hidden;min-height:200px;opacity:0;transition:all 1.2s cubic-bezier(.16,1,.3,1)}.servicios-section .servicios-card__img{width:100%;height:100%;object-fit:cover;display:block}.servicios-section .servicios-card__img:hover{cursor:pointer;transition:all .3s ease;transform:scale(1.06)}.servicios-section .servicios-card__label{position:absolute;bottom:16px;left:18px;font-family:Nunito,sans-serif;font-weight:500;font-size:2rem;color:#fff;z-index:2}.servicios-section .servicios-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.35),transparent);pointer-events:none;border-radius:0 0 20px 20px}.servicios-section .servicios-card--alimentos{grid-column:1/8;margin-left:32px;grid-row:1;height:290px;max-height:none;transform:translate(-100px);transition-delay:.1s}.servicios-section .servicios-card--cta{grid-column:8/16;margin-right:5rem;grid-row:1;background-color:#ffc548;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 4px;text-align:center;height:290px;max-height:none;transform:translate(100px);transition-delay:.2s}.servicios-section .servicios-card--cta:after{display:none}.servicios-section .servicios-card--cta h2{font-family:Rockwell Bold,serif;font-size:3rem;color:#fff;line-height:1;margin-bottom:18px;text-transform:uppercase}.servicios-section .servicios-card--cta .servicios-card__btn{display:inline-block;background-color:#e32223;color:#fff;padding:12px 24px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1rem;animation:pulse-subtle 1.4s infinite ease-in-out}.servicios-section .servicios-card--cta .servicios-card__btn:hover{transform:translateY(-2px);animation-play-state:paused}.servicios-section .servicios-card--farmacia{grid-column:1/5;grid-row:2;height:22rem;max-height:none;transform:translate(-100px);transition-delay:.3s}.servicios-section .servicios-card--accesorios{grid-column:5/9;grid-row:2;height:26rem;min-height:none;transform:translateY(100px);transition-delay:.4s}.servicios-section .servicios-card--estetica{grid-column:9/13;grid-row:2;height:120px;max-height:none;align-self:flex-start;transform:translate(100px);transition-delay:.5s}.servicios-section .servicios-card--estetica .servicios-card__img{object-position:0%}.servicios-section .servicios-card--estetica .servicios-card__label{font-size:1.5rem;bottom:8px;left:14px}.servicios-section .is-in-view{opacity:1!important;transform:translate(0)!important}@media(max-width:991px){.servicios-section{padding:12px}.servicios-section .servicios-container{padding:0 24px}.servicios-section .servicios-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}.servicios-section .servicios-card--alimentos{grid-column:1/3;grid-row:1}.servicios-section .servicios-card--cta{grid-column:1/3;grid-row:2;min-height:180px}.servicios-section .servicios-card--cta h2{font-size:1.6rem}.servicios-section .servicios-green-wave{position:absolute;rotate:20deg;top:0%;left:0%;width:110%!important;z-index:1;pointer-events:none;opacity:1}.servicios-section .servicios-card--farmacia{grid-column:1;grid-row:3;max-height:320px}.servicios-section .servicios-card--accesorios{grid-column:2;grid-row:3/5}.servicios-section .servicios-card--estetica{grid-column:1;grid-row:4}.servicios-section .servicios-green-wave{width:70%}}@media(max-width:576px){.servicios-section{padding:0}.servicios-section .servicios-container{padding:0 20px}.servicios-section .servicios-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:20px;justify-items:center}.servicios-section .servicios-grid .servicios-card--estetica{grid-column:1;grid-row:4}.servicios-section .servicios-grid .servicios-card--estetica .servicios-card__img{object-position:50%!important}.servicios-section .servicios-card{width:100%;max-width:320px;aspect-ratio:1/1;height:auto!important;min-height:unset!important;margin:0 auto!important;grid-column:1!important;grid-row:auto!important;opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1);transition-delay:0s!important}.servicios-section .servicios-card:nth-child(odd){transform:translate(-100px)}.servicios-section .servicios-card:nth-child(2n){transform:translate(100px)}.servicios-section .servicios-card__label{font-size:1rem;bottom:12px;left:14px}.servicios-section .servicios-card--cta{padding:20px}.servicios-section .servicios-card--cta h2{font-family:Rockwell Bold,serif;font-size:2.5rem!important;margin-bottom:24px}.servicios-section .servicios-card--cta .servicios-card__btn{margin-top:24px;font-size:.85rem;padding:10px 20px}.servicios-section .servicios-green-wave{width:110%;top:-15%}}.ventajas-section{position:relative;overflow:visible;min-height:auto;padding:60px 0 120px;background-color:#fff}.ventajas-section .ventajas-purple-wave{position:absolute;bottom:-20px;left:-5%;width:110%;z-index:3;pointer-events:none}.ventajas-section .ventajas-container{max-width:1000px;margin:0 auto;padding:0 40px;position:relative;z-index:4}.ventajas-section .ventajas-card{display:flex;align-items:center;gap:50px;background:#fff;border-radius:28px;box-shadow:0 8px 40px #00000012;padding:40px 60px;position:relative;overflow:hidden}.ventajas-section .ventajas-mascot{flex:0 0 320px;margin-top:10%;display:flex;align-items:flex-end;justify-content:center}.ventajas-section .ventajas-mascot__video{display:block;width:100%;transform:scale(1.3);height:auto;object-fit:contain}.ventajas-section .ventajas-content{flex:1}.ventajas-section .ventajas-content__title{font-family:Rockwell Bold,serif;font-size:2.8rem;color:#1e1e1e;line-height:1;margin-bottom:30px}.ventajas-section .ventajas-list{display:flex;flex-direction:column;gap:22px}.ventajas-section .ventajas-item__title{font-family:Nunito,sans-serif;font-size:1.5rem;color:#fe76b4;text-transform:uppercase;letter-spacing:.3px}.ventajas-section .ventajas-item__desc{font-family:Nunito,sans-serif;font-size:1rem;color:#1e1e1e;line-height:1.5;max-width:380px}@media(max-width:991px){.ventajas-section{padding:40px 0 100px}.ventajas-section .ventajas-container{padding:0 24px}.ventajas-section .ventajas-card{flex-direction:column;padding:40px 30px;gap:30px;text-align:center}.ventajas-section .ventajas-mascot{flex:none;width:200px}.ventajas-section .ventajas-mascot__video{display:block;width:100%;transform:scale(1.24);height:auto;object-fit:contain}.ventajas-section .ventajas-content__title{text-transform:none;font-size:2rem}.ventajas-section .ventajas-item__desc{max-width:100%}}@media(max-width:576px){.ventajas-section{padding:0 0 80px}.ventajas-section .ventajas-container{padding:0 16px}.ventajas-section .ventajas-card{padding:0 20px 24px;gap:24px;border-radius:20px}.ventajas-section .ventajas-mascot{width:160px}.ventajas-section .ventajas-content__title{font-size:1.7rem;margin-bottom:20px}.ventajas-section .ventajas-list{gap:18px}.ventajas-section .ventajas-item__title{font-size:1rem}.ventajas-section .ventajas-item__desc{font-size:.85rem}}@font-face{font-family:Rockwell Bold;src:url(/assets/ROCKB-DX_PDqAg.TTF) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Rockwell Extra Bold;src:url(/assets/ROCKEB-rF91zEfk.TTF) format("truetype");font-weight:800;font-style:normal}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#fff;color:#1e1e1e;font-family:Nunito,sans-serif;line-height:1.4;overflow-x:hidden}.app-wrapper{overflow-x:clip;width:100%}.container{max-width:1400px;margin:0 auto;padding:0}.inicio-promos-wrapper{position:relative;overflow-x:clip;overflow-y:visible;z-index:1}section{min-height:100vh;padding:120px 0;background-color:#fff;display:flex;align-items:center;justify-content:center;position:relative}.inicio-section{min-height:unset;padding:0}@keyframes pulse-subtle{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer{position:relative;overflow:visible;margin-top:0}.footer__body{background-image:url(/assets/Intersect-phfTKrMJ.png);background-size:cover;background-position:top center;background-repeat:no-repeat;padding:200px 0 0;position:relative}.footer__content{display:flex;align-items:flex-start;gap:32px;max-width:1100px;margin:0 auto;padding:0 40px 50px}.footer__left{flex:0 0 50%;display:flex;flex-direction:column;align-items:center;gap:20px}.footer__map-placeholder{position:relative;width:100%;max-width:450px;height:260px;background:#fff;border-radius:18px;box-shadow:0 10px 30px #00000026;display:flex;align-items:center;justify-content:center;overflow:visible}.footer__map-placeholder__logo{position:absolute;top:-40px;left:2%;transform:translate(-50%);rotate:-4deg;background:#fff;width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:0 4px 10px #0000001a}.footer__map-placeholder__logo img{width:120%;height:auto;object-fit:cover}.footer__map-card{position:absolute;bottom:12px;left:12px;z-index:4;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000038,0 1px 4px #0000001f;width:calc(100% - 24px);max-width:320px;overflow:hidden;animation:mapCardIn .22s cubic-bezier(.2,0,0,1)}.footer__map-card__close{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#5f6368;transition:background .15s}.footer__map-card__close:hover{background:#f1f3f4}.footer__map-card__body{display:flex;align-items:flex-start;gap:10px;padding:14px 36px 10px 14px}.footer__map-card__pin{flex-shrink:0;margin-top:1px}.footer__map-card__info{flex:1;min-width:0}.footer__map-card__name{font-size:.92rem;font-weight:600;color:#202124;margin:0 0 3px;line-height:1.3}.footer__map-card__address{font-size:.76rem;color:#5f6368;margin:0;line-height:1.4}.footer__map-card__divider{height:1px;background:#e8eaed;margin:0 14px}.footer__map-card__actions{display:flex;gap:8px;padding:10px 14px 12px}.footer__map-card__btn{display:inline-flex;align-items:center;gap:5px;padding:7px 13px;border-radius:20px;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .18s,box-shadow .18s}.footer__map-card__btn--primary{background:#1a73e8;color:#fff;box-shadow:0 1px 3px #1a73e859}.footer__map-card__btn--primary:hover{background:#1765cc;box-shadow:0 2px 6px #1a73e873}.footer__map-card__btn--secondary{background:#f1f3f4;color:#1a73e8}.footer__map-card__btn--secondary:hover{background:#e8eaed}@keyframes mapCardIn{0%{transform:translateY(10px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.footer__map-iframe-wrapper{width:100%;height:100%;border-radius:18px;overflow:hidden;position:relative;z-index:1}.footer__map-iframe-wrapper iframe{position:absolute;top:-64px;left:0;width:100%;height:calc(100% + 64px);border:0}.footer__right{flex:1;color:#fff;margin-top:2rem;padding-top:10px;min-width:0}.footer__title{font-family:Nunito,sans-serif;font-size:1.8rem;color:#ffc548;line-height:1;margin-bottom:8px;text-transform:uppercase}.footer__schedule{font-size:.95rem;color:#ffffffe6;margin-bottom:20px;font-weight:500}.footer__info-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;align-items:start}.footer__col{display:flex;flex-direction:column;gap:14px}.footer__col--locations{gap:8px;padding-right:8px;border-right:1px solid rgba(255,255,255,.12)}.footer__contact-item{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;opacity:.85;transition:opacity .25s ease,transform .2s ease}.footer__contact-item:hover{opacity:1;transform:translate(3px);color:#fff}.footer__location-item{display:flex;align-items:flex-start;gap:4px;background:none;border:none;cursor:pointer;text-align:left;padding:4px 6px;border-radius:10px;color:#fff;width:100%}.footer__location-item:hover{transform:translateY(-2px);transition:transform .2s ease}.footer__location-item .footer__icon{padding-bottom:.3rem}.footer__location-item.is-active{color:#ffc548}.footer__location-item.is-active .footer__icon{color:#ffc548;fill:#ffc548}.footer__location-item.is-active .footer__location-name{color:#ffc548}.footer__location-text{display:flex;flex-direction:column;gap:2px;line-height:1}.footer__location-name{font-weight:400;font-size:.9rem;color:#fff;transition:color .2s}.footer__location-address{font-size:.75rem;opacity:.7;font-weight:400;color:#fff}.footer__icon{flex-shrink:0;width:18px;height:18px;color:#fff;fill:#fff;margin-top:1px}.footer{overflow:hidden}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding:16px 40px;max-width:1100px;margin:0 auto}.footer__bottom p{font-size:.75rem;color:#ffffffbf}.footer__bottom p strong{color:#fff}@media(max-width:991px){.footer__body{padding-top:120px}.footer__content{flex-direction:column;align-items:stretch;gap:28px;padding:40px;margin:40px}.footer__left{flex:none;width:100%;align-items:flex-start}.footer__map-placeholder{max-width:500px;margin:0 auto;height:240px}.footer__right{display:flex;flex-direction:column;align-items:center;margin-top:0;padding-top:10px}.footer__right__title{font-size:1.5rem}.footer__right__schedule{margin-bottom:1.7rem}.footer__info-grid{grid-template-columns:1fr 1fr;gap:0 32px}.footer__bottom{flex-direction:column;gap:6px;text-align:center;padding:14px 24px}}@media(max-width:576px){.footer__body{padding-top:100px}.footer__content{padding:100px 32px;gap:24px;align-items:center;margin:0}.footer__map-placeholder{height:260px;max-width:450px;margin:0 auto 20px}.footer__map-placeholder iframe{position:absolute;top:-50px;left:0;width:100%;height:calc(100% + 50px)}.footer__map-placeholder__logo{width:50px;height:50px;top:-32px}.footer__map-placeholder__logo img{width:80%}.footer__right{display:flex;flex-direction:column;align-items:center;margin-top:0}.footer__title{font-size:1.3rem}.footer__schedule{font-size:.85rem;margin-bottom:16px}.footer__info-grid{grid-template-columns:1fr;gap:12px 0;align-items:center}.footer__col--locations{border-right:none;padding-right:0}.footer__contact-item{font-size:.85rem}.footer__location-item{display:none}.footer__location-name{padding:0;font-family:Nunito,sans-serif;font-size:.85rem}.footer__location-address{font-size:.72rem}.footer__map-detail__header{font-size:.82rem}.footer__map-detail__address{font-size:.72rem}.footer__map-detail__link{font-size:.7rem}.footer__bottom{padding:12px 16px}.footer__bottom p{font-size:.7rem}}.testimonios{position:relative;margin-bottom:-8rem;z-index:10;padding:0 10px;background:transparent;display:flex;flex-direction:column;align-items:center;--card-width: 320px;--card-gap: 24px}.testimonios__header{text-align:center;margin-bottom:2rem;padding:0 20px}.testimonios__header h2{font-family:Rockwell Bold,serif;font-size:2.5rem;color:#1e1e1e;margin-bottom:.3rem;line-height:1.1}.testimonios__header .rating-summary{display:flex;align-items:center;justify-content:center;gap:16px;font-family:Nunito,sans-serif;font-size:1.1rem;font-weight:700;color:#e32223}.testimonios__header .rating-summary .rating-value{color:#1e1e1e}.testimonios__header .rating-summary .stars{color:#ffc548;font-size:1.3rem}.testimonios__slider-container{position:relative;width:100%}.testimonios__viewport{overflow:hidden;width:100%;padding:60px 0;touch-action:pan-y;cursor:grab}.testimonios__track{display:flex;gap:var(--card-gap);transition:transform .6s cubic-bezier(.25,1,.5,1);will-change:transform}.testimonios__track--no-transition{transition:none!important}.testimonios__card{flex:0 0 var(--card-width);height:auto;min-height:250px;background:#fff;border-radius:12px;padding:32px 24px 24px;box-shadow:0 10px 30px #00000017;text-align:left;position:relative;display:flex;flex-direction:column;transition:all .4s ease;opacity:1;transform:scale(.9)}.testimonios__card--active{transform:scale(1);box-shadow:0 20px 40px #0000001a}.testimonios__avatar{position:absolute;top:-35px;left:50%;transform:translate(-50%);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid white;box-shadow:0 4px 14px #0000001f;overflow:visible}.testimonios__avatar img{width:90%;height:100%;object-fit:contain}.testimonios__avatar span{font-family:Nunito,sans-serif;font-size:1.2rem;color:#fff}.testimonios__author{text-align:center;font-size:.85rem;color:#000;font-weight:600;margin-bottom:4px}.testimonios__stars{display:flex;justify-content:center;gap:4px;margin-bottom:4px}.testimonios__star{color:#e0e0e0;font-size:1.2rem}.testimonios__star--filled{color:#fdd663}.testimonios__date{display:block;text-align:center;font-size:.75rem;color:#999;font-weight:400;margin-top:auto;padding-top:16px}.testimonios__quote{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;font-size:.9rem;color:#1e1e1e;line-height:1.55}.testimonios__arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:none;border-radius:50%;background:#fff;color:#1e1e1e;font-size:1.4rem;cursor:pointer;box-shadow:0 3px 14px #0000001f;z-index:5;display:flex;align-items:center;justify-content:center;transition:all .25s ease;line-height:1}.testimonios__arrow:hover{background:#e32223;color:#fff;transform:translateY(-50%) scale(1.1)}.testimonios__arrow--left{left:16px}.testimonios__arrow--right{right:16px}@media(max-width:992px){.testimonios__header{margin-bottom:1rem}.testimonios__header h2{font-size:2.2rem}.testimonios__header .rating-summary{font-size:1.1rem}.testimonios__viewport{overflow:hidden;width:100%;padding:60px 0}.testimonios{--card-width: 320px;--card-gap: 16px;padding:60px 0}.testimonios__card{padding:40px 20px 20px}}@media(max-width:576px){.testimonios__header h2{font-size:1.8rem}.testimonios__header .rating-summary{flex-direction:column;gap:4px;font-size:1rem}.testimonios{padding:0!important}.testimonios__viewport{overflow:hidden;width:100%;padding:60px 0}.testimonios{margin-bottom:-15rem;--card-width: 280px;--card-gap: 12px}.testimonios__card{padding:35px 16px 16px;min-height:200px}}
