@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

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

body,
html {
  font-size: 62.5%;
  background-color: black;
}

/* .header__topo__wrapper {
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.topo__logotipo {
  display: flex;
  width: 80vw;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}

.topo__logotipo img {
  width: 15rem;
}

.navegacao__topo__menu ul {
  margin: 0;
  padding: 0;
}

.navegacao__topo__menu li {
  list-style-type: none;
}

.navegacao__topo__menu a {
  font-size: 1.5rem;
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  border: 0.1rem solid black;
  padding: 1rem 1rem 1rem 0.6rem;
}

.navegacao__topo__menu a:hover {
  background-color: black;
  color: white;
} */

.hero__wrapper {
  width: 100%;
  height: 85rem;
}

.hero__content {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 85rem;
  margin: auto;
  object-fit: contain;
}

.hero__content img {
  transform: scale(0.6, 0.5);
}

.quem__somos__wrapper {
  width: 100%;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.quem__somos__content {
  width: 80%;
  height: auto;
  margin: auto;
}

.quem__somos__article {
  display: flex;
  justify-content: space-between;
  height: auto;
  gap: 5rem;
}

.quem__somos__article img {
  width: 50%;
  object-fit: cover;
  filter: grayscale(100%);
}

.quem__somos__texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
  gap: 6rem;
  height: auto;
}

.quem__somos__article h1 {
  font-size: 10rem;
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.6rem;
  color: white;
}

.quem__somos__article p {
  font-size: 2rem;
  font-family: "Roboto Condensed", serif;
  margin: auto;
  line-height: 3rem;
  color: white;
}

.quem__somos__article a {
  text-decoration: none;
  font-family: "Roboto Condensed", serif;
  font-size: 2rem;
  color: black;
  background-color: white;
  padding: 1.5rem;
  text-transform: uppercase;
}

.rides__wrapper {
  width: 100%;
  padding-top: 20rem;
  padding-bottom: 9rem;
}

.titulo {
  font-size: 8rem;
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.6rem;
  color: white;
  text-align: center;
  padding-bottom: 5rem;
}

.rides__content {
  width: 80%;
  margin: auto;
  display: flex;
}

.rides__article {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 1rem;
  padding: 1rem;
}

.rides__text {
  display: flex;
  flex-direction: column;
  color: white;
}

.rides__text h2 {
  font-size: 3rem;
  font-family: "Roboto Condensed", serif;
  text-align: center;
  padding-bottom: 1rem;
}

.rides__text p {
  width: 50rem;
  height: auto;
  font-family: "Roboto Condensed", serif;
  font-size: 2rem;
  text-align: center;
}

.rides__article img {
  width: 50rem;
}

.ride__together__wrapper {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.ride__together__content {
  width: 80%;
  height: auto;
  margin: auto;
}

.ride__together__article {
  display: flex;
  justify-content: space-between;
  height: auto;
  gap: 5rem;
}

.ride__together__article img {
  width: 50%;
  object-fit: cover;
}

.ride__together__texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
  gap: 6rem;
  height: auto;
}

.ride__together__article h1 {
  font-size: 10rem;
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.6rem;
  color: white;
}

.ride__together__article p {
  font-size: 2rem;
  font-family: "Roboto Condensed", serif;
  margin: auto;
  line-height: 3rem;
  color: white;
}

.ride__together__article a {
  text-decoration: none;
  font-family: "Roboto Condensed", serif;
  font-size: 2rem;
  color: white;
  background-color: black;
  padding: 1.5rem;
  text-transform: uppercase;
}

.merch__wrapper {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 20rem;
}

.merch__content {
  width: 80%;
  margin: auto;
}

.merch__article {
  display: flex;
  justify-content: space-between;
  height: auto;
  gap: 5rem;
}

.merch__article img {
  order: 2;
  width: 50%;
  object-fit: cover;
}

.merch__texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
  gap: 6rem;
  height: auto;
}

.merch__article h1 {
  font-size: 10rem;
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.6rem;
  color: white;
}

