:root {
  --alfa-dark-10: rgba(18,18,18,0.1);
  --alfa-dark-20: rgba(18,18,18,0.2);
  --alfa-dark-30: rgba(18,18,18,0.3);
  --alfa-dark-40: rgba(18,18,18,0.4);
  --alfa-dark-50: rgba(18,18,18,0.5);
  --alfa-dark-60: rgba(18,18,18,0.6);
  --alfa-dark-70: rgba(18,18,18,0.7);
  --alfa-dark-80: rgba(18,18,18,0.8);
  --alfa-dark-90: rgba(18,18,18,0.9);
  --alfa-light-10: rgba(231,231,231,0.1);
  --alfa-light-20: rgba(231,231,231,0.2);
  --alfa-light-30: rgba(231,231,231,0.3);
  --alfa-light-40: rgba(231,231,231,0.4);
  --alfa-light-50: rgba(231,231,231,0.5);
  --alfa-light-60: rgba(231,231,231,0.6);
  --alfa-light-70: rgba(231,231,231,0.7);
  --alfa-light-80: rgba(231,231,231,0.8);
  --alfa-light-90: rgba(231,231,231,0.9);
  --brand-black: #000000;
  --brand-blue-fun: #0E143A;
  --brand-blue-hap: #2C53E3;
  --brand-white: #FFFFFF;
  --complementay-adventure-dark: #495126;
  --complementay-adventure-medium: #79803B;
  --complementay-adventure-normal: #D0DE4D;
  --complementay-aquatic-dark: #15303E;
  --complementay-aquatic-medium: #326B7A;
  --complementay-aquatic-normal: #66C1BB;
  --complementay-indoor-dark: #431938;
  --complementay-indoor-medium: #CA4E8C;
  --complementay-indoor-normal: #E180C4;
  --complementay-itinerant-dark: #231547;
  --complementay-itinerant-medium: #500B88;
  --complementay-itinerant-normal: #9047E8;
  --complementay-thematic-dark: #431E0F;
  --complementay-thematic-medium: #803923;
  --complementay-thematic-normal: #E07E49;
  --neutral-50: #F9FAFB;
  --neutral-100: #D1D1D1;
  --neutral-200: #B0B0B0;
  --neutral-300: #888888;
  --neutral-400: #6D6D6D;
  --neutral-500: #5D5D5D;
  --neutral-600: #4F4F4F;
  --neutral-700: #454545;
  --neutral-800: #292929;
  --neutral-900: #1D1D1D;
  --neutral-950: #121212;
  --success-soft: #E3FBE3;
  --success-medium: #4CAF50;
  --success-hard: #2E7D32;
  --warning-soft: #FFF3E0;
  --warning-medium: #FFC107;
  --warning-hard: #FFA000;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
}

