header{position:fixed;width:100%;top:0;right:0;left:0;z-index:10;box-sizing:border-box;display:grid;grid-template-rows:auto 1fr;height:50px}header nav{width:100%;transition:height .3s ease-in-out;box-sizing:border-box;padding:0}header nav div.container{height:100%;transition:height .3s ease-in-out;display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-shadow:none}header nav.transparent{background-color:transparent;height:90px}header nav.transparent a li{color:#fff}header nav.filled,header nav.menu-open{background-color:#fff;height:50px;-webkit-box-shadow:0px 2px 59px -6px rgba(0,0,0,.14);-moz-box-shadow:0px 2px 59px -6px rgba(0,0,0,.14);box-shadow:0 2px 59px -6px #00000024}header nav.filled a li,header nav.menu-open a li{color:#000}header nav a{height:100%;display:flex;place-content:center;place-items:center;padding:0 16px;cursor:pointer}header nav a img{height:32px}header nav a li,header nav a i{font-size:24px;transition:transform .3s ease}#fullscreen-menu{height:calc(100vh - 50px);top:0;bottom:0;flex-direction:column;justify-content:center;background:linear-gradient(to right,#d8dbe4,#e7eaf1);backdrop-filter:blur(50px);z-index:100;transition:opacity .5s ease}#fullscreen-menu ul{list-style:none;padding:0;text-align:center;display:flex;flex-direction:column;gap:8px;font-family:Lora,sans-serif;font-weight:500}#fullscreen-menu ul *{text-decoration:none;transition:all .3s ease}#fullscreen-menu ul li{height:fit-content;width:100%;margin:0;padding:0;box-sizing:border-box}#fullscreen-menu ul li a{display:block;padding:4px;height:100%;box-sizing:border-box;color:#305942;text-decoration:none;transition:color .3s;font-size:24px}#fullscreen-menu ul li a:hover{color:#f60}#fullscreen-menu ul div.social-media{display:flex;flex-direction:row;justify-content:center}#fullscreen-menu ul div.social-media li{width:fit-content}#fullscreen-menu ul div.social-media li a{padding:14px}#fullscreen-menu ul li:hover,#fullscreen-menu ul div.social-media li:hover{opacity:.7}.menu-visible{display:flex;opacity:1;visibility:visible}.menu-hidden{display:none;opacity:0;visibility:hidden}@font-face{font-family:SuXinShiLuanShiTi;font-weight:400;font-display:swap;src:url(/fonts/SuXinShiLuanShiTi-1.ttf) format("truetype")}*{font-family:Roboto,sans-serif;margin:0;padding:0}body{min-height:100vh;min-height:-webkit-fill-available;padding:0;margin:0;position:relative;background-color:#305942;overflow-x:hidden;display:flex;flex-direction:column;justify-content:center;align-content:center;.container{margin:auto;max-width:1080px;box-shadow:0 4px 8px #0003;overflow-x:hidden}}section.cover{height:90vh;min-height:100vh;min-height:-webkit-fill-available;box-sizing:border-box;position:relative;display:flex;flex-direction:column;justify-content:center;align-content:center;overflow:hidden}section.cover .cover-content{position:relative;width:100%;max-width:1080px;margin:auto;padding:16px;display:flex;flex-direction:column;justify-content:center;align-content:center;box-sizing:border-box;gap:20px}section.cover .cover-content h1{color:#fff;font-size:52px;font-family:Lora,serif;font-weight:400}section.cover .overlay{position:absolute;width:100%;height:100%;background-color:#00000075;z-index:0;box-sizing:border-box}section.cover video#background-video{background-color:#000;box-sizing:border-box;position:absolute;top:50%;left:50%;width:101%;height:101%;object-fit:cover;object-position:center;transform:translate(-50%,-50%);z-index:-1}section#about-tea{height:fit-content;padding:0;position:relative;box-sizing:border-box;background-color:#d5d5db;display:grid;grid-template-rows:auto auto auto;width:100%}section#about-tea .text-container{padding:48px 48px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}section#about-tea .text-container p{margin-top:20px;font-family:Roboto,serif;text-align:center;font-size:20px;color:#3b3b3b}section#about-tea .text-container p span{font-family:SuXinShiLuanShiTi,serif;font-weight:lighter;color:#305942;letter-spacing:-3px}section#about-tea picture{position:relative;margin-left:auto;object-fit:cover;object-position:right}section#about-tea picture img{width:100%;margin-left:auto;object-fit:cover;object-position:right}section#about-tea picture.hand img{height:30vh}section#about-tea picture.cup{padding-bottom:0}section#about-tea picture.cup img{padding-bottom:0;margin-bottom:0;height:50vh;object-position:center;object-fit:cover}@media screen and (min-width: 840px){section#about-tea{padding-top:38px;grid-template-columns:1fr 1fr 1fr}section#about-tea .text-container{padding:0 32px;grid-column:1/3}section#about-tea picture.hand{width:100%;grid-column:3;object-position:right;object-fit:contain;display:flex}section#about-tea picture.hand img{margin-left:auto;height:auto;max-height:50vh;width:auto;object-position:right;object-fit:contain}section#about-tea picture.cup{grid-column:1/4;grid-row:2;width:100%;object-position:left;margin-right:auto;margin-left:0}section#about-tea picture.cup :before{content:"";position:absolute;height:50%;width:100%;background:#e9e9ec;background:-moz-linear-gradient(0deg,rgb(233,233,236) 0%,rgb(200,200,207) 100%);background:-webkit-linear-gradient(0deg,rgb(233,233,236) 0%,rgb(200,200,207) 100%);background:linear-gradient(0deg,#e9e9ec,#c8c8cf);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9ec",endColorstr="#c8c8cf",GradientType=1);bottom:0;right:0;left:0}section#about-tea picture.cup img{height:auto;width:70%;position:relative;z-index:2;object-position:left}}@media screen and (min-width: 980px){section#about-tea picture.cup{width:100%;grid-column:1/4;display:flex}section#about-tea picture.cup img{margin:auto;height:480px;width:auto}}@media screen and (min-width: 1220px){section#about-tea .text-container{grid-row:1/2;max-width:580px;margin:auto;transform:scale(1.2)}section#about-tea picture.hand img{height:400px}section#about-tea picture.cup img{margin-left:auto;margin-right:10%;height:480px}}h2[data-astro-cid-wqstds7s]{position:relative;text-align:center;font-weight:600;font-size:28px;z-index:2;&.GREEN{color:#305942}&.RED{color:#e51e27}&.MODERN{font-family:Roboto,sans-serif}&.SERIF{font-family:Lora,serif}&.CHINESE{font-family:SuXinShiLuanShiTi,serif}}h2[data-astro-cid-oxlkd6u2]{position:relative;text-align:center;font-weight:600;font-size:16px;z-index:2;font-family:Lora,serif;&.GREEN{color:#305942}&.WHITE{color:#fff}}@keyframes floatFirstCup{0%{transform:rotate(48deg) translateY(0)}50%{transform:rotate(48deg) translateY(-15px)}to{transform:rotate(48deg) translateY(0)}}@keyframes floatSecondDumpling{0%{transform:rotate(0) translateY(0)}50%{transform:rotate(10deg) translateY(15px)}to{transform:rotate(0) translateY(0)}}@keyframes floatFirstDumpling{0%{transform:rotate(0)}50%{transform:rotate(8deg)}to{transform:rotate(0)}}@keyframes floatSecondCup{0%{transform:rotate(-28deg) translateY(0)}50%{transform:rotate(-28deg) translateY(20px)}to{transform:rotate(-28deg) translateY(0)}}@keyframes floatThirdCup{0%{transform:rotate(-18deg) translateY(0)}50%{transform:rotate(-18deg) translateY(-20px)}to{transform:rotate(-18deg) translateY(0)}}@keyframes floatFourthCup{0%{transform:rotate(18deg) translateY(0)}50%{transform:rotate(18deg) translateY(20px)}to{transform:rotate(18deg) translateY(0)}}section#menu-carrousel{background:linear-gradient(to right,#d8dbe4,#e7eaf1);position:relative;height:fit-content;border-top:4px solid white;border-bottom:2px solid white;display:flex;flex-direction:column;gap:20px;padding-bottom:0}@media screen and (min-width: 720px){section#menu-carrousel .cups-container{width:100%;max-width:980px;align-self:center}}section#menu-carrousel .cups-container{position:relative;height:50vh}section#menu-carrousel .cups-container img.cup_flying{position:absolute;left:0;right:0;margin:auto;top:10vh;z-index:1;height:50vh;transform:rotate(40deg) translate(5vh,-5vh)}section#menu-carrousel .cups-container img.first_cup{position:absolute;z-index:0;left:48px;height:120px;transform:rotate(48deg);animation:floatFirstCup 5s ease-in-out infinite}section#menu-carrousel .cups-container img.second_cup{position:absolute;height:120px;right:0;transform:rotate(-28deg);animation:floatSecondCup 6s ease-in-out infinite}section#menu-carrousel .cups-container img.third_cup{position:absolute;height:120px;right:0;top:200px;transform:rotate(-18deg);animation:floatThirdCup 7s ease-in-out infinite}section#menu-carrousel .cups-container img.fourth_cup{position:absolute;height:120px;left:10px;top:200px;animation:floatFourthCup 7s ease-in-out infinite}section#menu-carrousel .text-content{padding:0 48px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;z-index:9;margin-bottom:20px}section#menu-carrousel .text-content p{margin-top:20px;font-family:Roboto,serif;text-align:center;font-size:20px;color:#3b3b3b}section#menu-carrousel .text-content p span{font-family:SuXinShiLuanShiTi,serif;font-weight:lighter;color:#305942;letter-spacing:-3px}section#menu-carrousel .dumplings-container{position:relative;display:grid;place-items:center;grid-template-columns:1fr;grid-template-rows:1fr}section#menu-carrousel .dumplings-container picture.hand{align-self:center;justify-self:self-start;width:80%;margin-left:-10px;position:relative;transform-origin:left top;animation:floatFirstDumpling 5s ease-in-out infinite}section#menu-carrousel .dumplings-container picture.hand img{width:100%}section#menu-carrousel .dumplings-container picture.hand2{width:100%;transform-origin:right bottom}section#menu-carrousel .dumplings-container picture.hand2 img{width:100%}@media screen and (min-width: 820px){section#menu-carrousel .dumplings-container picture{width:100%;object-fit:cover;object-position:right;display:flex}section#menu-carrousel .dumplings-container picture.hand2 img{margin-left:auto;width:60%}section#menu-carrousel .dumplings-container picture.hand img{margin-right:auto;width:60%}}section#menu-carrousel .dumplings-base-container{padding-bottom:0;display:flex;flex-direction:column}section#menu-carrousel .dumplings-base-container picture.base{height:100%;padding-bottom:0;margin-bottom:0;width:100%;object-fit:cover}section#menu-carrousel .dumplings-base-container img{width:100%}@media screen and (min-width: 820px){section#menu-carrousel .dumplings-base-container picture.base{width:100%;display:flex;justify-content:center;position:relative}section#menu-carrousel .dumplings-base-container picture.base :before{content:"";position:absolute;height:60%;width:100%;bottom:0;right:0;left:0;background:#fafafc;background:-moz-linear-gradient(0deg,rgb(250,250,252) 0%,rgb(216,219,228) 100%);background:-webkit-linear-gradient(0deg,rgb(250,250,252) 0%,rgb(216,219,228) 100%);background:linear-gradient(0deg,#fafafc,#d8dbe4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafc",endColorstr="#d8dbe4",GradientType=1)}section#menu-carrousel .dumplings-base-container picture.base img{position:relative;z-index:2;width:780px}}@keyframes floatLeftHand{0%{transform:rotate(5deg) translateY(0) translate(-10px)}50%{transform:rotate(0) translateY(-15px) translate(-10px)}to{transform:rotate(5deg) translateY(0) translate(-10px)}}@keyframes floatRightHand{0%{transform:translateY(0)}50%{transform:translateY(20px)}to{transform:translateY(0)}}section#second-delivery{border-top:4px solid white;background-color:#305942;padding:68px 0;box-sizing:border-box;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0}section#second-delivery:before{content:"";background-image:url(/_astro/pattern.DqX9-fnV.webp);position:absolute;inset:0;opacity:.03}section#second-delivery .images-container{margin-top:30px;position:relative;z-index:2;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;width:100%}section#second-delivery .images-container picture{grid-column:1;grid-row:1;width:100%}section#second-delivery .images-container picture.left{animation:floatLeftHand 6s ease-in-out infinite}section#second-delivery .images-container picture img{width:100%}@media screen and (min-width: 720px){section#second-delivery .images-container{grid-template-columns:1fr 30px 1fr}section#second-delivery .images-container picture{width:100%}section#second-delivery .images-container picture.left{grid-column:1/3}section#second-delivery .images-container picture.right{grid-column:2/4}}section#second-delivery .content{padding:10px 32px;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}section#second-delivery .content .titles{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}section#second-delivery .content p{font-family:Roboto,serif;text-align:center;font-size:20px;color:#fff;max-width:600px}section#second-delivery .content p span{font-family:SuXinShiLuanShiTi,serif;font-weight:lighter;color:#305942;letter-spacing:-3px}section#second-delivery .btn-order{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2px 10px;width:100%;max-width:140px;border-radius:6px;color:#fff;font-family:Roboto,sans-serif;font-size:14px;text-decoration:none}section#second-delivery .btn-order img{border:1px solid green;width:100%}section#second-delivery .btn-order.uber-eats{background-color:#71bd31}section#second-delivery .btn-order.rappi{background-color:#e44458}section#second-delivery .btn-order.rappi span{font-family:Yellowtail,cursive;color:#fff;line-height:20px;font-size:26px;padding-bottom:6px;margin:0}section#second-delivery .btn-order span{font-size:20px;color:#000;font-weight:500}section#second-delivery .btn-order span b{color:#fff}h1[data-astro-cid-cqrggwqj]{position:relative;text-align:center;font-weight:600;font-size:28px;z-index:2;color:#fff;&.MODERN{font-family:Roboto,sans-serif}&.SERIF{font-family:Lora,serif}&.CHINESE{font-family:SuXinShiLuanShiTi,serif}}footer#contacto{background-color:#b1b3b2;position:relative;border-top:4px solid white;display:flex;flex-direction:column;justify-content:space-between;min-height:80vh;padding:0}footer#contacto picture{position:absolute;top:0;bottom:0;height:100%;object-fit:cover;width:100%;overflow:hidden}footer#contacto picture img{object-fit:cover;width:100%;height:100%}footer#contacto .text-content{padding:48px 48px 98px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;z-index:9;background:#b1b3b2;background:-moz-linear-gradient(0deg,rgba(177,179,178,0) 0%,rgb(177,179,178) 100%);background:-webkit-linear-gradient(0deg,rgba(177,179,178,0) 0%,rgb(177,179,178) 100%);background:linear-gradient(0deg,#b1b3b200,#b1b3b2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b1b3b2",endColorstr="#b1b3b2",GradientType=1)}footer#contacto .text-content p{font-family:Roboto,serif;text-align:center;font-size:20px;color:#fff;margin-bottom:20px}footer#contacto .text-content p span{font-family:SuXinShiLuanShiTi,serif;font-weight:lighter;color:#305942;letter-spacing:-3px}footer#contacto .text-content ul.social-media{display:flex;flex-direction:row;justify-content:center;max-width:100%;width:fit-content;gap:8px;list-style:none}footer#contacto .text-content ul.social-media li{border-radius:4px;list-style:none;width:fit-content;height:fit-content;background-color:#fff}footer#contacto .text-content ul.social-media li a{font-size:20px;display:block;appearance:none;color:#305942;padding:14px}footer#contacto .footer{background-color:#305942;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;position:relative;justify-self:flex-end;margin:0}footer#contacto .footer a img{width:100px}footer#contacto .footer p{font-size:14px;opacity:1;color:#fff;font-family:Roboto,sans-serif}section#ubicacion{border-top:4px solid white;width:100%;height:fit-content;padding:0 0 30px;align-items:center;box-sizing:border-box;margin:0;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto;position:relative;background-color:#305942;overflow-x:hidden}section#ubicacion:before{content:"";background-image:url(/_astro/pattern.DqX9-fnV.webp);position:absolute;inset:0;opacity:.02}section#ubicacion img{width:100%;object-fit:cover;height:40vh;grid-column:1;grid-row:1;max-width:100%;position:relative;z-index:1}section#ubicacion .overlay{position:relative;grid-column:1;grid-row:1;width:100%;height:100%;z-index:2;background-color:#00000080}section#ubicacion .title-container{grid-column:1;grid-row:2;box-sizing:border-box;width:100%;margin:0;padding:32px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}section#ubicacion .title-container p{font-family:Roboto,serif;text-align:center;font-size:20px;color:#fff}section#ubicacion .title-container p span{font-family:SuXinShiLuanShiTi,serif;font-weight:lighter;color:#305942;letter-spacing:-3px}.btn{appearance:none;font-size:18px;height:40px;width:fit-content;max-width:100%;text-decoration:none;display:flex;place-items:center;place-content:center;padding:10px 20px;box-sizing:border-box;font-family:Roboto,sans-serif;font-weight:400;border-radius:4px}.btn.btn-green{background-color:#3a6e51;color:#fff}.btn.withShadow{-webkit-box-shadow:0px 2px 59px -6px rgba(0,0,0,.74);-moz-box-shadow:0px 2px 59px -6px rgba(0,0,0,.74);box-shadow:0 2px 59px -6px #000000bd}main[data-astro-cid-j7pv25f6]{position:relative;box-sizing:border-box;overflow-x:hidden}
