@import url(https://fonts.googleapis.com/css2?family=Anton&family=Montserrat&display=swap);*{padding:0;margin:0;box-sizing:border-box}html{font-size:62.5%}body{background-color:#f1f1f1;background-color:var(--standard-color);margin:0;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.6rem}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}ol,ul{list-style:none}:root{--white-color:#fff;--standard-color:#f1f1f1;--clouds-color:#ecf0f1;--concrete-color:#95a5a6;--silver-color:#bdc3c7;--asbestos-color:#7f8c8d}.ContainerGeneral{width:80%;margin:0 auto}.lds-ripple{display:block;position:relative;width:80px;height:80px;margin:3rem auto auto}.lds-ripple div{position:absolute;border:4px solid #000;opacity:1;border-radius:50%;-webkit-animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.lds-ripple div:nth-child(2){-webkit-animation-delay:-.5s;animation-delay:-.5s}@-webkit-keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}@keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}.currentWeather{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;padding:10px;margin-top:3rem}.currentWeather h2{font-size:1.8rem;margin-bottom:5px}.currentWeather--details{display:flex;flex-direction:column;width:100%;padding-bottom:3rem}.currentWeather--stats{display:flex;justify-content:space-between}.currentWeather--stats li{display:flex;flex-direction:column;align-items:center}.subtitle{font-size:1.6rem;font-weight:700;margin-top:1rem}.subvalue{font-size:3rem;font-family:Anton,sans-serif}.currentWeather--actual{text-align:center}.currentWeather--img{margin:auto 0}.currentWeather--img img{-webkit-filter:drop-shadow(5px 5px 2px rgba(60,60,60,.611764705882353));filter:drop-shadow(5px 5px 2px #3c3c3c9c)}.currentTemperature{display:flex;justify-content:center}.tempCurrent{font-family:Anton,sans-serif;font-size:14rem;text-align:center}.location{font-size:2rem;text-align:center;font-weight:700;margin-bottom:-1.8rem}@media screen and (max-width:425px){.tempCurrent{font-family:Anton,sans-serif;font-size:4rem;text-align:center;display:flex;align-items:center}.location{margin-bottom:0}.currentWeather--stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}}.day{text-align:center;font-size:1.8rem;border-right:1px solid var(--asbestos-color);padding-right:20px}.day:last-child{border-right:none}.day img{margin:5px 0;object-fit:cover}.tempMax{font-weight:700}.day__temp{width:100%;display:flex;flex-direction:column}.day__img{width:60px}@media screen and (max-width:425px){.day{min-width:150px;margin-right:20px}}.DailyGeneral{border-top:1.5px solid var(--asbestos-color);margin-top:3rem;padding-top:2rem}.DailyGeneral h2{margin-bottom:2rem}.daily{display:flex;justify-content:space-between;width:100%;overflow:scroll;margin:0 auto 4rem}.Hour{background-color:var(--white-color);padding:10px 20px;border-radius:20px;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:center}.HourTemp{font-size:1.8rem;font-weight:700}@media screen and (max-width:425px){.Hour{margin-right:20px}}.HoursGeneral{border-top:1.5px solid var(--asbestos-color);margin-top:3rem;padding-top:2rem}.Hours{display:flex;justify-content:space-around;width:100%;height:200px;margin:30px auto;padding:10px;max-width:1024px;overflow:scroll}.hours li{margin:30px 0}
/*# sourceMappingURL=main.1079ff4a.chunk.css.map */