.header-menu {
  background-color: var(--brand-blue-hap);
  width: 100%;
  padding: 24px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  gap: 24px;
  flex-direction: column;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.header-menu .conteudo {
  display: flex;
  gap: 54px;
  flex-direction: column;
  align-items: center;
}
.header-menu.fechado {
  overflow: hidden;
  height: 85px;
}
.header-menu.fechado .btn-toggle-menu {
  background-image: url("../img/menu-04.svg");
}
.header-menu img.logo {
  width: 195px;
}
.header-menu .btn-toggle-menu {
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-image: url("../img/x-close.png");
}
.header-menu .logo-fechar {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header-menu ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 50px 0 0 0;
  padding: 0;
}
.header-menu ul li {
  list-style: none;
  font-size: 19px;
  font-weight: 400;
  color: var(--brand-white);
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-menu ul li a {
  display: flex;
  color: var(--brand-white);
  text-decoration: none;
  font-weight: 400;
  align-items: center;
  gap: 8px;
}
.header-menu ul li a span {
  font-weight: 700;
}
.header-menu ul li::after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--alfa-light-50);
  width: 20px;
  padding-top: 20px;
}
.header-menu ul li:last-child::after {
  display: none;
}
.header-menu .redes-sociais {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-menu .redes-sociais img {
  width: 34px;
  height: 34px;
}
.header-menu .enviar-email {
  width: 100%;
  height: 46px;
  border-radius: 8px;
}
.header-menu .enviar-email a {
  gap: 10px;
  border-radius: 8px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--brand-blue-fun);
  color: var(--brand-white);
  text-decoration: none;
}
.header-menu .enviar-email a span {
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .header-menu {
    height: 100vh;
  }
  .header-menu ul {
    margin: 70px 0 0 0;
  }
  .header-menu ul li {
    font-size: 25px;
    gap: 0;
    align-items: center;
  }
  .header-menu ul li a {
    font-weight: 400;
    font-size: 25.03px;
    line-height: 160%;
    letter-spacing: 0%;
  }
  .header-menu ul li a img {
    width: 25px;
    height: 25px;
  }
  .header-menu .redes-sociais {
    width: 100%;
    max-width: 700px;
    display: flex;
    justify-content: space-between;
  }
  .header-menu .redes-sociais img {
    width: 49px;
    height: 49px;
  }
  .header-menu .enviar-email {
    border-radius: 8px;
  }
  .header-menu .enviar-email a img {
    width: 16px;
    height: 16px;
  }
  .header-menu .enviar-email a span {
    font-size: 18px;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .header-menu {
    height: 165px;
    overflow: auto;
  }
  .header-menu .logo-fechar {
    justify-content: center;
  }
  .header-menu .logo-fechar img.logo {
    width: 246px;
    height: 47px;
  }
  .header-menu .btn-toggle-menu {
    display: none;
  }
  .header-menu.fechado {
    height: 165px;
    overflow: auto;
  }
  .header-menu ul {
    padding: 0;
    margin-top: 0px;
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
  .header-menu ul li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }
  .header-menu ul li a {
    font-size: 16px;
  }
  .header-menu ul li a span {
    font-size: 16px;
  }
  .header-menu ul li a img {
    width: 16px;
    height: 16px;
  }
  .header-menu ul li::after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 0;
    top: 10px;
    height: 10px;
    width: 1px;
    border-right: 1px solid var(--alfa-light-50);
    right: -10px;
    padding: 0;
  }
  .header-menu .redes-sociais {
    display: none;
  }
  .header-menu .enviar-email {
    width: 30px;
    height: 30px;
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .header-menu .enviar-email a {
    gap: 0;
    border-radius: 50%;
    font-size: 0px;
    text-indent: -100000px;
    justify-content: center;
    background-color: transparent;
    border: 1px solid var(--brand-white);
  }
  .header-menu .enviar-email a img {
    width: 16px;
    height: 16px;
  }
}
.hero {
  background-color: var(--brand-blue-hap);
  min-height: 597px;
  display: flex;
  background-image: url("../img/hapfun-fundo-menu.svg"), url("../img/hapfun-fundo-menu.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: center 0px, bottom center;
  background-size: 815px 156px, 815px 156px;
  padding-bottom: 20px;
}
.hero .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid white;
  width: 18px;
  height: 18px;
  background-color: transparent;
  opacity: 1;
}
.hero .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}
.hero .swiper {
  width: 100%;
}
.hero .swiper-slide {
  width: 100%;
}
.hero .swiper-slide.slide-02 .conteudo .slide-image {
  background-image: url("../img/slider/slide-02.jpg");
  background-position: -230px center;
}
.hero .swiper-slide.slide-03 .conteudo .slide-image {
  background-image: url("../img/slider/slide-03.jpg");
  background-position: -120px center;
}
.hero .swiper-slide.slide-01 .conteudo .slide-image {
  background-image: url("../img/slider/slide-01.jpg");
  background-position: -260px -39px;
}
.hero .swiper-slide .conteudo {
  width: 100%;
  height: 485px;
  margin-top: 48px;
  position: relative;
}
.hero .swiper-slide .conteudo .slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  border-radius: 24px;
}
.hero .swiper-slide .conteudo .slide-text {
  align-items: start;
  justify-content: end;
  padding: 28px;
  flex-direction: column;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 28%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0) 100%);
}
.hero .swiper-slide .conteudo .slide-text p {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: var(--brand-white);
  width: 100%;
}
.hero .swiper-slide .conteudo .slide-text a {
  background-color: var(--brand-blue-hap);
  border-radius: 8px;
  border: none;
  color: var(--brand-white);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 120%;
  padding: 8px 16px;
  text-decoration: none;
}
.hero .swiper-slide .conteudo .slide-text a span {
  line-height: 120%;
  font-weight: 700;
}
.hero .swiper-slide .conteudo .slide-text a img {
  width: 18px;
  height: 18px;
}
.hero .swiper-slide .conteudo .slide-text a:hover {
  background-color: var(--brand-blue-fun);
}

