/*! 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;
}

/* GRID */

.s-container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.s-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.s-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.s-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.s-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.s-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.s-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.s-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.s-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.s-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.s-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.s-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.s-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.s-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.s-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.s-d-none {
  display: none;
}

.s-d-inline {
  display: inline;
}

.s-d-inline-block {
  display: inline-block;
}

.s-d-block {
  display: block;
}

.s-d-flex {
  display: -ms-flexbox;
  display: flex;
}

.s-mt-0 {
  margin-top: 0;
}

.s-mt-20 {
  margin-top: 20px;
}

.s-mt-30 {
  margin-top: 30px;
}

.s-mt-40 {
  margin-top: 40px;
}

.s-mt-60 {
  margin-top: 60px;
}

.s-mb-0 {
  margin-bottom: 0;
}

.s-mb-20 {
  margin-bottom: 20px;
}

.s-mb-30 {
  margin-bottom: 30px;
}

.s-mb-32 {
  margin-bottom: 32px;
}

.s-mb-60 {
  margin-bottom: 60px;
}

.s-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.s-mxy-4 {
  margin: 4px;
}

.s-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.s-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.s-pxy-14 {
  padding: 14px;
}

.s-pt-0 {
  padding-top: 0;
}

.s-pt-120 {
  padding-top: 120px;
}

.s-pt-150 {
  padding-top: 150px;
}

.s-pt-80 {
  padding-top: 80px;
}

.s-pt-60 {
  padding-top: 60px;
}

.s-pt-50 {
  padding-top: 50px;
}

.s-pt-40 {
  padding-top: 40px;
}

.s-pt-30 {
  padding-top: 30px;
}

.s-pt-20 {
  padding-top: 20px;
}

.s-pt-16 {
  padding-top: 16px;
}

.s-pt-10 {
  padding-top: 10px;
}

.s-pb-150 {
  padding-bottom: 150px;
}

.s-pb-120 {
  padding-bottom: 120px;
}

.s-pb-80 {
  padding-bottom: 80px;
}

.s-pb-60 {
  padding-bottom: 60px;
}

.s-pb-50 {
  padding-bottom: 50px;
}

.s-pb-40 {
  padding-bottom: 40px;
}

.s-pb-30 {
  padding-bottom: 30px;
}

.s-pb-20 {
  padding-bottom: 20px;
}

.s-pb-16 {
  padding-bottom: 16px;
}

.s-pb-10 {
  padding-bottom: 10px;
}

.s-pb-0 {
  padding-bottom: 0;
}

.s-pr-0 {
  padding-right: 0;
}

.s-pr-10 {
  padding-right: 10px;
}

.s-pl-0 {
  padding-left: 0;
}

.s-px-0 {
  padding-left: 0;
  padding-right: 0;
}

.s-px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.s-px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.s-px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.s-pr-24 {
  padding-right: 24px;
}

.s-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.s-py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.s-py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

div[class^="s-col"] {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 576px) {
  .s-container {
    max-width: 525px;
  }

  .s-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .s-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .s-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .s-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .s-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .s-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .s-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .s-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .s-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .s-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .s-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .s-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .s-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .s-container {
    max-width: 646px;
  }

  .s-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .s-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .s-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .s-col-md-five {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .s-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .s-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .s-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .s-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .s-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .s-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .s-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .s-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .s-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .s-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
  }

}

/* Geral */

*,
::after,
::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

