/* screen - desktop */

.desktop {
  align-items: center;
  background-color: var(--meia-maratonaazul);
  display: flex;
  flex-direction: column;
  min-width: 1200px;
  position: relative;
}

.desktop .header-1 {
  align-items: center;
  align-self: stretch;
  background-color: var(--meia-maratonaamarelo);
  display: flex;
  height: 90px;
  justify-content: center;
  padding: 0px 150px;
  position: relative;
  width: 100%;
}

.desktop .nav-2 {
  align-items: center;
  justify-content: space-between;
  width: 900px;
}

.desktop .logo-2 {
  height: 32px;
  position: relative;
  width: 191px;
}

.desktop .buttons {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 28px;
  justify-content: center;
  position: relative;
}

.desktop .link-1 {
  align-items: center;
  background-color: var(--meia-maratonaazul-marinho);
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 8px 32px;
  position: relative;
  transition: all 0.2s ease;
}

.desktop .link-1:hover {
  transform: scale(0.9); 
}

.desktop .faq-2 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.desktop .regulamento-2 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.desktop .video-frame-1 {
  align-self: stretch;
  display: flex;
  padding: 50px 0px;
  width: 100%;
}

.desktop .media-frame-1 {
  background-image: url(../img/media-frame-8.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 18px;
  height: 540px;
  position: relative;
  width: 960px;
}

.desktop .section-7 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 64px;
  padding: 40px;
  width: 100%;
}

.desktop .qual-vai-ser-o-teu-mermo-1 {
  letter-spacing: 0;
  line-height: 92px;
  margin-top: -1.00px;
  opacity: 0;
  position: relative;
  text-align: center;
  transform: translate(0, 25px);
  white-space: nowrap;
  width: fit-content;
}

.desktop .qual-vai-ser-o-teu-mermo-1.bp3-animate-enter {
  animation: bp3-animate-enter-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes bp3-animate-enter-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .g-percursos-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin-left: -53.00px;
  margin-right: -53.00px;
  position: relative;
}

.desktop .percursos-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 40px;
  position: relative;
}

.desktop .x600m-1 {
  align-items: center;
  background-color: var(--meia-maratonabranco);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 130px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
  width: 209px;
}

.desktop .x600m-1:hover {
  transform: scale(1.1);
}

