@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Pacifico&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{background-color:#0f0f0f}:is(h1,h2,h3,h4,p,a,legend,img){color:#f2f2f2;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:400;color:usarColor(textoPrincipal)}a{font-family:Inter,sans-serif;font-size:1.35rem;font-weight:400;color:usarColor(textoPrincipal);color:#4dd0e1}header{display:grid;align-items:center;grid-template-columns:repeat(9,1fr);grid-template-rows:1fr 1fr;height:13vh;width:100vw;background-color:#2a2a2a;box-shadow:0 4px 6px #b2ebf2}header img{grid-column:1;grid-row-start:1;grid-row-end:3;justify-self:center;align-self:center;object-fit:cover;width:58%;border-radius:50%;padding:.625rem}header nav{display:grid;grid-column-start:2;grid-column-end:10;grid-row:2}header nav ul{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:1fr;list-style:none}header nav ul li:nth-child(1){grid-column:1;text-align:center}header nav ul li:nth-child(2){grid-column:2;text-align:center}header nav ul li:nth-child(3){grid-column:3;text-align:center}header nav ul li:nth-child(4){grid-column:6;text-align:center}header nav ul li:nth-child(5){grid-column-start:7;grid-column-end:9;text-align:center}header a{grid-row:1;grid-column:9;justify-self:center;align-self:center}header a:hover{color:#ff5722}header a:active{color:#ff6f00}header .search{grid-column-start:2;grid-column-end:9;background-color:#f2f2f2;border-radius:16px;width:50vw;height:1.85rem;align-self:center;justify-self:center}main{display:flex;flex-direction:column;justify-items:center;align-items:center;margin-top:2rem}main p{text-align:center;align-self:center}main button{display:flex;justify-content:center;align-items:center;width:21.25rem;height:2.1875rem;background-color:#ff5722;color:#f2f2f2;font-family:Inter,sans-serif;font-size:1.35rem;font-weight:400;color:usarColor(textoPrincipal);border-radius:.625rem;border-color:#ff6f00;margin:1rem}main button:hover{background-color:#ff6f00}main button:active{color:#330b2c}
