a {
  text-decoration: none
}

*:focus-visible {
  outline: none
}

a,
button {
  cursor: pointer;
  transition: 0.3s
}

button,
input {
  padding: 0;
  margin: 0;
  background: none;
  border: none
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
  outline: none
}

* {
  box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

* {
  scroll-behavior: smooth
}

body {
  font-family: "Montserrat"
}

section {
  scroll-margin-top: 20rem
}

main {
  margin-top: 6.5rem
}

@media (max-width: 990px) {
  main {
    margin-top: 75px
  }
}

h2 {
  font-size: 2.9125rem;
  font-weight: 700;
  line-height: 3.55rem
}

@media (max-width: 900px) {
  h2 {
    font-size: 2.5rem;
    line-height: 1.2
  }
}

h4 {
  font-size: 1.4581rem;
  font-weight: 700;
  line-height: 1.7775rem
}

h6 {
  font-size: 1.0938rem;
  font-weight: 600;
  line-height: 1.3219rem
}

.main-container {
  width: 100%;
  max-width: 1729px;
  margin: auto;
  padding: 0 6.8125rem
}

@media (max-width: 1230px) {
  .main-container {
    padding: 0 1rem
  }
}

.header {
  background-color: #555092;
  padding: 1.595rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999
}

.header img {
  width: 100%;
  max-height: 3.1875rem
}

@media (max-width: 990px) {
  .header {
    padding: 1rem 0
  }

  .header img {
    height: 2.5rem
  }
}

.header .main-container {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header ul {
  display: flex;
  align-items: center;
  gap: 1.4581rem
}

.header ul li a {
  color: white;
  font-size: 1.0938rem;
  font-weight: 700;
  line-height: 1.3219rem;
  text-transform: uppercase
}

.header ul li a:hover,
.header ul li a:focus {
  color: #27b7e3
}

.header ul li.active a {
  color: #27b7e3
}

@media (max-width: 990px) {
  .header ul {
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    height: calc(100vh - 4.6875rem);
    background-color: #555092;
    padding: 1.5rem 1rem 4rem 1rem;
    align-items: flex-start;
    width: 100vw;
    max-width: 21rem;
    transition: 0.3s;
    overflow: auto
  }

  .header ul:not(.active) {
    transform: translateX(100%)
  }
}

.header__mobile-button {
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer
}

@media (min-width: 991px) {
  .header__mobile-button {
    display: none
  }
}

.header__mobile-button span {
  display: block;
  position: absolute;
  height: 0.4375rem;
  width: 100%;
  background: #27b7e3;
  border-radius: 0.5625rem;
  left: 0;
  transition: 0.25s ease-in-out
}

.header__mobile-button span:nth-child(1) {
  top: 0rem;
  transform-origin: left center
}

.header__mobile-button span:nth-child(2) {
  top: 0.9375rem;
  transform-origin: left center
}

.header__mobile-button span:nth-child(3) {
  top: 1.875rem;
  transform-origin: left center
}

.header__mobile-button.active span:nth-child(1) {
  transform: rotate(45deg);
  top: -1px;
  left: 8px
}

.header__mobile-button.active span:nth-child(2) {
  width: 0%;
  opacity: 0
}

.header__mobile-button.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 27px;
  left: 8px
}

.banner {
  margin-bottom: 6.375rem
}

@media (max-width: 1095px) {
  .banner {
    margin-bottom: 3.375rem
  }
}

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

.como-participar {
  margin-bottom: 6.375rem
}

@media (max-width: 1095px) {
  .como-participar {
    margin-bottom: 3.375rem
  }
}

.como-participar__container {
  width: 100%;
  max-width: 47.75rem;
  padding: 0 1rem;
  margin: auto
}

.como-participar h2 {
  text-align: center;
  margin-bottom: 6.1063rem
}

.como-participar__row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem
}