.merch__article p {
  font-size: 2rem;
  font-family: "Roboto Condensed", serif;
  margin: auto;
  line-height: 3rem;
  color: white;
}

.merch__article a {
  text-decoration: none;
  font-family: "Roboto Condensed", serif;
  font-size: 2rem;
  color: black;
  background-color: white;
  padding: 1.5rem;
  text-transform: uppercase;
}

.sorry__wrapper {
  width: 100%;
  padding-top: 40rem;
  padding-bottom: 40rem;
  background-image: url(imagens/aaaa.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  opacity: 0.9;
}

.sorry__content {
  width: 80%;
  margin: auto;
}

.sorry__article h1 {
  font-size: 10rem;
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.6rem;
  color: white;
  text-align: center;
  text-shadow: 0.2rem 0.2rem 0.5rem rgb(0, 0, 0, 0.5);
}

footer {
  background-color: black;
  padding: 1rem;
}

footer p {
  font-size: 1.5rem;
  font-family: "Roboto Condensed", serif;
  color: white;
  text-align: center;
}

@media (min-width: 1280px) and (max-width: 1820px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body,
  html {
    font-size: 62.5%;
  }

  .hero__wrapper {
    padding-top: 20rem;
    width: 100%;
    height: 100rem;
  }

  .hero__content {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50rem;
    margin: auto;
  }

  .hero__content img {
    transform: scale(0.8);
  }

  .quem__somos__wrapper {
    width: 80%;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 20rem;
  }

  .quem__somos__content {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .quem__somos__article {
    display: flex;
    justify-content: space-between;
    height: auto;
    gap: 5rem;
  }

  .quem__somos__article img {
    width: 50%;
    object-fit: cover;
  }

  .quem__somos__texto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    gap: 6rem;
    height: auto;
  }

  .quem__somos__article h1 {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
  }

  .quem__somos__article p {
    font-size: 2rem;
    font-family: "Roboto Condensed", serif;
    margin: auto;
    line-height: 3rem;
    color: white;
  }

  .quem__somos__article a {
    text-decoration: none;
    font-family: "Roboto Condensed", serif;
    font-size: 2rem;
    color: black;
    background-color: white;
    padding: 1.5rem;
    text-transform: uppercase;
  }

  .rides__wrapper {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 5rem;
  }

  .titulo {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
    text-align: center;
    padding-bottom: 5rem;
  }

  .rides__content {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }

  .rides__article {
    display: flex;
    flex-direction: column;
    width: 30%;
    height: auto;
    gap: 1rem;
    padding: 1rem;
    padding: 0;
  }

  .rides__text {
    display: flex;
    margin: auto;
    width: 100%;
  }

  .rides__text h2 {
    font-size: 3rem;
    font-family: "Roboto Condensed", serif;
    padding-bottom: 1rem;
    text-align: center;
  }

  .rides__text p {
    width: 100%;
    height: auto;
    font-family: "Roboto Condensed", serif;
    font-size: 2rem;
    text-align: justify;
    padding-bottom: 5rem;
    text-align: center;
  }

  .rides__article img {
    width: 100%;
  }

  .ride__together__wrapper {
    width: 80%;
    margin: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .ride__together__content {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .ride__together__article {
    display: flex;
    justify-content: space-between;
    height: auto;
    gap: 5rem;
  }

  .ride__together__article img {
    width: 50%;
    object-fit: cover;
  }

  .ride__together__texto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    gap: 6rem;
    height: auto;
    font-family: "Roboto Condensed", serif;
  }

  .ride__together__article h1 {
    font-size: 8rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
  }

  .ride__together__article p {
    font-size: 2rem;
    font-family: "Roboto Condensed", serif;
    margin: auto;
    line-height: 3rem;
    color: white;
  }

  .merch__wrapper {
    width: 80%;
    margin: auto;
    padding-top: 10rem;
    padding-bottom: 20rem;
  }

  .merch__content {
    width: 100%;
    margin: auto;
  }

  .merch__article {
    display: flex;
    justify-content: space-between;
    height: auto;
    gap: 5rem;
  }

  .merch__article img {
    order: 2;
    width: 50%;
    object-fit: cover;
  }

  .merch__texto {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: center;
    gap: 6rem;
    height: auto;
    margin: auto;
    font-family: "Roboto Condensed", serif;
  }

  .merch__article h1 {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
  }

  .merch__article p {
    font-size: 2rem;
    font-family: "Roboto Condensed", serif;
    margin: auto;
    line-height: 3rem;
    color: white;
    text-align: right;
  }

  .sorry__wrapper {
    width: 100%;
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sorry__content {
    width: 80%;
    margin: auto;
  }

  .sorry__article h1 {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
    text-align: center;
  }

  footer {
    background-color: black;
    padding: 1rem;
  }

  footer p {
    font-size: 1.5rem;
    font-family: "Roboto Condensed", serif;
    color: white;
    text-align: center;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body,
  html {
    font-size: 62.5%;
  }

  .hero__wrapper {
    width: 100%;
    height: 100rem;
  }

  .hero__content {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100rem;
    margin: auto;
  }

  .hero__content img {
    transform: scale(75%, 0.4);
  }

  .quem__somos__wrapper {
    width: 80%;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 20rem;
  }

  .quem__somos__content {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .quem__somos__article {
    display: flex;
    justify-content: space-between;
    height: auto;
    gap: 5rem;
  }

  .quem__somos__article img {
    width: 50%;
    object-fit: cover;
  }

  .quem__somos__texto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    gap: 6rem;
    height: auto;
  }

  .quem__somos__article h1 {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
  }

  .quem__somos__article p {
    font-size: 2rem;
    font-family: "Roboto Condensed", serif;
    margin: auto;
    line-height: 3rem;
    color: white;
  }

  .quem__somos__article a {
    text-decoration: none;
    font-family: "Roboto Condensed", serif;
    font-size: 2rem;
    color: black;
    background-color: white;
    padding: 1.5rem;
    text-transform: uppercase;
  }

  .rides__wrapper {
    width: 80%;
    margin: auto;
    padding-top: 10rem;
    padding-bottom: 5rem;
  }

  .titulo {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
    text-align: center;
    padding-bottom: 5rem;
  }

  .rides__content {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .rides__article {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 1rem;
    padding: 1rem;
    padding: 0;
  }

  .rides__text {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 80%;
  }

  .rides__text h2 {
    font-size: 3rem;
    font-family: "Roboto Condensed", serif;
    padding-bottom: 1rem;
    text-align: center;
  }

  .rides__text p {
    width: 100%;
    height: auto;
    font-family: "Roboto Condensed", serif;
    font-size: 2rem;
    text-align: justify;
    padding-bottom: 5rem;
    text-align: center;
  }

  .rides__article img {
    width: 100%;
  }

  .ride__together__wrapper {
    width: 80%;
    margin: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .ride__together__content {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .ride__together__article {
    display: flex;
    justify-content: space-between;
    height: auto;
    gap: 5rem;
  }

  .ride__together__article img {
    width: 50%;
    object-fit: cover;
  }

  .ride__together__texto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    gap: 6rem;
    height: auto;
    font-family: "Roboto Condensed", serif;
  }

  .ride__together__article h1 {
    font-size: 8rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
  }

  .ride__together__article p {
    font-size: 2rem;
    font-family: "Roboto Condensed", serif;
    margin: auto;
    line-height: 3rem;
    color: white;
  }

  .merch__wrapper {
    width: 80%;
    margin: auto;
    padding-top: 10rem;
    padding-bottom: 20rem;
  }

  .merch__content {
    width: 100%;
    margin: auto;
  }

  .merch__article {
    display: flex;
    justify-content: space-between;
    height: auto;
    gap: 5rem;
  }

  .merch__article img {
    order: 2;
    width: 50%;
    object-fit: cover;
  }

  .merch__texto {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: center;
    gap: 6rem;
    height: auto;
    margin: auto;
    font-family: "Roboto Condensed", serif;
  }

  .merch__article h1 {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
  }

  .merch__article p {
    font-size: 2rem;
    font-family: "Roboto Condensed", serif;
    margin: auto;
    line-height: 3rem;
    color: white;
    text-align: right;
  }

  .sorry__wrapper {
    width: 100%;
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sorry__content {
    width: 80%;
    margin: auto;
  }

  .sorry__article h1 {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
    text-align: center;
  }

  footer {
    background-color: black;
    padding: 1rem;
  }

  footer p {
    font-size: 1.5rem;
    font-family: "Roboto Condensed", serif;
    color: white;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body,
  html {
    font-size: 62.5%;
  }

  .hero__wrapper {
    padding-top: 20rem;
    width: 100%;
    height: 100rem;
  }

  .hero__content {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50rem;
    margin: auto;
  }

  .hero__content img {
    transform: scale(0.5);
  }

  .quem__somos__wrapper {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }

  .quem__somos__content {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .quem__somos__article {
    display: flex;
    justify-content: space-between;
    height: auto;
    gap: 5rem;
  }

  .quem__somos__article img {
    width: 50%;
    object-fit: cover;
  }

  .quem__somos__texto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    gap: 6rem;
    height: auto;
  }

  .quem__somos__article h1 {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
  }

  .quem__somos__article p {
    font-size: 2rem;
    font-family: "Roboto Condensed", serif;
    margin: auto;
    line-height: 3rem;
    color: white;
  }

  .quem__somos__article a {
    text-decoration: none;
    font-family: "Roboto Condensed", serif;
    font-size: 2rem;
    color: black;
    background-color: white;
    padding: 1.5rem;
    text-transform: uppercase;
  }

  .rides__wrapper {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .titulo {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
    text-align: center;
    padding-bottom: 5rem;
  }

  .rides__content {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .rides__article {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 1rem;
    padding: 1rem;
    padding: 0;
  }

  .rides__text {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 80%;
  }

  .rides__text h2 {
    font-size: 3rem;
    font-family: "Roboto Condensed", serif;
    padding-bottom: 1rem;
    text-align: center;
  }

  .rides__text p {
    width: 100%;
    height: auto;
    font-size: 2rem;
    text-align: justify;
    padding-bottom: 5rem;
    text-align: center;
    font-family: "Roboto Condensed", serif;
  }

  .rides__article img {
    width: 100%;
  }

  .ride__together__wrapper {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .ride__together__content {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .ride__together__article {
    display: flex;
    justify-content: space-between;
    height: auto;
    gap: 5rem;
  }

  .ride__together__article img {
    width: 50%;
    object-fit: cover;
  }

  .ride__together__texto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    gap: 6rem;
    height: auto;
  }

  .ride__together__article h1 {
    font-size: 8rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
  }

  .ride__together__article p {
    font-size: 2rem;
    font-family: "Roboto Condensed", serif;
    margin: auto;
    line-height: 3rem;
    color: white;
  }

  .merch__wrapper {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 20rem;
  }

  .merch__content {
    width: 100%;
    margin: auto;
  }

  .merch__article {
    display: flex;
    justify-content: space-between;
    height: auto;
    gap: 5rem;
  }

  .merch__article img {
    order: 2;
    width: 50%;
    object-fit: cover;
  }

  .merch__texto {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: center;
    gap: 6rem;
    height: auto;
    margin: auto;
  }

  .merch__article h1 {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
  }

  .merch__article p {
    font-size: 2rem;
    font-family: "Roboto Condensed", serif;
    margin: auto;
    line-height: 3rem;
    color: white;
    text-align: right;
  }

  .sorry__wrapper {
    width: 100%;
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sorry__content {
    width: 80%;
    margin: auto;
  }

  .sorry__article h1 {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
    text-align: center;
  }

  footer {
    background-color: black;
    padding: 1rem;
  }

  footer p {
    font-size: 1.5rem;
    font-family: "Roboto Condensed", serif;
    color: white;
    text-align: center;
  }
}

@media (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body,
  html {
    font-size: 62.5%;
  }

  /* .header__topo__wrapper {
    width: 100vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .topo__logotipo {
    display: flex;
    width: 80vw;
    margin: auto;
    justify-content: space-between;
    align-items: center;
  }
  
  .topo__logotipo img {
    width: 15rem;
  }
  
  .navegacao__topo__menu ul {
    margin: 0;
    padding: 0;
  }
  
  .navegacao__topo__menu li {
    list-style-type: none;
  }
  
  .navegacao__topo__menu a {
    font-size: 1.5rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    border: 0.1rem solid black;
    padding: 1rem 1rem 1rem 0.6rem;
  }
  
  .navegacao__topo__menu a:hover {
    background-color: black;
    color: white;
  } */

  .hero__wrapper {
    width: 100%;
    height: 40rem;
    padding-top: 10rem;
  }

  .hero__content {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    height: 20rem;
  }

  .hero__content img {
    transform: scale(0.6);
  }

  .quem__somos__wrapper {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .quem__somos__content {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .quem__somos__article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    gap: 5rem;
  }

  .quem__somos__article img {
    width: 100%;
    object-fit: cover;
  }

  .quem__somos__texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    gap: 6rem;
    height: auto;
    width: 80%;
    margin: auto;
  }

  .quem__somos__article h1 {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
    text-align: center;
    margin: auto;
  }

  .quem__somos__article p {
    font-size: 2rem;
    font-family: "Roboto Condensed", serif;
    margin: auto;
    line-height: 3rem;
    color: white;
    text-align: center;
  }

  .quem__somos__article a {
    text-decoration: none;
    font-family: "Roboto Condensed", serif;
    font-size: 2rem;
    color: black;
    background-color: white;
    padding: 1.5rem;
    text-transform: uppercase;
  }

  .rides__wrapper {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .titulo {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
    text-align: center;
    padding-bottom: 5rem;
    margin: auto;
  }

  .rides__content {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .rides__article {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 1rem;
    padding: 0;
    padding-bottom: 4rem;
  }

  .rides__text {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 80%;
  }

  .rides__text h2 {
    font-size: 3rem;
    font-family: "Roboto Condensed", serif;
    padding-bottom: 1rem;
    text-align: center;
  }

  .rides__text p {
    width: 100%;
    height: auto;
    font-size: 2rem;
    text-align: center;
    font-family: "Roboto Condensed", serif;
  }

  .rides__article img {
    width: 100%;
  }

  .ride__together__wrapper {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .ride__together__content {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .ride__together__article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    gap: 5rem;
  }

  .ride__together__article img {
    width: 100%;
    object-fit: cover;
  }

  .ride__together__texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    gap: 6rem;
    height: auto;
    width: 80%;
    margin: auto;
  }

  .ride__together__article h1 {
    font-size: 8rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
    text-align: center;
    margin: auto;
  }

  .ride__together__article p {
    font-size: 2rem;
    font-family: "Roboto Condensed", serif;
    margin: auto;
    line-height: 3rem;
    color: white;
    text-align: center;
  }

  .merch__wrapper {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .merch__content {
    width: 100%;
    margin: auto;
  }

  .merch__article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    gap: 5rem;
  }

  .merch__article img {
    order: 0;
    width: 100%;
    object-fit: cover;
  }

  .merch__texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    gap: 6rem;
    height: auto;
    margin: auto;
    width: 80%;
  }

  .merch__article h1 {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
    text-align: center;
  }

  .merch__article p {
    font-size: 2rem;
    font-family: "Roboto Condensed", serif;
    margin: auto;
    line-height: 3rem;
    color: white;
    text-align: center;
  }

  .sorry__wrapper {
    width: 100%;
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sorry__content {
    width: 80%;
    margin: auto;
  }

  .sorry__article h1 {
    font-size: 10rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6rem;
    color: white;
    text-align: center;
  }

  footer {
    background-color: black;
    padding: 1rem;
  }

  footer p {
    font-size: 1.5rem;
    font-family: "Roboto Condensed", serif;
    color: white;
    text-align: center;
  }
}
