@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-300i.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-200i.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-500i.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-400i.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-600.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-700i.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-800.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-600i.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-500.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-800i.ttf') format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-100i.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-900.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-700.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-200.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawline;
  src: url('../fonts/rawline-900i.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Vinila Variable;
  src: url('../fonts/Vinila-Variable.otf') format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #002a69;
  --green-light: #82ffd2;
  --green-medium: #078774;
  --pink: #e2009a;
  --orange: #d98f00;
  --blue-medium: #003770;
  --yellow: #ffd400;
  --blue-light: #90f1ff;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

html, html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

html {
    font-size: 1em;

}

@media screen and (min-width: 69.375em) {
    html {
        font-size: calc(1em + 0.25 * ((100vw - 69.375em) / 50.625));
    }
}
@media screen and (min-width: 120em) { /* Corresponde a 1920px */
    html {
        font-size: 1.25em; /* Fixa em 20px */
    }
}

body {
  color: var(--blue);
  font-family: Rawline, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.2rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: 2rem;
}

img {
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-size: .7rem;
  font-weight: 700;
  display: block;
}

em {
  font-style: italic;
}

.navbar-logo {
  width: 20rem;
  max-width: 25rem;
}

.navbar {
  z-index: 999;
  background-color: #142e48;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 5.2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.navbar-container {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 50rem;
  max-width: 80rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.navbar-list {
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-left: 1.2rem;
  margin-right: 0;
  padding: 0;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
  transition: all .2s ease-in-out;
}

.navbar-link:hover {
  text-shadow: 0 0 1px #fff;
  text-decoration: underline;
}

.navbar-logo-link {
  align-self: center;
  margin-right: 2rem;
}

.section-hero {
  background-color: var(--green-light);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  margin-top: 5.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-grid {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  min-width: 50rem;
  max-width: 80rem;
  margin-left: 0;
  margin-right: 0;
  padding: 5.2rem 4rem;
  position: relative;
}


.navbar-list.navbar-link::after {
  content: attr(data-text);
  content: attr(data-text) / "";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 500;
 }
 .window-container {
  overscroll-behavior: contain;
 }

.box-list-title li::marker {color: red; content: "■";}
.box-list li::marker {color: --blue; content: "•";}

/* Configuração das cores do SVG */
.title-01-bg {
  filter: invert(77%) sepia(49%) saturate(343%) hue-rotate(104deg) brightness(101%) contrast(99%);
}
.title-02-bg {
  filter: invert(77%) sepia(81%) saturate(245%) hue-rotate(339deg) brightness(106%) contrast(101%);
}
.title-03-bg {
  filter: invert(89%) sepia(21%) saturate(898%) hue-rotate(33deg) brightness(104%) contrast(96%);
}
.title-04-bg {
  filter: invert(79%) sepia(12%) saturate(1669%) hue-rotate(171deg) brightness(103%) contrast(105%);
}
.title-05-bg {
  filter: invert(82%) sepia(33%) saturate(4793%) hue-rotate(360deg) brightness(106%) contrast(105%);
}
.section-icons._01 {
  filter: invert(39%) sepia(15%) saturate(3361%) hue-rotate(129deg) brightness(97%) contrast(94%);
}
.section-icons._02 {
  filter: invert(52%) sepia(99%) saturate(1723%) hue-rotate(13deg) brightness(98%) contrast(101%);
}
.section-icons._03 {
  filter: invert(44%) sepia(89%) saturate(3243%) hue-rotate(128deg) brightness(90%) contrast(102%);
}
.section-icons._04 {
  filter: invert(19%) sepia(96%) saturate(6806%) hue-rotate(310deg) brightness(91%) contrast(106%);
}



.hero-cell {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.form-cell {
  justify-content: center;
  align-items: center;
}

.hero-container-title {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Vinila Variable, Arial, sans-serif;
  display: flex;
  position: relative;
}

.hero-container-text {
  z-index: 1;
  flex: 0 auto;
  padding-right: 40%;
  font-size: .9rem;
  line-height: 1.2rem;
  position: relative;
}

.h2 {
  z-index: 1;
  color: var(--green-medium);
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.h2.text-pink {
  color: var(--pink);
}

.h2.orange {
  color: var(--orange);
}

.text-blue {
  color: var(--blue-medium);
}

.h1 {
  z-index: 1;
  text-transform: uppercase;
  font-size: 10.2rem;
  font-weight: 900;
  line-height: 10.2rem;
  position: relative;
}

.title-image {
  z-index: 5;
  background-color: var(--yellow);
  border-radius: 500px;
  justify-content: center;
  align-items: flex-start;
  width: 9rem;
  min-width: 9rem;
  height: 9rem;
  margin-top: -.5rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.title-image.image-yellow {
  background-color: #ff0;
}

.title-image.image-blue {
  background-color: #0ff;
}

.h1-container {
  position: relative;
}

.h1-acento {
  z-index: 6;
  width: 2rem;
  max-width: none;
  margin-left: .5rem;
  position: absolute;
  bottom: 5.5rem;
}

.title-01-bg {
  opacity: .5;
  width: 43rem;
  max-width: none;
  height: 43rem;
  position: absolute;
}

.text-bold {
  font-weight: 900;
}

.hero-selo {
  z-index: 1;
  width: 7.4rem;
  position: absolute;
  inset: -16% 0% auto auto;
}

.container-icon {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.container-icon.section-03-icons {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}

.section-icons {
  width: 2.8rem;
  margin-left: .4rem;
}

.hero-h2 {
  font-size: 1rem;
  line-height: 1.3rem;
}

.h3-hero {
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 600;
}

.h1-form {
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.form-label {
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 300;
  line-height: .9rem;
}

.form-field {
  background-color: #fff;
  border: 1px solid #00377052;
  margin-top: .4rem;
  margin-bottom: .8rem;
  padding: .4rem .6rem;
  transition: all .2s ease-in-out;
}

.form-field:hover, .form-field:focus-visible, .form-field[data-wf-focus-visible] {
  border-color: #003770;
}

.form-field::placeholder {
  color: var(--blue-medium);
}

.form {
  color: var(--blue-medium);
  background-color: #fff;
  border-radius: .8rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 2px 4px 24px 4px #00000052;
}

.form-block {
  width: 48%;
}

.form-radius-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .8rem;
  display: flex;
  position: relative;
}

.form-radio-container {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  border: 1px solid #00377052;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: .8rem;
  padding: .4rem;
  display: flex;
}

.form-radio-container:hover {
  border-color: #003770;
}

.form-radio {
  border: 1px solid var(--blue);
  width: .5rem;
  height: .5rem;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.form-radio.w--redirected-focus-visible {
  background-color: var(--blue-medium);
}

.form-radio-label {
  line-height: .9rem;
}

.form-button {
  background-color: var(--green-medium);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: .4rem 1.2rem .5rem;
  font-size: .8rem;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.form-button:hover {
  background-color: #006253;
}

.form-container {
  margin-bottom: 0;
}

.h2-inscricao {
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 900;
}

.section-02 {
  z-index: 0;
  background-color: #fff592;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-02-cell {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.section-02-cell-title {
  justify-content: center;
  align-items: center;
}

.title-image-voce {
  z-index: 2;
  background-color: #0ff;
  border-radius: 500px;
  justify-content: center;
  align-items: flex-start;
  width: 9rem;
  height: 9rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: .3rem auto auto 6rem;
  overflow: hidden;
}

.title-image-voce.voce-pink {
  background-color: #ff0;
}

.title-02-bg {
  z-index: 0;
  opacity: .5;
  width: 43rem;
  max-width: none;
  height: 43rem;
  position: absolute;
}

.section-02-h2 {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.9rem;
}

.section-02-text-container {
  font-size: .9rem;
  line-height: 1.1rem;
}

.section-02-container-text {
  z-index: 1;
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.section-02-h3 {
  margin-top: 2rem;
  margin-bottom: .8rem;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.4rem;
}

.section-02-list {
  padding-left: 16px;
}

.section-02-list-item {
  margin-bottom: 16px;
}

.section-03 {
  background-color: #ceff85;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-03-cell {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-size: .9rem;
  line-height: 1.2rem;
}

.section-03-cell-itens {
  justify-content: flex-start;
  align-items: stretch;
}

.section-03-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  place-content: stretch space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.section-03-list-item {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 20%;
  height: 26rem;
  padding: 12rem 1.2rem 1.2rem;
  list-style-type: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 8px #0000000d;
}

.section-03-list-title {
  text-align: center;
  flex: 1;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2rem;
}

.section-03-list-icon {
  height: 5rem;
  margin-bottom: 1rem;
}

.section-03-button {
  border: 1px solid var(--blue-medium);
  opacity: 1;
  color: var(--blue);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 8px;
  padding: .5rem .8rem;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1rem;
  transition: all .2s ease-in-out;
}

.section-03-button:hover {
  background-color: var(--blue-medium);
  color: var(--green-light);
}

.section-03-h2 {
  z-index: 1;
  text-transform: uppercase;
  margin-bottom: .8rem;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: relative;
}

.section-03-oferta-container {
  z-index: 1;
  background-color: var(--blue);
  color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  padding: 1.2rem 1.2rem 1.2rem 8.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.section-03-oferta-image {
  height: 8rem;
  position: absolute;
  left: -.4rem;
  right: auto;
}

.text-orange {
  color: #ffbe3e;
  font-weight: 800;
}

.section-04 {
  z-index: 0;
  background-color: var(--blue-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-04-container-title {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  font-family: Vinila Variable, Arial, sans-serif;
  display: flex;
  position: relative;
}

.section-04-container-call {
  z-index: 1;
  border-left: 12px solid var(--pink);
  text-transform: uppercase;
  align-self: flex-start;
  width: 17.8rem;
  margin-bottom: .8rem;
  padding-left: .8rem;
  font-family: Vinila Variable, Arial, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 800;
  position: relative;
}

.section-04-call-text {
  margin-top: 8px;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1rem;
}

.section-05 {
  background-color: var(--yellow);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-05-cell {
  color: #fff;
  background-image: url('../images/section-05-photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: .4rem;
  padding-right: .4rem;
  font-size: .5rem;
  line-height: .6rem;
}

.section-05-text-box {
  text-indent: 0;
  background-image: linear-gradient(90deg, #ffc600, #ffd40000);
  margin-top: 1.2rem;
  padding: 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.section-05-cell-call {
  align-items: stretch;
}

.section-05-oferta-container {
  grid-row-gap: .8rem;
  background-color: var(--blue);
  color: #fff;
  border-radius: .8rem;
  flex-flow: column wrap;
  place-content: space-between center;
  align-items: flex-end;
  height: 9.6rem;
  padding: 1.2rem 1.4rem 1.2rem 17rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.section-05-oferta-image {
  height: 18rem;
  position: absolute;
  left: -2rem;
  right: auto;
}

.section-05-button {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #ffbe3e;
  border-radius: 8px;
  width: 16rem;
  padding: .8rem 1.2rem;
  font-weight: 900;
  transition: all .2s ease-in-out;
}

.section-05-button:hover {
  background-color: #fff;
}

.section-05-oferta-text {
  align-self: flex-start;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.section-05-list {
  margin-bottom: 0;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.1rem;
}

.section-05-list-item {
  margin-bottom: .4rem;
}

.section-05-h2 {
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
}

.section-03-text-ai {
  text-align: right;
  align-self: flex-end;
  margin-top: -24px;
  margin-bottom: 8px;
  margin-right: 16px;
  font-size: .6rem;
  line-height: .7rem;
}

.title-image-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-03-item-photo {
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: 11rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.photo-item {
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-negocio {
  width: 100%;
  max-width: none;
  margin-top: .5rem;
  margin-left: .8rem;
  position: absolute;
}

.image-voce {
  width: 120%;
  max-width: none;
  margin-left: -1.4rem;
  position: absolute;
}

.image-voce-02 {
  width: 120%;
  max-width: none;
  margin-top: .4rem;
  margin-left: -.1rem;
  position: absolute;
}

.footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
}

.social-icon {
  width: 2rem;
}

.window-container {
  z-index: 100;
  opacity: 0;
  background-color: #002a69e0;
  margin: 5.2rem 0 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.window-container.show {
  opacity: 100;
  display: block;
}

.window-box {
  background-color: #fff;
  border-radius: .8rem;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 4rem 5rem;
  display: block;
  position: relative;
  inset: 0%;
  box-shadow: 0 8px 24px #0006;
}

.close-button {
  background-color: var(--blue);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 2rem;
  margin-right: 2rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.box-h1 {
  border-bottom: .3rem solid #ff3e00;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2rem;
}

.box-list-title {
  margin-top: 1.6rem;
  padding-left: 1rem;
}

.box-list-item {
  margin-bottom: .5rem;
  padding-left: .6rem;
}

.box-item-title {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: .6rem;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.4rem;
}

.box-text-small {
  margin-top: -.5rem;
  margin-left: 1.6rem;
  font-size: .7rem;
  font-style: italic;
  font-weight: 600;
}

.text-zindex {
  z-index: 1;
  position: relative;
}

.title-04-bg {
  z-index: 0;
  opacity: .5;
  width: 43rem;
  max-width: none;
  height: 43rem;
  max-height: none;
  position: absolute;
}

.title-03-bg {
  z-index: 0;
  opacity: .5;
  width: 54rem;
  position: absolute;
  inset: -27rem auto auto -27rem;
}

.title-05-bg {
  opacity: .5;
  width: 54rem;
  position: absolute;
  inset: -27rem -27rem auto auto;
}

.box-line {
  background-color: #ff3e00;
  flex: 1;
  height: .1rem;
}

.box-footer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.box-h2 {
  text-transform: uppercase;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.4rem;
}

@media screen and (max-width: 991px) {
  .navbar-container {
    justify-content: space-between;
    align-self: stretch;
    min-width: auto;
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .navbar-list {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    background-color: #142e48;
    flex-flow: column;
    flex: none;
    align-self: auto;
    height: 100vh;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-logo-link {
    flex: 1;
  }

  .container-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-self: stretch;
    min-width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-cell {
    justify-content: center;
    align-items: stretch;
  }

  .form-cell {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-container-title {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
  }

  .hero-container-text {
    align-self: center;
    padding-right: 0%;
  }

  .h1-acento {
    width: 1.5rem;
  }

  .container-icon.section-03-icons {
    z-index: 2;
    justify-content: flex-start;
  }

  .form-container {
    width: 50%;
    margin-top: 2rem;
  }

  .section-02-cell-title {
    align-items: stretch;
  }

  .title-image-voce {
    top: 3%;
    left: 22%;
  }

  .section-03-cell {
    align-items: flex-start;
  }

  .section-03-button {
    font-size: .6rem;
    line-height: .8rem;
  }

  .section-03-h2 {
    z-index: 2;
    position: relative;
  }

  .section-03-oferta-container {
    font-size: 1rem;
  }

  .section-04-container-title {
    z-index: 0;
    margin-top: 2rem;
  }

  .section-04-container-call {
    margin-top: 1rem;
  }

  .section-05-text-box {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .section-05-oferta-container {
    justify-content: center;
    align-items: flex-start;
    padding-left: 10.9rem;
  }

  .section-05-oferta-image {
    height: 12rem;
  }

  .section-05-button {
    width: 12rem;
    font-size: .7rem;
  }

  .section-05-oferta-text {
    width: 60%;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .window-box {
    margin-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    background-color: var(--blue-light);
    color: var(--blue);
    border-radius: 8px;
    padding: .6rem;
  }

  .text-zindex {
    z-index: 2;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .form-cell {
    align-items: stretch;
    padding-top: 2rem;
  }

  .hero-container-text {
    margin-top: 2rem;
  }

  .h1 {
    font-size: 7rem;
    line-height: 8rem;
  }

  .title-image {
    width: 6rem;
    min-width: 6rem;
    height: 6rem;
  }

  .h1-acento {
    width: 1.2rem;
    bottom: 3.7rem;
  }

  .title-01-bg {
    width: 32rem;
    max-width: none;
    height: 32rem;
  }

  .form-container {
    align-self: center;
    width: 80%;
  }

  .title-image-voce {
    width: 6rem;
    height: 6rem;
    top: 8%;
    left: 22%;
  }

  .section-03-cell-itens {
    padding-top: 1rem;
  }

  .section-03-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .section-03-list-item {
    justify-content: space-between;
    align-items: center;
    min-width: 30%;
    max-width: 31%;
  }

  .section-03-oferta-container {
    margin-top: 1rem;
  }

  .section-04-container-call {
    margin-top: 2rem;
  }

  .section-05-oferta-container {
    flex-flow: column;
    align-items: stretch;
    height: auto;
  }

  .section-05-button, .section-05-oferta-text {
    width: 100%;
  }

  .section-05-list {
    column-count: 2;
    column-gap: 2rem;
  }

  .section-03-text-ai {
    margin-top: 0;
  }

  .window-box {
    width: 90%;
  }

  .title-03-bg {
    top: -17rem;
    left: -17rem;
  }

  .title-05-bg {
    inset: -17rem -17rem auto auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo {
    width: auto;
    min-width: 12rem;
  }

  .navbar-container {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-left: 1rem;
    display: flex;
  }

  .navbar-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-link {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2rem;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .hero-container-title {
    align-self: center;
  }

  .h2 {
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .h1 {
    font-size: 5rem;
    line-height: 5rem;
  }

  .h1.voce {
    font-size: 7rem;
    line-height: 7rem;
  }

  .title-image {
    width: 5.6rem;
    min-width: 5.6rem;
    height: 5.6rem;
  }

  .title-image.image-hero {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
  }

  .h1-acento {
    bottom: 2.5rem;
  }

  .title-01-bg {
    width: 32rem;
    max-width: none;
    height: 32rem;
  }

  .hero-selo {
    width: 5rem;
    top: -2.5rem;
  }

  .section-icons {
    width: 2.2rem;
  }

  .form-container {
    width: 100%;
    margin-top: 0;
  }

  .title-image-voce {
    width: 6rem;
    height: 6rem;
    top: 0%;
    left: 21%;
  }

  .section-02-h2 {
    margin-bottom: 2rem;
  }

  .section-02-container-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
  }

  .section-02-h3 {
    margin-top: 0;
  }

  .section-03-list-item {
    min-width: 47%;
    max-width: 48%;
  }

  .section-03-button {
    text-align: center;
    align-self: stretch;
    font-size: .8rem;
  }

  .section-03-oferta-container {
    flex-flow: column;
    margin-top: 6rem;
    padding-top: 9rem;
    padding-left: 1.2rem;
  }

  .section-03-oferta-image {
    height: 13rem;
    inset: -30% auto auto;
  }

  .section-05-oferta-container {
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    padding-top: 14rem;
    padding-left: 1.4rem;
  }

  .section-05-oferta-image {
    height: 15rem;
    margin-top: -2rem;
    inset: 0% auto auto;
  }

  .section-05-list {
    column-count: 1;
  }

  .footer {
    margin-top: 2rem;
  }

  .window-container.show {
    opacity: 100;
    overflow: visible;
  }

  .window-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-button {
    padding: 0;
  }

  .title-03-bg {
    width: 32rem;
    max-width: none;
    top: -16rem;
    left: -16rem;
  }

  .title-05-bg {
    width: 32rem;
    max-width: none;
    top: -16rem;
    right: -16rem;
  }
}

#w-node-_1be099aa-c556-3b9f-c3d6-554fbdfb91f6-7f5d3690 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  display: grid;
}

#w-node-_8eb972c1-89f6-3c03-d8e3-54aa79973aaa-7f5d3690 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-d67efcd4-92cb-bf7e-a307-15e70ad2ba08-7f5d3690, #w-node-b6d67ab2-49c9-3767-bcfb-b5a2039c9761-7f5d3690 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  display: grid;
}

#w-node-f272f49b-1c3f-81b7-a0d5-771697e9eacb-7f5d3690 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr .75fr;
  display: grid;
}

#w-node-_958b8ce8-dfc0-c939-a96d-1a99a9211698-7f5d3690 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1be099aa-c556-3b9f-c3d6-554fbdfb91f6-7f5d3690, #w-node-_8eb972c1-89f6-3c03-d8e3-54aa79973aaa-7f5d3690 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d67efcd4-92cb-bf7e-a307-15e70ad2ba08-7f5d3690 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-b6d67ab2-49c9-3767-bcfb-b5a2039c9761-7f5d3690 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f272f49b-1c3f-81b7-a0d5-771697e9eacb-7f5d3690 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d67efcd4-92cb-bf7e-a307-15e70ad2ba08-7f5d3690 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f272f49b-1c3f-81b7-a0d5-771697e9eacb-7f5d3690 {
    grid-template-rows: 20rem auto;
    grid-template-columns: 1fr;
  }

  #w-node-f272f49b-1c3f-81b7-a0d5-771697e9eacc-7f5d3690 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f272f49b-1c3f-81b7-a0d5-771697e9ead9-7f5d3690 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-300i.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-200i.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-500i.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-400i.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-700i.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-800.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-600i.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-800i.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-100i.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-200.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawline';
  src: url('../fonts/rawline-900i.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vinila Variable';
  src: url('../fonts/Vinila-Variable.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}