/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}:root{--primary-color: #188df0;--secondary-color: #1d2028;--tertiary-color: #8390a6;--border-color: #00487f;--azul-claro: #34b5ff;--gris-oscuro: #313641;--white-color: #fff}html{box-sizing:border-box;font-size:62.5%}*,*:before,*:after{box-sizing:inherit}body{font-family:IBM Plex Mono,system-ui,-apple-system,sans-serif;font-size:1.6rem;background-color:var(--secondary-color)}a{text-decoration:none}ul{list-style:none;padding:0;margin:0}h1,h2,h3,h5,p,figure{margin:0;padding:0}h1,h2,h3{font-family:"Press Start 2P",system-ui}h2{text-transform:uppercase}.container{width:min(90%,120rem);margin:0 auto}.err{color:var(--white-color);text-align:center}.header{background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;height:96px}.header__container{display:flex;justify-content:center;align-items:center;width:90vw}.header__emoji,.header__title{font-size:2.4rem}.header__title{line-height:1.6rem;color:var(--secondary-color)}main{display:flex;flex-direction:column-reverse}@media (min-width: 1025px){main{justify-content:center;flex-direction:row;gap:7rem}}.products-section{margin-top:0}@media (min-width: 1024px){.products-section{margin-top:5rem}}.products-section h2{font-weight:400;color:var(--tertiary-color);font-size:2.4rem;line-height:24px;text-align:center;margin-bottom:4rem}.products-container{margin:0 auto}@media (min-width: 1024px){.products-container{margin-left:0;margin-right:0}}.scroll-container{display:flex;gap:1rem;overflow-x:scroll;scroll-snap-type:x mandatory;padding:0 0 1.5rem .5rem}.scroll-container::-webkit-scrollbar{width:8px;height:.5rem}.scroll-container::-webkit-scrollbar-thumb{border-radius:1rem;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color))}@media (min-width: 768px){.scroll-container{box-shadow:-12px 10px 5.8px #313641;max-width:678px;height:50vh;flex-wrap:wrap;justify-content:center;row-gap:78px;padding:1.5rem;overflow-y:scroll;overflow-x:hidden;scroll-snap-type:y mandatory}}.card{height:258px;border-radius:10px;border:3px solid var(--white-color);padding:7px 10px 10px;box-shadow:-5px 6px 3.3px 0 var(--border-color);background-color:var(--primary-color)}.card-img-container{display:flex;justify-content:center}.card-img-top{width:176px;height:174px;border-radius:10px;border:3px solid var(--white-color)}.card-title{margin-top:1rem;font-size:1.5rem;font-weight:400;line-height:19.5px;color:var(--secondary-color)}.card-actions{display:flex;margin-top:1rem;align-items:center;justify-content:space-between}.card-price{font-weight:700;font-size:1.6rem;line-height:20.8px;color:var(--secondary-color)}.card-actions img{cursor:pointer}.card-actions button{background:transparent;border:none}.form-section{margin-top:5rem}.form-section__container{display:flex;flex-direction:column;height:517px}@media (min-width: 1025px){.form-section__container{width:472px}}.form-section h2{font-weight:400;color:var(--tertiary-color);font-size:2.4rem;line-height:24px;text-align:center}.product-form{display:flex;flex-direction:column;gap:4rem;margin-top:4rem}.product-form__input{width:100%;height:58px;border-radius:30px;border:3px solid var(--border-color);outline:none;padding-left:12.64px}.product-form__input:focus{box-shadow:0 0 0 .4rem var(--azul-claro)}.product-form__input::placeholder{font-weight:600;line-height:20.8px;font-size:1.6rem;color:var(--border-color)}.product-form__actions{display:flex;gap:1.3rem;justify-content:center;margin-bottom:1rem}.product-form__button{border-radius:15px;font-weight:500;font-size:2rem;line-height:26px;text-align:center;width:100%;height:55px;-webkit-user-select:none;user-select:none;cursor:pointer;transition:background-color .3s ease,color .3s ease,border .3s ease}.product-form__button--submit{border:none;color:var(--white-color);background-color:var(--border-color)}.product-form__button--submit:hover{background:var(--azul-claro);color:var(--secondary-color)}.product-form__button--reset{border:3px solid var(--border-color);color:var(--white-color);background:transparent}.product-form__button--reset:hover{color:var(--secondary-color);border:3px solid var(--azul-claro);background:var(--azul-claro)}.footer{margin-top:5rem;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;height:232px;color:var(--secondary-color)}.footer__container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:90vw;gap:1rem}.footer-title__container{display:flex;align-items:center}.footer__emoji,.footer__title{font-size:2.4rem}.footer__title{line-height:1.6rem}.footer__link{display:flex;justify-content:center;align-items:center;transition:color .3s ease;color:var(--secondary-color)}.footer__link:hover{color:#000}.footer__by,.footer__copy{text-transform:uppercase;line-height:16px}.footer__copy{font-weight:200}
