* {
  box-sizing: border-box;
  outline: none;
  font-family: "PolySans", sans-serif;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #00030d;
  color: #ffffff;
  width: 100%;
  min-height: 100vh;
  top: 0px !important;
}

@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
canvas#bg {
  inset: 0;
  overflow: hidden;
  position: fixed;
}

canvas#fluid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.banner {
  padding: 10rem 12rem 12rem;
  min-height: 100vh;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: url("../img/banner_palavras.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.banner .chamada {
  width: 60%;
  position: relative;
  z-index: 12;
}
.banner .chamada h1 {
  font-family: "Surgena", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 5.25rem;
  line-height: 0.9;
  text-shadow: 0 0 0 rgba(36, 36, 36, 0.0823529412), 0 5px 5px rgba(4, 4, 4, 0.1450980392);
}
.banner .chamada p {
  font-family: "PolySans", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 1rem 0;
}
.banner .formulario {
  width: 40%;
}
.banner .formulario .iti {
  width: 100%;
  color: #00030d;
}
.banner .formulario form {
  padding: 2rem 2.5rem;
  border-radius: 2rem;
  background-color: #ffffff;
  z-index: 12;
  position: relative;
}
.banner .formulario form .campos input,
.banner .formulario form .campos select {
  font-family: "PolySans", sans-serif;
  display: block;
  position: relative;
  width: 100%;
  border: none;
  background-color: #f0f0f0;
  color: #747474;
  border: 0.1rem solid #f0f0f0;
  font-weight: 500;
  margin: 1.5rem 0 0;
  height: 3.5rem;
  font-size: 1.15rem;
  padding: 0 1rem;
  border-radius: 0.75rem;
}
.banner .formulario form .bt-section button {
  font-family: "Surgena", sans-serif;
  color: #ffffff;
  border-radius: 2rem;
  letter-spacing: 0.05rem;
  padding: 1.15rem 0 1rem;
  font-size: 1.35rem;
  width: 65%;
  margin: 1.5rem auto;
  font-weight: 900;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background-image: linear-gradient(to right, #54c276 0%, #2f984f 100%);
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  display: block;
  outline: none;
  border: none;
}
.banner .formulario form .bt-section button:hover {
  background-position: right center;
  text-decoration: none;
}
.banner .formulario .logo {
  text-align: center;
}
.banner .formulario .logo img {
  width: 25%;
  margin: 2% 0 0;
}
.banner .esferas {
  width: 0;
}
.banner .esferas img {
  position: absolute;
  animation: girar 20s linear infinite;
  z-index: 9;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.banner .esferas img:hover {
  transform: translateX(10px) scale(1.02);
}
.banner .esferas img.bubbleB1 {
  width: 25%;
  bottom: -25%;
  left: -10%;
}
.banner .esferas img.bubbleB2 {
  width: 3.5%;
  top: 10%;
  left: 47%;
}
.banner .esferas img.bubbleB3 {
  width: 20%;
  bottom: 10%;
  right: 2%;
}

.blocos {
  padding: 8rem 12rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 12;
}
.blocos .titulo h1 {
  font-family: "Surgena", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 0 rgba(36, 36, 36, 0.0823529412), 0 5px 5px rgba(4, 4, 4, 0.1450980392);
  font-weight: 900;
  line-height: 1;
  font-size: 4.75rem;
}

.bl01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}
.bl01 .image {
  display: block;
  text-align: center;
}
.bl01 .image img {
  width: 12%;
  margin: 2.5rem 0;
}
.bl01 .infos {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.bl01 .infos h2 {
  font-family: "PolySans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02rem;
  font-size: 1.75rem;
  margin: 1rem 0;
}
.bl01 .infos h2 span {
  font-weight: 900;
  font-family: "PolySans", sans-serif;
}
.bl01 .infos a {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  font-family: "Surgena", sans-serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-size: 1.5rem;
  padding: 0.75rem 2rem 0.5rem;
  margin: 2rem 0;
  background-color: rgba(0, 4, 15, 0.4);
  border: 0.15rem solid #fe7815;
  border-radius: 2rem;
}
.bl01 .infos a img {
  width: 2rem;
  margin: 0;
  margin-right: 0.75rem;
}
.bl01 .arrows {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 8%;
  z-index: 999;
}
.bl01 .arrows .chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}
.bl01 .arrows .chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}
.bl01 .arrows .chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}
.bl01 .arrows .chevron::after, .bl01 .arrows .chevron::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #e6e6e6;
}
.bl01 .arrows .chevron::before {
  left: 0;
  transform: skewY(30deg);
}
.bl01 .arrows .chevron::after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

