/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-sass-loader/src/index.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/sass/main.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-sass-loader/src/index.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/sass/main.scss (1) ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsla(0, 0%, 20%, 0.25);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-page-dot.is-selected {
  background: hsl(0, 0%, 20%);
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: baseline;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  height: -webkit-fill-available;
  background: #fff;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #242424;
  font-family: "Inter", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Inter", serif;
  font-weight: 700;
  line-height: 1.2;
}

p,
li {
  margin: 0;
  font-size: 16px;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}

a {
  text-decoration: none;
}

img,
figure,
svg {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

img,
figure {
  height: auto;
}

@media only screen and (min-width: 62em) {
  p {
    font-size: 18px;
  }
}
.has-offcanvas,
.has-not-accept-privacy {
  position: fixed;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 75em) {
  .has-offcanvas {
    position: static;
  }
}
.main {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  /* 2 */
  width: 100%;
}

.header,
.footer {
  -ms-flex: none;
      flex: none;
}

.row {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media only screen and (min-width: 62em) {
  .row {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .row {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.gradient-text {
  display: inline !important;
  background: transparent linear-gradient(98deg, #574a9a 0%, #8f80d5 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

.text-link {
  color: #57479c;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.float-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 48em) {
  .line-break {
    display: block;
  }
}
.mb-linkedin-pixel {
  display: none;
}

.fade-in,
.fade-in-up,
.fade-in-scale {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0.3s;
}

.fade-in.is-inview,
.fade-in-up.is-inview,
.fade-in-scale.is-inview {
  opacity: 1;
}

body.fl-builder-edit .fade-in,
body.fl-builder-edit .fade-in-up,
body.fl-builder-edit .fade-in-scale {
  opacity: 1;
  transition-duration: 0.4s;
  transition-delay: 0.3s;
}

.fade-in-up,
.fade-in-scale {
  transition-property: opacity, transform;
}

.fade-in {
  transition-property: opacity;
}

.fade-in-up {
  transform: translateY(40px);
}

.fade-in-up.is-inview {
  transform: none;
}

.fade-in-scale {
  transform: scale(0.8);
}

.fade-in-scale.is-inview {
  transform: scale(1);
}

.delay-1 {
  transition-delay: 0.6s;
}

.delay-2 {
  transition-delay: 0.9s;
}

.delay-3 {
  transition-delay: 1.2s;
}

.c-scrollbar {
  z-index: 10;
}

.button {
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
  /* 20.8px */
  text-transform: uppercase;
  transition: background 0.5s ease;
}

@media (min-width: 992px) {
  .button {
    font-size: 16px;
  }
}
.button-border {
  border: 1px solid;
}

.button-border__orange {
  border-color: #F26C4F;
}

.button-border__orange:hover {
  color: var(--Azul-secundario, #04083F);
  background-color: #F26C4F;
}

@media (max-width: 767px) {
  body {
    position: relative;
  }
}
.s-container {
  width: 100%;
  padding: 0 16px;
}

.c-wrapper {
  padding-top: 80px;
}

.c-wrapper--no-padding-bottom {
  padding-top: 0px;
}

.c-wrapper--no-padding-top {
  padding-top: 0px;
}

.c-wrapper--no-padding {
  padding: 0px;
}

@media all and (max-width: 719px) {
  .s-container--mobile-fluid {
    padding: 0 16px;
  }
}
@media all and (min-width: 720px) {
  .c-wrapper {
    padding-top: 100px;
  }
  .s-container {
    width: 640px;
    padding: 0;
    margin: 0 auto;
  }
}
@media all and (min-width: 1024px) {
  .c-wrapper--no-padding-bottom {
    padding-bottom: 0px;
  }
  .s-container {
    width: 1000px;
  }
}
@media all and (min-width: 1280px) {
  .s-container {
    width: 1121px;
  }
}
body {
  margin: 0;
}

.title__mid {
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 22.8px */
}

@media (min-width: 1024px) {
  .title__mid {
    font-size: 23px;
  }
}
.title__mid b {
  color: #F26C4F;
  font-weight: 800;
}

.title__small {
  /* Body small bold caps - 14px */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
  /* 22.4px */
}

@media (min-width: 1024px) {
  .title__small {
    font-size: 16px;
  }
}
.title__line {
  position: relative;
}

.title__line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 120px;
  height: 2px;
  background-color: #F26C4F;
}

.title__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
}

.title__link svg {
  transition: transform 0.5s ease;
}

.title__link:hover svg {
  transform: translateX(1rem);
}

.text__normal {
  color: var(--cinza-cinza09, #3B3B3B);
  /* Body large - 16px */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

@media (min-width: 1024px) {
  .text__normal {
    font-size: 16px;
  }
}
.text__small {
  color: var(--cinza-cinza09, #3B3B3B);
  /* Body small - 14px */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.text__tiny {
  /* Caption small - 11px */
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 17.6px */
}

.u-aligner {
  text-align: center;
  display: block;
}

.u-aligner--left {
  text-align: left;
}

.u-aligner--right {
  text-align: right;
}

.u-full-width {
  width: 100vw;
}

.u-vertical-align:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.u-vertical-align__child {
  display: inline-block;
  vertical-align: middle;
}

.u-vertical-align--top__child {
  vertical-align: top;
}

.u-vertical-align--bottom__child {
  vertical-align: bottom;
}

.u-padding {
  padding-right: 20px;
}

.u-pull-left {
  display: inline-block;
  float: left !important;
}

.u-pull-right {
  display: inline-block;
  float: right !important;
}

.u-clearfix:before, .u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-block {
  display: block;
}

.u-stop-scroll {
  overflow: hidden;
}

.u-mobile-order--1 {
  -ms-flex-order: 1;
      order: 1;
}

.u-mobile-order--2 {
  -ms-flex-order: 2;
      order: 2;
}

.u-mobile-order--3 {
  -ms-flex-order: 3;
      order: 3;
}

.u-mobile-order--4 {
  -ms-flex-order: 4;
      order: 4;
}

.u-mobile-order--5 {
  -ms-flex-order: 5;
      order: 5;
}

.u-img-clipper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.u-img-clipper img {
  width: 100%;
  height: auto;
}

.u-chevron::before {
  content: "";
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) scale(0.7);
  width: 10px;
  vertical-align: middle;
  top: -2px;
  position: relative;
  margin-left: 8px;
}

.u-chevron--top:before {
  transform: rotate(-45deg) scale(0.7);
}

.u-chevron--bottom:before {
  transform: rotate(135deg) scale(0.7);
}

.u-chevron--left:before {
  left: 0.25em;
  transform: rotate(-135deg) scale(0.7);
}

.u-img-full-width {
  width: 100%;
  margin-bottom: 30px;
}

.u-image-control {
  width: 100%;
  height: auto;
}

.u-list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-hidden {
  display: none !important;
}

.u-hidden-mobile-inline {
  display: none !important;
}

.u-hidden-mobile {
  display: none !important;
}

.u-hidden-tablet {
  display: block !important;
}

.u-show-starting-tablet {
  display: none !important;
}

.u-cursor-normal,
.u-cursor-normal:hover {
  cursor: default;
}

.u-tt-uppercase {
  text-transform: uppercase;
}

.u-fw-light {
  font-weight: 300;
}

.u-fw-normal {
  font-weight: normal;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: bold;
}

@media (max-width: 1279px) {
  .u-aligner-only-mobile {
    text-align: center;
    display: block;
  }
  .u-aligner-only-mobile--left {
    text-align: left;
  }
  .u-aligner-only-mobile--right {
    text-align: right;
  }
}
@media (min-width: 720px) {
  .u-hidden-tablet {
    display: none !important;
  }
  .u-show-starting-tablet {
    display: block !important;
  }
  .u-tablet-order--1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .u-tablet-order--2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .u-tablet-order--3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .u-tablet-order--4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .u-tablet-order--5 {
    -ms-flex-order: 5;
        order: 5;
  }
}
@media (min-width: 1280px) {
  .u-hidden-mobile {
    display: block !important;
  }
  .u-hidden-mobile-inline {
    display: inline-block !important;
  }
  .u-hidden-desktop {
    display: none !important;
  }
  .u-desktop-order--1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .u-desktop-order--2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .u-desktop-order--3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .u-desktop-order--4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .u-desktop-order--5 {
    -ms-flex-order: 5;
        order: 5;
  }
}
#wpadminbar {
  position: fixed !important;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.o-header {
  background-color: #D9D9D9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: sticky;
  top: 0;
  z-index: 999;
  transition: box-shadow 0.3s ease;
  padding: 1rem 0;
}

.o-header .logo {
  transition: transform 0.5s ease;
}

.o-header .logo img {
  width: auto;
  height: 26px;
}

.o-header.hide-header {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.o-header-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.o-header .c-main-menu__list {
  display: none;
}

@media (min-width: 1280px) {
  .o-header .c-main-menu__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 2.375rem;
  }
}
.o-header .c-main-menu__list .menu-item a {
  color: transparent;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.5s ease;
  position: relative;
}

.o-header .c-main-menu__list .menu-item a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #144677;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0s ease;
}

.o-header .c-main-menu__list .menu-item a::before {
  content: attr(data-title);
  position: absolute;
  font-weight: 300;
  color: #144677;
  transition: 0.3s ease;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.o-header .c-main-menu__list .menu-item a:hover {
  font-weight: 500;
}

.o-header .c-main-menu__list .menu-item a:hover::after {
  opacity: 1;
  bottom: -9px;
  transition: opacity 0.5s ease, bottom 0.3s linear;
}

.o-header .c-main-menu__list .menu-item a:hover::before {
  font-weight: 500;
}

.o-header .c-main-menu__list .menu-item.current-menu-item a::after {
  opacity: 1;
  bottom: -9px;
}

.o-header .c-main-menu__list .menu-item.current-menu-item a::before {
  font-weight: 500;
}

.s-main {
  min-height: calc(100vh - 538px);
}

.o-header .hamburguer-menu {
  display: block;
  cursor: pointer;
}

@media (min-width: 1280px) {
  .o-header .hamburguer-menu {
    display: none;
  }
}
.mobile-menu {
  height: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #ededed;
  padding: 1rem 0;
  z-index: -9999;
  transition: opacity 0.2s ease, height 0.3s linear;
  width: 100%;
  position: fixed;
  top: 63px;
  left: 0;
}

@media (min-width: 1280px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu.open {
  height: 100svh;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transition: opacity 0.2s ease, height 0.3s linear;
}

.mobile-menu .c-main-menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.375rem;
}

.mobile-menu .c-main-menu__list .menu-item a {
  color: #144677;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: 0.5s ease;
  position: relative;
}

.mobile-menu .c-main-menu__list .menu-item a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #144677;
  display: block;
  position: absolute;
  bottom: -9px;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.mobile-menu .c-main-menu__list .menu-item a:hover {
  font-weight: 500;
}

.mobile-menu .c-main-menu__list .menu-item a:hover::after {
  opacity: 1;
}

.mobile-menu .c-main-menu__list .menu-item.current-menu-item a {
  font-weight: 500;
}

.mobile-menu .c-main-menu__list .menu-item.current-menu-item a::after {
  opacity: 1;
}

.o-product {
  margin: 3rem 0 3.5rem;
}

.o-product__wrap {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .o-product__wrap {
    -ms-grid-columns: 22.5691347012% 75.5753791258%;
        grid-template-columns: 22.5691347012% 75.5753791258%;
    gap: 1.2rem;
  }
}
.o-product__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3rem;
}

.o-product__item {
  text-align: center;
  width: 100%;
}

@media (min-width: 480px) {
  .o-product__item {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1024px) {
  .o-product__item {
    width: calc(33% - 12px);
  }
}
.o-product__item:hover .o-product__image img {
  transform: scale(1.1);
  filter: blur(0.8px);
}

.o-product__image {
  border-radius: 18px;
  background: #EFEFEF;
  padding: 2.188rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.o-product__image img {
  transition: transform 0.5s ease, filter 0.3s ease;
}

.o-product__title {
  color: #6E6E6E;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  margin-top: 0.8rem;
}

.o-produtc__sidebar .o-product__search {
  border-radius: 18px;
  background: #D9D9D9;
  padding: 2.125rem 1.563rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1rem;
}

.o-produtc__sidebar .o-product__search .title__small {
  color: #144677;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.o-produtc__sidebar .o-product__search .search-form {
  width: 100%;
}

.o-produtc__sidebar .o-product__search .search-field {
  width: 100%;
  border-radius: 39px;
  border: 1px solid #B7B7B7;
  background: #FFF;
  padding: 0.8rem 1.813rem;
  color: #BBB;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.o-produtc__sidebar .o-product__search .search-field:-ms-input-placeholder {
  color: #BBB;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.o-produtc__sidebar .o-product__search .search-field::placeholder {
  color: #BBB;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.o-produtc__sidebar .o-product__filter {
  margin-top: 0.75rem;
}

.o-produtc__sidebar .o-product__filter .filter-buttons {
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .o-produtc__sidebar .o-product__filter .filter-buttons {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.o-produtc__sidebar .o-product__filter .filter-buttons .filter-button {
  padding: 1.188rem 1.813rem;
  border-radius: 10px;
  background: #D9D9D9;
  color: #000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: background 0.5s ease;
  cursor: pointer;
}

.o-produtc__sidebar .o-product__filter .filter-buttons .filter-button.active, .o-produtc__sidebar .o-product__filter .filter-buttons .filter-button:hover {
  background: #44BBEC;
}

.o-product__pagination .o-paginate__content .c-paginate__item {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.o-product__pagination .o-paginate__content .c-paginate__item--active {
  pointer-events: none;
}

.c-footer {
  background-color: #144677;
  padding: 4.5em 0 1.438rem;
  margin-top: 2rem;
}

@media (min-width: 1280px) {
  .c-footer {
    padding: 6rem 0 1.438rem;
    margin-top: 3.5rem;
  }
}
.c-footer__logo {
  margin-bottom: 2.813rem;
}

.c-footer__logo a {
  display: inline-block;
}

.c-footer-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 4.5em;
  gap: 4rem;
}

@media (min-width: 1280px) {
  .c-footer-column {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 7rem;
  }
}
.c-footer-column__redes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 1.688rem;
  gap: 0.938rem;
}

.c-footer-column__redes a svg {
  width: 32px;
  height: auto;
  transition: 0.5s ease;
}

@media (min-width: 1280px) {
  .c-footer-column__redes a svg {
    width: 32px;
  }
}
.c-footer-column__redes a:hover svg {
  transform: scale(0.9);
}

.c-footer--title {
  color: #44BAEB;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 18px;
  margin-bottom: 1.375rem;
}

.c-footer--text, .c-footer--link {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.2rem;
}

.c-footer a.c-footer--text:hover {
  text-decoration: underline;
}

.c-footer-copy {
  text-align: center;
}

.c-footer-copy span {
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*# sourceMappingURL=main.css.map*/