@media (min-width: 768px) {
  .hero {
    background-image: url("../img/hapfun-fundo-menu.svg"), url("../img/hapfun-fundo-menu.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: center 0px, bottom center;
    background-size: 943px 180px, 943px 180px;
  }
  .hero .swiper-slide.slide-02 .conteudo .slide-image {
    background-position: center center;
  }
  .hero .swiper-slide.slide-03 .conteudo .slide-image {
    background-position: center center;
  }
  .hero .swiper-slide.slide-01 .conteudo .slide-image {
    background-position: center -39px;
  }
}
@media (min-width: 1200px) {
  .hero {
    background-position: center 0px, bottom center;
    background-size: 1562px 299px, 1562px 299px;
  }
  .hero .swiper-slide .conteudo .slide-text p {
    font-size: 36px;
    max-width: 703px;
  }
}
.cupons {
  background-color: var(--brand-white);
}
.cupons .container {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0;
}
.cupons .texto {
  padding: 50px 20px 20px 20px;
}
.cupons .texto h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  margin: 0;
}
.cupons .texto p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}
.cupons .swiper {
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.cupons .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid var(--brand-blue-hap);
  width: 18px;
  height: 18px;
  background-color: transparent;
  opacity: 1;
}
.cupons .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--brand-blue-hap);
}
.cupons .swiper .swiper-slide {
  width: 100%;
}
.cupons .swiper .swiper-slide .conteudo {
  height: 180px;
  position: relative;
}
.cupons .swiper .swiper-slide .conteudo > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 16px;
}
.cupons .swiper .swiper-slide .conteudo a {
  background-color: var(--brand-blue-hap);
  border-radius: 8px;
  border: none;
  color: var(--brand-white);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 120%;
  padding: 8px 16px;
  text-decoration: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.cupons .swiper .swiper-slide .conteudo a span {
  line-height: 120%;
  font-weight: 700;
}
.cupons .swiper .swiper-slide .conteudo a img {
  width: 18px;
  height: 18px;
}
.cupons .swiper .swiper-slide .conteudo a:hover {
  background-color: var(--brand-blue-fun);
}

@media (min-width: 768px) {
  .cupons .texto {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cupons .texto h2 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .cupons .texto {
    padding-left: 0;
    padding-right: 0;
  }
  .cupons .texto p {
    font-size: 18px;
  }
}
.noticias {
  position: relative;
  padding: 64px 24px;
}
.noticias .saiba-mais-container {
  padding-top: 48px;
  display: flex;
  justify-content: center;
}
.noticias .btn-saiba-mais {
  background-color: var(--brand-blue-hap);
  border-radius: 8px;
  border: none;
  color: var(--brand-white);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 120%;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-block;
}
.noticias .btn-saiba-mais span {
  line-height: 120%;
  font-weight: 700;
}
.noticias .btn-saiba-mais img {
  width: 18px;
  height: 18px;
}
.noticias .btn-saiba-mais:hover {
  background-color: var(--brand-blue-fun);
}
.noticias .capa {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 320px;
  background-color: var(--complementay-thematic-normal);
}
.noticias .capa::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/marca/logo-horizontal-black.svg);
  background-repeat: no-repeat;
  background-position: center -20%;
  opacity: 0.15;
}
.noticias .elevado {
  position: relative;
  z-index: 10;
}
.noticias .cabecalho {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.noticias .cabecalho h2 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: var(--brand-white);
}
.noticias .cabecalho p {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: var(--brand-white);
}
.noticias .lista {
  display: flex;
  gap: 40px;
  flex-direction: column;
  margin-top: 20px;
}
.noticias .lista .noticia {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.noticias .lista .noticia .texto {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.noticias .lista .noticia span {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: var(--brand-blue-fun);
  align-items: start;
}
.noticias .lista .noticia h3 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: var(--brand-blue-fun);
}
.noticias .lista .noticia a {
  display: inline-block;
  padding: 4px 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: var(--brand-blue-hap);
  text-decoration: none;
}
.noticias .lista .noticia img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
  width: 100%;
  height: 200px;
}

