/* PoolRooms — Slider de heroes administrable v2.0 */
.pr-home-slider,
.pr-home-slider *{box-sizing:border-box}
.pr-home-slider{position:relative;isolation:isolate;overflow:hidden;width:100%;height:560px;background:#031326;color:var(--pr-white);transition:height .28s ease}
.pr-home-slider__track{position:relative;width:100%;height:100%}
.pr-home-slide{position:absolute;inset:0;overflow:hidden;width:100%;height:100%;background:var(--pr-hero-bg,#031326);color:var(--pr-hero-text,#fff);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--pr-slider-transition,650ms) ease,transform var(--pr-slider-transition,650ms) cubic-bezier(.22,.61,.36,1);transform:translate3d(0,0,0)}
.pr-home-slide.is-active{z-index:2;opacity:1;visibility:visible;pointer-events:auto}
.pr-home-slider--slide .pr-home-slide{transform:translate3d(8%,0,0)}
.pr-home-slider--slide .pr-home-slide.is-active{transform:translate3d(0,0,0)}
.pr-home-slider--slide .pr-home-slide.is-leaving{z-index:1;opacity:0;transform:translate3d(-6%,0,0)}
.pr-home-slide__media,.pr-home-slide__media img{position:absolute;inset:0;width:100%;height:100%}
.pr-home-slide__media{z-index:0;display:block;background:var(--pr-hero-bg,#031326)}
.pr-home-slide__media img{display:block;object-fit:cover;object-position:var(--pr-hero-pos-desktop,center center)}
.pr-home-slide__overlay{position:absolute;z-index:1;inset:0;background:var(--pr-hero-overlay,transparent);pointer-events:none}
.pr-home-slide__inner{position:relative;z-index:2;display:flex;min-height:100%;height:100%;align-items:var(--pr-content-valign-desktop,center);padding-top:28px;padding-bottom:28px}
.pr-home-slide__content{display:flex;width:min(100%,var(--pr-hero-content-width,820px));flex-direction:column;align-items:var(--pr-content-items-desktop,flex-start);color:var(--pr-hero-text,#fff);text-align:var(--pr-content-align-desktop,left);transform:translate(var(--pr-content-offset-x-desktop,0),var(--pr-content-offset-y-desktop,0))}
.pr-home-slide--content-right .pr-home-slide__inner{justify-content:flex-end}
.pr-home-slide--content-center .pr-home-slide__inner{justify-content:center}
.pr-home-slide--content-bottom .pr-home-slide__inner{align-items:flex-end}
.pr-home-slide--image-only .pr-home-slide__content{display:none}
.pr-home-slide--align-center{--pr-content-align-desktop:center;--pr-content-items-desktop:center}
.pr-home-slide--align-right{--pr-content-align-desktop:right;--pr-content-items-desktop:flex-end}
.pr-home-slide--valign-start{--pr-content-valign-desktop:flex-start}
.pr-home-slide--valign-end{--pr-content-valign-desktop:flex-end}
@media(min-width:1101px){.pr-home-slide--valign-start .pr-home-slide__inner{padding-top:clamp(42px,7vw,100px)}.pr-home-slide--valign-end .pr-home-slide__inner{padding-bottom:clamp(42px,7vw,100px)}}

.pr-home-slide__eyebrow{display:inline-flex;align-items:center;gap:var(--pr-eyebrow-icon-gap,8px);margin:0 0 var(--pr-eyebrow-margin-bottom,13px);color:var(--pr-hero-eyebrow,var(--pr-hero-accent,#f20d21));font-family:var(--pr-eyebrow-font,var(--pr-font-body));font-size:var(--pr-eyebrow-size-desktop,.78rem);font-style:var(--pr-eyebrow-style,normal);font-weight:var(--pr-eyebrow-weight,var(--pr-fw-black));letter-spacing:var(--pr-eyebrow-letter-spacing,.14em);line-height:var(--pr-leading-compact);text-shadow:var(--pr-eyebrow-shadow,none);text-transform:var(--pr-eyebrow-transform,uppercase)}
.pr-home-slide__eyebrow i{flex:0 0 auto;font-size:var(--pr-eyebrow-icon-size,14px)}
.pr-home-slide__eyebrow--icon-after{flex-direction:row}
.pr-home-slide__title{display:flex;flex-direction:column;gap:var(--pr-title-gap,8px);margin:0;color:var(--pr-hero-title-1,var(--pr-hero-text,#fff));font-family:var(--pr-title-font,var(--pr-font-display));font-size:var(--pr-title-size-desktop,clamp(58px,5.5vw,102px));font-style:var(--pr-title-style,normal);font-weight:var(--pr-title-weight,var(--pr-fw-black));line-height:var(--pr-title-line-height,.88);letter-spacing:var(--pr-title-letter-spacing,-.035em);text-shadow:var(--pr-title-shadow,none);text-transform:var(--pr-title-transform,uppercase);text-wrap:balance}
.pr-home-slide__title>span:first-child{color:var(--pr-hero-title-1,var(--pr-hero-text,#fff))}
.pr-home-slide__title .is-accent{color:var(--pr-hero-title-2,var(--pr-hero-accent,#f20d21))}
.pr-home-slide--title-sm .pr-home-slide__title{font-size:var(--pr-title-size-desktop,clamp(42px,4vw,72px))}
.pr-home-slide--title-md .pr-home-slide__title{font-size:var(--pr-title-size-desktop,clamp(52px,4.8vw,86px))}
.pr-home-slide--title-lg .pr-home-slide__title{font-size:var(--pr-title-size-desktop,clamp(58px,5.2vw,94px))}
.pr-home-slide--title-xl .pr-home-slide__title{font-size:var(--pr-title-size-desktop,clamp(58px,5.5vw,102px))}
.pr-home-slide--title-xxl .pr-home-slide__title{font-size:var(--pr-title-size-desktop,clamp(76px,7vw,132px))}
.pr-home-slide__description{max-width:660px;margin:var(--pr-description-margin-top,22px) 0 0;color:var(--pr-hero-description,#fff);font-family:var(--pr-description-font,var(--pr-font-body));font-size:var(--pr-description-size-desktop,clamp(16px,1.35vw,21px));font-style:var(--pr-description-style,normal);font-weight:var(--pr-description-weight,var(--pr-fw-semibold));letter-spacing:var(--pr-description-letter-spacing,0);line-height:var(--pr-description-line-height,1.4);text-shadow:var(--pr-description-shadow,none);text-transform:var(--pr-description-transform,none);text-wrap:balance}
.pr-home-slide__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:var(--pr-buttons-margin-top,28px)}

.pr-home-slide__button{--pr-button-color:#f20d21;--pr-button-text:#fff;display:inline-flex;min-width:var(--pr-button-min-width,220px);min-height:var(--pr-button-height,58px);align-items:center;justify-content:space-between;gap:18px;padding:0 24px;border:2px solid transparent;color:var(--pr-button-text);font-family:var(--pr-button-font,var(--pr-font-body));font-size:var(--pr-button-size,15px);font-style:var(--pr-button-font-style,normal);font-weight:var(--pr-button-weight,var(--pr-fw-extrabold));line-height:var(--pr-leading-none);text-decoration:none;transition:transform .18s ease,filter .18s ease,background .18s ease,border-color .18s ease,color .18s ease}
.pr-home-slide__button:hover{color:var(--pr-button-text);text-decoration:none;transform:translateY(-2px);filter:brightness(1.05)}
.pr-home-slide__button--shadow-none{box-shadow:none}
.pr-home-slide__button--shadow-soft{box-shadow:0 13px 28px rgba(0,0,0,.16)}
.pr-home-slide__button--shadow-strong{box-shadow:0 18px 38px rgba(0,0,0,.32)}
.pr-home-slide__button--solid{background:var(--pr-button-color)}
.pr-home-slide__button--dark{background:#08152a;color:var(--pr-white)}
.pr-home-slide__button--light{background:#fff;color:var(--pr-button-text,#111)}
.pr-home-slide__button--soft{background:color-mix(in srgb,var(--pr-button-color) 18%,transparent);color:var(--pr-button-text);backdrop-filter:blur(8px)}
.pr-home-slide__button--outline{border-color:var(--pr-button-color);background:transparent;color:var(--pr-button-text)}
.pr-home-slide__button--ghost{border-color:rgba(255,255,255,.72);background:rgba(2,13,28,.38);color:var(--pr-white);backdrop-filter:blur(8px)}
.pr-home-slide__button--text{min-width:0;min-height:48px;padding:0 5px;border:0;background:transparent;box-shadow:none;color:var(--pr-button-text)}
.pr-home-slide__button--square{border-radius:0}
.pr-home-slide__button--rounded{border-radius:12px}
.pr-home-slide__button--pill{border-radius:999px}
.pr-home-slide__button--icon-left{justify-content:flex-start}
.pr-home-slide__button--icon-right{justify-content:space-between}

.pr-home-slider__arrow{position:absolute;z-index:6;top:50%;display:grid;width:46px;height:46px;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(4,16,34,.52);color:var(--pr-white);box-shadow:0 8px 24px rgba(0,0,0,.16);backdrop-filter:blur(8px);opacity:.86;transition:opacity .18s ease,transform .18s ease}
.pr-home-slider__arrow:hover{opacity:1;transform:translateY(-50%) scale(1.05)}
.pr-home-slider__arrow--prev{left:20px}.pr-home-slider__arrow--next{right:20px}
.pr-home-slider__dots{position:absolute;z-index:6;left:50%;bottom:16px;display:flex;align-items:center;justify-content:center;gap:8px;transform:translateX(-50%);padding:8px 10px;border-radius:999px;background:rgba(3,15,31,.26);backdrop-filter:blur(8px)}
.pr-home-slider__dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.55);transition:width .18s ease,background .18s ease}
.pr-home-slider__dots button.is-active{width:26px;background:var(--pr-hero-accent,#f20d21)}
.pr-home-slide.is-active .pr-home-slide__content>*{animation-duration:.6s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.22,.61,.36,1)}
.pr-home-slide.is-active .pr-home-slide__content>*:nth-child(2){animation-delay:.06s}.pr-home-slide.is-active .pr-home-slide__content>*:nth-child(3){animation-delay:.12s}.pr-home-slide.is-active .pr-home-slide__content>*:nth-child(4){animation-delay:.18s}
.pr-home-slide--anim-none.is-active .pr-home-slide__content>*{animation:none}
.pr-home-slide--anim-fade.is-active .pr-home-slide__content>*{animation-name:prHeroFade}
.pr-home-slide--anim-fade-up.is-active .pr-home-slide__content>*{animation-name:prHeroUp}
.pr-home-slide--anim-fade-left.is-active .pr-home-slide__content>*{animation-name:prHeroLeft}
.pr-home-slide--anim-fade-right.is-active .pr-home-slide__content>*{animation-name:prHeroRight}
.pr-home-slide--anim-zoom.is-active .pr-home-slide__content>*{animation-name:prHeroZoom}
@keyframes prHeroFade{from{opacity:0}to{opacity:1}}@keyframes prHeroUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes prHeroLeft{from{opacity:0;transform:translateX(-24px)}to{opacity:1;transform:none}}@keyframes prHeroRight{from{opacity:0;transform:translateX(24px)}to{opacity:1;transform:none}}@keyframes prHeroZoom{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}
.pr-home-slider+.pr-home-highlights{margin-top:20px}

@media(min-width:1500px) and (min-aspect-ratio:16/8){.pr-home-slide__media img{object-position:var(--pr-hero-pos-ultrawide,var(--pr-hero-pos-desktop,center center))}}
@media(min-width:761px) and (max-width:1100px){
  .pr-home-slide__media img{object-position:var(--pr-hero-pos-tablet,center center)}
  .pr-home-slide__inner{align-items:var(--pr-content-valign-tablet,var(--pr-content-valign-desktop,center))}
  .pr-home-slide__content{width:min(100%,var(--pr-hero-content-width-tablet,720px));align-items:var(--pr-content-items-tablet,var(--pr-content-items-desktop,flex-start));text-align:var(--pr-content-align-tablet,var(--pr-content-align-desktop,left));transform:translate(var(--pr-content-offset-x-tablet,0),var(--pr-content-offset-y-tablet,0))}
  .pr-home-slide--content-center .pr-home-slide__content{width:min(86%,var(--pr-hero-content-width-tablet,720px))}
  .pr-home-slide__eyebrow{font-size:var(--pr-eyebrow-size-tablet,var(--pr-eyebrow-size-desktop,.78rem))}
  .pr-home-slide__title,.pr-home-slide--title-sm .pr-home-slide__title,.pr-home-slide--title-md .pr-home-slide__title,.pr-home-slide--title-lg .pr-home-slide__title,.pr-home-slide--title-xl .pr-home-slide__title,.pr-home-slide--title-xxl .pr-home-slide__title{font-size:var(--pr-title-size-tablet,var(--pr-title-size-desktop,clamp(50px,7vw,74px)))}
  .pr-home-slide__description{font-size:var(--pr-description-size-tablet,var(--pr-description-size-desktop,clamp(16px,2.3vw,20px)))}
  .pr-home-slider__arrow{width:42px;height:42px}.pr-home-slider__arrow--prev{left:12px}.pr-home-slider__arrow--next{right:12px}
}
@media(max-width:760px){
  .pr-home-slider{height:700px}
  .pr-home-slide__media img{object-position:var(--pr-hero-pos-mobile,center top)}
  .pr-home-slide__inner{display:flex;align-items:var(--pr-content-valign-mobile,flex-start);width:100%;padding:0 16px 18px}
  .pr-home-slide__content,.pr-home-slide--content-right .pr-home-slide__content{display:flex;width:min(100%,var(--pr-hero-content-width-mobile,390px));height:100%;flex-direction:column;align-items:var(--pr-content-items-mobile,center);padding-top:var(--pr-mobile-content-top,70px);text-align:var(--pr-content-align-mobile,center);transform:translate(var(--pr-content-offset-x-mobile,0),var(--pr-content-offset-y-mobile,0))}
  .pr-home-slide--mobile-valign-center .pr-home-slide__content,.pr-home-slide--mobile-valign-end .pr-home-slide__content{height:auto;padding-top:0}
  .pr-home-slide--mobile-valign-center .pr-home-slide__actions,.pr-home-slide--mobile-valign-end .pr-home-slide__actions{margin-top:var(--pr-buttons-margin-top,28px);padding-top:0}
  .pr-home-slide--content-bottom .pr-home-slide__content{justify-content:flex-end;padding-bottom:20px}
  .pr-home-slide__eyebrow{font-size:var(--pr-eyebrow-size-mobile,.7rem)}
  .pr-home-slide__title{width:100%;max-width:390px;font-size:var(--pr-title-size-mobile,clamp(46px,13.5vw,60px));line-height:var(--pr-title-line-height,.9)}
  .pr-home-slide--mobile-title-sm .pr-home-slide__title{font-size:var(--pr-title-size-mobile,clamp(36px,10vw,46px))}
  .pr-home-slide--mobile-title-md .pr-home-slide__title{font-size:var(--pr-title-size-mobile,clamp(42px,11.5vw,52px))}
  .pr-home-slide--mobile-title-lg .pr-home-slide__title{font-size:var(--pr-title-size-mobile,clamp(46px,13.5vw,60px))}
  .pr-home-slide--mobile-title-xl .pr-home-slide__title{font-size:var(--pr-title-size-mobile,clamp(58px,15vw,68px))}
  .pr-home-slide__description{max-width:330px;font-size:var(--pr-description-size-mobile,15px)}
  .pr-home-slide__actions{display:grid;width:100%;grid-template-columns:1fr;gap:10px;margin-top:auto;padding-top:var(--pr-buttons-margin-top,28px);padding-bottom:8px}
  .pr-home-slide__button{width:100%;min-width:0;min-height:var(--pr-button-height,56px);justify-content:center;border-radius:17px;font-size:var(--pr-button-size,16px)}
  .pr-home-slider__arrow{display:none}.pr-home-slider__dots{bottom:82px}.pr-home-slider+.pr-home-highlights{margin-top:16px}
}
@media(max-width:430px) and (max-height:740px){.pr-home-slide__content{padding-top:min(var(--pr-mobile-content-top,54px),54px)}.pr-home-slide__title{font-size:var(--pr-title-size-mobile,clamp(42px,12vw,52px))}.pr-home-slider__dots{bottom:72px}}
@media(prefers-reduced-motion:reduce){.pr-home-slider,.pr-home-slide,.pr-home-slide__button,.pr-home-slider__arrow,.pr-home-slider__dots button{transition:none!important}.pr-home-slide.is-active .pr-home-slide__content>*{animation:none!important}}
