@font-face{font-family:poppins;src:url(poppins.8081832fc5cfbf634aa6.ttf);font-weight:400;font-style:normal}@font-face{font-family:manrope;src:url(manrope.b1d694f660569a9a9ee6.ttf);font-weight:400;font-style:normal}*{font-family:poppins,Calibri,Trebuchet MS,sans-serif;font-size:17px;text-decoration:none;list-style:none;margin:0;padding:0;color:#000}body{width:100%;height:100%;background:#fff}#cabecera{width:100%;display:flex;justify-content:center}#enlaces,#header,#logo,#paginacion{display:flex;flex-direction:row;align-items:center}#header{width:100%;max-width:1400px;margin:0 auto;background:#fff;justify-content:space-between;position:fixed}#enlaces,#logo{margin:20px}#logo img{width:50px;height:50px}#logo h5{margin-left:10px;font-size:40px}#enlaces li{margin:7px}#enlaces a{font-size:22px}#enlaces a:hover{color:darkred;text-shadow:0 0 5px #ccc}#listado{width:100%;max-width:1400px;margin:0 auto;background:#fff}#pokemones{width:100%;padding-top:100px;padding-bottom:50px;border-top:1px solid grey;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.card-poke{width:170px;display:flex;flex-direction:column;align-items:center;background:#f5f5f5;margin:10px;border-radius:10px;padding:10px;transition:all .6s}.card-poke:hover{background:#fdd}.card-poke img{width:150px;height:150px;margin-bottom:20px}.card-poke h1{margin-bottom:25px;font-family:manrope}.pokebola img{width:35px;height:35px;cursor:pointer;transition:all .5s}.pokebola img:hover{filter:drop-shadow(0 0 5px rgb(185,185,185))}#paginacion{width:100%;justify-content:center;padding-bottom:40px}#paginacion button{width:120px;margin:10px;padding:10px;border-radius:5px;border:0;background:#d60909;color:#f5f5f5;box-shadow:0 0 5px #bbb;cursor:pointer;transition:all .5s}#paginacion button:hover{background:#f31d1d}#sin-pokemones{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}#sin-pokemones img{width:400px}#detail-pkm{width:100%;height:100vh;max-width:1400px;margin:0 auto;background:#fff}#detail-pkm,#pkm-img{display:flex;flex-direction:row}#pkm-img{width:40%;align-items:center;justify-content:center;margin-top:100px;margin-bottom:15px;background:#f5f5f5;margin-left:20px;border-radius:10px}#pkm-img img{width:90%;margin:0 auto;padding-bottom:50px;object-fit:scale-down;filter:drop-shadow(2px 4px 6px rgb(207,207,207))}#pkm-desc{width:60%;margin-top:100px;padding:10px;margin-bottom:15px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.item-desc{width:29%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#f5f5f5;border-radius:5px;margin:7px;transition:all .5s}.item-desc:hover{background:#ffcbd5}.item-desc h4{font-weight:lighter;color:grey}.item-desc h4,.item-desc p{width:90%;margin:0 auto;text-align:center}.item-desc p{font-size:23px;font-weight:700;color:#222}.item-desc img{width:55%;margin:0 auto;filter:drop-shadow(2px 4px 6px rgb(207,207,207))}.item-desc ul{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.item-desc ul li{text-align:left;background:#fff;border-radius:5px;padding:3px;margin:5px;box-shadow:0 0 3px #f0f0f0}@media (max-width:1024px){*{font-size:15px}.card-poke{width:200px}}@media (max-width:1000px){.item-desc p{font-size:21px}.item-desc span,.item-desc strong{font-size:13px}}@media (max-width:900px){#detail-pkm{flex-direction:column;background:linear-gradient(30deg,#ffbae0,#ffaed4)}#pkm-img{width:auto;height:30%;margin-bottom:0;margin-left:0;border-radius:0;background:none}#pkm-img img{width:auto;height:80%}#pkm-desc{width:auto;height:70%;margin-top:0;margin-bottom:0;justify-content:space-around;padding:0 0 15px}.item-desc{background:#fff}.item-desc:hover{background:#fff;box-shadow:0 0 5px #d8d8d8}#sin-pokemones{display:none}}@media (max-width:500px){#pokemones{justify-content:space-around;padding-top:70px}#enlaces,#logo{margin:10px}#logo img{width:40px;height:40px}#logo h5{font-size:25px}#enlaces a{font-size:18px}#pkm-img{height:25%}#pkm-desc{height:75%}.item-desc h4{font-size:13px}.item-desc p{font-size:16px}.item-desc span,.item-desc strong{font-size:11px}.card-poke{width:180px}}@media (max-width:460px){.card-poke{width:35%}.card-poke img{width:120px;height:120px}.pokebola img{width:35px;height:35px}}@media (max-width:400px){.item-desc{width:46%}.item-especial{display:none}}@media (max-width:370px){#pkm-img{height:20%;margin-top:80px}#pkm-img img{padding-bottom:30px}#pkm-desc{height:80%}.item-desc{width:45%}.item-desc h4{font-size:12px}.item-desc p{font-size:15px}}@media (max-width:300px){#detail-pkm{height:auto}#pkm-img{width:100%}#pkm-img img{width:80%;margin:0 auto}.card-poke{width:100%}.item-desc{width:100%;padding-top:7px;padding-bottom:7px}}