.desktop .x600-m-kids-1 {
  color: var(--meia-maratonaazul);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxxl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 54px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.desktop .x5k-1 {
  align-items: center;
  background-color: var(--meia-maratonaazul-marinho);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 130px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
  width: 209px;
}

.desktop .x5k-1:hover {
  transform: scale(1.1);
}

.desktop .x5-k-1 {
  letter-spacing: 0;
  line-height: 54px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.desktop .x10k-1 {
  align-items: center;
  background-color: var(--meia-maratonaamarelo);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 130px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
  width: 209px;
}

.desktop .x10k-1:hover {
  transform: scale(1.1);
}

.desktop .x10-k-1 {
  color: var(--meia-maratonaazul);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxxl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 54px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.desktop .x21k-1 {
  align-items: center;
  background-color: var(--meia-maratonavermelho);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 130px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
  width: 209px;
}

.desktop .x21k-1:hover {
  transform: scale(1.1);
}

.desktop .x21-k-1 {
  letter-spacing: 0;
  line-height: 54px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.desktop .g-serpente-1 {
  flex: 0 0 auto;
  margin-top: -39px;
  position: relative;
}

.desktop .section-8 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 56px;
  width: 100%;
}

.desktop .viva-os-encantos-de-so-lus-1 {
  color: var(--meia-maratonabranco);
  font-family: var(--font-family-inter);
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 92px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.desktop .button-2 {
  gap: 10px;
}

.desktop .button-2:hover {
  transform: scale(1.1);
}

.desktop .inscreva-se-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.desktop .count-2 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding: 0px 40px;
  width: 100%;
}

.desktop .count-3 {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0px 0px;
}

.desktop .address-1 {
  color: var(--meia-maratonaamarelo);
  font-family: var(--font-family-inter);
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.desktop .section-9 {
  align-items: center;
  align-self: stretch;
  display: flex;
  height: 480px;
  justify-content: center;
  padding: 20px 0px 0px;
  width: 100%;
}

.desktop .info-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 15px;
  justify-content: center;
  padding: 33px 0px;
  position: relative;
  width: 100%;
}

.desktop .regulamento-3 {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 288px;
  justify-content: center;
  position: relative;
  transition: all 0.2s ease;
  width: 340px;
}

.desktop .regulamento-3:hover {
  transform: scale(0.9); 
}

.desktop .frame-3 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
}

.desktop .carbonrule-1 {
  height: 115px;
  position: relative;
  width: 115px;
}

.desktop .text-rules-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.desktop .regulamento-4 {
  color: var(--meia-maratonabranco);
  font-family: var(--font-family-inter);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.desktop .fique-por-dentro-de-1 {
  align-self: stretch;
  color: var(--meia-maratonabranco);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
  position: relative;
  text-align: center;
}

.desktop .faq-3 {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 288px;
  position: relative;
  transition: all 0.2s ease;
  width: 340px;
}

.desktop .faq-3:hover {
  transform: scale(0.9); 
}

.desktop .mdifaq-1 {
  height: 115px;
  position: relative;
  width: 115px;
}

.desktop .frame-26-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.desktop .faq-4 {
  color: var(--meia-maratonabranco);
  font-family: var(--font-family-inter);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.desktop .uma-rea-feita-para-1 {
  align-self: stretch;
  color: var(--meia-maratonabranco);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
  position: relative;
  text-align: center;
}

.desktop .section-10 {
  align-items: center;
  align-self: stretch;
  background-color: var(--meia-maratonaazul);
  display: flex;
  flex: 0 0 auto;
  gap: 80px;
  padding: 64px 0px;
  width: 100%;
}

.desktop .video-frame-2 {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}

.desktop .video-1 {
  border-radius: 50px;
  height: 840px;
  position: relative;
  width: 480px;
}

.desktop .instagram-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.desktop .text-1 {
  color: var(--meia-maratonabranco);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.desktop .button:hover {
  transform: scale(1.1);
}

.desktop .sedel_ma-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.desktop .section-11 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  width: 100%;
}

.desktop .section-item-1 {
  align-items: center;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-color: var(--meia-maratonaamarelo);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.desktop .patrocnio-1 {
  letter-spacing: 0;
  line-height: 92px;
  margin-top: -3.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.desktop .brand-2 {
  align-self: stretch;
  width: 100%;
}

.desktop .parcerias-1 {
  letter-spacing: 0;
  line-height: 92px;
  margin-top: -3.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.desktop .brand-3 {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 80px;
  justify-content: center;
  padding: 30px 0px;
  width: 100%;
}

.desktop .fila-1 {
  height: 43px;
  position: relative;
  width: 126px;
}

.desktop .logo-toyolex-1-1-1 {
  height: 71px;
  object-fit: cover;
  position: relative;
  width: 239px;
}

.desktop .logo-1-1 {
  height: 48px;
  object-fit: cover;
  position: relative;
  width: 216px;
}

.desktop .logo-ilha-bela-1-1-1 {
  height: 100px;
  object-fit: cover;
  position: relative;
  width: 184px;
}

.desktop .realizao {
  letter-spacing: 0;
  line-height: 92px;
  margin-top: -3.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.desktop .footer-1 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

.desktop .top-1 {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--meia-maratonaamarelo);
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  padding: 48px 64px;
  position: relative;
  width: 100%;
}

.desktop .block-6 {
  align-items: flex-start;
  flex-direction: column;
  gap: 160px;
  width: 524px;
}

.desktop .section-12 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  width: 100%;
}

.desktop .catlogo-1 {
  color: var(--meia-maratonaazul);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-weight: 500;
  letter-spacing: 0.40px;
  line-height: 14.0px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.desktop .nav-3 {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.desktop .row-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  position: relative;
  width: 100%;
}

.desktop .regulamento-5 {
  color: var(--meia-maratonaazul);
  cursor: pointer;
  font-family: var(--font-family-inter);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 33.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.desktop .row-item {
  height: 24.69px;
  position: relative;
  width: 23.72px;
}

.desktop .active-1 {
  align-items: flex-start;
  display: flex;
  position: relative;
  width: 53px;
}

.desktop .faq-5 {
  color: var(--meia-maratonaazul);
  cursor: pointer;
  flex: 1;
  font-family: var(--font-family-inter);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 33.6px;
  margin-top: -1.00px;
  position: relative;
}

.desktop .block-7 {
  align-items: flex-start;
  align-self: stretch;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.desktop .block-8 {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  gap: 431px;
  width: 100%;
}

.desktop .section-13 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 32px;
}

.desktop .siga-nos-1 {
  color: var(--meia-maratonaazul);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-weight: 500;
  letter-spacing: 0.40px;
  line-height: 14.0px;
  margin-top: -1.00px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: fit-content;
}

.desktop .list-1 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.desktop .instagram-3 {
  cursor: pointer;
  letter-spacing: 0;
  line-height: 19.6px;
  margin-top: -1.00px;
  position: relative;
  text-align: right;
  transition: all 0.2s ease;
  white-space: nowrap;
  width: fit-content;
}

.desktop .instagram-3:hover {
  transform: scale(1.1);
}

.desktop .wwwsedelmagovbr-1 {
  cursor: pointer;
  letter-spacing: 0;
  line-height: 19.6px;
  position: relative;
  text-align: right;
  transition: all 0.2s ease;
  white-space: nowrap;
  width: fit-content;
}

.desktop .wwwsedelmagovbr-1:hover {
  transform: scale(1.1);
}

.desktop .block-9 {
  align-items: flex-end;
  align-self: stretch;
  flex: 0 0 auto;
  justify-content: space-between;
  width: 100%;
}

.desktop .avenida-litornea-c-1 {
  letter-spacing: 0;
  line-height: 19.6px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.desktop .frame-2 {
  height: 24px;
  position: relative;
  width: 24px;
}

.desktop .botom-1 {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--meia-maratonaazul);
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  padding: 16px 64px;
  position: relative;
  width: 100%;
}

.desktop .block-10 {
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
}

.desktop .x2025-todos-os-direitos-reservados-1 {
  flex: 1;
  letter-spacing: 0;
  line-height: 16.8px;
  margin-top: -1.00px;
  opacity: 0.6;
  position: relative;
}

.desktop .block-11 {
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
  justify-content: space-between;
}

.desktop .privacidade-1 {
  letter-spacing: 0;
  line-height: 16.8px;
  margin-top: -1.00px;
  opacity: 0.6;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.desktop .all-rights-reserved {
  letter-spacing: 0;
  line-height: 16.8px;
  margin-top: -1.00px;
  opacity: 0.6;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: fit-content;
}

.desktop .block {
  display: flex;
  position: relative;
}

.desktop .brand {
  flex: 0 0 auto;
  position: relative;
}

.desktop .button {
  align-items: center;
  background-color: var(--meia-maratonaamarelo);
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
  transition: all 0.2s ease;
}

.desktop .count {
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
}

.desktop .nav {
  display: flex;
  position: relative;
}

.desktop .section {
  flex-direction: column;
  position: relative;
}

.desktop .video-frame {
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
}
/* screen - phone */

.phone {
  align-items: center;
  background-color: var(--meia-maratonaazul);
  display: flex;
  flex-direction: column;
  min-width: 390px;
  position: relative;
}

.phone .header {
  align-items: center;
  align-self: stretch;
  background-color: var(--meia-maratonaamarelo);
  display: flex;
  flex-direction: column;
  height: 120px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.phone .nav {
  align-items: center;
  gap: 139px;
  justify-content: center;
}

.phone .logo {
  display: block;
  height: 32px;
  opacity: 0;
  position: relative;
  transform: translate(25px, 0);
  width: 191px;
}

.phone .logo.bp1-animate-enter {
  animation: bp1-animate-enter-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(25px, 0);
}

@keyframes bp1-animate-enter-frames {
  from{opacity: 0;
transform: translate(25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.phone .bar {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  left: 340px;
  position: absolute;
  top: 30px;
  transition: all 0.2s ease;
}

.phone .bar:hover {
  transform: scale(1.1);
}

.phone .vector {
  height: 18px;
  position: relative;
  width: 22px;
}

.phone .section-1 {
  align-items: flex-start;
  display: inline-flex;
  gap: 10px;
  padding: 18px 0px;
}

.phone .media-frame {
  background-image: url(../img/media-frame-6@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 22px;
  height: 208px;
  position: relative;
  width: 348px;
}

.phone .section-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 40px;
  padding: 20px 40px;
  width: 100%;
}

.phone .qual-vai-ser-o-teu-mermo {
  align-self: stretch;
  color: var(--meia-maratonaamarelo);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.phone .g-percursos {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  margin-left: -52.00px;
  margin-right: -52.00px;
}

.phone .percursos {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.phone .percursos-item {
  align-items: center;
}

.phone .x600m {
  align-items: center;
  background-color: var(--meia-maratonabranco);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 111px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
  width: 142px;
}

.phone .x600m:hover {
  transform: scale(1.1);
}

.phone .x600-m-kids {
  color: var(--meia-maratonaazul);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.phone .x5k {
  align-items: center;
  background-color: var(--meia-maratonaazul-marinho);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 111px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
  width: 143px;
}

.phone .x5k:hover {
  transform: scale(1.1);
}

.phone .x5-k {
  letter-spacing: 0;
  line-height: 40px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.phone .x10k {
  align-items: center;
  background-color: var(--meia-maratonaamarelo);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 111px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
  width: 143px;
}

.phone .x10k:hover {
  transform: scale(1.1);
}

.phone .x10-k {
  color: var(--meia-maratonaazul);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.phone .x21k {
  align-items: center;
  background-color: var(--meia-maratonavermelho);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 111px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
  width: 144px;
}

.phone .x21k:hover {
  transform: scale(1.1);
}

.phone .x21-k {
  letter-spacing: 0;
  line-height: 40px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.phone .g-serpente {
  margin-top: -31px;
  width: 390px;
}

.phone .section-3 {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 32px;
  width: 100%;
}

.phone .viva-os-encantos-de-so-lus {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 44px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.phone .button {
  display: inline-flex;
}

.phone .button:hover {
  transform: scale(1.1);
}

.phone .inscreva-se {
  color: var(--meia-maratonaazul);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.phone .count {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  height: 54px;
  width: 100%;
}

.phone .count-1 {
  display: inline-flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0px 0px;
}

.phone .address {
  color: var(--meia-maratonaamarelo);
  filter: blur(10px);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  opacity: 0;
  position: relative;
  width: fit-content;
}

.phone .address.bp1-animate-enter1 {
  animation: bp1-animate-enter1-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  filter: blur(10px);
  opacity: 0;
}

@keyframes bp1-animate-enter1-frames {
  from{opacity: 0;
filter: blur(10px);
}
to{opacity: 1;
filter: none;
}
}

.phone .section-4 {
  align-items: center;
  align-self: stretch;
  display: flex;
  padding: 32px 0px;
  width: 100%;
}

.phone .info {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0px 32px;
  position: relative;
  width: 100%;
}

.phone .regulamento {
  align-items: center;
  cursor: pointer;
  filter: blur(10px);
  flex: 0 0 auto;
  flex-direction: column;
  gap: 5px;
  opacity: 0;
  position: relative;
  transition: all 0.2s ease;
  width: 240px;
}

.phone .regulamento.bp1-animate-enter2 {
  animation: bp1-animate-enter2-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  filter: blur(10px);
  opacity: 0;
}

@keyframes bp1-animate-enter2-frames {
  from{opacity: 0;
filter: blur(10px);
}
to{opacity: 1;
filter: none;
}
}

.phone .regulamento:hover {
  transform: scale(1.1);
}

.phone .frame {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.phone .carbonrule {
  height: 70px;
  position: relative;
  width: 70px;
}

.phone .text-rules {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
  position: relative;
  width: 100%;
}

.phone .regulamento-1 {
  letter-spacing: 0;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.phone .fique-por-dentro-de {
  align-self: stretch;
  height: 71px;
  letter-spacing: 0;
  line-height: 18px;
  position: relative;
  text-align: center;
}

.phone .faq {
  align-items: center;
  cursor: pointer;
  filter: blur(10px);
  flex: 0 0 auto;
  flex-direction: column;
  gap: 5px;
  opacity: 0;
  position: relative;
  transition: all 0.2s ease;
  width: 240px;
}

.phone .faq.bp1-animate-enter3 {
  animation: bp1-animate-enter3-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  filter: blur(10px);
  opacity: 0;
}

@keyframes bp1-animate-enter3-frames {
  from{opacity: 0;
filter: blur(10px);
}
to{opacity: 1;
filter: none;
}
}

.phone .faq:hover {
  transform: scale(1.1);
}

.phone .mdifaq {
  height: 70px;
  position: relative;
  width: 70px;
}

.phone .frame-26 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
  position: relative;
  width: 100%;
}

.phone .faq-1 {
  letter-spacing: 0;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.phone .uma-rea-feita-para {
  align-self: stretch;
  height: 71px;
  letter-spacing: 0;
  line-height: 18px;
  position: relative;
  text-align: center;
}

.phone .section-5 {
  align-items: center;
  align-self: stretch;
  background-color: var(--meia-maratonaazul);
  display: flex;
  gap: 24px;
  padding: 40px 0px;
  width: 100%;
}

.phone .video-frame {
  align-items: center;
  display: flex;
  gap: 10px;
  height: 400px;
  justify-content: space-around;
  width: 228px;
}

.phone .video {
  border-radius: 40px;
  height: 350px;
  width: 200px;
}

.phone .instagram {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.phone .text {
  color: var(--meia-maratonabranco);
  cursor: pointer;
  font-family: var(--font-family-inter);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: -1.00px;
  opacity: 0;
  position: relative;
  text-align: center;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  width: fit-content;
}

.phone .text.bp1-animate-enter4 {
  animation: bp1-animate-enter4-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes bp1-animate-enter4-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.phone .text:hover {
  transform: scale(1.1);
}

.phone .button-1 {
  opacity: 0;
  transform: translate(0, 25px);
}

.phone .button-1.bp1-animate-enter5 {
  animation: bp1-animate-enter5-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes bp1-animate-enter5-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.phone .button-1:hover {
  transform: scale(1.1);
}

.phone .sedel_ma {
  color: var(--meia-maratonaazul);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.phone .section-6 {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: center;
  width: 100%;
}

.phone .section-item {
  align-items: center;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-color: var(--meia-maratonaamarelo);
  display: flex;
  justify-content: center;
  padding: 12px 0px;
  width: 100%;
}

.phone .patrocnio {
  letter-spacing: 0;
  line-height: 40px;
  margin-top: -3.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.phone .apoio {
  letter-spacing: 0;
  line-height: 40px;
  margin-top: -3.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.phone .brand-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  padding: 30px 0px;
}

.phone .fila {
  height: 29px;
  position: relative;
  width: 86px;
}

.phone .logo-toyolex-1-1 {
  height: 57px;
  object-fit: cover;
  position: relative;
  width: 190px;
}

.phone .logo-1 {
  height: 34px;
  object-fit: cover;
  position: relative;
  width: 155px;
}

.phone .logo-ilha-bela-1-1 {
  height: 66px;
  object-fit: cover;
  position: relative;
  width: 122px;
}

.phone .parcerias {
  letter-spacing: 0;
  line-height: 40px;
  margin-top: -3.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.phone .footer {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.phone .top {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--meia-maratonaamarelo);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 49px;
  padding: 48px;
  position: relative;
  width: 100%;
}

.phone .block {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 160px;
  width: 100%;
}

.phone .section {
  align-items: flex-start;
  display: inline-flex;
  gap: 32px;
}

.phone .catlogo {
  letter-spacing: 0.48px;
  line-height: 16.8px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.phone .nav-1 {
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.phone .row {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: center;
  position: relative;
}

.phone .link {
  color: var(--meia-maratonaazul);
  cursor: pointer;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-weight: 400;
  letter-spacing: -0.16px;
  line-height: 19.2px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.phone .active {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.phone .sep-1 {
  margin-right: -0.37px;
}

.phone .block-1 {
  align-items: center;
  align-self: stretch;
  flex-direction: column;
  height: 139px;
  justify-content: space-between;
  width: 100%;
}

.phone .block-2 {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  gap: 431px;
  width: 100%;
}

.phone .siga-nos {
  color: var(--meia-maratonaazul);
  font-family: var(--font-family-inter);
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 0.32px;
  line-height: 11.2px;
  margin-top: -1.00px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: fit-content;
}

.phone .list {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.phone .instagram-1 {
  cursor: pointer;
  letter-spacing: 0;
  line-height: 14.0px;
  margin-top: -1.00px;
  opacity: 0;
  position: relative;
  text-align: right;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  white-space: nowrap;
  width: fit-content;
}

.phone .instagram-1.bp1-animate-enter6 {
  animation: bp1-animate-enter6-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes bp1-animate-enter6-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.phone .instagram-1:hover {
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}

.phone .wwwsedelmagovbr {
  cursor: pointer;
  letter-spacing: 0;
  line-height: 14.0px;
  opacity: 0;
  position: relative;
  text-align: right;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  white-space: nowrap;
  width: fit-content;
}

.phone .wwwsedelmagovbr.bp1-animate-enter7 {
  animation: bp1-animate-enter7-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes bp1-animate-enter7-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.phone .wwwsedelmagovbr:hover {
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}

.phone .block-3 {
  align-items: center;
  align-self: stretch;
  flex: 0 0 auto;
  justify-content: space-between;
  width: 100%;
}

.phone .avenida-litornea-c {
  letter-spacing: 0;
  line-height: 14.0px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.phone .frame-1 {
  height: 24px;
  position: relative;
  width: 24px;
}

.phone .botom {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--meia-maratonaazul);
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  padding: 16px 48px;
  position: relative;
  width: 100%;
}

.phone .block-4 {
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
}

.phone .x2025-todos-os-direitos-reservados {
  flex: 1;
  letter-spacing: 0;
  line-height: 16.8px;
  margin-top: -1.00px;
  opacity: 0.6;
  position: relative;
}

.phone .block-5 {
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
  gap: 536px;
  justify-content: space-around;
}

.phone .privacidade {
  letter-spacing: 0;
  line-height: 16.8px;
  margin-top: -1.00px;
  opacity: 0.6;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.phone .block-6 {
  display: flex;
  position: relative;
}

.phone .brand-2 {
  align-self: stretch;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}

.phone .button-2 {
  align-items: center;
  background-color: var(--meia-maratonaamarelo);
  border-radius: 8px;
  cursor: pointer;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 8px 30px;
  position: relative;
  transition: all 0.2s ease;
}

.phone .count-2 {
  align-items: center;
  justify-content: center;
  position: relative;
}

.phone .g {
  flex: 0 0 auto;
  position: relative;
}

.phone .nav-2 {
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
}

.phone .percursos-1 {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 40px;
  position: relative;
}

.phone .section-7 {
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.phone .sep-2 {
  height: 15.68px;
  position: relative;
  width: 14.73px;
}

.phone .video-1 {
  position: relative;
  transform: rotate(180deg);
}
/* screen - tablet-all-breakpoints */

.tablet-all-breakpoints {
  background-color: var(--meia-maratonaazul);
  display: flex;
  min-width: 810px;
}

.tablet-all-breakpoints .header-2 {
  align-items: center;
  align-self: stretch;
  background-color: var(--meia-maratonaamarelo);
  display: flex;
  height: 90px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.tablet-all-breakpoints .nav-4 {
  align-items: center;
  gap: 180px;
  justify-content: center;
}

.tablet-all-breakpoints .logo-3 {
  display: block;
  height: 32px;
  opacity: 0;
  position: relative;
  transform: translate(25px, 0);
  width: 191px;
}

.tablet-all-breakpoints .logo-3.bp2-animate-enter {
  animation: bp2-animate-enter-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(25px, 0);
}

@keyframes bp2-animate-enter-frames {
  from{opacity: 0;
transform: translate(25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.tablet-all-breakpoints .buttons-1 {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 35px;
  justify-content: center;
  position: relative;
}

.tablet-all-breakpoints .faq-6 {
  align-items: center;
  background-color: var(--meia-maratonaazul-marinho);
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  padding: 8px 20px;
  position: relative;
  transition: all 0.2s ease;
}

.tablet-all-breakpoints .faq-6:hover {
  transform: scale(0.9); 
}

.tablet-all-breakpoints .faq-7 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.tablet-all-breakpoints .regulamento-6 {
  align-items: center;
  background-color: var(--meia-maratonaazul-marinho);
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 8px 20px;
  position: relative;
  transition: all 0.2s ease;
}

.tablet-all-breakpoints .regulamento-6:hover {
  transform: scale(0.9); 
}

.tablet-all-breakpoints .regulamento-7 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.tablet-all-breakpoints .media {
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 32px 0px;
}

.tablet-all-breakpoints .media-frame-2 {
  background-image: url(../img/media-frame-7.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 18px;
  height: 360px;
  position: relative;
  width: 640px;
}

.tablet-all-breakpoints .section-15 {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 64px;
  padding: 40px;
  width: 100%;
}

.tablet-all-breakpoints .qual-vai-ser-o-teu-mermo-2 {
  letter-spacing: 0;
  line-height: 92px;
  margin-top: -1.00px;
  opacity: 0;
  position: relative;
  text-align: center;
  transform: translate(0, 25px);
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .qual-vai-ser-o-teu-mermo-2.bp2-animate-enter1 {
  animation: bp2-animate-enter1-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes bp2-animate-enter1-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.tablet-all-breakpoints .g-percursos-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin-left: -74.50px;
  margin-right: -74.50px;
  position: relative;
}

.tablet-all-breakpoints .percursos-2 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  position: relative;
}

.tablet-all-breakpoints .percursos-item-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 40px;
  position: relative;
}

.tablet-all-breakpoints .x600m-2 {
  align-items: center;
  background-color: var(--meia-maratonabranco);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 180px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
  width: 294px;
}

.tablet-all-breakpoints .x600m-2:hover {
  transform: scale(1.1);
}

.tablet-all-breakpoints .x600-m-kids-2 {
  color: var(--meia-maratonaazul);
  font-family: var(--font-family-inter);
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 64px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.tablet-all-breakpoints .x5k-2 {
  align-items: center;
  background-color: var(--meia-maratonaazul-marinho);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 180px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
  width: 294px;
}

.tablet-all-breakpoints .x5k-2:hover {
  transform: scale(1.1);
}

.tablet-all-breakpoints .x5-k-2 {
  color: var(--meia-maratonaamarelo);
  font-family: var(--font-family-inter);
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 64px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .x10k-2 {
  align-items: center;
  background-color: var(--meia-maratonaamarelo);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 180px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
  width: 293px;
}

.tablet-all-breakpoints .x10k-2:hover {
  transform: scale(1.1);
}

.tablet-all-breakpoints .x10-k-2 {
  color: var(--meia-maratonaazul);
  font-family: var(--font-family-inter);
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 64px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .x21k-2 {
  align-items: center;
  background-color: var(--meia-maratonavermelho);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 180px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
  width: 295px;
}

.tablet-all-breakpoints .x21k-2:hover {
  transform: scale(1.1);
}

.tablet-all-breakpoints .x21-k-2 {
  color: var(--meia-maratonaamarelo);
  font-family: var(--font-family-inter);
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 64px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .g-serpente-2 {
  flex: 0 0 auto;
  margin-top: -88px;
  position: relative;
}

.tablet-all-breakpoints .section-16 {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 56px;
  width: 100%;
}

.tablet-all-breakpoints .viva-os-encantos-de-so-lus-2 {
  color: var(--meia-maratonabranco);
  font-family: var(--font-family-inter);
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 80px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.tablet-all-breakpoints .button-4 {
  display: inline-flex;
  padding: 8px 30px;
}

.tablet-all-breakpoints .button-4:hover {
  transform: scale(1.1);
}

.tablet-all-breakpoints .inscreva-se-2 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.tablet-all-breakpoints .count-4 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  height: 168px;
  width: 100%;
}

.tablet-all-breakpoints .count-5 {
  display: inline-flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0px 0px;
}

.tablet-all-breakpoints .address-2 {
  color: var(--meia-maratonaamarelo);
  font-family: var(--font-family-inter);
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.tablet-all-breakpoints .section-17 {
  align-items: center;
  align-self: stretch;
  display: flex;
  padding: 32px 0px;
  width: 100%;
}

.tablet-all-breakpoints .info-2 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 0px 32px;
  position: relative;
  width: 100%;
}

.tablet-all-breakpoints .regulamento-8 {
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  opacity: 0;
  position: relative;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  width: 240px;
}

.tablet-all-breakpoints .regulamento-8.bp2-animate-enter2 {
  animation: bp2-animate-enter2-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes bp2-animate-enter2-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.tablet-all-breakpoints .regulamento-8:hover {
  transform: scale(0.9); 
}

.tablet-all-breakpoints .frame-27 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.tablet-all-breakpoints .carbonrule-2 {
  height: 70px;
  position: relative;
  width: 70px;
}

.tablet-all-breakpoints .text-rules-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
  position: relative;
  width: 100%;
}

.tablet-all-breakpoints .regulamento-9 {
  letter-spacing: 0;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .fique-por-dentro-de-2 {
  align-self: stretch;
  height: 71px;
  letter-spacing: 0;
  line-height: 18px;
  position: relative;
  text-align: center;
}

.tablet-all-breakpoints .faq-8 {
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  opacity: 0;
  position: relative;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  width: 240px;
}

.tablet-all-breakpoints .faq-8.bp2-animate-enter3 {
  animation: bp2-animate-enter3-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes bp2-animate-enter3-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.tablet-all-breakpoints .faq-8:hover {
  transform: scale(0.9); 
}

.tablet-all-breakpoints .frame-28 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  position: relative;
}

.tablet-all-breakpoints .mdifaq-2 {
  height: 70px;
  position: relative;
  width: 70px;
}

.tablet-all-breakpoints .frame-26-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 13px;
  position: relative;
  width: 100%;
}

.tablet-all-breakpoints .faq-9 {
  letter-spacing: 0;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .uma-rea-feita-para-2 {
  align-self: stretch;
  height: 71px;
  letter-spacing: 0;
  line-height: 18px;
  position: relative;
  text-align: center;
}

.tablet-all-breakpoints .section-18 {
  align-items: center;
  align-self: stretch;
  background-color: var(--meia-maratonaazul);
  display: flex;
  gap: 34px;
  padding: 40px 0px;
  width: 100%;
}

.tablet-all-breakpoints .video-frame-3 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  position: relative;
}

.tablet-all-breakpoints .video-2 {
  border-radius: 50px;
  height: 623px;
  position: relative;
  width: 356px;
}

.tablet-all-breakpoints .instagram-4 {
  align-items: center;
  flex: 0 0 auto;
  flex-direction: column;
}

.tablet-all-breakpoints .instagram-4.bp2-animate-enter4 {
  animation: bp2-animate-enter4-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes bp2-animate-enter4-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.tablet-all-breakpoints .text-2 {
  color: var(--meia-maratonabranco);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl);
  font-weight: 400;
  height: 104px;
  letter-spacing: 0;
  line-height: 52px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: 536px;
}

.tablet-all-breakpoints .button-5 {
  opacity: 0;
  padding: 8px 40px;
  transform: translate(0, 25px);
}

.tablet-all-breakpoints .button-5.bp2-animate-enter5 {
  animation: bp2-animate-enter5-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes bp2-animate-enter5-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.tablet-all-breakpoints .button-5:hover {
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}

.tablet-all-breakpoints .sedel_ma-2 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.tablet-all-breakpoints .section-19 {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: center;
  width: 100%;
}

.tablet-all-breakpoints .section-item-2 {
  align-items: center;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-color: var(--meia-maratonaamarelo);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 20px 0px 40px;
  position: relative;
  width: 100%;
}

.tablet-all-breakpoints .patrocnio-2 {
  letter-spacing: 0;
  line-height: 92px;
  margin-top: -3.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .parcerias-2 {
  letter-spacing: 0;
  line-height: 92px;
  margin-top: -3.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .brand-6 {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 30px 0px;
}

.tablet-all-breakpoints .fila-2 {
  height: 31px;
  position: relative;
  width: 90px;
}

.tablet-all-breakpoints .logo-toyolex-1-1-2 {
  height: 71px;
  object-fit: cover;
  position: relative;
  width: 239px;
}

.tablet-all-breakpoints .logo-1-2 {
  height: 31px;
  object-fit: cover;
  position: relative;
  width: 139px;
}

.tablet-all-breakpoints .logo-ilha-bela-1-1-2 {
  height: 77px;
  object-fit: cover;
  position: relative;
  width: 142px;
}

.tablet-all-breakpoints .realizao-1 {
  letter-spacing: 0;
  line-height: 92px;
  margin-top: -3.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .footer-2 {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.tablet-all-breakpoints .top-2 {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--meia-maratonaamarelo);
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  padding: 48px;
  position: relative;
  width: 100%;
}

.tablet-all-breakpoints .block-12 {
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 160px;
}

.tablet-all-breakpoints .section-14 {
  align-items: flex-start;
  display: inline-flex;
  gap: 32px;
}

.tablet-all-breakpoints .catlogo-2 {
  letter-spacing: 0.48px;
  line-height: 16.8px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .nav-5 {
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.tablet-all-breakpoints .row-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: center;
  position: relative;
}

.tablet-all-breakpoints .link-2 {
  color: var(--meia-maratonaazul);
  cursor: pointer;
  font-family: var(--font-family-inter);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.24px;
  line-height: 28.8px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .active-2 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.tablet-all-breakpoints .sep-3 {
  margin-right: -0.37px;
}

.tablet-all-breakpoints .block-13 {
  align-items: flex-start;
  align-self: stretch;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.tablet-all-breakpoints .block-14 {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  gap: 431px;
  width: 100%;
}

.tablet-all-breakpoints .siga-nos-2 {
  color: var(--meia-maratonaazul);
  font-family: var(--font-family-inter);
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 0.32px;
  line-height: 11.2px;
  margin-top: -1.00px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .list-2 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.tablet-all-breakpoints .instagram-5 {
  cursor: pointer;
  letter-spacing: 0;
  line-height: 16.8px;
  margin-top: -1.00px;
  text-align: right;
  transition: all 0.2s ease;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .instagram-5.bp2-animate-enter6 {
  animation: bp2-animate-enter6-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes bp2-animate-enter6-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.tablet-all-breakpoints .instagram-5:hover {
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}

.tablet-all-breakpoints .wwwsedelmagovbr-2 {
  cursor: pointer;
  letter-spacing: 0;
  line-height: 16.8px;
  opacity: 0;
  position: relative;
  text-align: right;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .wwwsedelmagovbr-2.bp2-animate-enter7 {
  animation: bp2-animate-enter7-frames 0.20s ease-in-out 0.00s 1 normal forwards;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes bp2-animate-enter7-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.tablet-all-breakpoints .wwwsedelmagovbr-2:hover {
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}

.tablet-all-breakpoints .block-15 {
  align-items: flex-end;
  align-self: stretch;
  flex: 0 0 auto;
  justify-content: space-between;
  width: 100%;
}

.tablet-all-breakpoints .avenida-litornea-c-2 {
  color: var(--meia-maratonaazul);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19.6px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .frame-4 {
  height: 24px;
  position: relative;
  width: 24px;
}

.tablet-all-breakpoints .botom-2 {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--meia-maratonaazul);
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  padding: 16px 48px;
  position: relative;
  width: 100%;
}

.tablet-all-breakpoints .block-16 {
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
}

.tablet-all-breakpoints .x2025-todos-os-direitos-reservados-2 {
  flex: 1;
  letter-spacing: 0;
  line-height: 16.8px;
  margin-top: -1.00px;
  opacity: 0.6;
  position: relative;
}

.tablet-all-breakpoints .block-17 {
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
  justify-content: space-between;
}

.tablet-all-breakpoints .privacidade-2 {
  letter-spacing: 0;
  line-height: 16.8px;
  margin-top: -1.00px;
  opacity: 0.6;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all-breakpoints .all-rights-reserved-1 {
  letter-spacing: 0;
  line-height: 16.8px;
  margin-top: -1.00px;
  opacity: 0.6;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: fit-content;
}

.tablet-all {
  align-items: center;
  flex-direction: column;
  position: relative;
}

.tablet-all-breakpoints .block {
  display: flex;
  position: relative;
}

.tablet-all-breakpoints .brand {
  align-self: stretch;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}

.tablet-all-breakpoints .button {
  align-items: center;
  background-color: var(--meia-maratonaamarelo);
  border-radius: 12px;
  cursor: pointer;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
  transition: all 0.2s ease;
}

.tablet-all-breakpoints .count {
  align-items: center;
  justify-content: center;
  position: relative;
}

.tablet-all-breakpoints .instagram {
  opacity: 0;
  position: relative;
  transform: translate(0, 25px);
}

.tablet-all-breakpoints .nav {
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
}

.tablet-all-breakpoints .section {
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.tablet-all-breakpoints .sep {
  height: 21.67px;
  position: relative;
  width: 19.74px;
}
@media screen and (max-width: 809px) {
  .screen.desktop { 
    display: none;
   }
  .screen.tablet-all-breakpoints { 
    display: none;
   }
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .screen.phone { 
    display: none;
   }
  .screen.desktop { 
    display: none;
   }
}
@media screen and (min-width: 1200px) {
  .screen.phone { 
    display: none;
   }
  .screen.tablet-all-breakpoints { 
    display: none;
   }
}