/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0px;
}

p,
h1,
h2,
h3,
span {
  margin: 0px;
}

html,
body {
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
  margin: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

img,
svg {
  display: block;
}

.hidden {
  display: none !important;
}

.svg {
  display: block;
}

.svg svg {
  display: block;
  position: relative;
}

.svg--width svg {
  width: 100%;
}

.svg--height svg {
  height: 100%;
}

.section__wrapper {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1216px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section {
  position: relative;
  padding: 96px 0;
  width: 100%;
}

.default-title {
  color: #192a6b;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}

.default-subtitle {
  margin: 0;
  color: #48536c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.title-line {
  display: block;
  width: 64px;
  height: 4px;
  background-color: #ff9500;
}

@media only screen and (max-width: 1200px) {
  .section__wrapper {
    padding: 0 20px;
    width: 100%;
  }

  .section {
    padding: 40px 0;
  }

  .default-title {
    font-size: 28px;
  }
}

.section__hero {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.section__hero h1 {
  color: var(--Main-Contrast, #f5b36a);
  text-shadow: 0 0 32px #000, 0 0 21px #000;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.section__hero h2 {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  text-shadow: 0 0 20px #000, 0 0 20px #000;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.section__hero h3 {
  color: var(--Main-Contrast, #f5b36a);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section__hero .section__wrapper {
  height: 100%;
  align-content: center;
}

.content__wrapper {
  max-width: calc(76% - 150px);
}

.hero-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-texto {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hero-menu {
  position: relative;
  display: flex;
  width: 100%;
  height: 116px;
  align-items: center;
  flex-shrink: 0;
  border-bottom: 1px solid var(--Main-Contrast, #f5b36a);
  background: linear-gradient(
    89deg,
    #232c54 0.48%,
    #146f7f 52.64%,
    #05e4a2 112.99%
  );
}

.hero-menu .content__wrapper {
  display: flex;
  gap: 44px;
}

@media (max-width: 768px) {
  .content__wrapper {
    max-width: 100%;
  }

  .hero-menu {
    height: auto;
  }

  .header {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

.section__sobre .section__wrapper {
  display: flex;
  justify-content: space-between;
}

.section__sobre .content__wrapper {
  padding: 80px 0px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section__sobre .sobre-headers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.section__sobre .sobre-buttons {
  display: flex;
  width: 100%;
  padding: var(--spacing-small-xs, 16px) var(--no-space, 0);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small-3xs, 8px);
}

.section__sobre .sobre-buttons button {
  display: flex;
  padding: var(--spacing-small-xs, 16px) var(--spacing-small-2xs, 12px);
  align-items: center;
  gap: var(--spacing-small-xs, 16px);
  width: 100%;
  border-radius: var(--border-radius-sm, 8px);
  border: 2px solid var(--Main-Contrast, #f5b36a);
  background: rgba(7, 127, 115, 0.8);
}

.section__sobre .sobre-buttons p {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.section__sobre h1 {
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.section__sobre p {
  color: var(--global-color-gray-800, var(--global-color-gray-800, #3e3e3e));
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.sobre-detalhe {
  width: 4px;
  background: var(--Headlines, #232c54);
  margin-right: 12%;
  position: relative;
}

.sobre-detalhe .detalhe-1 {
  position: absolute;
  left: -19px;
  top: 33%;
}

.sobre-detalhe .detalhe-2 {
  position: absolute;
  left: -5px;
  top: 42%;
}

.sobre-detalhe .detalhe-3 {
  position: absolute;
  left: -5px;
  top: 48%;
}

.sobre-detalhe .detalhe-4 {
  position: absolute;
  left: -5px;
  top: 54%;
}

@media (max-width: 768px) {
  .sobre-detalhe {
    display: none;
  }
}

.section__servicos {
  background: rgba(7, 127, 115, 0.8);
}

.section__servicos .section__wrapper {
  display: flex;
  justify-content: space-between;
}

.section__servicos .content__wrapper {
  display: flex;
  padding: var(--spacing-small-3xl, 40px) 0px;
  flex-direction: column;
  gap: var(--spacing-small-xl, 16px);
}

.section__servicos h2 {
  display: flex;
  align-items: center;
  gap: var(--spacing-small-2xs, 12px);
  align-self: stretch;
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.servicos-container div {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.servicos-container li {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.section__servicos .servicos-container {
  display: flex;
  padding: 0 var(--spacing-small-xs, 16px) 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 2px solid #f5b36a;
}

.section__servicos .servicos-container:last-child {
  border-bottom: none;
}

.servicos-detalhe {
  width: 4px;
  background: var(--Headlines, #fff);
  margin-right: 12%;
  position: relative;
}

.servicos-detalhe .detalhe-1 {
  position: absolute;
  left: -19px;
  top: 33%;
}

.servicos-detalhe .detalhe-2 {
  position: absolute;
  left: -5px;
  top: 42%;
}

.servicos-detalhe .detalhe-3 {
  position: absolute;
  left: -5px;
  top: 48%;
}

.servicos-detalhe .detalhe-4 {
  position: absolute;
  left: -5px;
  top: 54%;
}

@media (max-width: 768px) {
  .servicos-detalhe {
    display: none;
  }
}

.section__vantagens .section__wrapper {
  display: flex;
  justify-content: space-between;
}

.section__vantagens .content__wrapper {
  display: flex;
  padding: var(--spacing-small-3xl, 40px) 0px;
  flex-direction: column;
  gap: var(--spacing-small-xl, 32px);
}

.section__vantagens h1 {
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.section__vantagens .vantagens-grid {
  display: flex;
  width: 100%;
  padding: var(--no-space, 0);
  align-items: stretch;
  align-content: stretch;
  gap: var(--spacing-small-2xs, 12px) var(--spacing-small-sm, 20px);
  flex-wrap: wrap;
}

.section__vantagens .vantagens-card {
  display: flex;
  width: 236px;
  padding: var(--spacing-small-2xs, 12px) var(--spacing-small-md, 24px)
    var(--spacing-small-sm, 20px) var(--spacing-small-md, 24px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-small-xs, 16px);
  flex-grow: 1;
  border-radius: var(--border-radius-sm, 8px);
  border: 2px solid var(--Icons, #05b1a9);
  background: rgba(245, 179, 106, 0.4);
}

.section__vantagens .vantagens-card-2 {
  width: 236px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
}

.section__vantagens .vantagens-card-2 .vantagens-card {
  width: 100%;
}

.section__vantagens .vantagens-card-2 .card-obs {
  color: var(--corbusier-gray-800, #3e3e3e);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}

.section__resultados {
  background: rgba(7, 127, 115, 0.8);
}

.section__resultados .section__wrapper {
  display: flex;
  justify-content: space-between;
}

.section__resultados .flickity-button {
  display: none;
}

.section__resultados .content__wrapper {
  display: flex;
  padding: var(--spacing-small-3xl, 40px) 0px 72px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.section__resultados h1 {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.section__resultados .carrossel-container {
  display: flex;
  width: 100%;
  padding: 20px var(--spacing-small-xs, 16px);
  align-items: flex-start;
  gap: 32px;
  border-radius: var(--border-radius-sm, 8px);
  background: rgba(0, 125, 119, 0.7);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.45) inset;
}

.section__resultados .carrossel {
  width: 100%;
}

.section__resultados .carrossel-content {
  align-items: stretch;
  width: 100%;
}

.section__resultados .content-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 340px;
  height: auto;
  padding: 32px 40px;
  background: var(--newton-white, #fff);
  border-radius: 16px;
  margin-right: 32px;
}

.section__resultados .content-container p {
  color: #212855;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.section__resultados .buttons {
  position: absolute;
  bottom: -76px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
}

.section__resultados .buttons button {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--Main-Contrast, #f5b36a);
  display: flex;
  height: var(--sizing-40, 40px);
  padding: 0 var(--spacing-small-3xs, 8px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: none;
  cursor: pointer;
}

.section__resultados .buttons button:disabled {
  cursor: not-allowed;
  background: var(--global-color-alpha-black-100, rgba(0, 0, 0, 0.1));
}

.section__perguntas {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section__perguntas .section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}

.section__perguntas .content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section__perguntas h1 {
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.agenda-accordion-item {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid var(--Icons, #05b1a9);
  background: rgba(0, 0, 0, 0);
}

.agenda-accordion-header {
  width: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: start;
}

.agenda-accordion-header:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.agenda-accordion-title-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.agenda-accordion-title {
  color: var(--corbusier-gray-900, #272727);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.agenda-accordion-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, padding 0.3s;
  background-color: rgba(0, 0, 0, 0);
  color: #272727;
}

.agenda-accordion-content p {
  color: var(--corbusier-gray-900, #272727);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.agenda-accordion-icon {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.agenda-accordion-header.active .agenda-accordion-icon svg {
  transform: rotate(180deg);
}

.section__formulario {
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 40px);
  height: 100vh;
  max-width: 1216px;
  z-index: 999;
  margin: 0 auto;
  box-sizing: border-box;
  pointer-events: none;
}

.section__formulario .formulario__wrapper {
  position: absolute;
  top: 100px;
  right: 0px;
  display: flex;
  width: 312px;
  padding: var(--spacing-small-xl, 32px) var(--spacing-small-xl, 32px)
    var(--spacing-small-3xl, 40px) var(--spacing-small-xl, 32px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-small-2xl, 20px);
  border-radius: var(--border-radius-lg, 16px);
  background: var(--global-color-primary-900, #111d4a);
  pointer-events: all;
}

.section__formulario .formulario__wrapper button {
  display: flex;
  padding: var(--spacing-small-4xs, 4px) var(--spacing-small-xl, 32px);
  justify-content: center;
  align-items: center;
  gap: var(--Size-none, 0);
  align-self: stretch;
  border-radius: var(--border-radius-sm, 8px);
  background: var(--Main-Contrast, #f5b36a);
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  text-align: center;
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  min-height: 44px;
  pointer-events: all;
  cursor: pointer;
}

.section__formulario h3 {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.inputs-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section__formulario .form-item label {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.section__formulario .form-item input {
  width: 100%;
  display: flex;
  width: 100%;
  height: 44px;
  padding: 16px 12px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--cores_primitivas-newton-white, #fff);
  border: none;
}

.section__formulario .form-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 768px) {
  .section__formulario {
    position: relative;
    transform: none;
    left: auto;
    height: auto;
    padding: 32px 0px 0px;
  }

  .section__formulario .formulario__wrapper {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
}

.section__rodape {
  background: var(--Main-Contrast, #f5b36a);
  display: flex;
  padding: var(--spacing-small-xl, 32px) 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.section__rodape h1 {
  color: #232c54;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.section__rodape p {
  color: #232c54;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.section__rodape .content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.input-error {
  border: 4px solid red !important;
}

.input-valid {
  border: 4px solid green !important;
}
