@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 2.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 20px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.4rem;
  line-height: 68px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.125rem;
  line-height: 55px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 0.96rem;
  line-height: 2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 38px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.1rem;
  line-height: 2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.768rem;
    font-size: calc( 0.986rem + (0.96 - 0.986) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.986rem + (0.96 - 0.986) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: 2rem;
  }
}
/* Buttons */
.btn {
  padding: 0.3rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.3rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.3rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #d4ae3b !important;
}
.bg-success {
  background-color: #25335a !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ff9553 !important;
}
.bg-danger {
  background-color: #595966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d4ae3b !important;
  border-color: #d4ae3b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #977a21 !important;
  border-color: #977a21 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #977a21 !important;
  border-color: #977a21 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6567ee !important;
  border-color: #6567ee !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #191ce3 !important;
  border-color: #191ce3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #191ce3 !important;
  border-color: #191ce3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #25335a !important;
  border-color: #25335a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0c101d !important;
  border-color: #0c101d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0c101d !important;
  border-color: #0c101d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9553 !important;
  border-color: #ff9553 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fb6000 !important;
  border-color: #fb6000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fb6000 !important;
  border-color: #fb6000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #595966 !important;
  border-color: #595966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #313138 !important;
  border-color: #313138 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #313138 !important;
  border-color: #313138 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d4ae3b;
  color: #d4ae3b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #977a21 !important;
  background-color: transparent!important;
  border-color: #977a21 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d4ae3b !important;
  border-color: #d4ae3b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6567ee;
  color: #6567ee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #191ce3 !important;
  background-color: transparent!important;
  border-color: #191ce3 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6567ee !important;
  border-color: #6567ee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #25335a;
  color: #25335a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0c101d !important;
  background-color: transparent!important;
  border-color: #0c101d !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25335a !important;
  border-color: #25335a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9553;
  color: #ff9553;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb6000 !important;
  background-color: transparent!important;
  border-color: #fb6000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9553 !important;
  border-color: #ff9553 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #595966;
  color: #595966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #313138 !important;
  background-color: transparent!important;
  border-color: #313138 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #595966 !important;
  border-color: #595966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d4ae3b !important;
}
.text-secondary {
  color: #6567ee !important;
}
.text-success {
  color: #25335a !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ff9553 !important;
}
.text-danger {
  color: #595966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8b701e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #181ad5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #070a12 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec5b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #292930 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d4ae3b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ff9553;
}
.alert-danger {
  background-color: #595966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 6px;
}
.mbr-gallery-filter li a {
  border-radius: 6px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d4ae3b;
  border-color: #d4ae3b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 6px !important;
}
a,
a:hover {
  color: #d4ae3b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9f3e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4a66b4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9999a6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 0.96rem;
  line-height: 2rem;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d4ae3b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 0.96rem;
  line-height: 2rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.2rem;
}
blockquote {
  border-color: #d4ae3b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 0.3rem 2rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d4ae3b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d4ae3b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d4ae3b;
  border-bottom-color: #d4ae3b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d4ae3b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6567ee !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d4ae3b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  min-height: 0px;
  padding: 15px 15px;
}
@media (max-width: 1200px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tZbOQXcipn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tZbOQXcipn .descricao {
  margin-top: 6px;
  line-height: 7px;
  font-size: 15px;
}
.cid-tZbOQXcipn .btn {
  border-radius: 6px;
  color: #fff !important;
  min-height: 40px !important;
  padding: 0.6rem 1rem;
  font-weight: 400;
  box-shadow: none;
}
.cid-tZbOQXcipn nav.navbar {
  position: fixed;
}
.cid-tZbOQXcipn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZbOQXcipn .dropdown-menu {
  min-width: 350px;
  max-width: 350px;
  left: -80px;
  padding-top: 28px 10px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.cid-tZbOQXcipn .dropdown-item {
  border-bottom: 1px solid #eee;
}
.cid-tZbOQXcipn .dropdown-item:hover,
.cid-tZbOQXcipn .dropdown-item:focus {
  background: #fcf3c4 !important;
  color: black !important;
}
.cid-tZbOQXcipn .dropdown-item:hover span {
  color: white;
}
.cid-tZbOQXcipn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZbOQXcipn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZbOQXcipn .nav-dropdown .link {
  padding: 8px 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZbOQXcipn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZbOQXcipn .nav-link {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
}
.cid-tZbOQXcipn .nav-link:hover {
  padding-bottom: 8px;
  position: relative;
  border-bottom: 2px solid #e6ac00;
}
.cid-tZbOQXcipn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZbOQXcipn .container {
    flex-wrap: nowrap;
  }
}
.cid-tZbOQXcipn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZbOQXcipn .dropdown-menu,
.cid-tZbOQXcipn .navbar.opened {
  background: #24324f !important;
}
.cid-tZbOQXcipn .nav-item:focus,
.cid-tZbOQXcipn .nav-link:focus {
  outline: none;
}
.cid-tZbOQXcipn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZbOQXcipn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZbOQXcipn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZbOQXcipn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZbOQXcipn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZbOQXcipn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZbOQXcipn .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #24324f;
}
.cid-tZbOQXcipn .navbar.opened {
  transition: all 0.1s;
}
.cid-tZbOQXcipn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZbOQXcipn .navbar .navbar-logo img {
  width: auto;
}
.cid-tZbOQXcipn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZbOQXcipn .navbar.collapsed {
  justify-content: center;
}
.cid-tZbOQXcipn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZbOQXcipn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZbOQXcipn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tZbOQXcipn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZbOQXcipn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZbOQXcipn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZbOQXcipn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZbOQXcipn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZbOQXcipn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZbOQXcipn .navbar .menu .navbar-collapse.show {
    overflow: auto;
  }
  .cid-tZbOQXcipn .navbar .dropdown-menu {
    min-width: auto;
    max-width: auto;
    left: 0;
    padding-top: 28px 10px;
    border-radius: 4px;
    box-shadow: none;
    filter: none;
  }
  .cid-tZbOQXcipn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZbOQXcipn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZbOQXcipn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZbOQXcipn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZbOQXcipn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZbOQXcipn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZbOQXcipn .navbar ul.navbar-nav li {
    margin: 0;
    margin-right: auto;
  }
  .cid-tZbOQXcipn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-tZbOQXcipn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZbOQXcipn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZbOQXcipn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZbOQXcipn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tZbOQXcipn .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZbOQXcipn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZbOQXcipn .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.1s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZbOQXcipn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZbOQXcipn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZbOQXcipn .dropdown-item.active,
.cid-tZbOQXcipn .dropdown-item:active {
  background-color: transparent;
}
.cid-tZbOQXcipn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZbOQXcipn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZbOQXcipn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZbOQXcipn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #24324f;
}
.cid-tZbOQXcipn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZbOQXcipn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZbOQXcipn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZbOQXcipn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZbOQXcipn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZbOQXcipn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZbOQXcipn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZbOQXcipn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZbOQXcipn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZbOQXcipn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZbOQXcipn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZbOQXcipn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZbOQXcipn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZbOQXcipn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZbOQXcipn .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-tZbOQXcipn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: left;
}
.cid-tZbOQXcipn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZbOQXcipn .navbar {
    height: 70px;
  }
  .cid-tZbOQXcipn .navbar.opened {
    height: auto;
  }
  .cid-tZbOQXcipn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-tZbOQXcipn .btn {
    width: 88%;
  }
}
.cid-tZbOQXcipn .znv-float-button {
  background: #25a332 url(https://unidaouro.com.br/assets/images/whatsapp-icon.png) 4px no-repeat;
  background-size: 48px;
  border: none;
  border-radius: 29%;
  bottom: 20px;
  cursor: pointer;
  height: 55px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 58px;
  z-index: 999999;
}
.cid-tZbOQXcipn .znv-float-button:hover {
  background: #0d5c15 url(https://unidaouro.com.br/assets/images/whatsapp-icon.png) 4px no-repeat;
  background-size: 48px;
  border: none;
  border-radius: 29%;
  bottom: 20px;
  cursor: pointer;
  height: 55px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 58px;
  z-index: 999999;
}
.cid-tZbOQXcipn a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.cid-tZbOQXcipn [aria-label]::after {
  font-weight: 600;
  content: attr(aria-label);
  display: none;
  position: absolute;
  top: -100%;
  left: -155px;
  z-index: 5000;
  pointer-events: none;
  padding: 6px 8px;
  text-decoration: none;
  font-size: .9em;
  color: #fff;
  background-color: #25a332;
}
.cid-tZbOQXcipn [aria-label]:hover::after {
  display: block;
}
.cid-tZKF109I2D {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tZKF109I2D .carousel-item,
.cid-tZKF109I2D .carousel-inner {
  height: 100%;
}
.cid-tZKF109I2D .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tZKF109I2D .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tZKF109I2D .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
  color: #98dee8;
}
@media (min-width: 1400px) {
  .cid-tZKF109I2D .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tZKF109I2D .mbr-section-btn {
  margin-top: 42px;
}
.cid-tZKF109I2D .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tZKF109I2D .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tZKF109I2D .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tZKF109I2D .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tZKF109I2D .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZKF109I2D .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tZKF109I2D .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tZKF109I2D .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tZKF109I2D .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tZKF109I2D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tZKF109I2D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tZKF109I2D .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tZKF109I2D .carousel-control {
    display: none !important;
  }
}
.cid-tZKF109I2D .carousel-control .carousel img {
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  margin-top: 50px !important;
  object-fit: fill !important;
}
.cid-tZKF109I2D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tZKF109I2D .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tZKF109I2D .carousel-indicators li.active,
.cid-tZKF109I2D .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tZKF109I2D .carousel-indicators li::after,
.cid-tZKF109I2D .carousel-indicators li::before {
  content: none;
}
.cid-tZKF109I2D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tZKF109I2D .carousel-indicators {
    display: none !important;
  }
}
.cid-tZKF109I2D .mbr-section-text,
.cid-tZKF109I2D .mbr-section-btn {
  text-align: center;
}
.cid-tZKF109I2D #primecase-info-taxa-descricao {
  cursor: pointer;
}
.cid-tZKF109I2D .ouro {
  position: relative;
}
.cid-tZKF109I2D .ouro::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 4px;
  background-color: #333;
}
.cid-tZKF109I2D #primecase-multiplicador-value {
  padding: 0px 10px;
}
.cid-tZKF109I2D .primecase-box-impostos {
  display: flex;
  cursor: pointer;
  padding: 0px 10px;
  font-size: 15px;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.cid-tZKF109I2D .primecase-custom-tooltip {
  cursor: pointer;
  --bs-tooltip-bg: #e08e3e !important;
  --bs-tooltip-color: #fff !important;
}
.cid-tZKF109I2D .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.cid-tZKF109I2D .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.cid-tZKF109I2D .tooltip:hover .tooltiptext {
  visibility: visible;
}
.cid-tZKF109I2D .botoes {
  min-width: 210px;
}
.cid-tZKF109I2D .tiposOperacao {
  display: block;
}
.cid-tZKF109I2D .mbr-text,
.cid-tZKF109I2D .mbr-section-btn {
  color: #595966;
}
.cid-tZKF109I2D #img-moeda-real {
  width: 30px !important;
}
.cid-tZKF109I2D #selected-moeda-descricao {
  font-weight: 500;
}
.cid-tZKF109I2D .input-group-text {
  display: none;
}
.cid-tZKF109I2D .btn {
  padding: 1rem !important;
}
.cid-tZKF109I2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZKF109I2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZKF109I2D .hide-primecase {
  visibility: hidden;
  position: fixed;
  top: -100vh;
}
.cid-tZKF109I2D .containerVitrine {
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  background: white;
  padding: 16px 24px;
  border-radius: 15px;
  max-width: 415px;
}
.cid-tZKF109I2D .card {
  z-index: 1;
}
.cid-tZKF109I2D .btn-primary {
  opacity: .8;
  background-color: #e08e3e;
  border-color: #e08e3e;
}
.cid-tZKF109I2D .btn-primary:hover {
  opacity: 1;
  background-color: #e08e3e;
  border-color: #e08e3e;
}
.cid-tZKF109I2D .prime-button {
  opacity: .7;
  width: 80%;
  margin-left: auto;
  font-size: 14px;
  display: flex;
  margin-right: 0;
  border-radius: 10px;
  padding: 10px 20px !important;
}
.cid-tZKF109I2D .prime-button:hover {
  padding: 11px 23px !important;
}
.cid-tZKF109I2D .check {
  opacity: 1;
  width: 100%;
}
.cid-tZKF109I2D .custom-box-moeda {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
.cid-tZKF109I2D .custom-box-moeda:hover {
  cursor: pointer;
}
.cid-tZKF109I2D .custom-box-img {
  height: 1.2rem;
}
.cid-tZKF109I2D .custom-box-img-list {
  height: 1rem;
  width: 30px !important;
}
.cid-tZKF109I2D .custom-box-list-moeda {
  list-style: none;
  position: absolute;
  width: 300px;
  z-index: 2;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 40px rgba(69, 71, 69, 0.2);
  background-color: #ffffff;
  left: 2rem;
  top: 19rem;
}
.cid-tZKF109I2D .custom-box-list-moeda li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.4rem;
  color: #333;
  height: 50px;
  border-bottom: 1px solid #f2f2f2;
  box-sizing: border-box;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-tZKF109I2D .custom-box-list-moeda li:hover {
  background-color: rgba(242, 242, 242, 0.4);
  cursor: pointer;
}
.cid-tZKF109I2D .custom-box-list-moeda li:last-child {
  border: none;
}
.cid-tZKF109I2D .primecase-tarifas {
  height: auto;
  width: 100%;
}
.cid-tZKF109I2D .more-view {
  cursor: pointer;
}
.cid-tZKF109I2D .primecase-tarifas p:last-child {
  border-bottom: none;
}
.cid-tZKF109I2D .isloadingVitrine {
  position: absolute;
  height: 120%;
  width: 120%;
  left: -10%;
  top: -10%;
  background: rgba(20, 20, 20, 0.95);
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
}
.cid-tZKF109I2D .loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  color: #fff;
}
.cid-tZKF109I2D .loader:before,
.cid-tZKF109I2D .loader:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: .9s spin linear infinite;
}
.cid-tZKF109I2D .loader:after {
  color: #e08e3e;
  transform: rotateY(70deg);
  animation-delay: .4s;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%,
  100% {
    box-shadow: .2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: .2em .2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 .2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}
.cid-tZKF109I2D .grid-Custom {
  font-family: arial;
  margin-left: auto;
  margin-top: 0;
  width: 56%;
  position: absolute;
  top: 2%;
  left: 28%;
}
.cid-tZKF109I2D #btn-Comprar {
  background: #004c71 !importanr;
  padding: 0.6rem 1rem !important;
  border-radius: 6px;
  margin: 0;
}
.cid-tZKF109I2D .form-select {
  border: none;
}
.cid-tZKF109I2D .form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  font-size: 18px;
  padding: 0.8rem 0.2rem;
  transition: border-color 0.25s ease 0s;
  border: none !important;
  border-radius: 4px;
  box-shadow: none;
}
.cid-tZKF109I2D .form-control:hover,
.cid-tZKF109I2D .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tZKF109I2D .rowReal {
  border: 1px solid #aaa;
  align-items: center;
  margin: 23px 5px;
  border-radius: 8px;
}
.cid-tZKF109I2D .taxas {
  padding: 0px 10px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.cid-tZKF109I2D .vitrine {
  display: flex;
}
.cid-tZKF109I2D .explicacao {
  cursor: pointer;
}
.cid-tZKF109I2D .moeda {
  width: 57%;
}
@media (max-width: 768px) {
  .cid-tZKF109I2D .imgCarousel {
    width: 100% !important;
    height: 100% !important;
    min-height: auto !important;
    margin-top: 0 !important;
    object-fit: fill;
  }
  .cid-tZKF109I2D .grid-Custom {
    left: 0;
    position: relative;
    margin-top: 0px;
    width: 100% !important;
    paddng: 0;
  }
  .cid-tZKF109I2D .containerVitrine {
    position: relative;
    z-index: 1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    background: white;
    padding: 16px 24px;
    border-radius: 15px;
    max-width: 100%;
  }
  .cid-tZKF109I2D .tiposOperacao {
    display: flex;
  }
  .cid-tZKF109I2D .taxas {
    padding-left: 15px;
    display: block;
    justify-content: space-between;
  }
  .cid-tZKF109I2D .moeda {
    width: 57%;
  }
  .cid-tZKF109I2D .vitrine {
    display: block !important;
    padding: 0;
  }
  .cid-tZKF109I2D .check {
    opacity: 1 !important;
  }
  .cid-tZKF109I2D .line {
    width: 100%;
    margin: 3px;
  }
  .cid-tZKF109I2D .prime-button {
    width: 100%;
    opacity: .7;
    font-size: 14px;
    display: flex;
    border-radius: 4px;
    margin-right: 0;
    padding: 8px 20px !important;
  }
}
.cid-tZKF109I2D .mbr-section-subtitle {
  color: #141e33;
}
.cid-tZKF109I2D .imgCarousel {
  min-height: 540px;
  width: 100% ;
  height: auto;
  margin: 0 ;
  top: 0;
  object-fit: fill;
}
.cid-tZbhywWy8o {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background-2000x1278.jpg");
}
.cid-tZbhywWy8o .mbr-section-title {
  color: #f6f8f9;
}
.cid-tZbhywWy8o .mbr-text,
.cid-tZbhywWy8o .mbr-section-btn {
  color: #ebebeb;
}
.cid-tZbhywWy8o .mbr-section-text {
  color: #ffffff;
}
.cid-tZbhywWy8o img {
  border-radius: 2rem;
  display: inline-block;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.cid-tZbhywWy8o img:hover {
  transform: scale(1.03);
}
.cid-tZbhywWy8o .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tZbhywWy8o .number {
  color: #ffffff;
}
.cid-tZbhywWy8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbhywWy8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZbhywWy8o .mbr-text {
  line-height: 2rem;
}
.cid-tODG8MlFMb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tODG8MlFMb .row {
  flex-direction: row-reverse;
}
.cid-tODG8MlFMb .mbr-section-title {
  color: #212428;
}
.cid-tODG8MlFMb .mbr-text,
.cid-tODG8MlFMb .mbr-section-btn {
  color: #232323;
}
.cid-tODG8MlFMb .mbr-section-text {
  color: #ffffff;
}
.cid-tODG8MlFMb img {
  border-radius: 2rem;
  display: inline-block;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.cid-tODG8MlFMb img:hover {
  transform: scale(1.03);
}
.cid-tODG8MlFMb .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tODG8MlFMb .number {
  color: #ffffff;
}
.cid-tODG8MlFMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tODG8MlFMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tODG8MlFMb .mbr-text {
  line-height: 2rem;
}
.cid-tZbxjz4NQV {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/portrait-sexy-stylish-woman-walking-street-blue-suit-wearing-sunglasses-sunny-summer-day-2000x1333.jpg");
}
.cid-tZbxjz4NQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbxjz4NQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZbxjz4NQV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tZbxjz4NQV .container {
    padding: 0 16px;
  }
}
.cid-tZbxjz4NQV .content-wrapper {
  margin-bottom: 20%;
}
.cid-tZbxjz4NQV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tZbxjz4NQV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZbxjz4NQV .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-tZbxjz4NQV .mbr-section-title {
  color: #000000;
}
.cid-tZbxjz4NQV .mbr-text {
  color: #ebebeb;
  text-align: left;
}
.cid-tZbxjz4NQV .mbr-section-title,
.cid-tZbxjz4NQV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tQj2iWcXZO {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #ebebeb;
}
.cid-tQj2iWcXZO [data-tooltip] {
  font-family: 'arial';
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.cid-tQj2iWcXZO [data-tooltip]:after {
  content: attr(data-tooltip);
  width: 29em !important;
  display: none;
  position: absolute;
  bottom: 2em;
  z-index: 1000;
  padding: 20px;
  border-radius: 6px;
  left: -10em;
  background-color: #fff;
  line-height: 30px;
  color: black;
  font-size: 14px !important;
}
.cid-tQj2iWcXZO [data-tooltip]:hover:after {
  display: block;
}
.cid-tQj2iWcXZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQj2iWcXZO .container {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tQj2iWcXZO .container {
    padding: 0 25px;
  }
}
.cid-tQj2iWcXZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQj2iWcXZO .row {
  justify-content: center;
}
.cid-tQj2iWcXZO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tQj2iWcXZO .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-tQj2iWcXZO .card {
    margin-bottom: 50px;
  }
}
.cid-tQj2iWcXZO .card .card-wrap {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-tQj2iWcXZO .card .card-wrap {
    padding: 0;
  }
}
.cid-tQj2iWcXZO .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-tQj2iWcXZO .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #24324f;
}
.cid-tQj2iWcXZO .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 100;
}
.cid-tQj2iWcXZO .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tQj2iWcXZO .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-tQj2iWcXZO .mbr-card-title {
  color: #E33030;
}
.cid-tQj2iWcXZO .mbr-text {
  color: #f6f8f9;
  text-align: left;
  line-height: 2rem;
}
.cid-tQj2iWcXZO .mbr-card-title,
.cid-tQj2iWcXZO .icon-wrapper {
  text-align: left;
  color: #181a25;
}
.cid-tQj2iWcXZO P {
  color: #25335a;
}
.cid-tODNNv1AYw {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #24324f;
}
.cid-tODNNv1AYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tODNNv1AYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tODNNv1AYw .container {
  max-width: 1220px;
}
.cid-tODNNv1AYw .main-row {
  row-gap: 32px;
}
.cid-tODNNv1AYw .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-tODNNv1AYw .mbr-text {
  opacity: 0.8;
  color: #ebebeb;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .mbr-text {
    text-align: center;
  }
}
.cid-tODNNv1AYw .imgs-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .imgs-container {
    justify-content: center;
  }
}
.cid-tODNNv1AYw .img-subtitle {
  width: 100%;
  margin-bottom: 8px;
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .img-subtitle {
    text-align: center;
  }
}
.cid-tODNNv1AYw .img-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  width: 32px;
}
.cid-tODNNv1AYw .img-item img {
  width: 100%;
  height: 100%;
}
.cid-tODNNv1AYw .list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .list {
    align-items: center;
  }
}
.cid-tODNNv1AYw .list li {
  width: fit-content;
  max-width: 100%;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
.cid-tODNNv1AYw .list li:not(:first-child) {
  margin-top: 0.5rem;
}
.cid-tODNNv1AYw .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tODNNv1AYw .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tODNNv1AYw form {
  width: 100%;
}
.cid-tODNNv1AYw form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw form .dragArea.row {
    justify-content: center;
  }
}
.cid-tODNNv1AYw form p {
  color: #c1c1c1;
}
.cid-tODNNv1AYw form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-tODNNv1AYw form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-tODNNv1AYw form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tODNNv1AYw form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-tODNNv1AYw form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tODNNv1AYw form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-tODNNv1AYw form select {
  color: #24262b !important;
}
.cid-tODNNv1AYw form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-tODNNv1AYw form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form input,
.cid-tODNNv1AYw form textarea {
  transition: .3s all;
}
.cid-tODNNv1AYw form input:active,
.cid-tODNNv1AYw form textarea:active,
.cid-tODNNv1AYw form input:focus,
.cid-tODNNv1AYw form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-tODNNv1AYw form input:active::-webkit-input-placeholder,
.cid-tODNNv1AYw form textarea:active::-webkit-input-placeholder,
.cid-tODNNv1AYw form input:focus::-webkit-input-placeholder,
.cid-tODNNv1AYw form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form input:active::-moz-placeholder,
.cid-tODNNv1AYw form textarea:active::-moz-placeholder,
.cid-tODNNv1AYw form input:focus::-moz-placeholder,
.cid-tODNNv1AYw form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form input:active:-moz-placeholder,
.cid-tODNNv1AYw form textarea:active:-moz-placeholder,
.cid-tODNNv1AYw form input:focus:-moz-placeholder,
.cid-tODNNv1AYw form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form input:active:-ms-input-placeholder,
.cid-tODNNv1AYw form textarea:active:-ms-input-placeholder,
.cid-tODNNv1AYw form input:focus:-ms-input-placeholder,
.cid-tODNNv1AYw form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-tODNNv1AYw form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tODNNv1AYw form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-tODNNv1AYw form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-tODNNv1AYw form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-tODNNv1AYw form label {
  width: 100%;
  color: #c1c1c1;
  margin-bottom: 8px;
}
.cid-tODNNv1AYw form .form-check label {
  color: #c1c1c1;
}
.cid-tODNNv1AYw form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tODNNv1AYw form .form-check-input:focus,
.cid-tODNNv1AYw form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #767676 !important;
}
.cid-tODNNv1AYw form .form-check-input:checked {
  border-color: #767676 !important;
  background-color: #767676 !important;
}
.cid-tODNNv1AYw .form-text {
  margin-top: 16px;
  color: #e6c63b;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .form-text {
    text-align: center;
  }
}
.cid-tODNNv1AYw .col-copyright {
  margin-top: 48px;
}
.cid-tODNNv1AYw .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tODNNv1AYw .copyright-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .copyright-text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-tODNNv1AYw .app {
    margin: auto;
    width: 150px !important;
  }
}
.cid-tODNNv1AYw .znv-float-button {
  background: #25a332 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 48px;
  border: none;
  border-radius: 29%;
  bottom: 20px;
  cursor: pointer;
  height: 55px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 58px;
  z-index: 999999;
}
.cid-tODNNv1AYw .znv-float-button:hover {
  background: #0d5c15 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 48px;
  border: none;
  border-radius: 29%;
  bottom: 20px;
  cursor: pointer;
  height: 55px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 58px;
  z-index: 999999;
}
.cid-tODNNv1AYw a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.cid-tODNNv1AYw [aria-label]::after {
  font-weight: 600;
  content: attr(aria-label);
  display: none;
  position: absolute;
  top: -100%;
  left: -155px;
  z-index: 5000;
  pointer-events: none;
  padding: 6px 8px;
  text-decoration: none;
  font-size: .9em;
  color: #fff;
  background-color: #25a332;
}
.cid-tODNNv1AYw [aria-label]:hover::after {
  display: block;
}
.cid-tODS45IKdc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #24324f;
}
.cid-tODS45IKdc .container {
  max-width: 1220px;
}
.cid-tODS45IKdc p {
  text-align: center;
}
.cid-tODS45IKdc .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tODS45IKdc .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tODS45IKdc a {
  font-weight: normal;
}
.cid-tODS45IKdc .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-tODS45IKdc .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tODS45IKdc .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tODS45IKdc .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tODS45IKdc li a {
  position: relative;
}
.cid-tODS45IKdc li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-tODS45IKdc li a:hover:before {
  width: 100%;
}
.cid-tODS45IKdc .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f7f4fd;
  text-align: right;
}
.cid-tODS45IKdc .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-tODS45IKdc .d-flex {
    flex-direction: column;
  }
  .cid-tODS45IKdc .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-tODS45IKdc .icon-transition span {
  display: block;
}
.cid-tODS45IKdc .list-inline-item a {
  display: block;
}
.cid-tODS45IKdc .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tODS45IKdc .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tODS45IKdc .icon-transition span {
  color: #151515;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tODS45IKdc .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-tODS45IKdc .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tODS45IKdc .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tODS45IKdc .logo-footer {
    text-align: center;
  }
  .cid-tODS45IKdc .social-media {
    justify-content: center;
  }
}
.cid-tODS45IKdc .mbr-text {
  line-height: 2rem;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 2.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 20px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tQTKB3C6iy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tQTKB3C6iy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQTKB3C6iy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQTKB3C6iy .mbr-section-title {
  color: #181a25;
}
.cid-tQTKB3C6iy .mbr-text,
.cid-tQTKB3C6iy .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tQTKB3C6iy .mbr-section-subtitle {
  color: #04492e;
}
.cid-tQTL1MWNtE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f6f8f9;
}
.cid-tQTL1MWNtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQTL1MWNtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQTL1MWNtE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tQTL1MWNtE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tQTL1MWNtE .container {
    padding: 0 16px;
  }
}
.cid-tQTL1MWNtE .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tQTL1MWNtE .row {
    margin: 0 10px;
  }
}
.cid-tQTL1MWNtE .row .card {
  position: relative;
  padding: 0;
}
.cid-tQTL1MWNtE .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f9a600;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tQTL1MWNtE .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tQTL1MWNtE .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tQTL1MWNtE .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f8f9;
  color: #e2b329;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tQTL1MWNtE .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tQTL1MWNtE .row .card .icon-decor {
    display: none;
  }
}
.cid-tQTL1MWNtE .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tQTL1MWNtE .title-wrapper {
    width: 100%;
  }
}
.cid-tQTL1MWNtE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tQTL1MWNtE .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tQTL1MWNtE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tQTL1MWNtE .mbr-section-title {
  color: #181a25;
}
.cid-tQTL1MWNtE .mbr-text {
  color: #181a25;
  line-height: 2rem;
}
.cid-tODNNv1AYw {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #24324f;
}
.cid-tODNNv1AYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tODNNv1AYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tODNNv1AYw .container {
  max-width: 1220px;
}
.cid-tODNNv1AYw .main-row {
  row-gap: 32px;
}
.cid-tODNNv1AYw .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-tODNNv1AYw .mbr-text {
  opacity: 0.8;
  color: #ebebeb;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .mbr-text {
    text-align: center;
  }
}
.cid-tODNNv1AYw .imgs-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .imgs-container {
    justify-content: center;
  }
}
.cid-tODNNv1AYw .img-subtitle {
  width: 100%;
  margin-bottom: 8px;
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .img-subtitle {
    text-align: center;
  }
}
.cid-tODNNv1AYw .img-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  width: 32px;
}
.cid-tODNNv1AYw .img-item img {
  width: 100%;
  height: 100%;
}
.cid-tODNNv1AYw .list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .list {
    align-items: center;
  }
}
.cid-tODNNv1AYw .list li {
  width: fit-content;
  max-width: 100%;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
.cid-tODNNv1AYw .list li:not(:first-child) {
  margin-top: 0.5rem;
}
.cid-tODNNv1AYw .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-tODNNv1AYw .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tODNNv1AYw form {
  width: 100%;
}
.cid-tODNNv1AYw form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw form .dragArea.row {
    justify-content: center;
  }
}
.cid-tODNNv1AYw form p {
  color: #c1c1c1;
}
.cid-tODNNv1AYw form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-tODNNv1AYw form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-tODNNv1AYw form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tODNNv1AYw form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-tODNNv1AYw form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tODNNv1AYw form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-tODNNv1AYw form select {
  color: #24262b !important;
}
.cid-tODNNv1AYw form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-tODNNv1AYw form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form input,
.cid-tODNNv1AYw form textarea {
  transition: .3s all;
}
.cid-tODNNv1AYw form input:active,
.cid-tODNNv1AYw form textarea:active,
.cid-tODNNv1AYw form input:focus,
.cid-tODNNv1AYw form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-tODNNv1AYw form input:active::-webkit-input-placeholder,
.cid-tODNNv1AYw form textarea:active::-webkit-input-placeholder,
.cid-tODNNv1AYw form input:focus::-webkit-input-placeholder,
.cid-tODNNv1AYw form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form input:active::-moz-placeholder,
.cid-tODNNv1AYw form textarea:active::-moz-placeholder,
.cid-tODNNv1AYw form input:focus::-moz-placeholder,
.cid-tODNNv1AYw form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form input:active:-moz-placeholder,
.cid-tODNNv1AYw form textarea:active:-moz-placeholder,
.cid-tODNNv1AYw form input:focus:-moz-placeholder,
.cid-tODNNv1AYw form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form input:active:-ms-input-placeholder,
.cid-tODNNv1AYw form textarea:active:-ms-input-placeholder,
.cid-tODNNv1AYw form input:focus:-ms-input-placeholder,
.cid-tODNNv1AYw form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-tODNNv1AYw form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-tODNNv1AYw form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tODNNv1AYw form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-tODNNv1AYw form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-tODNNv1AYw form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-tODNNv1AYw form label {
  width: 100%;
  color: #c1c1c1;
  margin-bottom: 8px;
}
.cid-tODNNv1AYw form .form-check label {
  color: #c1c1c1;
}
.cid-tODNNv1AYw form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tODNNv1AYw form .form-check-input:focus,
.cid-tODNNv1AYw form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #767676 !important;
}
.cid-tODNNv1AYw form .form-check-input:checked {
  border-color: #767676 !important;
  background-color: #767676 !important;
}
.cid-tODNNv1AYw .form-text {
  margin-top: 16px;
  color: #e6c63b;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .form-text {
    text-align: center;
  }
}
.cid-tODNNv1AYw .col-copyright {
  margin-top: 48px;
}
.cid-tODNNv1AYw .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tODNNv1AYw .copyright-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-tODNNv1AYw .copyright-text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-tODNNv1AYw .app {
    margin: auto;
    width: 150px !important;
  }
}
.cid-tODNNv1AYw .znv-float-button {
  background: #25a332 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 48px;
  border: none;
  border-radius: 29%;
  bottom: 20px;
  cursor: pointer;
  height: 55px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 58px;
  z-index: 999999;
}
.cid-tODNNv1AYw .znv-float-button:hover {
  background: #0d5c15 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 48px;
  border: none;
  border-radius: 29%;
  bottom: 20px;
  cursor: pointer;
  height: 55px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 58px;
  z-index: 999999;
}
.cid-tODNNv1AYw a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.cid-tODNNv1AYw [aria-label]::after {
  font-weight: 600;
  content: attr(aria-label);
  display: none;
  position: absolute;
  top: -100%;
  left: -155px;
  z-index: 5000;
  pointer-events: none;
  padding: 6px 8px;
  text-decoration: none;
  font-size: .9em;
  color: #fff;
  background-color: #25a332;
}
.cid-tODNNv1AYw [aria-label]:hover::after {
  display: block;
}
.cid-tODS45IKdc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #24324f;
}
.cid-tODS45IKdc .container {
  max-width: 1220px;
}
.cid-tODS45IKdc p {
  text-align: center;
}
.cid-tODS45IKdc .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tODS45IKdc .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tODS45IKdc a {
  font-weight: normal;
}
.cid-tODS45IKdc .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-tODS45IKdc .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tODS45IKdc .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tODS45IKdc .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tODS45IKdc li a {
  position: relative;
}
.cid-tODS45IKdc li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-tODS45IKdc li a:hover:before {
  width: 100%;
}
.cid-tODS45IKdc .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f7f4fd;
  text-align: right;
}
.cid-tODS45IKdc .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-tODS45IKdc .d-flex {
    flex-direction: column;
  }
  .cid-tODS45IKdc .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-tODS45IKdc .icon-transition span {
  display: block;
}
.cid-tODS45IKdc .list-inline-item a {
  display: block;
}
.cid-tODS45IKdc .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tODS45IKdc .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tODS45IKdc .icon-transition span {
  color: #151515;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tODS45IKdc .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-tODS45IKdc .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tODS45IKdc .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tODS45IKdc .logo-footer {
    text-align: center;
  }
  .cid-tODS45IKdc .social-media {
    justify-content: center;
  }
}
.cid-tODS45IKdc .mbr-text {
  line-height: 2rem;
}
.cid-tZbOTcm7MO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tZbOTcm7MO .descricao {
  margin-top: 6px;
  line-height: 7px;
  font-size: 15px;
}
.cid-tZbOTcm7MO .btn {
  border-radius: 6px;
  color: #fff !important;
  min-height: 40px !important;
  padding: 0.6rem 1rem;
  font-weight: 400;
  box-shadow: none;
}
.cid-tZbOTcm7MO nav.navbar {
  position: fixed;
}
.cid-tZbOTcm7MO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZbOTcm7MO .dropdown-menu {
  min-width: 350px;
  max-width: 350px;
  left: -80px;
  padding-top: 28px 10px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.cid-tZbOTcm7MO .dropdown-item {
  border-bottom: 1px solid #eee;
}
.cid-tZbOTcm7MO .dropdown-item:hover,
.cid-tZbOTcm7MO .dropdown-item:focus {
  background: #fcf3c4 !important;
  color: black !important;
}
.cid-tZbOTcm7MO .dropdown-item:hover span {
  color: white;
}
.cid-tZbOTcm7MO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZbOTcm7MO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZbOTcm7MO .nav-dropdown .link {
  padding: 8px 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZbOTcm7MO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZbOTcm7MO .nav-link {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
}
.cid-tZbOTcm7MO .nav-link:hover {
  padding-bottom: 8px;
  position: relative;
  border-bottom: 2px solid #e6ac00;
}
.cid-tZbOTcm7MO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZbOTcm7MO .container {
    flex-wrap: nowrap;
  }
}
.cid-tZbOTcm7MO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZbOTcm7MO .dropdown-menu,
.cid-tZbOTcm7MO .navbar.opened {
  background: #24324f !important;
}
.cid-tZbOTcm7MO .nav-item:focus,
.cid-tZbOTcm7MO .nav-link:focus {
  outline: none;
}
.cid-tZbOTcm7MO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZbOTcm7MO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZbOTcm7MO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZbOTcm7MO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZbOTcm7MO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZbOTcm7MO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZbOTcm7MO .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #24324f;
}
.cid-tZbOTcm7MO .navbar.opened {
  transition: all 0.1s;
}
.cid-tZbOTcm7MO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZbOTcm7MO .navbar .navbar-logo img {
  width: auto;
}
.cid-tZbOTcm7MO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZbOTcm7MO .navbar.collapsed {
  justify-content: center;
}
.cid-tZbOTcm7MO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZbOTcm7MO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZbOTcm7MO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tZbOTcm7MO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZbOTcm7MO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZbOTcm7MO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZbOTcm7MO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZbOTcm7MO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZbOTcm7MO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZbOTcm7MO .navbar .menu .navbar-collapse.show {
    overflow: auto;
    height: 100vh;
  }
  .cid-tZbOTcm7MO .navbar .dropdown-menu {
    min-width: auto;
    max-width: auto;
    left: 0;
    padding-top: 28px 10px;
    border-radius: 4px;
    box-shadow: none;
    filter: none;
  }
  .cid-tZbOTcm7MO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZbOTcm7MO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZbOTcm7MO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZbOTcm7MO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZbOTcm7MO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZbOTcm7MO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZbOTcm7MO .navbar ul.navbar-nav li {
    margin: 0;
    margin-right: auto;
  }
  .cid-tZbOTcm7MO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-tZbOTcm7MO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZbOTcm7MO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZbOTcm7MO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZbOTcm7MO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tZbOTcm7MO .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZbOTcm7MO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZbOTcm7MO .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.1s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZbOTcm7MO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZbOTcm7MO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZbOTcm7MO .dropdown-item.active,
