* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  background: #4da0b0;
  background: -webkit-linear-gradient(to bottom, #d39d38, #4da0b0);
  background: linear-gradient(to bottom, #d39d38, #4da0b0);
}
h4 {
  text-transform: uppercase;
  margin: 10px 10px 0px 10px; /*arriba derecha abajo */
}
p {
  padding: 10px;
}
#banner {
  background: -webkit-linear-gradient(to top, #d39d38, #4da0b0);
  background: linear-gradient(to top, #d39d38, #4da0b0);
  fallback: for old;
  text-align: center;
  width: 100%;
  height: 420px;
}
*.Titulo {
  height: 100px;
  text-align: center;
  position: relative;
  top: 3px;
}

.imagenpkm {
  display: block;
  margin: auto;
  position: relative;
  top: -22px;
  width: auto;
  height: 323px;
}
#selectores {
  text-align: center;
  margin-top: 10px;
  z-index: -1;
}
select {
  background-color: #8dcac1;
  border: thin solid #974845;
  border-radius: 10px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
}
.cardImg {
  margin-top: 10px;
}
#mostrarpoke {
  margin: 20px;
  display: flex;
  flex-direction: row;
}
.cardSuperior{
  display: flex;
}
.puntosComb{
  flex-direction: row;
  text-align: left;
  margin: 15px;
  font-weight: bold;
  color: #413827;
  width: 150px;
}
.numpkm {
  flex-direction: row-reverse;
  text-align: right;
  margin: 15px;
  font-weight: bold;
  color: #413827;
  width: 150px;
}

.container {
  background-color: #f2e17d;
  width: 260px;
  height: 380px;
  text-align: center;
  margin: 30px;
  box-shadow: 0 10px 20px rgb(65, 56, 39);
  border-radius: 15px;
  float: left;
}
@media (max-width: 412px) {
  .container {
    border-radius: 25px dashed;
    width: auto;
    height: 323px;
  }
  .banner {
    background: -webkit-linear-gradient(to top, #d39d38, #4da0b0);
    background: linear-gradient(to top, #d39d38, #4da0b0);
    fallback: for old;
    text-align: center;
    width: 100%;
    height: 215px;
  }
  .imagenpkm {
    display: flex;
    margin: auto;
    position: relative;
    top: 0px;
    width: auto;
    height: 150px;
  }
  .Titulo {
    height: 50px;
    text-align: center;
    position: relative;
    top: 3px;
    display: flex;
  }

}

@media (max-width: 768px) {
  .banner {
    background: -webkit-linear-gradient(to top, #d39d38, #4da0b0);
    background: linear-gradient(to top, #d39d38, #4da0b0);
    fallback: for old;
    text-align: center;
    width: 100%;
    height: 215px;
  }
  .imagenpkm {
    display: flex;
    margin: auto;
    position: relative;
    top: 0px;
    width: auto;
    height: 300px;
  }
  .Titulo {
    height: 107px;
    text-align: center;
    position: relative;
    top: 3px;
    display: flex;
  }

}
@media (max-width: 414px) {
  #banner {
    background: linear-gradient(to top, #d39d38, #4da0b0);
    text-align: center;
    width: 100%;
    height: 235px;
  }

  #selectores {
    text-align: center;
    margin-left: -67px;
    margin-right: 44px;
  }
  .imagenpkm {
    display: flex;
    margin: auto;
    position: relative;
    top: 9px;
    height: 170px;
    width: 294px;
  }
  .Titulo {
    height: 39px;
    text-align: center;
    position: relative;
    top: 3px;
    display: flex;
  }
 
}
