@import url(https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap);
.container {
  background-color: transparent;
}

#apollo-body {
  aspect-ratio: 1;
  width: 500px;
  height: 500px;
  margin: 0 auto;
  text-align: center;
  background-color: transparent !important;
}
#apollo-body.pollodeapollo {
  height: 400px;
}
#apollo-body img.pollodeapollo {
  width: 400px;
}

.body {
  background-color: transparent !important;
  min-width: 300px;
  max-width: 300px;
  min-height: 500px;
  width: 300px;
  display: block;
  flex-flow: column;
  margin: 0 auto;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.body .upper {
  height: 7rem;
  /*border: red 1px dotted;*/
  text-align: center;
}
.body .upper object, .body .upper img {
  /*max-height: 100%;*/
  margin: 0 auto;
  z-index: 10;
  margin-top: 1%;
  position: relative;
  max-width: 100%;
  margin-left: 0%;
}
.body .head {
  height: 400px;
  /*border: green 1px dotted;*/
  text-align: center;
}
.body .head object, .body .head img {
  max-height: 100%;
  margin: 0 auto;
  max-width: 80%;
}
.body .head .eyes {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -295px;
}
.body .head .eyes object, .body .head .eyes img {
  position: relative;
  z-index: 0;
  display: block;
  margin-left: 4px;
  max-width: 300px;
}
.body .head .beak {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -30px;
}
.body .head .beak object, .body .head .beak img {
  position: relative;
  z-index: 15;
  display: block;
  max-width: 300px;
}
.body .lower {
  height: 20%;
  text-align: right;
  margin-top: -240px;
  position: relative;
}
.body .lower .txt {
  font-family: "Kalam", cursive;
  z-index: 10;
  font-size: 45px;
  line-height: 48px;
  text-align: right;
  width: 100%;
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  -webkit-text-stroke: 1px white;
  float: right;
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 500px) {
  #apollo-body img.pollodeapollo {
    width: 350px;
  }
}
#variants {
  width: 100%;
  margin: 0 auto;
  font-family: "source-sans-pro", sans-serif;
}
#variants h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  margin: 20px 0;
}
#variants .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
#variants .items .item {
  border: 1px solid #000;
  border-radius: 10px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px !important;
  max-width: 90px;
  cursor: pointer;
  transition: all 0.125s linear;
}
#variants .items .item object, #variants .items .item img {
  pointer-events: none;
}
#variants .items .item img {
  padding: 10%;
  max-width: 70%;
}
#variants .items .item:hover {
  border: 2px solid #F9DC0A;
}
#variants .items input[type=text] {
  font-size: 20px;
  border-radius: 10px;
  border: 1px solid;
  padding: 5px;
}

#colors .items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
#colors .items .item {
  border-radius: 50px;
  aspect-ratio: 1;
  display: flex;
}
#colors .items .item object {
  pointer-events: none;
}

#parts ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin: 30px auto !important;
}
#parts ul li {
  display: inline-block;
  font-family: "source-sans-pro", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
#parts ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 25px;
}

@media screen and (max-width: 800px) {
  ul {
    margin: 60px auto;
  }
}
@media screen and (max-width: 500px) {
  #parts ul li {
    font-size: 15px;
  }

  #parts ul li:not(:last-child):after {
    width: 18px;
  }
}
/* FONTS */
body {
  margin: 0;
  color: #000;
  background-color: transparent !important;
}

.container {
  max-width: 1000px !important;
}

.header {
  height: 340px;
  background-color: #f4db13;
  padding: 20px;
  font-family: "futura-pt", sans-serif;
  margin-bottom: 10px;
}
.header h1 {
  font-size: 58px;
  line-height: 65px;
  font-weight: 900;
  color: #000;
}
.header img {
  max-width: 80%;
  max-height: 250px;
}
.header .logo {
  max-height: 30px;
  margin: 50px 0 15px;
}
.header a {
  color: #000;
  text-decoration: none;
  font-weight: 100;
}
.header .top {
  max-width: 600px;
  margin: 0 auto;
  font-weight: 100;
}
.header .top a:hover {
  color: #000;
  border-bottom: 1px dotted #000;
}
.header .row.logo {
  max-width: 600px;
  margin: 0 auto;
}
.header .row.logo .apollo {
  text-align: right !important;
}

.botones {
  margin: 0 0 40px !important;
  cursor: pointer;
}
.botones a {
  background-color: #F9DC0A;
  padding: 10px 30px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  border-radius: 15px;
  text-decoration: none;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900;
  font-family: "futura-pt", sans-serif;
  transition: all 0.25s ease-in-out;
}
.botones a:hover {
  filter: brightness(110%);
}
.botones .random {
  background-color: #faba5f;
}

ol {
  text-align: left;
  margin: 0 0 30px;
}

ol li {
  margin: 20px 0;
}

@media screen and (max-width: 850px) {
  .row.botones .col-12 {
    margin-top: 0px;
    text-align: center;
  }

  .botones a {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 500px) {
  .header {
    height: 210px;
  }
  .header h1 {
    font-size: 28px;
    line-height: 33px;
  }
  .header .logo {
    max-height: 30px;
    margin: 40px 0 15px;
  }
  .header img {
    max-width: 70%;
  }

  .row.botones .col-12:nth-child(2) {
    margin-top: 30px;
    text-align: center;
  }

  .botones {
    margin: 20px 0 40px !important;
  }
  .botones.pollodeapollo {
    margin: 0 0 40px !important;
  }
}
.home-about {
  margin: 30px 0 60px;
  text-align: center;
  font-family: "source-sans-pro", sans-serif;
}
.home-about h1 {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  max-width: 800px;
  margin: 60px auto 30px;
}
.home-about h2 {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 30px;
}
.home-about .sub {
  font-size: 20px;
  max-width: 600px;
  margin: 30px auto;
}
.home-about .super {
  font-size: 24px;
  line-height: 30px;
  max-width: 600px;
  margin: 30px auto;
}
.home-about .phone, .home-about .website {
  font-family: "futura-pt", sans-serif;
  font-size: 45px;
  font-weight: 900;
}
.home-about .phone a, .home-about .website a {
  color: #000;
  text-decoration: none;
}
.home-about .phone a:hover, .home-about .website a:hover {
  border-bottom: 1px #000 dotted;
}
.home-about .website {
  font-size: 25px;
}
.home-about p {
  max-width: 600px;
  margin: 15px auto;
}
.home-about p a {
  color: #000;
  transition: all 0.25s linear;
}
.home-about p a:hover {
  color: #faba5f;
}
.home-about img.rangers {
  max-width: 600px;
  margin: 60px auto -80px;
}
.home-about.pollodeapollo h1 {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  max-width: 800px;
  margin: 20px auto 30px;
}

footer {
  background-color: #F9DC0A;
  padding: 40px 0;
  text-align: center;
}
footer img {
  max-height: 25px;
}

@media screen and (max-width: 320px) {
  .header h1 {
    font-size: 22px;
    line-height: 27px;
  }
}
@media screen and (max-width: 850px) {
  .home-about img.rangers {
    max-width: 100%;
  }
}

