@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@font-face{font-family:"Mayan_font";src:url(/static/media/Mayan.234229e0.ttf)}*{margin:0;padding:0;box-sizing:border-box}.App,body{overflow-x:hidden}.Header{position:fixed;width:100%;font-family:"Oswald",sans-serif;display:flex;align-items:center;justify-content:center;height:90px;background-color:#fff;box-shadow:-5px 10px 20px 3px rgba(0,0,0,.66);z-index:50;top:0}.Header-image-container{margin:.5rem 0;padding:0 3rem;height:80px}.Header-image-container img{max-height:100%}.scroll{background-color:rgba(0,0,0,.555);box-shadow:none;-webkit-animation:headerShow .5s;animation:headerShow .5s}.scroll .Header-nav a{color:hsla(0,0%,100%,.918)}.scroll .Header-drop-down{background-color:hsla(0,0%,100%,0)}.scroll .Header-drop-down i{color:#fff}.scroll .Header-sidebar{background-color:rgba(0,0,0,.733)}.scroll .Header-sidebar a{color:#f0f0f0}.Header-nav{z-index:10;display:flex;margin:0 2rem}.Header-nav a{cursor:pointer;color:#383838;letter-spacing:.5px;font-size:16px;margin:.5rem 1.75rem 0;border-radius:3px;text-decoration:none}.Header-nav a .underline{opacity:0;margin-top:.25rem;width:100%;height:2px}.Header-nav a:hover .underline{opacity:1;-webkit-animation:textShow .3s;animation:textShow .3s;background-color:#fc9d45}.Header-drop-down{cursor:pointer;display:none;position:absolute;border:none;outline:none;left:80%;justify-self:right}.Header-drop-down i{font-size:25px}.Header-drop-down:hover i{color:#ff4500}.Header-sidebar{display:none;border-top:2px solid #ff4500;-webkit-animation:slide-in .65s ease-in-out;animation:slide-in .65s ease-in-out;position:fixed;top:70px;background-color:#fff;width:100%;justify-content:space-evenly;align-items:center}.Header-sidebar a{cursor:pointer;color:#5a5a5a;letter-spacing:.5px;font-size:15px;margin-top:.5rem;padding:.5rem 0;text-decoration:none}.Header-sidebar a .underline{opacity:0;margin-top:.25rem;width:100%;height:2px}.Header-sidebar a:hover .underline{opacity:1;-webkit-animation:textShow .3s;animation:textShow .3s;background-color:#fc9d45}.Header-sidebar.close{-webkit-animation:slide-out .65s ease-in-out;animation:slide-out .65s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.close{display:none}@-webkit-keyframes headerShow{0%{opacity:0;transform:translateY(-5rem)}to{opacity:1;transform:translateY(0)}}@keyframes headerShow{0%{opacity:0;transform:translateY(-5rem)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes textShow{0%{opacity:0;transform:scale(0)}25%{opacity:1;transform:scale(.25)}50%{opacity:1;transform:scale(.5)}75%{opacity:1;transform:scale(.75)}to{opacity:1;transform:scale(1);background-color:#fc9d45}}@keyframes textShow{0%{opacity:0;transform:scale(0)}25%{opacity:1;transform:scale(.25)}50%{opacity:1;transform:scale(.5)}75%{opacity:1;transform:scale(.75)}to{opacity:1;transform:scale(1);background-color:#fc9d45}}@-webkit-keyframes slide-in{0%{transform:translateX(50%);opacity:0}25%{opacity:.25}50%{opacity:.5}75%{opacity:.75}to{transform:translate(0);opacity:1}}@keyframes slide-in{0%{transform:translateX(50%);opacity:0}25%{opacity:.25}50%{opacity:.5}75%{opacity:.75}to{transform:translate(0);opacity:1}}@-webkit-keyframes slide-out{0%{left:0;opacity:1}25%{opacity:.75}50%{opacity:.5}75%{opacity:.25}to{transform:translate(10%);opacity:0;display:none}}@keyframes slide-out{0%{left:0;opacity:1}25%{opacity:.75}50%{opacity:.5}75%{opacity:.25}to{transform:translate(10%);opacity:0;display:none}}@media screen and (max-width:1500px){.Header{height:70px}.Header-image-container{height:60px}}@media screen and (max-width:1000px){.Header-nav{margin:0 1rem}.Header-nav a{font-size:15px}.Header-drop-down{display:block}.Header-nav{display:none}.Header-sidebar{display:flex}}@media screen and (max-width:700px){.Header-sidebar a{font-size:13px}}.Landing{margin-top:90px;position:relative;width:100%;height:1350px;max-height:90vh;min-height:550px;background-repeat:no-repeat;background-size:cover;background-position-y:center;background-image:url(/static/media/contact-background.876a92c2.jpg);font-family:"Oswald",sans-serif}.Landing-info{position:absolute;display:flex;flex-direction:column;align-items:center;height:80%;justify-content:space-evenly;top:50%;left:50%;transform:translate(-50%,-50%)}.Landing-text{color:#fff;text-align:center;letter-spacing:1px}.Landing-text h1{color:hsla(0,0%,100%,.822);font-family:"Oswald",sans-serif;font-size:35px;font-weight:300}.Landing-text h2{font-family:"Mayan_font",sans-serif;font-size:150px;font-weight:100}.Landing-text p{color:hsla(0,0%,100%,.822);font-size:25px}.Landing-Icons{font-size:30px;padding-top:.5rem}.Landing-Icons i{margin:0 1rem}.Landing-About{width:100vw;color:hsla(0,0%,100%,.815);display:flex;justify-content:center;align-items:center}.Landing-About h2{font-weight:300;padding:0 1rem}.Landing-About h2 .about-icon{padding-right:.5rem}.Landing-button{margin:1rem auto;display:block;text-align:center;height:40px;width:175px;cursor:pointer;font-size:18px;font-family:"Oswald","Sans-serif";border:2px solid #fff;color:#fff;background-color:hsla(0,0%,50.2%,0);outline:none;padding-top:.25rem;transition:background-color .5s,color .5s}.Landing-button:hover{border-color:#ff6a34;background-color:#ff6a34;color:#fff}.About-intro{margin:auto;display:flex;justify-content:space-around;align-items:center}@media screen and (max-width:1500px){.Landing{margin-top:70px}.Landing-text h1{font-size:30px}.Landing-text h2{font-size:120px}.Landing-text p{font-size:20px}}@media screen and (max-width:1200px){.Landing-About h2{font-size:18px}.About-intro,.Delivery{flex-direction:column}}@media screen and (max-width:550px){.Landing-info,.Landing-text{width:100%}.Landing-text h1{font-size:25px}.Landing-text h2{font-size:70px}.Landing-text p{font-size:15px}.Landing-About h2{font-size:13px;padding:0 .5rem}.Landing-About h2 .about-icon{padding-right:.5rem}}.Map{width:50%;height:100%}.map-marker{display:flex;flex-direction:column;align-items:center}.map-marker .map-marker-log{height:75px;width:90px}.map-marker .map-marker-log img{max-height:100%}.map-marker i{color:#c90000;font-size:20px;display:block}.Map-location{text-align:center;font-family:"Roboto","sans-serif";font-weight:300;color:grey;font-size:15px;padding-top:.5rem}@media screen and (max-width:1200px){.Map{width:100%}}.Paragraph{width:50%;font-family:"Roboto","sans-serif";max-height:500px;display:flex;justify-content:flex-end}.Paragraph p{padding-top:.5rem;font-size:20px;color:#666;font-weight:300;letter-spacing:.25px;line-height:35px}.Paragraph-container{width:80%;max-width:800px;margin-right:5rem}.Paragraph-title{width:150%;padding-bottom:1rem}.Paragraph-title h1{font-weight:500;color:#000;font-size:55px;font-family:"Oswald","Sans-serif";letter-spacing:.5px;padding-bottom:1rem}.Paragraph-Underline{width:100px;height:4px;background-color:#000}@media screen and (max-width:1200px){.Paragraph{padding-bottom:0;margin:3rem 0;width:100%;justify-content:center}.Paragraph-container{margin-right:0;width:90%;max-width:800px}}@media screen and (max-width:600px){.Paragraph{margin-top:1.5rem;margin-bottom:2.5rem}.Paragraph p{font-size:16px;color:#666;font-weight:300;letter-spacing:.25px;line-height:30px}.Paragraph-title h1{font-weight:500;color:#3d3d3d;font-size:30px}.Paragraph-title .Paragraph-Underline{width:70px;height:4px}}.Review{width:100%;height:350px;background-image:url(/static/media/review-background.baf0a7f8.jpg);background-size:cover;display:flex;justify-content:space-between}.Review-info-container{width:60%}.Review-img-container{display:flex;align-items:center;justify-content:center;padding-top:2rem;text-align:center;height:125px;width:100%}.Review-img-container img{padding:0 1rem;max-height:100%}.Review-content{color:#fff;font-family:"Roboto","Sans-serif";text-align:center;padding-top:3rem}.Review-content h1{font-weight:300;font-size:25px}.Review-content h2{font-weight:400;padding-top:3rem}.Review-next{cursor:pointer;background:none;border:none;padding:0 1rem;outline:none}.Review-next i{color:#fff;font-size:30px}.Review-next:hover{transform:scale(.95)}.Review-next:hover i{color:hsla(0,0%,100%,.315)}@media screen and (max-width:900px){.Review{height:325px}.Review-img-container{height:100px}.Review-content h1{font-size:20px}.Review-content h2{font-size:18px;padding-top:1.5rem}.Review-next i{font-size:20px}}@media screen and (max-width:600px){.Review-info-container{width:100%}.Review-img-container{height:80px}.Review-content{display:flex;flex-direction:column;align-items:center}.Review-content h1{width:90%;font-size:17px}.Review-content h2{font-size:16px;padding-top:1rem}.Review-next i{font-size:20px}}.Footer{display:flex;align-items:center;justify-content:space-around;background-color:rgba(0,0,0,.925);height:75px}.Footer-copyright{color:#fff;font-family:"Roboto","sans-serif";font-weight:300}.Footer-Icons i{font-size:30px;padding:0 1rem;color:#fff}@media screen and (max-width:700px){.Footer-copyright{font-size:10px}.Footer-Icons i{font-size:15px;padding:0 .4rem}}.Video{width:50%;background-image:url(/static/media/video_background.fdce4897.jpg);background-size:cover;height:550px;display:flex;justify-content:center;align-items:center;overflow:hidden}.Video-container{width:95%;max-width:900px}@media screen and (max-width:1200px){.Video{width:100%}}@media screen and (max-width:700px){.Video{height:400px}}@media screen and (max-width:500px){.Video{height:300px}}.Delivery{display:flex;justify-content:center}.Promotiona-title{text-align:center;font-size:75px;font-family:"Roboto","sans-serif";color:#fff;padding:.3rem 0;background-image:url(/static/media/contact-background.876a92c2.jpg);background-position:50%;background-size:cover}.Delivery-info{padding-top:1rem;width:50%;display:flex;justify-content:flex-end}.Delivery-info .Delivery-info-container{width:80%;max-width:700px;height:450px;display:flex;flex-direction:column;justify-content:space-around}.Delivery-info .Delivery-info-title{color:#3d3d3d;font-size:25px;font-family:"Oswald","Sans-serif";letter-spacing:.5px;padding-bottom:1rem}.Delivery-info .Delivery-info-title h1{font-size:40px;color:#303030}.Delivery-info .Delivery-info-title h2{font-weight:400}.Delivery-info-options{display:flex;justify-content:space-between;width:450px}.Delivery-button{cursor:pointer;box-shadow:2px 5px 5px 1px hsla(0,0%,53.3%,.82);display:flex;align-items:center;width:200px;height:80px;border-radius:20px;overflow:hidden}.Delivery-button img{max-width:100%}.Delivery-info-carryout{margin-top:-1rem;font-family:"Roboto","Sans-serif"}.Delivery-info-carryout h1{font-size:19px;padding:.5rem 0;font-weight:400;color:#464646}.Delivery-button:hover{transform:scale(.98)}@media screen and (max-width:1200px){.Delivery{flex-direction:column}.Delivery-info{margin-bottom:1rem;width:100%}.Delivery-info .Delivery-info-container{text-align:center;justify-content:center;align-items:center;width:100%;max-width:100%;height:100%}.Delivery-info-carryout{margin-top:0}.Delivery-info-carryout h1{padding:.3rem 0}.Delivery-info-options{padding-top:.5rem}}@media screen and (max-width:1300px){.Delivery-info{margin-bottom:3rem}.Delivery-info .Delivery-info-title h1{font-size:35px}.Delivery-info-carryout{padding:.5rem 0}}@media screen and (max-width:700px){.Delivery-info .Delivery-info-title{font-size:15px;letter-spacing:.5px;padding-bottom:.5rem}.Delivery-info .Delivery-info-title h1{font-weight:400;font-size:25px}.Delivery-info-carryout h1{font-size:15px}.Delivery-info-options{display:flex;justify-content:center;width:100%}.Delivery-button{width:150px;margin:0 1rem;height:60px}.Delivery-button img{max-width:100%}}.MenuPage-Landing{position:relative;height:18vh;margin-top:70px;background-image:url(/static/media/authentic-taco-cabreras.6b3e1ca1.jpg);background-size:cover;background-position-y:center}.Overlay{height:100%;z-index:10;background-color:rgba(0,0,0,.267)}.MenuPage-Title{position:absolute;font-family:"roboto","Sans-serif";color:#fff;font-size:50px;top:50%;left:50%;transform:translate(-70%,-50%)}.MenuPage-Container{height:1000px}.Menu{width:90%;max-width:1500px;display:flex;justify-content:center;flex-wrap:wrap;align-items:center;margin:auto}.MenuItem{cursor:pointer;width:300px;text-align:center;margin:1rem;box-shadow:2px 3px 5px 3px #acacac;font-family:"roboto","Sans-serif"}.MenuItem img{max-width:100%}.MenuItem .MenuItem-Bottom{display:flex;flex-direction:column;justify-content:center;height:100px}.MenuItem .MenuItem-Bottom h1{color:#3a3a3a;font-weight:300}.MenuItem:hover{box-shadow:2px 3px 8px 3px #7a7a7a;transform:scale(1.002)}
/*# sourceMappingURL=main.0991b406.chunk.css.map */