@import url("https://fonts.googleapis.com/css2?family=Rampart+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
.search__title {
  font-size: 35px;
}

.results__title {
  color: grey;
}

.h3 {
  pointer-events: none;
}

.input {
  width: 90%;
  border: transparent;
  border-bottom: 2px solid #000;
  font-size: 22px;
  margin-left: 20px;
}

.input:focus {
  outline: none;
}

.search__select {
  border: transparent;
  font-size: 15px;
  font-weight: 500;
}

.search__label {
  color: grey;
  font-size: 22px;
  font-weight: 600;
  margin-right: 8px;
  margin-left: 15px;
}

.fa-search {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.paginationBtn, .search__button {
  width: 50px;
  height: 50px;
  color: #FFF;
  font-size: 20px;
  background-color: #FF0000;
  border: none;
  border-radius: 5px;
  margin: 5px;
  -webkit-filter: drop-shadow(2px 2px 2px #515151);
          filter: drop-shadow(2px 2px 2px #515151);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.paginationBtn:hover, .search__button:hover {
  background-color: #515151;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.fas {
  pointer-events: none;
}

.search__button {
  width: 120px;
}

.banner__header {
  width: 100%;
  height: 80px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title__header {
  width: 350px;
  height: 100%;
  background-color: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h1__header {
  font-family: "Rampart One", cursive;
  color: #fff;
  font-size: 50px;
  font-style: italic;
  -webkit-filter: drop-shadow(3px 3px 2px #000);
          filter: drop-shadow(3px 3px 2px #000);
}

.image__header {
  width: 100%;
  height: 400px;
  background-image: url(https://dam.smashmexico.com.mx/wp-content/uploads/2018/12/marvel-legacy-portadas-smash-.jpg);
  background-size: cover;
  margin-bottom: 20px;
  image-rendering: optimizeQuality;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Rajdhani", sans-serif;
  padding: 40px;
}

.search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px;
  margin-bottom: 40px;
}

.search__input {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__filters {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.search__type__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comic, .character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 30px 0;
  padding-right: 30px;
}

.comic__cover, .character__picture {
  width: 350px;
  height: auto;
  margin-right: 40px;
}

.character__picture {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.comic__results, .character__results {
  width: 200px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-right: 20px;
}

.comics, .characters {
  width: 190px;
  height: 270px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-filter: drop-shadow(2px 2px 2px #515151);
          filter: drop-shadow(2px 2px 2px #515151);
}

.comic-results-title, .character-results-title {
  width: 180px;
  height: auto;
  pointer-events: none;
}

.character__results {
  background-color: red;
  overflow: hidden;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.characters {
  width: 200px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-filter: none;
          filter: none;
}

.character-results-title {
  background-color: transparent;
  color: #FFF;
  text-align: center;
  margin-top: 10px;
}

.comics:hover, .characters:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-filter: drop-shadow(2px 2px 2px #515151);
          filter: drop-shadow(2px 2px 2px #515151);
}

.characters:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-filter: drop-shadow(2px 2px 2px #515151);
          filter: drop-shadow(2px 2px 2px #515151);
}

.character__results:hover {
  background-color: #515151;
  border: 4px solid red;
}

.character__results:hover .character-results-picture {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-filter: none;
          filter: none;
}

.results__grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.results__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.character__picture:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-filter: none;
          filter: none;
}

@media screen and (max-width: 500px) {
  .search__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  .search__input {
    width: 100%;
    margin-bottom: 20px;
  }
  .search__filters {
    width: 100%;
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container {
    padding: 10px;
  }
  .results__grid {
    width: 100%;
  }
  .title__header {
    width: 200px;
  }
  .h1__header {
    font-size: 30px;
  }
  .comic, .character {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding-right: 0;
  }
  .comic__cover, .character__picture {
    width: 350px;
    height: auto;
    margin-right: 0;
  }
  .image__header {
    width: 100%;
    height: 200px;
    background-image: url(https://dam.smashmexico.com.mx/wp-content/uploads/2018/12/marvel-legacy-portadas-smash-.jpg);
    background-size: cover;
    margin-bottom: 20px;
    image-rendering: optimizeQuality;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}
/*# sourceMappingURL=main.css.map */