html {
  font-family: "Montserrat", sans-serif;
  font-size: 0.55vw;
}
@media screen and (max-width: 860px) {
  html {
    font-size: 50%;
  }
}

h2 {
  line-height: 0.9em;
}

.container {
  max-width: 142rem;
}

.button {
  background-color: #1d83b8;
  color: white;
  font-weight: 900;
  font-size: 3.4rem;
  border-radius: 4rem;
  text-transform: uppercase;
  padding: 2rem 5rem;
  display: table;
}
.button:hover {
  background-color: #1e3b58;
}
.button--dark {
  background-color: #1e3b58;
}
.button--dark:hover {
  background-color: #28638f;
}
.button--blue {
  background-color: #28638f;
}
.button--blue2 {
  background-color: #28638f;
}

.hero {
  position: relative;
}
.hero__banner {
  display: block;
}
.hero__logo {
  position: absolute;
  top: 5%;
  right: 8rem;
  z-index: 2;
}
.hero__logo img {
  width: 14rem;
  display: block;
  height: auto;
}
.hero__logocampanha {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  width: 36.5rem;
  height: auto;
}
.hero__title {
  font-size: 7.1rem;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 8rem;
  transform: translate(0, -50%);
  color: white;
  line-height: 0.9em;
}
.hero__title span {
  display: block;
  font-weight: 800;
  font-size: 5.5rem;
}
.hero__title span small {
  font-weight: 500;
  position: relative;
  top: -0.15em;
  font-size: 4.4rem;
}
.hero__button {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translate(0, -50%);
}

.navmenu {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: white;
  padding: 3rem 0;
}
.navmenu a {
  font-weight: 800;
  font-size: 2.35rem;
  color: #1e3b58;
}
.navmenu a:hover {
  text-decoration: underline;
}

.comofunciona {
  padding: 13rem 0;
}
.comofunciona .container {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
  row-gap: 5rem;
}
.comofunciona__title {
  font-size: 11rem;
  font-weight: 900;
  color: #1d83b8;
}
.comofunciona__text {
  max-width: 63.5rem;
  padding-top: 1rem;
  color: #1e3b58;
}
.comofunciona__text p {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.3em;
}

.regulamento {
  background-color: #28638f;
  padding: 13rem 0;
  color: white;
}
.regulamento__title {
  font-weight: 500;
  font-size: 7.4rem;
}
.regulamento__title strong {
  font-weight: 900;
  display: block;
  font-size: 9.1rem;
  line-height: 1em;
}
.regulamento__content {
  margin-top: 5rem;
}
.regulamento__ico {
  max-width: 18.5rem;
  display: block;
}
.regulamento__text {
  max-width: 49rem;
}
.regulamento__text p {
  font-size: 2.7rem;
  font-weight: 600;
  margin-bottom: 1.4em;
}

.informacoes {
  padding: 13rem 0;
}
.informacoes .grid {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
  row-gap: 5rem;
}
@media screen and (min-width: 861px) {
  .informacoes__item--premio {
    margin-top: -6rem;
  }
}
.informacoes__item p {
  color: #1e3b58;
  font-size: 2.5rem;
  padding-left: 5rem;
  font-weight: 600;
}
.informacoes__item p strong {
  font-weight: 800;
}
.informacoes__item__title {
  display: inline-flex;
  margin-bottom: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
  font-size: 5rem;
  border-radius: 6rem;
}
.informacoes__item__title:hover {
  background-color: #28638f;
}
.informacoes__item__title img {
  height: 4rem;
}