.bl02 .infos {
  text-align: center;
}
.bl02 .infos h2 {
  font-family: "Surgena", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 0 0 2rem;
}
.bl02 .infos h2 span {
  color: #fe7815;
  font-weight: 800;
}
.bl02 .infos h2 b {
  font-weight: 900;
}
.bl02 .infos p {
  font-weight: 300;
  font-size: 1.4rem;
  margin: 1rem 0;
}
.bl02 .infos p span {
  font-weight: 900;
}
.bl02 .infos .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.bl02 .infos .items .imagem {
  background-color: #fe7815;
  border-radius: 50%;
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
  width: 3.5rem;
}
.bl02 .infos .items .imagem img {
  width: 100%;
  margin: 0;
}
.bl02 .infos .items .conteudo p {
  text-align: left;
  margin-left: 1rem;
}

.bl03 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
.bl03 .titulo h1 {
  text-align: left;
}
.bl03 .video {
  width: 35%;
}
.bl03 .video .video-wrapper {
  position: relative;
  left: 30%;
  width: 100%;
  max-width: 70%;
  aspect-ratio: 9/16;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
.bl03 .video .video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bl03 .texto .infos {
  text-align: left;
}
.bl03 .texto .infos h2 {
  font-family: "Surgena", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0 0 2rem;
}
.bl03 .texto .infos h2 span {
  color: #fe7815;
  font-weight: 800;
}
.bl03 .texto .infos h2 b {
  font-weight: 900;
}
.bl03 .texto .infos p {
  font-weight: 300;
  font-size: 1.4rem;
  margin: 1rem 0;
}
.bl03 .texto .infos p span {
  font-weight: 900;
}
.bl03 .texto .infos .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  background-color: rgba(0, 4, 15, 0.4);
  border: 0.18rem solid #fe7815;
  border-radius: 4rem;
  padding: 0.75rem 2rem;
  margin: 2rem 0;
}
.bl03 .texto .infos .items .imagem img {
  width: 2.5rem;
  margin: 0;
}
.bl03 .texto .infos .items .conteudo p {
  margin: 0;
  font-size: 1.25rem;
  margin-left: 1rem;
  text-align: left;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.bl03 .texto .infos a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Surgena", sans-serif;
  background-color: #fe7815;
  color: #00030d;
  font-weight: 700;
  margin: 2rem 0;
  line-height: 1;
  font-size: 1.25rem;
  padding: 1rem 2.5rem 0.75rem;
  border-radius: 3rem;
}