.como-participar__item {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.como-participar__item div {
  min-width: 46%
}

.como-participar__item__img {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem
}

.como-participar__item__img div {
  width: 100%;
  height: 0.3625rem;
  border-radius: 0.3625rem
}

.como-participar__item__img div.green {
  background-color: #00a78e
}

.como-participar__item__img div.red {
  background-color: #ed115e
}

.como-participar__item:last-child {
  width: fit-content;
  min-width: 9rem
}

.como-participar__item:last-child .como-participar__item__img {
  display: unset
}

.como-participar__item h4 {
  margin-bottom: 0.5rem
}

.como-participar__item h6 {
  max-width: 8.4375rem;
  margin: auto
}

@media (max-width: 580px) {
  .como-participar__row {
    gap: 2rem;
    flex-wrap: wrap
  }

  .como-participar__item {
    flex: 0 1 170px;
    align-items: center
  }

  .como-participar__item__img {
    justify-content: center
  }

  .como-participar__item__img div {
    display: none
  }
}

.regulamento {
  background-color: #F6F6F6;
  padding-top: 6.375rem;
  padding-bottom: 6.375rem
}

@media (max-width: 1095px) {
  .regulamento {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem
  }
}

.regulamento__container {
  width: 100%;
  max-width: 47.75rem;
  padding: 0 1rem;
  margin: auto
}

.regulamento h2 {
  text-align: center;
  margin-bottom: 3.625rem
}

.regulamento .file {
  height: 60vh;
  overflow: auto
}

.regulamento .file img {
  width: 100%;
  height: auto;
  display: block
}

.fale-conosco {
  margin-bottom: 6.375rem;
  background: url("/src/img/fundo_fale_conosco.webp");
  background-size: 100% 100%;
  padding: 6.9375rem 0
}

@media (max-width: 1095px) {
  .fale-conosco {
    margin-bottom: 3.375rem
  }
}

@media (max-width: 604px) {
  .fale-conosco {
    background: url("/src/img/fundo_fale_conosco-mobile.webp");
    background-size: 100% 100%
  }
}

.fale-conosco h2 {
  text-align: center;
  margin-bottom: 2.375rem
}

.fale-conosco__email {
  position: relative
}

.fale-conosco__email p {
  font-size: 29px;
  line-height: 49px;
  font-weight: 600;
  padding: 24px 52px;
  color: #00a78e;
  text-align: center;
  width: fit-content;
  margin: auto;
  position: relative;
  background-image: url(/src/img/borda-contato.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer
}

.fale-conosco__email p::before {
  content: "";
  background: url("/src/img/icone-contato.svg");
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateX(50%) translateY(-49%);
  width: 67px;
  height: 67px;
  background-size: 100% 100%
}

.fale-conosco__email p:hover+.tooltip {
  opacity: 1
}

@media (max-width: 878px) {
  .fale-conosco__email p {
    font-size: 22px;
    line-height: 49px;
    font-weight: 600;
    padding: 17px 27px
  }

  .fale-conosco__email p::before {
    width: 49px;
    height: 49px
  }
}

@media (max-width: 386px) {
  .fale-conosco__email p {
    font-size: 20px;
    padding: 13px 17px
  }

  .fale-conosco__email p::before {
    width: 32px;
    height: 32px
  }
}

.fale-conosco__email .tooltip {
  user-select: none;
  opacity: 0;
  transition: 0.3s;
  font-size: 0.8125rem;
  bottom: 102%;
  color: white;
  background-color: rgba(0, 0, 0, 0.493);
  padding: 0.5rem;
  border-radius: 0.5rem
}

.fale-conosco__email .tooltip,
.fale-conosco__email .tooltip::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.fale-conosco__email .tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.493);
  top: 100%
}

.nossas-marcas {
  margin-bottom: 6.375rem
}

@media (max-width: 1095px) {
  .nossas-marcas {
    margin-bottom: 3.375rem
  }
}

.nossas-marcas .main-container {
  position: relative
}

.nossas-marcas .main-container:hover .swiper-next,
.nossas-marcas .main-container:hover .swiper-prev {
  opacity: 1
}

.nossas-marcas h2 {
  text-align: center;
  margin-bottom: 3.625rem
}

.nossas-marcas .swiper-wrapper {
  align-items: center
}

.nossas-marcas__grid {
  padding: 0 2rem;
  max-width: 61.9375rem;
  display: flex;
  gap: 5.125rem;
  align-items: center;
  justify-content: center;
  margin: auto
}

.nossas-marcas__grid div {
  display: flex;
  flex-shrink: 1
}

.nossas-marcas__grid div img {
  margin: auto;
  width: 100%
}

.nossas-marcas__grid div:nth-child(1) {
  width: 16rem
}

.nossas-marcas__grid div:nth-child(2) {
  width: 8.75rem
}

.nossas-marcas__grid div:nth-child(3) {
  width: 16.75rem
}

.nossas-marcas__grid div:nth-child(4) {
  width: 12.0625rem
}

@media (max-width: 1000px) {
  .nossas-marcas__grid {
    gap: 2.5rem
  }
}

@media (max-width: 719px) {
  .nossas-marcas__grid {
    flex-direction: column
  }
}

.footer {
  background-color: #27b7e3;
  padding: 2.5rem 0
}

.footer .main-container {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.footer img {
  width: 100%;
  max-width: 10rem
}

.footer ul {
  display: flex;
  gap: 2rem
}

.footer ul a {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.0625rem;
  text-transform: uppercase;
  color: white
}

.footer ul a:hover,
.footer ul a:focus {
  color: #555092
}

@media (max-width: 987px) {
  .footer {
    text-align: center
  }

  .footer .main-container,
  .footer ul {
    flex-direction: column
  }

  .footer img {
    margin-bottom: 1.5rem
  }

  .footer ul {
    gap: 0.5rem
  }
}