/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: 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;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

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: #000000;
}

.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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .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: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@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;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: flex;
  }
  .menu .collapsed .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.menu .menu-bottom {
  display: -webkit-flex;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em .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;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.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;
}

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.87rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.696rem;
    font-size: calc( 0.9545rem + (0.87 - 0.9545) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9545rem + (0.87 - 0.9545) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #7237a2 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #c2a6f3 !important;
}
.bg-warning {
  background-color: #1a032d !important;
}
.bg-danger {
  background-color: #1a032d !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-primary:before {
  background-color: #4a2469 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-secondary:before {
  background-color: #eb3934 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3934 !important;
  border-color: #eb3934 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #c2a6f3 !important;
  border-color: #c2a6f3 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #c2a6f3 !important;
  border-color: #c2a6f3 !important;
}
.btn-info:before {
  background-color: #9463ea !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9463ea !important;
  border-color: #9463ea !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #1a032d !important;
  border-color: #1a032d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #1a032d !important;
  border-color: #1a032d !important;
}
.btn-warning:before {
  background-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #1a032d !important;
  border-color: #1a032d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1a032d !important;
  border-color: #1a032d !important;
}
.btn-danger:before {
  background-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-primary-outline:before {
  background-color: #7237a2;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9221d;
  color: #e9221d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f27d7a;
}
.btn-secondary-outline:before {
  background-color: #f27d7a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #844ce7;
  color: #844ce7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #c2a6f3;
}
.btn-info-outline:before {
  background-color: #c2a6f3;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c2a6f3 !important;
  border-color: #c2a6f3 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #1a032d;
}
.btn-warning-outline:before {
  background-color: #1a032d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1a032d !important;
  border-color: #1a032d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  border-color: #1a032d;
}
.btn-danger-outline:before {
  background-color: #1a032d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a032d !important;
  border-color: #1a032d !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
  border-radius: 5px;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #7237a2;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #7237a2 !important;
}
.text-secondary {
  color: #f27d7a !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #c2a6f3 !important;
}
.text-warning {
  color: #1a032d !important;
}
.text-danger {
  color: #1a032d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3c1d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9221d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #844ce7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c2a6f3;
}
.alert-warning {
  background-color: #1a032d;
}
.alert-danger {
  background-color: #1a032d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 5px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 5px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7237a2;
  border-color: #7237a2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 5px !important;
}
a,
a:hover {
  color: #7237a2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b083d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cf9df8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cf9df8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #7237a2;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: 5px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 120px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 5px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 5px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 5px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 5px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #7237a2;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7237a2;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.392rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7237a2;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7237a2;
  border-bottom-color: #7237a2;
}
.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: #ffffff !important;
  background-color: #7237a2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f27d7a !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%;
}
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='%237237a2' %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;
}
.cid-tX0kwxDeic {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/4880206.jpg");
}
.cid-tX0kwxDeic #primecase-info-taxa-descricao {
  cursor: pointer;
}
.cid-tX0kwxDeic .labelSelect {
  font-size: 14px;
  opacity: 0.8;
}
.cid-tX0kwxDeic #primecase-multiplicador-value {
  padding: 0px 10px;
}
.cid-tX0kwxDeic .primecase-box-impostos {
  display: flex;
  cursor: pointer;
  font-size: 14px;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.cid-tX0kwxDeic .primecase-custom-tooltip {
  cursor: pointer;
  --bs-tooltip-bg: #e08e3e !important;
  --bs-tooltip-color: #fff !important;
}
.cid-tX0kwxDeic .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.cid-tX0kwxDeic .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-tX0kwxDeic .tooltip:hover .tooltiptext {
  visibility: visible;
}
.cid-tX0kwxDeic .botoes {
  display: flex;
}
.cid-tX0kwxDeic .tiposOperacao {
  display: flex;
}
.cid-tX0kwxDeic .mbr-text,
.cid-tX0kwxDeic .mbr-section-btn {
  color: #2c1616;
}
.cid-tX0kwxDeic #img-moeda-real {
  width: 30px;
}
.cid-tX0kwxDeic .mbr-section-title {
  color: #98dee8;
}
.cid-tX0kwxDeic #selected-moeda-descricao {
  font-weight: 500;
}
.cid-tX0kwxDeic .input-group-text {
  display: none;
}
.cid-tX0kwxDeic .btn {
  padding: 1rem !important;
}
.cid-tX0kwxDeic .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX0kwxDeic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX0kwxDeic .hide-primecase {
  visibility: hidden;
  position: fixed;
  top: -100vh;
}
.cid-tX0kwxDeic .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;
  width: 440px;
}
.cid-tX0kwxDeic .card {
  z-index: 1;
}
.cid-tX0kwxDeic .btn-primary {
  background-color: #e08e3e;
  border-color: #e08e3e;
}
.cid-tX0kwxDeic .btn-primary:hover {
  opacity: 1;
  background-color: #e08e3e;
  border-color: #e08e3e;
}
.cid-tX0kwxDeic .prime-button {
  width: 100%;
  margin-left: auto;
  font-size: 12px;
  display: flex;
  margin-right: 0;
  opacity: 0.8;
  border-radius: 1px;
  padding: 10px 0px !important;
}
.cid-tX0kwxDeic .prime-button:hover {
  padding: 10px 0px !important;
}
.cid-tX0kwxDeic .check {
  opacity: 1;
  width: 100%;
  background: #2e0f47 !important;
}
.cid-tX0kwxDeic .custom-box-moeda {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
.cid-tX0kwxDeic .custom-box-moeda:hover {
  cursor: pointer;
}
.cid-tX0kwxDeic .custom-box-img {
  height: 1.2rem;
}
.cid-tX0kwxDeic .custom-box-img-list {
  height: 1rem;
  width: 30px !important;
}
.cid-tX0kwxDeic .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: #fcfcfc;
}
.cid-tX0kwxDeic .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-tX0kwxDeic .custom-box-list-moeda li:hover {
  background-color: rgba(242, 242, 242, 0.4);
  cursor: pointer;
}
.cid-tX0kwxDeic .custom-box-list-moeda li:last-child {
  border: none;
}
.cid-tX0kwxDeic .primecase-tarifas {
  height: auto;
  width: 100%;
}
.cid-tX0kwxDeic .more-view {
  cursor: pointer;
}
.cid-tX0kwxDeic .primecase-tarifas p:last-child {
  border-bottom: none;
}
.cid-tX0kwxDeic .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-tX0kwxDeic .loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  color: #fff;
}
.cid-tX0kwxDeic .loader:before,
.cid-tX0kwxDeic .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-tX0kwxDeic .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-tX0kwxDeic .grid-Custom {
  margin-left: auto;
  display: flex;
  font-family: 'Open Sans';
  margin-top: 50px;
  width: 65%;
}
.cid-tX0kwxDeic #btn-Comprar {
  background: #004c71 !importanr;
  padding: 0.6rem 1rem !important;
  border-radius: 6px;
  margin: 0;
  width: 100%;
}
.cid-tX0kwxDeic .form-select {
  border: none;
  width: 100%;
  background: transparent;
}
.cid-tX0kwxDeic .form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  font-size: 16px;
  padding: 0.8rem 0.2rem;
  transition: border-color 0.25s ease 0s;
  border: none !important;
  border-radius: 4px;
  box-shadow: none;
}
.cid-tX0kwxDeic .form-control:hover,
.cid-tX0kwxDeic .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tX0kwxDeic .rowReal {
  border: 1px solid #aaa;
  align-items: center;
  margin: 23px 5px;
  border-radius: 8px;
}
.cid-tX0kwxDeic .taxas {
  padding: 0px 10px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.cid-tX0kwxDeic .vitrine {
  display: flex;
}
.cid-tX0kwxDeic .explicacao {
  cursor: pointer;
}
.cid-tX0kwxDeic .moeda {
  width: 57%;
}
@media (max-width: 768px) {
  .cid-tX0kwxDeic .grid-Custom {
    margin-left: 0;
    margin-top: 0px;
    width: 100% !important;
    paddng: 0;
  }
  .cid-tX0kwxDeic .tiposOperacao {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }
  .cid-tX0kwxDeic .taxas {
    padding-left: 15px;
    display: block;
    justify-content: space-between;
  }
  .cid-tX0kwxDeic .moeda {
    width: 57%;
  }
  .cid-tX0kwxDeic .vitrine {
    display: block !important;
    padding: 0;
  }
  .cid-tX0kwxDeic .check {
    opacity: 1 !important;
  }
  .cid-tX0kwxDeic .line {
    width: 100%;
    margin: 3px;
  }
  .cid-tX0kwxDeic .prime-button {
    width: 100%;
    opacity: .7;
    font-size: 14px;
    display: flex;
    border-radius: 0px;
    margin-right: 0;
    padding: 8px 0px !important;
  }
  .cid-tX0kwxDeic .containerVitrine {
    width: auto !important;
    margin-top: 50px;
  }
}
.cid-tX0kwxDeic .mbr-section-subtitle {
  color: #34156b;
}
.cid-tX0kwxDeic label {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-tsA3WDlfIw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/copy-of-duo-novos.jpg");
}
.cid-tsA3WDlfIw .text-content .btn-bgr {
  z-index: 0;
}
.cid-tsA3WDlfIw .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-tsA3WDlfIw h3 {
  color: #ffffff;
  font-weight: 300;
}
.cid-tsA3WDlfIw p {
  color: #ffffff;
}
.cid-tsA3WDlfIw h2 {
  color: #ffffff;
}
.cid-tsA3WDlfIw .text-content {
  padding: 2rem 0rem;
  background-color: #ffd650;
}
.cid-tsA3WDlfIw .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tsA3WDlfIw .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tsA3WDlfIw .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tsA3WDlfIw .text-content {
    margin-bottom: 2rem;
  }
}
.cid-tsA3WDlfIw .mbr-section-btn,
.cid-tsA3WDlfIw .mbr-section-title {
  color: #333333;
}
.cid-tsA3WDlfIw P {
  color: #333333;
}
.cid-tszdr3V6Xt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-tszdr3V6Xt h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tszdr3V6Xt .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tszdr3V6Xt .mbr-section-subtitle {
  color: #767676;
}
.cid-tszdr3V6Xt .pie_progress__number {
  text-align: center !important;
  color: #7f53a2;
}
.cid-tszdr3V6Xt .card-title {
  margin-bottom: 0;
}
.cid-tszdr3V6Xt .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tszdr3V6Xt .svg-gradient {
  position: absolute;
}
.cid-tszdr3V6Xt ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tszdr3V6Xt .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-tszdr3V6Xt .mbr-section-title {
  color: #7237a2;
}
.cid-tszdr3V6Xt H4 {
  color: #7237a2;
  text-align: center;
}
.cid-tJZxZHgL7t {
  background-image: url("../../../assets/images/appcambioduo1.png");
}
.cid-tJZxZHgL7t .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tJZxZHgL7t .mbr-overlay {
  background: #121212;
  background: linear-gradient(#121212 -10%, #121212 75%);
}
.cid-tJZxZHgL7t .aplicativo {
  display: flex;
  justify-content: center;
}
.cid-tJZxZHgL7t img {
  width: 160px;
  margin: 8px;
}
.cid-tJZxZHgL7t .mbr-section-title {
  margin: 0;
}
.cid-tJZxZHgL7t .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tJZxZHgL7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJZxZHgL7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJZxZHgL7t H1 {
  color: #ffffff;
}
.cid-tJngwBerya {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/colagem-criativa-de-experiencia-do-cliente.jpg");
}
.cid-tJngwBerya .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tJngwBerya .mbr-overlay {
  background: linear-gradient(#7237a2 -10%, #00113e 75%);
}
.cid-twq9hJRRqm {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/whatsapp-image-2023-07-20-at-14.44.24.jpeg");
}
.cid-twq9hJRRqm .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-twq9hJRRqm .mbr-overlay {
  background: linear-gradient(#4284df -10%, #00113e 75%);
}
.cid-tsA5q6hwmN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tsA5q6hwmN .form-row {
  position: relative;
}
.cid-tsA5q6hwmN .mbr-section-subtitle {
  color: #767676;
}
.cid-tsA5q6hwmN .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 3px 0 0 3px;
}
.cid-tsA5q6hwmN .form-group,
.cid-tsA5q6hwmN .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-tsA5q6hwmN .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-tsA5q6hwmN .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  flex: 0 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0 3px 3px 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-tsA5q6hwmN a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tsA5q6hwmN a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 350px) {
  .cid-tsA5q6hwmN .form-row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tsA5q6hwmN .form-control {
    margin-bottom: 10px;
  }
  .cid-tsA5q6hwmN .input-group-btn .btn,
  .cid-tsA5q6hwmN .form-control {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-tsA5q6hwmN .input-group-btn > * {
    width: 100%;
  }
  .cid-tsA5q6hwmN .btn .mbr-iconfont {
    font-size: 1.6rem!important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsA5q6hwmN .form-control {
    font-size: 1.12rem;
  }
}
.cid-tBE649dHrt {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tablet-ebook.png");
}
.cid-tBE649dHrt .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tBE649dHrt .mbr-overlay {
  background: linear-gradient(#2c1616 -10%, #00113e 75%);
}
.cid-tJPey9NWfn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPey9NWfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJPey9NWfn .app {
  width: 130px;
  margin-right: 20px;
}
.cid-tJPey9NWfn .google {
  width: 60px;
  margin-top: 15px;
}
.cid-tJPey9NWfn .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-tJPey9NWfn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tJPey9NWfn .container {
    padding: 0 12px;
  }
}
.cid-tJPey9NWfn .title-wrapper a {
  display: block;
}
.cid-tJPey9NWfn .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tJPey9NWfn .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tJPey9NWfn .list-wrapper .list,
.cid-tJPey9NWfn .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .list-wrapper .list,
  .cid-tJPey9NWfn .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:focus,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-block {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 20px;
}
.cid-tJPey9NWfn .contacts-block .list {
  margin-bottom: 0px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-block .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap {
  opacity: .9;
  margin: 0 0px 0px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-block .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .social-row .soc-item {
  margin-right: 24px;
}
.cid-tJPey9NWfn .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJPey9NWfn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #a58cd2;
}
.cid-tJPey9NWfn .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tJPey9NWfn .mbr-section-title {
  color: #ffffff;
}
.cid-tJPey9NWfn .mbr-list-title {
  color: #c1c1c1;
}
.cid-tJPey9NWfn .list {
  color: #feffe3;
}
.cid-tJPey9NWfn .list_main {
  color: #c2a6f3;
}
.cid-tJPezfaTlW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPezfaTlW p {
  text-align: center;
  line-height: 25px;
}
.cid-tJPezfaTlW .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tJPezfaTlW .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tJPezfaTlW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #c1c1c1;
  text-align: left;
}
.cid-tJPezfaTlW .logo-footer {
  line-height: normal;
}
.cid-tJPezfaTlW .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tJPezfaTlW li {
  overflow: hidden;
}
.cid-tJPezfaTlW .icon-transition span {
  display: block;
}
.cid-tJPezfaTlW .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tJPezfaTlW .list-inline-item a {
  display: block;
}
.cid-tJPezfaTlW .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tJPezfaTlW .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJPezfaTlW .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tJPezfaTlW .icon-transition span {
  color: #ffffff;
  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-tJPezfaTlW .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tJPezfaTlW .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tJPezfaTlW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tJPezfaTlW .logo-footer {
    text-align: center;
  }
  .cid-tJPezfaTlW .social-media {
    justify-content: center;
  }
}
.cid-tJPezfaTlW img {
  width: 100px;
}
.cid-tJ3rEOfBa4 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #efefef, #ffffff);
}
.cid-tJ3rEOfBa4 #ra-widget-verified {
  margin: auto !important;
}
.cid-u2tVJbG56o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2tVJbG56o .abrirconta {
  padding: 13px;
  font-size: 12px;
}
.cid-u2tVJbG56o .acesseconta {
  padding: 13px;
  border: 1px solid;
  font-size: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o .acesseconta:hover {
  padding: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o nav.navbar {
  position: fixed;
}
.cid-u2tVJbG56o .navbar-nav {
  margin: auto;
}
.cid-u2tVJbG56o .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2tVJbG56o .dropdown-item:hover,
.cid-u2tVJbG56o .dropdown-item:focus {
  background: #7237a2 !important;
  color: white !important;
}
.cid-u2tVJbG56o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2tVJbG56o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2tVJbG56o .navbar-short,
.cid-u2tVJbG56o .opened {
  background: #fcfcfc !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar-short .nav-link,
.cid-u2tVJbG56o .opened .nav-link,
.cid-u2tVJbG56o .navbar-short .navbar-caption,
.cid-u2tVJbG56o .opened .navbar-caption,
.cid-u2tVJbG56o .navbar-short .mbr-iconfont,
.cid-u2tVJbG56o .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-u2tVJbG56o .navbar-short .hamburger span,
.cid-u2tVJbG56o .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-u2tVJbG56o .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .dropdown-menu {
  background-color: #fff !important;
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
.cid-u2tVJbG56o .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 0.7em !important;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2tVJbG56o .container {
  display: block;
  margin: auto;
  padding: 0;
}
.cid-u2tVJbG56o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown-menu,
.cid-u2tVJbG56o .navbar.opened {
  background: #fff !important;
}
.cid-u2tVJbG56o .nav-item:focus,
.cid-u2tVJbG56o .nav-link:focus {
  outline: none;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2tVJbG56o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2tVJbG56o .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.opened {
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2tVJbG56o .navbar .navbar-logo img {
  width: auto;
}
.cid-u2tVJbG56o .navbar .navbar-collapse {
  z-index: 1;
}
.cid-u2tVJbG56o .navbar.collapsed {
  justify-content: center;
}
.cid-u2tVJbG56o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2tVJbG56o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2tVJbG56o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2tVJbG56o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .cid-u2tVJbG56o .navbar .container {
    display: flex;
  }
  .cid-u2tVJbG56o .navbar .abrirconta {
    padding: 10px;
    font-size: 12px;
    margin: 0;
  }
  .cid-u2tVJbG56o .navbar .navbar-brand {
    display: contents !important;
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2tVJbG56o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2tVJbG56o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2tVJbG56o .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-u2tVJbG56o .navbar .navbar-logo img {
    height: 4rem !important;
    margin-left: -1em !important;
  }
  .cid-u2tVJbG56o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2tVJbG56o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2tVJbG56o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2tVJbG56o .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar-brand {
  max-height: 75px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2tVJbG56o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2tVJbG56o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2tVJbG56o .dropdown-item.active,
.cid-u2tVJbG56o .dropdown-item:active {
  background-color: transparent;
}
.cid-u2tVJbG56o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2tVJbG56o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2tVJbG56o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2tVJbG56o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2tVJbG56o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #555555;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2tVJbG56o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar {
    height: 70px;
  }
  .cid-u2tVJbG56o .navbar.opened {
    height: auto;
  }
  .cid-u2tVJbG56o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2tVJbG56o .znv-float-button {
  background: #25a332 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 27px;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 1px #777;
  bottom: 20px;
  cursor: pointer;
  height: 34px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 7.2em;
  z-index: 999999;
}
.cid-u2tVJbG56o a {
  color: #e92c6c;
  text-decoration: none;
  font-weight: normal;
}
.cid-u2tVJbG56o [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-u2tVJbG56o [aria-label]:hover::after {
  display: block;
}
.cid-u2tVJbG56o .whats {
  display: flex;
  align-items: center;
  padding: 9px;
  font-size: 13px;
  color: white;
  margin-top: 0.1em;
  text-align: end;
  margin: auto;
  justify-content: flex-end;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: 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;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

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: #000000;
}

.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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .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: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@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;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: flex;
  }
  .menu .collapsed .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.menu .menu-bottom {
  display: -webkit-flex;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em .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;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.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;
}

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.cid-tKh5zODtX7 {
  background-image: url("../../../assets/images/cellular-man-person-4599956-1024x682.jpg");
}
.cid-tKh5zODtX7 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tKh5zODtX7 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #7237a2;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-tKh5zODtX7 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tKh5zODtX7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tKh5zODtX7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tKh5zODtX7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tKh5zODtX7 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tKh5zODtX7 a.close:hover {
  color: #ffffff;
}
.cid-tKh5zODtX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKh5zODtX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJPey9NWfn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPey9NWfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJPey9NWfn .app {
  width: 130px;
  margin-right: 20px;
}
.cid-tJPey9NWfn .google {
  width: 60px;
  margin-top: 15px;
}
.cid-tJPey9NWfn .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-tJPey9NWfn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tJPey9NWfn .container {
    padding: 0 12px;
  }
}
.cid-tJPey9NWfn .title-wrapper a {
  display: block;
}
.cid-tJPey9NWfn .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tJPey9NWfn .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tJPey9NWfn .list-wrapper .list,
.cid-tJPey9NWfn .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .list-wrapper .list,
  .cid-tJPey9NWfn .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:focus,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-block {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 20px;
}
.cid-tJPey9NWfn .contacts-block .list {
  margin-bottom: 0px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-block .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap {
  opacity: .9;
  margin: 0 0px 0px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-block .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .social-row .soc-item {
  margin-right: 24px;
}
.cid-tJPey9NWfn .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJPey9NWfn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #a58cd2;
}
.cid-tJPey9NWfn .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tJPey9NWfn .mbr-section-title {
  color: #ffffff;
}
.cid-tJPey9NWfn .mbr-list-title {
  color: #c1c1c1;
}
.cid-tJPey9NWfn .list {
  color: #feffe3;
}
.cid-tJPey9NWfn .list_main {
  color: #c2a6f3;
}
.cid-tJPezfaTlW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPezfaTlW p {
  text-align: center;
  line-height: 25px;
}
.cid-tJPezfaTlW .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tJPezfaTlW .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tJPezfaTlW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #c1c1c1;
  text-align: left;
}
.cid-tJPezfaTlW .logo-footer {
  line-height: normal;
}
.cid-tJPezfaTlW .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tJPezfaTlW li {
  overflow: hidden;
}
.cid-tJPezfaTlW .icon-transition span {
  display: block;
}
.cid-tJPezfaTlW .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tJPezfaTlW .list-inline-item a {
  display: block;
}
.cid-tJPezfaTlW .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tJPezfaTlW .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJPezfaTlW .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tJPezfaTlW .icon-transition span {
  color: #ffffff;
  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-tJPezfaTlW .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tJPezfaTlW .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tJPezfaTlW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tJPezfaTlW .logo-footer {
    text-align: center;
  }
  .cid-tJPezfaTlW .social-media {
    justify-content: center;
  }
}
.cid-tJPezfaTlW img {
  width: 100px;
}
.cid-u2tVJbG56o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2tVJbG56o .abrirconta {
  padding: 13px;
  font-size: 12px;
}
.cid-u2tVJbG56o .acesseconta {
  padding: 13px;
  border: 1px solid;
  font-size: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o .acesseconta:hover {
  padding: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o nav.navbar {
  position: fixed;
}
.cid-u2tVJbG56o .navbar-nav {
  margin: auto;
}
.cid-u2tVJbG56o .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2tVJbG56o .dropdown-item:hover,
.cid-u2tVJbG56o .dropdown-item:focus {
  background: #7237a2 !important;
  color: white !important;
}
.cid-u2tVJbG56o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2tVJbG56o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2tVJbG56o .navbar-short,
.cid-u2tVJbG56o .opened {
  background: #fcfcfc !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar-short .nav-link,
.cid-u2tVJbG56o .opened .nav-link,
.cid-u2tVJbG56o .navbar-short .navbar-caption,
.cid-u2tVJbG56o .opened .navbar-caption,
.cid-u2tVJbG56o .navbar-short .mbr-iconfont,
.cid-u2tVJbG56o .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-u2tVJbG56o .navbar-short .hamburger span,
.cid-u2tVJbG56o .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-u2tVJbG56o .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .dropdown-menu {
  background-color: #fff !important;
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
.cid-u2tVJbG56o .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 0.7em !important;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2tVJbG56o .container {
  display: block;
  margin: auto;
  padding: 0;
}
.cid-u2tVJbG56o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown-menu,
.cid-u2tVJbG56o .navbar.opened {
  background: #fff !important;
}
.cid-u2tVJbG56o .nav-item:focus,
.cid-u2tVJbG56o .nav-link:focus {
  outline: none;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2tVJbG56o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2tVJbG56o .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.opened {
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2tVJbG56o .navbar .navbar-logo img {
  width: auto;
}
.cid-u2tVJbG56o .navbar .navbar-collapse {
  z-index: 1;
}
.cid-u2tVJbG56o .navbar.collapsed {
  justify-content: center;
}
.cid-u2tVJbG56o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2tVJbG56o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2tVJbG56o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2tVJbG56o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .cid-u2tVJbG56o .navbar .container {
    display: flex;
  }
  .cid-u2tVJbG56o .navbar .abrirconta {
    padding: 10px;
    font-size: 12px;
    margin: 0;
  }
  .cid-u2tVJbG56o .navbar .navbar-brand {
    display: contents !important;
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2tVJbG56o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2tVJbG56o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2tVJbG56o .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-u2tVJbG56o .navbar .navbar-logo img {
    height: 4rem !important;
    margin-left: -1em !important;
  }
  .cid-u2tVJbG56o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2tVJbG56o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2tVJbG56o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2tVJbG56o .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar-brand {
  max-height: 75px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2tVJbG56o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2tVJbG56o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2tVJbG56o .dropdown-item.active,
.cid-u2tVJbG56o .dropdown-item:active {
  background-color: transparent;
}
.cid-u2tVJbG56o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2tVJbG56o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2tVJbG56o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2tVJbG56o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2tVJbG56o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #555555;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2tVJbG56o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar {
    height: 70px;
  }
  .cid-u2tVJbG56o .navbar.opened {
    height: auto;
  }
  .cid-u2tVJbG56o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2tVJbG56o .znv-float-button {
  background: #25a332 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 27px;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 1px #777;
  bottom: 20px;
  cursor: pointer;
  height: 34px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 7.2em;
  z-index: 999999;
}
.cid-u2tVJbG56o a {
  color: #e92c6c;
  text-decoration: none;
  font-weight: normal;
}
.cid-u2tVJbG56o [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-u2tVJbG56o [aria-label]:hover::after {
  display: block;
}
.cid-u2tVJbG56o .whats {
  display: flex;
  align-items: center;
  padding: 9px;
  font-size: 13px;
  color: white;
  margin-top: 0.1em;
  text-align: end;
  margin: auto;
  justify-content: flex-end;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: 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;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

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: #000000;
}

.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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .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: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@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;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: flex;
  }
  .menu .collapsed .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.menu .menu-bottom {
  display: -webkit-flex;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em .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;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.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;
}

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.cid-tX0W0wMxho {
  background-image: url("../../../assets/images/2-1.jpeg");
}
.cid-tX0W0wMxho #primecase-info-taxa-descricao {
  cursor: pointer;
}
.cid-tX0W0wMxho .labelSelect {
  font-size: 14px;
  opacity: 0.8;
}
.cid-tX0W0wMxho .botao {
  display: none !important;
}
.cid-tX0W0wMxho #primecase-multiplicador-value {
  padding: 0px 10px;
}
.cid-tX0W0wMxho .primecase-box-impostos {
  display: flex;
  cursor: pointer;
  padding: 0px 10px;
  font-size: 14px;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.cid-tX0W0wMxho .primecase-custom-tooltip {
  cursor: pointer;
  --bs-tooltip-bg: #e08e3e !important;
  --bs-tooltip-color: #fff !important;
}
.cid-tX0W0wMxho .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.cid-tX0W0wMxho .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-tX0W0wMxho .tooltip:hover .tooltiptext {
  visibility: visible;
}
.cid-tX0W0wMxho .botoes {
  min-width: 210px;
}
.cid-tX0W0wMxho .tiposOperacao {
  display: block;
}
.cid-tX0W0wMxho .mbr-text,
.cid-tX0W0wMxho .mbr-section-btn {
  color: #121212;
}
.cid-tX0W0wMxho #img-moeda-real {
  width: 30px;
}
.cid-tX0W0wMxho .mbr-section-title {
  color: #98dee8;
}
.cid-tX0W0wMxho #selected-moeda-descricao {
  font-weight: 500;
}
.cid-tX0W0wMxho .input-group-text {
  display: none;
}
.cid-tX0W0wMxho .btn {
  padding: 1rem !important;
}
.cid-tX0W0wMxho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX0W0wMxho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX0W0wMxho .hide-primecase {
  visibility: hidden;
  position: fixed;
  top: -100vh;
}
.cid-tX0W0wMxho .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-tX0W0wMxho .card {
  z-index: 1;
}
.cid-tX0W0wMxho .btn-primary {
  background-color: #e08e3e;
  border-color: #e08e3e;
}
.cid-tX0W0wMxho .btn-primary:hover {
  opacity: 1;
  background-color: #e08e3e;
  border-color: #e08e3e;
}
.cid-tX0W0wMxho .prime-button {
  width: 80%;
  margin-left: auto;
  font-size: 14px;
  display: flex;
  margin-right: 0;
  border-radius: 10px;
  padding: 10px 20px !important;
}
.cid-tX0W0wMxho .prime-button:hover {
  padding: 11px 23px !important;
}
.cid-tX0W0wMxho .check {
  opacity: 1;
  width: 100%;
}
.cid-tX0W0wMxho .custom-box-moeda {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
.cid-tX0W0wMxho .custom-box-moeda:hover {
  cursor: pointer;
}
.cid-tX0W0wMxho .custom-box-img {
  height: 1.2rem;
}
.cid-tX0W0wMxho .custom-box-img-list {
  height: 1rem;
  width: 30px !important;
}
.cid-tX0W0wMxho .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: #fcfcfc;
}
.cid-tX0W0wMxho .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-tX0W0wMxho .custom-box-list-moeda li:hover {
  background-color: rgba(242, 242, 242, 0.4);
  cursor: pointer;
}
.cid-tX0W0wMxho .custom-box-list-moeda li:last-child {
  border: none;
}
.cid-tX0W0wMxho .primecase-tarifas {
  height: auto;
  width: 100%;
}
.cid-tX0W0wMxho .more-view {
  cursor: pointer;
}
.cid-tX0W0wMxho .primecase-tarifas p:last-child {
  border-bottom: none;
}
.cid-tX0W0wMxho .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-tX0W0wMxho .loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  color: #fff;
}
.cid-tX0W0wMxho .loader:before,
.cid-tX0W0wMxho .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-tX0W0wMxho .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-tX0W0wMxho .grid-Custom {
  font-family: 'Open Sans';
  margin-left: auto;
  margin-top: 50px;
  width: 56%;
}
.cid-tX0W0wMxho #btn-Comprar {
  padding: 0.6rem 1rem !important;
  border-radius: 6px;
  margin: 0;
  color: white;
}
.cid-tX0W0wMxho .form-select {
  border: none;
  width: 100%;
  background: transparent;
}
.cid-tX0W0wMxho .form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  font-size: 16px;
  padding: 0.8rem 0.2rem;
  transition: border-color 0.25s ease 0s;
  border: none !important;
  border-radius: 4px;
  box-shadow: none;
}
.cid-tX0W0wMxho .form-control:hover,
.cid-tX0W0wMxho .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tX0W0wMxho .rowReal {
  border: 1px solid #aaa;
  align-items: center;
  margin: 23px 5px;
  border-radius: 8px;
}
.cid-tX0W0wMxho .taxas {
  padding: 0px 10px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.cid-tX0W0wMxho .vitrine {
  display: flex;
}
.cid-tX0W0wMxho .explicacao {
  cursor: pointer;
}
.cid-tX0W0wMxho .moeda {
  width: 57%;
}
@media (max-width: 768px) {
  .cid-tX0W0wMxho .grid-Custom {
    margin-left: 0;
    margin-top: 0px;
    width: 100% !important;
    paddng: 0;
  }
  .cid-tX0W0wMxho .tiposOperacao {
    display: flex;
  }
  .cid-tX0W0wMxho .taxas {
    padding-left: 15px;
    display: block;
    justify-content: space-between;
  }
  .cid-tX0W0wMxho .moeda {
    width: 57%;
  }
  .cid-tX0W0wMxho .vitrine {
    display: block !important;
    padding: 0;
  }
  .cid-tX0W0wMxho .check {
    opacity: 1 !important;
  }
  .cid-tX0W0wMxho .line {
    width: 100%;
    margin: 3px;
  }
  .cid-tX0W0wMxho .prime-button {
    width: 100%;
    opacity: .7;
    font-size: 14px;
    display: flex;
    border-radius: 4px;
    margin-right: 0;
    padding: 8px 20px !important;
  }
  .cid-tX0W0wMxho .containerVitrine {
    margin-top: 50px;
  }
}
.cid-tX0W0wMxho .mbr-section-subtitle {
  color: #232323;
}
.cid-twrEn3V9jz {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-twrEn3V9jz .media-content .btn-bgr {
  z-index: 0;
}
.cid-twrEn3V9jz .mbr-section-text {
  word-break: break-word;
}
.cid-twrEn3V9jz .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-twrEn3V9jz .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-twrEn3V9jz .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-twrEn3V9jz .mbr-text {
    text-align: center;
  }
}
.cid-twrEn3V9jz H1 {
  color: #555555;
}
.cid-twrEn3V9jz .mbr-text,
.cid-twrEn3V9jz .mbr-section-btn {
  color: #555555;
}
.cid-twrFQ26JAO {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-twrFQ26JAO h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-twrFQ26JAO .mbr-section-subtitle {
  color: #767676;
}
.cid-twrFQ26JAO .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-twrFQ26JAO .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-twrFQLVQCA {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-twrFQLVQCA h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-twrFQLVQCA .mbr-section-subtitle {
  color: #767676;
}
.cid-twrFQLVQCA .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-twrFQLVQCA .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-twrGQMrSHV {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-twrGQMrSHV .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tJPey9NWfn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPey9NWfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJPey9NWfn .app {
  width: 130px;
  margin-right: 20px;
}
.cid-tJPey9NWfn .google {
  width: 60px;
  margin-top: 15px;
}
.cid-tJPey9NWfn .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-tJPey9NWfn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tJPey9NWfn .container {
    padding: 0 12px;
  }
}
.cid-tJPey9NWfn .title-wrapper a {
  display: block;
}
.cid-tJPey9NWfn .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tJPey9NWfn .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tJPey9NWfn .list-wrapper .list,
.cid-tJPey9NWfn .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .list-wrapper .list,
  .cid-tJPey9NWfn .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:focus,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-block {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 20px;
}
.cid-tJPey9NWfn .contacts-block .list {
  margin-bottom: 0px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-block .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap {
  opacity: .9;
  margin: 0 0px 0px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-block .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .social-row .soc-item {
  margin-right: 24px;
}
.cid-tJPey9NWfn .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJPey9NWfn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #a58cd2;
}
.cid-tJPey9NWfn .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tJPey9NWfn .mbr-section-title {
  color: #ffffff;
}
.cid-tJPey9NWfn .mbr-list-title {
  color: #c1c1c1;
}
.cid-tJPey9NWfn .list {
  color: #feffe3;
}
.cid-tJPey9NWfn .list_main {
  color: #c2a6f3;
}
.cid-tJPezfaTlW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPezfaTlW p {
  text-align: center;
  line-height: 25px;
}
.cid-tJPezfaTlW .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tJPezfaTlW .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tJPezfaTlW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #c1c1c1;
  text-align: left;
}
.cid-tJPezfaTlW .logo-footer {
  line-height: normal;
}
.cid-tJPezfaTlW .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tJPezfaTlW li {
  overflow: hidden;
}
.cid-tJPezfaTlW .icon-transition span {
  display: block;
}
.cid-tJPezfaTlW .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tJPezfaTlW .list-inline-item a {
  display: block;
}
.cid-tJPezfaTlW .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tJPezfaTlW .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJPezfaTlW .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tJPezfaTlW .icon-transition span {
  color: #ffffff;
  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-tJPezfaTlW .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tJPezfaTlW .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tJPezfaTlW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tJPezfaTlW .logo-footer {
    text-align: center;
  }
  .cid-tJPezfaTlW .social-media {
    justify-content: center;
  }
}
.cid-tJPezfaTlW img {
  width: 100px;
}
.cid-u2tVJbG56o {
  z-index: 1000;
  width: 100%;
}
.cid-u2tVJbG56o .abrirconta {
  padding: 13px;
  font-size: 12px;
}
.cid-u2tVJbG56o .acesseconta {
  padding: 13px;
  border: 1px solid;
  font-size: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o .acesseconta:hover {
  padding: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o nav.navbar {
  position: fixed;
}
.cid-u2tVJbG56o .navbar-nav {
  margin: auto;
}
.cid-u2tVJbG56o .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2tVJbG56o .dropdown-item:hover,
.cid-u2tVJbG56o .dropdown-item:focus {
  background: #7237a2 !important;
  color: white !important;
}
.cid-u2tVJbG56o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2tVJbG56o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2tVJbG56o .navbar-short,
.cid-u2tVJbG56o .opened {
  background: #fcfcfc !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar-short .nav-link,
.cid-u2tVJbG56o .opened .nav-link,
.cid-u2tVJbG56o .navbar-short .navbar-caption,
.cid-u2tVJbG56o .opened .navbar-caption,
.cid-u2tVJbG56o .navbar-short .mbr-iconfont,
.cid-u2tVJbG56o .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-u2tVJbG56o .navbar-short .hamburger span,
.cid-u2tVJbG56o .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-u2tVJbG56o .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .dropdown-menu {
  background-color: #fff !important;
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
.cid-u2tVJbG56o .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 0.7em !important;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2tVJbG56o .container {
  display: block;
  margin: auto;
  padding: 0;
}
.cid-u2tVJbG56o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown-menu,
.cid-u2tVJbG56o .navbar.opened {
  background: #fff !important;
}
.cid-u2tVJbG56o .nav-item:focus,
.cid-u2tVJbG56o .nav-link:focus {
  outline: none;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2tVJbG56o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2tVJbG56o .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(252, 252, 252, 0);
}
.cid-u2tVJbG56o .navbar.opened {
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2tVJbG56o .navbar .navbar-logo img {
  width: auto;
}
.cid-u2tVJbG56o .navbar .navbar-collapse {
  z-index: 1;
}
.cid-u2tVJbG56o .navbar.collapsed {
  justify-content: center;
}
.cid-u2tVJbG56o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2tVJbG56o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2tVJbG56o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2tVJbG56o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .cid-u2tVJbG56o .navbar .container {
    display: flex;
  }
  .cid-u2tVJbG56o .navbar .abrirconta {
    padding: 10px;
    font-size: 12px;
    margin: 0;
  }
  .cid-u2tVJbG56o .navbar .navbar-brand {
    display: contents !important;
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2tVJbG56o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2tVJbG56o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2tVJbG56o .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-u2tVJbG56o .navbar .navbar-logo img {
    height: 4rem !important;
    margin-left: -1em !important;
  }
  .cid-u2tVJbG56o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2tVJbG56o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2tVJbG56o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2tVJbG56o .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar-brand {
  max-height: 75px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2tVJbG56o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2tVJbG56o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2tVJbG56o .dropdown-item.active,
.cid-u2tVJbG56o .dropdown-item:active {
  background-color: transparent;
}
.cid-u2tVJbG56o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2tVJbG56o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2tVJbG56o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2tVJbG56o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2tVJbG56o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #555555;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2tVJbG56o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar {
    height: 70px;
  }
  .cid-u2tVJbG56o .navbar.opened {
    height: auto;
  }
  .cid-u2tVJbG56o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2tVJbG56o .znv-float-button {
  background: #25a332 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 27px;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 1px #777;
  bottom: 20px;
  cursor: pointer;
  height: 34px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 7.2em;
  z-index: 999999;
}
.cid-u2tVJbG56o a {
  color: #e92c6c;
  text-decoration: none;
  font-weight: normal;
}
.cid-u2tVJbG56o [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-u2tVJbG56o [aria-label]:hover::after {
  display: block;
}
.cid-u2tVJbG56o .whats {
  display: flex;
  align-items: center;
  padding: 9px;
  font-size: 13px;
  color: white;
  margin-top: 0.1em;
  text-align: end;
  margin: auto;
  justify-content: flex-end;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: 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;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

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: #000000;
}

.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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .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: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@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;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: flex;
  }
  .menu .collapsed .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.menu .menu-bottom {
  display: -webkit-flex;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em .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;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.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;
}

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.cid-tKh7RgZ00d {
  background-color: #efefef;
}
.cid-tKh7RgZ00d .media-content .btn-bgr {
  z-index: 0;
}
.cid-tKh7RgZ00d .mbr-section-text {
  word-break: break-word;
}
.cid-tKh7RgZ00d .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-tKh7RgZ00d .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tKh7RgZ00d .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKh7RgZ00d .mbr-text {
    text-align: center;
  }
}
.cid-tKh7RgZ00d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKh7RgZ00d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKh7RgZ00d H1 {
  color: #333333;
}
.cid-tKh7RgZ00d .mbr-text,
.cid-tKh7RgZ00d .mbr-section-btn {
  color: #555555;
}
.cid-tKhez9WLxZ {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #121212;
}
.cid-tKhez9WLxZ .media-content .btn-bgr {
  z-index: 0;
}
.cid-tKhez9WLxZ .mbr-section-text {
  word-break: break-word;
}
.cid-tKhez9WLxZ .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-tKhez9WLxZ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhez9WLxZ .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKhez9WLxZ .mbr-text {
    text-align: center;
  }
}
.cid-tKhez9WLxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhez9WLxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhez9WLxZ H1 {
  color: #ffffff;
}
.cid-tKhez9WLxZ .mbr-text,
.cid-tKhez9WLxZ .mbr-section-btn {
  color: #efefef;
}
.cid-tBDtPfBtjQ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #8c52ff;
}
.cid-tBDtPfBtjQ .media-content .btn-bgr {
  z-index: 0;
}
.cid-tBDtPfBtjQ .mbr-section-text {
  word-break: break-word;
}
.cid-tBDtPfBtjQ .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-tBDtPfBtjQ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tBDtPfBtjQ .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tBDtPfBtjQ .mbr-text {
    text-align: center;
  }
}
.cid-tBDtPfBtjQ H1 {
  color: #ffffff;
}
.cid-tBDtPfBtjQ .mbr-text,
.cid-tBDtPfBtjQ .mbr-section-btn {
  color: #efefef;
}
.cid-tKhoBj20Uk {
  background-color: #121212;
}
.cid-tKhoBj20Uk .media-content .btn-bgr {
  z-index: 0;
}
.cid-tKhoBj20Uk .mbr-section-text {
  word-break: break-word;
  border-radius: 12px;
  border: 1px solid #eee;
  align-items: center;
  background: #eee;
  margin-bottom: 40px;
  padding: 22px;
}
.cid-tKhoBj20Uk .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-tKhoBj20Uk .mbr-figure {
    padding-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhoBj20Uk .mbr-figure {
    padding-top: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tKhoBj20Uk .mbr-text {
    text-align: center;
  }
}
.cid-tKhoBj20Uk .media-container-row {
  align-items: center;
}
.cid-tKhoBj20Uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhoBj20Uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhoBj20Uk p {
  margin: auto;
  text-align: center;
}
.cid-tKhoBj20Uk .mbr-text,
.cid-tKhoBj20Uk .mbr-section-btn {
  color: #333333;
}
.cid-tBDtPfW2ti {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tBDtPfW2ti h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tBDtPfW2ti .mbr-section-subtitle {
  color: #767676;
}
.cid-tBDtPfW2ti .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tBDtPfW2ti .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-tBDtPgbnes {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-tBDtPgbnes h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tBDtPgbnes .mbr-section-subtitle {
  color: #767676;
}
.cid-tBDtPgbnes .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tBDtPgbnes .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-tKhkzBFMhS {
  background-color: #121212;
}
.cid-tKhkzBFMhS .media-content .btn-bgr {
  z-index: 0;
}
.cid-tKhkzBFMhS .mbr-section-text {
  word-break: break-word;
}
.cid-tKhkzBFMhS .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-tKhkzBFMhS .mbr-figure {
    padding-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhkzBFMhS .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKhkzBFMhS .mbr-text {
    text-align: center;
  }
}
.cid-tKhkzBFMhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhkzBFMhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhkzBFMhS H1 {
  color: #a172c7;
}
.cid-tBDRJNyM0I {
  background-color: #ffffff;
}
.cid-tBDRJNyM0I .media-content .btn-bgr {
  z-index: 0;
}
.cid-tBDRJNyM0I .mbr-section-text {
  word-break: break-word;
}
.cid-tBDRJNyM0I .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-tBDRJNyM0I .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tBDRJNyM0I .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tBDRJNyM0I .mbr-text {
    text-align: center;
  }
}
.cid-tBDRJNyM0I H1 {
  color: #2c1616;
}
.cid-tBDRJNyM0I .mbr-text,
.cid-tBDRJNyM0I .mbr-section-btn {
  color: #2c1616;
}
.cid-tJPey9NWfn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPey9NWfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJPey9NWfn .app {
  width: 130px;
  margin-right: 20px;
}
.cid-tJPey9NWfn .google {
  width: 60px;
  margin-top: 15px;
}
.cid-tJPey9NWfn .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-tJPey9NWfn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tJPey9NWfn .container {
    padding: 0 12px;
  }
}
.cid-tJPey9NWfn .title-wrapper a {
  display: block;
}
.cid-tJPey9NWfn .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tJPey9NWfn .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tJPey9NWfn .list-wrapper .list,
.cid-tJPey9NWfn .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .list-wrapper .list,
  .cid-tJPey9NWfn .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:focus,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-block {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 20px;
}
.cid-tJPey9NWfn .contacts-block .list {
  margin-bottom: 0px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-block .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap {
  opacity: .9;
  margin: 0 0px 0px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-block .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .social-row .soc-item {
  margin-right: 24px;
}
.cid-tJPey9NWfn .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJPey9NWfn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #a58cd2;
}
.cid-tJPey9NWfn .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tJPey9NWfn .mbr-section-title {
  color: #ffffff;
}
.cid-tJPey9NWfn .mbr-list-title {
  color: #c1c1c1;
}
.cid-tJPey9NWfn .list {
  color: #feffe3;
}
.cid-tJPey9NWfn .list_main {
  color: #c2a6f3;
}
.cid-tJPezfaTlW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPezfaTlW p {
  text-align: center;
  line-height: 25px;
}
.cid-tJPezfaTlW .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tJPezfaTlW .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tJPezfaTlW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #c1c1c1;
  text-align: left;
}
.cid-tJPezfaTlW .logo-footer {
  line-height: normal;
}
.cid-tJPezfaTlW .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tJPezfaTlW li {
  overflow: hidden;
}
.cid-tJPezfaTlW .icon-transition span {
  display: block;
}
.cid-tJPezfaTlW .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tJPezfaTlW .list-inline-item a {
  display: block;
}
.cid-tJPezfaTlW .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tJPezfaTlW .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJPezfaTlW .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tJPezfaTlW .icon-transition span {
  color: #ffffff;
  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-tJPezfaTlW .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tJPezfaTlW .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tJPezfaTlW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tJPezfaTlW .logo-footer {
    text-align: center;
  }
  .cid-tJPezfaTlW .social-media {
    justify-content: center;
  }
}
.cid-tJPezfaTlW img {
  width: 100px;
}
.cid-u2tVJbG56o {
  z-index: 1000;
  width: 100%;
}
.cid-u2tVJbG56o .abrirconta {
  padding: 13px;
  font-size: 12px;
}
.cid-u2tVJbG56o .acesseconta {
  padding: 13px;
  border: 1px solid;
  font-size: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o .acesseconta:hover {
  padding: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o nav.navbar {
  position: fixed;
}
.cid-u2tVJbG56o .navbar-nav {
  margin: auto;
}
.cid-u2tVJbG56o .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2tVJbG56o .dropdown-item:hover,
.cid-u2tVJbG56o .dropdown-item:focus {
  background: #7237a2 !important;
  color: white !important;
}
.cid-u2tVJbG56o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2tVJbG56o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2tVJbG56o .navbar-short,
.cid-u2tVJbG56o .opened {
  background: #fcfcfc !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar-short .nav-link,
.cid-u2tVJbG56o .opened .nav-link,
.cid-u2tVJbG56o .navbar-short .navbar-caption,
.cid-u2tVJbG56o .opened .navbar-caption,
.cid-u2tVJbG56o .navbar-short .mbr-iconfont,
.cid-u2tVJbG56o .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-u2tVJbG56o .navbar-short .hamburger span,
.cid-u2tVJbG56o .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-u2tVJbG56o .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .dropdown-menu {
  background-color: #fff !important;
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
.cid-u2tVJbG56o .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 0.7em !important;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2tVJbG56o .container {
  display: block;
  margin: auto;
  padding: 0;
}
.cid-u2tVJbG56o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown-menu,
.cid-u2tVJbG56o .navbar.opened {
  background: #fff !important;
}
.cid-u2tVJbG56o .nav-item:focus,
.cid-u2tVJbG56o .nav-link:focus {
  outline: none;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2tVJbG56o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2tVJbG56o .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(252, 252, 252, 0);
}
.cid-u2tVJbG56o .navbar.opened {
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2tVJbG56o .navbar .navbar-logo img {
  width: auto;
}
.cid-u2tVJbG56o .navbar .navbar-collapse {
  z-index: 1;
}
.cid-u2tVJbG56o .navbar.collapsed {
  justify-content: center;
}
.cid-u2tVJbG56o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2tVJbG56o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2tVJbG56o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2tVJbG56o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .cid-u2tVJbG56o .navbar .container {
    display: flex;
  }
  .cid-u2tVJbG56o .navbar .abrirconta {
    padding: 10px;
    font-size: 12px;
    margin: 0;
  }
  .cid-u2tVJbG56o .navbar .navbar-brand {
    display: contents !important;
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2tVJbG56o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2tVJbG56o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2tVJbG56o .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-u2tVJbG56o .navbar .navbar-logo img {
    height: 4rem !important;
    margin-left: -1em !important;
  }
  .cid-u2tVJbG56o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2tVJbG56o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2tVJbG56o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2tVJbG56o .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar-brand {
  max-height: 75px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2tVJbG56o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2tVJbG56o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2tVJbG56o .dropdown-item.active,
.cid-u2tVJbG56o .dropdown-item:active {
  background-color: transparent;
}
.cid-u2tVJbG56o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2tVJbG56o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2tVJbG56o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2tVJbG56o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2tVJbG56o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #555555;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2tVJbG56o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar {
    height: 70px;
  }
  .cid-u2tVJbG56o .navbar.opened {
    height: auto;
  }
  .cid-u2tVJbG56o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2tVJbG56o .znv-float-button {
  background: #25a332 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 27px;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 1px #777;
  bottom: 20px;
  cursor: pointer;
  height: 34px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 7.2em;
  z-index: 999999;
}
.cid-u2tVJbG56o a {
  color: #e92c6c;
  text-decoration: none;
  font-weight: normal;
}
.cid-u2tVJbG56o [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-u2tVJbG56o [aria-label]:hover::after {
  display: block;
}
.cid-u2tVJbG56o .whats {
  display: flex;
  align-items: center;
  padding: 9px;
  font-size: 13px;
  color: white;
  margin-top: 0.1em;
  text-align: end;
  margin: auto;
  justify-content: flex-end;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: 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;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

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: #000000;
}

.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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .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: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@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;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: flex;
  }
  .menu .collapsed .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.menu .menu-bottom {
  display: -webkit-flex;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em .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;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.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;
}

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.cid-tJ3acAIFNN {
  background-image: url("../../../assets/images/whitelabel.jpg");
}
.cid-tJ3acAIFNN .media-content .btn-bgr {
  z-index: 0;
}
.cid-tJ3acAIFNN .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-tJ3acAIFNN .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-tJ3acAIFNN {
    text-align: center !important;
  }
  .cid-tJ3acAIFNN .mbr-text {
    text-align: center;
  }
}
.cid-tJ3acAIFNN .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tJ3acAIFNN H1 {
  color: #2c1616;
}
.cid-tJ3acAIFNN .mbr-text,
.cid-tJ3acAIFNN .mbr-section-btn {
  color: #2c1616;
}
.cid-tJ3hEvN84Z {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tela-brilhante-em-um-dispositivo-digital-de-smartphone.jpg");
}
.cid-tJ3hEvN84Z .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tJ3hEvN84Z .mbr-overlay {
  background: linear-gradient(#8c52ff -10%, #00113e 75%);
}
.cid-tJ3uA94K8J {
  background: #ffffff;
}
.cid-tJ3uA94K8J .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tJ3uA94K8J figcaption {
  position: relative;
}
.cid-tJ3uA94K8J figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJ3uA94K8J .image-block {
    width: 100% !important;
  }
}
.cid-tJPey9NWfn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPey9NWfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJPey9NWfn .app {
  width: 130px;
  margin-right: 20px;
}
.cid-tJPey9NWfn .google {
  width: 60px;
  margin-top: 15px;
}
.cid-tJPey9NWfn .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-tJPey9NWfn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tJPey9NWfn .container {
    padding: 0 12px;
  }
}
.cid-tJPey9NWfn .title-wrapper a {
  display: block;
}
.cid-tJPey9NWfn .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tJPey9NWfn .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tJPey9NWfn .list-wrapper .list,
.cid-tJPey9NWfn .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .list-wrapper .list,
  .cid-tJPey9NWfn .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:focus,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-block {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 20px;
}
.cid-tJPey9NWfn .contacts-block .list {
  margin-bottom: 0px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-block .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap {
  opacity: .9;
  margin: 0 0px 0px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-block .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .social-row .soc-item {
  margin-right: 24px;
}
.cid-tJPey9NWfn .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJPey9NWfn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #a58cd2;
}
.cid-tJPey9NWfn .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tJPey9NWfn .mbr-section-title {
  color: #ffffff;
}
.cid-tJPey9NWfn .mbr-list-title {
  color: #c1c1c1;
}
.cid-tJPey9NWfn .list {
  color: #feffe3;
}
.cid-tJPey9NWfn .list_main {
  color: #c2a6f3;
}
.cid-tJPezfaTlW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPezfaTlW p {
  text-align: center;
  line-height: 25px;
}
.cid-tJPezfaTlW .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tJPezfaTlW .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tJPezfaTlW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #c1c1c1;
  text-align: left;
}
.cid-tJPezfaTlW .logo-footer {
  line-height: normal;
}
.cid-tJPezfaTlW .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tJPezfaTlW li {
  overflow: hidden;
}
.cid-tJPezfaTlW .icon-transition span {
  display: block;
}
.cid-tJPezfaTlW .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tJPezfaTlW .list-inline-item a {
  display: block;
}
.cid-tJPezfaTlW .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tJPezfaTlW .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJPezfaTlW .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tJPezfaTlW .icon-transition span {
  color: #ffffff;
  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-tJPezfaTlW .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tJPezfaTlW .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tJPezfaTlW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tJPezfaTlW .logo-footer {
    text-align: center;
  }
  .cid-tJPezfaTlW .social-media {
    justify-content: center;
  }
}
.cid-tJPezfaTlW img {
  width: 100px;
}
.cid-u2tVJbG56o {
  z-index: 1000;
  width: 100%;
}
.cid-u2tVJbG56o .abrirconta {
  padding: 13px;
  font-size: 12px;
}
.cid-u2tVJbG56o .acesseconta {
  padding: 13px;
  border: 1px solid;
  font-size: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o .acesseconta:hover {
  padding: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o nav.navbar {
  position: fixed;
}
.cid-u2tVJbG56o .navbar-nav {
  margin: auto;
}
.cid-u2tVJbG56o .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2tVJbG56o .dropdown-item:hover,
.cid-u2tVJbG56o .dropdown-item:focus {
  background: #7237a2 !important;
  color: white !important;
}
.cid-u2tVJbG56o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2tVJbG56o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2tVJbG56o .navbar-short,
.cid-u2tVJbG56o .opened {
  background: #fcfcfc !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar-short .nav-link,
.cid-u2tVJbG56o .opened .nav-link,
.cid-u2tVJbG56o .navbar-short .navbar-caption,
.cid-u2tVJbG56o .opened .navbar-caption,
.cid-u2tVJbG56o .navbar-short .mbr-iconfont,
.cid-u2tVJbG56o .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-u2tVJbG56o .navbar-short .hamburger span,
.cid-u2tVJbG56o .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-u2tVJbG56o .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .dropdown-menu {
  background-color: #fff !important;
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
.cid-u2tVJbG56o .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 0.7em !important;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2tVJbG56o .container {
  display: block;
  margin: auto;
  padding: 0;
}
.cid-u2tVJbG56o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown-menu,
.cid-u2tVJbG56o .navbar.opened {
  background: #fff !important;
}
.cid-u2tVJbG56o .nav-item:focus,
.cid-u2tVJbG56o .nav-link:focus {
  outline: none;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2tVJbG56o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2tVJbG56o .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(252, 252, 252, 0);
}
.cid-u2tVJbG56o .navbar.opened {
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2tVJbG56o .navbar .navbar-logo img {
  width: auto;
}
.cid-u2tVJbG56o .navbar .navbar-collapse {
  z-index: 1;
}
.cid-u2tVJbG56o .navbar.collapsed {
  justify-content: center;
}
.cid-u2tVJbG56o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2tVJbG56o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2tVJbG56o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2tVJbG56o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .cid-u2tVJbG56o .navbar .container {
    display: flex;
  }
  .cid-u2tVJbG56o .navbar .abrirconta {
    padding: 10px;
    font-size: 12px;
    margin: 0;
  }
  .cid-u2tVJbG56o .navbar .navbar-brand {
    display: contents !important;
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2tVJbG56o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2tVJbG56o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2tVJbG56o .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-u2tVJbG56o .navbar .navbar-logo img {
    height: 4rem !important;
    margin-left: -1em !important;
  }
  .cid-u2tVJbG56o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2tVJbG56o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2tVJbG56o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2tVJbG56o .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar-brand {
  max-height: 75px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2tVJbG56o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2tVJbG56o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2tVJbG56o .dropdown-item.active,
.cid-u2tVJbG56o .dropdown-item:active {
  background-color: transparent;
}
.cid-u2tVJbG56o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2tVJbG56o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2tVJbG56o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2tVJbG56o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2tVJbG56o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #555555;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2tVJbG56o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar {
    height: 70px;
  }
  .cid-u2tVJbG56o .navbar.opened {
    height: auto;
  }
  .cid-u2tVJbG56o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2tVJbG56o .znv-float-button {
  background: #25a332 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 27px;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 1px #777;
  bottom: 20px;
  cursor: pointer;
  height: 34px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 7.2em;
  z-index: 999999;
}
.cid-u2tVJbG56o a {
  color: #e92c6c;
  text-decoration: none;
  font-weight: normal;
}
.cid-u2tVJbG56o [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-u2tVJbG56o [aria-label]:hover::after {
  display: block;
}
.cid-u2tVJbG56o .whats {
  display: flex;
  align-items: center;
  padding: 9px;
  font-size: 13px;
  color: white;
  margin-top: 0.1em;
  text-align: end;
  margin: auto;
  justify-content: flex-end;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: 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;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

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: #000000;
}

.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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .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: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@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;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: flex;
  }
  .menu .collapsed .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.menu .menu-bottom {
  display: -webkit-flex;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em .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;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.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;
}

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.cid-tJZNFkucWP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #7237a2;
  background-image: linear-gradient(90deg, #7237a2 25%, #2a0845);
}
.cid-tJZNFkucWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJZNFkucWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJZNFkucWP.mbr-fullscreen {
  flex-direction: column;
  justify-content: center;
}
.cid-tJZNFkucWP .mbr-section-title {
  position: relative;
  color: #FFFFFF;
  z-index: 4;
}
@media (min-width: 992px) {
  .cid-tJZNFkucWP .mbr-section-title {
    margin-bottom: -115px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-tJZNFkucWP .img-wrapper {
  position: relative;
  max-width: 660px;
  border-radius: 40px;
  overflow: hidden;
  z-index: 3;
}
.cid-tJZNFkucWP .mbr-section-subtitle {
  position: relative;
  color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tJZNFkucWP .mbr-section-subtitle {
    margin-top: -50px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-tJZNFkucWP .mbr-text {
  margin-top: 8px;
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.cid-tJZMYkniuF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
  background: linear-gradient(90deg, #cccccc, #ffffff);
}
.cid-tJZMYkniuF .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-tJZMYkniuF h4,
.cid-tJZMYkniuF h5 {
  text-align: center;
}
.cid-tJZMYkniuF p {
  text-align: center;
}
.cid-tJZMYkniuF .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-tJZMYkniuF .card-img {
  font-size: 3rem;
}
.cid-tJZMYkniuF .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-tJZMYkniuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJZMYkniuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJZMYkniuF .mbr-section-subtitle {
  color: #7237a2;
}
.cid-tJZMYkniuF H2 {
  color: #7f53a2;
}
.cid-tJZMYkniuF .mbr-text {
  color: #7237a2;
}
.cid-tJZMYkniuF .card-title,
.cid-tJZMYkniuF .card-img {
  color: #2a0845;
}
.cid-tJPey9NWfn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPey9NWfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJPey9NWfn .app {
  width: 130px;
  margin-right: 20px;
}
.cid-tJPey9NWfn .google {
  width: 60px;
  margin-top: 15px;
}
.cid-tJPey9NWfn .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-tJPey9NWfn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tJPey9NWfn .container {
    padding: 0 12px;
  }
}
.cid-tJPey9NWfn .title-wrapper a {
  display: block;
}
.cid-tJPey9NWfn .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tJPey9NWfn .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tJPey9NWfn .list-wrapper .list,
.cid-tJPey9NWfn .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .list-wrapper .list,
  .cid-tJPey9NWfn .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:focus,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-block {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 20px;
}
.cid-tJPey9NWfn .contacts-block .list {
  margin-bottom: 0px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-block .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap {
  opacity: .9;
  margin: 0 0px 0px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-block .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .social-row .soc-item {
  margin-right: 24px;
}
.cid-tJPey9NWfn .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJPey9NWfn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #a58cd2;
}
.cid-tJPey9NWfn .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tJPey9NWfn .mbr-section-title {
  color: #ffffff;
}
.cid-tJPey9NWfn .mbr-list-title {
  color: #c1c1c1;
}
.cid-tJPey9NWfn .list {
  color: #feffe3;
}
.cid-tJPey9NWfn .list_main {
  color: #c2a6f3;
}
.cid-tJPezfaTlW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPezfaTlW p {
  text-align: center;
  line-height: 25px;
}
.cid-tJPezfaTlW .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tJPezfaTlW .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tJPezfaTlW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #c1c1c1;
  text-align: left;
}
.cid-tJPezfaTlW .logo-footer {
  line-height: normal;
}
.cid-tJPezfaTlW .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tJPezfaTlW li {
  overflow: hidden;
}
.cid-tJPezfaTlW .icon-transition span {
  display: block;
}
.cid-tJPezfaTlW .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tJPezfaTlW .list-inline-item a {
  display: block;
}
.cid-tJPezfaTlW .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tJPezfaTlW .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJPezfaTlW .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tJPezfaTlW .icon-transition span {
  color: #ffffff;
  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-tJPezfaTlW .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tJPezfaTlW .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tJPezfaTlW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tJPezfaTlW .logo-footer {
    text-align: center;
  }
  .cid-tJPezfaTlW .social-media {
    justify-content: center;
  }
}
.cid-tJPezfaTlW img {
  width: 100px;
}
.cid-u2tVJbG56o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2tVJbG56o .abrirconta {
  padding: 13px;
  font-size: 12px;
}
.cid-u2tVJbG56o .acesseconta {
  padding: 13px;
  border: 1px solid;
  font-size: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o .acesseconta:hover {
  padding: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o nav.navbar {
  position: fixed;
}
.cid-u2tVJbG56o .navbar-nav {
  margin: auto;
}
.cid-u2tVJbG56o .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2tVJbG56o .dropdown-item:hover,
.cid-u2tVJbG56o .dropdown-item:focus {
  background: #7237a2 !important;
  color: white !important;
}
.cid-u2tVJbG56o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2tVJbG56o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2tVJbG56o .navbar-short,
.cid-u2tVJbG56o .opened {
  background: #fcfcfc !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar-short .nav-link,
.cid-u2tVJbG56o .opened .nav-link,
.cid-u2tVJbG56o .navbar-short .navbar-caption,
.cid-u2tVJbG56o .opened .navbar-caption,
.cid-u2tVJbG56o .navbar-short .mbr-iconfont,
.cid-u2tVJbG56o .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-u2tVJbG56o .navbar-short .hamburger span,
.cid-u2tVJbG56o .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-u2tVJbG56o .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .dropdown-menu {
  background-color: #fff !important;
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
.cid-u2tVJbG56o .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 0.7em !important;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2tVJbG56o .container {
  display: block;
  margin: auto;
  padding: 0;
}
.cid-u2tVJbG56o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown-menu,
.cid-u2tVJbG56o .navbar.opened {
  background: #fff !important;
}
.cid-u2tVJbG56o .nav-item:focus,
.cid-u2tVJbG56o .nav-link:focus {
  outline: none;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2tVJbG56o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2tVJbG56o .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.opened {
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2tVJbG56o .navbar .navbar-logo img {
  width: auto;
}
.cid-u2tVJbG56o .navbar .navbar-collapse {
  z-index: 1;
}
.cid-u2tVJbG56o .navbar.collapsed {
  justify-content: center;
}
.cid-u2tVJbG56o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2tVJbG56o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2tVJbG56o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2tVJbG56o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .cid-u2tVJbG56o .navbar .container {
    display: flex;
  }
  .cid-u2tVJbG56o .navbar .abrirconta {
    padding: 10px;
    font-size: 12px;
    margin: 0;
  }
  .cid-u2tVJbG56o .navbar .navbar-brand {
    display: contents !important;
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2tVJbG56o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2tVJbG56o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2tVJbG56o .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-u2tVJbG56o .navbar .navbar-logo img {
    height: 4rem !important;
    margin-left: -1em !important;
  }
  .cid-u2tVJbG56o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2tVJbG56o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2tVJbG56o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2tVJbG56o .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar-brand {
  max-height: 75px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2tVJbG56o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2tVJbG56o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2tVJbG56o .dropdown-item.active,
.cid-u2tVJbG56o .dropdown-item:active {
  background-color: transparent;
}
.cid-u2tVJbG56o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2tVJbG56o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2tVJbG56o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2tVJbG56o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2tVJbG56o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #555555;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2tVJbG56o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar {
    height: 70px;
  }
  .cid-u2tVJbG56o .navbar.opened {
    height: auto;
  }
  .cid-u2tVJbG56o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2tVJbG56o .znv-float-button {
  background: #25a332 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 27px;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 1px #777;
  bottom: 20px;
  cursor: pointer;
  height: 34px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 7.2em;
  z-index: 999999;
}
.cid-u2tVJbG56o a {
  color: #e92c6c;
  text-decoration: none;
  font-weight: normal;
}
.cid-u2tVJbG56o [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-u2tVJbG56o [aria-label]:hover::after {
  display: block;
}
.cid-u2tVJbG56o .whats {
  display: flex;
  align-items: center;
  padding: 9px;
  font-size: 13px;
  color: white;
  margin-top: 0.1em;
  text-align: end;
  margin: auto;
  justify-content: flex-end;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: 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;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

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: #000000;
}

.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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .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: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@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;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: flex;
  }
  .menu .collapsed .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.menu .menu-bottom {
  display: -webkit-flex;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em .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;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.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;
}

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.cid-tKhxglvDS4 {
  padding-top: 140px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tKhxglvDS4 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tKhxglvDS4 .mbr-overlay {
  background: linear-gradient(#a172c7 -10%, #00113e 75%);
}
.cid-tKhxglvDS4 H1 {
  text-align: left;
}
.cid-tKhxglvDS4 H3 {
  text-align: left;
}
.cid-tKhxglvDS4 .mbr-text,
.cid-tKhxglvDS4 .mbr-section-btn {
  text-align: left;
}
.cid-tKhxh1Y95z {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKhxh1Y95z .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tKhxh1Y95z .panel-group {
  width: 100%;
}
.cid-tKhxh1Y95z .panel-text,
.cid-tKhxh1Y95z .header-text,
.cid-tKhxh1Y95z .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tKhxh1Y95z .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-tKhxh1Y95z .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-tKhxh1Y95z .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-tKhxh1Y95z .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKhxh1Y95z .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tKhxh1Y95z .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tKhxh1Y95z .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #2a0845;
}
.cid-tKhxh1Y95z .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-tKhxh1Y95z .card .panel-body {
  background: #ffffff;
}
.cid-tKhxh1Y95z .sign {
  color: #232323;
}
.cid-tKhxh1Y95z .panel-text {
  color: #2c1616;
}
.cid-tKhxh1Y95z .header-text {
  color: #2c1616;
}
.cid-tKhyj6aXfc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKhyj6aXfc .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tKhyj6aXfc .panel-group {
  width: 100%;
}
.cid-tKhyj6aXfc .panel-text,
.cid-tKhyj6aXfc .header-text,
.cid-tKhyj6aXfc .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tKhyj6aXfc .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-tKhyj6aXfc .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-tKhyj6aXfc .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-tKhyj6aXfc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKhyj6aXfc .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tKhyj6aXfc .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tKhyj6aXfc .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #2a0845;
}
.cid-tKhyj6aXfc .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-tKhyj6aXfc .card .panel-body {
  background: #ffffff;
}
.cid-tKhyj6aXfc .sign {
  color: #232323;
}
.cid-tKhyj6aXfc .panel-text {
  color: #2c1616;
}
.cid-tKhyj6aXfc .header-text {
  color: #2c1616;
}
.cid-tKhylbR96l {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKhylbR96l .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tKhylbR96l .panel-group {
  width: 100%;
}
.cid-tKhylbR96l .panel-text,
.cid-tKhylbR96l .header-text,
.cid-tKhylbR96l .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tKhylbR96l .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-tKhylbR96l .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-tKhylbR96l .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-tKhylbR96l .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKhylbR96l .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tKhylbR96l .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tKhylbR96l .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #2a0845;
}
.cid-tKhylbR96l .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-tKhylbR96l .card .panel-body {
  background: #ffffff;
}
.cid-tKhylbR96l .sign {
  color: #232323;
}
.cid-tKhylbR96l .panel-text {
  color: #2c1616;
}
.cid-tKhylbR96l .header-text {
  color: #2c1616;
}
.cid-tJPey9NWfn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPey9NWfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJPey9NWfn .app {
  width: 130px;
  margin-right: 20px;
}
.cid-tJPey9NWfn .google {
  width: 60px;
  margin-top: 15px;
}
.cid-tJPey9NWfn .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-tJPey9NWfn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tJPey9NWfn .container {
    padding: 0 12px;
  }
}
.cid-tJPey9NWfn .title-wrapper a {
  display: block;
}
.cid-tJPey9NWfn .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tJPey9NWfn .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tJPey9NWfn .list-wrapper .list,
.cid-tJPey9NWfn .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .list-wrapper .list,
  .cid-tJPey9NWfn .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:focus,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-block {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 20px;
}
.cid-tJPey9NWfn .contacts-block .list {
  margin-bottom: 0px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-block .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap {
  opacity: .9;
  margin: 0 0px 0px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-block .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .social-row .soc-item {
  margin-right: 24px;
}
.cid-tJPey9NWfn .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJPey9NWfn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #a58cd2;
}
.cid-tJPey9NWfn .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tJPey9NWfn .mbr-section-title {
  color: #ffffff;
}
.cid-tJPey9NWfn .mbr-list-title {
  color: #c1c1c1;
}
.cid-tJPey9NWfn .list {
  color: #feffe3;
}
.cid-tJPey9NWfn .list_main {
  color: #c2a6f3;
}
.cid-tJPezfaTlW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPezfaTlW p {
  text-align: center;
  line-height: 25px;
}
.cid-tJPezfaTlW .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tJPezfaTlW .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tJPezfaTlW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #c1c1c1;
  text-align: left;
}
.cid-tJPezfaTlW .logo-footer {
  line-height: normal;
}
.cid-tJPezfaTlW .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tJPezfaTlW li {
  overflow: hidden;
}
.cid-tJPezfaTlW .icon-transition span {
  display: block;
}
.cid-tJPezfaTlW .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tJPezfaTlW .list-inline-item a {
  display: block;
}
.cid-tJPezfaTlW .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tJPezfaTlW .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJPezfaTlW .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tJPezfaTlW .icon-transition span {
  color: #ffffff;
  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-tJPezfaTlW .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tJPezfaTlW .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tJPezfaTlW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tJPezfaTlW .logo-footer {
    text-align: center;
  }
  .cid-tJPezfaTlW .social-media {
    justify-content: center;
  }
}
.cid-tJPezfaTlW img {
  width: 100px;
}
.cid-u2tVJbG56o {
  z-index: 1000;
  width: 100%;
}
.cid-u2tVJbG56o .abrirconta {
  padding: 13px;
  font-size: 12px;
}
.cid-u2tVJbG56o .acesseconta {
  padding: 13px;
  border: 1px solid;
  font-size: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o .acesseconta:hover {
  padding: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o nav.navbar {
  position: fixed;
}
.cid-u2tVJbG56o .navbar-nav {
  margin: auto;
}
.cid-u2tVJbG56o .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2tVJbG56o .dropdown-item:hover,
.cid-u2tVJbG56o .dropdown-item:focus {
  background: #7237a2 !important;
  color: white !important;
}
.cid-u2tVJbG56o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2tVJbG56o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2tVJbG56o .navbar-short,
.cid-u2tVJbG56o .opened {
  background: #fcfcfc !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar-short .nav-link,
.cid-u2tVJbG56o .opened .nav-link,
.cid-u2tVJbG56o .navbar-short .navbar-caption,
.cid-u2tVJbG56o .opened .navbar-caption,
.cid-u2tVJbG56o .navbar-short .mbr-iconfont,
.cid-u2tVJbG56o .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-u2tVJbG56o .navbar-short .hamburger span,
.cid-u2tVJbG56o .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-u2tVJbG56o .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .dropdown-menu {
  background-color: #fff !important;
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
.cid-u2tVJbG56o .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 0.7em !important;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2tVJbG56o .container {
  display: block;
  margin: auto;
  padding: 0;
}
.cid-u2tVJbG56o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown-menu,
.cid-u2tVJbG56o .navbar.opened {
  background: #fff !important;
}
.cid-u2tVJbG56o .nav-item:focus,
.cid-u2tVJbG56o .nav-link:focus {
  outline: none;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2tVJbG56o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2tVJbG56o .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(252, 252, 252, 0);
}
.cid-u2tVJbG56o .navbar.opened {
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2tVJbG56o .navbar .navbar-logo img {
  width: auto;
}
.cid-u2tVJbG56o .navbar .navbar-collapse {
  z-index: 1;
}
.cid-u2tVJbG56o .navbar.collapsed {
  justify-content: center;
}
.cid-u2tVJbG56o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2tVJbG56o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2tVJbG56o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2tVJbG56o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .cid-u2tVJbG56o .navbar .container {
    display: flex;
  }
  .cid-u2tVJbG56o .navbar .abrirconta {
    padding: 10px;
    font-size: 12px;
    margin: 0;
  }
  .cid-u2tVJbG56o .navbar .navbar-brand {
    display: contents !important;
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2tVJbG56o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2tVJbG56o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2tVJbG56o .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-u2tVJbG56o .navbar .navbar-logo img {
    height: 4rem !important;
    margin-left: -1em !important;
  }
  .cid-u2tVJbG56o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2tVJbG56o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2tVJbG56o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2tVJbG56o .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar-brand {
  max-height: 75px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2tVJbG56o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2tVJbG56o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2tVJbG56o .dropdown-item.active,
.cid-u2tVJbG56o .dropdown-item:active {
  background-color: transparent;
}
.cid-u2tVJbG56o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2tVJbG56o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2tVJbG56o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2tVJbG56o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2tVJbG56o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #555555;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2tVJbG56o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar {
    height: 70px;
  }
  .cid-u2tVJbG56o .navbar.opened {
    height: auto;
  }
  .cid-u2tVJbG56o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2tVJbG56o .znv-float-button {
  background: #25a332 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 27px;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 1px #777;
  bottom: 20px;
  cursor: pointer;
  height: 34px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 7.2em;
  z-index: 999999;
}
.cid-u2tVJbG56o a {
  color: #e92c6c;
  text-decoration: none;
  font-weight: normal;
}
.cid-u2tVJbG56o [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-u2tVJbG56o [aria-label]:hover::after {
  display: block;
}
.cid-u2tVJbG56o .whats {
  display: flex;
  align-items: center;
  padding: 9px;
  font-size: 13px;
  color: white;
  margin-top: 0.1em;
  text-align: end;
  margin: auto;
  justify-content: flex-end;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: 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;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

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: #000000;
}

.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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .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: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@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;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: flex;
  }
  .menu .collapsed .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.menu .menu-bottom {
  display: -webkit-flex;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em .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;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.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;
}

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.cid-tKhIEIekFn {
  padding-top: 100px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tKhIEIekFn .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tKhIEIekFn .mbr-overlay {
  background: #1a032d;
  background: linear-gradient(#1a032d -10%, #2a0845 75%);
}
.cid-tKhIEIekFn .mbr-section-title {
  margin: 0;
}
.cid-tKhIEIekFn .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tKhIEIekFn H1 {
  text-align: left;
}
.cid-tKhIRGqHnU {
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKhIRGqHnU .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tKhIRGqHnU .mbr-overlay {
  background: #c33764;
  background: linear-gradient(#c33764 -10%, #1d2671 75%);
}
.cid-tKhIRGqHnU .mbr-section-title {
  margin: 0;
}
.cid-tKhIRGqHnU .separator {
  background-color: #1a032d;
  color: #1a032d;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tKhIRGqHnU H1 {
  color: #555555;
}
.cid-tKhIRGqHnU H3 {
  color: #333333;
  text-align: left;
}
.cid-tKhISX70w9 {
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKhISX70w9 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tKhISX70w9 .mbr-overlay {
  background: #c33764;
  background: linear-gradient(#c33764 -10%, #1d2671 75%);
}
.cid-tKhISX70w9 .mbr-section-title {
  margin: 0;
}
.cid-tKhISX70w9 .separator {
  background-color: #1a032d;
  color: #1a032d;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tKhISX70w9 H1 {
  color: #555555;
}
.cid-tKhISX70w9 H3 {
  color: #333333;
  text-align: left;
}
.cid-tJPey9NWfn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPey9NWfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJPey9NWfn .app {
  width: 130px;
  margin-right: 20px;
}
.cid-tJPey9NWfn .google {
  width: 60px;
  margin-top: 15px;
}
.cid-tJPey9NWfn .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-tJPey9NWfn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tJPey9NWfn .container {
    padding: 0 12px;
  }
}
.cid-tJPey9NWfn .title-wrapper a {
  display: block;
}
.cid-tJPey9NWfn .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tJPey9NWfn .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tJPey9NWfn .list-wrapper .list,
.cid-tJPey9NWfn .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .list-wrapper .list,
  .cid-tJPey9NWfn .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:focus,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-block {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 20px;
}
.cid-tJPey9NWfn .contacts-block .list {
  margin-bottom: 0px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-block .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap {
  opacity: .9;
  margin: 0 0px 0px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-block .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .social-row .soc-item {
  margin-right: 24px;
}
.cid-tJPey9NWfn .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJPey9NWfn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #a58cd2;
}
.cid-tJPey9NWfn .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tJPey9NWfn .mbr-section-title {
  color: #ffffff;
}
.cid-tJPey9NWfn .mbr-list-title {
  color: #c1c1c1;
}
.cid-tJPey9NWfn .list {
  color: #feffe3;
}
.cid-tJPey9NWfn .list_main {
  color: #c2a6f3;
}
.cid-tJPezfaTlW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPezfaTlW p {
  text-align: center;
  line-height: 25px;
}
.cid-tJPezfaTlW .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tJPezfaTlW .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tJPezfaTlW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #c1c1c1;
  text-align: left;
}
.cid-tJPezfaTlW .logo-footer {
  line-height: normal;
}
.cid-tJPezfaTlW .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tJPezfaTlW li {
  overflow: hidden;
}
.cid-tJPezfaTlW .icon-transition span {
  display: block;
}
.cid-tJPezfaTlW .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tJPezfaTlW .list-inline-item a {
  display: block;
}
.cid-tJPezfaTlW .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tJPezfaTlW .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJPezfaTlW .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tJPezfaTlW .icon-transition span {
  color: #ffffff;
  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-tJPezfaTlW .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tJPezfaTlW .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tJPezfaTlW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tJPezfaTlW .logo-footer {
    text-align: center;
  }
  .cid-tJPezfaTlW .social-media {
    justify-content: center;
  }
}
.cid-tJPezfaTlW img {
  width: 100px;
}
.cid-u2tVJbG56o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2tVJbG56o .abrirconta {
  padding: 13px;
  font-size: 12px;
}
.cid-u2tVJbG56o .acesseconta {
  padding: 13px;
  border: 1px solid;
  font-size: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o .acesseconta:hover {
  padding: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o nav.navbar {
  position: fixed;
}
.cid-u2tVJbG56o .navbar-nav {
  margin: auto;
}
.cid-u2tVJbG56o .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2tVJbG56o .dropdown-item:hover,
.cid-u2tVJbG56o .dropdown-item:focus {
  background: #7237a2 !important;
  color: white !important;
}
.cid-u2tVJbG56o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2tVJbG56o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2tVJbG56o .navbar-short,
.cid-u2tVJbG56o .opened {
  background: #fcfcfc !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar-short .nav-link,
.cid-u2tVJbG56o .opened .nav-link,
.cid-u2tVJbG56o .navbar-short .navbar-caption,
.cid-u2tVJbG56o .opened .navbar-caption,
.cid-u2tVJbG56o .navbar-short .mbr-iconfont,
.cid-u2tVJbG56o .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-u2tVJbG56o .navbar-short .hamburger span,
.cid-u2tVJbG56o .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-u2tVJbG56o .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .dropdown-menu {
  background-color: #fff !important;
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
.cid-u2tVJbG56o .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 0.7em !important;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2tVJbG56o .container {
  display: block;
  margin: auto;
  padding: 0;
}
.cid-u2tVJbG56o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown-menu,
.cid-u2tVJbG56o .navbar.opened {
  background: #fff !important;
}
.cid-u2tVJbG56o .nav-item:focus,
.cid-u2tVJbG56o .nav-link:focus {
  outline: none;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2tVJbG56o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2tVJbG56o .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.opened {
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2tVJbG56o .navbar .navbar-logo img {
  width: auto;
}
.cid-u2tVJbG56o .navbar .navbar-collapse {
  z-index: 1;
}
.cid-u2tVJbG56o .navbar.collapsed {
  justify-content: center;
}
.cid-u2tVJbG56o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2tVJbG56o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2tVJbG56o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2tVJbG56o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .cid-u2tVJbG56o .navbar .container {
    display: flex;
  }
  .cid-u2tVJbG56o .navbar .abrirconta {
    padding: 10px;
    font-size: 12px;
    margin: 0;
  }
  .cid-u2tVJbG56o .navbar .navbar-brand {
    display: contents !important;
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2tVJbG56o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2tVJbG56o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2tVJbG56o .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-u2tVJbG56o .navbar .navbar-logo img {
    height: 4rem !important;
    margin-left: -1em !important;
  }
  .cid-u2tVJbG56o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2tVJbG56o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2tVJbG56o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2tVJbG56o .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar-brand {
  max-height: 75px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2tVJbG56o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2tVJbG56o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2tVJbG56o .dropdown-item.active,
.cid-u2tVJbG56o .dropdown-item:active {
  background-color: transparent;
}
.cid-u2tVJbG56o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2tVJbG56o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2tVJbG56o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2tVJbG56o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2tVJbG56o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #555555;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2tVJbG56o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar {
    height: 70px;
  }
  .cid-u2tVJbG56o .navbar.opened {
    height: auto;
  }
  .cid-u2tVJbG56o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2tVJbG56o .znv-float-button {
  background: #25a332 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 27px;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 1px #777;
  bottom: 20px;
  cursor: pointer;
  height: 34px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 7.2em;
  z-index: 999999;
}
.cid-u2tVJbG56o a {
  color: #e92c6c;
  text-decoration: none;
  font-weight: normal;
}
.cid-u2tVJbG56o [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-u2tVJbG56o [aria-label]:hover::after {
  display: block;
}
.cid-u2tVJbG56o .whats {
  display: flex;
  align-items: center;
  padding: 9px;
  font-size: 13px;
  color: white;
  margin-top: 0.1em;
  text-align: end;
  margin: auto;
  justify-content: flex-end;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: 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;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

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: #000000;
}

.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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .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: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@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;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: flex;
  }
  .menu .collapsed .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.menu .menu-bottom {
  display: -webkit-flex;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em .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;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.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;
}

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.cid-u2LAgOv6SV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2LAgOv6SV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LAgOv6SV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LAgOv6SV a {
  font-weight: bold;
}
.cid-u2LAgOv6SV .row {
  flex-direction: row-reverse;
}
.cid-u2LAgOv6SV .container-fluid {
  padding: 0;
  max-width: 1400px;
}
.cid-u2LAgOv6SV img {
  height: 100%;
  object-fit: cover;
}
.cid-u2LAgOv6SV .image-wrapper {
  width: 55%;
  height: 70%;
  position: fixed;
  right: 0;
}
@media (max-width: 767px) {
  .cid-u2LAgOv6SV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2LAgOv6SV .text-wrapper {
  padding: 4rem 0rem;
}
@media (max-width: 767px) {
  .cid-u2LAgOv6SV .text-wrapper {
    padding: 1rem;
  }
}
.cid-u2LAgOv6SV .mbr-text,
.cid-u2LAgOv6SV .mbr-section-btn {
  color: #121212;
}
.cid-u2LAgOv6SV .mbr-section-title {
  color: #7237a2;
}
.cid-u2MkmPHp7K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #42275e;
}
.cid-u2MkmPHp7K .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: column;
}
.cid-u2MkmPHp7K .row-element,
.cid-u2MkmPHp7K .image-element {
  padding: 0;
}
.cid-u2MkmPHp7K .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2MkmPHp7K .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2MkmPHp7K .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-u2MkmPHp7K .text-content {
    padding: 2rem 1rem;
  }
  .cid-u2MkmPHp7K .mbr-title,
  .cid-u2MkmPHp7K .underline,
  .cid-u2MkmPHp7K .mbr-text,
  .cid-u2MkmPHp7K .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u2MkmPHp7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2MkmPHp7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LBemuLwO {
  padding-top: 140px;
  padding-bottom: 60px;
  background-color: #7237a2;
}
.cid-u2LBemuLwO .media-content .btn-bgr {
  z-index: 0;
}
.cid-u2LBemuLwO .mbr-section-text {
  word-break: break-word;
}
.cid-u2LBemuLwO .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-u2LBemuLwO .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2LBemuLwO .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u2LBemuLwO .mbr-text {
    text-align: center;
  }
}
.cid-u2LBemuLwO .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-u2LBemuLwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LBemuLwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LBemuLwO .app {
  display: flex;
}
.cid-u2LBemuLwO .app img {
  width: 160px;
  margin: 10px;
}
.cid-u2LBemuLwO .mbr-text,
.cid-u2LBemuLwO .mbr-section-btn {
  color: #c1c1c1;
}
.cid-u2LCDL0aM8 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2LCDL0aM8 .block-title {
  text-align: left;
  color: #7237a2;
}
.cid-u2LEhDnla1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2LEhDnla1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LEhDnla1 .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-u2LEhDnla1 .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2LEhDnla1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2LEhDnla1 .row {
  justify-content: space-between;
}
.cid-u2LEhDnla1 .items-wrapper {
  display: contents;
}
.cid-u2LEhDnla1 .item .item-wrapper .card-box {
  padding: 30px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2LEhDnla1 .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u2LEhDnla1 .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-u2LEhDnla1 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-u2LEhDnla1 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  width: 50px;
  height: 50px;
  color: #000000;
}
.cid-u2LEhDnla1 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u2LEhDnla1 .mbr-section-title {
  color: #000000;
}
.cid-u2LEhDnla1 .card-text {
  color: #000000;
  background: #7237a2;
  padding: 60px 40px;
  border-radius: 50%;
}
.cid-u2LEhDnla1 .mbr-section-title,
.cid-u2LEhDnla1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u2LEhDnla1 .number {
  font-size: 80px !important;
  opacity: 0.7;
}
.cid-u2LMe9NOGk {
  padding-top: 140px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u2LMe9NOGk .media-content .btn-bgr {
  z-index: 0;
}
.cid-u2LMe9NOGk .mbr-section-text {
  word-break: break-word;
}
.cid-u2LMe9NOGk .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-u2LMe9NOGk .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u2LMe9NOGk .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u2LMe9NOGk .mbr-text {
    text-align: center;
  }
}
.cid-u2LMe9NOGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LMe9NOGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LMe9NOGk .app {
  display: flex;
}
.cid-u2LMe9NOGk .app img {
  width: 160px;
  margin: 10px;
}
.cid-u2LMe9NOGk .mbr-text,
.cid-u2LMe9NOGk .mbr-section-btn {
  color: #333333;
}
.cid-u2LMe9NOGk H1 {
  color: #121212;
}
.cid-u2LMe9NOGk .saque {
  padding: 15px;
  background: #eee;
  border-radius: 20px;
}
.cid-u2LMe9NOGk .saque p {
  color: purple;
}
.cid-u2LN7EzlrD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2LN7EzlrD .block-title {
  text-align: left;
  color: #7237a2;
}
.cid-u2LN7dg8KX {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u2LN7dg8KX .block-text {
  text-align: left;
}
.cid-u2LXB1v9Tl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #34156b;
}
.cid-u2LXB1v9Tl .row {
  flex-direction: row-reverse;
}
.cid-u2LXB1v9Tl .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #6441a5;
}
@media (max-width: 991px) {
  .cid-u2LXB1v9Tl .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-u2LXB1v9Tl .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-u2LXB1v9Tl .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-u2LXB1v9Tl .image-wrapper {
    margin-left: 0;
  }
}
.cid-u2LXB1v9Tl .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-u2LXB1v9Tl .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-u2LXB1v9Tl .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u2LXB1v9Tl .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-u2LXB1v9Tl .content {
    text-align: center;
  }
}
.cid-u2LXB1v9Tl .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
}
.cid-u2LXB1v9Tl .mbr-section-title span {
  position: relative;
}
.cid-u2LXB1v9Tl .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-u2LXB1v9Tl .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-u2LXB1v9Tl .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-u2LXB1v9Tl .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-u2LXB1v9Tl .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-u2LXB1v9Tl .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2LXB1v9Tl .mbr-section-subtitle span {
  position: relative;
}
.cid-u2LXB1v9Tl .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-u2LXB1v9Tl .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-u2LXB1v9Tl .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-u2LXB1v9Tl .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
}
.cid-u2LXB1v9Tl .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u2LXB1v9Tl .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-u2LXB1v9Tl .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u2LXB1v9Tl .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u2M6YsBDqy {
  background-color: #ffffff;
}
.cid-u2M6YsBDqy .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2M6YsBDqy .carousel-item > div {
  width: 100%;
}
.cid-u2M6YsBDqy h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-u2M6YsBDqy .carousel-item.active,
.cid-u2M6YsBDqy .carousel-item-next,
.cid-u2M6YsBDqy .carousel-item-prev {
  display: flex;
}
.cid-u2M6YsBDqy .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-u2M6YsBDqy .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-u2M6YsBDqy .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-u2M6YsBDqy .carousel-controls a {
    width: 5%;
  }
}
.cid-u2M6YsBDqy .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-u2M6YsBDqy .img-block {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u2M6YsBDqy img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
}
.cid-u2M6YsBDqy .mbr-text {
  position: relative;
}
.cid-u2M6YsBDqy li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-u2M6YsBDqy li.active {
  background-color: #121212;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-u2M6YsBDqy .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-u2M6YsBDqy ol {
  margin-bottom: 0;
}
.cid-u2M6YsBDqy .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-u2M6YsBDqy .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-u2M6YsBDqy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-u2M6YsBDqy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-u2M6YsBDqy .row {
    margin: 0;
  }
}
.cid-u2M6YsBDqy .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-u2M6YsBDqy .desk {
  transition: 0.3s;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.cid-u2M6YsBDqy .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-u2M6YsBDqy .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-u2M6YsBDqy .img-block:hover .desk {
  color: #101010;
}
.cid-u2M6YsBDqy .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u2M6YsBDqy .img-card {
    margin-top: 2rem;
  }
}
.cid-u2M6YsBDqy .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-u2M6YsBDqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2M6YsBDqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2M6YsBDqy .mbr-text,
.cid-u2M6YsBDqy .subtitle-link {
  text-align: center;
  color: #ffffff;
}
.cid-u2M3JA8rME {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2M3JA8rME p {
  display: none;
}
.cid-u2M3JA8rME .item:focus,
.cid-u2M3JA8rME span:focus {
  outline: none;
}
.cid-u2M3JA8rME .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2M3JA8rME .item {
    margin-bottom: 1rem;
  }
}
.cid-u2M3JA8rME .mbr-card-title {
  background: #efefef;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-u2M3JA8rME .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u2M3JA8rME .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u2M3JA8rME .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u2M3JA8rME .item-wrapper {
  position: relative;
  background: #f3f6f9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2M3JA8rME .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u2M3JA8rME .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u2M3JA8rME .mbr-text,
.cid-u2M3JA8rME .item .mbr-section-btn {
  text-align: center;
}
.cid-u2M3JA8rME .content-head {
  max-width: 800px;
}
.cid-u2M3JA8rME .mbr-number {
  color: #7237a2;
  font-weight: bold;
  font-size: 40px;
}
.cid-u2M3JA8rME .mbr-section-subtitle,
.cid-u2M3JA8rME .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #7237a2;
}
.cid-u2M3JA8rME .mbr-text {
  text-align: left;
}
.cid-u2M3JA8rME .mbr-text,
.cid-u2M3JA8rME .mbr-card-btn {
  text-align: left;
}
.cid-u2M3JA8rME .mbr-text,
.cid-u2M3JA8rME .mbr-section-btn {
  text-align: left;
}
.cid-u2M3JA8rME .mbr-text,
.cid-u2M3JA8rME .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-u2M3JA8rME .card-text,
.cid-u2M3JA8rME .item .mbr-section-btn {
  text-align: left;
}
.cid-u2M3JA8rME .card-title {
  text-align: left;
}
.cid-u2MbAUdAwv {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2MbAUdAwv .mbr-text {
  color: #7237a2;
}
.cid-u2MbAUdAwv h4 {
  font-weight: 500;
}
.cid-u2MbAUdAwv h4,
.cid-u2MbAUdAwv h5 {
  text-align: center;
}
.cid-u2MbAUdAwv p {
  text-align: center;
}
.cid-u2MbAUdAwv .card-box {
  text-align: center;
  background: #eee;
  padding: 90px  30px;
  border-radius: 20px;
}
.cid-u2MbAUdAwv .card-img {
  font-size: 3rem;
}
.cid-u2MbAUdAwv .mbr-iconfont {
  color: #7237a2;
}
.cid-u2MbAUdAwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2MbAUdAwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2MbAUdAwv .mbr-section-subtitle {
  text-align: left;
  color: #7237a2;
}
.cid-u2MbAUdAwv H2 {
  text-align: left;
}
.cid-u2McStd4zz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u2Mdwkx72V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2Mdwkx72V p {
  color: #767676;
}
.cid-u2Mdwkx72V .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u2Mdwkx72V .row-element,
.cid-u2Mdwkx72V .image-element {
  padding: 0;
}
.cid-u2Mdwkx72V .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2Mdwkx72V .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2Mdwkx72V .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u2Mdwkx72V .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #7237a2, #f27d7a);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-u2Mdwkx72V .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-u2Mdwkx72V .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u2Mdwkx72V .text-content {
    padding: 2rem 1rem;
  }
  .cid-u2Mdwkx72V .underline .line {
    height: 2px;
  }
  .cid-u2Mdwkx72V .mbr-title,
  .cid-u2Mdwkx72V .underline,
  .cid-u2Mdwkx72V .mbr-text,
  .cid-u2Mdwkx72V .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u2Mdwkx72V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Mdwkx72V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Mdwkx72V .mbr-text,
.cid-u2Mdwkx72V .mbr-section-btn {
  text-align: left;
}
.cid-u2Mdwkx72V .mbr-title,
.cid-u2Mdwkx72V .underline {
  text-align: left;
  color: #7237a2;
}
.cid-u2MdRYQiFf {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u2MdRYQiFf .mbr-text {
  color: #7237a2;
  text-align: left;
}
.cid-u2MdRYQiFf h4 {
  font-weight: 500;
}
.cid-u2MdRYQiFf h4,
.cid-u2MdRYQiFf h5 {
  text-align: center;
}
.cid-u2MdRYQiFf p {
  text-align: center;
}
.cid-u2MdRYQiFf .card-box {
  text-align: center;
  background: #eee;
  padding: 60px  30px;
  border-radius: 20px;
  min-height: 500px;
  height: 100%;
}
.cid-u2MdRYQiFf .card-img {
  font-size: 3rem;
}
.cid-u2MdRYQiFf .mbr-iconfont {
  color: #7237a2;
}
.cid-u2MdRYQiFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2MdRYQiFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2MdRYQiFf .mbr-section-subtitle {
  text-align: left;
  color: #7237a2;
}
.cid-u2MdRYQiFf H2 {
  text-align: left;
}
.cid-u2MdRYQiFf .card-title,
.cid-u2MdRYQiFf .card-img {
  text-align: left;
  color: #7237a2;
}
.cid-u2MdRYQiFf .app {
  display: flex;
}
.cid-u2MdRYQiFf .app img {
  width: 120px;
  margin: 8px;
}
.cid-u2Mg41oNnC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u2Mg41oNnC .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6441a5 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-u2Mg41oNnC .panel-group {
  border: none;
}
.cid-u2Mg41oNnC .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u2Mg41oNnC .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u2Mg41oNnC .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u2Mg41oNnC .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u2Mg41oNnC .img-col {
  padding: 0;
}
.cid-u2Mg41oNnC .img-item {
  height: 100%;
}
.cid-u2Mg41oNnC img {
  height: 100%;
  object-fit: cover;
}
.cid-u2Mg41oNnC .collapsed span {
  transform: rotate(0deg);
}
.cid-u2Mg41oNnC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2Mg41oNnC p {
  margin-bottom: 0.3rem;
}
.cid-u2Mg41oNnC .panel-title-edit {
  color: #7237a2;
}
.cid-u2Mg41oNnC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u2Mg41oNnC .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u2Mg41oNnC .card {
    padding: 1.5rem;
  }
}
.cid-u2Mg41oNnC .panel-text {
  color: #320707;
}
.cid-u2Mg41oNnC .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u2Mg41oNnC .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u2Mg41oNnC .panel-title-edit,
.cid-u2Mg41oNnC .mbr-iconfont {
  color: #7237a2;
}
.cid-u2MgEfeKrF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u2MgEfeKrF .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6441a5 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-u2MgEfeKrF .panel-group {
  border: none;
}
.cid-u2MgEfeKrF .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u2MgEfeKrF .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u2MgEfeKrF .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u2MgEfeKrF .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u2MgEfeKrF .img-col {
  padding: 0;
}
.cid-u2MgEfeKrF .img-item {
  height: 100%;
}
.cid-u2MgEfeKrF img {
  height: 100%;
  object-fit: cover;
}
.cid-u2MgEfeKrF .collapsed span {
  transform: rotate(0deg);
}
.cid-u2MgEfeKrF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2MgEfeKrF p {
  margin-bottom: 0.3rem;
}
.cid-u2MgEfeKrF .panel-title-edit {
  color: #7237a2;
}
.cid-u2MgEfeKrF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u2MgEfeKrF .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u2MgEfeKrF .card {
    padding: 1.5rem;
  }
}
.cid-u2MgEfeKrF .panel-text {
  color: #320707;
}
.cid-u2MgEfeKrF .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u2MgEfeKrF .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u2MgEfeKrF .panel-title-edit,
.cid-u2MgEfeKrF .mbr-iconfont {
  color: #7237a2;
}
.cid-u2MhmDsy7J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u2MhmDsy7J .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6441a5 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-u2MhmDsy7J .panel-group {
  border: none;
}
.cid-u2MhmDsy7J .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u2MhmDsy7J .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u2MhmDsy7J .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u2MhmDsy7J .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u2MhmDsy7J .img-col {
  padding: 0;
}
.cid-u2MhmDsy7J .img-item {
  height: 100%;
}
.cid-u2MhmDsy7J img {
  height: 100%;
  object-fit: cover;
}
.cid-u2MhmDsy7J .collapsed span {
  transform: rotate(0deg);
}
.cid-u2MhmDsy7J .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2MhmDsy7J p {
  margin-bottom: 0.3rem;
}
.cid-u2MhmDsy7J .panel-title-edit {
  color: #e9c0e9;
}
.cid-u2MhmDsy7J .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u2MhmDsy7J .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u2MhmDsy7J .card {
    padding: 1.5rem;
  }
}
.cid-u2MhmDsy7J .panel-text {
  color: #320707;
}
.cid-u2MhmDsy7J .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u2MhmDsy7J .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u2MhmDsy7J .panel-title-edit,
.cid-u2MhmDsy7J .mbr-iconfont {
  color: #7237a2;
}
.cid-u2MiiDTvAq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u2MiiDTvAq .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6441a5 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-u2MiiDTvAq .panel-group {
  border: none;
}
.cid-u2MiiDTvAq .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u2MiiDTvAq .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u2MiiDTvAq .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u2MiiDTvAq .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u2MiiDTvAq .img-col {
  padding: 0;
}
.cid-u2MiiDTvAq .img-item {
  height: 100%;
}
.cid-u2MiiDTvAq img {
  height: 100%;
  object-fit: cover;
}
.cid-u2MiiDTvAq .collapsed span {
  transform: rotate(0deg);
}
.cid-u2MiiDTvAq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2MiiDTvAq p {
  margin-bottom: 0.3rem;
}
.cid-u2MiiDTvAq .panel-title-edit {
  color: #e9c0e9;
}
.cid-u2MiiDTvAq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u2MiiDTvAq .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u2MiiDTvAq .card {
    padding: 1.5rem;
  }
}
.cid-u2MiiDTvAq .panel-text {
  color: #320707;
}
.cid-u2MiiDTvAq .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u2MiiDTvAq .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u2MiiDTvAq .panel-title-edit,
.cid-u2MiiDTvAq .mbr-iconfont {
  color: #7237a2;
}
.cid-u2MiMDaXBx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u2MiMDaXBx .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6441a5 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-u2MiMDaXBx .panel-group {
  border: none;
}
.cid-u2MiMDaXBx .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u2MiMDaXBx .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u2MiMDaXBx .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u2MiMDaXBx .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u2MiMDaXBx .img-col {
  padding: 0;
}
.cid-u2MiMDaXBx .img-item {
  height: 100%;
}
.cid-u2MiMDaXBx img {
  height: 100%;
  object-fit: cover;
}
.cid-u2MiMDaXBx .collapsed span {
  transform: rotate(0deg);
}
.cid-u2MiMDaXBx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2MiMDaXBx p {
  margin-bottom: 0.3rem;
}
.cid-u2MiMDaXBx .panel-title-edit {
  color: #e9c0e9;
}
.cid-u2MiMDaXBx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u2MiMDaXBx .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u2MiMDaXBx .card {
    padding: 1.5rem;
  }
}
.cid-u2MiMDaXBx .panel-text {
  color: #320707;
}
.cid-u2MiMDaXBx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u2MiMDaXBx .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u2MiMDaXBx .panel-title-edit,
.cid-u2MiMDaXBx .mbr-iconfont {
  color: #7237a2;
}
.cid-u2MjlZoASO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u2MjlZoASO .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6441a5 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-u2MjlZoASO .panel-group {
  border: none;
}
.cid-u2MjlZoASO .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u2MjlZoASO .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u2MjlZoASO .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u2MjlZoASO .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u2MjlZoASO .img-col {
  padding: 0;
}
.cid-u2MjlZoASO .img-item {
  height: 100%;
}
.cid-u2MjlZoASO img {
  height: 100%;
  object-fit: cover;
}
.cid-u2MjlZoASO .collapsed span {
  transform: rotate(0deg);
}
.cid-u2MjlZoASO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2MjlZoASO p {
  margin-bottom: 0.3rem;
}
.cid-u2MjlZoASO .panel-title-edit {
  color: #e9c0e9;
}
.cid-u2MjlZoASO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u2MjlZoASO .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u2MjlZoASO .card {
    padding: 1.5rem;
  }
}
.cid-u2MjlZoASO .panel-text {
  color: #320707;
}
.cid-u2MjlZoASO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u2MjlZoASO .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u2MjlZoASO .panel-title-edit,
.cid-u2MjlZoASO .mbr-iconfont {
  color: #7237a2;
}
.cid-tJPey9NWfn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPey9NWfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJPey9NWfn .app {
  width: 130px;
  margin-right: 20px;
}
.cid-tJPey9NWfn .google {
  width: 60px;
  margin-top: 15px;
}
.cid-tJPey9NWfn .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-tJPey9NWfn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tJPey9NWfn .container {
    padding: 0 12px;
  }
}
.cid-tJPey9NWfn .title-wrapper a {
  display: block;
}
.cid-tJPey9NWfn .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tJPey9NWfn .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tJPey9NWfn .list-wrapper .list,
.cid-tJPey9NWfn .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .list-wrapper .list,
  .cid-tJPey9NWfn .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:hover,
.cid-tJPey9NWfn .list-wrapper .list .item-wrap:focus,
.cid-tJPey9NWfn .list-wrapper .list_main .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-wrapper .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .contacts-block {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 20px;
}
.cid-tJPey9NWfn .contacts-block .list {
  margin-bottom: 0px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .contacts-block .list {
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap {
  opacity: .9;
  margin: 0 0px 0px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .contacts-block .list .item-wrap:hover,
.cid-tJPey9NWfn .contacts-block .list .item-wrap:focus {
  color: #a58cd2;
  text-decoration: underline;
}
.cid-tJPey9NWfn .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJPey9NWfn .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tJPey9NWfn .social-row .soc-item {
  margin-right: 24px;
}
.cid-tJPey9NWfn .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJPey9NWfn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #a58cd2;
}
.cid-tJPey9NWfn .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tJPey9NWfn .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tJPey9NWfn .mbr-section-title {
  color: #ffffff;
}
.cid-tJPey9NWfn .mbr-list-title {
  color: #c1c1c1;
}
.cid-tJPey9NWfn .list {
  color: #feffe3;
}
.cid-tJPey9NWfn .list_main {
  color: #c2a6f3;
}
.cid-tJPezfaTlW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-tJPezfaTlW p {
  text-align: center;
  line-height: 25px;
}
.cid-tJPezfaTlW .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tJPezfaTlW .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tJPezfaTlW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #c1c1c1;
  text-align: left;
}
.cid-tJPezfaTlW .logo-footer {
  line-height: normal;
}
.cid-tJPezfaTlW .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tJPezfaTlW .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tJPezfaTlW li {
  overflow: hidden;
}
.cid-tJPezfaTlW .icon-transition span {
  display: block;
}
.cid-tJPezfaTlW .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tJPezfaTlW .list-inline-item a {
  display: block;
}
.cid-tJPezfaTlW .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tJPezfaTlW .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJPezfaTlW .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tJPezfaTlW .icon-transition span {
  color: #ffffff;
  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-tJPezfaTlW .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tJPezfaTlW .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tJPezfaTlW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tJPezfaTlW .logo-footer {
    text-align: center;
  }
  .cid-tJPezfaTlW .social-media {
    justify-content: center;
  }
}
.cid-tJPezfaTlW img {
  width: 100px;
}
.cid-u2tVJbG56o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2tVJbG56o .abrirconta {
  padding: 13px;
  font-size: 12px;
}
.cid-u2tVJbG56o .acesseconta {
  padding: 13px;
  border: 1px solid;
  font-size: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o .acesseconta:hover {
  padding: 12px;
  color: #7237a2;
}
.cid-u2tVJbG56o nav.navbar {
  position: fixed;
}
.cid-u2tVJbG56o .navbar-nav {
  margin: auto;
}
.cid-u2tVJbG56o .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2tVJbG56o .dropdown-item:hover,
.cid-u2tVJbG56o .dropdown-item:focus {
  background: #7237a2 !important;
  color: white !important;
}
.cid-u2tVJbG56o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2tVJbG56o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2tVJbG56o .navbar-short,
.cid-u2tVJbG56o .opened {
  background: #fcfcfc !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar-short .nav-link,
.cid-u2tVJbG56o .opened .nav-link,
.cid-u2tVJbG56o .navbar-short .navbar-caption,
.cid-u2tVJbG56o .opened .navbar-caption,
.cid-u2tVJbG56o .navbar-short .mbr-iconfont,
.cid-u2tVJbG56o .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-u2tVJbG56o .navbar-short .hamburger span,
.cid-u2tVJbG56o .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-u2tVJbG56o .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .dropdown-menu {
  background-color: #fff !important;
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
.cid-u2tVJbG56o .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 0.7em !important;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2tVJbG56o .container {
  display: block;
  margin: auto;
  padding: 0;
}
.cid-u2tVJbG56o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown-menu,
.cid-u2tVJbG56o .navbar.opened {
  background: #fff !important;
}
.cid-u2tVJbG56o .nav-item:focus,
.cid-u2tVJbG56o .nav-link:focus {
  outline: none;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2tVJbG56o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2tVJbG56o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2tVJbG56o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2tVJbG56o .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.opened {
  transition: all 0.3s;
}
.cid-u2tVJbG56o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2tVJbG56o .navbar .navbar-logo img {
  width: auto;
}
.cid-u2tVJbG56o .navbar .navbar-collapse {
  z-index: 1;
}
.cid-u2tVJbG56o .navbar.collapsed {
  justify-content: center;
}
.cid-u2tVJbG56o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2tVJbG56o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2tVJbG56o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2tVJbG56o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2tVJbG56o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .cid-u2tVJbG56o .navbar .container {
    display: flex;
  }
  .cid-u2tVJbG56o .navbar .abrirconta {
    padding: 10px;
    font-size: 12px;
    margin: 0;
  }
  .cid-u2tVJbG56o .navbar .navbar-brand {
    display: contents !important;
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2tVJbG56o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2tVJbG56o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2tVJbG56o .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-u2tVJbG56o .navbar .navbar-logo img {
    height: 4rem !important;
    margin-left: -1em !important;
  }
  .cid-u2tVJbG56o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2tVJbG56o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2tVJbG56o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2tVJbG56o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2tVJbG56o .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-u2tVJbG56o .navbar-brand {
  max-height: 75px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2tVJbG56o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2tVJbG56o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2tVJbG56o .dropdown-item.active,
.cid-u2tVJbG56o .dropdown-item:active {
  background-color: transparent;
}
.cid-u2tVJbG56o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2tVJbG56o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcfcfc;
}
.cid-u2tVJbG56o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2tVJbG56o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2tVJbG56o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2tVJbG56o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2tVJbG56o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #555555;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tVJbG56o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2tVJbG56o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tVJbG56o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2tVJbG56o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2tVJbG56o .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-u2tVJbG56o .navbar {
    height: 70px;
  }
  .cid-u2tVJbG56o .navbar.opened {
    height: auto;
  }
  .cid-u2tVJbG56o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2tVJbG56o .znv-float-button {
  background: #25a332 url(https://www.dgcambio.com.br/assets/images/icons8-whatsapp-1.svg) 7px no-repeat;
  background-size: 27px;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 1px #777;
  bottom: 20px;
  cursor: pointer;
  height: 34px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 7.2em;
  z-index: 999999;
}
.cid-u2tVJbG56o a {
  color: #e92c6c;
  text-decoration: none;
  font-weight: normal;
}
.cid-u2tVJbG56o [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-u2tVJbG56o [aria-label]:hover::after {
  display: block;
}
.cid-u2tVJbG56o .whats {
  display: flex;
  align-items: center;
  padding: 9px;
  font-size: 13px;
  color: white;
  margin-top: 0.1em;
  text-align: end;
  margin: auto;
  justify-content: flex-end;
}
