/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./resources/styles/frontend/styles.scss ***!
  \********************************************************************************************************************************/
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-pattern */
:root {
  --primary-color: #4F50FA;
  --secondary-color: #191949;
  --gray-100: #F0EFF5;
  --gray-200: #F5F4F4;
  --gray-400: #282828;
  --gray-500: #383838;
  --blue-300: #5479F7;
  --green-vivid: #45EBCB;
  --light-color: #ffffff;
}

.primary-color {
  color: #4F50FA;
}

.has-primary-color-color {
  color: #4F50FA;
}

.secondary-color {
  color: #191949;
}

.has-secondary-color-color {
  color: #191949;
}

.gray-100 {
  color: #F0EFF5;
}

.has-gray-100-color {
  color: #F0EFF5;
}

.gray-200 {
  color: #F5F4F4;
}

.has-gray-200-color {
  color: #F5F4F4;
}

.gray-400 {
  color: #282828;
}

.has-gray-400-color {
  color: #282828;
}

.gray-500 {
  color: #383838;
}

.has-gray-500-color {
  color: #383838;
}

.blue-300 {
  color: #5479F7;
}

.has-blue-300-color {
  color: #5479F7;
}

.green-vivid {
  color: #45EBCB;
}

.has-green-vivid-color {
  color: #45EBCB;
}

.light-color {
  color: #ffffff;
}

.has-light-color-color {
  color: #ffffff;
}

.bg-primary-color {
  background-color: #4F50FA;
}

.has-primary-color-background-color {
  background-color: #4F50FA;
}

.bg-secondary-color {
  background-color: #191949;
}

.has-secondary-color-background-color {
  background-color: #191949;
}

.bg-gray-100 {
  background-color: #F0EFF5;
}

.has-gray-100-background-color {
  background-color: #F0EFF5;
}

.bg-gray-200 {
  background-color: #F5F4F4;
}

.has-gray-200-background-color {
  background-color: #F5F4F4;
}

.bg-gray-400 {
  background-color: #282828;
}

.has-gray-400-background-color {
  background-color: #282828;
}

.bg-gray-500 {
  background-color: #383838;
}

.has-gray-500-background-color {
  background-color: #383838;
}

.bg-blue-300 {
  background-color: #5479F7;
}

.has-blue-300-background-color {
  background-color: #5479F7;
}

.bg-green-vivid {
  background-color: #45EBCB;
}

.has-green-vivid-background-color {
  background-color: #45EBCB;
}

.bg-light-color {
  background-color: #ffffff;
}

.has-light-color-background-color {
  background-color: #ffffff;
}

