/*botones flotantes*/
.floating-button{z-index:10;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.3);border-radius:50%}
.floating-button--wapp{position:fixed;bottom:20px;width:50px;height:50px;overflow:visible;right:16px;transition:transform .3s ease}
.floating-button--wapp__img{width:100%;height:103%}
.floating-button--up{position:fixed;display:flex;background-color:rgba(34,50,66,.45);border:#fff solid 3px;color:#fff;width:48px;height:48px;bottom:85px;right:16px;transition:background-color .2s ease,transform .3s ease,scale .3s ease;animation:float 3s infinite ease-in-out}
.floating-button--up::before{content:'';display:block;width:10px;height:10px;border-left:2px solid #fff;border-top:2px solid #fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}
.floating-button--up::after{content:'';display:block;width:2px;height:20px;background-color:#fff;position:absolute;top:60%;left:50%;transform:translate(-50%,-50%)}
.floating-button--up:hover{background-color:rgba(0,0,0,.4);scale:1.05}
.floating-button--wapp:hover{transform:translateY(-2px) scale(1.05)}
@keyframes float{0%,25%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}75%{transform:translateY(0)}}
.floating-button--wapp:focus-visible{outline:2px solid #fff}
/*FOOTER*/
.footer{width:100%;background:linear-gradient(180deg,#223242,#000);color:#fff;font-size:.75rem;padding:1.25rem;padding-bottom:4rem}.footer__columns{padding:3rem 0 1.5rem 0;display:grid;gap:3.125rem 1.875rem}.footer__hr{border-color:rgba(240,240,240,.8);margin-bottom:1rem;margin-top:1.5rem}.footer__h3{font-size:1.1rem;border-bottom:.125rem solid rgba(240,240,240,.7) ;margin-bottom:0.875rem;width:max-content}.footer__item{padding:.5rem 0}.footer__link{color:#fff;text-decoration:none}.footer__link:hover{opacity:.7}.footer__contact-link{gap:.5rem;font-size:.75rem}.footer__location{margin:0}.footer__location-span{display:block}.footer__map-link{display:inline-block;margin-top:.125rem;text-decoration:underline;text-underline-offset:.188rem;opacity:.95}.footer__map-link:hover{opacity:.75}.footer__icon{width:1rem;height:1rem;flex:0 0 1rem;color:#e6e3e3;fill:currentColor}.footer__icon,.footer__social-icon{display:grid;place-items:center}.footer__icon--top{margin-top:.188rem;margin-right:.5rem}.footer__list--social{gap:.625rem}.footer__item--social{display:inline-flex;padding:0}.footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem}.footer__social-icon{width:1.625rem;height:1.625rem;color:#e6e3e3;fill:currentColor}.footer__list--policies{margin-top:.375rem}.footer__policies-link{display:inline-block;width:100%}.footer__item--note{opacity:.9;line-height:1.35}.footer__item--note .footer__map-link{display:inline}.footer__item--note strong{display:block}.footer__footer{margin:1rem 0;text-align:center;font-size:.6875rem;opacity:.9}.footer__footer-by{position:relative;display:block}
@media (max-width:991.98px){.footer__desktop{display:none;visibility:hidden;opacity:0}}
@media (min-width:600px){
.footer{font-size:.75rem;padding:1.875rem}.footer__contact-link{font-size:.875rem}.footer__item--note strong{display:inline}.footer__columns{padding:3rem 3vw 2rem 3vw;grid-auto-flow:column;grid-template-rows:repeat(2,auto);align-content:start;align-items:start}
.footer__col{max-width:26rem}.footer__h3{width:100%;font-size:1.35rem;margin-bottom:1rem}.footer__footer{margin:1rem;font-size:inherit}
.footer__footer-by{display:inline-block;margin-left:.2rem;padding-left:0.42rem;}.footer__footer-by::before{display:block;position:absolute;content:'|';left:0;}
/*tx200%*/.footer__contact-link{white-space:normal}.footer__link,.footer__location{overflow-wrap:anywhere}}
@media (min-width:992px){.footer__mobile{display:none;visibility:hidden;opacity:0}}
@media (min-width:1200px){
.footer__columns{display:flex;flex-wrap:wrap;gap:2.8rem;justify-content:space-between}
/*tx200%*/.footer__col{width:auto;min-width:0;max-width:26rem;flex:1 1 12rem}.footer__info{flex:2 1 20rem;max-width:25rem}}
@media (prefers-reduced-motion:reduce){
html:focus-within{scroll-behavior:auto}
.header,.header__bottom,.header__overlay,.header__toggle-bar,.header__submenu,.header__submenu-link,.header__item--has-submenu>.header__link--button::after,.btn,.floating-button,.floating-button--wapp,.floating-button--up,.floating-button--up::before,.floating-button--up::after{animation:none!important;transition:none!important}
.fx-fade-up,.fx-fade-up-var,.fx-fade-up-var.fx-run{opacity:1!important;transform:none!important;animation:none!important}
.floating-button--wapp:hover{transform:none!important}
.floating-button--up:hover{scale:1!important}}