@media (min-width: 768px) {
  .noticias .capa::before {
    background-image: url(../img/marca/logo-horizontal-black.svg);
    background-size: 1440px 275px;
    background-position: left -115px;
  }
  .noticias .cabecalho h2 {
    font-size: 44px;
  }
  .noticias .lista {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 32px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .noticias .lista .noticia img {
    height: 184px;
  }
}
@media (min-width: 1200px) {
  .noticias {
    padding: 100px 0px;
  }
  .noticias .capa::before {
    background-size: 1440px 275px;
    background-position: center -115px;
  }
  .noticias .lista .noticia img {
    height: 279px;
  }
  .noticias .lista .noticia h3 {
    height: 48px;
    overflow: hidden;
  }
}
.eventos {
  position: relative;
  padding: 64px 24px;
}
.eventos .capa {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 320px;
  background-color: var(--complementay-itinerant-normal);
}
.eventos .capa::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/marca/logo-horizontal-black.svg);
  background-repeat: no-repeat;
  background-position: 0px -124px;
  background-size: 1440px 275px;
  opacity: 0.15;
}
.eventos .elevado {
  position: relative;
  z-index: 10;
}
.eventos .cabecalho {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.eventos .cabecalho h2 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: var(--brand-white);
}
.eventos .cabecalho p {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: var(--brand-white);
}
.eventos .lista {
  display: flex;
  gap: 40px;
  flex-direction: column;
  margin-top: 20px;
}
.eventos .lista .evento {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.eventos .lista .evento .texto {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.eventos .lista .evento span {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: var(--brand-blue-fun);
  align-items: start;
}
.eventos .lista .evento h3 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: var(--brand-blue-fun);
}
.eventos .lista .evento a {
  display: inline-block;
  padding: 4px 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: var(--brand-blue-hap);
  text-decoration: none;
}
.eventos .lista .evento img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
  width: 100%;
  height: 200px;
}

