:root{--path-img: ../../public/img/;--js-min-size-food-icon: 50px;--js-blur-bg-main-cover: unset;--js-duration-transition-category: 0.06s}:root{--js-bp-xxs: 0px;--js-bp-xs: 250px;--js-bp-sm: 320px;--js-bp-md:640px;--js-bp-lg: 1024px;--js-bp-xl: 1200px;--js-bp-xxl: 1440px;--js-bp-max-landscape: 920px}:root{--js-width-scroll-bar: 17px}.width-100vw{width:calc(100vw - var(--js-width-scroll-bar));min-width:250px}.min-w-h-100{min-width:100%;min-height:100%}.fixed{display:block;height:inherit;min-height:inherit;position:fixed}.relative{display:block;position:relative}.flex-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-justify{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-align{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fit-contain{display:block;-o-object-fit:contain;object-fit:contain;max-height:100%}.fit-cover{display:block;-o-object-fit:cover;object-fit:cover;max-height:100%}.fit-fill{display:block;-o-object-fit:fill;object-fit:fill;max-height:100%}.fit-scale-down{display:block;-o-object-fit:scale-down;object-fit:scale-down;max-height:100%}.fit--top{-o-object-position:top;object-position:top}.fit--left{-o-object-position:left;object-position:left}.fit--bottom{-o-object-position:bottom;object-position:bottom}.fit--right{-o-object-position:right;object-position:right}.fit--center{-o-object-position:center;object-position:center}.fit--top-left{-o-object-position:top left;object-position:top left}.fit--top-right{-o-object-position:top right;object-position:top right}.fit--bottom-left{-o-object-position:bottom left;object-position:bottom left}.fit--bottom-right{-o-object-position:bottom right;object-position:bottom right}.scroll-carrousel{height:200px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:scroll hidden;gap:10px;background-color:tan}.scroll-carrousel__item{-ms-flex-negative:0;flex-shrink:0;height:100%;width:100px;background-color:rgba(255,99,71,.3)}[class*=row-text]{--rows: 0;--line-height: inherit;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--rows);max-height:calc(var(--line-height)*var(--rows));line-height:var(--line-height);overflow:hidden}.row-text-1{--rows: 1}.row-text-2{--rows: 2}.row-text-3{--rows: 3}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}body{margin:0}a{text-decoration:none}img{max-width:100%}p,h1,h2,h3,h4,h5,h6{margin:0}.block-scroll{overflow:hidden}.logo-header{height:4vh;width:100%;position:relative;z-index:130}@media screen and (max-width: 920px)and (orientation: landscape){.logo-header{height:10vh}}@media screen and (min-width: 921px)and (orientation: landscape){.logo-header{height:10vh}}.card-modal{--box-radius: 2em;position:fixed;width:100%;height:calc(100% - 4vh);background-color:rgba(0,0,0,.6);top:4vh;z-index:150;opacity:0;pointer-events:none}@media screen and (max-width: 920px)and (orientation: landscape){.card-modal{height:calc(100% - 10vh);top:10vh}}@media screen and (min-width: 921px)and (orientation: landscape){.card-modal{height:calc(100% - 10vh);top:10vh}}.modal-active{opacity:1;pointer-events:initial}.modal-close{position:absolute;width:20px;height:20px;right:2%;top:2%;background-color:rgba(0,0,0,0)}.modal-x{fill:#fff}.modal-item{width:85%;height:90%;background-color:#fff8dc;overflow:hidden;border-radius:var(--box-radius);-webkit-border-radius:var(--box-radius);-moz-border-radius:var(--box-radius);-ms-border-radius:var(--box-radius);-o-border-radius:var(--box-radius);display:grid;grid-template:1fr 1fr/1fr}@media screen and (orientation: landscape){.modal-item{grid-template:1fr/2fr 3fr}}@media screen and (min-width: 1024px)and (orientation: landscape){.modal-item{width:75%;height:80%;grid-template:1fr/9fr 11fr}}@media screen and (min-width: 1200px)and (orientation: landscape){.modal-item{width:70%;height:75%;grid-template:1fr/1fr 1fr}}.modal-img-container{width:100%;height:100%;background-color:#f5f5f5;border-radius:var(--box-radius) var(--box-radius) 0 0;-webkit-border-radius:var(--box-radius) var(--box-radius) 0 0;-moz-border-radius:var(--box-radius) var(--box-radius) 0 0;-ms-border-radius:var(--box-radius) var(--box-radius) 0 0;-o-border-radius:var(--box-radius) var(--box-radius) 0 0;overflow:hidden}@media screen and (max-width: 920px)and (orientation: landscape){.modal-img-container{border-radius:var(--box-radius) 0 0 var(--box-radius);-webkit-border-radius:var(--box-radius) 0 0 var(--box-radius);-moz-border-radius:var(--box-radius) 0 0 var(--box-radius);-ms-border-radius:var(--box-radius) 0 0 var(--box-radius);-o-border-radius:var(--box-radius) 0 0 var(--box-radius)}}.modal-img-container__img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;max-height:none;max-width:none}.modal-info-container .modal-text{text-align:center;padding:.2em;margin:1em}.modal-info-container h4#modalTitle.modal-title{font-size:2rem}@media screen and (max-width: 440px){.modal-info-container h4#modalTitle.modal-title{font-size:1.5rem}}@media screen and (max-width: 340px){.modal-info-container h4#modalTitle.modal-title{font-size:1.2rem}}@media screen and (min-width: 920px){.main-container-padding{padding:0 5vw}}@media screen and (min-width: 1024px){.main-container-padding{padding:0 10vw}}@media screen and (min-width: 1200px){.main-container-padding{padding:0 15vw}}@media screen and (min-width: 1440px){.main-container-padding{padding:0 20vw}}.cover-page{height:20vh;width:100%;z-index:120;position:relative;background-color:unset}@media screen and (max-width: 920px)and (orientation: landscape){.cover-page{height:60vh}}@media screen and (min-width: 921px)and (orientation: landscape){.cover-page{height:50vh}}.cover-page img{position:relative;z-index:1;border-radius:.7em;-webkit-border-radius:.7em;-moz-border-radius:.7em;-ms-border-radius:.7em;-o-border-radius:.7em}.blur-img{position:absolute;width:100%;height:100%;background:var(--js-blur-bg-main-cover) top left/cover no-repeat;-webkit-filter:blur(10px) brightness(100%);filter:blur(10px) brightness(100%)}.main-title{height:10vh;min-height:50px;width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:center;margin:1vh 0;background-color:#b0e0e6}@media screen and (max-width: 920px)and (orientation: landscape){.main-title{height:30vh}}@media screen and (min-width: 921px)and (orientation: landscape){.main-title{height:30vh;font-size:3.5rem}}.sw-sticky-food{height:15vh;padding:0;position:sticky;top:calc(4vh - 1px);gap:2vw;background-color:tan;z-index:110}@media screen and (max-width: 920px)and (orientation: landscape){.sw-sticky-food{height:15vh;top:calc(10vh - 1px)}}@media screen and (min-width: 921px)and (orientation: landscape){.sw-sticky-food{height:20vh;top:calc(10vh - 1px)}}.sw-food{height:100%;width:100%;overflow:hidden}.sw-food__item{background:#fff;width:25%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.food-icon{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3;max-height:74%;padding:.5vh 1vw}@media screen and (max-width: 920px)and (orientation: landscape){.food-icon{display:none}}@media screen and (min-height: 640px)and (orientation: portrait){.food-icon{-webkit-box-flex:7;-ms-flex-positive:7;flex-grow:7;max-height:69%}}@media screen and (min-height: 500px)and (orientation: landscape){.food-icon{-webkit-box-flex:7;-ms-flex-positive:7;flex-grow:7;max-height:69%}}.js-food-icon__circle{width:calc(var(--js-min-size-food-icon)*1px);height:calc(var(--js-min-size-food-icon)*1px);padding:.4em;border:.2em solid #b22222;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.food-name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-height:24%;background-color:#40e0d0}@media screen and (max-width: 920px)and (orientation: landscape){.food-name{max-height:90%}}@media screen and (min-height: 640px)and (orientation: portrait){.food-name{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3;max-height:29%}}@media screen and (min-height: 500px)and (orientation: landscape){.food-name{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3;max-height:29%}}.food-name__text{font-size:.7rem;color:inherit;margin:0;text-align:center}@media screen and (max-width: 920px)and (orientation: landscape){.food-name__text{font-size:1.4rem}}@media screen and (min-height: 760px)and (orientation: portrait){.food-name__text{font-size:.95rem}}@media screen and (min-height: 500px)and (orientation: landscape){.food-name__text{font-size:1rem}}.selector--active{color:#8b008b}.category{display:none;opacity:0;-webkit-transition:opacity ease-out;transition:opacity ease-out;-webkit-transition-duration:var(--js-duration-transition-category);transition-duration:var(--js-duration-transition-category)}.category.category--active{display:block;opacity:1}.category.category--animateIn{display:block}.category.category--animateOut{opacity:0}.food-cover-page{height:20vh;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2vh 4vw;background-color:#90ee90}@media screen and (max-width: 920px)and (orientation: landscape){.food-cover-page{height:50vh}}@media screen and (min-width: 921px)and (orientation: landscape){.food-cover-page{height:40vh}}.group-container{position:relative;z-index:100}.group-title{text-align:center;position:sticky;top:calc(19vh - 2px);background-color:#d3d3d3}@media screen and (max-width: 920px)and (orientation: landscape){.group-title{top:calc(25vh - 2px)}}@media screen and (min-width: 921px)and (orientation: landscape){.group-title{top:calc(30vh - 2px)}}.group-title.label{height:2.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:200}.group-title.subgroup{top:calc(19vh + 2.5em - 3px)}@media screen and (max-width: 920px)and (orientation: landscape){.group-title.subgroup{top:calc(25vh + 2.5em - 3px)}}@media screen and (min-width: 921px)and (orientation: landscape){.group-title.subgroup{top:calc(30vh + 2.5em - 3px)}}.group-title--border{border:none}.group-title__name{padding:2px}.group-title__description{padding:2px}.group-cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1em;padding:2vh 2vw;background-color:#87cefa;--card-align: center}@media screen and (max-width: 300px){.group-cards{grid-template-columns:repeat(auto-fill, minmax(260px, 1fr))}}.card{display:grid;grid-template:"info" 1fr/1fr;gap:.5em;height:100%;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid;padding:5px 10px;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;background-color:linen}.card--imageCard{pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:unset;max-height:unset;padding:2vw 10vw;position:relative;z-index:-1}.card--imageCard img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-webkit-filter:drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));filter:drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5));z-index:0}.card--photo{grid-template:"info photo" 1fr/7fr 3fr;--card-align: left}.card__info{width:100%;grid-area:info;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5em;text-align:left}.card__title{width:100%;text-align:center}.card__descr{width:100%;text-align:var(--card-align)}.card__price-container{gap:1em}.card__price{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.card__photo{grid-area:photo;min-height:100%}.sw-contain-promos{height:85%;width:100%;padding:5vh 0}@media screen and (max-width: 920px)and (orientation: landscape){.sw-contain-promos{padding:5vh 0}}.sw-promos{width:100%;height:100%;overflow:hidden}.swiper-promos__item{width:70%;height:80%;-ms-flex-negative:0;flex-shrink:0;display:grid;grid-template:2fr 3fr/1fr;border:1px solid;border-radius:2em;-webkit-border-radius:2em;-moz-border-radius:2em;-ms-border-radius:2em;-o-border-radius:2em;padding:10px;background-color:#d3d3d3}@media screen and (max-width: 920px)and (orientation: landscape){.swiper-promos__item{width:90%;height:85%;max-width:unset;grid-template:1fr/2fr 3fr}}.promotions{width:100%;height:80vh;background:url(../../public/img/bg-mariscos-white.svg) top left/cover no-repeat fixed}@media screen and (max-width: 920px)and (orientation: landscape){.promotions{height:85vh}}@media screen and (min-width: 921px)and (orientation: landscape){.promotions{height:90vh}}@media screen and (min-height: 750px){.promotions{background:url(../../public/img/bg-mariscos-white.svg) top left/cover no-repeat fixed}}@media screen and (min-height: 1000px){.promotions{background:url(../../public/img/bg-mariscos-white.svg) top left/cover no-repeat fixed}}@media screen and (min-width: 750px)and (orientation: landscape){.promotions{background:url(../../public/img/bg-mariscos-white.svg) top left/cover no-repeat fixed}}@media screen and (min-width: 1000px)and (orientation: landscape){.promotions{background:url(../../public/img/bg-mariscos-white.svg) top left/cover no-repeat fixed}}.promotions__title{width:100%;height:14%;text-align:center;background-color:rgba(211,211,211,.76)}.promotions__carrousel{height:85%;padding:5vh 0;gap:5vw;display:none}@media screen and (max-width: 920px)and (orientation: landscape){.promotions__carrousel{padding:5vh 0;gap:2vw}}.promo-item{width:70%;height:80%;max-width:300px;min-width:220px;-ms-flex-negative:0;flex-shrink:0;display:grid;grid-template:1fr 2fr/1fr;border:1px solid;border-radius:2em;-webkit-border-radius:2em;-moz-border-radius:2em;-ms-border-radius:2em;-o-border-radius:2em;padding:10px;background-color:#d3d3d3}@media screen and (max-width: 920px)and (orientation: landscape){.promo-item{width:90%;height:85%;max-width:unset;grid-template:1fr/1fr 2fr}}.promo-img-container{background-color:#d2691e;min-height:100%}.promo-item__img{min-height:100%;min-width:100%;border-radius:1em;-webkit-border-radius:1em;-moz-border-radius:1em;-ms-border-radius:1em;-o-border-radius:1em}.promo-info-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:violet}.promo-item__title{-webkit-box-flex:2;-ms-flex:2;flex:2;background-color:coral;font-size:1.5rem}.promo-item__name{-webkit-box-flex:5;-ms-flex:5;flex:5;background-color:#fff8dc;text-align:center}.promo-item__name span{display:inline;color:red}.promo-item__description{-webkit-box-flex:3;-ms-flex:3;flex:3;background-color:#f4a460;font-size:.7rem;text-align:center}.redes{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1em .5em}.redes h2{padding:.5em;font-size:1.5em;color:#fff}.redes-items{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:20vh;padding:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1em}.redes-items .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:5em;height:5em;border-radius:50%;-webkit-filter:drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));filter:drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));-webkit-transition:background-color .3s,-webkit-transform .3s;transition:background-color .3s,-webkit-transform .3s;transition:transform .3s,background-color .3s;transition:transform .3s,background-color .3s,-webkit-transform .3s}.redes-items .icon img{width:70%;height:70%}.redes-items .icon:hover{-webkit-transform:scale(1.4);transform:scale(1.4);background-color:#f0f0f0}.swiper-redes-container{width:100%;height:80vh;background-color:#f08080}.swiper-redes-container .swiper-redes{height:100%;padding:2em;overflow:hidden}.swiper-redes-container .swiper-slide{height:100%;width:100%;padding:.5em;background-color:#add8e6}.swiper-redes-container .swiper-slide .embed{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;overflow:hidden;overflow-y:scroll}.swiper-redes-container .swiper-slide .item-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:1em;overflow:hidden;overflow-y:scroll}.swiper-redes-container .swiper-slide .item-container .item{-ms-flex-negative:0;flex-shrink:0;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#90ee90}.footer-items{width:100%;height:55vh;max-height:-webkit-min-content;max-height:-moz-min-content;max-height:min-content;min-height:300px;padding-top:.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:2vw}@media screen and (max-width: 920px)and (orientation: landscape){.footer-items{min-height:50vh}}@media screen and (min-width: 921px)and (orientation: landscape){.footer-items{min-height:50vh}}@media screen and (max-width: 615px){.footer-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width: 615px)and (orientation: landscape){.footer-items{min-height:85vh}}@media screen and (min-width: 616px)and (orientation: portrait){.footer-items{min-height:25vh;height:25vh}}@media screen and (min-height: 500px)and (orientation: landscape){.footer-items{min-height:25vh;height:25vh}}.footer-item{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:300px;max-width:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;background-color:#f4a460}@media screen and (max-width: 300px){.footer-item{min-width:260px}}.footer-item__title{width:90%;-webkit-box-flex:2;-ms-flex:2;flex:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer-item__content{width:90%;padding:.5em;-webkit-box-flex:8;-ms-flex:8;flex:8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;font-size:small;gap:.5em}.footer-item__content a{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;text-decoration:none;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.footer-item__content a:visited{color:unset}.footer-item__content a:hover{filter:drop-shadow(2px 4px 4px red);-webkit-filter:drop-shadow(2px 4px 4px red)}.footer-item__content a div{height:100%;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-item__content a div img{max-width:50%;max-height:80%}.footer-item__content a span{height:100%;-webkit-box-flex:9;-ms-flex:9;flex:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.icon__pin-map{fill:#fff;max-width:10%;width:-webkit-min-content;width:-moz-min-content;width:min-content}.icon__phone{fill:#fff;max-width:10%;width:-webkit-min-content;width:-moz-min-content;width:min-content}.footer-work-time{line-height:12px;list-style:none;padding:0;overflow:hidden;position:relative}.footer-work-time li{font-weight:normal;letter-spacing:.2px;width:100%;display:inline-block}.footer-work-time .date{background:rgba(0,0,0,0);position:relative;overflow:hidden;width:auto;max-width:100%;float:left;padding:5px 5px 5px 0px;margin:0}.footer-work-time .time{background:rgba(0,0,0,0);position:relative;color:#942803;float:right;width:auto;max-width:100%;padding:5px 0px 5px 5px;margin:0}.footer-work-time .line-box{position:relative;top:12px;overflow:hidden}.footer-work-time .line-dotted{position:relative;border-top:2px dotted #ccc;z-index:1;left:0}.footer-map{width:100%;height:40vh;max-height:-webkit-min-content;max-height:-moz-min-content;max-height:min-content;min-height:300px;background-color:#fff5ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:2vh 0}@media screen and (max-width: 920px)and (orientation: landscape){.footer-map{min-height:70vh}}@media screen and (min-width: 921px)and (orientation: landscape){.footer-map{min-height:70vh}}.footer-map__title{-webkit-box-flex:1;-ms-flex:1;flex:1;width:90%}.footer-map__map{-webkit-box-flex:9;-ms-flex:9;flex:9;width:90%;max-height:88%;background-color:#f0f8ff}.footer-info{width:100%;height:7vh;padding:.5em 4em;text-align:center;font-size:small;background:-webkit-gradient(linear, left top, left bottom, from(rgb(67, 3, 97)), color-stop(rgb(42, 3, 59)), to(rgb(67, 3, 97)));background:linear-gradient(rgb(67, 3, 97), rgb(42, 3, 59), rgb(67, 3, 97));font-family:"Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif}.footer-info p span{color:#46d8dd}