.cid-tZbOTcm7MO .dropdown-item:active {
  background-color: transparent;
}
.cid-tZbOTcm7MO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZbOTcm7MO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZbOTcm7MO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZbOTcm7MO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #24324f;
}
.cid-tZbOTcm7MO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZbOTcm7MO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZbOTcm7MO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZbOTcm7MO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZbOTcm7MO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZbOTcm7MO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZbOTcm7MO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZbOTcm7MO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZbOTcm7MO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZbOTcm7MO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZbOTcm7MO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZbOTcm7MO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZbOTcm7MO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZbOTcm7MO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZbOTcm7MO .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-tZbOTcm7MO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: left;
}
.cid-tZbOTcm7MO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZbOTcm7MO .navbar {
    height: 70px;
  }
  .cid-tZbOTcm7MO .navbar.opened {
    height: auto;
  }
  .cid-tZbOTcm7MO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-tZbOTcm7MO .collapse {
    height: 100vh;
  }
  .cid-tZbOTcm7MO .navbar.opened {
    height: 100vh !important;
  }
  .cid-tZbOTcm7MO .btn {
    width: 88%;
  }
  .cid-tZbOTcm7MO .cid-tODCwUViBg .navbar.opened {
    height: 100vh !important;
  }
}
.cid-tZbOTcm7MO .znv-float-button {
  background: #25a332 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 48px;
  border: none;
  border-radius: 29%;
  bottom: 20px;
  cursor: pointer;
  height: 55px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 58px;
  z-index: 999999;
}
.cid-tZbOTcm7MO .znv-float-button:hover {
  background: #0d5c15 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 48px;
  border: none;
  border-radius: 29%;
  bottom: 20px;
  cursor: pointer;
  height: 55px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 58px;
  z-index: 999999;
}
.cid-tZbOTcm7MO a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.cid-tZbOTcm7MO [aria-label]::after {
  font-weight: 600;
  content: attr(aria-label);
  display: none;
  position: absolute;
  top: -100%;
  left: -155px;
  z-index: 5000;
  pointer-events: none;
  padding: 6px 8px;
  text-decoration: none;
  font-size: .9em;
  color: #fff;
  background-color: #25a332;
}
.cid-tZbOTcm7MO [aria-label]:hover::after {
  display: block;
}