.bl04 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
.bl04 .titulo h1 {
  text-align: left;
}
.bl04 .texto {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.bl04 .texto .infos p {
  font-weight: 300;
  font-size: 1.5rem;
  margin: 1rem 0;
}
.bl04 .texto .infos p span {
  font-weight: 900;
}
.bl04 .texto .infos h2 {
  text-transform: uppercase;
  font-family: "Surgena", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  margin: 3rem 0 1.5rem;
}
.bl04 .texto .infos a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 1.35rem;
  margin: 0.75rem 0;
}
.bl04 .texto .infos a span img {
  width: 2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.bl04 .texto .infos a.desconto {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  background-color: rgba(0, 4, 15, 0.4);
  border: 0.18rem solid #fe7815;
  font-weight: 400;
  border-radius: 4rem;
  padding: 0.75rem 2rem;
  margin: 2rem 0;
  font-size: 1.35rem;
}
.bl04 .texto .infos a.desconto span {
  font-weight: 700;
  font-family: "Surgena", sans-serif;
  text-transform: uppercase;
}
.bl04 .imagem {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.bl04 .imagem img {
  width: 75%;
  border-radius: 0.5rem;
}

.bl05 .infos {
  text-align: center;
}
.bl05 .infos p {
  font-weight: 300;
  font-size: 1.4rem;
  margin: 1rem 0;
}
.bl05 .infos p span {
  font-weight: 900;
}
.bl05 .imagem {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.bl05 .imagem img {
  width: 70%;
}

.bl06 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
.bl06 .titulo h1 {
  text-align: left;
}
.bl06 .image {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.bl06 .image img {
  width: 65%;
  border-radius: 0.5rem;
}
.bl06 .texto {
  width: 50%;
}
.bl06 .texto .infos {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}
.bl06 .texto .infos h3 {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  background-color: rgba(0, 4, 15, 0.4);
  border: 0.18rem solid #fe7815;
  font-weight: 400;
  border-radius: 4rem;
  padding: 0.75rem 2rem;
  margin: 1rem 0;
  font-size: 1.35rem;
}
.bl06 .texto .infos h3 span {
  font-weight: 700;
  font-family: "Surgena", sans-serif;
  text-transform: uppercase;
}
.bl06 .texto .infos p {
  font-weight: 300;
  font-size: 1.4rem;
  margin: 1rem 0;
}
.bl06 .texto .infos p span {
  font-weight: 900;
}
.bl06 .texto .infos .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.bl06 .texto .infos .items .imagem {
  background-color: #fe7815;
  border-radius: 50%;
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
  width: 3.5rem;
}
.bl06 .texto .infos .items .imagem img {
  width: 100%;
  margin: 0;
}
.bl06 .texto .infos .items .conteudo p {
  text-align: left;
  margin-left: 1rem;
}

.bl07 .titulo h1 {
  font-size: 4rem;
}
.bl07 .infos {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.bl07 .infos .itemsContact {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.bl07 .infos .itemsContact a {
  font-family: "Surgena", sans-serif;
  background-color: #fe7815;
  color: #00030d;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.35rem;
  margin: 0.75rem 1.5%;
  padding: 0.5rem 3.5rem 0.75rem;
  border-radius: 3rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.24);
}
.bl07 .infos .itemsContact a span img {
  width: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.bl07 .infos .imageLogo {
  margin: 0 2.5%;
}
.bl07 .infos .imageLogo img {
  width: 100%;
}
.bl07 .infos .endereco {
  margin: 0 2.5%;
}
.bl07 .infos .endereco p {
  font-weight: 300;
  font-size: 1.25rem;
  margin: 1rem 0;
}
.bl07 .infos .endereco p span {
  font-weight: 900;
}
.bl07 .infos .redessociais {
  margin: 0 2.5%;
}
.bl07 .infos .redessociais a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 1.25rem;
  margin: 0.75rem 0;
}
.bl07 .infos .redessociais a span img {
  width: 1.75rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.blocos.bl07 {
  padding: 8rem 12rem 3rem;
}

.footer {
  font-size: 0.75rem;
  padding: 0.75rem 0;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  position: absolute;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
}
.footer a {
  text-decoration: none;
  color: #ffffff;
}
.footer img {
  width: 1.25%;
  vertical-align: middle;
}

.footer.pginformacoes {
  position: relative;
}

.language-switch {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  position: absolute;
  right: 1%;
  top: 0.75%;
  z-index: 9999;
}
.language-switch img {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.language-switch img:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=app.css.map */