input {
   /* fix Firefox */
  min-width: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

hr {
  border: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.ff-roboto {
  font-family: "Roboto Slab", serif;
}

.ff-montserrat {
  font-family: "Montserrat", sans-serif;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.tt-uppercase {
  text-transform: uppercase;
}

.td-underline {
  text-decoration: underline;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fc-blue-1 {
  color: #e6eaff;
}

.fc-blue-2 {
  color: #4056ff;
}

.fc-blue-3 {
  color: #10182F;
}

.fc-blue-4 {
  color: #14141b;
}

.fc-gray-1 {
  color: #f8f8f8;
}

.fc-gray-2 {
  color: #e4e4e4;
}

.fc-gray-3 {
  color: #a7a7a7;
}

.fc-gray-4 {
  color: #878b97;
}

.fc-gray-5 {
  color: #626262;
}

.fc-white {
  color: #fff;
}

.fc-blue-2 {
  color: #5C6BC0;
}

.fc-blue-3 {
  color: #00003C;
}

.fc-white__active.active {
  color: #fff;
}

.fc-red {
  color: #ba2626;
}

.fc-green {
  color: #3FBA26;
}

.bg-color-blue-1 {
  background-color: #e6eaff;
}

.bg-color-blue-1__active.active {
  background-color: #e6eaff !important;
}

.bg-color-blue-2 {
  background-color: #5C6BC0;
}

.bg-color-blue-2__active.active {
  background-color: #5C6BC0 !important;
}

.bg-color-blue-3 {
  background-color: #00001E;
}

.bg-color-blue-4 {
  background-color: #14141b;
}

.bg-color-white {
  background-color: #fff;
}

.bg-color-gray-1 {
  background-color: #f8f8f8;
}

.bg-color-gray-2 {
  background-color: #f1f1f1;
}

.bg-color-transparent {
  background-color: transparent;
}

.bg-color-gradient-blue {
  background: #0C0053;
  background: linear-gradient(91.38deg, #0C0053 0%, #002BFE 135.58%);
}

.bg-color-gradient-gray {
  background: rgb(236, 236, 236);
  background: linear-gradient(
      180deg,
      rgba(236, 236, 236, 1) 0,
      rgba(255, 255, 255, 1) 100px
  );
}

.fs-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.lh-14 {
  line-height: 14px;
  line-height: 0.875rem;
}

.lh-18 {
  line-height: 18px;
  line-height: 1.125rem;
}

.lh-20 {
  line-height: 20px;
  line-height: 1.25rem;
}

.lh-22 {
  line-height: 22px;
  line-height: 1.375rem;
}

.lh-24 {
  line-height: 24px;
  line-height: 1.5rem;
}

.lh-28 {
  line-height: 28px;
  line-height: 1.75rem;
}

.lh-32 {
  line-height: 32px;
  line-height: 2rem;
}

.lh-36 {
  line-height: 36px;
  line-height: 2.3rem;
}

.lh-52 {
  line-height: 52px;
  line-height: 3.3rem;
}

.shadow {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-padding-important {
  padding: 0 !important;
}

.no-border {
  border: 0;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-tlr-radius-4 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.s-pxy-5 {
  padding: 5px;
}

.s-pxy-8 {
  padding: 8px;
}

.s-pxy-12 {
  padding: 12px;
}

.s-pxy-16 {
  padding: 16px;
}

.s-pxy-18 {
  padding: 18px;
}

.s-pxy-20 {
  padding: 20px;
}

.s-pxy-28 {
  padding: 28px;
}

.s-px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.s-mt-12 {
  margin-top: 12px;
}

.s-mt-20 {
  margin-top: 20px;
}

.s-mt-32 {
  margin-top: 32px;
}

.s-mt-36 {
  margin-top: 36px;
}

.s-mt-40 {
  margin-top: 40px;
}

.s-mb-120 {
  margin-bottom: 120px;
}

.s-mb-80 {
  margin-bottom: 80px;
}

.s-mb-40 {
  margin-bottom: 40px;
}

.s-mb-16 {
  margin-bottom: 16px;
}

.s-mb-10 {
  margin-bottom: 10px;
}

.s-mr-20 {
  margin-right: 20px;
}

.border-gray-1 {
  border: 1px solid #f8f8f8;
}

.border-gray-2 {
  border: 1px solid #e4e4e4;
}

.border-gray-3 {
  border: 1px solid #a7a7a7;
}

.border-top-gray-1 {
  border-top: 1px solid #f8f8f8;
}

.border-top-gray-2 {
  border-top: 1px solid #e4e4e4;
}

.border-top-gray-4 {
  border-top: 1px solid #878b97;
}

.border-bottom-gray-2 {
  border-bottom: 1px solid #e4e4e4;
}

.border-bottom-gray-3 {
  border-bottom: 1px solid #A7A7A7;
}

.border-bottom-gray-4 {
  border-bottom: 1px solid #878b97;
}

.border-blue-1 {
  border: 1px solid #e6eaff;
}

.border-blue-2 {
  border: 1px solid #4056ff;
}

.border-bottom-blue-2 {
  border-bottom: 1px solid #4056ff;
}

.p-absolute {
  position: absolute;
}

.p-relative {
  position: relative;
}

.p-fixed {
  position: fixed;
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

.width-150 {
  width: 150px;
}

.width-160 {
  width: 160px;
}

.width-216 {
  width: 216px;
}

.height-auto {
  height: auto;
}

.height-0 {
  height: 0;
}

.height-60 {
  height: 60px;
}

.height-80 {
  height: 80px;
}

.height-100 {
  height: 100%;
}

.height-110 {
  height: 110px;
}

.height-125 {
  height: 125px;
}

.height-200 {
  height: 200px;
}

.height-320 {
  height: 320px;
}

.height-viewport {
  height: calc(100vh - 60px);
}

.height-viewport-full {
  margin-top: -60px;
  height: 100vh;
}

.height-viewport-gallery {
  height: calc(100vh - 175px);
}

.min-h-160 {
  min-height: 160px;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.cover {
  width: 100%;
  height: 100%;
  /* max-width: 100%;
  max-height: 100%; */
  object-fit: cover;
}

.img-fluid {
  max-width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.jc-space-between {
  justify-content: space-between;
}

.ai-baseline {
  align-items: baseline;
}

.ai-flex-end {
  align-items: flex-end;
}

.ai-center {
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.select .options,
.select .selected {
  list-style-type: none;
  z-index: 9;
  max-height: 215px;
  min-width: 130px;
  overflow: auto;
}

.select .selected {
  left: 0;
  margin-top: 1px;
}

.opacity-0 {
  opacity: 0;
}

.float-r {
  float: right;
}

.resize-vertical {
  resize: vertical;
}

.list-style-type-none {
  list-style-type: none;
}

.animation {
  transition: all 0.3s;
}

.active .rotate-180-inner__active {
  transform: rotate(180deg);
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a7a7a7;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a7a7a7;
}

.lazy:not(.loaded) {
  opacity: 0;
}

/* CUSTOM CHECKBOX */

.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #4056ff;
  border-radius: 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4056ff;
}

/* TOPBAR */

.topbar {
  z-index: 999;
}

.topbar .logo label {
  text-indent: -99999px;
}

.topbar:not(.scrolled) .logo .compact {
  display: none;
}

.topbar.scrolled .logo .normal {
  display: none;
}


/* MODAL */

body.modal-open {
  overflow: hidden;
  height: 100vh;
}

.modal-full {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  overflow-y: auto;
}

.modal-mobile.open,
.modal-desktop.open,
.modal-full.open {
  display: block;
}

/* MODULO NEWSLETTER */

.newsletter-submit {
  right: 0;
  padding: 14px;
  line-height: 10px;
}

/* TAG */

.tag {
  top: 30px;
  right: -35px;
  transform: rotate(45deg);
}

/* Form Error */

.field:not(.error) .responses {
  display: none;
}

.error .fc-red-error {
  color: #ba2626;
}

.error .border-red-error {
  border-color: #ba2626;
}

/* Loader */

.loading span.label {
  opacity: 0;
}

.loading .loader {
  display: inline-block;
}

.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -15px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 2s linear infinite;
}

.loader.light {
  border: 3px solid #f3f3f355;
  border-top: 3px solid #fff;
}

.loader.dark {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #4056ff;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.m-auto {
  margin: auto;
}

/* Research */
.s-container.principal {
  height: 100vh;
  display: flex;
}

/* TOPBAR */

.topbar-wrap {
  position: absolute;
}

.topbar .logo img {
  width: 287px;
  height: 35px;
}

.topbar {
  background-color: #2A2A5C;
}

.topbar .fc-gray-5 {
  color: #626262;
}

.topbar .fc-blue-2 {
  color: #5C6BC0;
}

.conteudo .topbar-wrap .topbar {
  display: grid;
  align-items: center;
}