@media (min-width: 768px) {
  .eventos {
    padding: 60px 24px;
  }
  .eventos .capa {
    height: 274px;
  }
  .eventos .capa::before {
    background-size: 1440px 275px;
    background-position: left -115px;
  }
  .eventos .cabecalho h2 {
    font-size: 44px;
  }
  .eventos .lista {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 32px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .eventos .lista .evento img {
    height: 184px;
  }
}
@media (min-width: 1200px) {
  .eventos {
    padding: 100px 0px;
  }
  .eventos .capa::before {
    background-size: 1440px 275px;
    background-position: center -115px;
  }
  .eventos .lista .evento img {
    height: 279px;
  }
  .eventos .lista .evento h3 {
    height: 48px;
    overflow: hidden;
  }
}
section.newsletter {
  position: relative;
  background-color: var(--complementay-indoor-medium);
}
section.newsletter .block-ui {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
  position: absolute;
  display: none;
}
section.newsletter .block-ui.show {
  display: block;
}
section.newsletter .container {
  position: relative;
  display: flex;
  padding-top: 46px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.newsletter::after {
  content: "";
  display: block;
  width: 100%;
  height: 101px;
  margin-top: 20px;
  background-image: url("../img/marca/logo-horizontal-adventure-normal.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 140%;
}
section.newsletter .frase-container {
  width: 100%;
  max-width: 342px;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
section.newsletter .frase-container .assine {
  font-size: 28px;
  font-weight: 700;
  color: var(--brand-white);
  margin-bottom: -20px;
  line-height: 120%;
}
section.newsletter .frase-container .newsletter {
  font-size: 64px;
  font-weight: 700;
  color: var(--complementay-adventure-normal);
  line-height: 120%;
  align-self: flex-end;
}
section.newsletter form {
  position: relative;
  width: 100%;
  max-width: 342px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.newsletter form input {
  width: 100%;
  height: 48px;
  background-color: var(--brand-white);
  border: none;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 12px;
  line-height: 160%;
  font-weight: 400;
  color: var(--brand-blue-fun);
}
section.newsletter form input::-moz-placeholder {
  color: var(--complementay-adventure-light);
}
section.newsletter form input::placeholder {
  color: var(--complementay-adventure-light);
}
section.newsletter form button {
  background-color: var(--brand-blue-hap);
  border-radius: 8px;
  border: none;
  color: var(--brand-white);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 120%;
  padding: 8px 16px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 5px;
}
section.newsletter form button span {
  line-height: 120%;
  font-weight: 700;
}
section.newsletter form button img {
  width: 18px;
  height: 18px;
}
section.newsletter form button:hover {
  background-color: var(--brand-blue-fun);
}
section.newsletter form .alerta-sucesso {
  align-items: center;
  background-color: var(--success-soft);
  border-radius: var(--radius-sm);
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  height: 50px;
  letter-spacing: 0%;
  line-height: 160%;
  padding: 12px;
  width: 100%;
  display: none;
}
section.newsletter form .alerta-sucesso.show {
  display: flex;
}
section.newsletter form .alerta-erro {
  width: 100%;
  height: 50px;
  gap: 10px;
  border-radius: var(--radius-sm);
  padding: 12px;
  align-items: center;
  display: none;
  background: #FCE4E4;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #7D1212;
}
section.newsletter form .alerta-erro.show {
  display: flex;
}

@media (min-width: 768px) {
  section.newsletter::after {
    height: 163px;
    margin-top: 20px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 869px 166px;
  }
  section.newsletter form {
    max-width: 477px;
  }
}
@media (min-width: 1200px) {
  section.newsletter .container {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  section.newsletter .frase-container {
    max-width: 477px;
  }
  section.newsletter .frase-container .assine {
    font-size: 44px;
    margin-bottom: -30px;
  }
  section.newsletter .frase-container .newsletter {
    font-size: 84px;
  }
  section.newsletter form {
    width: 493px;
  }
  section.newsletter form input {
    font-size: 16px;
  }
  section.newsletter::after {
    height: 210px;
    margin-top: 40px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1440px 275px;
  }
}
section.redes {
  background-color: var(--brand-blue-fun);
  background-image: url(../img/havppiness.svg);
  background-repeat: no-repeat;
  background-position: 70% top;
  background-size: 1101px 637px;
}
section.redes .container {
  padding: 78px 24px 140px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.redes .conteudo {
  display: flex;
  flex-direction: column;
}
section.redes .conteudo h3 {
  color: var(--brand-white);
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
section.redes .conteudo p {
  margin: 0;
  color: var(--brand-white);
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  padding: 0;
}
section.redes .video-youtube {
  width: 100%;
  display: flex;
  justify-content: center;
}
section.redes .video-youtube .cover {
  border-radius: 13px;
  max-width: 342px;
  height: 136px;
  display: inline-block;
  width: 100%;
  background-image: url(../img/icon-youtube.svg), url(../img/img-canais-desktop.jpg);
  background-size: 50px 50px, 833px auto;
  background-position: center center, 0 -340px;
  background-repeat: no-repeat, no-repeat;
}
section.redes .icones {
  display: flex;
  justify-content: space-between;
}
section.redes .icones img {
  width: 34px;
  height: 34px;
}

@media (min-width: 768px) {
  section.redes .conteudo h3 {
    font-size: 44px;
  }
  section.redes .video-youtube .cover {
    max-width: 768px;
    height: 126px;
    background-size: 47px 47px, 768px auto;
    background-position: 137px center, 0 -313px;
    background-repeat: no-repeat, no-repeat;
  }
  section.redes .icones {
    gap: 43px;
    display: flex;
    justify-content: center;
  }
  section.redes .icones img {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1200px) {
  section.redes .container {
    padding: 78px 0px 140px 0px;
  }
  section.redes .video-youtube .cover {
    max-width: 1217px;
    height: 199px;
    background-size: 74px 74px, 1218px auto;
    background-position: 213px center, 0 -497px;
    background-repeat: no-repeat, no-repeat;
  }
}
section.sobre {
  background-color: var(--complementay-aquatic-medium);
}
section.sobre .container {
  padding: 52px 24px 0 24px;
  color: var(--brand-white);
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
section.sobre::after {
  content: "";
  margin-top: 30px;
  margin-bottom: -6px;
  height: 108px;
  background-image: url(../img/marca/logo-horizontal-complementary-aquatic-dark.svg);
  background-position: 45% center;
  background-repeat: no-repeat;
  margin-left: -24px;
  margin-right: -24px;
  background-size: 565px 108px;
}
section.sobre h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  padding: 0;
  margin: 0;
}
section.sobre h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  padding: 0;
  margin: 0;
}
section.sobre p {
  padding: 0;
  margin: 0;
}
section.sobre .conteudo {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
section.sobre .fale-conosco {
  background-color: var(--alfa-light-10);
  border: 1px solid var(--alfa-light-40);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
section.sobre .fale-conosco p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding: 0;
  margin: 0;
}
section.sobre .fale-conosco p strong {
  font-weight: 700;
}
section.sobre .fale-conosco .email-contato {
  color: var(--complementay-adventure-normal);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  display: block;
  text-decoration: none;
}

@media (min-width: 768px) {
  section.sobre .container {
    padding: 87px 24px 87px 24px;
  }
  section.sobre::after {
    content: "";
    margin-top: 60px;
    margin-bottom: -6px;
    height: 176px;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-left: -24px;
    margin-right: -24px;
    background-size: 919px 176px;
  }
  section.sobre .conteudo h3,
  section.sobre .conteudo h4 {
    font-size: 44px;
  }
  section.sobre .fale-conosco h4 {
    font-size: 36px;
  }
  section.sobre .fale-conosco p {
    font-size: 18px;
  }
  section.sobre .fale-conosco .email-contato {
    font-size: 28px;
  }
}
footer {
  background-color: var(--complementay-aquatic-dark);
  padding: 32px 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
footer .texto {
  font-family: Host Grotesk;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--brand-white);
  text-align: center;
}
footer .btn-scroll-up {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--brand-white);
  position: absolute;
  right: 20px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/icon-up.svg);
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  footer {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  footer .btn-scroll-up {
    top: 32px;
  }
}
.modal-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  overflow: hidden;
}
.modal-wrapper .close-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-wrapper .modal {
  z-index: 1002;
  position: fixed;
  width: calc(100% - 40px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  gap: 10px;
  border-radius: 24px;
  padding: 24px;
  background-color: var(--brand-white);
  animation: show-modal 0.5s forwards;
}
.modal-wrapper .modal .btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(../img/close.svg);
}
.modal-wrapper .modal h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.modal-wrapper .modal h3 span {
  display: block;
  margin-top: -5px;
  font-weight: 700;
  font-size: 16px;
}
.modal-wrapper .modal p {
  margin: 0;
  padding: 0;
}
.modal-wrapper .modal .texto {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.modal-wrapper .modal .conteudo {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}
.modal-wrapper .modal .conteudo strong {
  font-weight: 700;
}
.modal-wrapper .modal .logotipo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-wrapper .modal .btn-copiar-cupom {
  background-color: var(--brand-blue-hap);
  border-radius: 8px;
  border: none;
  color: var(--brand-white);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 120%;
  padding: 8px 16px;
  text-decoration: none;
}
.modal-wrapper .modal .btn-copiar-cupom span {
  line-height: 120%;
  font-weight: 700;
}
.modal-wrapper .modal .btn-copiar-cupom img {
  width: 18px;
  height: 18px;
}
.modal-wrapper .modal .btn-copiar-cupom:hover {
  background-color: var(--brand-blue-fun);
}
.modal-wrapper .modal .btn-acessar-site {
  background-color: var(--brand-white);
  border-radius: 8px;
  border: 1px solid var(--brand-blue-hap);
  color: var(--brand-blue-hap);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 120%;
  padding: 8px 16px;
  text-decoration: none;
}
.modal-wrapper .modal .btn-acessar-site span {
  line-height: 120%;
  font-weight: 700;
}
.modal-wrapper .modal .btn-acessar-site img {
  width: 18px;
  height: 18px;
}
.modal-wrapper .modal .btn-acessar-site:hover {
  background: linear-gradient(0deg, var(--brand-white, #FFFFFF), var(--brand-white, #FFFFFF)), linear-gradient(0deg, var(--alfa-dark-10, rgba(18, 18, 18, 0.1)), var(--alfa-dark-10, rgba(18, 18, 18, 0.1)));
}
.modal-wrapper .modal .botoes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.modal-wrapper .modal.hide {
  animation: hide-modal 0.5s forwards;
}
.modal-wrapper .alerta {
  display: flex;
  width: 100%;
  gap: 10px;
  border-radius: var(--radius-sm);
  padding: 12px;
  background-color: var(--success-soft);
  color: #0A470A;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
}

@keyframes show-modal {
  from {
    transform: translate(-50%, 100%);
  }
  to {
    transform: translate(-50%, -50%);
  }
}
@keyframes hide-modal {
  from {
    transform: translate(-50%, -50%);
  }
  to {
    transform: translate(-50%, 100%);
  }
}
@media (min-width: 1200px) {
  .modal-wrapper .modal {
    max-width: 444px;
  }
  .modal-wrapper .modal h3 {
    font-size: 28px;
  }
  .modal-wrapper .modal h3 span {
    font-size: 20px;
  }
  .modal-wrapper .modal .botoes {
    flex-direction: row;
  }
}
* {
  font-family: "Host Grotesk";
  font-weight: 300;
  font-style: normal;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}

body {
  margin: 0;
  padding-top: 85px;
  background-color: var(--brand-white);
}

.hidden {
  display: none !important;
}

@media (min-width: 1200px) {
  body {
    padding-top: 165px;
  }
  html {
    scroll-padding-top: 165px;
  }
  .container {
    max-width: 1218px;
    margin: auto !important;
  }
}/*# sourceMappingURL=main.css.map */