/*
negocio/plantillas/panels/galeria/style.css
negocio/plantillas/panels/horarios/style.css
negocio/plantillas/panels/footer/style.css
*/
.mdl-galeria{display:flex;width:100vw;height:81rem;background-image:url(/content/imgs/bg-deg.png);background-repeat:x-repeat;background-position:center bottom;background-size:100% 100%;position:relative;overflow:hidden}@media (max-width: 1024px){.mdl-galeria{height:55rem}}@media (max-width: 900px){.mdl-galeria{height:40rem}}.mdl-galeria
.royalSliderGaleria{height:81rem;width:100%;position:relative;z-index:2}.mdl-galeria .royalSliderGaleria
.arrowL{position:absolute;top:33rem;left:10rem;z-index:3}.mdl-galeria .royalSliderGaleria
.arrowR{position:absolute;top:33rem;right:10rem;z-index:3}.mdl-galeria .royalSliderGaleria .m-grid{display:flex;flex-direction:column;margin:0
17%;max-width:66%}.mdl-galeria .royalSliderGaleria .m-grid
.rsOverflow{max-height:69.6rem;height:69.6rem;max-width:100%;margin:0
auto;overflow:visible !important;position:relative}.mdl-galeria .royalSliderGaleria .m-grid .rsOverflow .rsArrow.rsArrowRight,
.mdl-galeria .royalSliderGaleria .m-grid .rsOverflow
.rsArrow.rsArrowLeft{position:absolute;top:50%;background-repeat:no-repeat;background-position:center center;background-size:3.2rem auto;width:3.2rem;height:2.8rem}.mdl-galeria .royalSliderGaleria .m-grid .rsOverflow
.rsArrow.rsArrowLeft{left: -13rem;background-image:url(/content/icons/arrow-white-prev.svg)}.mdl-galeria .royalSliderGaleria .m-grid .rsOverflow
.rsArrow.rsArrowRight{right: -13rem;background-image:url(/content/icons/arrow-white-next.svg)}.mdl-galeria .royalSliderGaleria .m-grid .rsOverflow
.pic{width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative}.mdl-galeria .royalSliderGaleria .m-grid .rsOverflow .pic .icon-expand{content:"";position:absolute;top:2.7rem;right:2.7rem;height:1.7rem;width:1.7rem;cursor:pointer;z-index:3}.mdl-galeria .royalSliderGaleria .m-grid .rsOverflow .rsSlide:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.7;transition:opacity 0.3s ease}.mdl-galeria .royalSliderGaleria .m-grid .rsOverflow .rsSlide.rsActiveSlide:after{opacity:0}.mdl-galeria .royalSliderGaleria .m-grid
.rsBullets{justify-content:center;margin-top:3.4rem}.mdl-galeria .royalSliderGaleria .m-grid .rsBullets .rsBullet:not(.rsNavSelected){background-color:#ddd}@media (max-width: 1024px){.mdl-galeria
.royalSliderGaleria{height:55rem}.mdl-galeria .royalSliderGaleria
.arrowL{top:21rem;left:5rem}.mdl-galeria .royalSliderGaleria
.arrowR{top:21rem;right:5rem}.mdl-galeria .royalSliderGaleria .m-grid
.rsOverflow{max-height:44rem;height:44rem}}@media (max-width: 900px){.mdl-galeria
.royalSliderGaleria{height:40rem}.mdl-galeria .royalSliderGaleria
.arrowL{top:15rem;left:2.5rem}.mdl-galeria .royalSliderGaleria
.arrowR{top:15rem;right:2.5rem}.mdl-galeria .royalSliderGaleria .m-grid
.rsOverflow{max-height:33rem;height:33rem}.mdl-galeria .royalSliderGaleria .m-grid
.rsBullets{margin-top:3.1rem}}@media (max-width: 767px){.mdl-galeria .royalSliderGaleria .m-grid{margin:0
5%;max-width:90%}}.mdl-galeria
.bgGaleria{position:absolute;z-index:1;left:0;bottom:0;width:100%;height:60%;background-color:#F4FBFB}
.mdl-horarios{padding-bottom:9.2rem;background-color:#F4FBFB}.mdl-horarios
.h3{padding-bottom:4rem}.mdl-horarios .m-content{max-width:135rem;margin:0
auto;display:flex;flex-wrap:wrap;justify-content:center}.mdl-horarios .m-content
article{width:calc(33.333% - 3rem);display:flex;margin:1.5rem;flex-direction:column;box-sizing:border-box;border:2px
solid #000;padding:4rem;text-align:center}.mdl-horarios .m-content article .m-info{padding-top:2rem}.mdl-horarios .m-content article .m-info
p{font-size:inherit;line-height:inherit;margin-bottom:inherit}.mdl-horarios .btn--downarrow{padding-top:4rem;padding-bottom:0.5rem;position:relative}.mdl-horarios .btn--downarrow::after{content:url(/content/icons/arrow_small.svg) !important;display:inline-block;transform:rotate(90deg);margin-left:0.5rem}.mdl-horarios .btn--downarrow::before{border-top:3px solid #000;bottom:0;content:"";display:block;width:100%;height:3px;left:0;position:absolute;z-index:1}@media (max-width: 900px){.mdl-horarios .m-content
article{width:calc(50% - 2.8rem)}}@media (max-width: 767px){.mdl-horarios{padding-top:5rem;padding-bottom:5rem}.mdl-horarios .m-content
article{width:calc(100% - 2.8rem)}}
.mdl-footer
.container{max-width:130rem}@media (min-width: 768px){.mdl-footer
.container{padding:0}}.mdl-footer .footer-logo
img{max-width:13.3rem}.mdl-footer .footer-grid{display:grid;grid-template-columns:1fr;max-width:160rem;margin-inline:auto}@media (max-width: 767.9px){.mdl-footer .footer-grid .footer-newsletter{order:1}.mdl-footer .footer-grid .footer-contact{order:2}.mdl-footer .footer-grid .footer-logos-grid{order:3}}@media (min-width: 768px){.mdl-footer .footer-grid{grid-template-columns:1fr 2fr}}@media (min-width: 1680px){.mdl-footer .footer-grid{grid-template-columns:auto 1fr auto}}.mdl-footer .footer-grid .footer-newsletter,
.mdl-footer .footer-grid .footer-contact{padding:4rem 2rem}@media (max-width: 767.9px){.mdl-footer .footer-grid .footer-newsletter{border-bottom:1px solid #DADADA}}.mdl-footer .footer-grid .footer-newsletter .text--big{font-weight:500;font-size:2rem}.mdl-footer .footer-grid .footer-newsletter
.input{width:100%;margin-bottom:2.3rem}@media (min-width: 768px){.mdl-footer .footer-grid .footer-newsletter .form-btn{width:fit-content}}.mdl-footer .footer-grid .footer-newsletter
p.text{margin-block:1.2rem 2rem}.mdl-footer .footer-grid .footer-newsletter-bottom{display:flex;flex-direction:column;row-gap:2.5rem}@media (min-width: 1024px){.mdl-footer .footer-grid .footer-newsletter-bottom{flex-direction:row}}.mdl-footer .footer-grid .footer-newsletter-bottom .checkbox-wrapper{flex-grow:1}.mdl-footer .footer-grid .footer-newsletter-bottom .checkbox-wrapper
.vento{vertical-align:unset}.mdl-footer .footer-grid .footer-newsletter-bottom .checkbox-wrapper
.checkbox{margin-right:0.6rem}.mdl-footer .footer-grid .footer-contact{max-width:35rem}.mdl-footer .footer-grid .footer-contact .footer-logo{margin-bottom:1.5rem}@media (max-width: 767.9px){.mdl-footer .footer-grid .footer-contact .footer-logo{display:none}}.mdl-footer .footer-grid .footer-contact .footer-breadcrumbs{margin-top:3rem}.mdl-footer .footer-grid .footer-contact .footer-social{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem}.mdl-footer .footer-grid .footer-contact .text>*{display:block;margin-bottom:0.5rem}.mdl-footer .footer-grid .footer-logos-grid{display:grid;gap:5rem 1rem;justify-items:center;align-items:center}@media (max-width: 767.9px){.mdl-footer .footer-grid .footer-logos-grid{grid-template-columns:1fr 1fr;padding-top:4rem}}@media (min-width: 768px){.mdl-footer .footer-grid .footer-logos-grid{grid-column:span 2;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}}@media (max-width: 1679.9px){.mdl-footer .footer-grid .footer-logos-grid{padding-top:4rem;border-top:1px solid #DADADA}}@media (min-width: 1680px){.mdl-footer .footer-grid .footer-logos-grid{grid-column:unset;grid-auto-flow:row;gap:5rem 2rem;place-items:center;grid-template-columns:repeat(4,1fr);margin:auto;padding-left:2.5rem}}.mdl-footer .footer-links-wrapper{margin-top:4rem}@media (min-width: 768px){.mdl-footer .footer-links-wrapper{border-top:1px solid #DADADA}}.mdl-footer .footer-links-wrapper .footer-links{display:flex;flex-direction:column;justify-content:center;padding:3rem;gap:1.5rem 3rem;text-align:center;max-width:160rem}@media (min-width: 768px){.mdl-footer .footer-links-wrapper .footer-links{flex-direction:row}}@media (min-width: 1680px){.mdl-footer .footer-links-wrapper .footer-links{justify-content:flex-start;margin:auto}.mdl-footer .footer-links-wrapper .footer-links
.emascaro{margin-left:auto}}.mdl-footer #msg_divnewsletter .err,
.mdl-footer #msg_divnewsletter
.important{font-family:"Space Grotesk",sans-serif;font-size:1.5rem;line-height:2.8rem;color:red}.mdl-footer #msg_divnewsletter .err .vento,
.mdl-footer #msg_divnewsletter .important
.vento{font-family:"Space Grotesk",sans-serif;font-size:1.5rem;line-height:2.8rem;color:red}.mdl-footer .m-msg{font-family:"Space Grotesk",sans-serif;font-size:1.6rem;line-height:2.8rem}.mdl-footer .m-msg
.vento{font-family:"Space Grotesk",sans-serif;font-size:1.6rem;line-height:2.8rem}.m-whatsapp{position:fixed;z-index:100000;bottom:2rem;right:2rem}.m-whatsapp
img{width:5.2rem;height:5.2rem}
