.footer-home{background-color:red;position:fixed;bottom:0;height:10vh;width:100%}.footer_up{height:5vh;position:absolute}.footer-img{width:40px;aspect-ratio:1;position:relative;left:50%;top:30%;animation-name:rotate;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}@keyframes rotate{0%{transform:scale(1),rotate(0);-webkit-transform:scale(1),rotate(0deg);-moz-transform:scale(1),rotate(0deg);-ms-transform:scale(1),rotate(0deg);-o-transform:scale(1),rotate(0deg)}to{transform:scale(1.2) rotate(90deg);-webkit-transform:scale(1.2),rotate(90deg);-moz-transform:scale(1.2),rotate(90deg);-ms-transform:scale(1.2),rotate(90deg);-o-transform:scale(1.2) rotate(90deg)}}.header-conteiner{width:100%;background-color:#fbae3c;box-shadow:1px 13px 6px -10px #000000a3;-webkit-box-shadow:1px 13px 6px -10px rgba(0,0,0,.64);-moz-box-shadow:1px 13px 6px -10px rgba(0,0,0,.64);margin-bottom:20px;padding:10px}.header-img{max-width:1200px;width:100%;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;margin:0 auto}.header-pokemon{width:100%;max-width:500px;height:auto;animation:mover alternate-reverse 2s;-webkit-animation:mover alternate-reverse 2s}.header-pokebol{width:100%;max-width:100px;height:auto;animation:rotate alternate 2s infinite;-webkit-animation:rotate alternate 2s infinite}@keyframes rotate{0%{transform:rotate(0);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg)}to{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg)}}@keyframes mover{to{transform:translate(100%);-webkit-transform:translate(100%,0%);-moz-transform:translate(100%,0%);-ms-transform:translate(100%,0%);-o-transform:translate(100%,0%)}}.home__conteiner{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background-image:url(/assets/bg.76fe17b9.png);background-repeat:no-repeat;background-size:cover}.home-img{max-width:500px;margin:0 auto 40px;animation:mover alternate-reverse 2s;-webkit-animation:mover alternate-reverse 2s}.home-text{color:#fff;text-transform:uppercase;font-weight:900;text-shadow:black .3em .1em .1em}.home-form{margin-bottom:10px;display:flex;flex-wrap:wrap;justify-content:center;row-gap:10px;gap:10px}.home-text{margin-bottom:5px}.home-input{display:block;padding:8px 12px}.search-input{padding:5px 12px}.homte-btn,.search-btn,.select-btn{padding:5px;text-transform:uppercase;font-weight:600;color:#fbae3c;background-color:#fff;cursor:pointer;border:0;box-shadow:3px 3px 4px 2px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;transition:transform .2s ease}.homte-btn:hover,.search-btn:hover{transform:scale(1.05);transition:transform .2s ease;-webkit-transition:transform .2s ease;-moz-transition:transform .2s ease;-ms-transition:transform .2s ease;-o-transition:transform .2s ease}.card{width:100%;max-width:300px;border-radius:8px;overflow:hidden;background:rgb(224,215,208);background:linear-gradient(274deg,rgba(224,215,208,1) 1%,rgba(224,215,208,1) 100%);box-shadow:0 1px 7px #0003;border:7px solid #b1dbbc;cursor:pointer;transition:transform .2s ease}.card:hover{transform:scale(1.05);transition:transform .2s ease;-webkit-transition:transform .2s ease;-moz-transition:transform .2s ease;-ms-transition:transform .2s ease;-o-transition:transform .2s ease}.card__avatar{position:absolute;width:60%;left:50%;top:15px;transform:translate(-50%)}.card__body{margin-top:70px}.card__name{text-align:center;text-transform:capitalize;font-weight:500;font-size:23px;margin-bottom:5px}.card__list-type{display:flex;gap:15px;justify-content:center}.card__item-type{font-weight:300;text-transform:capitalize;font-size:15px}.card__item-type:nth-child(2){position:relative}.card__item-type:nth-child(2):before{content:"/";position:absolute;left:-11px;font-weight:500}.card__hr{border:none;border-top:.5px solid #e5e5e5}.card__footer{margin:15px 0 25px;padding-left:10px;padding-right:10px}.card__list-stats{display:grid;justify-content:center;grid-template-columns:repeat(3,1fr);gap:10px;flex-wrap:wrap}.card__stat{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:5px}.card__stat-title{font-weight:400;text-transform:uppercase;font-size:14px;text-align:center}.cards-container{display:flex;justify-content:center;gap:60px 20px;padding-bottom:100px;flex-wrap:wrap;width:100%}.cards-title{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;gap:10px 10px;padding:50px 20px;color:#fff;text-shadow:1px 2px 3px black}.pokedex-conteiner{max-width:1200px;margin:0 auto}h2>span{color:#fbae3c;text-shadow:1px 2px 3px black;text-transform:uppercase}.wrappe-pokedex{background-image:url(/assets/blob-scene-haikei.c712df83.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.paginations{display:flex;flex-direction:column;align-items:center;gap:10px;justify-content:center;text-align:center}.numberPages{display:flex;cursor:pointer;flex-wrap:wrap;justify-content:center;align-items:center;padding:0 0 20px;gap:20px;font-size:10px}.numberPages li,.btn-pages,.numberpages__actual{border:1px solid;padding:5px 8px;color:#fbae3c;background-color:#fff;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;font-size:15px;text-shadow:1px 1px .5px black;transition:transform .2s ease;-webkit-transition:transform .2s ease;-moz-transition:transform .2s ease;-ms-transition:transform .2s ease;-o-transition:transform .2s ease;outline:none}.numberPages li:hover,.btn-pages:hover,.numberpages__actual:hover{transform:scale(1.15);transition:transform .2s ease;-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);outline:none}.numberpages__actual{font-size:20px;color:gray;display:block}.active-page{color:gray;outline:none}.cardd{display:flex;flex-direction:column;border-radius:8px;border:7px solid #b1dbbc;box-shadow:0 1px 7px #0003;width:100%;padding:20px}.details{background-color:red}.card__headerd{width:100%;margin:0 auto;text-align:center}.card__avatard{max-width:500px;width:100%}.poked{padding:5px}.card__named{text-align:center;text-transform:capitalize;font-weight:500;font-size:40px;margin-bottom:15px;padding:10px}.card__info-container{display:grid;align-items:center;justify-content:center;grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));margin-bottom:20px}.card__list-typed,.abilities{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;justify-content:center;margin:0 auto}.card__list__title,.abilities__title{grid-column:1/-1;text-align:center;padding:20px}.card__item-typed,.ability{font-weight:700;text-transform:capitalize;font-size:14px;color:#fff;padding:20px;display:flex;align-items:center;justify-content:center;margin:0 auto}.card__footerd{max-width:1200px;width:100%;margin:0 auto;padding:20px;box-shadow:0 7px 5px 4px #9c9c9cbf;-webkit-box-shadow:0px 7px 5px 4px rgba(156,156,156,.75);-moz-box-shadow:0px 7px 5px 4px rgba(156,156,156,.75)}.card__hrd{border:none;border-top:.5px solid #e5e5e5}.card__list-statsd{display:grid;justify-content:center;grid-template-columns:repeat(3,1fr);padding:20px;gap:10px;flex-wrap:wrap;font-weight:700;font-size:40px}.moves_list{margin-top:40px;display:flex;flex-wrap:wrap;padding:20px;gap:20px;justify-content:center;align-items:flex-end;box-shadow:0 7px 5px 4px #9c9c9cbf;-webkit-box-shadow:0px 7px 5px 4px rgba(156,156,156,.75);-moz-box-shadow:0px 7px 5px 4px rgba(156,156,156,.75)}.moves__title{display:block;width:100%;text-align:center}.moves{background-color:#e5e5e5;border:1px solid rgb(172,169,169);padding:5px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;color:#151414}.moves:hover{background-color:#cac6c6;color:#fff}.card__header{position:relative;height:120px}.bg-normal,.bg-unknown{background:linear-gradient(177.03deg,#b3b3b3 -11.97%,#bababa 57.49%,#d3d3d3 135.64%)}.bg-fighting{background:linear-gradient(176.83deg,#96402a -8.78%,#f1613c 169.09%,#cb735d 242.33%)}.bg-flying{background:linear-gradient(181.51deg,#735259 -6.44%,#bc6b7c 121.95%,#7c3f4c 186.11%)}.bg-poison{background:linear-gradient(177.03deg,#5b3184 -11.97%,#a564e3 71.28%,#ce9bff 135.64%)}.bg-ground{background:linear-gradient(179.75deg,#654008 -19.96%,#895c1a 43.67%,#d69638 138.4%)}.bg-rock{background:linear-gradient(177.03deg,#7e7e7e -11.97%,#8d8d94 57.49%,#d3d3d3 135.64%)}.bg-bug{background:linear-gradient(177.56deg,#62db60 -58.92%,#3bb039 16.57%,#aaffa8 209.53%)}.bg-ghost{background:linear-gradient(177.03deg,#323569 -11.97%,#454aa8 57.49%,#787dda 135.64%)}.bg-steel{background:linear-gradient(179.75deg,#5e736c -19.96%,#728881 43.67%,#a8a8a8 138.4%)}.bg-fire{background:linear-gradient(176.37deg,#f96d6f -32.26%,#e35825 22.55%,#e8ae1b 125.72%)}.bg-water{background:linear-gradient(179.57deg,#133258 -70.14%,#1479fb 56.16%,#82b2f1 214.85%)}.bg-grass{background:linear-gradient(178.92deg,#7ec6c5 .92%,#abdac6 47.96%,#cae099 99.08%)}.bg-electric{background:linear-gradient(to top,rgba(255,253,165,1) 0%,rgba(252,224,70,1) 100%)}.bg-phychic{background:linear-gradient(179.75deg,#971b45 -19.96%,#c23867 43.67%,#cd7d98 138.4%)}.bg-ice{background:linear-gradient(177.03deg,#6fbedf -11.97%,#64cbf5 47.77%,#bdebfe 136.72%)}.bg-dragon{background:linear-gradient(179.75deg,#478a93 -19.96%,#56a4ae 43.67%,#a2bec1 138.4%)}.bg-dark,.bg-shadow{background:linear-gradient(177.03deg,#030706 -11.97%,#0d1211 57.49%,#5a5e5d 135.64%)}.bg-fairy{background:linear-gradient(to top,rgba(255,126,245,1) 0%,rgba(250,223,243,1) 100%)}.shadow-border-text{text-shadow:4px 0px 2px rgba(0,0,0,.6)}.color-normal,.color-unknown{border-color:#bababa}.color-fighting{border-color:#96402a}.color-flying{border-color:#bc6b7c}.color-poison{border-color:#a564e3}.color-ground{border-color:#895c1a}.color-rock{border-color:#8d8d94}.color-bug{border-color:#3bb039}.color-ghost{border-color:#454aa8}.color-steel{border-color:#728881}.color-fire{border-color:#e35825}.color-water{border-color:#1479fb}.color-grass{border-color:#7ec6c5}.color-electric{border-color:#fce046}.color-phychic{border-color:#c23867}.color-ice{border-color:#64cbf5}.color-dragon{border-color:#56a4ae}.color-dark,.color-shadow{border-color:#0d1211}.color-fairy{border-color:#ff7ef5}.color-text-normal,.color-text-unknown{color:#bababa}.color-text-fighting{color:#96402a}.color-text-flying{color:#bc6b7c}.color-text-poison{color:#a564e3}.color-text-ground{color:#895c1a}.color-text-rock{color:#8d8d94}.color-text-bug{color:#3bb039}.color-text-ghost{color:#454aa8}.color-text-steel{color:#728881}.color-text-fire{color:#e35825}.color-text-water{color:#1479fb}.color-text-grass{color:#7ec6c5}.color-text-electric{color:#fce046}.color-text-phychic{color:#c23867}.color-text-ice{color:#64cbf5}.color-text-dragon{color:#56a4ae}.color-text-dark,.color-text-shadow{color:#0d1211}.color-text-fairy{color:#ff7ef5}*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background-color:#f1f1f1;height:100vh}h1,h2,h3,h4,p,ul{margin-top:0;margin-bottom:0}ul{padding-left:0;list-style:none}a{text-decoration:none;color:inherit;font-family:inherit}img{width:100%}input{outline:0;font-family:inherit}button{font-family:inherit}
