@font-face {
  font-family: roboto;
  src: url(fonts/roboto/Roboto-Regular.ttf);
}

body {
  font-family: roboto;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f2f3f3;
}

.body-start {
  background-image: url(./images/abstra_1920.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0.9);
}

/* --------- HEADER WEBSITE -------- */
.header-up {
  overflow: hidden;
  background-color: #333;
  color: #f2f3f3;
  width: 100%;
  position: absolute;
  top: 0px;
  height: 50px;
}

section.header-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.header-main-section {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

li.header-main-section-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* ------ END HEADER WEBSITE ------ */

main.init {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}

.text-bold {
  font-weight: bolder;
}

.text-light {
  font-weight: 100;
  margin: 1rem;
  text-shadow: 2px 1px 4px #9e9e9e;
}

h1 {
  font-size: 4rem;
}

.special-button {
  font-size: 1rem;
  font-weight: 600;
  border-image-slice: 1;
  border-image-outset: 0.8rem;
  border-width: 3px;
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url("./images/arrow-down.png");
  background-position: center;
  background-size: contain;
  height: 2rem;
  width: 2rem;
  background-repeat: no-repeat;
}

.special-button:hover {
  cursor: pointer;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 5rem;
  height: 5rem;
  background-image: url(images/gatozentos.png);
  background-repeat: no-repeat;
  background-position: 17px 19px;
  background-size: 5rem 5rem;
  filter: drop-shadow(1px 1px 1px #743ad5);
  background-color: rgb(206 58 161 / 20%);
  border-radius: 70px;
  padding: 0.8rem;
  border: 2px solid rgb(116 58 213 / 11%);
  box-shadow: 2px 2px 2px rgb(116 58 213 / 17%);
}

/* --------------------------------- */

main.home {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.header .text-light {
  margin: 0px;
  text-shadow: 1px 1px 2px #9e9e9e;
  font-size: 4rem;
  filter: drop-shadow(1px 1px 1px #743ad5);
  color: #d53a9d;
}

span.text-bold {
  font-size: 1.8rem;
  font-weight: 100;
  background: -webkit-linear-gradient(#743ad5, #d53a9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p {
  color: #f2f3f3;
  font-size: 2rem;
  letter-spacing: 0rem;
  font-variant-caps: small-caps;
}

/**********************/

section.container-boxes {
  width: 100%;
  height: 75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container {
  width: 100%;
  height: 70rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.container-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  font-size: 5rem;
  height: 24vh;
  padding-bottom: 1rem;
}

.box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 40%;
  height: 89%;
  margin: 1rem;
  border: 2px solid rgb(158 158 158 / 90%);
  border-radius: 12px;
  box-shadow: 0px 0px 4px rgb(158 158 158 / 90%);
  padding: 0.5rem;
}

p.text-bold.special-text {
  color: #919191;
  font-weight: 100;
}

.game-image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15rem;
  border-radius: 5px;
}

.game-image.neones {
  background-image: url(images/neones.PNG);
}

.game-image.ranita {
  background-image: url(images/ranita.PNG);
}

h3.game-title {
  margin: 1.5rem 0px 0.5rem 0px;
  font-size: 2rem;
}

.game-description {
  color: black;
}

.minus {
  font-size: 1rem;
  color: #333;
}

span.game-description {
  height: 25rem;
  width: 100%;
}

span.game-description p {
  font-size: 1rem;
  color: #333;
}

span.horizontal-menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.app-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
}

.google-button {
  width: 100%;
  background-image: url(images/google-play-badge.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.signal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.signal-image {
  width: 30%;
  margin: 3rem;
}

p.signal-text {
  padding: 1.5rem;
}

.acerca-de {
  display: flex;
  padding: 1rem;
}

.description-business {
  background: linear-gradient(to left, #743ad5, #d53a9d);
  /* padding: 6rem; */
  height: 30rem;
  width: 100%;
}

main.banner {
  color: #9e9e9e;
  width: 100%;
  padding-bottom: 0.5rem;
  background: #000000;
}

ul.links-list {
  list-style: none;
}

a.link {
  color: #f2f3f3;
  text-decoration: none;
}

li.link-item {
  padding: 0.2rem;
}

a.link:hover {
  color: #cf3aa0;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  font-size: 0.8rem;
  text-align: center;
}

.policy-container {
  margin: 5rem 3.6rem 5rem 3.6rem;
}

p.policy-title {
  color: #333;
}

p.policy-subtitle {
  color: #333;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.policy-text {
  color: #333;
  font-size: 0.9rem;
  letter-spacing: 0rem;
  font-variant-caps: unset;
}

/* MEDIA QUERYS */

/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  section.container-boxes {
    width: 100%;
    height: 110rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .container {
    width: 100%;
    display: flex;
    margin-top: 0rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 70%;
    height: 100%;
    margin: 1rem;
    border: 2px solid rgb(158 158 158 / 90%);
    border-radius: 12px;
    box-shadow: 0px 0px 4px rgb(158 158 158 / 90%);
    padding: 0.5rem;
  }

  main.init {
    height: 30vh;
  }

  .container-title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    font-size: 5rem;
    height: 17vh;
    padding-bottom: 2rem;
    margin-top: 2rem;
  }

  p.signal-text {
    text-align: center;
    margin: 1rem;
  }
}

/* iPhone Landscape */
@media screen and (max-device-width: 480px) and (orientation: landscape) {
  section.container-boxes {
    width: 100%;
    height: 110rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .container {
    width: 100%;
    display: flex;
    margin-top: 0rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 70%;
    height: 100%;
    margin: 1rem;
    border: 2px solid rgb(158 158 158 / 90%);
    border-radius: 12px;
    box-shadow: 0px 0px 4px rgb(158 158 158 / 90%);
    padding: 0.5rem;
  }

  main.init {
    height: 30vh;
  }

  .container-title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    font-size: 5rem;
    height: 17vh;
    padding-bottom: 2rem;
    margin-top: 2rem;
  }

  p.signal-text {
    text-align: center;
    margin: 1rem;
  }
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (orientation: portrait) {
  main.init {
    height: 50vh;
  }
}
