.navbar{display:flex;justify-content:center;align-items:center;padding:1rem 0;overflow:hidden;position:fixed;top:0;width:100%;z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 0 20px #0000004d;background-color:#0000004d}.navbar-links{display:flex;justify-content:space-evenly;align-items:center;list-style:none;width:100%;padding:0}.navbar-links li a{color:#fff;text-decoration:none;text-transform:uppercase;font-size:1.5rem}.shot{display:flex;flex-direction:column;align-items:space-between;justify-content:center;padding:1rem;width:30vw}.shot-name{display:flex;gap:1rem;font-size:1.5rem}.drink-name{display:flex;justify-content:space-between;gap:1rem;font-size:1.5rem}.drink-left{display:flex;gap:1rem}.drink-right span{width:max-content;text-wrap:nowrap}@media screen and (max-width: 430px){.shot{width:100%;padding:.5rem 0}.shot-name{font-size:1.2rem;gap:.5rem}.drink-name{font-size:1.2rem}.drink-left{gap:.5rem}}@media screen and (max-width: 768px){.shot{width:100%;padding:.5rem 0}}.home{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;position:relative}.bg-image{background-image:url(/assets/moelas_background-15ba48c5.jpg);filter:blur(8px);-webkit-filter:blur(4px);height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0;z-index:0}.moelas_logo{z-index:5;width:50vw}@media (max-width: 768px){.moelas_logo{width:90vw}}.sobre{display:flex;flex-direction:column;align-items:center;justify-content:center;height:fit-content;color:#fff;font-size:1.5rem;margin:2rem 10rem;padding:7rem 0 0;height:auto}@media (max-width: 768px){.sobre{margin:2rem;padding:0;font-size:1.1rem}}.shots{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.5rem;padding:5rem 0 0}.shots h1{font-size:2rem;margin-bottom:2rem;justify-content:start}.shots-table{display:flex;align-items:stretch;justify-content:center;width:100%}.shots-table-column-left{border-right:1px solid white;padding-right:2rem}.shots-table-column-right{border-left:1px solid white;padding-left:2rem}.drinks{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.5rem}.drinks-table{display:flex;align-items:stretch;justify-content:center;width:100%}.drink-subcategory{display:flex;justify-content:space-between;font-size:1.2rem}.pagination{display:flex;justify-content:center;align-items:center;margin:0;padding:2rem 0 0;list-style:none}.page-active{font-weight:700;text-decoration:underline}.page-link{display:flex;justify-content:center;align-items:center;cursor:pointer;padding:.6rem;transition:.3s ease-in-out}.page-link:hover{filter:invert(.5)}.search-bar{margin-bottom:20px}.shots-header{display:flex;align-items:center;justify-content:space-around;width:100%}input[type=text]{padding:10px;font-size:16px;font-weight:600;border:1px solid #ccc;border-radius:5px;width:300px;transition:border-color .3s ease-in-out;background-color:var(--color-background);color:#fff}input[type=text]:focus{outline:none}@media screen and (max-width: 430px){.shots{margin:2rem;padding:0}.shots-table{justify-content:start;font-size:1.1rem}.shots-table-column{width:100%}.drinks{margin:2rem}input[type=text]{width:90%}.page-link{padding:.3rem}.nav-item img{width:1rem}}@media screen and (max-width: 680px){.shots-header{flex-direction:column;align-items:center;justify-content:center}}@media screen and (max-width: 768px){.shots{margin:2rem;padding:0}.drinks-table{justify-content:center;font-size:1.1rem}.drinks-table-column{display:flex;flex-direction:column;width:70vw}.drinks{margin:2rem}}.madeby{display:flex;justify-content:space-around;align-items:center;padding:1rem 0;border-top:1px solid rgba(255,255,255,.3)}.madeby-left{display:flex;flex-direction:column;gap:1rem}.madeby a{color:#fff;text-decoration:none}.madeby>*{width:15rem;display:flex;align-items:center;justify-content:center}.madeby-list{display:flex;flex-wrap:wrap;gap:1rem;padding:0}.madeby-list-item{list-style:none}.madeby-list-item a{color:#fff;text-decoration:underline}.madeby-list-item a:hover{color:#727070}.madeby-socials{display:flex;flex-direction:column}.madeby-socials-links{display:flex;gap:2rem}.madeby-socials-links-item{display:flex;flex-direction:row;align-items:center;gap:.5rem}.madeby-socials-links-item img{width:3rem}.madeby-socials-links-item a{color:#fff;text-decoration:none}.madeby-contact{display:flex;flex-direction:column;align-items:center}.madeby-contact a{text-decoration:underline}.madeby-madeby{display:flex;gap:1rem;align-items:center}.madeby-names{display:flex;align-items:center;gap:1rem}@media screen and (max-width: 430px){.madeby{height:auto;flex-direction:column;gap:1.5rem;padding:2rem 0}.madeby-contact{padding-top:1rem}.madeby-list{flex-direction:row;justify-content:space-around;gap:.5rem}.madeby-socials span{padding-bottom:.5rem}.madeby-socials-links{justify-content:space-around;gap:2rem}.madeby-socials-links-item img{width:2.5rem}}.error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}:root{--main-bg-color: rgb(18, 6, 6)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--main-bg-color);color:#fff}html{scroll-behavior:smooth}.App{display:flex;flex-direction:column}.center-row{display:flex;justify-content:center;align-items:center}.center-column{display:flex;flex-direction:column;justify-content:center;align-items:center}.fullscreen{width:100vw;height:100vh}
