/* PREDEFINIÇÕES ----------------------------------------------------------- */
:root {
  --primary-color: rgb(0, 0, 0);
  --background-color: rgb(10, 10, 10);
  --border-color: rgb(55, 55, 55);
  --font-color: rgb(230, 230, 230);
  --button-color: rgb(227, 60, 19);
  --section-bg: rgba(55, 55, 55, 75%);
  --gap: 2rem;
  --top-menu-height: 9rem;
  --space-between-section: 0rem;
  --smaller-font: 2rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Sunny Spells";
  src: url("./fonts/Sunny-Spells-Basic.ttf");
}

html {
  font-size: 62.5%;
  /* font-family: "Sunny Spells"; */
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

body {
  background: var(--background-color);
}

ul {
  font-size: 1.8rem;
  color: var(--font-color);
  padding: 0 1rem 1rem 3rem;
}

li {
  text-align: left;
  color: var(--font-color);
  padding-bottom: 0.5rem;
  list-style: square;
}

a {
  text-decoration: none;
  background: none;
}

p {
  color: var(--font-color);
  background: none;
}

h2,
h3 {
  color: var(--font-color);
  text-transform: uppercase;
}

/* CLASSES DE ESTRUTURAS PADRÃO -------------------------------------------- */

.first-section {
  min-height: calc(100vh - var(--top-menu-height));
  margin-bottom: var(--space-between-section);
}

.section {
  display: block;
  min-height: 100vh;
  margin-bottom: var(--space-between-section);
}

section#preco {
  margin-bottom: 0;
}

.main-content {
  display: flex;
  max-width: 110rem;
  min-height: inherit;
  background: var(--background-color);
  margin: 0 auto;
  padding: 2rem;
  border: 1px 0 solid var(--button-color);
}

/* ESTILOS RÁPIDOS --------------------------------------------------------- */

s {
  background: none;
}

span {
  background: none;
  padding-bottom: 1rem;
}

.smaller-font {
  font-size: var(--smaller-font);
}

.space-top {
  padding-top: 2rem;
}

.space-bottom {
  margin-bottom: 1rem;
}

.small-bottom {
  height: 100rem;
}

/* ------------------------------------------------------------------------- */

.top-menu {
  display: block;
  background: black;
  height: var(--top-menu-height);
  width: 100%;
  border-bottom: 0.15rem solid var(--border-color);
}

.menu-items {
  display: flex;
  background: inherit;
  max-width: 110rem;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem;
  margin: 0 auto;
}

.top-menu img {
  height: 85%;
}

.menu-button {
  display: flex;
  background: var(--button-color);
  width: auto;
  height: 60%;
  padding: 1.5rem;
  font-size: 2rem;
  color: var(--font-color);
  text-transform: uppercase;
  font-weight: 600;
  align-items: center;
  border: 2px solid var(--button-color);
  border-radius: 0.3rem;
  transition: all 200ms ease-in-out;
}

.menu-button:hover {
  background: var(--font-color);
  color: var(--button-color);
}

.video {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
}

/* .video video {
  width: 80%;
  height: auto;
  background: var(--primary-color);
  border-radius: 0.75rem;
  box-shadow: 0rem 0rem 0.25rem var(--border-color);
} */

.youtube-video {
  display: block;
  aspect-ratio: 16 / 9;
  width: 75%;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem var(--border-color);
}

.video h2 {
  background: none;
  width: 100%;
  color: var(--font-color);
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  padding: 3rem 7rem;
}

.video a {
  padding: 2rem;
  background: var(--button-color);
  color: var(--font-color);
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid var(--button-color);
  border-radius: 0.3rem;
  box-shadow: 0.3rem 0.3rem 0.5rem var(--border-color);
  transition: all 200ms ease-in-out;
}

.video a:hover {
  color: var(--button-color);
  background: var(--font-color);
}

/* #beneficios {
  margin-bottom: 0rem;
} */

.recebimentos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.recebimentos h2 {
  text-align: center;
  background: none;
  padding: 0rem 0 5rem;
  font-size: 5rem;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: none;
  gap: var(--gap);
  padding: 0 8rem 3rem;
}

.grid-items h3 {
  margin-bottom: 1rem;
  font-size: 4rem;
}

.grid-container p {
  font-size: 1.7rem;
  padding: 0.5rem;
}

.grid-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  width: 100%;
  background: var(--section-bg);
  border-radius: 1rem;
}

.grid-items h3 {
  text-align: center;
}

.grid-items ul {
  align-self: start;
}

.mostragem-preco {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 5rem;
}

.titulo-preco {
  font-size: 5rem;
  text-align: center;
  padding: 0 3rem 4rem 3rem;
  background: none;
}

.opcao-preco {
  text-align: center;
  font-size: 6rem;
  background: var(--border-color);
  border-radius: 1rem;
  padding: 6rem;
  transition: all 250ms ease-in-out;
}

.opcao-preco:hover {
  font-size: 7.5rem;
  color: var(--button-color);
  background: var(--font-color);
}

.hover-preco {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30rem;
  width: auto;
  background: none;
}

@media (max-width: 625px) {
  * {
    overflow-x: hidden;
  }

  li {
    list-style: circle;
  }

  .first-section,
  .section {
    margin-bottom: 0;
    min-height: auto;
  }

  .top-menu {
    height: calc(var(--top-menu-height) - 2rem);
  }

  .menu-button {
    display: none;
  }

  .menu-items {
    padding: 0 2.5rem;
    justify-content: center;
  }

  .video {
    padding: 1rem 0rem;
  }

  .video h2 {
    font-size: 2.5rem;
    padding: 3.5rem 4rem;
  }

  .youtube-video {
    width: 95%;
  }

  .recebimentos {
    align-items: center;
    padding: 0 2rem;
  }

  .recebimentos h2 {
    font-size: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .grid-container {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .grid-items {
    padding: 1.5rem 1rem;
  }

  .grid-items ul {
    padding: 0rem 1.5rem 1rem;
  }

  .mostragem-preco h2 {
    padding-top: 3rem;
  }

  .titulo-preco {
    padding-bottom: 1.5rem;
    font-size: 4rem;
  }

  .opcao-preco {
    font-size: 3rem;
    padding: 3.5rem;
  }

  .opcao-preco:hover {
    padding: 7rem;
    font-size: 3.5rem;
  }

  .hover-preco {
    height: 25rem;
    padding: 3rem;
    width: 50rem;
  }
}

@media (min-width: 626px) and (max-width: 900px) {
  .grid-container {
    padding: 0 3rem 3rem;
  }
}
