@charset "UTF-8";*{padding:0;margin:0;box-sizing:border-box}#root{display:flex;flex-direction:column;align-items:center;width:100vw;background-color:#faebd7;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}.header{display:flex;justify-content:space-between;align-items:center;height:16vh;width:100vw;background-color:#f25f5c}.nav{display:flex;width:90vw;flex-direction:row;flex-wrap:nowrap;justify-content:space-around}.nav>ul{display:flex;justify-content:space-around;list-style:none;width:90vw}a{font-size:1.2rem;font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}@media only screen and (min-width: 1200px){a{font-size:1.4rem}}.main{min-height:74vh}.createPokemon{display:flex;flex-wrap:wrap;justify-items:center;flex-direction:column;width:50vw;text-align:center}h1{color:#70c1b3}.createPokemon>select,.createPokemon>input,.createPokemon>label{color:#70c1b3;padding-left:30%;margin-top:6%;border-radius:5px;border:none;height:3vh}.createPokemon>button{background-color:#ea4c89;border-radius:8px;border-style:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;height:5vh;padding:10px 16px;position:relative;text-align:center;text-decoration:none;transition:color .1s;vertical-align:baseline;margin:1vh 0}.createPokemon>button:hover{background-color:#f082ac}@media only screen and (min-width: 1200px){.createPokemon>button{height:8vh;font-size:1.4rem}.createPokemon>select,.createPokemon>input,.createPokemon>label{height:5vh;font-size:1.2rem;padding-left:40%;margin-top:3%}h1{font-size:1.8rem;text-align:center;margin-top:10%}}.searchForm{display:flex;flex-wrap:wrap;justify-items:center;flex-direction:column;width:50vw;text-align:center;padding-top:10vh}.searchForm>input{color:#70c1b3;padding-left:25%;margin-top:6%;border-radius:5px;border:none;height:3vh;margin-bottom:8vh}.searchForm>button{background-color:#ea4c89;border-radius:8px;border-style:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;height:5vh;padding:10px 16px;position:relative;text-align:center;text-decoration:none;transition:color .1s;vertical-align:baseline;margin:1vh 0}.searchForm>button:hover{background-color:#f082ac}@media only screen and (min-width: 1200px){.searchForm>button{height:8vh;font-size:1.4rem}.searchForm{width:40vw}.searchForm>input{height:5vh;font-size:1.2rem;padding-left:35%}h1{font-size:1.8rem;text-align:center;margin-top:10%}}.homeListPokemon{display:grid;grid-template-columns:repeat(2,1fr)}.cardPokemon{margin:.5em;justify-content:center;box-shadow:#573102 5px 6px 20px;cursor:pointer;color:#006494;border-radius:10px;width:45vw;padding:0 5%}.cardPokemon>a>img{width:35vw;margin:auto;position:relative}.cardPokemon>p{font-weight:700}.typesCreate>span{display:flex;margin-right:8%;font-weight:600;font-style:oblique}h3{color:#70c1b3}@media only screen and (min-width: 1200px){.cardPokemon{font-size:1.8rem;padding:2% 5%}}.detailCard{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:150px;padding-bottom:10px;list-style:none;justify-content:center;align-items:center}.detailCard img{max-width:80vw}.description{padding:10px;font-size:30px}.info{display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:20px;margin:20px;border-radius:10px;box-shadow:2px 5px 18px 5px #000000b8}.info>h1{font-size:1.2rem;color:#006494;padding:20px;border-radius:10px}.info>h2{margin:10px}.types{display:flex;flex-direction:column;list-style:none;font-size:21px;padding:10px}.types>li{border-radius:20px;padding:5px 50px}.description{quotes:"«" "»";font-style:italic;font-size:20px;text-align:center}.normal,.fire,.water,.grass,.ice,.electric,.poison,.rock,.flying,.psychic,.ghost,.bug,.dragon,.ground,.fighting,.steel,.shadow,.dark,.fairy{display:flex;flex-direction:row;font-size:21px;padding:0 10px;align-items:center}.normal{color:#a8a090}.fire{color:#f05030}.water{color:#3899f8}.grass{color:#78c850}.ice{color:#58c8e0}.electric{color:#f8d030}.poison{color:#b058a0}.rock{color:#b8a058}.flying{color:#98a8f0}.psychic{color:#f870a0}.ghost{color:#6060b0}.bug{color:#a8b820}.dragon{color:#7860e0}.ground{color:#e9d6a4}.fighting{color:#a05038}.steel{color:#a8a8c0}.shadow{color:#362a3d}.dark{color:#7a5848}.fairy{color:#e79fe7}.moves{display:flex;list-style:none}.moves>li{margin:0 10px}.bodyPokemon{display:flex;justify-content:space-evenly;background-color:#fff;border-radius:10px;margin:10px}.bodyPokemon>li{margin:0 10px;list-style:none}.baseStats{display:flex;flex-direction:column;list-style:none;margin-top:10px}.baseStats li{display:flex;justify-content:flex-start;align-items:center;margin-right:10px}.baseStats li progress{width:50vw;margin:0 20px}.baseStats>p{display:flex;justify-content:flex-end}@media only screen and (min-width: 1200px){.baseStats li progress{width:50vw;height:5vh;margin:0 20px}.baseStats li{font-size:1.4rem;font-weight:500}.bodyPokemon,.types>li,.description,.moves{font-size:1.5rem}h2{font-size:1.8rem}.info>h1{font-size:3rem}}.footer{height:10vh;width:100vw;text-align:center;color:#ffe066;background-color:#f25f5c;font-size:larger}