.vencedores {
  background-color: #e9e9e9;
  padding: 13rem 0;
}
.vencedores__title {
  color: #1d83b8;
  font-size: 7.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.vencedores__title strong {
  font-size: 9rem;
  color: #28638f;
  font-weight: 800;
}
.vencedores__subtitle {
  font-size: 3rem;
  font-weight: 600;
  color: #1e3b58;
}
.vencedores__grid {
  margin: 5rem auto 0;
  max-width: 135rem;
}
.vencedores__grid__item {
  border-radius: 3rem;
  padding: 3rem;
  color: white;
  position: relative;
}
.vencedores__grid__item__title {
  font-size: 5.2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.vencedores__grid__item__ico {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  max-width: 16rem;
  max-height: 13rem;
}
.vencedores__grid__item p {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5em;
}
.vencedores__grid__item small {
  max-width: calc(100% - 18rem);
  font-size: 1.6rem;
  display: block;
  margin-top: 1rem;
}
.vencedores__grid__item:nth-child(1) {
  background-color: #28638f;
}
.vencedores__grid__item:nth-child(2) {
  background-color: #1e3b58;
}
.vencedores__grid__item:nth-child(3) {
  background-color: #2a4f70;
}
.vencedores__grid__item:nth-child(4) {
  background-color: #1d83b8;
}

.parceiros {
  padding: 10rem 0;
  background-color: #1e3b58;
}
.parceiros__slider .slick-track {
  display: flex;
  align-content: center;
}
.parceiros__slider__item img {
  max-width: 70%;
  display: block;
  margin: 0 auto;
}

.premio {
  padding: 13rem 0 0;
  position: relative;
}
.premio__title {
  color: #1d83b8;
  font-size: 10rem;
  font-weight: 900;
  margin-bottom: 2rem;
  line-height: 1.1em;
}
.premio__text {
  max-width: 61rem;
  padding-bottom: 20rem;
}
.premio__text p {
  margin-bottom: 1em;
  font-size: 2.6rem;
  color: #1e3b58;
  font-weight: 500;
}
.premio__text p strong {
  font-weight: 800;
}
.premio__text h3 {
  color: #1e3b58;
  font-weight: 900;
  font-size: 3.5rem;
}
.premio__image {
  position: absolute;
  right: 0;
  bottom: 27rem;
  width: 80rem;
}

.fotos {
  background-color: #0099f7;
  padding: 13rem 0;
  position: relative;
  z-index: 2;
}
.fotos__bk {
  margin-top: -33vw;
  width: 100%;
  display: block;
}
.fotos__slider .slick-slide {
  margin: 0 3rem;
}
.fotos__slider .slick-next,
.fotos__slider .slick-prev {
  width: 0;
  height: 0;
  z-index: 2;
  background: none;
  left: -5rem;
}
.fotos__slider .slick-next::before,
.fotos__slider .slick-prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 1.75rem solid transparent;
  border-bottom: 1.75rem solid transparent;
  border-left: 3rem solid white;
  position: absolute;
  left: -4rem;
  top: 50%;
  transform: translateY(-50%);
}
.fotos__slider .slick-next {
  left: unset;
  right: -5rem;
}
.fotos__slider__item img {
  border-radius: 5rem;
  aspect-ratio: 71/54;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.calendario {
  padding: 13rem 0;
  background-color: #1e446c;
  color: white;
}
.calendario__title {
  font-weight: 500;
  font-size: 7.4rem;
  line-height: 1.1em;
}
.calendario__title strong {
  font-weight: 900;
  font-size: 9.1rem;
  display: block;
}
.calendario__itens {
  margin-top: 5rem;
}
.calendario__itens__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
.calendario__itens__item img {
  height: 15rem;
}
.calendario__itens__item p {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  max-width: 43rem;
}

.anteriores {
  background-color: #e9e9e9;
  padding: 13rem 0;
}
.anteriores__row {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.anteriores__image {
  width: 38rem;
  display: block;
}
.anteriores__title {
  color: #2a4f70;
  font-weight: 500;
  font-size: 7rem;
  line-height: 1.1em;
}
.anteriores__title strong {
  font-weight: 900;
}

.isapa {
  padding: 13rem 0;
}
.isapa__row {
  gap: 5rem;
}
.isapa__content__title {
  color: #2a4f70;
  font-weight: 900;
  font-size: 13rem;
  margin-bottom: 2rem;
}
.isapa__content__text {
  font-size: 3.8rem;
  font-weight: 600;
  color: #2a4f70;
  margin-bottom: 3rem;
}
.isapa__content__text strong {
  font-weight: 900;
}
.isapa__image {
  max-width: 100rem;
}

.pontuacao {
  padding: 13rem 0;
  background-color: #1384bf;
  color: white;
}
.pontuacao__title {
  font-size: 7rem;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 4rem;
}
.pontuacao__title strong {
  font-weight: 900;
  font-size: 9rem;
  display: block;
}

.footer {
  padding: 13rem 0;
}
.footer__ico {
  max-width: 22rem;
  display: block;
}
.footer__title {
  font-weight: 900;
  color: #1e3b58;
  margin-bottom: 2rem;
  font-size: 9rem;
}
.footer__subtitle {
  color: #1384bf;
  font-weight: 600;
  font-size: 4rem;
}
.footer__contatos {
  font-weight: 900;
  font-size: 3.7rem;
  color: #142f4f;
}

@media screen and (max-width: 860px) {
  html {
    font-size: 50%;
  }
  .button {
    font-size: 18px;
  }
  .hero__banner {
    aspect-ratio: 1.1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero__logo {
    top: 10px;
    right: 10px;
  }
  .hero__logo img {
    width: 68px;
  }
  .hero__logocampanha {
    width: 130px;
  }
  .hero__title {
    position: static;
    transform: none;
    color: #1e3b58;
    font-size: 5rem;
    padding: 2rem 0;
  }
  .hero .button {
    position: static;
    transform: none;
    margin: 0 auto;
  }
  .navmenu ul {
    justify-content: flex-start;
    padding: 0 2rem 1rem;
    overflow: auto;
  }
  .navmenu a {
    white-space: nowrap;
    font-size: 1.9rem;
  }
  .comofunciona__title {
    font-size: 6rem;
  }
  .regulamento__title {
    font-size: 4.5rem;
  }
  .regulamento__title strong {
    font-size: inherit;
  }
  .regulamento__ico {
    max-width: 7.5rem;
  }
  .regulamento__text p {
    font-size: 2rem;
    text-align: center;
  }
  .regulamento .button {
    margin: 0 auto;
  }
  .informacoes .grid {
    grid-template-columns: 1fr;
  }
  .informacoes__item p {
    font-size: 2rem;
  }
  .vencedores__title {
    font-size: 4.5rem;
  }
  .vencedores__title strong {
    font-size: 5rem;
  }
  .vencedores__grid {
    grid-template-columns: 1fr;
  }
  .premio__title {
    font-size: 5rem;
  }
  .premio__image {
    position: static;
    width: calc(100% + 30px);
    margin-right: -15px;
  }
  .premio__text {
    padding-bottom: 5rem;
  }
  .premio [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .fotos__slider .slick-next {
    right: -2rem;
  }
  .fotos__slider .slick-prev {
    left: -2rem;
  }
  .calendario__title {
    font-size: 4.5rem;
  }
  .calendario__title strong {
    font-size: 5rem;
  }
  .calendario__itens__item img {
    height: 11rem;
  }
  .calendario__itens__item p {
    font-size: 2rem;
  }
  .anteriores__image {
    width: 24rem;
    margin-bottom: 3rem;
  }
  .anteriores__title {
    text-align: center;
    font-size: 5rem;
  }
  .isapa__content {
    text-align: center;
  }
  .isapa__content .button {
    margin: 0 auto;
  }
  .isapa__content__title {
    font-size: 9rem;
  }
  .isapa__image {
    max-width: 100%;
  }
  .pontuacao__title {
    font-size: 4.5rem;
  }
  .pontuacao__title strong {
    font-size: 5rem;
  }
  .footer__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footer__ico {
    max-width: 10rem;
  }
  .footer__title {
    font-size: 5rem;
  }
  .footer__subtitle {
    font-size: 2rem;
  }
  .footer__contatos {
    font-size: 2rem;
  }
  section {
    overflow-x: hidden;
  }
}/*# sourceMappingURL=style.css.map */