/*
|--------------------------------------------------------------------------
| GILROY
|--------------------------------------------------------------------------
*/
/* NORMAL: 400 */
@font-face {
  font-family: "Gilroy";
  src: url(../scripts/./resources/fonts/gilroy-regular.woff2) format("woff2"), url(../scripts/./resources/fonts/gilroy-regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../scripts/./resources/fonts/gilroy-regular-italic.woff2) format("woff2"), url(../scripts/./resources/fonts/gilroy-regular-italic.woff) format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
/* MEDIUM: 500 */
@font-face {
  font-family: "Gilroy";
  src: url(../scripts/./resources/fonts/gilroy-medium.woff2) format("woff2"), url(../scripts/./resources/fonts/gilroy-medium.woff) format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../scripts/./resources/fonts/gilroy-medium-italic.woff2) format("woff2"), url(../scripts/./resources/fonts/gilroy-medium-italic.woff) format("woff");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
/* SEMIBOLD: 600 */
@font-face {
  font-family: "Gilroy";
  src: url(../scripts/./resources/fonts/gilroy-semibold.woff2) format("woff2"), url(../scripts/./resources/fonts/gilroy-semibold.woff) format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../scripts/./resources/fonts/gilroy-semibold-italic.woff2) format("woff2"), url(../scripts/./resources/fonts/gilroy-semibold-italic.woff) format("woff");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
/* BOLD: 700 */
@font-face {
  font-family: "Gilroy";
  src: url(../scripts/./resources/fonts/gilroy-bold.woff2) format("woff2"), url(../scripts/./resources/fonts/gilroy-bold.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../scripts/./resources/fonts/gilroy-bold-italic.woff2) format("woff2"), url(../scripts/./resources/fonts/gilroy-bold-italic.woff) format("woff");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
body.page p, body.page li, body.page ul, body.page i, body.page em, body.page strong, body.page a, body.page h1, body.page h2, body.page h3, body.page h4, body.page h5, body.page h6 {
  font-family: "Gilroy", sans-serif !important;
}

.au-block-title__heading span:first-child:before {
  content: "";
  display: block;
  width: var(--line-width);
  height: 1px;
  margin: 0 0 var(--line-margin) 0;
  background: var(--line-color);
  position: absolute;
}

.au-block-title--mode-destaque span:first-child:after, .au-block-title__size--large .au-block-title--mode-destaque span:first-child:after {
  content: "";
  display: block;
  width: var(--line-width);
  height: var(--line-height);
  margin: var(--line-margin) 0 0 0;
  background: var(--line-color);
}

.clr--white {
  color: white;
}

/*
|--------------------------------------------------------------------------
| COMPONENTS: TITLES/HEADINGS AND TAGS
|--------------------------------------------------------------------------
*/
:root {
  --line-width: 30px;
  --line-height: 1px;
  --line-margin: 20px;
  --line-color: #383838;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

.au-tag {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.au-tag > .au-svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.au-tag._au-topline, .au-tag._au-bottomline {
  display: block;
}
.au-tag._au-bottomline {
  margin-bottom: 30px;
}

._au-topline:before {
  content: "";
  display: block;
  width: var(--line-width);
  height: 1px;
  margin: 0 0 var(--line-margin) 0;
  background: var(--line-color);
}

._au-bottomline:after {
  content: "";
  display: block;
  width: var(--line-width);
  height: var(--line-height);
  margin: var(--line-margin) 0 0 0;
  background: var(--line-color);
}

.au-block-title {
  font-weight: 600;
}
@media (max-width: 992px) {
  .au-block-title::before {
    position: relative;
  }
}
.au-block-title__heading {
  font-weight: 600;
  padding-top: 10px;
}
.au-block-title__heading span:first-child {
  position: relative;
  display: inline-block;
}
.au-block-title__heading span:first-child::before {
  top: -10px;
}
.au-block-title__wrapper {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1200px) {
  .au-block-title__wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .au-block-title__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.au-block-title--bg-azul {
  background-color: #4F50FA;
  color: white !important;
  --theme-headings-color: white;
  --line-color: white;
}
.au-block-title--bg-azul-escuro {
  background-color: #191949;
  color: white !important;
  --theme-headings-color: white;
  --line-color: white;
}
.au-block-title--bg-azul .au-block-title__heading {
  color: white !important;
}
.au-block-title--bg-azul .au-block-title__heading span:first-child::before {
  background-color: white;
}
.au-block-title--bg-azul .au-block-title__heading span:first-child::after {
  background-color: white;
}
.au-block-title--bg-cinza {
  background-color: #F0EFF5;
  color: #383838;
}
.au-block-title--bg-cinza .au-block-title__heading {
  color: #383838;
}
.au-block-title--bg-branco {
  background-color: white;
  color: #383838;
}
.au-block-title--bg-branco .au-block-title__heading {
  color: #383838;
}
.au-block-title__size--large .au-block-title {
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
}
.au-block-title__size--large .au-block-title {
  padding-top: 30px;
}
@media screen and (min-width: 360px) {
  .au-block-title__size--large .au-block-title {
    padding-top: calc(30px + 30 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-title__size--large .au-block-title {
    padding-top: 60px;
  }
}
.au-block-title__size--large .au-block-title {
  padding-bottom: 30px;
}
@media screen and (min-width: 360px) {
  .au-block-title__size--large .au-block-title {
    padding-bottom: calc(30px + 30 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-title__size--large .au-block-title {
    padding-bottom: 60px;
  }
}
.au-block-title__size--large .au-block-title--mode-destaque {
  text-transform: uppercase;
}
.au-block-title__size--large .au-block-title--mode-destaque span:first-child::before {
  top: -30px !important;
}
.au-block-title__size--large .au-block-title--mode-destaque span:first-child::after {
  height: 5px;
  position: absolute;
  bottom: -15px;
}
.au-block-title__size--medium {
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
}
.au-block-title__size--medium {
  padding-top: 30px;
}
@media screen and (min-width: 360px) {
  .au-block-title__size--medium {
    padding-top: calc(30px + 30 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-title__size--medium {
    padding-top: 60px;
  }
}
.au-block-title__size--medium {
  padding-bottom: 30px;
}
@media screen and (min-width: 360px) {
  .au-block-title__size--medium {
    padding-bottom: calc(30px + 30 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-title__size--medium {
    padding-bottom: 60px;
  }
}
.au-block-title__size--medium h2 span:first-child::before {
  top: -10px;
}
.au-block-title__size--medium h2 span:first-child::after {
  height: 5px;
  bottom: -5px;
}
.au-block-title__size--large {
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
}
.au-block-title__size--large {
  padding-top: 40px;
}
@media screen and (min-width: 360px) {
  .au-block-title__size--large {
    padding-top: calc(40px + 40 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-title__size--large {
    padding-top: 80px;
  }
}
.au-block-title__size--large {
  padding-bottom: 40px;
}
@media screen and (min-width: 360px) {
  .au-block-title__size--large {
    padding-bottom: calc(40px + 40 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-title__size--large {
    padding-bottom: 80px;
  }
}
.au-block-title--small {
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
}
.au-block-title--small {
  font-size: 30px;
}
@media screen and (min-width: 360px) {
  .au-block-title--small {
    font-size: calc(30px + 2 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-title--small {
    font-size: 32px;
  }
}
.au-block-title--small {
  line-height: 38px;
}
@media screen and (min-width: 360px) {
  .au-block-title--small {
    line-height: calc(38px + 0 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-title--small {
    line-height: 38px;
  }
}
.au-block-title--medium {
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
}
.au-block-title--medium {
  font-size: 30px;
}
@media screen and (min-width: 360px) {
  .au-block-title--medium {
    font-size: calc(30px + 10 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-title--medium {
    font-size: 40px;
  }
}
.au-block-title--medium {
  line-height: 38px;
}
@media screen and (min-width: 360px) {
  .au-block-title--medium {
    line-height: calc(38px + 10 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-title--medium {
    line-height: 48px;
  }
}
.au-block-title--large {
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
}
.au-block-title--large {
  font-size: 30px;
}
@media screen and (min-width: 360px) {
  .au-block-title--large {
    font-size: calc(30px + 30 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-title--large {
    font-size: 60px;
  }
}
.au-block-title--large {
  line-height: 30px;
}
@media screen and (min-width: 360px) {
  .au-block-title--large {
    line-height: calc(30px + 30 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-title--large {
    line-height: 60px;
  }
}
.au-block-title--align-center {
  text-align: center;
}
.au-block-title--align-right {
  text-align: right;
}
.au-block-title--text-white {
  color: white !important;
}
.au-block-title--text-white span:first-child::before {
  background-color: white;
}
.au-block-title--text-white span:first-child::after {
  background-color: white;
}
.au-block-title--mode-destaque {
  text-transform: uppercase;
}
.au-block-title--mode-destaque span:first-child::after {
  height: 5px;
  position: absolute;
}

/*
|--------------------------------------------------------------------------
| DEFAULT STYLES
| Onyx Normalize and Reset V1.1
|--------------------------------------------------------------------------
*/
html {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-size: 100%;
  font-family: "Gilroy", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p, blockquote, figure, ol, ul, li,
fieldset, form, label, legend, button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

ol, ul {
  list-style: none;
}

textarea {
  overflow: auto;
}

small {
  font-size: 80%;
}

:focus {
  outline: 0;
}

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

button, input[type=submit] {
  cursor: pointer;
}

button, input {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

svg {
  display: block;
}

#autem p, #autem h1, #autem h2, #autem h3, #autem h4, #autem h5, #autem strong, #autem ul, #autem li, #autem a, #autem label, #autem input {
  font-family: "Gilroy", sans-serif !important;
}

/*
|--------------------------------------------------------------------------
| ESTILOS DE VISUALIZAÇÃO DOS BLOCOS DOS POSTS
|--------------------------------------------------------------------------
*/
:root {
  --post-info-color: #9F9FA9;
  --post-entry-font-size: 18px;
  --post-entry-line-height: 1.6;
  --post-entry-block-margin-bottom: 25px;
  --post-entry-default-font-color: #444;
}
/*
|--------------------------------------------------------------------------
| POST ENTRY CONTENT
|--------------------------------------------------------------------------
*/
.post-entry-content {
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  color: var(--post-entry-default-font-color);
}
.post-entry-content > h1, .post-entry-content > h2, .post-entry-content > h3, .post-entry-content > h4, .post-entry-content > h5, .post-entry-content > h6 {
  color: #333;
  font-weight: 600;
  margin: 0 0 25px 0;
  transition: all 200ms ease;
  line-height: 1.3;
}
.post-entry-content > h1:before, .post-entry-content > h2:before, .post-entry-content > h3:before, .post-entry-content > h4:before, .post-entry-content > h5:before, .post-entry-content > h6:before {
  content: "";
  display: block;
  width: var(--line-width);
  height: 1px;
  margin: 0 0 var(--line-margin) 0;
  background: var(--line-color);
}
.post-entry-content > p, .post-entry-content > ul, .post-entry-content > ol, .post-entry-content > .mejs-container {
  margin: 0 0 var(--post-entry-block-margin-bottom) 0;
}
.post-entry-content p, .post-entry-content ul, .post-entry-content ol, .post-entry-content .mejs-container {
  font-size: var(--post-entry-font-size);
  line-height: var(--post-entry-line-height);
  width: 100%;
  max-width: 100%;
  font-weight: normal;
}
.post-entry-content a {
  color: #333;
}
.post-entry-content a:hover {
  color: #333;
  text-decoration: underline;
}
@media only screen and (min-width: 1023px) {
  .post-entry-content .post-title {
    max-width: 500px;
  }
}
.post-entry-content .au-btn {
  margin-bottom: 25px;
}
.post-entry-content .au-btn:hover {
  text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| POST TAGS
|--------------------------------------------------------------------------
*/
ul.post-tags {
  display: flex;
  margin: 40px 0 30px -10px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 767px) {
  ul.post-tags {
    margin-bottom: 0;
  }
}
ul.post-tags li {
  list-style: none;
  margin: 0 0 10px 10px;
  font-size: 14px;
}
ul.post-tags a {
  font-weight: normal;
  display: inline-block;
  border-radius: 5px;
  background: #e5e5e5;
  padding: 8px 12px;
  transition: all 200ms ease;
  color: #444;
}
ul.post-tags a:hover {
  text-decoration: none;
  background: #4F50FA;
  color: #FFF;
}

/*
|--------------------------------------------------------------------------
| POST BLOCKS
|--------------------------------------------------------------------------
*/
.wp-block-columns {
  max-width: 1366px !important;
  margin: auto;
}
.wp-block-columns .au-block-text .limit {
  padding-left: 20px;
  padding-right: 20px;
}

/*
|--------------------------------------------------------------------------
| THEME STYLES
|--------------------------------------------------------------------------
*/
body {
  background: #FFF;
  color: #383838;
}
body.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| GENERIC LINKS
|--------------------------------------------------------------------------
*/
a {
  text-decoration: none;
  color: var(--color-link);
  transition: color 200ms, opacity 200ms, background 200ms;
}
a:hover {
  text-decoration: none;
  color: var(--color-link-hover);
}

/*
|--------------------------------------------------------------------------
| GRID
|--------------------------------------------------------------------------
*/
.au-block {
  position: relative;
  width: 100%;
  padding: 70px 0;
  overflow: hidden;
}
.au-block.-limit,
.au-block .limit {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding: 0 15px;
}
@media only screen and (min-width: 1220px) {
  .au-block.-limit,
.au-block .limit {
    padding: 0;
  }
}
.au-block + .-union {
  padding-top: 0;
}

.au-block-404 {
  padding-top: 70px !important;
  background: #FFF;
}

.au-noposts {
  background: #FFF;
  width: 100%;
  text-align: center;
  padding: 20px;
  border: 1px #ccc solid;
  max-width: 600px;
  border-radius: 4px;
  font-weight: 600;
  color: #383838;
  box-shadow: 0 2px 8px 0 rgba(25, 25, 73, 0.2);
}
.au-noposts h2 {
  color: #5479F7;
  margin-bottom: 10px;
}
body.error404 .au-noposts {
  margin: 0 auto 40px auto;
}

/*
|--------------------------------------------------------------------------
| COMPONENT: BUTTONS
|--------------------------------------------------------------------------
*/
:root {
  --btn-color: #4F50FA;
  --btn-background: #45EBCB;
  --btn-bordercolor: var(--btn-background);
}

.au-btn {
  display: inline-block;
  padding: 12px 30px 10px 30px;
  color: var(--btn-color) !important;
  background: var(--btn-background);
  border: 1px var(--btn-bordercolor) solid;
  border-radius: 100px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  transition: all 300ms ease;
  text-decoration: none;
  text-transform: uppercase;
}
.au-btn.-darker {
  --btn-color: #1C23BD;
}
.au-btn.-darker:hover {
  --btn-color: #1C23BD;
}
.au-btn.-outlined {
  --btn-color: #FFF;
  --btn-background: transparent;
  --btn-bordercolor: #FFF;
}
.au-btn.-white {
  --btn-background: #FFF;
  --btn-color: #4F50FA;
}
.au-btn.-white:hover {
  --btn-background: #45EBCB;
}
.au-btn.-blue {
  --btn-background: #4F50FA;
  --btn-bordercolor: #4F50FA;
  --btn-color: #FFF;
}
.au-btn.-wide {
  padding: 12px 40px 10px 40px;
}
.au-btn:hover {
  --btn-color: #4F50FA;
  --btn-background: rgba(255, 255, 255);
}

/*
|--------------------------------------------------------------------------
| COMPONENT: COMPLEMENTO AO TINY SLIDER
|--------------------------------------------------------------------------
*/
.tns-nav button {
  margin: 0 2px;
  width: 15px;
  height: 3px;
  background: #FFF;
  transition: all 200ms ease;
  border-radius: 12px;
}
.tns-nav button.tns-nav-active {
  width: 20px;
  background: #45EBCB;
}
@media only screen and (max-width: 320px) {
  .tns-nav {
    bottom: 15px;
  }
}
@media only screen and (min-width: 540px) {
  .tns-nav {
    bottom: 20px;
  }
}
@media only screen and (min-width: 767px) {
  .tns-nav {
    bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .tns-nav {
    left: -2px;
  }
}

.tns-controls button {
  height: 38px;
  padding: 10px;
  background: #45EBCB;
  transition: opacity 200ms ease;
  border-radius: 3px;
}
.tns-controls button:first-child {
  border-right: 2px #000 solid;
}
.tns-controls button:hover {
  opacity: 0.6;
}
.tns-controls svg {
  width: 19px;
  height: 19px;
}

/*
|--------------------------------------------------------------------------
| COMPONENT: BREADCRUMBS
|--------------------------------------------------------------------------
*/
.au-breadcrumbs {
  --line-color: #FFF;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.au-breadcrumbs a {
  line-height: 1.5;
  color: #FFF;
}
.au-breadcrumbs a:hover {
  color: #45EBCB;
}
.au-breadcrumbs .current-item {
  color: #45EBCB;
}
.au-breadcrumbs .separator {
  display: inline-block;
  width: 4px;
  height: 8px;
  margin: 0 8px;
  background-image: url(../scripts/./resources/images/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 4px 8px;
  filter: invert(1);
}

/*
|--------------------------------------------------------------------------
| HELPER CLASSES
|--------------------------------------------------------------------------
*/
._dnone {
  display: none !important;
}

._hidden {
  visibility: hidden !important;
}

._dblock {
  display: block !important;
}

._visible {
  visibility: visible !important;
}

._noborder {
  border: none !important;
}

._nobg {
  background: none !important;
}

._nomargin {
  margin: 0 !important;
}

._nomargin-top {
  margin-top: 0 !important;
}

._nomargin-bottom {
  margin-bottom: 0 !important;
}

._nomargin-left {
  margin-left: 0 !important;
}

._nomargin-right {
  margin-right: 0 !important;
}

._nopadding {
  padding: 0 !important;
}

._nopadding-top {
  padding-top: 0 !important;
}

._nopadding-bottom {
  padding-bottom: 0 !important;
}

._nopadding-left {
  padding-left: 0 !important;
}

._nopadding-right {
  padding-right: 0 !important;
}

._indent {
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  ._dsk-columns {
    columns: 3;
    orphans: 1;
    widows: 1;
  }
}

._bg-color1 {
  background-color: #5479F7 !important;
}

._bg-color2 {
  background-color: #4F50FA !important;
}

._bg-color3 {
  background-color: #1C23BD !important;
}

._bg-color4 {
  background-color: #191949 !important;
}

._bg-color5 {
  background-color: #45EBCB !important;
}

._bg_gray {
  background-color: #F0EFF5 !important;
}

._mt-10 {
  margin-top: 10px !important;
}

._mb-10 {
  margin-bottom: 10px !important;
}

._mt-20 {
  margin-top: 20px !important;
}

._mb-20 {
  margin-bottom: 20px !important;
}

._mt-30 {
  margin-top: 30px !important;
}

._mb-30 {
  margin-bottom: 30px !important;
}

._mt-40 {
  margin-top: 40px !important;
}

._mb-40 {
  margin-bottom: 40px !important;
}

._fz-16 {
  font-size: 16px !important;
  line-height: 1.4;
}

._fz-18 {
  font-size: 18px !important;
  line-height: 1.4;
}

._fz-20 {
  font-size: 20px !important;
  line-height: 1.3;
}

._fz-30 {
  font-size: 30px !important;
  line-height: 1.3;
}

._fz-40 {
  font-size: 40px !important;
  line-height: 1.3;
}

@media only screen and (min-width: 767px) {
  ._ptb-mt-10 {
    margin-top: 10px !important;
  }
  ._ptb-mb-10 {
    margin-bottom: 10px !important;
  }
  ._ptb-mt-20 {
    margin-top: 20px !important;
  }
  ._ptb-mb-20 {
    margin-bottom: 20px !important;
  }
  ._ptb-mt-30 {
    margin-top: 30px !important;
  }
  ._ptb-mb-30 {
    margin-bottom: 30px !important;
  }
  ._ptb-mt-40 {
    margin-top: 40px !important;
  }
  ._ptb-mb-40 {
    margin-bottom: 40px !important;
  }
  ._ptb-fz-12 {
    font-size: 12px !important;
  }
  ._ptb-fz-14 {
    font-size: 14px !important;
  }
  ._ptb-fz-16 {
    font-size: 16px !important;
  }
  ._ptb-fz-18 {
    font-size: 18px !important;
  }
  ._ptb-fz-20 {
    font-size: 20px !important;
  }
  ._ptb-fz-30 {
    font-size: 30px !important;
  }
  ._ptb-fz-40 {
    font-size: 40px !important;
  }
}
@media only screen and (min-width: 1023px) {
  ._ltb-mt-10 {
    margin-top: 10px !important;
  }
  ._ltb-mb-10 {
    margin-bottom: 10px !important;
  }
  ._ltb-mt-20 {
    margin-top: 20px !important;
  }
  ._ltb-mb-20 {
    margin-bottom: 20px !important;
  }
  ._ltb-mt-30 {
    margin-top: 30px !important;
  }
  ._ltb-mb-30 {
    margin-bottom: 30px !important;
  }
  ._ltb-mt-40 {
    margin-top: 40px !important;
  }
  ._ltb-mb-40 {
    margin-bottom: 40px !important;
  }
  ._ltb-fz-12 {
    font-size: 12px !important;
  }
  ._ltb-fz-14 {
    font-size: 14px !important;
  }
  ._ltb-fz-16 {
    font-size: 16px !important;
  }
  ._ltb-fz-18 {
    font-size: 18px !important;
  }
  ._ltb-fz-20 {
    font-size: 20px !important;
  }
  ._ltb-fz-30 {
    font-size: 30px !important;
  }
  ._ltb-fz-40 {
    font-size: 40px !important;
  }
}
@media only screen and (min-width: 1200px) {
  ._dsk-mt-10 {
    margin-top: 10px !important;
  }
  ._dsk-mb-10 {
    margin-bottom: 10px !important;
  }
  ._dsk-mt-20 {
    margin-top: 20px !important;
  }
  ._dsk-mb-20 {
    margin-bottom: 20px !important;
  }
  ._dsk-mt-30 {
    margin-top: 30px !important;
  }
  ._dsk-mb-30 {
    margin-bottom: 30px !important;
  }
  ._dsk-mt-40 {
    margin-top: 40px !important;
  }
  ._dsk-mb-40 {
    margin-bottom: 40px !important;
  }
  ._dsk-fz-12 {
    font-size: 12px !important;
  }
  ._dsk-fz-14 {
    font-size: 14px !important;
  }
  ._dsk-fz-16 {
    font-size: 16px !important;
  }
  ._dsk-fz-18 {
    font-size: 18px !important;
  }
  ._dsk-fz-20 {
    font-size: 20px !important;
  }
  ._dsk-fz-30 {
    font-size: 30px !important;
  }
  ._dsk-fz-40 {
    font-size: 40px !important;
  }
}
/*
|--------------------------------------------------------------------------
| HIDE CLASSES
|--------------------------------------------------------------------------
*/
/* TO SMALL MOBILE <=320px */
@media only screen and (max-width: 320px) {
  ._hide-smb {
    display: none;
  }
}
/* TO MOBILE <=767px */
@media only screen and (max-width: 767px) {
  ._hide-mb {
    display: none !important;
  }
}
/* FROM MOBILE L >=540px */
@media only screen and (min-width: 540px) {
  ._hide-lmb {
    display: none !important;
  }
}
/* FROM TABLET P >=768px */
@media only screen and (min-width: 767px) {
  ._hide-ptb {
    display: none !important;
  }
}
/* FROM TABLET L >=1024px */
@media only screen and (min-width: 1023px) {
  ._hide-ltb {
    display: none !important;
  }
}
/* TO DESK >=1200 */
@media only screen and (min-width: 1200px) {
  ._hide-desk {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .form__grid--4x6 {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 20px;
    max-width: 415px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .form__grid--right {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .form__grid--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .form__grid--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.form__mt {
  margin-top: 23px;
}
.form__readonly .wpcf7 form input[readonly=readonly] {
  background-color: transparent;
  color: #282828;
  border: none;
  padding-left: 0;
}
@media (min-width: 992px) {
  .form__submit-group {
    display: inline-block;
    padding: 0;
    margin: 30px 0 0 50%;
    text-align: center;
    transform: translateX(-50%);
  }
}

form label:not(.wpcf7-form-control-wrap),
.wpcf7 form label:not(.wpcf7-form-control-wrap) {
  font-size: 14px;
  color: #282828;
  font-weight: 600;
}
form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=password],
form input[type=number],
form input[type=date],
form select,
.wpcf7 form input[type=text],
.wpcf7 form input[type=tel],
.wpcf7 form input[type=email],
.wpcf7 form input[type=password],
.wpcf7 form input[type=number],
.wpcf7 form input[type=date],
.wpcf7 form select {
  background: white;
  border: 1px solid #C9C9C9;
  font-size: 24px;
  padding: 0px 10px;
  height: inherit;
  border-radius: 8px;
  max-width: 415px;
}
form input[readonly=readonly],
.wpcf7 form input[readonly=readonly] {
  background-color: #EAEAEA;
  color: #808080;
}
form .form__prefix::before,
.wpcf7 form .form__prefix::before {
  content: "R$";
  font-size: 24px;
  color: #9D9A9A;
  border-right: 1px solid #C9C9C9;
  padding-right: 10px;
  position: absolute;
  padding-left: 10px;
  z-index: 1;
}
form span[data-name=investimento] input,
.wpcf7 form span[data-name=investimento] input {
  text-indent: 55px;
}
form .custom-radio label,
.wpcf7 form .custom-radio label {
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
}
form .custom-radio label,
.wpcf7 form .custom-radio label {
  font-size: 15px;
}
@media screen and (min-width: 375px) {
  form .custom-radio label,
.wpcf7 form .custom-radio label {
    font-size: calc(15px + 3 * ((100vw - 375px) / 1065));
  }
}
@media screen and (min-width: 1440px) {
  form .custom-radio label,
.wpcf7 form .custom-radio label {
    font-size: 18px;
  }
}
form .custom-radio .wpcf7-list-item,
.wpcf7 form .custom-radio .wpcf7-list-item {
  background-color: white;
  margin: inherit;
  border: 1px solid #C9C9C9;
  border-right: none;
}
@media (max-width: 992px) {
  form .custom-radio .wpcf7-list-item,
.wpcf7 form .custom-radio .wpcf7-list-item {
    padding: 5px 8px;
  }
}
@media (min-width: 992px) {
  form .custom-radio .wpcf7-list-item,
.wpcf7 form .custom-radio .wpcf7-list-item {
    padding: 5px 15px;
  }
}
form .custom-radio .wpcf7-list-item.active,
.wpcf7 form .custom-radio .wpcf7-list-item.active {
  background-color: var(--green-vivid);
}
form .custom-radio .wpcf7-list-item input,
.wpcf7 form .custom-radio .wpcf7-list-item input {
  opacity: 0;
  position: absolute;
}
form .custom-radio .wpcf7-list-item.first,
.wpcf7 form .custom-radio .wpcf7-list-item.first {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
form .custom-radio .wpcf7-list-item.last,
.wpcf7 form .custom-radio .wpcf7-list-item.last {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-right: 1px solid #C9C9C9;
}
form .file,
.wpcf7 form .file {
  position: relative;
}
form .file > p,
.wpcf7 form .file > p {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
form .file > p input,
.wpcf7 form .file > p input {
  width: 100%;
  height: 100%;
}
form .file__investimento,
.wpcf7 form .file__investimento {
  background: white;
  padding: 30px 20px;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
}
form .wpcf7-submit,
.wpcf7 form .wpcf7-submit {
  background-color: #45EBCB;
  padding: 12px 30px 10px 30px;
  border-radius: 50px;
  color: #4F50FA;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
form .wpcf7-submit:hover,
.wpcf7 form .wpcf7-submit:hover {
  background-color: white;
  transition: all 0.5s;
}

.wpcf7-response-output {
  border: none;
  padding: 10px;
  background: #ffb900;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-family: "Gilroy";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 2;
}

/*
|--------------------------------------------------------------------------
| .AU-MENU-CONTAINER
|--------------------------------------------------------------------------
*/
.au-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: calc(100% - 50px);
  height: 100vh;
  padding: 20px;
  background: #4F50FA;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  will-change: transform, opacity;
  backface-visibility: hidden;
  z-index: 2;
}
.au-menu-container.-active {
  pointer-events: all;
  transform: translateX(0);
  overflow-x: scroll;
}
@media only screen and (min-width: 1200px) {
  .au-menu-container {
    position: initial;
    transform: none;
    width: auto;
    height: 95px;
    background: red;
    padding: 0;
    background: transparent;
    pointer-events: all;
    will-change: unset;
  }
}

/*
|--------------------------------------------------------------------------
| .AU-MENU
|--------------------------------------------------------------------------
*/
.au-menu-wrapper {
  border-top: 1px #FFF solid;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .au-menu-wrapper {
    display: flex;
    align-items: center;
    padding: 20px 0 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  .au-menu {
    display: flex;
    margin: 0 -25px 0;
  }
}
.au-menu .menu-item {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .au-menu .menu-item {
    height: 15px;
    margin: 0 25px 0px 25px;
    padding: 0;
    border: none;
  }
}
.au-menu .menu-item a:hover, .au-menu .menu-item:hover > a, .au-menu .menu-item:hover svg {
  color: #45EBCB;
  fill: #45EBCB;
}
.au-menu .menu-item.-topic {
  column-span: all;
  font-weight: 600;
  color: #45EBCB;
}
.au-menu .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  text-decoration: none;
  transition: all 300ms ease;
}
@media only screen and (min-width: 1200px) {
  .au-menu > .menu-item-has-children > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(60px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #1C23BD transparent;
    pointer-events: none;
    transition: translate 0.5s cubic-bezier(0, 0, 0.3, 1);
    opacity: 0;
    z-index: 1;
  }
  .au-menu > .menu-item-has-children:hover a:before {
    opacity: 1;
    transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
    transform: translateX(-50%) translateY(35px);
  }
}
.au-menu .arrow-down {
  width: 10px;
  height: 6px;
  margin-left: 10px;
  fill: #FFF;
  opacity: 0.6;
  transition: fill 200ms ease;
}

/*
|--------------------------------------------------------------------------
| .AU-SUBMENU
|--------------------------------------------------------------------------
*/
@media only screen and (min-width: 1200px) {
  .au-submenu {
    position: absolute;
    left: 0;
    top: 82px;
    max-width: 100vw;
    width: calc(100vw - (100vw - 100%) + 5px);
    padding: 50px 0 0 0;
    margin: 0 calc(50% - 50vw);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    transform: translateY(10px);
    pointer-events: none;
  }
  .au-menu > .menu-item-has-children:hover .au-submenu {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s cubic-bezier(0, 0, 0.3, 1);
    pointer-events: all;
  }
}
@media only screen and (min-width: 1200px) {
  .au-submenu .limit {
    width: 1366px;
    margin: auto;
  }
}
.au-submenu .menu-item {
  display: flex;
  align-items: center;
  height: auto;
  margin: 15px 0 0 0;
  padding: 0;
  border: none;
  font-weight: normal;
}
@media only screen and (min-width: 767px) {
  .au-submenu .menu-item {
    margin: 0;
    line-height: 2;
    font-weight: 600;
  }
}
.au-submenu .menu-item:before {
  content: "";
  background: url(../scripts/./resources/images/arrow-right-white.png);
  background-size: 5px 6px;
  background-repeat: no-repeat;
  background-position: center left;
  width: 13px;
  height: 10px;
  display: block;
  opacity: 0.7;
}
.au-submenu .cat-item {
  margin-left: 10px;
}
.au-submenu .link {
  opacity: 0.7;
}
@media only screen and (min-width: 767px) {
  .au-submenu .link {
    opacity: 0.9;
  }
}

@media only screen and (min-width: 1200px) {
  .au-submenu-bg {
    padding: 40px 0;
    background: rgba(28, 35, 189, 0.9);
    backdrop-filter: blur(5px);
  }
}

@media only screen and (min-width: 1200px) {
  .au-blogmenu > .limit {
    display: flex;
    justify-content: space-between;
  }
  .au-blogmenu .menu-item {
    margin-left: 0;
  }
}

/*
|--------------------------------------------------------------------------
| SUBCOMPONENTS FROM MENU
|--------------------------------------------------------------------------
*/
/* acessar | abrir conta */
.au-options {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}
@media only screen and (min-width: 767px) {
  .au-options {
    justify-content: flex-end;
  }
}
.au-options .au-btn {
  margin: 0 5px;
}

/* icones redes sociais */
.au-social-icons {
  display: flex;
  margin: 20px 0 0 -5px;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) {
  .au-social-icons {
    margin: 0;
  }
}
.au-social-icons > .icon {
  margin: 0 5px;
}
.au-social-icons li {
  list-style: none;
}
.au-social-icons .au-svg {
  width: 20px;
  height: 20px;
  fill: #FFF;
  opacity: 0.7;
  transition: all 200ms ease;
}
.au-social-icons a:hover .au-svg {
  opacity: 1;
}

/* destaues do blog */
.au-blog-destaque {
  --line-color: #FFF;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
}
@media only screen and (min-width: 1200px) {
  .au-blog-destaque {
    width: 550px;
    margin: 0;
    padding: 0;
    border-top: none;
  }
}
.au-blog-destaque > .tag {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
  color: #45EBCB;
}
@media only screen and (min-width: 767px) {
  .au-blog-destaque > .tag {
    line-height: 2;
    margin-bottom: 10px;
  }
}
.au-blog-destaque > .tag:before {
  content: "";
  background: url(../scripts/./resources/images/arrow-right.png);
  background-size: 5px 6px;
  background-repeat: no-repeat;
  background-position: center left;
  width: 13px;
  height: 10px;
  display: block;
  opacity: 0.7;
}
.au-blog-destaque .link {
  display: flex;
  flex-direction: column;
  opacity: 1;
}
.au-blog-destaque .link:hover {
  color: #FFF !important;
  opacity: 0.6;
}
.au-blog-destaque .link:hover .title:before {
  opacity: 0.6;
}
@media only screen and (min-width: 767px) {
  .au-blog-destaque .link {
    align-content: flex-start;
    flex-direction: row;
  }
}
.au-blog-destaque .au-media {
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .au-blog-destaque .au-media {
    width: 240px;
    margin: 0;
  }
}
.au-blog-destaque .img {
  width: 100%;
  border-radius: 5px;
}
.au-blog-destaque .text {
  line-height: 1.2;
  text-transform: none;
}
@media only screen and (min-width: 767px) {
  .au-blog-destaque .text {
    width: calc(100% - 260px);
  }
}
.au-blog-destaque .title {
  margin: 0 0 20px 0;
}
.au-blog-destaque .description {
  font-weight: normal;
}

/*
|--------------------------------------------------------------------------
| HEADER STYLES
|--------------------------------------------------------------------------
*/
:root {
  --header-align-items: normal;
  --header-height: 100px;
  --header-padding: 36px 15px 20px 15px;
  --header-border: 1px #FFF solid;
  --header-main-logo-width: 200px;
  --header-main-logo-height: 41px;
}
@media only screen and (min-width: 767px) {
  :root {
    --header-height: 115px;
    --header-main-logo-width: 320px;
    --header-main-logo-height: 70px;
  }
}
@media only screen and (min-width: 1220px) {
  :root {
    --header-align-items: end;
    --header-border: none;
    --header-padding: 0;
  }
}

.au-block-header {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.au-block-header > .limit {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: var(--header-align-items);
  width: 100%;
  height: var(--header-height);
  margin: auto;
}
@media (max-width: 1200px) {
  .au-block-header > .limit {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .au-block-header > .limit {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (max-width: 1200px) {
  .au-block-header > .limit {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    align-items: center;
    border-bottom: var(--header-border);
  }
}

/*
|--------------------------------------------------------------------------
| COMPONENT: MAIN LOGO
|--------------------------------------------------------------------------
*/
.main-logo {
  margin: 0;
}
.main-logo .au-svg {
  width: var(--header-main-logo-width);
  height: var(--header-main-logo-height);
  fill: #FFF;
}

/*
|--------------------------------------------------------------------------
| COMPONENT: HAMBURGUER TOOGLE MENU
|--------------------------------------------------------------------------
*/
.ham {
  display: block;
  z-index: 2;
}
.ham .au-svg {
  width: 21px;
  height: 15px;
  fill: #FFF;
  transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  will-change: transform;
  backface-visibility: hidden;
}
.active-overlay .ham .au-svg {
  fill: #4F50FA;
  transform: rotate(90deg);
}

/*
|--------------------------------------------------------------------------
| FOOTER STYLES
|--------------------------------------------------------------------------
*/
.au-block-footer {
  background: #191949;
  color: #FFF;
  font-size: 14px;
}
.au-block-footer > .limit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .au-block-footer > .limit {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1023px) {
  .au-block-footer > .limit {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.au-block-footer > .limit:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  max-width: 1366px;
  height: 5px;
  background-color: #FFF;
}
.au-block-footer > .limit a {
  color: #45EBCB;
}
.au-block-footer > .limit a:hover {
  color: rgba(69, 235, 203, 0.8);
}
.au-block-footer .main-logo {
  margin: 0 0 30px 0;
}
.au-block-footer .main-logo .au-svg {
  width: 320px;
  height: 70px;
}
.au-block-footer .main-logo a {
  display: block;
}
.au-block-footer .main-logo a:first-child {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 767px) {
  .au-block-footer .main-logo {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .au-block-footer .main-logo a:first-child {
    margin: 0 30px 0 0;
  }
  .au-block-footer .main-logo .au-svg.logo-full {
    margin-top: 10px;
  }
  .au-block-footer .main-logo .au-svg.logo-orama {
    width: 270px;
    height: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .au-block-footer .main-logo {
    align-self: center;
  }
}
.au-block-footer .contact {
  margin: 30px 0 -10px 0;
}
.au-block-footer .contact > p {
  margin: 5px 0;
}
.au-block-footer .contact > p:first-child {
  margin-top: -10px;
}
@media only screen and (min-width: 1200px) {
  .au-block-footer .contact > p > span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 5px 10px;
  }
}
.au-block-footer .contact > p > strong {
  display: block;
  margin: 10px 0 3px 0;
}
@media only screen and (min-width: 1200px) {
  .au-block-footer .contact > p > strong {
    display: inline;
    margin: 0;
  }
}
@media only screen and (min-width: 767px) {
  .au-block-footer .contact {
    margin: 0 0 10px 0;
  }
}
.au-block-footer .rights {
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .au-block-footer .rights {
    margin: 60px 0 0 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.au-block-footer .legal {
  margin: 40px 0 0 0;
  width: 100%;
}
.au-block-footer .legal ul {
  display: flex;
  padding: 0;
  column-gap: 20px;
  justify-content: end;
}
.au-block-footer .legal ul li {
  list-style: none;
}
.au-block-footer .disclaimer {
  opacity: 0.7;
  margin: 30px 0 0 0;
  transition: all 0.5s;
}
@media only screen and (min-width: 1200px) {
  .au-block-footer .disclaimer {
    margin: 60px 0 0 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.au-block-footer .disclaimer:hover {
  opacity: 1;
  transition: all 0.5s;
}
.au-block-footer .certificacoes {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 767px) {
  .au-block-footer .certificacoes {
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .au-block-footer .certificacoes {
    margin: 0;
  }
}
.au-block-footer .certificacoes > span {
  display: block;
  margin: 10px 0 0 0;
  padding: 10px 20px;
  border-radius: 5px;
  overflow: hidden;
  background: #4F50FA;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .au-block-footer .certificacoes > span {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
.au-block-footer .au-social-icons {
  justify-content: flex-start;
}
@media only screen and (min-width: 767px) {
  .au-block-footer .au-social-icons {
    margin: 0;
  }
}

/*
|--------------------------------------------------------------------------
| MENU
|--------------------------------------------------------------------------
*/
.menu-footer {
  position: relative;
}
@media only screen and (min-width: 767px) {
  .menu-footer {
    width: 100%;
    margin-top: -30px;
  }
}
.menu-footer > nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 767px) {
  .menu-footer > nav {
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px #FFF solid;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
  }
}
.menu-footer .menu {
  display: flex;
  align-items: flex-start;
  margin-left: -10px;
}
@media only screen and (min-width: 1023px) {
  .menu-footer .menu {
    margin-left: -15px;
  }
}
.menu-footer .menu > .menu-item {
  font-weight: 600;
  margin: 0 10px 0px 10px;
}
@media only screen and (min-width: 1023px) {
  .menu-footer .menu > .menu-item {
    margin: 0 15px 0px 15px;
  }
}
.menu-footer .menu .menu-item {
  text-transform: uppercase;
}
.menu-footer .menu .menu-item a:hover, .menu-footer .menu .menu-item:hover > a, .menu-footer .menu .menu-item:hover .caret-down svg {
  color: #45EBCB;
  fill: #45EBCB;
}
.menu-footer .menu .submenu {
  display: none;
}
@media only screen and (min-width: 1023px) {
  .menu-footer .menu .submenu {
    display: block;
  }
}
.menu-footer .menu .submenu .menu-item,
.menu-footer .menu .submenu .cat-item {
  font-weight: normal;
  margin-top: 15px;
}
.menu-footer .menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
}
.menu-footer .menu .caret-down svg {
  width: 10px;
  height: 6px;
  margin-left: 10px;
  fill: #FFF;
  opacity: 0.6;
  transition: fill 200ms ease;
}
.menu-footer .options {
  display: flex;
  justify-content: flex-end;
  margin: 0 -5px;
}
.menu-footer .options .btn {
  margin: 0 5px;
}
.menu-footer .networks {
  margin: 30px 0 0 0;
  justify-content: center;
}
@media only screen and (min-width: 767px) {
  .menu-footer .networks {
    justify-content: flex-end;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .menu-footer .networks .svg {
    width: 38px;
    height: 38px;
    opacity: 1;
  }
}

.social-newsletter {
  align-self: stretch;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.au-media.-video {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.au-media.-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.au-media.-video:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.au-media.-align-wide {
  margin: 32px calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
}
.au-media.-align-wide > img {
  min-height: 200px;
  object-fit: cover;
}

.au-list {
  --line-width: 5%;
  --line-margin: 10px;
  --line-color: #A6A5A9;
  margin: 0;
  padding: 0 0 20px;
}
.au-list li {
  position: relative;
  list-style: none;
  text-transform: uppercase;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px var(--line-color) solid;
}
.au-list li:last-child {
  padding: 0;
  border: none;
}
.au-list li:hover:after {
  opacity: 0.7;
}
.au-list .question {
  position: relative;
  display: block;
  font-weight: 600;
  cursor: pointer;
  z-index: 1;
}
.au-list .answer {
  display: none;
  margin: 20px 0 0 0;
}
.au-list.-accordion li:after {
  content: "+";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  padding-top: 2px;
  background: #FFF;
  border-radius: 3px;
  color: #1C23BD;
  font-weight: bold;
  font-size: 20px;
  line-height: 0px;
  z-index: 0;
  transition: all 300ms ease;
}
.au-list.-accordion li.-opened:after {
  content: "-";
}
.au-list.-accordion li.-opened .answer {
  display: block;
}

/*
|--------------------------------------------------------------------------
| BLOCO: MODELO COM OFFSET IMAGEM E TEXTO ( VISÃO, MISSÃO, VALORES )
|--------------------------------------------------------------------------
*/
.au-block-offsetimage {
  --block-background: #F0EFF5;
  --block-text-color: #383838;
  --block-link-color: #4F50FA;
  --block-link-color-hover: #45EBCB;
  --line-color: var(--block-text-color);
  background: var(--block-background);
  color: var(--block-text-color);
}
.au-block-offsetimage a {
  color: var(--block-link-color);
}
.au-block-offsetimage a:hover {
  color: var(--block-link-color-hover);
}
.au-block-offsetimage .content {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1023px) {
  .au-block-offsetimage .content {
    flex-direction: row;
  }
}
.au-block-offsetimage .au-media {
  height: 200px;
  margin: 0 0 0 0;
}
@media only screen and (min-width: 1023px) {
  .au-block-offsetimage .au-media {
    width: 50%;
    height: 250px;
  }
}
@media only screen and (min-width: 1023px) {
  .au-block-offsetimage .au-media {
    height: 400px;
  }
}
.au-block-offsetimage .au-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.au-block-offsetimage .text {
  padding: 0 15px;
  position: relative;
}
@media only screen and (min-width: 1023px) {
  .au-block-offsetimage .text {
    width: 50%;
    max-width: 600px;
    padding: 0 20px;
  }
}
.au-block-offsetimage .title {
  --line-margin: 0;
  --line-width: 26px;
  --theme-font-weight: 600;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.3;
  color: #383838;
}
@media only screen and (min-width: 1023px) {
  .au-block-offsetimage .title {
    font-size: 40px;
  }
}
.au-block-offsetimage .subtitle {
  color: #383838;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.au-block-offsetimage .quote {
  background: #FFF;
  color: #383838;
  margin: -40px 0 30px 0;
  padding: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  box-shadow: 0 2px 8px 0 rgba(25, 25, 73, 0.1);
  font-family: "Gilroy", sans-serif;
}
@media only screen and (min-width: 1023px) {
  .au-block-offsetimage .quote {
    position: absolute;
    bottom: -60px;
    left: -470px;
    width: 400px;
    padding: 60px 50px;
    font-size: 40px;
  }
}
.au-block-offsetimage .description {
  line-height: 1.4;
}
.au-block-offsetimage .description > p {
  margin-bottom: 20px;
}
.au-block-offsetimage .description > p:last-child {
  margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| GRID
|--------------------------------------------------------------------------
*/
.au-block {
  position: relative;
  width: 100%;
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
  overflow: hidden;
}
.au-block {
  padding-top: 35px;
}
@media screen and (min-width: 360px) {
  .au-block {
    padding-top: calc(35px + 35 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block {
    padding-top: 70px;
  }
}
.au-block {
  padding-bottom: 35px;
}
@media screen and (min-width: 360px) {
  .au-block {
    padding-bottom: calc(35px + 35 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block {
    padding-bottom: 70px;
  }
}
.au-block.-limit,
.au-block .limit {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding: 0 15px;
}
@media only screen and (min-width: 1220px) {
  .au-block.-limit,
.au-block .limit {
    padding: 0;
  }
}
.au-block + .-union {
  padding-top: 0;
}

.au-block-404 {
  padding-top: 70px !important;
  background: #FFF;
}

.au-noposts {
  background: #FFF;
  width: 100%;
  text-align: center;
  padding: 20px;
  border: 1px #ccc solid;
  max-width: 600px;
  border-radius: 4px;
  font-weight: 600;
  color: #383838;
  box-shadow: 0 2px 8px 0 rgba(25, 25, 73, 0.2);
}
.au-noposts h2 {
  color: #5479F7;
  margin-bottom: 10px;
}
body.error404 .au-noposts {
  margin: 0 auto 40px auto;
}

/*
|--------------------------------------------------------------------------
| COMPONENT: BOARD BUTTONS ( SLIDER ON MOBILE )
|--------------------------------------------------------------------------
*/
.au-boards-slider {
  position: relative;
  width: 100%;
}
.au-boards-slider .card {
  display: flex;
  width: 190px;
  height: 110px;
  padding: 20px;
  border-radius: 5px;
  align-items: center;
  background: #5479F7;
  color: #FFF;
  font-size: 12px;
}
.au-boards-slider .card > .card-title {
  margin: 0 0 20px 0;
  font-size: 25px;
  font-weight: 600;
  min-height: 100px;
  line-height: 1.1em;
  text-transform: uppercase;
}
.au-boards-slider .card.-tall {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 232px;
  height: 290px;
  font-size: 16px;
}
.au-boards-slider .card-description {
  min-height: 100px;
}
.au-boards-slider .tns-nav {
  margin-top: 10px;
}
.au-boards-slider .tns-controls {
  position: absolute;
  right: 0;
  bottom: -25px;
  background-color: #46ebcc;
}
.au-boards-slider .tns-controls button:first-child {
  border-right: none;
  position: relative;
}
.au-boards-slider .tns-controls button:first-child::after {
  content: "";
  width: 1px;
  top: 25%;
  background-color: black;
  height: 50%;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 1023px) {
  .au-boards-slider .tns-controls {
    right: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .au-boards-slider .tns-controls {
    right: 0px;
  }
}

/*
|--------------------------------------------------------------------------
| COMPONENT: CARDS SLIDER
|--------------------------------------------------------------------------
*/
.au-cards-slider {
  position: relative;
}
.au-cards-slider .card {
  position: relative;
  height: 290px;
}
.au-cards-slider .card-text {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  width: 100% !important;
  height: 100%;
  padding: 40px;
  color: #FFF;
}
.au-cards-slider .card-tag {
  font-size: 20px;
}
.au-cards-slider .card-description {
  align-self: flex-end;
  font-size: 16px;
  line-height: 1.4;
}
.au-cards-slider .au-media img {
  height: 100%;
  object-fit: cover;
}
.au-cards-slider .au-btn {
  margin: 10px 0 0 0;
  align-self: flex-end;
}
.au-cards-slider .tns-nav {
  margin-top: 10px;
}
.au-cards-slider .tns-controls {
  position: absolute;
  right: 0;
  bottom: -10px;
}

/*
|--------------------------------------------------------------------------
| COMPONENT: CARD
|--------------------------------------------------------------------------
*/
.au-card {
  --line-color: #FFF;
  background: #5479F7;
  color: #FFF;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}
@media only screen and (min-width: 767px) {
  .au-card {
    padding: 40px;
  }
}
.au-card .card-title {
  margin: 0 0 30px 0;
  font-size: 25px;
}
.au-card .card-description {
  font-size: 16px;
  line-height: 1.4;
}

.au-block-text-slide .title {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .au-block-text-slide .title {
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
  }
}
.au-block-text-slide .au-block-title__description {
  margin: 10px 0 0 !important;
}
.au-block-text-slide .au-btn {
  margin-top: 20px;
}
.au-block-text-slide .limit {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .au-block-text-slide .limit {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .au-block-text-slide .limit {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.au-block-text-slide .au-tag {
  --line-color: white;
}
.au-block-text-slide ._au-topline {
  --line-margin: 5px;
}
.au-block-text-slide .card-text {
  flex-direction: column;
  justify-content: space-between;
}
.au-block-text-slide.au-block--cinza .card-tag.au-tag {
  color: white;
}
.au-block-text-slide .au-cards-slider .card-description {
  align-self: inherit;
}
.au-block-text-slide .au-cards-slider .card-tag {
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
}
.au-block-text-slide .au-cards-slider .card-tag {
  font-size: 18px;
}
@media screen and (min-width: 360px) {
  .au-block-text-slide .au-cards-slider .card-tag {
    font-size: calc(18px + 7 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-text-slide .au-cards-slider .card-tag {
    font-size: 25px;
  }
}
.au-block-text-slide .au-cards-slider .tns-nav {
  margin-top: 12px;
}
.au-block-text-slide .au-cards-slider .tns-nav button {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.au-block-text-slide .au-cards-slider .tns-nav button:not(.tns-nav-active) {
  background: #383838;
}
.au-block-text-slide .tns-controls {
  bottom: -23px;
}
.au-block-text-slide .tns-controls button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.au-block-text-slide .tns-controls button:first-child {
  border-right: none;
  position: relative;
}
.au-block-text-slide .tns-controls button:first-child::after {
  content: "";
  width: 1px;
  top: 25%;
  background-color: black;
  height: 50%;
  position: absolute;
  right: 0;
}
@media (min-width: 992px) {
  .au-block-text-slide {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

/*
|--------------------------------------------------------------------------
| BLOCO: MODELO DE TEXTO E INNERBLOCKS
|--------------------------------------------------------------------------
*/
.au-block-text :last-child {
  margin-bottom: 0 !important;
}
body .au-block-text + [class^=wp-block] {
  margin-top: 0 !important;
}

.au-block-text .limit {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .au-block-text .limit {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .au-block-text .limit {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.au-block-text .au-btn {
  margin-top: 10px;
}
.au-block-text .post-entry-content h2 {
  --theme-font-weigh: 600;
  --theme-font-size: 30px;
}
@media only screen and (min-width: 1023px) {
  .au-block-text.-multicol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  .au-block-text .post-entry-content img {
    width: 100%;
  }
}
.au-block-text.-nomargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.post-entry-content .au-block {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw !important;
  width: 100vw !important;
}
.post-entry-content .au-block:last-child {
  margin-bottom: -70px !important;
}

.au-post-tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
}
.au-post-tags a {
  display: flex;
  align-content: center;
  align-items: center;
  margin: 3px;
  padding: 5px 15px;
  border-radius: 100px;
  color: #FFF;
  background: #5479F7;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
.au-post-tags a:hover {
  text-decoration: none;
  color: #FFF;
  background: #4F50FA;
}

/*
|--------------------------------------------------------------------------
| COMPONENT: CARD BLOGS
|--------------------------------------------------------------------------
*/
@media only screen and (min-width: 767px) {
  .au-card-blog-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1023px) {
  .au-card-blog-wrapper:after {
    content: "";
    width: calc(33.3333333333% - 20px);
  }
}

.au-card-blog {
  background: #F5F4F4;
  padding: 20px;
  width: auto;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 767px) {
  .au-card-blog {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1023px) {
  .au-card-blog {
    width: calc(33.3333333333% - 20px);
  }
}
.au-card-blog > .au-media {
  display: block;
  background: #ccc;
  min-height: 200px;
  margin: -20px -20px 20px -20px;
}
.au-card-blog > .au-media img {
  width: 100%;
  object-fit: cover;
}
.au-card-blog > .title {
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #383838;
}
@media only screen and (min-width: 1023px) {
  .au-card-blog > .title {
    font-size: 30px;
  }
}
.au-card-blog > .description {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #383838;
}
.au-card-blog > .au-btn {
  margin: auto 0 0 0;
}

/*
|--------------------------------------------------------------------------
| BLOCO: CABEÇALHOS
|--------------------------------------------------------------------------
*/
.au-block-heading-content {
  --block-background: #F0EFF5;
  --block-text-color: #383838;
  --block-link-color: #4F50FA;
  --block-link-color-hover: #45EBCB;
  --line-color: var(--block-text-color);
  --line-width: 30px;
  background: var(--block-background);
  color: var(--block-text-color);
}
.au-block-heading-content a {
  color: var(--block-link-color);
}
.au-block-heading-content a:hover {
  color: var(--block-link-color-hover);
}
.au-block-heading-content > .limit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (min-width: 767px) {
  .au-block-heading-content > .limit {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.au-block-heading-content .title {
  --line-height: 5px;
  display: block;
  padding: 0 15px;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  text-transform: uppercase;
}
.au-block-heading-content .title > span {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 767px) {
  .au-block-heading-content .title {
    font-size: 60px;
  }
}
.au-block-heading-content .au-media {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 767px) {
  .au-block-heading-content .au-media {
    margin: 0;
  }
}
.au-block-heading-content .au-media + .description {
  max-width: 500px;
}
.au-block-heading-content .description {
  max-width: 700px;
  line-height: 1.4;
}
.au-block-heading-content .description p {
  margin-bottom: 20px;
}
.au-block-heading-content .description p:last-child {
  margin-bottom: 0;
}
.au-block-heading-content.-has-content .title {
  font-size: 30px;
}
@media only screen and (min-width: 767px) {
  .au-block-heading-content.-has-content .title {
    font-size: 40px;
  }
}

h2.au-block-label-title__title {
  font-size: 40px;
}

h4.au-block-label-title__title {
  font-size: 24px;
}

.au-block-label-title {
  --theme-content-spacing: 0;
}
.au-block-label-title__title {
  margin: 0;
  font-weight: 600;
  color: #282828;
}
.au-block-label-title__label {
  font-size: 14px;
  color: #282828;
  font-weight: 600;
}

.au-block-cover-slider {
  --max-height: 740px;
  background-color: #4F50FA;
}
@media (max-width: 992px) {
  .au-block-cover-slider {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .au-block-cover-slider {
    max-height: var(--max-height);
  }
}
.au-block-cover-slider__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #4F50FA;
}
@media (max-width: 992px) {
  .au-block-cover-slider__wrapper {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .au-block-cover-slider__wrapper {
    height: calc(100vh - 200px);
    max-height: var(--max-height);
  }
}
.au-block-cover-slider__content {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .au-block-cover-slider__content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .au-block-cover-slider__content {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (max-width: 992px) {
  .au-block-cover-slider__content {
    transform: translateY(-32px);
  }
}
@media (min-width: 992px) {
  .au-block-cover-slider__content {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .au-block-cover-slider__content.--no-image {
    height: 100vh;
    display: flex;
    align-items: center;
  }
}
.au-block-cover-slider__tag {
  margin-bottom: 1.25rem;
}
.au-block-cover-slider__title {
  max-width: 480px;
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
  /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
  margin-bottom: 0;
}
.au-block-cover-slider__title {
  font-size: 30px;
}
@media screen and (min-width: 360px) {
  .au-block-cover-slider__title {
    font-size: calc(30px + 10 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-cover-slider__title {
    font-size: 40px;
  }
}
.au-block-cover-slider__title {
  line-height: 38px;
}
@media screen and (min-width: 360px) {
  .au-block-cover-slider__title {
    line-height: calc(38px + 10 * ((100vw - 360px) / 1006));
  }
}
@media screen and (min-width: 1366px) {
  .au-block-cover-slider__title {
    line-height: 48px;
  }
}
.au-block-cover-slider__description {
  color: white;
  max-width: 480px;
  line-height: 18px;
  margin-top: 10px;
}
.au-block-cover-slider__description strong {
  color: #45EBCB;
}
.au-block-cover-slider__picture {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .au-block-cover-slider__picture {
    height: 60%;
  }
}
@media (min-width: 992px) {
  .au-block-cover-slider__picture {
    height: 100%;
  }
}
.au-block-cover-slider__picture img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
.au-block-cover-slider .au-btn {
  background-color: white;
  border-color: white;
  margin-top: 10px;
}
.au-block-cover-slider .au-btn:hover {
  background-color: #45EBCB;
  border-color: #45EBCB;
}
.au-block-cover-slider .tns-outer {
  position: relative;
}
.au-block-cover-slider .tns-nav {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 1200px) {
  .au-block-cover-slider .tns-nav {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .au-block-cover-slider .tns-nav {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media only screen and (min-width: 540px) {
  .au-block-cover-slider .tns-nav {
    bottom: 10px;
  }
}
@media only screen and (min-width: 767px) {
  .au-block-cover-slider .tns-nav {
    bottom: 50px;
    margin: auto;
  }
}

.au-block-hero {
  --block-height: 100vh;
  --text-height: 260px;
  --text-max-width: 415px;
  --line-color: #FFF;
  padding: 0;
}
@media only screen and (min-width: 540px) {
  .au-block-hero {
    --text-height: 200px;
  }
}
@media only screen and (min-width: 767px) {
  .au-block-hero {
    --block-height: 740px;
    --text-height: auto;
    height: var(--block-height);
  }
}
.au-block-hero .banner {
  background: #4F50FA;
  height: var(--block-height);
  width: 100%;
}
.au-block-hero .au-media {
  display: block;
  height: calc(100% - var(--text-height));
}
@media only screen and (min-width: 767px) {
  .au-block-hero .au-media {
    height: 100%;
  }
}
.au-block-hero .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--image-position);
}
.au-block-hero .text {
  position: relative;
  height: var(--text-height);
  padding: 30px 0;
  color: #FFF;
}
@media only screen and (min-width: 767px) {
  .au-block-hero .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: var(--text-max-width);
  }
}
.au-block-hero .title {
  color: white;
}
@media only screen and (max-width: 320px) {
  .au-block-hero .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 767px) {
  .au-block-hero .title {
    font-size: 40px;
    letter-spacing: -0.6px;
  }
}
.au-block-hero .au-tag {
  display: block;
  position: absolute;
  top: -32px;
  left: 0;
  font-size: 12px;
  line-height: 1;
}
.au-block-hero .description {
  margin: 20px 0 0 0;
  line-height: 1.4;
}
.au-block-hero .description > p {
  margin: 0 0 20px 0;
}
.au-block-hero .description > p:last-child {
  margin: 0;
}
.au-block-hero .au-btn {
  margin: 15px 0;
}
.au-block-hero .tns-nav {
  position: absolute;
  bottom: 30px;
  left: 15px;
}
@media only screen and (min-width: 540px) {
  .au-block-hero .tns-nav {
    bottom: 10px;
  }
}
@media only screen and (min-width: 767px) {
  .au-block-hero .tns-nav {
    position: relative;
    bottom: 50px;
    max-width: 1366px;
    margin: auto;
  }
}

.au-block-hero.-single {
  --text-max-width: 690px;
  --text-height: auto;
  --block-height: auto;
}
@media only screen and (min-width: 767px) {
  .au-block-hero.-single {
    --block-height: 740px;
  }
}
.au-block-hero.-single .au-tag {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 767px) {
  .au-block-hero.-single .au-tag {
    margin-top: 70px;
  }
}

/*
|--------------------------------------------------------------------------
| BLOCO: MODELO PADRÃO
|--------------------------------------------------------------------------
*/
.au-block-padrao {
  --block-background: #F0EFF5;
  --block-background-img: "";
  --block-text-color: #383838;
  --block-link-color: #4F50FA;
  --block-link-color-hover: #45EBCB;
  --line-color: var(--block-text-color);
  --text-width: 600px;
  background: var(--block-background);
  background-image: var(--block-background-img);
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  color: var(--block-text-color);
}
.au-block-padrao a {
  color: var(--block-link-color);
}
.au-block-padrao a:hover {
  color: var(--block-link-color-hover);
}
.au-block-padrao .limit {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1023px) {
  .au-block-padrao .limit {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.au-block-padrao .limit > :nth-child(n+2) {
  margin-top: 50px;
}
@media only screen and (min-width: 1023px) {
  .au-block-padrao .limit > :nth-child(n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .au-block-padrao.-reverse > .limit {
    flex-direction: row-reverse;
  }
}

.au-block-padrao .au-media {
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .au-block-padrao .au-media {
    width: calc(100% - (var(--text-width) + 50px)) !important;
  }
}
@media only screen and (min-width: 1023px) {
  .au-block-padrao .text {
    width: var(--text-width);
    flex-shrink: 0;
  }
}
.au-block-padrao .description {
  margin: 20px 0 20px 0;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
}
.au-block-padrao .description:last-child {
  margin-bottom: 0;
}
.au-block-padrao .description p {
  margin-bottom: 20px;
}
.au-block-padrao .description p:last-child {
  margin-bottom: 0;
}
.au-block-padrao .au-list {
  margin-top: 20px;
}
.au-block-padrao .au-svg {
  fill: var(--block-text-color);
}

/*
|--------------------------------------------------------------------------
| BLOCO: MODELO PADRÃO COM CARD
|--------------------------------------------------------------------------
*/
.au-block-padrao-card .au-card {
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .au-block-padrao-card .au-card {
    width: calc(100% - (var(--text-width) + 50px)) !important;
  }
}

@media (min-width: 992px) {
  .au-block--reverse {
    grid-template-columns: auto 60% !important;
  }
  .au-block--reverse div:nth-child(1) {
    order: 2;
  }
  .au-block--reverse div:nth-child(2) {
    order: 1;
  }
}

.au-block--cinza {
  background-color: #F0EFF5;
}
.au-block--cinza .title._au-topline::before {
  background-color: #383838;
}
.au-block--cinza .au-block-title__heading {
  color: #383838;
}
.au-block--cinza .au-block-title__heading span::before, .au-block--cinza .au-block-title__heading span::after {
  background-color: #383838;
}
.au-block--cinza .au-block-title__description {
  color: #383838;
}
.au-block--cinza .au-tag {
  color: #383838;
}
.au-block--cinza .au-svg {
  fill: #383838;
}

.au-block--branco {
  background-color: white;
  --block-background: white;
}

.au-block--azul {
  background-color: #4F50FA;
  --line-color: white;
  --block-text-color: white;
}
.au-block--azul .title {
  color: var(--block-text-color);
}
.au-block--azul .post-entry-content {
  color: white;
}
.au-block--azul .post-entry-content h2, .au-block--azul .post-entry-content h4 {
  color: white;
}
.au-block--azul .post-entry-content > h2:before,
.au-block--azul .post-entry-content > h4:before {
  --line-color: white;
}
.au-block--azul .au-block-title__heading {
  color: white;
}
.au-block--azul .au-block-title__heading span::before, .au-block--azul .au-block-title__heading span::after {
  background-color: white;
}
.au-block--azul .tns-nav button:not(.tns-nav-active) {
  background-color: white !important;
}
.au-block--azul .au-block-title__description {
  color: white;
}
.au-block--azul .au-tag {
  color: white;
}
.au-block--azul .au-svg {
  fill: white;
}

.au-block--azul-900 {
  background-color: #191949;
  --block-background: $secondary-color;
  --block-text-color: white;
}
.au-block--azul-900 h2.title,
.au-block--azul-900 .title {
  color: var(--block-text-color) !important;
}
.au-block--azul-900 .post-entry-content {
  color: white;
}
.au-block--azul-900 .post-entry-content h2, .au-block--azul-900 .post-entry-content h4 {
  color: white;
}
.au-block--azul-900 .post-entry-content > h2:before,
.au-block--azul-900 .post-entry-content > h4:before {
  --line-color: white;
}
.au-block--azul-900 .au-cards-slider .tns-nav button:not(.tns-nav-active) {
  background-color: var(--block-text-color);
}
.au-block--azul-900 .au-block-title__heading {
  color: white;
}
.au-block--azul-900 .au-block-title__heading span::before, .au-block--azul-900 .au-block-title__heading span::after {
  background-color: white;
}
.au-block--azul-900 .au-block-title__description {
  color: white;
}
.au-block--azul-900 .au-tag {
  color: white;
}
.au-block--azul-900 .au-svg {
  fill: white;
}

.au-block-media-text__container {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .au-block-media-text__container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .au-block-media-text__container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: 992px) {
  .au-block-media-text__container {
    display: grid;
    grid-template-columns: 60% auto;
    gap: 3.75rem;
    align-items: center;
  }
}
.au-block-media-text__container.top-zero {
  padding-top: 0;
}
.au-block-media-text__container.bottom-zero {
  padding-bottom: 0;
}
.au-block-media-text__media {
  text-align: center;
}
.au-block-media-text__picture img {
  max-height: 530px;
  width: auto;
}
.au-block-media-text .au-block__description {
  line-height: 18px;
}

.au-block-paragraph {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .au-block-paragraph {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .au-block-paragraph {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

/*
|--------------------------------------------------------------------------
| BLOCO: MODELO BOARDS SLIDER
|--------------------------------------------------------------------------
*/
.au-block-board-slider {
  padding-top: 150px;
  padding-bottom: 150px;
}
.au-block-board-slider > .limit {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .au-block-board-slider > .limit {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .au-block-board-slider > .limit {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.au-block-board-slider .title {
  --line-margin:0;
  --line-width: 26px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .au-block-board-slider .title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1023px) {
  .au-block-board-slider .title {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .au-block-board-slider .title {
    font-size: 40px;
    font-weight: 600;
  }
}
.au-block-board-slider .au-boards-slider {
  margin: 0 !important;
}
.au-block-board-slider.-union {
  margin-top: -30px;
}

/*
|--------------------------------------------------------------------------
| HEADER: CABEÇALHO DO CONTEÚDO
|--------------------------------------------------------------------------
*/
:root {
  --archive-header-margin-bottom: 120px;
}
@media only screen and (min-width: 1023px) {
  :root {
    --archive-header-margin-bottom: 320px;
  }
}

.au-block-content-header {
  --background: #4F50FA;
  margin: 0;
  padding: 190px 0 40px 0;
  background: var(--background);
  color: #FFF;
  --line-color: white;
}
.au-block-content-header h1 {
  color: white;
  font-weight: 600;
}
.au-block-content-header .limit {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .au-block-content-header .limit {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .au-block-content-header .limit {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

/*
|--------------------------------------------------------------------------
| PARA PÁGINAS POSTAGEM DO BLOG
|--------------------------------------------------------------------------
*/
body.single .au-block-content-header {
  background: url(../scripts/./resources/images/bg-single.jpg);
  background-size: cover;
  z-index: 1;
}
body.single .au-block-content-header + .au-block {
  padding-top: 20px;
}
body.single .au-block-content-header.-has-media {
  z-index: 1;
  background-size: 100% 426px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1023px) {
  body.single .au-block-content-header.-has-media {
    background-size: 100% 626px;
  }
}
body.single .au-block-content-header .au-media {
  margin: 30px 0 -100px 0;
}
@media only screen and (min-width: 1023px) {
  body.single .au-block-content-header .au-media {
    margin-bottom: -300px;
  }
}
body.single .au-block-content-header .au-post-tags {
  margin: 120px 0 -20px -3px;
}
@media only screen and (min-width: 1023px) {
  body.single .au-block-content-header .au-post-tags {
    margin: 320px 0 -20px -3px;
  }
}

/*
|--------------------------------------------------------------------------
| PARA PÁGINAS DE ARQUIVO (CATEGORIAS, TAGS, ETC)
|--------------------------------------------------------------------------
*/
body.archive .au-block-content-header .title {
  margin-bottom: var(--archive-header-margin-bottom);
}
@media only screen and (min-width: 1023px) {
  body.archive .au-block-content-header .title {
    margin-bottom: var(--archive-header-margin-bottom);
  }
}
body.archive .au-block-content-header + .au-block {
  padding-top: 0;
  margin-top: calc(0px - var(--archive-header-margin-bottom));
}

/*
|--------------------------------------------------------------------------
| PARA PÁGINAS NORMAIS
|--------------------------------------------------------------------------
*/
body.page .au-block-content-header + .au-block {
  padding-top: 40px;
  overflow: visible;
}
body.page .au-block-content-header + .au-block > .limit > .post-entry-content > .au-block-padrao:first-child,
body.page .au-block-content-header + .au-block > .limit > .post-entry-content > .au-block-faq:first-child {
  padding-top: 0;
  margin-bottom: 0;
  background: transparent;
}
@media only screen and (min-width: 1023px) {
  body.page .au-block-content-header + .au-block > .limit > .post-entry-content > .au-block-padrao:first-child,
body.page .au-block-content-header + .au-block > .limit > .post-entry-content > .au-block-faq:first-child {
    padding-top: 0;
    margin-top: -160px;
  }
}
body.page .au-block-content-header + .au-block > .limit > .post-entry-content > .au-block-padrao:first-child .limit {
  align-items: stretch;
}
body.page .au-block-content-header + .au-block > .limit > .post-entry-content > .au-block-padrao:first-child .title {
  font-size: 20px;
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 1023px) {
  body.page .au-block-content-header + .au-block > .limit > .post-entry-content > .au-block-padrao:first-child .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1023px) {
  body.page .au-block-content-header + .au-block > .limit > .post-entry-content > .au-block-padrao:first-child .text {
    padding-top: 155px;
    width: 48%;
  }
}
body.page .au-block-content-header + .au-block > .limit > .post-entry-content > .au-block-padrao:first-child .au-media {
  margin-top: 30px;
}
@media only screen and (min-width: 1023px) {
  body.page .au-block-content-header + .au-block > .limit > .post-entry-content > .au-block-padrao:first-child .au-media {
    width: calc(52% - 20px) !important;
  }
}

/*
|--------------------------------------------------------------------------
| BLOCO: TIRE SUAS DÚVIDAS
|--------------------------------------------------------------------------
*/
.au-block-faq {
  overflow: visible;
}
.au-block-faq > .limit {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .au-block-faq > .limit {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .au-block-faq > .limit {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media only screen and (min-width: 1023px) {
  .au-block-faq > .limit {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1023px) {
  .au-block-faq .canais {
    width: 510px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-self: flex-start;
  }
}
.au-block-faq .canais h3 {
  color: #383838;
  font-weight: 600;
  width: 100%;
  flex-shrink: 0;
}
.au-block-faq .duvidas {
  --line-color: #FFF;
  padding: 30px 20px;
  margin: 30px 0 0 0;
  border-radius: 5px;
  background: #1C23BD;
  color: #FFF;
}
.au-block-faq .duvidas h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: white;
  font-weight: 600;
}
@media only screen and (min-width: 1023px) {
  .au-block-faq .duvidas h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1023px) {
  .au-block-faq .duvidas--contact {
    width: calc(100% - 530px);
    margin: 0;
  }
}
.au-block-faq .duvidas--questions {
  width: 100%;
}
.au-block-faq .duvidas-contact {
  --line-color: #FFF;
  padding: 30px 20px;
  margin: 30px 0 0 0;
  border-radius: 5px;
  background: #1C23BD;
  color: #FFF;
}
@media only screen and (min-width: 1023px) {
  .au-block-faq .duvidas-contact {
    width: calc(100% - 530px);
    margin: -200px 0 0;
  }
}
.au-block-faq .duvidas-contact h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: white;
}
@media only screen and (min-width: 1023px) {
  .au-block-faq .duvidas-contact h3 {
    font-size: 30px;
  }
}
.au-block-faq .card {
  --line-color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin: 20px 0 0 0;
  border-radius: 5px;
  background: #5479F7;
  color: #FFF;
}
@media only screen and (min-width: 1023px) {
  .au-block-faq .card {
    flex-direction: column;
    align-items: flex-start;
    width: calc(33.3333333333% - 10px);
  }
}
.au-block-faq .card:hover {
  color: #FFF;
  background: #4F50FA;
  text-decoration: none;
}
.au-block-faq .card p {
  order: 3;
  line-height: 1.2;
  font-size: 16px;
}
.au-block-faq .card.-social {
  width: 100%;
  flex-shrink: 0;
  justify-content: center;
  padding: 80px 30px;
}
.au-block-faq .au-tag {
  --line-margin: 10px;
  order: 2;
  flex-shrink: 0;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: white;
}
@media only screen and (min-width: 1023px) {
  .au-block-faq .au-tag {
    margin: 20px 0;
  }
}
.au-block-faq .au-svg {
  order: 1;
  flex-shrink: 0;
  width: 53px;
  height: 53px;
  fill: #FFF;
}
@media only screen and (min-width: 1023px) {
  .au-block-faq .au-svg {
    align-self: center;
  }
}
.au-block-faq .au-social-icons {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  width: 100%;
}
.au-block-faq .au-social-icons .au-svg {
  opacity: 1;
  width: 68px;
  height: 68px;
}
.au-block-faq .au-social-icons .au-svg:hover {
  opacity: 0.7;
}
.au-block-faq .au-social-icons li {
  margin: 0;
  list-style: none;
}
.au-block-faq .au-form {
  margin: 30px 0 60px 0;
}
.au-block-faq .au-list .question {
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
}
.au-block-faq .au-list .answer,
.au-block-faq .au-list .answer p {
  text-transform: none;
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;
}
.au-block-faq .au-list li {
  margin-top: 20px;
  padding-bottom: 20px;
}
.au-block-faq .au-btn {
  margin: 30px auto 0 auto;
  display: block;
  width: 145px;
}

/*
|--------------------------------------------------------------------------
| BLOCO: LISTAGEM DE POSTS
|--------------------------------------------------------------------------
*/
.au-block-posts > .au-block-heading-content {
  --block-background: #4F50FA;
  --block-text-color: #FFF;
  padding-bottom: 130px;
}
@media only screen and (min-width: 767px) {
  .au-block-posts > .au-block-heading-content {
    padding-bottom: 160px;
  }
}
.au-block-posts > .au-block-heading-content + .au-block {
  margin-top: -140px;
}
@media only screen and (min-width: 767px) {
  .au-block-posts > .au-block-heading-content + .au-block {
    margin-top: -160px;
  }
}
.au-block-posts .title {
  --line-margin: 0;
}

.au-block-image {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.au-block-image__container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}

.block-steps {
  padding-top: 20px;
}
.block-steps__grid {
  display: flex;
  column-gap: 10px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.block-steps__step {
  list-style: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.block-steps__current {
  background-color: #4F50FA;
  color: white;
  padding: 5px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.block-steps__default {
  background-color: white;
  color: #282828;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
|--------------------------------------------------------------------------
| COMPONENT: SITE OVERLAY
|--------------------------------------------------------------------------
*/
.au-site-overlay {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  lefT: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.3, 1);
  will-change: opacity;
  backface-visibility: hidden;
}
.active-overlay .au-site-overlay {
  pointer-events: all;
  opacity: 1;
}

.wp-block-group.form-fictor .wp-block-columns {
  max-width: 920px !important;
}
@media (max-width: 992px) {
  .wp-block-group.form-fictor .wpcf7-submit {
    position: fixed;
    bottom: 73px;
    z-index: 99;
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
.wp-block-group.form-fictor__etapa1 {
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-group.form-fictor__etapa1 .wpcf7-submit {
    margin-left: 100%;
    transform: translateX(-50px);
  }
}
@media (min-width: 992px) {
  .wp-block-group.form-fictor__etapa1::after {
    content: "";
    width: 1px;
    height: calc(100% - 100px);
    background-color: #C9C9C9;
    position: absolute;
    left: 50%;
    top: 0;
  }
}
.wp-block-group.form-fictor .alert-cultura {
  max-width: 415px;
  margin-top: 4px;
  font-size: 12px;
}

.form-fictor__info-conta {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  margin-top: 20px;
}
.form-fictor .qr-code figure {
  text-align: right;
}
.form-fictor .qr-code img {
  width: 300px;
}
.form-fictor [data-name=file] {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
}
.form-fictor [data-name=file] input {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.form-fictor [data-name=aceite] {
  opacity: 0;
  position: absolute;
  width: 0;
  overflow: hidden;
}

.modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.modal::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.modal__close {
  z-index: 90;
  position: absolute;
  right: 10px;
  z-index: 90;
  width: 30px;
  height: 30px;
  background: #f0eff5;
  border-radius: 20px;
  padding: 5px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .modal__close {
    top: 20px;
  }
}
@media (max-width: 992px) {
  .modal__close {
    top: calc(10vh + 10px);
  }
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
.modal__control {
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: white;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .modal__control {
    padding: 10px;
    left: 0;
    width: 100vw;
  }
}
@media (min-width: 992px) {
  .modal__control {
    padding: 20px 0;
    left: calc(10vw + 20px);
    width: calc(80vw - 40px);
  }
}
.modal__content {
  overflow-y: auto;
  background-color: white;
  overflow-y: auto;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .modal__content {
    width: 100vw;
    margin-left: 0vw;
    height: 100vh;
    margin-top: 0vh;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .modal__content {
    width: 80vw;
    margin-left: 10vw;
    height: 80vh;
    margin-top: 10vh;
    padding: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.35);
  }
}

.progress {
  position: fixed;
  background-color: white;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
}
.progress__container {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .progress__container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .progress__container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.progress__status {
  position: relative;
}
.progress__valor {
  text-align: right;
}
.progress__bar {
  width: 100%;
  background-color: #4F50FA;
  height: 12px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  position: absolute;
}
.progress__draw {
  width: 100%;
  position: relative;
  background-color: #F0EFF3;
  border: 1px solid #B9B9B9;
  height: 14px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.progress__encerramento {
  text-align: right;
}

.login {
  padding: 70px 0;
}
.login__container {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
  min-height: 50vh;
  align-items: center;
}
@media (max-width: 1200px) {
  .login__container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .login__container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: 992px) {
  .login__container {
    display: grid;
    grid-template-columns: 50% auto;
  }
}
@media (max-width: 992px) {
  .login__form {
    width: 90%;
    margin: 0 auto 20px;
  }
}
@media (min-width: 992px) {
  .login__form {
    width: 50%;
    max-width: 415px;
  }
}
.login__action {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 20px;
}
.login__erro {
  color: red;
}
.login__cover {
  background-color: #4F50FA;
  color: white;
  border-radius: 20px;
  height: 100%;
  text-align: center;
  background-image: url(../scripts/./resources/images/computer-autem.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .login__cover {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .login__cover {
    padding: 50px;
  }
}
.login__cover h3 {
  text-align: left;
  color: white;
  font-size: 24px;
  max-width: 297px;
}

.logout {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
