@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

:root {
  --main: #050A30;
  --headers: #BCCCFF;
  --white: #fff;
  --arrows: #F0FD71;
}

.container {
  width: 100%;
  min-height: 48.1rem;
  height: auto;
}

.center-content {
  margin: 0 auto;
  max-width: 1440px;
}

.flex {
  display: flex !important;
}

body {
  font-family: "Quicksand", sans-serif;
}

h1 {
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  h1 {
    font-size: 1.7rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

p {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--white);
}

span {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  span {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

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

.hero {
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  padding: 22rem;
  text-align: center;
}
@media screen and (max-width: 1440px) and (min-width: 1140px) {
  .hero {
    padding: 20rem 1.4rem;
  }
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .hero {
    padding: 14rem 1.4rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .hero {
    padding: 8rem 1em;
  }
}
.hero h2 {
  padding: 0 12rem;
  text-align: center;
  color: var(--headers);
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .hero h2 {
    padding: 0 4rem;
  }
}
.hero .material-symbols-outlined {
  font-size: 8rem;
  color: var(--arrows);
  cursor: pointer;
}

.adolescer {
  padding: 5.4rem 22rem 7rem;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .adolescer {
    padding: 4.4rem 7rem 5rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .adolescer {
    padding: 3rem 2rem 4rem;
  }
}
.adolescer .logo-adolescer-ano {
  width: 250px;
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .adolescer .logo-adolescer-ano {
    width: 220px;
  }
}
.adolescer .center-content {
  gap: 16rem;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .adolescer .center-content {
    flex-direction: column;
    gap: 5rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .adolescer .center-content {
    flex-direction: column;
    gap: 2rem;
  }
}
.adolescer .left-content {
  flex: 1;
}
.adolescer .left-content h1 {
  color: var(--headers);
}
.adolescer .left-content .video {
  padding-top: 2.2rem;
}
.adolescer .right-content {
  flex: 1;
  padding-top: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
.adolescer .right-content p {
  width: 70%;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .adolescer .right-content p {
    width: 80%;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .adolescer .right-content p {
    width: 100%;
  }
}
.adolescer .right-content ul {
  padding-left: 5rem;
  gap: 5rem;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .adolescer .right-content ul {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .adolescer .right-content ul {
    padding-left: 1rem;
  }
}
.adolescer .right-content ul li {
  display: flex;
  align-items: center;
}
.adolescer .right-content ul li .material-symbols-outlined {
  font-size: 2.5rem;
  color: var(--arrows);
}
.adolescer .right-content ul li a {
  color: white;
  transition: 0.3s ease;
}
.adolescer .right-content ul li a:hover {
  color: var(--arrows);
}

footer {
  background-color: black;
  min-height: 35rem !important;
  padding: 5rem 7rem 8rem;
}
footer .center-content {
  align-items: center;
  flex-direction: column;
  gap: 3rem;
  color: white;
  text-align: center;
}
footer .center-content h2 {
  text-transform: uppercase;
  font-weight: 600;
}
footer .center-content img:nth-of-type(1) {
  width: 20rem;
}
footer .center-content img:nth-child(1) {
  width: 3rem;
}

.year {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 999;
}
.year::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.y24 {
  background-image: url("../img/cyberpunk-2077-night-city-cyberpunk-city-night-landscape-blu.jpg");
}

.y23 {
  background-image: url("../img/1258898tranger.jpg");
}

.y22 {
  background-image: url("../img/236148-Sepik.jpg");
}

.y19 {
  background-image: url("../img/Picadeiro-112-scaled.jpg");
}

.hide {
  display: none;
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .hide {
    display: flex;
  }
}

@media screen and (min-width: 375px) and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */
