@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.03rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3bae71 !important;
}
.bg-success {
  background-color: #3bae71 !important;
}
.bg-info {
  background-color: #3bae71 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3bae71 !important;
  border-color: #3bae71 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #256d47 !important;
  border-color: #256d47 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #256d47 !important;
  border-color: #256d47 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fb6e52 !important;
  border-color: #fb6e52 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f12d06 !important;
  border-color: #f12d06 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f12d06 !important;
  border-color: #f12d06 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3bae71 !important;
  border-color: #3bae71 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #256d47 !important;
  border-color: #256d47 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #256d47 !important;
  border-color: #256d47 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3bae71 !important;
  border-color: #3bae71 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #256d47 !important;
  border-color: #256d47 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #256d47 !important;
  border-color: #256d47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3bae71;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #256d47 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3bae71 !important;
  border-color: #3bae71 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fb6e52;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f12d06 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb6e52 !important;
  border-color: #fb6e52 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3bae71;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #256d47 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3bae71 !important;
  border-color: #3bae71 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3bae71;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #256d47 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3bae71 !important;
  border-color: #3bae71 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #3bae71 !important;
}
.text-secondary {
  color: #fb6e52 !important;
}
.text-success {
  color: #3bae71 !important;
}
.text-info {
  color: #3bae71 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #216240 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e22a05 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #216240 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #216240 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #3bae71;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3bae71;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f72929;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3bae71;
  border-color: #3bae71;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3bae71;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8fd9b2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8fd9b2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8fd9b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #3bae71 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #3bae71;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3bae71;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3bae71;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3bae71;
  border-bottom-color: #3bae71;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #3bae71 !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: #fb6e52 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%233bae71' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-to1j6iwqhW .navbar-dropdown {
  position: relative !important;
}
.cid-to1j6iwqhW .navbar-dropdown {
  position: absolute !important;
}
.cid-to1j6iwqhW .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-to1j6iwqhW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-to1j6iwqhW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-to1j6iwqhW .dropdown-item:hover,
.cid-to1j6iwqhW .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-to1j6iwqhW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-to1j6iwqhW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-to1j6iwqhW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-to1j6iwqhW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-to1j6iwqhW .nav-link {
  position: relative;
}
.cid-to1j6iwqhW .container {
  display: flex;
  margin: auto;
}
.cid-to1j6iwqhW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-to1j6iwqhW .dropdown-menu,
.cid-to1j6iwqhW .navbar.opened {
  background: #3e3d3d !important;
}
.cid-to1j6iwqhW .nav-item:focus,
.cid-to1j6iwqhW .nav-link:focus {
  outline: none;
}
.cid-to1j6iwqhW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-to1j6iwqhW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-to1j6iwqhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-to1j6iwqhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-to1j6iwqhW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-to1j6iwqhW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-to1j6iwqhW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-to1j6iwqhW .navbar.opened {
  transition: all 0.3s;
}
.cid-to1j6iwqhW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-to1j6iwqhW .navbar .navbar-logo img {
  width: auto;
}
.cid-to1j6iwqhW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-to1j6iwqhW .navbar.collapsed {
  justify-content: center;
}
.cid-to1j6iwqhW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-to1j6iwqhW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-to1j6iwqhW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-to1j6iwqhW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-to1j6iwqhW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-to1j6iwqhW .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-to1j6iwqhW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-to1j6iwqhW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-to1j6iwqhW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-to1j6iwqhW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-to1j6iwqhW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-to1j6iwqhW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-to1j6iwqhW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-to1j6iwqhW .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-to1j6iwqhW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-to1j6iwqhW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-to1j6iwqhW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-to1j6iwqhW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-to1j6iwqhW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-to1j6iwqhW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-to1j6iwqhW .navbar.navbar-short {
  min-height: 60px;
}
.cid-to1j6iwqhW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-to1j6iwqhW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-to1j6iwqhW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-to1j6iwqhW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-to1j6iwqhW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-to1j6iwqhW .dropdown-item.active,
.cid-to1j6iwqhW .dropdown-item:active {
  background-color: transparent;
}
.cid-to1j6iwqhW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-to1j6iwqhW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-to1j6iwqhW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-to1j6iwqhW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-to1j6iwqhW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-to1j6iwqhW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-to1j6iwqhW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-to1j6iwqhW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-to1j6iwqhW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-to1j6iwqhW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-to1j6iwqhW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-to1j6iwqhW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to1j6iwqhW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to1j6iwqhW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-to1j6iwqhW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to1j6iwqhW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-to1j6iwqhW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-to1j6iwqhW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to1j6iwqhW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-to1j6iwqhW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-to1j6iwqhW .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-to1j6iwqhW .navbar {
    height: 70px;
  }
  .cid-to1j6iwqhW .navbar.opened {
    height: auto;
  }
  .cid-to1j6iwqhW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-to1l3w03ue {
  background-image: url("../../../assets/images/adobestock-600829548-preview.webp");
}
.cid-to1l3w03ue .mbr-section-title {
  margin: 0;
}
.cid-to1l3w03ue .container-fluid {
  padding: 0 2rem;
}
.cid-to1l3w03ue .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-to1l3w03ue .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-to1l3w03ue .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-to1l3w03ue .form-control-label {
  color: #000000;
}
.cid-to1l3w03ue .form-group {
  margin-bottom: 1.3em;
}
.cid-to1l3w03ue .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-to1l3w03ue input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-to1l3w03ue textarea.form-control {
  padding: 1rem;
}
.cid-to1l3w03ue .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-to1l3w03ue .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-to1l3w03ue .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-to1l3w03ue .underline .line {
    height: 2px;
  }
  .cid-to1l3w03ue .text-element {
    padding-bottom: 1rem;
  }
  .cid-to1l3w03ue .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-to1l3w03ue .mbr-section-title,
.cid-to1l3w03ue .underline {
  color: #fb6e52;
}
.cid-to1l3w03ue H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tHgj1DtkyT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHgj1DtkyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHgj1DtkyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHgj1DtkyT .col-title {
  margin-bottom: 32px;
}
.cid-tHgj1DtkyT .mbr-section-title {
  color: #24262b;
}
.cid-tHgj1DtkyT .mbr-section-subtitle {
  color: #24262b;
}
.cid-tHgj1DtkyT .cards-row {
  row-gap: 32px;
}
.cid-tHgj1DtkyT .card {
  border-radius: 0;
}
.cid-tHgj1DtkyT .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tHgj1DtkyT .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tHgj1DtkyT .text-wrap {
  flex-grow: 1;
}
.cid-tHgj1DtkyT .card-title {
  color: #24262b;
}
.cid-tHgj1DtkyT .card-text {
  color: #767676;
}
.cid-txOvi6feee {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-txOvi6feee .mbr-shop {
  display: table;
  width: 100%;
}
.cid-txOvi6feee .galleryItem {
  border-radius: 10px;
}
.cid-txOvi6feee .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-txOvi6feee .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-txOvi6feee .mbr-gallery-filter li {
  display: block;
}
.cid-txOvi6feee .mbr-gallery-item .shop-item-price {
  font-size: 16px;
  color: #3bae71;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-txOvi6feee .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-txOvi6feee .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-txOvi6feee .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-txOvi6feee .mbr-shop .row {
  margin: 0;
}
.cid-txOvi6feee .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-txOvi6feee .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-txOvi6feee .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-txOvi6feee .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-txOvi6feee .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-txOvi6feee .mbr-shop .image-modal {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-txOvi6feee .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-txOvi6feee .mbr-shop .hide-modal {
  display: none;
}
.cid-txOvi6feee .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-txOvi6feee .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-txOvi6feee .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-txOvi6feee .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-txOvi6feee .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-txOvi6feee .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-txOvi6feee .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-txOvi6feee .mbr-shop .filter-by-pu,
.cid-txOvi6feee .mbr-shop .filter-by-pd,
.cid-txOvi6feee .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-txOvi6feee .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-txOvi6feee .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-txOvi6feee .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-txOvi6feee .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-txOvi6feee .mbr-shop .galleryItem h4,
.cid-txOvi6feee .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-txOvi6feee .mbr-shop .galleryItem h5,
.cid-txOvi6feee .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-txOvi6feee .mbr-shop .galleryItem p,
.cid-txOvi6feee .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-txOvi6feee .mbr-shop .item-button {
  text-align: center;
}
.cid-txOvi6feee .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-txOvi6feee .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-txOvi6feee .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-txOvi6feee .mbr-shop .sidebar-block {
  position: relative;
}
.cid-txOvi6feee .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-txOvi6feee .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-txOvi6feee .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-txOvi6feee .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-txOvi6feee .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-txOvi6feee .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-txOvi6feee .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-txOvi6feee .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-txOvi6feee .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-txOvi6feee .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-txOvi6feee .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-txOvi6feee .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ff6666;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-txOvi6feee .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-txOvi6feee .mbr-shop .mbr-gallery-item__hided h4,
.cid-txOvi6feee .mbr-shop .mbr-gallery-item__hided h5,
.cid-txOvi6feee .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-txOvi6feee .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-txOvi6feee .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-txOvi6feee .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-txOvi6feee .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-txOvi6feee .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-txOvi6feee .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-txOvi6feee .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-txOvi6feee .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-txOvi6feee .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-txOvi6feee .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-txOvi6feee .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-txOvi6feee .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-txOvi6feee .mbr-shop .range-controls {
  position: relative;
}
.cid-txOvi6feee .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-txOvi6feee .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #3bae71;
}
.cid-txOvi6feee .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #3bae71;
  cursor: pointer;
}
.cid-txOvi6feee .mbr-shop .toggle:hover,
.cid-txOvi6feee .mbr-shop .toggle:active {
  background-color: #fb6e52;
}
.cid-txOvi6feee .mbr-shop .min-toggle {
  left: 0;
}
.cid-txOvi6feee .mbr-shop .max-toggle {
  right: 0;
}
.cid-txOvi6feee .mbr-shop .hided-by-price {
  display: none;
}
.cid-txOvi6feee .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-txOvi6feee .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-txOvi6feee .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-txOvi6feee .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-txOvi6feee .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-txOvi6feee .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-txOvi6feee .mbr-shop .text-modal .price-block .oldprice {
  color: #ffe161;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-txOvi6feee .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-txOvi6feee .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-txOvi6feee .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-txOvi6feee .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-txOvi6feee .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-txOvi6feee .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-txOvi6feee .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-txOvi6feee .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-txOvi6feee .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-txOvi6feee .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-txOvi6feee .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-txOvi6feee .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-txOvi6feee .mbr-shop .price-range {
  display: none;
}
.cid-txOvi6feee .mbr-shop .price-range-reset {
  display: none;
}
.cid-txOvi6feee .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-txOvi6feee .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-txOvi6feee .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-txOvi6feee .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-txOvi6feee .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-txOvi6feee .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-txOvi6feee .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-txOvi6feee .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-txOvi6feee .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-txOvi6feee .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-txOvi6feee .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-txOvi6feee .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-txOvi6feee .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-txOvi6feee .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-txOvi6feee .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-txOvi6feee .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-txOvi6feee .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-txOvi6feee .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-txOvi6feee .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-txOvi6feee .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-txOvi6feee .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-txOvi6feee .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-txOvi6feee .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-txOvi6feee .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-txOvi6feee .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-txOvi6feee .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-txOvi6feee .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-txOvi6feee .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-txOvi6feee .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-txOvi6feee .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-txOvi6feee .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-txOvi6feee .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-txOvi6feee .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txOvi6feee .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-txOvi6feee .range-controls {
  display: block !important;
}
.cid-txOvi6feee .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-txOvi6feee .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-txOvi6feee .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-txOvi6feee .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 0.9rem !important;
}
.cid-txOvi6feee .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-txOvi6feee .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-txOvi6feee .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-txOvi6feee .range-slider {
  order: 1;
}
.cid-txOvi6feee .sidebar-categories {
  order: 2;
}
.cid-txOvi6feee .bestseller-block {
  order: 3;
}
.cid-txOvi6feee .categories {
  padding: 0;
}
.cid-txOvi6feee .sidebar-title {
  font-weight: bold;
}
.cid-to1mjTHBlP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/adobestock-234581074-preview.webp");
}
.cid-to1mjTHBlP .mbr-text,
.cid-to1mjTHBlP .mbr-section-btn {
  color: #232323;
}
.cid-to1mjTHBlP .card-title,
.cid-to1mjTHBlP .card-box {
  color: #ffe161;
}
.cid-to1mjTHBlP .mbr-text,
.cid-to1mjTHBlP .link-wrap {
  color: #ffffff;
}
.cid-to1mFAyrQx {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-to1mFAyrQx .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-to1mFAyrQx .item .icon-wrap {
  text-align: center;
}
.cid-to1mFAyrQx .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-to1mFAyrQx .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-to1mFAyrQx .item.first:before {
  display: none;
}
.cid-to1mFAyrQx .item.five:before {
  display: none;
}
.cid-to1mFAyrQx .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-to1mFAyrQx .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-to1mFAyrQx .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-to1mFAyrQx .item:before {
    display: none;
  }
  .cid-to1mFAyrQx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tHbEbesidl {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/clientes.webp");
}
@media (max-width: 991px) {
  .cid-tHbEbesidl .mbr-section-title,
  .cid-tHbEbesidl .mbr-section-subtitle,
  .cid-tHbEbesidl .mbr-section-btn,
  .cid-tHbEbesidl .mbr-text {
    text-align: center;
  }
}
.cid-tHbEbesidl .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tHbEbesidl .mbr-text,
.cid-tHbEbesidl .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-tHbEbesidl .bigfont {
  font-size: 50px;
}
.cid-tHbEbesidl .card-wrapper {
  background: #eaeaea;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  padding-top: 2rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tHbEbesidl .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tHbEbesidl .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tHbEbesidl .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tHbEbesidl .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-to1oEZbXLV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-to1oEZbXLV .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-to1oEZbXLV .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-to1oEZbXLV .btn-col {
    justify-content: center;
  }
}
.cid-to1oEZbXLV .mbr-text,
.cid-to1oEZbXLV .mbr-section-btn {
  color: #999999;
}
.cid-to1oEZbXLV p {
  margin: 0;
}
.cid-tHg9PtO3Vl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tHg9PtO3Vl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHg9PtO3Vl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHg9PtO3Vl .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tHg9PtO3Vl .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tHg9PtO3Vl .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tHg9PtO3Vl .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tHg9PtO3Vl .container {
    max-width: 100%;
  }
  .cid-tHg9PtO3Vl .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tHg9PtO3Vl .item-wrap {
  width: 100%;
}
.cid-tHg9PtO3Vl .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tHg9PtO3Vl .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tHg9PtO3Vl .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tHg9PtO3Vl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tHg9PtO3Vl .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tHg9PtO3Vl .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tHg9PtO3Vl .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tHg9PtO3Vl .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tHg9PtO3Vl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tHg9PtO3Vl .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tHg9PtO3Vl .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tHg9PtO3Vl .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tHg9PtO3Vl .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHg9PtO3Vl .col-links {
    padding-top: 20px;
  }
}
.cid-tHg9PtO3Vl .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tHg9PtO3Vl .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tHg9PtO3Vl .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tHg9PtO3Vl .list {
    text-align: center !important;
  }
}
.cid-tHg9PtO3Vl .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tHg9PtO3Vl .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tHg9PtO3Vl .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tHg9PtO3Vl .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tHg9PtO3Vl .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tHg9PtO3Vl .list a:hover:before {
  width: 100%;
}
.cid-tHg9PtO3Vl .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tHg9PtO3Vl .col-copyright {
    padding-top: 40px;
  }
}
.cid-tHg9PtO3Vl .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tHg9PtO3Vl .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tHPa7Rumvk .navbar-dropdown {
  position: relative !important;
}
.cid-tHPa7Rumvk .navbar-dropdown {
  position: absolute !important;
}
.cid-tHPa7Rumvk .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-tHPa7Rumvk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHPa7Rumvk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHPa7Rumvk .dropdown-item:hover,
.cid-tHPa7Rumvk .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tHPa7Rumvk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHPa7Rumvk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHPa7Rumvk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHPa7Rumvk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHPa7Rumvk .nav-link {
  position: relative;
}
.cid-tHPa7Rumvk .container {
  display: flex;
  margin: auto;
}
.cid-tHPa7Rumvk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHPa7Rumvk .dropdown-menu,
.cid-tHPa7Rumvk .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tHPa7Rumvk .nav-item:focus,
.cid-tHPa7Rumvk .nav-link:focus {
  outline: none;
}
.cid-tHPa7Rumvk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHPa7Rumvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHPa7Rumvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHPa7Rumvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHPa7Rumvk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHPa7Rumvk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHPa7Rumvk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tHPa7Rumvk .navbar.opened {
  transition: all 0.3s;
}
.cid-tHPa7Rumvk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHPa7Rumvk .navbar .navbar-logo img {
  width: auto;
}
.cid-tHPa7Rumvk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHPa7Rumvk .navbar.collapsed {
  justify-content: center;
}
.cid-tHPa7Rumvk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHPa7Rumvk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHPa7Rumvk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tHPa7Rumvk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHPa7Rumvk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHPa7Rumvk .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-tHPa7Rumvk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHPa7Rumvk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHPa7Rumvk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHPa7Rumvk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHPa7Rumvk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHPa7Rumvk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHPa7Rumvk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHPa7Rumvk .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-tHPa7Rumvk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHPa7Rumvk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHPa7Rumvk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHPa7Rumvk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHPa7Rumvk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHPa7Rumvk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHPa7Rumvk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHPa7Rumvk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHPa7Rumvk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHPa7Rumvk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHPa7Rumvk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHPa7Rumvk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHPa7Rumvk .dropdown-item.active,
.cid-tHPa7Rumvk .dropdown-item:active {
  background-color: transparent;
}
.cid-tHPa7Rumvk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHPa7Rumvk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHPa7Rumvk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHPa7Rumvk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHPa7Rumvk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHPa7Rumvk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHPa7Rumvk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHPa7Rumvk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHPa7Rumvk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHPa7Rumvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tHPa7Rumvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHPa7Rumvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHPa7Rumvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHPa7Rumvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHPa7Rumvk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHPa7Rumvk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHPa7Rumvk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHPa7Rumvk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHPa7Rumvk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tHPa7Rumvk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHPa7Rumvk .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-tHPa7Rumvk .navbar {
    height: 70px;
  }
  .cid-tHPa7Rumvk .navbar.opened {
    height: auto;
  }
  .cid-tHPa7Rumvk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHPa7TR2Nd {
  background-image: url("../../../assets/images/anuncio-na-tv-800x450.webp");
}
.cid-tHPa7TR2Nd .mbr-section-title {
  margin: 0;
}
.cid-tHPa7TR2Nd .container-fluid {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tHPa7TR2Nd .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-tHPa7TR2Nd .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHPa7TR2Nd .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-tHPa7TR2Nd .form-control-label {
  color: #000000;
}
.cid-tHPa7TR2Nd .form-group {
  margin-bottom: 1.3em;
}
.cid-tHPa7TR2Nd .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-tHPa7TR2Nd input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-tHPa7TR2Nd textarea.form-control {
  padding: 1rem;
}
.cid-tHPa7TR2Nd .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-tHPa7TR2Nd .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-tHPa7TR2Nd .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHPa7TR2Nd .underline .line {
    height: 2px;
  }
  .cid-tHPa7TR2Nd .text-element {
    padding-bottom: 1rem;
  }
  .cid-tHPa7TR2Nd .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-tHPa7TR2Nd .mbr-section-title,
.cid-tHPa7TR2Nd .underline {
  color: #fb6e52;
}
.cid-tHPa7TR2Nd H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tHPa7WvofS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHPa7WvofS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHPa7WvofS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHPa7WvofS .col-title {
  margin-bottom: 32px;
}
.cid-tHPa7WvofS .mbr-section-title {
  color: #24262b;
}
.cid-tHPa7WvofS .mbr-section-subtitle {
  color: #24262b;
}
.cid-tHPa7WvofS .cards-row {
  row-gap: 32px;
}
.cid-tHPa7WvofS .card {
  border-radius: 0;
  align-items: center;
}
.cid-tHPa7WvofS .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tHPa7WvofS .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tHPa7WvofS .text-wrap {
  flex-grow: 1;
}
.cid-tHPa7WvofS .card-title {
  color: #24262b;
}
.cid-tHPa7WvofS .card-text {
  color: #767676;
}
.cid-tI1W8hjkPX {
  background-color: #ffffff;
}
.cid-tI1W8hjkPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1W8hjkPX .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-tI1W8hjkPX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tI1W8hjkPX .container {
    padding: 0 12px;
  }
}
.cid-tI1W8hjkPX .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tI1W8hjkPX .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tI1W8hjkPX .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tI1W8hjkPX .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-tI1W8hjkPX .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-tI1W8hjkPX .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tI1W8hjkPX .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-tI1W8hjkPX .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #222222;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tI1W8hjkPX .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-tI1W8hjkPX .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #3bae71;
  background-color: #ffffff;
}
.cid-tI1W8hjkPX .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #fb6e52;
  box-shadow: 4px 4px #fb6e52;
}
@media (max-width: 992px) {
  .cid-tI1W8hjkPX .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tI1W8hjkPX .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tI1W8hjkPX .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-tI1W8hjkPX .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-tI1W8hjkPX .mbr-section-title {
  color: #222222;
}
.cid-tI1W8hjkPX .mbr-desc {
  color: #222222;
}
.cid-tI1W8hjkPX .mbr-desc,
.cid-tI1W8hjkPX .mbr-section-btn {
  text-align: center;
}
.cid-tHPa80ORSG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/planejamento-de-midia-para-anunciar-na-tv-658x254.webp");
}
.cid-tHPa80ORSG .mbr-text,
.cid-tHPa80ORSG .mbr-section-btn {
  color: #232323;
}
.cid-tHPa80ORSG .card-title,
.cid-tHPa80ORSG .card-box {
  color: #ffe161;
}
.cid-tHPa80ORSG .mbr-text,
.cid-tHPa80ORSG .link-wrap {
  color: #ffffff;
}
.cid-tHPa829SQv {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHPa829SQv .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tHPa829SQv .item .icon-wrap {
  text-align: center;
}
.cid-tHPa829SQv .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tHPa829SQv .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tHPa829SQv .item.first:before {
  display: none;
}
.cid-tHPa829SQv .item.five:before {
  display: none;
}
.cid-tHPa829SQv .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tHPa829SQv .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tHPa829SQv .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tHPa829SQv .item:before {
    display: none;
  }
  .cid-tHPa829SQv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tHPa857t3C {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tHPa857t3C .mbr-section-title,
  .cid-tHPa857t3C .mbr-section-subtitle,
  .cid-tHPa857t3C .mbr-section-btn,
  .cid-tHPa857t3C .mbr-text {
    text-align: center;
  }
}
.cid-tHPa857t3C .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tHPa857t3C .mbr-text,
.cid-tHPa857t3C .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tHPa857t3C .bigfont {
  font-size: 50px;
}
.cid-tHPa857t3C .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tHPa857t3C .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tHPa857t3C .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tHPa857t3C .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tHPa857t3C .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tHPa88gqJy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tHPa88gqJy .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tHPa88gqJy .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tHPa88gqJy .btn-col {
    justify-content: center;
  }
}
.cid-tHPa88gqJy .mbr-text,
.cid-tHPa88gqJy .mbr-section-btn {
  color: #999999;
}
.cid-tHPa88gqJy p {
  margin: 0;
}
.cid-tHPa8bbeGT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tHPa8bbeGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHPa8bbeGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHPa8bbeGT .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tHPa8bbeGT .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tHPa8bbeGT .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tHPa8bbeGT .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tHPa8bbeGT .container {
    max-width: 100%;
  }
  .cid-tHPa8bbeGT .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tHPa8bbeGT .item-wrap {
  width: 100%;
}
.cid-tHPa8bbeGT .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tHPa8bbeGT .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tHPa8bbeGT .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tHPa8bbeGT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tHPa8bbeGT .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tHPa8bbeGT .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tHPa8bbeGT .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tHPa8bbeGT .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tHPa8bbeGT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tHPa8bbeGT .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tHPa8bbeGT .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tHPa8bbeGT .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tHPa8bbeGT .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHPa8bbeGT .col-links {
    padding-top: 20px;
  }
}
.cid-tHPa8bbeGT .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tHPa8bbeGT .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tHPa8bbeGT .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tHPa8bbeGT .list {
    text-align: center !important;
  }
}
.cid-tHPa8bbeGT .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tHPa8bbeGT .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tHPa8bbeGT .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tHPa8bbeGT .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tHPa8bbeGT .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tHPa8bbeGT .list a:hover:before {
  width: 100%;
}
.cid-tHPa8bbeGT .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tHPa8bbeGT .col-copyright {
    padding-top: 40px;
  }
}
.cid-tHPa8bbeGT .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tHPa8bbeGT .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tRfk3PZ3Ym .navbar-dropdown {
  position: relative !important;
}
.cid-tRfk3PZ3Ym .navbar-dropdown {
  position: absolute !important;
}
.cid-tRfk3PZ3Ym .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-tRfk3PZ3Ym .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRfk3PZ3Ym .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRfk3PZ3Ym .dropdown-item:hover,
.cid-tRfk3PZ3Ym .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tRfk3PZ3Ym .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRfk3PZ3Ym .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRfk3PZ3Ym .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRfk3PZ3Ym .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRfk3PZ3Ym .nav-link {
  position: relative;
}
.cid-tRfk3PZ3Ym .container {
  display: flex;
  margin: auto;
}
.cid-tRfk3PZ3Ym .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRfk3PZ3Ym .dropdown-menu,
.cid-tRfk3PZ3Ym .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tRfk3PZ3Ym .nav-item:focus,
.cid-tRfk3PZ3Ym .nav-link:focus {
  outline: none;
}
.cid-tRfk3PZ3Ym .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfk3PZ3Ym .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfk3PZ3Ym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfk3PZ3Ym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfk3PZ3Ym .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfk3PZ3Ym .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfk3PZ3Ym .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tRfk3PZ3Ym .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfk3PZ3Ym .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRfk3PZ3Ym .navbar .navbar-logo img {
  width: auto;
}
.cid-tRfk3PZ3Ym .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRfk3PZ3Ym .navbar.collapsed {
  justify-content: center;
}
.cid-tRfk3PZ3Ym .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfk3PZ3Ym .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRfk3PZ3Ym .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRfk3PZ3Ym .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfk3PZ3Ym .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfk3PZ3Ym .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-tRfk3PZ3Ym .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfk3PZ3Ym .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRfk3PZ3Ym .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRfk3PZ3Ym .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfk3PZ3Ym .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfk3PZ3Ym .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfk3PZ3Ym .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRfk3PZ3Ym .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-tRfk3PZ3Ym .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfk3PZ3Ym .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRfk3PZ3Ym .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRfk3PZ3Ym .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRfk3PZ3Ym .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfk3PZ3Ym .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRfk3PZ3Ym .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfk3PZ3Ym .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfk3PZ3Ym .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfk3PZ3Ym .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRfk3PZ3Ym .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRfk3PZ3Ym .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfk3PZ3Ym .dropdown-item.active,
.cid-tRfk3PZ3Ym .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfk3PZ3Ym .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRfk3PZ3Ym .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfk3PZ3Ym .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfk3PZ3Ym .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRfk3PZ3Ym .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfk3PZ3Ym .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfk3PZ3Ym ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRfk3PZ3Ym .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfk3PZ3Ym button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRfk3PZ3Ym button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRfk3PZ3Ym button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfk3PZ3Ym button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfk3PZ3Ym button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfk3PZ3Ym button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfk3PZ3Ym nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfk3PZ3Ym nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfk3PZ3Ym nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfk3PZ3Ym nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfk3PZ3Ym .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tRfk3PZ3Ym a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRfk3PZ3Ym .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-tRfk3PZ3Ym .navbar {
    height: 70px;
  }
  .cid-tRfk3PZ3Ym .navbar.opened {
    height: auto;
  }
  .cid-tRfk3PZ3Ym .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfk3QPsem {
  background-image: url("../../../assets/images/anunciar-no-metro-1000x599.webp");
}
.cid-tRfk3QPsem .mbr-section-title {
  margin: 0;
}
.cid-tRfk3QPsem .container-fluid {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tRfk3QPsem .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-tRfk3QPsem .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRfk3QPsem .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-tRfk3QPsem .form-control-label {
  color: #000000;
}
.cid-tRfk3QPsem .form-group {
  margin-bottom: 1.3em;
}
.cid-tRfk3QPsem .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-tRfk3QPsem input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-tRfk3QPsem textarea.form-control {
  padding: 1rem;
}
.cid-tRfk3QPsem .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-tRfk3QPsem .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-tRfk3QPsem .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRfk3QPsem .underline .line {
    height: 2px;
  }
  .cid-tRfk3QPsem .text-element {
    padding-bottom: 1rem;
  }
  .cid-tRfk3QPsem .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-tRfk3QPsem .mbr-section-title,
.cid-tRfk3QPsem .underline {
  color: #fb6e52;
}
.cid-tRfk3QPsem H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tRfk3REam8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tRfk3REam8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfk3REam8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfk3REam8 .col-title {
  margin-bottom: 32px;
}
.cid-tRfk3REam8 .mbr-section-title {
  color: #24262b;
}
.cid-tRfk3REam8 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tRfk3REam8 .cards-row {
  row-gap: 32px;
}
.cid-tRfk3REam8 .card {
  border-radius: 0;
  align-items: center;
}
.cid-tRfk3REam8 .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tRfk3REam8 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tRfk3REam8 .text-wrap {
  flex-grow: 1;
}
.cid-tRfk3REam8 .card-title {
  color: #24262b;
}
.cid-tRfk3REam8 .card-text {
  color: #767676;
}
.cid-tRfk3SwNkD {
  background-color: #ffffff;
}
.cid-tRfk3SwNkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfk3SwNkD .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-tRfk3SwNkD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tRfk3SwNkD .container {
    padding: 0 12px;
  }
}
.cid-tRfk3SwNkD .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tRfk3SwNkD .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tRfk3SwNkD .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRfk3SwNkD .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-tRfk3SwNkD .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-tRfk3SwNkD .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tRfk3SwNkD .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-tRfk3SwNkD .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #222222;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tRfk3SwNkD .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-tRfk3SwNkD .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #3bae71;
  background-color: #ffffff;
}
.cid-tRfk3SwNkD .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #fb6e52;
  box-shadow: 4px 4px #fb6e52;
}
@media (max-width: 992px) {
  .cid-tRfk3SwNkD .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tRfk3SwNkD .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tRfk3SwNkD .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-tRfk3SwNkD .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-tRfk3SwNkD .mbr-section-title {
  color: #222222;
}
.cid-tRfk3SwNkD .mbr-desc {
  color: #222222;
}
.cid-tRfk3SwNkD .mbr-desc,
.cid-tRfk3SwNkD .mbr-section-btn {
  text-align: center;
}
.cid-tRfk3U1he5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/planejamento-de-midia-para-anunciar-no-metr-800x286.webp");
}
.cid-tRfk3U1he5 .mbr-text,
.cid-tRfk3U1he5 .mbr-section-btn {
  color: #232323;
}
.cid-tRfk3U1he5 .card-title,
.cid-tRfk3U1he5 .card-box {
  color: #ffe161;
}
.cid-tRfk3U1he5 .mbr-text,
.cid-tRfk3U1he5 .link-wrap {
  color: #ffffff;
}
.cid-tRfk3UHrZe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfk3UHrZe .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tRfk3UHrZe .item .icon-wrap {
  text-align: center;
}
.cid-tRfk3UHrZe .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tRfk3UHrZe .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tRfk3UHrZe .item.first:before {
  display: none;
}
.cid-tRfk3UHrZe .item.five:before {
  display: none;
}
.cid-tRfk3UHrZe .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tRfk3UHrZe .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tRfk3UHrZe .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tRfk3UHrZe .item:before {
    display: none;
  }
  .cid-tRfk3UHrZe .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tRfk3VI2Or {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tRfk3VI2Or .mbr-section-title,
  .cid-tRfk3VI2Or .mbr-section-subtitle,
  .cid-tRfk3VI2Or .mbr-section-btn,
  .cid-tRfk3VI2Or .mbr-text {
    text-align: center;
  }
}
.cid-tRfk3VI2Or .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tRfk3VI2Or .mbr-text,
.cid-tRfk3VI2Or .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tRfk3VI2Or .bigfont {
  font-size: 50px;
}
.cid-tRfk3VI2Or .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tRfk3VI2Or .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tRfk3VI2Or .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tRfk3VI2Or .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tRfk3VI2Or .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tRfk3Wx35J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tRfk3Wx35J .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tRfk3Wx35J .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tRfk3Wx35J .btn-col {
    justify-content: center;
  }
}
.cid-tRfk3Wx35J .mbr-text,
.cid-tRfk3Wx35J .mbr-section-btn {
  color: #999999;
}
.cid-tRfk3Wx35J p {
  margin: 0;
}
.cid-tRfk3XdmoD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tRfk3XdmoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfk3XdmoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfk3XdmoD .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tRfk3XdmoD .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tRfk3XdmoD .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tRfk3XdmoD .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tRfk3XdmoD .container {
    max-width: 100%;
  }
  .cid-tRfk3XdmoD .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tRfk3XdmoD .item-wrap {
  width: 100%;
}
.cid-tRfk3XdmoD .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tRfk3XdmoD .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tRfk3XdmoD .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tRfk3XdmoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRfk3XdmoD .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tRfk3XdmoD .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRfk3XdmoD .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tRfk3XdmoD .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tRfk3XdmoD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tRfk3XdmoD .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tRfk3XdmoD .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tRfk3XdmoD .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tRfk3XdmoD .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRfk3XdmoD .col-links {
    padding-top: 20px;
  }
}
.cid-tRfk3XdmoD .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tRfk3XdmoD .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tRfk3XdmoD .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tRfk3XdmoD .list {
    text-align: center !important;
  }
}
.cid-tRfk3XdmoD .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tRfk3XdmoD .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tRfk3XdmoD .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tRfk3XdmoD .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tRfk3XdmoD .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tRfk3XdmoD .list a:hover:before {
  width: 100%;
}
.cid-tRfk3XdmoD .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tRfk3XdmoD .col-copyright {
    padding-top: 40px;
  }
}
.cid-tRfk3XdmoD .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tRfk3XdmoD .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tR96cTEid0 .navbar-dropdown {
  position: relative !important;
}
.cid-tR96cTEid0 .navbar-dropdown {
  position: absolute !important;
}
.cid-tR96cTEid0 .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-tR96cTEid0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR96cTEid0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR96cTEid0 .dropdown-item:hover,
.cid-tR96cTEid0 .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tR96cTEid0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR96cTEid0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR96cTEid0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR96cTEid0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR96cTEid0 .nav-link {
  position: relative;
}
.cid-tR96cTEid0 .container {
  display: flex;
  margin: auto;
}
.cid-tR96cTEid0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR96cTEid0 .dropdown-menu,
.cid-tR96cTEid0 .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tR96cTEid0 .nav-item:focus,
.cid-tR96cTEid0 .nav-link:focus {
  outline: none;
}
.cid-tR96cTEid0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR96cTEid0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR96cTEid0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR96cTEid0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR96cTEid0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR96cTEid0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR96cTEid0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tR96cTEid0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tR96cTEid0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR96cTEid0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tR96cTEid0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR96cTEid0 .navbar.collapsed {
  justify-content: center;
}
.cid-tR96cTEid0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR96cTEid0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR96cTEid0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tR96cTEid0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR96cTEid0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR96cTEid0 .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-tR96cTEid0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR96cTEid0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR96cTEid0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR96cTEid0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR96cTEid0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR96cTEid0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR96cTEid0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR96cTEid0 .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-tR96cTEid0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR96cTEid0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR96cTEid0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR96cTEid0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR96cTEid0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR96cTEid0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tR96cTEid0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR96cTEid0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR96cTEid0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR96cTEid0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR96cTEid0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR96cTEid0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR96cTEid0 .dropdown-item.active,
.cid-tR96cTEid0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tR96cTEid0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR96cTEid0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR96cTEid0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR96cTEid0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tR96cTEid0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR96cTEid0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR96cTEid0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR96cTEid0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR96cTEid0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR96cTEid0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tR96cTEid0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR96cTEid0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR96cTEid0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR96cTEid0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR96cTEid0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR96cTEid0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR96cTEid0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR96cTEid0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR96cTEid0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tR96cTEid0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR96cTEid0 .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-tR96cTEid0 .navbar {
    height: 70px;
  }
  .cid-tR96cTEid0 .navbar.opened {
    height: auto;
  }
  .cid-tR96cTEid0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR96cYHx0F {
  background-image: url("../../../assets/images/anunciar-na-rdio-800x400.webp");
}
.cid-tR96cYHx0F .mbr-section-title {
  margin: 0;
}
.cid-tR96cYHx0F .container-fluid {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tR96cYHx0F .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-tR96cYHx0F .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tR96cYHx0F .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-tR96cYHx0F .form-control-label {
  color: #000000;
}
.cid-tR96cYHx0F .form-group {
  margin-bottom: 1.3em;
}
.cid-tR96cYHx0F .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-tR96cYHx0F input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-tR96cYHx0F textarea.form-control {
  padding: 1rem;
}
.cid-tR96cYHx0F .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-tR96cYHx0F .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-tR96cYHx0F .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tR96cYHx0F .underline .line {
    height: 2px;
  }
  .cid-tR96cYHx0F .text-element {
    padding-bottom: 1rem;
  }
  .cid-tR96cYHx0F .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-tR96cYHx0F .mbr-section-title,
.cid-tR96cYHx0F .underline {
  color: #fb6e52;
}
.cid-tR96cYHx0F H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tR96d0nZv0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tR96d0nZv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR96d0nZv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR96d0nZv0 .col-title {
  margin-bottom: 32px;
}
.cid-tR96d0nZv0 .mbr-section-title {
  color: #24262b;
  text-align: center;
}
.cid-tR96d0nZv0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tR96d0nZv0 .cards-row {
  row-gap: 32px;
}
.cid-tR96d0nZv0 .card {
  border-radius: 0;
  align-items: center;
}
.cid-tR96d0nZv0 .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tR96d0nZv0 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tR96d0nZv0 .text-wrap {
  flex-grow: 1;
}
.cid-tR96d0nZv0 .card-title {
  color: #24262b;
}
.cid-tR96d0nZv0 .card-text {
  color: #767676;
}
.cid-tR96d2lbRv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tR96d2lbRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR96d2lbRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR96d2lbRv .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tR96d2lbRv .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tR96d2lbRv .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tR96d2lbRv .item-img {
    width: 100%;
  }
}
.cid-tR96d2lbRv .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tR96d2lbRv .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tR96d2lbRv .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tR96d2lbRv .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tR96d2lbRv .card-title {
  color: #131313;
}
.cid-tR96d2lbRv .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tR96d2lbRv .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tR96d2lbRv .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tR96d2lbRv .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tR96d2lbRv .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
}
.cid-tR96d2lbRv .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tR96d2lbRv .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tR96d2lbRv .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tR96d4iqce {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/planejamento-de-midia-para-anunciar-na-rdio-800x207.webp");
}
.cid-tR96d4iqce .mbr-text,
.cid-tR96d4iqce .mbr-section-btn {
  color: #232323;
}
.cid-tR96d4iqce .card-title,
.cid-tR96d4iqce .card-box {
  color: #ffe161;
}
.cid-tR96d4iqce .mbr-text,
.cid-tR96d4iqce .link-wrap {
  color: #ffffff;
}
.cid-tR96d4iqce .card-box .mbr-text,
.cid-tR96d4iqce .mbr-section-btn {
  color: #ffffff;
}
.cid-tR96d5SzQ8 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tR96d5SzQ8 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tR96d5SzQ8 .item .icon-wrap {
  text-align: center;
}
.cid-tR96d5SzQ8 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tR96d5SzQ8 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tR96d5SzQ8 .item.first:before {
  display: none;
}
.cid-tR96d5SzQ8 .item.five:before {
  display: none;
}
.cid-tR96d5SzQ8 .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tR96d5SzQ8 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tR96d5SzQ8 .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tR96d5SzQ8 .item:before {
    display: none;
  }
  .cid-tR96d5SzQ8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tR96d8aYcS {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tR96d8aYcS .mbr-section-title,
  .cid-tR96d8aYcS .mbr-section-subtitle,
  .cid-tR96d8aYcS .mbr-section-btn,
  .cid-tR96d8aYcS .mbr-text {
    text-align: center;
  }
}
.cid-tR96d8aYcS .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tR96d8aYcS .mbr-text,
.cid-tR96d8aYcS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tR96d8aYcS .bigfont {
  font-size: 50px;
}
.cid-tR96d8aYcS .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tR96d8aYcS .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tR96d8aYcS .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tR96d8aYcS .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tR96d8aYcS .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tR96da6xkW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tR96da6xkW .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tR96da6xkW .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tR96da6xkW .btn-col {
    justify-content: center;
  }
}
.cid-tR96da6xkW .mbr-text,
.cid-tR96da6xkW .mbr-section-btn {
  color: #999999;
}
.cid-tR96da6xkW p {
  margin: 0;
}
.cid-tR96dc9Owa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tR96dc9Owa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR96dc9Owa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR96dc9Owa .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tR96dc9Owa .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tR96dc9Owa .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tR96dc9Owa .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tR96dc9Owa .container {
    max-width: 100%;
  }
  .cid-tR96dc9Owa .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tR96dc9Owa .item-wrap {
  width: 100%;
}
.cid-tR96dc9Owa .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tR96dc9Owa .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tR96dc9Owa .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tR96dc9Owa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tR96dc9Owa .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tR96dc9Owa .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tR96dc9Owa .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tR96dc9Owa .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tR96dc9Owa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tR96dc9Owa .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tR96dc9Owa .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tR96dc9Owa .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tR96dc9Owa .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tR96dc9Owa .col-links {
    padding-top: 20px;
  }
}
.cid-tR96dc9Owa .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tR96dc9Owa .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tR96dc9Owa .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tR96dc9Owa .list {
    text-align: center !important;
  }
}
.cid-tR96dc9Owa .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tR96dc9Owa .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tR96dc9Owa .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tR96dc9Owa .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tR96dc9Owa .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tR96dc9Owa .list a:hover:before {
  width: 100%;
}
.cid-tR96dc9Owa .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tR96dc9Owa .col-copyright {
    padding-top: 40px;
  }
}
.cid-tR96dc9Owa .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tR96dc9Owa .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tR9iJnUmus .navbar-dropdown {
  position: relative !important;
}
.cid-tR9iJnUmus .navbar-dropdown {
  position: absolute !important;
}
.cid-tR9iJnUmus .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-tR9iJnUmus .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR9iJnUmus .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR9iJnUmus .dropdown-item:hover,
.cid-tR9iJnUmus .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tR9iJnUmus .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR9iJnUmus .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR9iJnUmus .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR9iJnUmus .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR9iJnUmus .nav-link {
  position: relative;
}
.cid-tR9iJnUmus .container {
  display: flex;
  margin: auto;
}
.cid-tR9iJnUmus .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR9iJnUmus .dropdown-menu,
.cid-tR9iJnUmus .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tR9iJnUmus .nav-item:focus,
.cid-tR9iJnUmus .nav-link:focus {
  outline: none;
}
.cid-tR9iJnUmus .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR9iJnUmus .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR9iJnUmus .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR9iJnUmus .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR9iJnUmus .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR9iJnUmus .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR9iJnUmus .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tR9iJnUmus .navbar.opened {
  transition: all 0.3s;
}
.cid-tR9iJnUmus .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR9iJnUmus .navbar .navbar-logo img {
  width: auto;
}
.cid-tR9iJnUmus .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR9iJnUmus .navbar.collapsed {
  justify-content: center;
}
.cid-tR9iJnUmus .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR9iJnUmus .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR9iJnUmus .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tR9iJnUmus .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR9iJnUmus .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR9iJnUmus .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-tR9iJnUmus .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR9iJnUmus .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR9iJnUmus .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR9iJnUmus .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR9iJnUmus .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR9iJnUmus .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR9iJnUmus .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR9iJnUmus .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-tR9iJnUmus .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR9iJnUmus .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR9iJnUmus .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR9iJnUmus .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR9iJnUmus .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR9iJnUmus .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tR9iJnUmus .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR9iJnUmus .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR9iJnUmus .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR9iJnUmus .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR9iJnUmus .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR9iJnUmus .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR9iJnUmus .dropdown-item.active,
.cid-tR9iJnUmus .dropdown-item:active {
  background-color: transparent;
}
.cid-tR9iJnUmus .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR9iJnUmus .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR9iJnUmus .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR9iJnUmus .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tR9iJnUmus .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR9iJnUmus .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR9iJnUmus ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR9iJnUmus .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR9iJnUmus button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR9iJnUmus button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tR9iJnUmus button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR9iJnUmus button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9iJnUmus button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9iJnUmus button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR9iJnUmus nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9iJnUmus nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR9iJnUmus nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR9iJnUmus nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9iJnUmus .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tR9iJnUmus a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR9iJnUmus .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-tR9iJnUmus .navbar {
    height: 70px;
  }
  .cid-tR9iJnUmus .navbar.opened {
    height: auto;
  }
  .cid-tR9iJnUmus .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR9iJoEddd {
  background-image: url("../../../assets/images/anunciar-no-jornal-800x437.webp");
}
.cid-tR9iJoEddd .mbr-section-title {
  margin: 0;
}
.cid-tR9iJoEddd .container-fluid {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tR9iJoEddd .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-tR9iJoEddd .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tR9iJoEddd .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-tR9iJoEddd .form-control-label {
  color: #000000;
}
.cid-tR9iJoEddd .form-group {
  margin-bottom: 1.3em;
}
.cid-tR9iJoEddd .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-tR9iJoEddd input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-tR9iJoEddd textarea.form-control {
  padding: 1rem;
}
.cid-tR9iJoEddd .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-tR9iJoEddd .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-tR9iJoEddd .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tR9iJoEddd .underline .line {
    height: 2px;
  }
  .cid-tR9iJoEddd .text-element {
    padding-bottom: 1rem;
  }
  .cid-tR9iJoEddd .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-tR9iJoEddd .mbr-section-title,
.cid-tR9iJoEddd .underline {
  color: #fb6e52;
}
.cid-tR9iJoEddd H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tR9iJpuQ2u {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tR9iJpuQ2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9iJpuQ2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR9iJpuQ2u .col-title {
  margin-bottom: 32px;
}
.cid-tR9iJpuQ2u .mbr-section-title {
  color: #24262b;
  text-align: center;
}
.cid-tR9iJpuQ2u .mbr-section-subtitle {
  color: #24262b;
}
.cid-tR9iJpuQ2u .cards-row {
  row-gap: 32px;
}
.cid-tR9iJpuQ2u .card {
  border-radius: 0;
  align-items: center;
}
.cid-tR9iJpuQ2u .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tR9iJpuQ2u .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tR9iJpuQ2u .text-wrap {
  flex-grow: 1;
}
.cid-tR9iJpuQ2u .card-title {
  color: #24262b;
}
.cid-tR9iJpuQ2u .card-text {
  color: #767676;
}
.cid-tR9iJqtDuq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tR9iJqtDuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9iJqtDuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR9iJqtDuq .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tR9iJqtDuq .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tR9iJqtDuq .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tR9iJqtDuq .item-img {
    width: 100%;
  }
}
.cid-tR9iJqtDuq .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tR9iJqtDuq .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tR9iJqtDuq .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tR9iJqtDuq .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tR9iJqtDuq .card-title {
  color: #131313;
}
.cid-tR9iJqtDuq .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tR9iJqtDuq .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tR9iJqtDuq .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tR9iJqtDuq .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tR9iJqtDuq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
}
.cid-tR9iJqtDuq .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tR9iJqtDuq .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tR9iJqtDuq .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tR9iJrlW0q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/planejamento-de-midia-para-anunciar-no-jornal-800x236.webp");
}
.cid-tR9iJrlW0q .mbr-text,
.cid-tR9iJrlW0q .mbr-section-btn {
  color: #232323;
}
.cid-tR9iJrlW0q .card-title,
.cid-tR9iJrlW0q .card-box {
  color: #ffe161;
}
.cid-tR9iJrlW0q .mbr-text,
.cid-tR9iJrlW0q .link-wrap {
  color: #ffffff;
}
.cid-tR9iJrlW0q .card-box .mbr-text,
.cid-tR9iJrlW0q .mbr-section-btn {
  color: #ffffff;
}
.cid-tR9iJshdrL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tR9iJshdrL .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tR9iJshdrL .item .icon-wrap {
  text-align: center;
}
.cid-tR9iJshdrL .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tR9iJshdrL .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tR9iJshdrL .item.first:before {
  display: none;
}
.cid-tR9iJshdrL .item.five:before {
  display: none;
}
.cid-tR9iJshdrL .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tR9iJshdrL .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tR9iJshdrL .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tR9iJshdrL .item:before {
    display: none;
  }
  .cid-tR9iJshdrL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tR9iJtlK1i {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tR9iJtlK1i .mbr-section-title,
  .cid-tR9iJtlK1i .mbr-section-subtitle,
  .cid-tR9iJtlK1i .mbr-section-btn,
  .cid-tR9iJtlK1i .mbr-text {
    text-align: center;
  }
}
.cid-tR9iJtlK1i .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tR9iJtlK1i .mbr-text,
.cid-tR9iJtlK1i .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tR9iJtlK1i .bigfont {
  font-size: 50px;
}
.cid-tR9iJtlK1i .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tR9iJtlK1i .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tR9iJtlK1i .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tR9iJtlK1i .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tR9iJtlK1i .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tR9iJub3mz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tR9iJub3mz .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tR9iJub3mz .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tR9iJub3mz .btn-col {
    justify-content: center;
  }
}
.cid-tR9iJub3mz .mbr-text,
.cid-tR9iJub3mz .mbr-section-btn {
  color: #999999;
}
.cid-tR9iJub3mz p {
  margin: 0;
}
.cid-tR9iJv1mCk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tR9iJv1mCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9iJv1mCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR9iJv1mCk .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tR9iJv1mCk .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tR9iJv1mCk .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tR9iJv1mCk .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tR9iJv1mCk .container {
    max-width: 100%;
  }
  .cid-tR9iJv1mCk .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tR9iJv1mCk .item-wrap {
  width: 100%;
}
.cid-tR9iJv1mCk .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tR9iJv1mCk .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tR9iJv1mCk .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tR9iJv1mCk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tR9iJv1mCk .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tR9iJv1mCk .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tR9iJv1mCk .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tR9iJv1mCk .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tR9iJv1mCk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tR9iJv1mCk .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tR9iJv1mCk .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tR9iJv1mCk .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tR9iJv1mCk .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tR9iJv1mCk .col-links {
    padding-top: 20px;
  }
}
.cid-tR9iJv1mCk .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tR9iJv1mCk .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tR9iJv1mCk .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tR9iJv1mCk .list {
    text-align: center !important;
  }
}
.cid-tR9iJv1mCk .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tR9iJv1mCk .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tR9iJv1mCk .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tR9iJv1mCk .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tR9iJv1mCk .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tR9iJv1mCk .list a:hover:before {
  width: 100%;
}
.cid-tR9iJv1mCk .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tR9iJv1mCk .col-copyright {
    padding-top: 40px;
  }
}
.cid-tR9iJv1mCk .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tR9iJv1mCk .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tRalF3VFIl .navbar-dropdown {
  position: relative !important;
}
.cid-tRalF3VFIl .navbar-dropdown {
  position: absolute !important;
}
.cid-tRalF3VFIl .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-tRalF3VFIl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRalF3VFIl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRalF3VFIl .dropdown-item:hover,
.cid-tRalF3VFIl .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tRalF3VFIl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRalF3VFIl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRalF3VFIl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRalF3VFIl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRalF3VFIl .nav-link {
  position: relative;
}
.cid-tRalF3VFIl .container {
  display: flex;
  margin: auto;
}
.cid-tRalF3VFIl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRalF3VFIl .dropdown-menu,
.cid-tRalF3VFIl .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tRalF3VFIl .nav-item:focus,
.cid-tRalF3VFIl .nav-link:focus {
  outline: none;
}
.cid-tRalF3VFIl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRalF3VFIl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRalF3VFIl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRalF3VFIl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRalF3VFIl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRalF3VFIl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRalF3VFIl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tRalF3VFIl .navbar.opened {
  transition: all 0.3s;
}
.cid-tRalF3VFIl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRalF3VFIl .navbar .navbar-logo img {
  width: auto;
}
.cid-tRalF3VFIl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRalF3VFIl .navbar.collapsed {
  justify-content: center;
}
.cid-tRalF3VFIl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRalF3VFIl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRalF3VFIl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRalF3VFIl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRalF3VFIl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRalF3VFIl .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-tRalF3VFIl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRalF3VFIl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRalF3VFIl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRalF3VFIl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRalF3VFIl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRalF3VFIl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRalF3VFIl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRalF3VFIl .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-tRalF3VFIl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRalF3VFIl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRalF3VFIl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRalF3VFIl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRalF3VFIl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRalF3VFIl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRalF3VFIl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRalF3VFIl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRalF3VFIl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRalF3VFIl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRalF3VFIl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRalF3VFIl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRalF3VFIl .dropdown-item.active,
.cid-tRalF3VFIl .dropdown-item:active {
  background-color: transparent;
}
.cid-tRalF3VFIl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRalF3VFIl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRalF3VFIl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRalF3VFIl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRalF3VFIl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRalF3VFIl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRalF3VFIl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRalF3VFIl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRalF3VFIl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRalF3VFIl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRalF3VFIl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRalF3VFIl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRalF3VFIl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRalF3VFIl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRalF3VFIl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRalF3VFIl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRalF3VFIl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRalF3VFIl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRalF3VFIl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tRalF3VFIl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRalF3VFIl .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-tRalF3VFIl .navbar {
    height: 70px;
  }
  .cid-tRalF3VFIl .navbar.opened {
    height: auto;
  }
  .cid-tRalF3VFIl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRalF4AWuv {
  background-image: url("../../../assets/images/anunciar-na-revista-800x350.webp");
}
.cid-tRalF4AWuv .mbr-section-title {
  margin: 0;
}
.cid-tRalF4AWuv .container-fluid {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tRalF4AWuv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-tRalF4AWuv .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRalF4AWuv .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-tRalF4AWuv .form-control-label {
  color: #000000;
}
.cid-tRalF4AWuv .form-group {
  margin-bottom: 1.3em;
}
.cid-tRalF4AWuv .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-tRalF4AWuv input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-tRalF4AWuv textarea.form-control {
  padding: 1rem;
}
.cid-tRalF4AWuv .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-tRalF4AWuv .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-tRalF4AWuv .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRalF4AWuv .underline .line {
    height: 2px;
  }
  .cid-tRalF4AWuv .text-element {
    padding-bottom: 1rem;
  }
  .cid-tRalF4AWuv .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-tRalF4AWuv .mbr-section-title,
.cid-tRalF4AWuv .underline {
  color: #fb6e52;
}
.cid-tRalF4AWuv H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tRalF5t2WN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tRalF5t2WN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRalF5t2WN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRalF5t2WN .col-title {
  margin-bottom: 32px;
}
.cid-tRalF5t2WN .mbr-section-title {
  color: #24262b;
  text-align: center;
}
.cid-tRalF5t2WN .mbr-section-subtitle {
  color: #24262b;
}
.cid-tRalF5t2WN .cards-row {
  row-gap: 32px;
}
.cid-tRalF5t2WN .card {
  border-radius: 0;
  align-items: center;
}
.cid-tRalF5t2WN .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tRalF5t2WN .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tRalF5t2WN .text-wrap {
  flex-grow: 1;
}
.cid-tRalF5t2WN .card-title {
  color: #24262b;
}
.cid-tRalF5t2WN .card-text {
  color: #767676;
}
.cid-tRalF6hU7Q {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRalF6hU7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRalF6hU7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRalF6hU7Q .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tRalF6hU7Q .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tRalF6hU7Q .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tRalF6hU7Q .item-img {
    width: 100%;
  }
}
.cid-tRalF6hU7Q .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tRalF6hU7Q .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tRalF6hU7Q .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tRalF6hU7Q .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tRalF6hU7Q .card-title {
  color: #131313;
}
.cid-tRalF6hU7Q .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tRalF6hU7Q .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tRalF6hU7Q .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tRalF6hU7Q .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tRalF6hU7Q .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
}
.cid-tRalF6hU7Q .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tRalF6hU7Q .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tRalF6hU7Q .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tRalF78H0W {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/planejamento-de-midia-para-anunciar-em-revistas-800x258.webp");
}
.cid-tRalF78H0W .mbr-text,
.cid-tRalF78H0W .mbr-section-btn {
  color: #232323;
}
.cid-tRalF78H0W .card-title,
.cid-tRalF78H0W .card-box {
  color: #ffe161;
}
.cid-tRalF78H0W .mbr-text,
.cid-tRalF78H0W .link-wrap {
  color: #ffffff;
}
.cid-tRalF78H0W .card-box .mbr-text,
.cid-tRalF78H0W .mbr-section-btn {
  color: #ffffff;
}
.cid-tRalF7MI8r {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRalF7MI8r .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tRalF7MI8r .item .icon-wrap {
  text-align: center;
}
.cid-tRalF7MI8r .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tRalF7MI8r .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tRalF7MI8r .item.first:before {
  display: none;
}
.cid-tRalF7MI8r .item.five:before {
  display: none;
}
.cid-tRalF7MI8r .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tRalF7MI8r .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tRalF7MI8r .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tRalF7MI8r .item:before {
    display: none;
  }
  .cid-tRalF7MI8r .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tRalF8N2zj {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tRalF8N2zj .mbr-section-title,
  .cid-tRalF8N2zj .mbr-section-subtitle,
  .cid-tRalF8N2zj .mbr-section-btn,
  .cid-tRalF8N2zj .mbr-text {
    text-align: center;
  }
}
.cid-tRalF8N2zj .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tRalF8N2zj .mbr-text,
.cid-tRalF8N2zj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tRalF8N2zj .bigfont {
  font-size: 50px;
}
.cid-tRalF8N2zj .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tRalF8N2zj .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tRalF8N2zj .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tRalF8N2zj .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tRalF8N2zj .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tRalF9AoeK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tRalF9AoeK .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tRalF9AoeK .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tRalF9AoeK .btn-col {
    justify-content: center;
  }
}
.cid-tRalF9AoeK .mbr-text,
.cid-tRalF9AoeK .mbr-section-btn {
  color: #999999;
}
.cid-tRalF9AoeK p {
  margin: 0;
}
.cid-tRalFagYCa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tRalFagYCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRalFagYCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRalFagYCa .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tRalFagYCa .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tRalFagYCa .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tRalFagYCa .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tRalFagYCa .container {
    max-width: 100%;
  }
  .cid-tRalFagYCa .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tRalFagYCa .item-wrap {
  width: 100%;
}
.cid-tRalFagYCa .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tRalFagYCa .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tRalFagYCa .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tRalFagYCa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRalFagYCa .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tRalFagYCa .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRalFagYCa .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tRalFagYCa .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tRalFagYCa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tRalFagYCa .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tRalFagYCa .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tRalFagYCa .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tRalFagYCa .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRalFagYCa .col-links {
    padding-top: 20px;
  }
}
.cid-tRalFagYCa .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tRalFagYCa .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tRalFagYCa .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tRalFagYCa .list {
    text-align: center !important;
  }
}
.cid-tRalFagYCa .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tRalFagYCa .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tRalFagYCa .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tRalFagYCa .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tRalFagYCa .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tRalFagYCa .list a:hover:before {
  width: 100%;
}
.cid-tRalFagYCa .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tRalFagYCa .col-copyright {
    padding-top: 40px;
  }
}
.cid-tRalFagYCa .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tRalFagYCa .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tRHIvflm5T .navbar-dropdown {
  position: relative !important;
}
.cid-tRHIvflm5T .navbar-dropdown {
  position: absolute !important;
}
.cid-tRHIvflm5T .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-tRHIvflm5T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRHIvflm5T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRHIvflm5T .dropdown-item:hover,
.cid-tRHIvflm5T .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tRHIvflm5T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRHIvflm5T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRHIvflm5T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRHIvflm5T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRHIvflm5T .nav-link {
  position: relative;
}
.cid-tRHIvflm5T .container {
  display: flex;
  margin: auto;
}
.cid-tRHIvflm5T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRHIvflm5T .dropdown-menu,
.cid-tRHIvflm5T .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tRHIvflm5T .nav-item:focus,
.cid-tRHIvflm5T .nav-link:focus {
  outline: none;
}
.cid-tRHIvflm5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRHIvflm5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRHIvflm5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRHIvflm5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRHIvflm5T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRHIvflm5T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRHIvflm5T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tRHIvflm5T .navbar.opened {
  transition: all 0.3s;
}
.cid-tRHIvflm5T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRHIvflm5T .navbar .navbar-logo img {
  width: auto;
}
.cid-tRHIvflm5T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRHIvflm5T .navbar.collapsed {
  justify-content: center;
}
.cid-tRHIvflm5T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRHIvflm5T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRHIvflm5T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRHIvflm5T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRHIvflm5T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRHIvflm5T .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-tRHIvflm5T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRHIvflm5T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRHIvflm5T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRHIvflm5T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRHIvflm5T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRHIvflm5T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRHIvflm5T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRHIvflm5T .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-tRHIvflm5T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRHIvflm5T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRHIvflm5T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRHIvflm5T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRHIvflm5T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRHIvflm5T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRHIvflm5T .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRHIvflm5T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRHIvflm5T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRHIvflm5T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRHIvflm5T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRHIvflm5T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRHIvflm5T .dropdown-item.active,
.cid-tRHIvflm5T .dropdown-item:active {
  background-color: transparent;
}
.cid-tRHIvflm5T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRHIvflm5T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRHIvflm5T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRHIvflm5T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRHIvflm5T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRHIvflm5T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRHIvflm5T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRHIvflm5T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRHIvflm5T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRHIvflm5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRHIvflm5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRHIvflm5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRHIvflm5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRHIvflm5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRHIvflm5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRHIvflm5T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRHIvflm5T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRHIvflm5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRHIvflm5T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tRHIvflm5T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRHIvflm5T .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-tRHIvflm5T .navbar {
    height: 70px;
  }
  .cid-tRHIvflm5T .navbar.opened {
    height: auto;
  }
  .cid-tRHIvflm5T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRHIvfZpWN {
  background-image: url("../../../assets/images/como-anunciar-em-elevadores-1280x509.webp");
}
.cid-tRHIvfZpWN .mbr-section-title {
  margin: 0;
}
.cid-tRHIvfZpWN .container-fluid {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tRHIvfZpWN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-tRHIvfZpWN .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRHIvfZpWN .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-tRHIvfZpWN .form-control-label {
  color: #000000;
}
.cid-tRHIvfZpWN .form-group {
  margin-bottom: 1.3em;
}
.cid-tRHIvfZpWN .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-tRHIvfZpWN input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-tRHIvfZpWN textarea.form-control {
  padding: 1rem;
}
.cid-tRHIvfZpWN .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-tRHIvfZpWN .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-tRHIvfZpWN .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRHIvfZpWN .underline .line {
    height: 2px;
  }
  .cid-tRHIvfZpWN .text-element {
    padding-bottom: 1rem;
  }
  .cid-tRHIvfZpWN .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-tRHIvfZpWN .mbr-section-title,
.cid-tRHIvfZpWN .underline {
  color: #fb6e52;
}
.cid-tRHIvfZpWN H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tRHIvgHObc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tRHIvgHObc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHIvgHObc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHIvgHObc .col-title {
  margin-bottom: 32px;
}
.cid-tRHIvgHObc .mbr-section-title {
  color: #24262b;
  text-align: center;
}
.cid-tRHIvgHObc .mbr-section-subtitle {
  color: #24262b;
}
.cid-tRHIvgHObc .cards-row {
  row-gap: 32px;
}
.cid-tRHIvgHObc .card {
  border-radius: 0;
  align-items: center;
}
.cid-tRHIvgHObc .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tRHIvgHObc .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tRHIvgHObc .text-wrap {
  flex-grow: 1;
}
.cid-tRHIvgHObc .card-title {
  color: #24262b;
}
.cid-tRHIvgHObc .card-text {
  color: #767676;
}
.cid-tRHIvhAssx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRHIvhAssx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHIvhAssx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHIvhAssx .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tRHIvhAssx .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tRHIvhAssx .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tRHIvhAssx .item-img {
    width: 100%;
  }
}
.cid-tRHIvhAssx .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tRHIvhAssx .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tRHIvhAssx .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tRHIvhAssx .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tRHIvhAssx .card-title {
  color: #131313;
}
.cid-tRHIvhAssx .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tRHIvhAssx .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tRHIvhAssx .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tRHIvhAssx .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tRHIvhAssx .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
}
.cid-tRHIvhAssx .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tRHIvhAssx .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tRHIvhAssx .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tRHIviiR9b {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/planejamento-de-midia-para-anunciar-em-elevadores-800x209.webp");
}
.cid-tRHIviiR9b .mbr-text,
.cid-tRHIviiR9b .mbr-section-btn {
  color: #232323;
}
.cid-tRHIviiR9b .card-title,
.cid-tRHIviiR9b .card-box {
  color: #ffe161;
}
.cid-tRHIviiR9b .mbr-text,
.cid-tRHIviiR9b .link-wrap {
  color: #ffffff;
}
.cid-tRHIviiR9b .card-box .mbr-text,
.cid-tRHIviiR9b .mbr-section-btn {
  color: #ffffff;
}
.cid-tRHIviYXdx {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRHIviYXdx .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tRHIviYXdx .item .icon-wrap {
  text-align: center;
}
.cid-tRHIviYXdx .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tRHIviYXdx .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tRHIviYXdx .item.first:before {
  display: none;
}
.cid-tRHIviYXdx .item.five:before {
  display: none;
}
.cid-tRHIviYXdx .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tRHIviYXdx .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tRHIviYXdx .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tRHIviYXdx .item:before {
    display: none;
  }
  .cid-tRHIviYXdx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tRHIvk83Aj {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tRHIvk83Aj .mbr-section-title,
  .cid-tRHIvk83Aj .mbr-section-subtitle,
  .cid-tRHIvk83Aj .mbr-section-btn,
  .cid-tRHIvk83Aj .mbr-text {
    text-align: center;
  }
}
.cid-tRHIvk83Aj .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tRHIvk83Aj .mbr-text,
.cid-tRHIvk83Aj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tRHIvk83Aj .bigfont {
  font-size: 50px;
}
.cid-tRHIvk83Aj .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tRHIvk83Aj .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tRHIvk83Aj .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tRHIvk83Aj .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tRHIvk83Aj .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tRHIvkWI7O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tRHIvkWI7O .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tRHIvkWI7O .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tRHIvkWI7O .btn-col {
    justify-content: center;
  }
}
.cid-tRHIvkWI7O .mbr-text,
.cid-tRHIvkWI7O .mbr-section-btn {
  color: #999999;
}
.cid-tRHIvkWI7O p {
  margin: 0;
}
.cid-tRHIvlLkvc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tRHIvlLkvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHIvlLkvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHIvlLkvc .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tRHIvlLkvc .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tRHIvlLkvc .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tRHIvlLkvc .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tRHIvlLkvc .container {
    max-width: 100%;
  }
  .cid-tRHIvlLkvc .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tRHIvlLkvc .item-wrap {
  width: 100%;
}
.cid-tRHIvlLkvc .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tRHIvlLkvc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tRHIvlLkvc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tRHIvlLkvc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRHIvlLkvc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tRHIvlLkvc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRHIvlLkvc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tRHIvlLkvc .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tRHIvlLkvc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tRHIvlLkvc .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tRHIvlLkvc .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tRHIvlLkvc .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tRHIvlLkvc .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRHIvlLkvc .col-links {
    padding-top: 20px;
  }
}
.cid-tRHIvlLkvc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tRHIvlLkvc .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tRHIvlLkvc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tRHIvlLkvc .list {
    text-align: center !important;
  }
}
.cid-tRHIvlLkvc .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tRHIvlLkvc .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tRHIvlLkvc .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tRHIvlLkvc .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tRHIvlLkvc .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tRHIvlLkvc .list a:hover:before {
  width: 100%;
}
.cid-tRHIvlLkvc .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tRHIvlLkvc .col-copyright {
    padding-top: 40px;
  }
}
.cid-tRHIvlLkvc .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tRHIvlLkvc .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tRCQWlX5yF .navbar-dropdown {
  position: relative !important;
}
.cid-tRCQWlX5yF .navbar-dropdown {
  position: absolute !important;
}
.cid-tRCQWlX5yF .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-tRCQWlX5yF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRCQWlX5yF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRCQWlX5yF .dropdown-item:hover,
.cid-tRCQWlX5yF .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tRCQWlX5yF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRCQWlX5yF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRCQWlX5yF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRCQWlX5yF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRCQWlX5yF .nav-link {
  position: relative;
}
.cid-tRCQWlX5yF .container {
  display: flex;
  margin: auto;
}
.cid-tRCQWlX5yF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRCQWlX5yF .dropdown-menu,
.cid-tRCQWlX5yF .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tRCQWlX5yF .nav-item:focus,
.cid-tRCQWlX5yF .nav-link:focus {
  outline: none;
}
.cid-tRCQWlX5yF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRCQWlX5yF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRCQWlX5yF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRCQWlX5yF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRCQWlX5yF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRCQWlX5yF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRCQWlX5yF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tRCQWlX5yF .navbar.opened {
  transition: all 0.3s;
}
.cid-tRCQWlX5yF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRCQWlX5yF .navbar .navbar-logo img {
  width: auto;
}
.cid-tRCQWlX5yF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRCQWlX5yF .navbar.collapsed {
  justify-content: center;
}
.cid-tRCQWlX5yF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRCQWlX5yF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRCQWlX5yF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRCQWlX5yF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRCQWlX5yF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRCQWlX5yF .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-tRCQWlX5yF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRCQWlX5yF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRCQWlX5yF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRCQWlX5yF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRCQWlX5yF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRCQWlX5yF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRCQWlX5yF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRCQWlX5yF .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-tRCQWlX5yF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRCQWlX5yF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRCQWlX5yF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRCQWlX5yF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRCQWlX5yF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRCQWlX5yF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRCQWlX5yF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRCQWlX5yF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRCQWlX5yF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRCQWlX5yF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRCQWlX5yF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRCQWlX5yF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRCQWlX5yF .dropdown-item.active,
.cid-tRCQWlX5yF .dropdown-item:active {
  background-color: transparent;
}
.cid-tRCQWlX5yF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRCQWlX5yF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRCQWlX5yF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRCQWlX5yF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRCQWlX5yF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRCQWlX5yF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRCQWlX5yF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRCQWlX5yF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRCQWlX5yF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRCQWlX5yF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRCQWlX5yF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRCQWlX5yF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRCQWlX5yF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRCQWlX5yF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRCQWlX5yF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRCQWlX5yF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRCQWlX5yF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRCQWlX5yF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRCQWlX5yF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tRCQWlX5yF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRCQWlX5yF .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-tRCQWlX5yF .navbar {
    height: 70px;
  }
  .cid-tRCQWlX5yF .navbar.opened {
    height: auto;
  }
  .cid-tRCQWlX5yF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRCQWnjhfy {
  background-image: url("../../../assets/images/anunciar-em-outdoor-1349x580.webp");
}
.cid-tRCQWnjhfy .mbr-section-title {
  margin: 0;
}
.cid-tRCQWnjhfy .container-fluid {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tRCQWnjhfy .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-tRCQWnjhfy .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRCQWnjhfy .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-tRCQWnjhfy .form-control-label {
  color: #000000;
}
.cid-tRCQWnjhfy .form-group {
  margin-bottom: 1.3em;
}
.cid-tRCQWnjhfy .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-tRCQWnjhfy input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-tRCQWnjhfy textarea.form-control {
  padding: 1rem;
}
.cid-tRCQWnjhfy .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-tRCQWnjhfy .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-tRCQWnjhfy .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCQWnjhfy .underline .line {
    height: 2px;
  }
  .cid-tRCQWnjhfy .text-element {
    padding-bottom: 1rem;
  }
  .cid-tRCQWnjhfy .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-tRCQWnjhfy .mbr-section-title,
.cid-tRCQWnjhfy .underline {
  color: #fb6e52;
}
.cid-tRCQWnjhfy H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tRCQWoPfvU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tRCQWoPfvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCQWoPfvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCQWoPfvU .col-title {
  margin-bottom: 32px;
}
.cid-tRCQWoPfvU .mbr-section-title {
  color: #24262b;
}
.cid-tRCQWoPfvU .mbr-section-subtitle {
  color: #24262b;
}
.cid-tRCQWoPfvU .cards-row {
  row-gap: 32px;
}
.cid-tRCQWoPfvU .card {
  border-radius: 0;
  align-items: center;
}
.cid-tRCQWoPfvU .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tRCQWoPfvU .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tRCQWoPfvU .text-wrap {
  flex-grow: 1;
}
.cid-tRCQWoPfvU .card-title {
  color: #24262b;
}
.cid-tRCQWoPfvU .card-text {
  color: #767676;
}
.cid-tRCQWqDm3W {
  background-color: #ffffff;
}
.cid-tRCQWqDm3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCQWqDm3W .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-tRCQWqDm3W .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tRCQWqDm3W .container {
    padding: 0 12px;
  }
}
.cid-tRCQWqDm3W .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tRCQWqDm3W .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tRCQWqDm3W .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRCQWqDm3W .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-tRCQWqDm3W .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-tRCQWqDm3W .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tRCQWqDm3W .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-tRCQWqDm3W .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #222222;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tRCQWqDm3W .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-tRCQWqDm3W .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #3bae71;
  background-color: #ffffff;
}
.cid-tRCQWqDm3W .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #fb6e52;
  box-shadow: 4px 4px #fb6e52;
}
@media (max-width: 992px) {
  .cid-tRCQWqDm3W .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tRCQWqDm3W .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tRCQWqDm3W .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-tRCQWqDm3W .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-tRCQWqDm3W .mbr-section-title {
  color: #222222;
}
.cid-tRCQWqDm3W .mbr-desc {
  color: #222222;
}
.cid-tRCQWqDm3W .mbr-desc,
.cid-tRCQWqDm3W .mbr-section-btn {
  text-align: center;
}
.cid-tRCQWswGJG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/propaganda-em-outdoor-1349x355.webp");
}
.cid-tRCQWswGJG .mbr-text,
.cid-tRCQWswGJG .mbr-section-btn {
  color: #232323;
}
.cid-tRCQWswGJG .card-title,
.cid-tRCQWswGJG .card-box {
  color: #ffe161;
}
.cid-tRCQWswGJG .mbr-text,
.cid-tRCQWswGJG .link-wrap {
  color: #ffffff;
}
.cid-tRCQWtRHNn {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRCQWtRHNn .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tRCQWtRHNn .item .icon-wrap {
  text-align: center;
}
.cid-tRCQWtRHNn .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tRCQWtRHNn .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tRCQWtRHNn .item.first:before {
  display: none;
}
.cid-tRCQWtRHNn .item.five:before {
  display: none;
}
.cid-tRCQWtRHNn .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tRCQWtRHNn .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tRCQWtRHNn .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tRCQWtRHNn .item:before {
    display: none;
  }
  .cid-tRCQWtRHNn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tRCQWvNb9Y {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tRCQWvNb9Y .mbr-section-title,
  .cid-tRCQWvNb9Y .mbr-section-subtitle,
  .cid-tRCQWvNb9Y .mbr-section-btn,
  .cid-tRCQWvNb9Y .mbr-text {
    text-align: center;
  }
}
.cid-tRCQWvNb9Y .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tRCQWvNb9Y .mbr-text,
.cid-tRCQWvNb9Y .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tRCQWvNb9Y .bigfont {
  font-size: 50px;
}
.cid-tRCQWvNb9Y .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tRCQWvNb9Y .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tRCQWvNb9Y .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tRCQWvNb9Y .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tRCQWvNb9Y .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tRCQWx8bWV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tRCQWx8bWV .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tRCQWx8bWV .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tRCQWx8bWV .btn-col {
    justify-content: center;
  }
}
.cid-tRCQWx8bWV .mbr-text,
.cid-tRCQWx8bWV .mbr-section-btn {
  color: #999999;
}
.cid-tRCQWx8bWV p {
  margin: 0;
}
.cid-tRCQWyiHtZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tRCQWyiHtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCQWyiHtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCQWyiHtZ .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tRCQWyiHtZ .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tRCQWyiHtZ .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tRCQWyiHtZ .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tRCQWyiHtZ .container {
    max-width: 100%;
  }
  .cid-tRCQWyiHtZ .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tRCQWyiHtZ .item-wrap {
  width: 100%;
}
.cid-tRCQWyiHtZ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tRCQWyiHtZ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tRCQWyiHtZ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tRCQWyiHtZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRCQWyiHtZ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tRCQWyiHtZ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRCQWyiHtZ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tRCQWyiHtZ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tRCQWyiHtZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tRCQWyiHtZ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tRCQWyiHtZ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tRCQWyiHtZ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tRCQWyiHtZ .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRCQWyiHtZ .col-links {
    padding-top: 20px;
  }
}
.cid-tRCQWyiHtZ .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tRCQWyiHtZ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tRCQWyiHtZ .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tRCQWyiHtZ .list {
    text-align: center !important;
  }
}
.cid-tRCQWyiHtZ .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tRCQWyiHtZ .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tRCQWyiHtZ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tRCQWyiHtZ .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tRCQWyiHtZ .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tRCQWyiHtZ .list a:hover:before {
  width: 100%;
}
.cid-tRCQWyiHtZ .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tRCQWyiHtZ .col-copyright {
    padding-top: 40px;
  }
}
.cid-tRCQWyiHtZ .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tRCQWyiHtZ .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tRKxIxU2qz .navbar-dropdown {
  position: relative !important;
}
.cid-tRKxIxU2qz .navbar-dropdown {
  position: absolute !important;
}
.cid-tRKxIxU2qz .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-tRKxIxU2qz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRKxIxU2qz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRKxIxU2qz .dropdown-item:hover,
.cid-tRKxIxU2qz .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tRKxIxU2qz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRKxIxU2qz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRKxIxU2qz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRKxIxU2qz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRKxIxU2qz .nav-link {
  position: relative;
}
.cid-tRKxIxU2qz .container {
  display: flex;
  margin: auto;
}
.cid-tRKxIxU2qz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRKxIxU2qz .dropdown-menu,
.cid-tRKxIxU2qz .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tRKxIxU2qz .nav-item:focus,
.cid-tRKxIxU2qz .nav-link:focus {
  outline: none;
}
.cid-tRKxIxU2qz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRKxIxU2qz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRKxIxU2qz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRKxIxU2qz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRKxIxU2qz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRKxIxU2qz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRKxIxU2qz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tRKxIxU2qz .navbar.opened {
  transition: all 0.3s;
}
.cid-tRKxIxU2qz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRKxIxU2qz .navbar .navbar-logo img {
  width: auto;
}
.cid-tRKxIxU2qz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRKxIxU2qz .navbar.collapsed {
  justify-content: center;
}
.cid-tRKxIxU2qz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRKxIxU2qz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRKxIxU2qz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRKxIxU2qz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRKxIxU2qz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRKxIxU2qz .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-tRKxIxU2qz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRKxIxU2qz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRKxIxU2qz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRKxIxU2qz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRKxIxU2qz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRKxIxU2qz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRKxIxU2qz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRKxIxU2qz .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-tRKxIxU2qz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRKxIxU2qz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRKxIxU2qz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRKxIxU2qz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRKxIxU2qz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRKxIxU2qz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRKxIxU2qz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRKxIxU2qz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRKxIxU2qz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRKxIxU2qz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRKxIxU2qz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRKxIxU2qz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRKxIxU2qz .dropdown-item.active,
.cid-tRKxIxU2qz .dropdown-item:active {
  background-color: transparent;
}
.cid-tRKxIxU2qz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRKxIxU2qz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRKxIxU2qz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRKxIxU2qz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRKxIxU2qz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRKxIxU2qz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRKxIxU2qz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRKxIxU2qz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRKxIxU2qz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRKxIxU2qz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRKxIxU2qz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRKxIxU2qz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRKxIxU2qz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRKxIxU2qz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRKxIxU2qz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRKxIxU2qz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRKxIxU2qz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRKxIxU2qz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRKxIxU2qz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tRKxIxU2qz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRKxIxU2qz .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-tRKxIxU2qz .navbar {
    height: 70px;
  }
  .cid-tRKxIxU2qz .navbar.opened {
    height: auto;
  }
  .cid-tRKxIxU2qz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRKxIyHzz9 {
  background-image: url("../../../assets/images/anunciar-no-cinema-1349x534.webp");
}
.cid-tRKxIyHzz9 .mbr-section-title {
  margin: 0;
}
.cid-tRKxIyHzz9 .container-fluid {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tRKxIyHzz9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-tRKxIyHzz9 .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRKxIyHzz9 .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-tRKxIyHzz9 .form-control-label {
  color: #000000;
}
.cid-tRKxIyHzz9 .form-group {
  margin-bottom: 1.3em;
}
.cid-tRKxIyHzz9 .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-tRKxIyHzz9 input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-tRKxIyHzz9 textarea.form-control {
  padding: 1rem;
}
.cid-tRKxIyHzz9 .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-tRKxIyHzz9 .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-tRKxIyHzz9 .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRKxIyHzz9 .underline .line {
    height: 2px;
  }
  .cid-tRKxIyHzz9 .text-element {
    padding-bottom: 1rem;
  }
  .cid-tRKxIyHzz9 .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-tRKxIyHzz9 .mbr-section-title,
.cid-tRKxIyHzz9 .underline {
  color: #fb6e52;
}
.cid-tRKxIyHzz9 H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tRKxIzuBC7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tRKxIzuBC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRKxIzuBC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRKxIzuBC7 .col-title {
  margin-bottom: 32px;
}
.cid-tRKxIzuBC7 .mbr-section-title {
  color: #24262b;
}
.cid-tRKxIzuBC7 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tRKxIzuBC7 .cards-row {
  row-gap: 32px;
}
.cid-tRKxIzuBC7 .card {
  border-radius: 0;
  align-items: center;
}
.cid-tRKxIzuBC7 .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tRKxIzuBC7 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tRKxIzuBC7 .text-wrap {
  flex-grow: 1;
}
.cid-tRKxIzuBC7 .card-title {
  color: #24262b;
}
.cid-tRKxIzuBC7 .card-text {
  color: #767676;
}
.cid-tRKxIAbGEp {
  background-color: #ffffff;
}
.cid-tRKxIAbGEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRKxIAbGEp .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-tRKxIAbGEp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tRKxIAbGEp .container {
    padding: 0 12px;
  }
}
.cid-tRKxIAbGEp .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tRKxIAbGEp .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tRKxIAbGEp .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRKxIAbGEp .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-tRKxIAbGEp .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-tRKxIAbGEp .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tRKxIAbGEp .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-tRKxIAbGEp .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #222222;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tRKxIAbGEp .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-tRKxIAbGEp .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #3bae71;
  background-color: #ffffff;
}
.cid-tRKxIAbGEp .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #fb6e52;
  box-shadow: 4px 4px #fb6e52;
}
@media (max-width: 992px) {
  .cid-tRKxIAbGEp .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tRKxIAbGEp .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tRKxIAbGEp .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-tRKxIAbGEp .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-tRKxIAbGEp .mbr-section-title {
  color: #222222;
}
.cid-tRKxIAbGEp .mbr-desc {
  color: #222222;
}
.cid-tRKxIAbGEp .mbr-desc,
.cid-tRKxIAbGEp .mbr-section-btn {
  text-align: center;
}
.cid-tRKxIAZ8Is {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/planejamento-de-midia-para-anunciar-no-cinema-1000x310.webp");
}
.cid-tRKxIAZ8Is .mbr-text,
.cid-tRKxIAZ8Is .mbr-section-btn {
  color: #232323;
}
.cid-tRKxIAZ8Is .card-title,
.cid-tRKxIAZ8Is .card-box {
  color: #ffe161;
}
.cid-tRKxIAZ8Is .mbr-text,
.cid-tRKxIAZ8Is .link-wrap {
  color: #ffffff;
}
.cid-tRKxIBHxl9 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRKxIBHxl9 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tRKxIBHxl9 .item .icon-wrap {
  text-align: center;
}
.cid-tRKxIBHxl9 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tRKxIBHxl9 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tRKxIBHxl9 .item.first:before {
  display: none;
}
.cid-tRKxIBHxl9 .item.five:before {
  display: none;
}
.cid-tRKxIBHxl9 .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tRKxIBHxl9 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tRKxIBHxl9 .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tRKxIBHxl9 .item:before {
    display: none;
  }
  .cid-tRKxIBHxl9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tRKxICyyKb {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tRKxICyyKb .mbr-section-title,
  .cid-tRKxICyyKb .mbr-section-subtitle,
  .cid-tRKxICyyKb .mbr-section-btn,
  .cid-tRKxICyyKb .mbr-text {
    text-align: center;
  }
}
.cid-tRKxICyyKb .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tRKxICyyKb .mbr-text,
.cid-tRKxICyyKb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tRKxICyyKb .bigfont {
  font-size: 50px;
}
.cid-tRKxICyyKb .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tRKxICyyKb .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tRKxICyyKb .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tRKxICyyKb .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tRKxICyyKb .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tRKxIDbdsH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tRKxIDbdsH .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tRKxIDbdsH .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tRKxIDbdsH .btn-col {
    justify-content: center;
  }
}
.cid-tRKxIDbdsH .mbr-text,
.cid-tRKxIDbdsH .mbr-section-btn {
  color: #999999;
}
.cid-tRKxIDbdsH p {
  margin: 0;
}
.cid-tRKxIDQoSh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tRKxIDQoSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRKxIDQoSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRKxIDQoSh .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tRKxIDQoSh .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tRKxIDQoSh .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tRKxIDQoSh .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tRKxIDQoSh .container {
    max-width: 100%;
  }
  .cid-tRKxIDQoSh .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tRKxIDQoSh .item-wrap {
  width: 100%;
}
.cid-tRKxIDQoSh .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tRKxIDQoSh .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tRKxIDQoSh .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tRKxIDQoSh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRKxIDQoSh .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tRKxIDQoSh .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRKxIDQoSh .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tRKxIDQoSh .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tRKxIDQoSh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tRKxIDQoSh .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tRKxIDQoSh .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tRKxIDQoSh .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tRKxIDQoSh .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRKxIDQoSh .col-links {
    padding-top: 20px;
  }
}
.cid-tRKxIDQoSh .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tRKxIDQoSh .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tRKxIDQoSh .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tRKxIDQoSh .list {
    text-align: center !important;
  }
}
.cid-tRKxIDQoSh .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tRKxIDQoSh .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tRKxIDQoSh .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tRKxIDQoSh .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tRKxIDQoSh .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tRKxIDQoSh .list a:hover:before {
  width: 100%;
}
.cid-tRKxIDQoSh .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tRKxIDQoSh .col-copyright {
    padding-top: 40px;
  }
}
.cid-tRKxIDQoSh .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tRKxIDQoSh .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tRNTXdJPEl .navbar-dropdown {
  position: relative !important;
}
.cid-tRNTXdJPEl .navbar-dropdown {
  position: absolute !important;
}
.cid-tRNTXdJPEl .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-tRNTXdJPEl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRNTXdJPEl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRNTXdJPEl .dropdown-item:hover,
.cid-tRNTXdJPEl .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tRNTXdJPEl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRNTXdJPEl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRNTXdJPEl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRNTXdJPEl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRNTXdJPEl .nav-link {
  position: relative;
}
.cid-tRNTXdJPEl .container {
  display: flex;
  margin: auto;
}
.cid-tRNTXdJPEl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRNTXdJPEl .dropdown-menu,
.cid-tRNTXdJPEl .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tRNTXdJPEl .nav-item:focus,
.cid-tRNTXdJPEl .nav-link:focus {
  outline: none;
}
.cid-tRNTXdJPEl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRNTXdJPEl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRNTXdJPEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRNTXdJPEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRNTXdJPEl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRNTXdJPEl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRNTXdJPEl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tRNTXdJPEl .navbar.opened {
  transition: all 0.3s;
}
.cid-tRNTXdJPEl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRNTXdJPEl .navbar .navbar-logo img {
  width: auto;
}
.cid-tRNTXdJPEl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRNTXdJPEl .navbar.collapsed {
  justify-content: center;
}
.cid-tRNTXdJPEl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRNTXdJPEl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRNTXdJPEl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRNTXdJPEl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRNTXdJPEl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRNTXdJPEl .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-tRNTXdJPEl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRNTXdJPEl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRNTXdJPEl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRNTXdJPEl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRNTXdJPEl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRNTXdJPEl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRNTXdJPEl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRNTXdJPEl .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-tRNTXdJPEl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRNTXdJPEl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRNTXdJPEl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRNTXdJPEl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRNTXdJPEl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRNTXdJPEl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRNTXdJPEl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRNTXdJPEl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRNTXdJPEl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRNTXdJPEl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRNTXdJPEl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRNTXdJPEl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRNTXdJPEl .dropdown-item.active,
.cid-tRNTXdJPEl .dropdown-item:active {
  background-color: transparent;
}
.cid-tRNTXdJPEl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRNTXdJPEl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRNTXdJPEl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRNTXdJPEl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRNTXdJPEl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRNTXdJPEl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRNTXdJPEl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRNTXdJPEl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRNTXdJPEl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRNTXdJPEl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRNTXdJPEl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRNTXdJPEl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRNTXdJPEl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRNTXdJPEl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRNTXdJPEl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRNTXdJPEl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRNTXdJPEl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRNTXdJPEl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRNTXdJPEl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tRNTXdJPEl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRNTXdJPEl .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-tRNTXdJPEl .navbar {
    height: 70px;
  }
  .cid-tRNTXdJPEl .navbar.opened {
    height: auto;
  }
  .cid-tRNTXdJPEl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRNTXepjdX {
  background-image: url("../../../assets/images/anunciar-no-shopping-sp-1000x668.webp");
}
.cid-tRNTXepjdX .mbr-section-title {
  margin: 0;
}
.cid-tRNTXepjdX .container-fluid {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tRNTXepjdX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-tRNTXepjdX .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRNTXepjdX .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-tRNTXepjdX .form-control-label {
  color: #000000;
}
.cid-tRNTXepjdX .form-group {
  margin-bottom: 1.3em;
}
.cid-tRNTXepjdX .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-tRNTXepjdX input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-tRNTXepjdX textarea.form-control {
  padding: 1rem;
}
.cid-tRNTXepjdX .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-tRNTXepjdX .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-tRNTXepjdX .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRNTXepjdX .underline .line {
    height: 2px;
  }
  .cid-tRNTXepjdX .text-element {
    padding-bottom: 1rem;
  }
  .cid-tRNTXepjdX .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-tRNTXepjdX .mbr-section-title,
.cid-tRNTXepjdX .underline {
  color: #fb6e52;
}
.cid-tRNTXepjdX H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tRNTXf5Ras {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tRNTXf5Ras .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRNTXf5Ras .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRNTXf5Ras .col-title {
  margin-bottom: 32px;
}
.cid-tRNTXf5Ras .mbr-section-title {
  color: #24262b;
}
.cid-tRNTXf5Ras .mbr-section-subtitle {
  color: #24262b;
}
.cid-tRNTXf5Ras .cards-row {
  row-gap: 32px;
}
.cid-tRNTXf5Ras .card {
  border-radius: 0;
  align-items: center;
}
.cid-tRNTXf5Ras .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tRNTXf5Ras .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tRNTXf5Ras .text-wrap {
  flex-grow: 1;
}
.cid-tRNTXf5Ras .card-title {
  color: #24262b;
}
.cid-tRNTXf5Ras .card-text {
  color: #767676;
}
.cid-tRNTXfQA1F {
  background-color: #ffffff;
}
.cid-tRNTXfQA1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRNTXfQA1F .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-tRNTXfQA1F .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tRNTXfQA1F .container {
    padding: 0 12px;
  }
}
.cid-tRNTXfQA1F .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tRNTXfQA1F .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tRNTXfQA1F .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRNTXfQA1F .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-tRNTXfQA1F .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-tRNTXfQA1F .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tRNTXfQA1F .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-tRNTXfQA1F .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #222222;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tRNTXfQA1F .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-tRNTXfQA1F .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #3bae71;
  background-color: #ffffff;
}
.cid-tRNTXfQA1F .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #fb6e52;
  box-shadow: 4px 4px #fb6e52;
}
@media (max-width: 992px) {
  .cid-tRNTXfQA1F .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tRNTXfQA1F .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tRNTXfQA1F .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-tRNTXfQA1F .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-tRNTXfQA1F .mbr-section-title {
  color: #222222;
}
.cid-tRNTXfQA1F .mbr-desc {
  color: #222222;
}
.cid-tRNTXfQA1F .mbr-desc,
.cid-tRNTXfQA1F .mbr-section-btn {
  text-align: center;
}
.cid-tRNTXgT3Xm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/planejamento-de-midia-para-anunciar-no-shoppings-de-so-paulo-1000x310.webp");
}
.cid-tRNTXgT3Xm .mbr-text,
.cid-tRNTXgT3Xm .mbr-section-btn {
  color: #232323;
}
.cid-tRNTXgT3Xm .card-title,
.cid-tRNTXgT3Xm .card-box {
  color: #ffe161;
  text-align: center;
}
.cid-tRNTXgT3Xm .mbr-text,
.cid-tRNTXgT3Xm .link-wrap {
  color: #ffffff;
}
.cid-tRNTXhJjp3 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRNTXhJjp3 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tRNTXhJjp3 .item .icon-wrap {
  text-align: center;
}
.cid-tRNTXhJjp3 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tRNTXhJjp3 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tRNTXhJjp3 .item.first:before {
  display: none;
}
.cid-tRNTXhJjp3 .item.five:before {
  display: none;
}
.cid-tRNTXhJjp3 .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tRNTXhJjp3 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tRNTXhJjp3 .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tRNTXhJjp3 .item:before {
    display: none;
  }
  .cid-tRNTXhJjp3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tRNTXiJsuR {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tRNTXiJsuR .mbr-section-title,
  .cid-tRNTXiJsuR .mbr-section-subtitle,
  .cid-tRNTXiJsuR .mbr-section-btn,
  .cid-tRNTXiJsuR .mbr-text {
    text-align: center;
  }
}
.cid-tRNTXiJsuR .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tRNTXiJsuR .mbr-text,
.cid-tRNTXiJsuR .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tRNTXiJsuR .bigfont {
  font-size: 50px;
}
.cid-tRNTXiJsuR .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tRNTXiJsuR .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tRNTXiJsuR .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tRNTXiJsuR .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tRNTXiJsuR .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tRNTXjnfeo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tRNTXjnfeo .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tRNTXjnfeo .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tRNTXjnfeo .btn-col {
    justify-content: center;
  }
}
.cid-tRNTXjnfeo .mbr-text,
.cid-tRNTXjnfeo .mbr-section-btn {
  color: #999999;
}
.cid-tRNTXjnfeo p {
  margin: 0;
}
.cid-tRNTXk3y3E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tRNTXk3y3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRNTXk3y3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRNTXk3y3E .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tRNTXk3y3E .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tRNTXk3y3E .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tRNTXk3y3E .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tRNTXk3y3E .container {
    max-width: 100%;
  }
  .cid-tRNTXk3y3E .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tRNTXk3y3E .item-wrap {
  width: 100%;
}
.cid-tRNTXk3y3E .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tRNTXk3y3E .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tRNTXk3y3E .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tRNTXk3y3E .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRNTXk3y3E .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tRNTXk3y3E .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRNTXk3y3E .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tRNTXk3y3E .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tRNTXk3y3E .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tRNTXk3y3E .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tRNTXk3y3E .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tRNTXk3y3E .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tRNTXk3y3E .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRNTXk3y3E .col-links {
    padding-top: 20px;
  }
}
.cid-tRNTXk3y3E .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tRNTXk3y3E .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tRNTXk3y3E .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tRNTXk3y3E .list {
    text-align: center !important;
  }
}
.cid-tRNTXk3y3E .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tRNTXk3y3E .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tRNTXk3y3E .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tRNTXk3y3E .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tRNTXk3y3E .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tRNTXk3y3E .list a:hover:before {
  width: 100%;
}
.cid-tRNTXk3y3E .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tRNTXk3y3E .col-copyright {
    padding-top: 40px;
  }
}
.cid-tRNTXk3y3E .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tRNTXk3y3E .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tRUcDbLbfL .navbar-dropdown {
  position: relative !important;
}
.cid-tRUcDbLbfL .navbar-dropdown {
  position: absolute !important;
}
.cid-tRUcDbLbfL .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-tRUcDbLbfL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRUcDbLbfL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRUcDbLbfL .dropdown-item:hover,
.cid-tRUcDbLbfL .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tRUcDbLbfL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRUcDbLbfL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRUcDbLbfL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRUcDbLbfL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRUcDbLbfL .nav-link {
  position: relative;
}
.cid-tRUcDbLbfL .container {
  display: flex;
  margin: auto;
}
.cid-tRUcDbLbfL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRUcDbLbfL .dropdown-menu,
.cid-tRUcDbLbfL .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tRUcDbLbfL .nav-item:focus,
.cid-tRUcDbLbfL .nav-link:focus {
  outline: none;
}
.cid-tRUcDbLbfL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRUcDbLbfL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRUcDbLbfL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRUcDbLbfL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRUcDbLbfL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRUcDbLbfL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRUcDbLbfL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tRUcDbLbfL .navbar.opened {
  transition: all 0.3s;
}
.cid-tRUcDbLbfL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRUcDbLbfL .navbar .navbar-logo img {
  width: auto;
}
.cid-tRUcDbLbfL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRUcDbLbfL .navbar.collapsed {
  justify-content: center;
}
.cid-tRUcDbLbfL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRUcDbLbfL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRUcDbLbfL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRUcDbLbfL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRUcDbLbfL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRUcDbLbfL .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-tRUcDbLbfL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRUcDbLbfL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRUcDbLbfL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRUcDbLbfL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRUcDbLbfL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRUcDbLbfL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRUcDbLbfL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRUcDbLbfL .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-tRUcDbLbfL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRUcDbLbfL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRUcDbLbfL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRUcDbLbfL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRUcDbLbfL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRUcDbLbfL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRUcDbLbfL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRUcDbLbfL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRUcDbLbfL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRUcDbLbfL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRUcDbLbfL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRUcDbLbfL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRUcDbLbfL .dropdown-item.active,
.cid-tRUcDbLbfL .dropdown-item:active {
  background-color: transparent;
}
.cid-tRUcDbLbfL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRUcDbLbfL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRUcDbLbfL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRUcDbLbfL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRUcDbLbfL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRUcDbLbfL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRUcDbLbfL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRUcDbLbfL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRUcDbLbfL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRUcDbLbfL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRUcDbLbfL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRUcDbLbfL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRUcDbLbfL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRUcDbLbfL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRUcDbLbfL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRUcDbLbfL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRUcDbLbfL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRUcDbLbfL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRUcDbLbfL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tRUcDbLbfL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRUcDbLbfL .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-tRUcDbLbfL .navbar {
    height: 70px;
  }
  .cid-tRUcDbLbfL .navbar.opened {
    height: auto;
  }
  .cid-tRUcDbLbfL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRUcDdvopc {
  background-image: url("../../../assets/images/anuncie-em-busdoor-650x365.webp");
}
.cid-tRUcDdvopc .mbr-section-title {
  margin: 0;
}
.cid-tRUcDdvopc .container-fluid {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tRUcDdvopc .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-tRUcDdvopc .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRUcDdvopc .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-tRUcDdvopc .form-control-label {
  color: #000000;
}
.cid-tRUcDdvopc .form-group {
  margin-bottom: 1.3em;
}
.cid-tRUcDdvopc .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-tRUcDdvopc input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-tRUcDdvopc textarea.form-control {
  padding: 1rem;
}
.cid-tRUcDdvopc .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-tRUcDdvopc .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-tRUcDdvopc .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRUcDdvopc .underline .line {
    height: 2px;
  }
  .cid-tRUcDdvopc .text-element {
    padding-bottom: 1rem;
  }
  .cid-tRUcDdvopc .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-tRUcDdvopc .mbr-section-title,
.cid-tRUcDdvopc .underline {
  color: #fb6e52;
}
.cid-tRUcDdvopc H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tRUcDfm0Dq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tRUcDfm0Dq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRUcDfm0Dq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRUcDfm0Dq .col-title {
  margin-bottom: 32px;
}
.cid-tRUcDfm0Dq .mbr-section-title {
  color: #24262b;
  text-align: center;
}
.cid-tRUcDfm0Dq .mbr-section-subtitle {
  color: #24262b;
}
.cid-tRUcDfm0Dq .cards-row {
  row-gap: 32px;
}
.cid-tRUcDfm0Dq .card {
  border-radius: 0;
  align-items: center;
}
.cid-tRUcDfm0Dq .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tRUcDfm0Dq .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tRUcDfm0Dq .text-wrap {
  flex-grow: 1;
}
.cid-tRUcDfm0Dq .card-title {
  color: #24262b;
}
.cid-tRUcDfm0Dq .card-text {
  color: #767676;
}
.cid-tRUcDg6apu {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRUcDg6apu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRUcDg6apu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRUcDg6apu .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tRUcDg6apu .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tRUcDg6apu .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tRUcDg6apu .item-img {
    width: 100%;
  }
}
.cid-tRUcDg6apu .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tRUcDg6apu .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tRUcDg6apu .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tRUcDg6apu .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tRUcDg6apu .card-title {
  color: #131313;
}
.cid-tRUcDg6apu .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tRUcDg6apu .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tRUcDg6apu .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tRUcDg6apu .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tRUcDg6apu .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
}
.cid-tRUcDg6apu .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tRUcDg6apu .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tRUcDg6apu .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tRUcDgU1dW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/anunciar-em-busdoor-1349x355.webp");
}
.cid-tRUcDgU1dW .mbr-text,
.cid-tRUcDgU1dW .mbr-section-btn {
  color: #232323;
}
.cid-tRUcDgU1dW .card-title,
.cid-tRUcDgU1dW .card-box {
  color: #ffe161;
}
.cid-tRUcDgU1dW .mbr-text,
.cid-tRUcDgU1dW .link-wrap {
  color: #ffffff;
}
.cid-tRUcDgU1dW .card-box .mbr-text,
.cid-tRUcDgU1dW .mbr-section-btn {
  color: #ffffff;
}
.cid-tRUcDhBk0G {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRUcDhBk0G .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tRUcDhBk0G .item .icon-wrap {
  text-align: center;
}
.cid-tRUcDhBk0G .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tRUcDhBk0G .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tRUcDhBk0G .item.first:before {
  display: none;
}
.cid-tRUcDhBk0G .item.five:before {
  display: none;
}
.cid-tRUcDhBk0G .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tRUcDhBk0G .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tRUcDhBk0G .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tRUcDhBk0G .item:before {
    display: none;
  }
  .cid-tRUcDhBk0G .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tRUcDhBk0G .text-box .mbr-text {
  color: #111111;
}
.cid-tRUcDiFU8b {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tRUcDiFU8b .mbr-section-title,
  .cid-tRUcDiFU8b .mbr-section-subtitle,
  .cid-tRUcDiFU8b .mbr-section-btn,
  .cid-tRUcDiFU8b .mbr-text {
    text-align: center;
  }
}
.cid-tRUcDiFU8b .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tRUcDiFU8b .mbr-text,
.cid-tRUcDiFU8b .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tRUcDiFU8b .bigfont {
  font-size: 50px;
}
.cid-tRUcDiFU8b .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tRUcDiFU8b .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tRUcDiFU8b .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tRUcDiFU8b .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tRUcDiFU8b .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tRUcDjmbqn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tRUcDjmbqn .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tRUcDjmbqn .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tRUcDjmbqn .btn-col {
    justify-content: center;
  }
}
.cid-tRUcDjmbqn .mbr-text,
.cid-tRUcDjmbqn .mbr-section-btn {
  color: #999999;
}
.cid-tRUcDjmbqn p {
  margin: 0;
}
.cid-tRUcDk9YCX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tRUcDk9YCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRUcDk9YCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRUcDk9YCX .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tRUcDk9YCX .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tRUcDk9YCX .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tRUcDk9YCX .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tRUcDk9YCX .container {
    max-width: 100%;
  }
  .cid-tRUcDk9YCX .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tRUcDk9YCX .item-wrap {
  width: 100%;
}
.cid-tRUcDk9YCX .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tRUcDk9YCX .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tRUcDk9YCX .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tRUcDk9YCX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRUcDk9YCX .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tRUcDk9YCX .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tRUcDk9YCX .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tRUcDk9YCX .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tRUcDk9YCX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tRUcDk9YCX .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tRUcDk9YCX .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tRUcDk9YCX .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tRUcDk9YCX .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRUcDk9YCX .col-links {
    padding-top: 20px;
  }
}
.cid-tRUcDk9YCX .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tRUcDk9YCX .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tRUcDk9YCX .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tRUcDk9YCX .list {
    text-align: center !important;
  }
}
.cid-tRUcDk9YCX .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tRUcDk9YCX .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tRUcDk9YCX .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tRUcDk9YCX .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tRUcDk9YCX .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tRUcDk9YCX .list a:hover:before {
  width: 100%;
}
.cid-tRUcDk9YCX .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tRUcDk9YCX .col-copyright {
    padding-top: 40px;
  }
}
.cid-tRUcDk9YCX .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tRUcDk9YCX .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tSd4vdpGYn .navbar-dropdown {
  position: relative !important;
}
.cid-tSd4vdpGYn .navbar-dropdown {
  position: absolute !important;
}
.cid-tSd4vdpGYn .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-tSd4vdpGYn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSd4vdpGYn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSd4vdpGYn .dropdown-item:hover,
.cid-tSd4vdpGYn .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tSd4vdpGYn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSd4vdpGYn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSd4vdpGYn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSd4vdpGYn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSd4vdpGYn .nav-link {
  position: relative;
}
.cid-tSd4vdpGYn .container {
  display: flex;
  margin: auto;
}
.cid-tSd4vdpGYn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSd4vdpGYn .dropdown-menu,
.cid-tSd4vdpGYn .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tSd4vdpGYn .nav-item:focus,
.cid-tSd4vdpGYn .nav-link:focus {
  outline: none;
}
.cid-tSd4vdpGYn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSd4vdpGYn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSd4vdpGYn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSd4vdpGYn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSd4vdpGYn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSd4vdpGYn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSd4vdpGYn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tSd4vdpGYn .navbar.opened {
  transition: all 0.3s;
}
.cid-tSd4vdpGYn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSd4vdpGYn .navbar .navbar-logo img {
  width: auto;
}
.cid-tSd4vdpGYn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSd4vdpGYn .navbar.collapsed {
  justify-content: center;
}
.cid-tSd4vdpGYn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSd4vdpGYn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSd4vdpGYn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSd4vdpGYn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSd4vdpGYn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSd4vdpGYn .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-tSd4vdpGYn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSd4vdpGYn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSd4vdpGYn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSd4vdpGYn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSd4vdpGYn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSd4vdpGYn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSd4vdpGYn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSd4vdpGYn .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-tSd4vdpGYn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSd4vdpGYn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSd4vdpGYn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSd4vdpGYn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSd4vdpGYn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSd4vdpGYn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSd4vdpGYn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSd4vdpGYn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSd4vdpGYn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSd4vdpGYn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSd4vdpGYn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSd4vdpGYn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSd4vdpGYn .dropdown-item.active,
.cid-tSd4vdpGYn .dropdown-item:active {
  background-color: transparent;
}
.cid-tSd4vdpGYn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSd4vdpGYn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSd4vdpGYn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSd4vdpGYn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSd4vdpGYn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSd4vdpGYn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSd4vdpGYn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSd4vdpGYn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSd4vdpGYn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSd4vdpGYn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSd4vdpGYn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSd4vdpGYn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSd4vdpGYn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSd4vdpGYn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSd4vdpGYn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSd4vdpGYn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSd4vdpGYn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSd4vdpGYn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSd4vdpGYn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tSd4vdpGYn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSd4vdpGYn .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-tSd4vdpGYn .navbar {
    height: 70px;
  }
  .cid-tSd4vdpGYn .navbar.opened {
    height: auto;
  }
  .cid-tSd4vdpGYn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSd4veRT1d {
  background-image: url("../../../assets/images/anunciar-no-aeroporto-1-1000x492.webp");
}
.cid-tSd4veRT1d .mbr-section-title {
  margin: 0;
}
.cid-tSd4veRT1d .container-fluid {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tSd4veRT1d .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-tSd4veRT1d .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSd4veRT1d .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-tSd4veRT1d .form-control-label {
  color: #000000;
}
.cid-tSd4veRT1d .form-group {
  margin-bottom: 1.3em;
}
.cid-tSd4veRT1d .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-tSd4veRT1d input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-tSd4veRT1d textarea.form-control {
  padding: 1rem;
}
.cid-tSd4veRT1d .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-tSd4veRT1d .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-tSd4veRT1d .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tSd4veRT1d .underline .line {
    height: 2px;
  }
  .cid-tSd4veRT1d .text-element {
    padding-bottom: 1rem;
  }
  .cid-tSd4veRT1d .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-tSd4veRT1d .mbr-section-title,
.cid-tSd4veRT1d .underline {
  color: #fb6e52;
}
.cid-tSd4veRT1d H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tSd4vfY6Xj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tSd4vfY6Xj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSd4vfY6Xj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSd4vfY6Xj .col-title {
  margin-bottom: 32px;
}
.cid-tSd4vfY6Xj .mbr-section-title {
  color: #24262b;
  text-align: center;
}
.cid-tSd4vfY6Xj .mbr-section-subtitle {
  color: #24262b;
}
.cid-tSd4vfY6Xj .cards-row {
  row-gap: 32px;
}
.cid-tSd4vfY6Xj .card {
  border-radius: 0;
  align-items: center;
}
.cid-tSd4vfY6Xj .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tSd4vfY6Xj .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tSd4vfY6Xj .text-wrap {
  flex-grow: 1;
}
.cid-tSd4vfY6Xj .card-title {
  color: #24262b;
}
.cid-tSd4vfY6Xj .card-text {
  color: #767676;
}
.cid-tSd4vimrlJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSd4vimrlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSd4vimrlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSd4vimrlJ .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tSd4vimrlJ .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tSd4vimrlJ .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tSd4vimrlJ .item-img {
    width: 100%;
  }
}
.cid-tSd4vimrlJ .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tSd4vimrlJ .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tSd4vimrlJ .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tSd4vimrlJ .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tSd4vimrlJ .card-title {
  color: #131313;
}
.cid-tSd4vimrlJ .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tSd4vimrlJ .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tSd4vimrlJ .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tSd4vimrlJ .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tSd4vimrlJ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
}
.cid-tSd4vimrlJ .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tSd4vimrlJ .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tSd4vimrlJ .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tSd4vjFWs7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/planejamento-de-midia-para-anunciar-no-aeroporto-1000x289.webp");
}
.cid-tSd4vjFWs7 .mbr-text,
.cid-tSd4vjFWs7 .mbr-section-btn {
  color: #232323;
}
.cid-tSd4vjFWs7 .card-title,
.cid-tSd4vjFWs7 .card-box {
  color: #ffe161;
}
.cid-tSd4vjFWs7 .mbr-text,
.cid-tSd4vjFWs7 .link-wrap {
  color: #ffffff;
}
.cid-tSd4vjFWs7 .card-box .mbr-text,
.cid-tSd4vjFWs7 .mbr-section-btn {
  color: #ffffff;
}
.cid-tSd4vkoGJH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSd4vkoGJH .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tSd4vkoGJH .item .icon-wrap {
  text-align: center;
}
.cid-tSd4vkoGJH .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tSd4vkoGJH .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tSd4vkoGJH .item.first:before {
  display: none;
}
.cid-tSd4vkoGJH .item.five:before {
  display: none;
}
.cid-tSd4vkoGJH .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tSd4vkoGJH .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tSd4vkoGJH .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tSd4vkoGJH .item:before {
    display: none;
  }
  .cid-tSd4vkoGJH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tSd4vkoGJH .text-box .mbr-text {
  color: #111111;
}
.cid-tSd4vlotrd {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tSd4vlotrd .mbr-section-title,
  .cid-tSd4vlotrd .mbr-section-subtitle,
  .cid-tSd4vlotrd .mbr-section-btn,
  .cid-tSd4vlotrd .mbr-text {
    text-align: center;
  }
}
.cid-tSd4vlotrd .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tSd4vlotrd .mbr-text,
.cid-tSd4vlotrd .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tSd4vlotrd .bigfont {
  font-size: 50px;
}
.cid-tSd4vlotrd .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tSd4vlotrd .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tSd4vlotrd .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tSd4vlotrd .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tSd4vlotrd .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tSd4vmhqad {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tSd4vmhqad .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tSd4vmhqad .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tSd4vmhqad .btn-col {
    justify-content: center;
  }
}
.cid-tSd4vmhqad .mbr-text,
.cid-tSd4vmhqad .mbr-section-btn {
  color: #999999;
}
.cid-tSd4vmhqad p {
  margin: 0;
}
.cid-tSd4vn9oGO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tSd4vn9oGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSd4vn9oGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSd4vn9oGO .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tSd4vn9oGO .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tSd4vn9oGO .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tSd4vn9oGO .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tSd4vn9oGO .container {
    max-width: 100%;
  }
  .cid-tSd4vn9oGO .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tSd4vn9oGO .item-wrap {
  width: 100%;
}
.cid-tSd4vn9oGO .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tSd4vn9oGO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSd4vn9oGO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tSd4vn9oGO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSd4vn9oGO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tSd4vn9oGO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSd4vn9oGO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tSd4vn9oGO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tSd4vn9oGO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tSd4vn9oGO .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tSd4vn9oGO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tSd4vn9oGO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tSd4vn9oGO .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tSd4vn9oGO .col-links {
    padding-top: 20px;
  }
}
.cid-tSd4vn9oGO .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tSd4vn9oGO .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tSd4vn9oGO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tSd4vn9oGO .list {
    text-align: center !important;
  }
}
.cid-tSd4vn9oGO .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tSd4vn9oGO .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tSd4vn9oGO .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tSd4vn9oGO .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tSd4vn9oGO .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tSd4vn9oGO .list a:hover:before {
  width: 100%;
}
.cid-tSd4vn9oGO .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tSd4vn9oGO .col-copyright {
    padding-top: 40px;
  }
}
.cid-tSd4vn9oGO .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tSd4vn9oGO .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tT0JYznwUi .navbar-dropdown {
  position: relative !important;
}
.cid-tT0JYznwUi .navbar-dropdown {
  position: absolute !important;
}
.cid-tT0JYznwUi .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-tT0JYznwUi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tT0JYznwUi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tT0JYznwUi .dropdown-item:hover,
.cid-tT0JYznwUi .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tT0JYznwUi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tT0JYznwUi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tT0JYznwUi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tT0JYznwUi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tT0JYznwUi .nav-link {
  position: relative;
}
.cid-tT0JYznwUi .container {
  display: flex;
  margin: auto;
}
.cid-tT0JYznwUi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tT0JYznwUi .dropdown-menu,
.cid-tT0JYznwUi .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tT0JYznwUi .nav-item:focus,
.cid-tT0JYznwUi .nav-link:focus {
  outline: none;
}
.cid-tT0JYznwUi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT0JYznwUi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT0JYznwUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT0JYznwUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT0JYznwUi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT0JYznwUi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT0JYznwUi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tT0JYznwUi .navbar.opened {
  transition: all 0.3s;
}
.cid-tT0JYznwUi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tT0JYznwUi .navbar .navbar-logo img {
  width: auto;
}
.cid-tT0JYznwUi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tT0JYznwUi .navbar.collapsed {
  justify-content: center;
}
.cid-tT0JYznwUi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT0JYznwUi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tT0JYznwUi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tT0JYznwUi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT0JYznwUi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT0JYznwUi .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-tT0JYznwUi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT0JYznwUi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tT0JYznwUi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tT0JYznwUi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT0JYznwUi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT0JYznwUi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT0JYznwUi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tT0JYznwUi .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-tT0JYznwUi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tT0JYznwUi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tT0JYznwUi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tT0JYznwUi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tT0JYznwUi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT0JYznwUi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tT0JYznwUi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tT0JYznwUi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tT0JYznwUi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tT0JYznwUi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tT0JYznwUi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT0JYznwUi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT0JYznwUi .dropdown-item.active,
.cid-tT0JYznwUi .dropdown-item:active {
  background-color: transparent;
}
.cid-tT0JYznwUi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT0JYznwUi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT0JYznwUi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT0JYznwUi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tT0JYznwUi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tT0JYznwUi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tT0JYznwUi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tT0JYznwUi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tT0JYznwUi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tT0JYznwUi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tT0JYznwUi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT0JYznwUi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT0JYznwUi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT0JYznwUi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT0JYznwUi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT0JYznwUi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT0JYznwUi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT0JYznwUi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT0JYznwUi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tT0JYznwUi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT0JYznwUi .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-tT0JYznwUi .navbar {
    height: 70px;
  }
  .cid-tT0JYznwUi .navbar.opened {
    height: auto;
  }
  .cid-tT0JYznwUi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT0JYAbL5i {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-tT0JYAbL5i .row {
  flex-direction: row-reverse;
}
.cid-tT0JYAbL5i .img-wrap {
  position: relative;
}
.cid-tT0JYAbL5i .img-wrap img {
  width: 100%;
}
.cid-tT0JYAbL5i .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-tT0JYAbL5i .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-tT0JYAbL5i .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-tT0JYAbL5i .mbr-section-title {
  color: #ffffff;
}
.cid-tT0JYAbL5i .mbr-section-subtitle {
  color: #111111;
  text-align: center;
}
.cid-tT0JYAbL5i .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tT0JYAbL5i .mbr-section-text {
  color: #ffffff;
}
.cid-tT0JYAbL5i .form-control,
.cid-tT0JYAbL5i .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-tT0JYAbL5i .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #333333;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-tT0JYAbL5i .form-control:focus,
.cid-tT0JYAbL5i .form-control:hover {
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #333333;
}
.cid-tT0JYAbL5i .form-control.textarea {
  padding-top: 40px;
}
.cid-tT0JYAbL5i .form-group {
  margin-bottom: 1.5rem;
}
.cid-tT0JYAbL5i input::-webkit-input-placeholder,
.cid-tT0JYAbL5i textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-tT0JYAbL5i input:-moz-placeholder,
.cid-tT0JYAbL5i textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-tT0JYAbL5i .jq-selectbox li,
.cid-tT0JYAbL5i .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tT0JYAbL5i .jq-selectbox li:hover,
.cid-tT0JYAbL5i .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tT0JYAbL5i .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tT0JYAbL5i .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tT0JYAbL5i .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-tT0JYAbL5i a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tT0JYAbL5i .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tT0JYAbL5i .input-group-btn {
  display: block;
  text-align: left;
}
.cid-tT0JYAbL5i .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-tT0JYAbL5i textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tT0JYAbL5i h2 {
    padding-top: 2rem;
  }
  .cid-tT0JYAbL5i .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-tT0JYAbL5i .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tT0JYAbL5i .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-tT0JYAbL5i .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-tT0JYAbL5i .gdpr-block span {
  line-height: 1;
}
.cid-tT0JYAbL5i .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-tT0JYAbL5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT0JYAbL5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT0JYAbL5i .mbr-section-title,
.cid-tT0JYAbL5i .col {
  color: #ffffff;
  text-align: center;
}
.cid-tT0JYAbL5i .mbr-text,
.cid-tT0JYAbL5i .col {
  color: #ffffff;
  text-align: center;
}
.cid-tT0JYAbL5i .text-blocks .mbr-text,
.cid-tT0JYAbL5i .col {
  color: #fb6e52;
  text-align: center;
}
.cid-tT4IcIazXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT4IcIazXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT4IcIazXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT4IcIazXO .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tT4IcIazXO .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tT4IcIazXO .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tT4IcIazXO .mbr-section-title {
  color: #131313;
}
.cid-tT4IcIazXO .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tT4IcIazXO .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tT4IcIazXO .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tT4IcIazXO .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tT4IcIazXO .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tT4IcIazXO .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tT4IcIazXO .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tT4IcIazXO .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tT4IcIazXO .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tT4IcIazXO .card-title {
  color: #131313;
}
.cid-tT4IcIazXO .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tT4IcIazXO .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tT4IcIazXO .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tT4IcIazXO .card-link {
    margin-top: 15px;
  }
}
.cid-tT4IcIazXO .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tT4EEFinEX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT4EEFinEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT4EEFinEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT4EEFinEX .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tT4EEFinEX .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tT4EEFinEX .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tT4EEFinEX .mbr-section-title {
  color: #131313;
}
.cid-tT4EEFinEX .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tT4EEFinEX .items-row {
  row-gap: 24px;
}
.cid-tT4EEFinEX .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tT4EEFinEX .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tT4EEFinEX .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-tT4EEFinEX .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tT4EEFinEX .item-img img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.cid-tT4EEFinEX .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-tT4EEFinEX .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tT4EEFinEX .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-tT4EEFinEX .card-title {
  color: #131313;
}
.cid-tT4EEFinEX .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-tT4EEFinEX .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-tT4EEFinEX .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tT4EEFinEX .link-text {
    margin-top: 5px;
  }
}
.cid-tT4EEFinEX .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-tT4EEFinEX .mbr-section-btn {
  margin-top: 5px;
}
.cid-tT0JYCn28T {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111111;
}
.cid-tT0JYCn28T .mbr-text,
.cid-tT0JYCn28T .mbr-section-btn {
  color: #232323;
}
.cid-tT0JYCn28T .card-title,
.cid-tT0JYCn28T .card-box {
  color: #fb6e52;
}
.cid-tT0JYCn28T .mbr-text,
.cid-tT0JYCn28T .link-wrap {
  color: #ffffff;
}
.cid-tT0JYCn28T .card-box .mbr-text,
.cid-tT0JYCn28T .mbr-section-btn {
  color: #ffffff;
}
.cid-tT0JYDaoqx {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tT0JYDaoqx .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tT0JYDaoqx .item .icon-wrap {
  text-align: center;
}
.cid-tT0JYDaoqx .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tT0JYDaoqx .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tT0JYDaoqx .item.first:before {
  display: none;
}
.cid-tT0JYDaoqx .item.five:before {
  display: none;
}
.cid-tT0JYDaoqx .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tT0JYDaoqx .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tT0JYDaoqx .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tT0JYDaoqx .item:before {
    display: none;
  }
  .cid-tT0JYDaoqx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT0JYDaoqx .text-box .mbr-text {
  color: #111111;
}
.cid-tT0JYEo4ns {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tT0JYEo4ns .mbr-section-title,
  .cid-tT0JYEo4ns .mbr-section-subtitle,
  .cid-tT0JYEo4ns .mbr-section-btn,
  .cid-tT0JYEo4ns .mbr-text {
    text-align: center;
  }
}
.cid-tT0JYEo4ns .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tT0JYEo4ns .mbr-text,
.cid-tT0JYEo4ns .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tT0JYEo4ns .bigfont {
  font-size: 50px;
}
.cid-tT0JYEo4ns .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tT0JYEo4ns .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tT0JYEo4ns .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tT0JYEo4ns .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tT0JYEo4ns .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tT0JYFjjIU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tT0JYFjjIU .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tT0JYFjjIU .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tT0JYFjjIU .btn-col {
    justify-content: center;
  }
}
.cid-tT0JYFjjIU .mbr-text,
.cid-tT0JYFjjIU .mbr-section-btn {
  color: #999999;
}
.cid-tT0JYFjjIU p {
  margin: 0;
}
.cid-tT0JYG9WMw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tT0JYG9WMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT0JYG9WMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT0JYG9WMw .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tT0JYG9WMw .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tT0JYG9WMw .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tT0JYG9WMw .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tT0JYG9WMw .container {
    max-width: 100%;
  }
  .cid-tT0JYG9WMw .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tT0JYG9WMw .item-wrap {
  width: 100%;
}
.cid-tT0JYG9WMw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tT0JYG9WMw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tT0JYG9WMw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tT0JYG9WMw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tT0JYG9WMw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tT0JYG9WMw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tT0JYG9WMw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tT0JYG9WMw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tT0JYG9WMw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tT0JYG9WMw .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tT0JYG9WMw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tT0JYG9WMw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tT0JYG9WMw .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tT0JYG9WMw .col-links {
    padding-top: 20px;
  }
}
.cid-tT0JYG9WMw .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tT0JYG9WMw .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tT0JYG9WMw .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tT0JYG9WMw .list {
    text-align: center !important;
  }
}
.cid-tT0JYG9WMw .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tT0JYG9WMw .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tT0JYG9WMw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tT0JYG9WMw .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tT0JYG9WMw .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tT0JYG9WMw .list a:hover:before {
  width: 100%;
}
.cid-tT0JYG9WMw .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tT0JYG9WMw .col-copyright {
    padding-top: 40px;
  }
}
.cid-tT0JYG9WMw .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tT0JYG9WMw .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tT5u580X8q .navbar-dropdown {
  position: relative !important;
}
.cid-tT5u580X8q .navbar-dropdown {
  position: absolute !important;
}
.cid-tT5u580X8q .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-tT5u580X8q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tT5u580X8q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tT5u580X8q .dropdown-item:hover,
.cid-tT5u580X8q .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tT5u580X8q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tT5u580X8q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tT5u580X8q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tT5u580X8q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tT5u580X8q .nav-link {
  position: relative;
}
.cid-tT5u580X8q .container {
  display: flex;
  margin: auto;
}
.cid-tT5u580X8q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tT5u580X8q .dropdown-menu,
.cid-tT5u580X8q .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tT5u580X8q .nav-item:focus,
.cid-tT5u580X8q .nav-link:focus {
  outline: none;
}
.cid-tT5u580X8q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT5u580X8q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT5u580X8q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT5u580X8q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT5u580X8q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT5u580X8q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT5u580X8q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tT5u580X8q .navbar.opened {
  transition: all 0.3s;
}
.cid-tT5u580X8q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tT5u580X8q .navbar .navbar-logo img {
  width: auto;
}
.cid-tT5u580X8q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tT5u580X8q .navbar.collapsed {
  justify-content: center;
}
.cid-tT5u580X8q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT5u580X8q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tT5u580X8q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tT5u580X8q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT5u580X8q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT5u580X8q .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-tT5u580X8q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT5u580X8q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tT5u580X8q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tT5u580X8q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT5u580X8q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT5u580X8q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT5u580X8q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tT5u580X8q .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-tT5u580X8q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tT5u580X8q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tT5u580X8q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tT5u580X8q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tT5u580X8q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT5u580X8q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tT5u580X8q .navbar.navbar-short {
  min-height: 60px;
}
.cid-tT5u580X8q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tT5u580X8q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tT5u580X8q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tT5u580X8q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT5u580X8q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT5u580X8q .dropdown-item.active,
.cid-tT5u580X8q .dropdown-item:active {
  background-color: transparent;
}
.cid-tT5u580X8q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT5u580X8q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT5u580X8q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT5u580X8q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tT5u580X8q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tT5u580X8q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tT5u580X8q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tT5u580X8q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tT5u580X8q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tT5u580X8q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tT5u580X8q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT5u580X8q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT5u580X8q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT5u580X8q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT5u580X8q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT5u580X8q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT5u580X8q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT5u580X8q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT5u580X8q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tT5u580X8q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT5u580X8q .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-tT5u580X8q .navbar {
    height: 70px;
  }
  .cid-tT5u580X8q .navbar.opened {
    height: auto;
  }
  .cid-tT5u580X8q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT5u5aZlM4 {
  background-image: url("../../../assets/images/formato-para-anunciar-online-1000x592.webp");
}
.cid-tT5u5aZlM4 .mbr-section-title {
  margin: 0;
}
.cid-tT5u5aZlM4 .container-fluid {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tT5u5aZlM4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-tT5u5aZlM4 .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tT5u5aZlM4 .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-tT5u5aZlM4 .form-control-label {
  color: #000000;
}
.cid-tT5u5aZlM4 .form-group {
  margin-bottom: 1.3em;
}
.cid-tT5u5aZlM4 .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-tT5u5aZlM4 input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-tT5u5aZlM4 textarea.form-control {
  padding: 1rem;
}
.cid-tT5u5aZlM4 .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-tT5u5aZlM4 .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-tT5u5aZlM4 .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tT5u5aZlM4 .underline .line {
    height: 2px;
  }
  .cid-tT5u5aZlM4 .text-element {
    padding-bottom: 1rem;
  }
  .cid-tT5u5aZlM4 .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-tT5u5aZlM4 .mbr-section-title,
.cid-tT5u5aZlM4 .underline {
  color: #fb6e52;
}
.cid-tT5u5aZlM4 H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tT5uvU2pBp {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT5uvU2pBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT5uvU2pBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT5uvU2pBp .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tT5uvU2pBp .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tT5uvU2pBp .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tT5uvU2pBp .mbr-section-title {
  color: #131313;
}
.cid-tT5uvU2pBp .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tT5uvU2pBp .items-row {
  row-gap: 24px;
}
.cid-tT5uvU2pBp .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tT5uvU2pBp .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tT5uvU2pBp .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-tT5uvU2pBp .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tT5uvU2pBp .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-tT5uvU2pBp .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-tT5uvU2pBp .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tT5uvU2pBp .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-tT5uvU2pBp .card-title {
  color: #131313;
}
.cid-tT5uvU2pBp .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-tT5uvU2pBp .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-tT5uvU2pBp .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tT5uvU2pBp .link-text {
    margin-top: 5px;
  }
}
.cid-tT5uvU2pBp .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-tT5uvU2pBp .mbr-section-btn {
  margin-top: 5px;
}
.cid-tT5uvU2pBp .card-title,
.cid-tT5uvU2pBp .iconfont-wrapper {
  text-align: center;
}
.cid-tT5uvU2pBp .card-text,
.cid-tT5uvU2pBp .mbr-section-btn {
  text-align: left;
}
.cid-tT5u5eAcWe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111111;
}
.cid-tT5u5eAcWe .mbr-text,
.cid-tT5u5eAcWe .mbr-section-btn {
  color: #232323;
}
.cid-tT5u5eAcWe .card-title,
.cid-tT5u5eAcWe .card-box {
  color: #fb6e52;
}
.cid-tT5u5eAcWe .mbr-text,
.cid-tT5u5eAcWe .link-wrap {
  color: #ffffff;
}
.cid-tT5u5eAcWe .card-box .mbr-text,
.cid-tT5u5eAcWe .mbr-section-btn {
  color: #ffffff;
}
.cid-tT5u5fEor4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tT5u5fEor4 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tT5u5fEor4 .item .icon-wrap {
  text-align: center;
}
.cid-tT5u5fEor4 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tT5u5fEor4 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tT5u5fEor4 .item.first:before {
  display: none;
}
.cid-tT5u5fEor4 .item.five:before {
  display: none;
}
.cid-tT5u5fEor4 .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tT5u5fEor4 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tT5u5fEor4 .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tT5u5fEor4 .item:before {
    display: none;
  }
  .cid-tT5u5fEor4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT5u5fEor4 .text-box .mbr-text {
  color: #111111;
}
.cid-tT5u5h7uUJ {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tT5u5h7uUJ .mbr-section-title,
  .cid-tT5u5h7uUJ .mbr-section-subtitle,
  .cid-tT5u5h7uUJ .mbr-section-btn,
  .cid-tT5u5h7uUJ .mbr-text {
    text-align: center;
  }
}
.cid-tT5u5h7uUJ .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tT5u5h7uUJ .mbr-text,
.cid-tT5u5h7uUJ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tT5u5h7uUJ .bigfont {
  font-size: 50px;
}
.cid-tT5u5h7uUJ .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tT5u5h7uUJ .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tT5u5h7uUJ .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tT5u5h7uUJ .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tT5u5h7uUJ .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tT5u5ilT3t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tT5u5ilT3t .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tT5u5ilT3t .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tT5u5ilT3t .btn-col {
    justify-content: center;
  }
}
.cid-tT5u5ilT3t .mbr-text,
.cid-tT5u5ilT3t .mbr-section-btn {
  color: #999999;
}
.cid-tT5u5ilT3t p {
  margin: 0;
}
.cid-tT5u5jPdDX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tT5u5jPdDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT5u5jPdDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT5u5jPdDX .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tT5u5jPdDX .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tT5u5jPdDX .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tT5u5jPdDX .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tT5u5jPdDX .container {
    max-width: 100%;
  }
  .cid-tT5u5jPdDX .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tT5u5jPdDX .item-wrap {
  width: 100%;
}
.cid-tT5u5jPdDX .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tT5u5jPdDX .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tT5u5jPdDX .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tT5u5jPdDX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tT5u5jPdDX .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tT5u5jPdDX .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tT5u5jPdDX .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tT5u5jPdDX .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tT5u5jPdDX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tT5u5jPdDX .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tT5u5jPdDX .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tT5u5jPdDX .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tT5u5jPdDX .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tT5u5jPdDX .col-links {
    padding-top: 20px;
  }
}
.cid-tT5u5jPdDX .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tT5u5jPdDX .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tT5u5jPdDX .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tT5u5jPdDX .list {
    text-align: center !important;
  }
}
.cid-tT5u5jPdDX .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tT5u5jPdDX .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tT5u5jPdDX .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tT5u5jPdDX .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tT5u5jPdDX .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tT5u5jPdDX .list a:hover:before {
  width: 100%;
}
.cid-tT5u5jPdDX .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tT5u5jPdDX .col-copyright {
    padding-top: 40px;
  }
}
.cid-tT5u5jPdDX .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tT5u5jPdDX .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tSmHapNNPJ .navbar-dropdown {
  position: relative !important;
}
.cid-tSmHapNNPJ .navbar-dropdown {
  position: absolute !important;
}
.cid-tSmHapNNPJ .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-tSmHapNNPJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSmHapNNPJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSmHapNNPJ .dropdown-item:hover,
.cid-tSmHapNNPJ .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tSmHapNNPJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSmHapNNPJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSmHapNNPJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSmHapNNPJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSmHapNNPJ .nav-link {
  position: relative;
}
.cid-tSmHapNNPJ .container {
  display: flex;
  margin: auto;
}
.cid-tSmHapNNPJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSmHapNNPJ .dropdown-menu,
.cid-tSmHapNNPJ .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tSmHapNNPJ .nav-item:focus,
.cid-tSmHapNNPJ .nav-link:focus {
  outline: none;
}
.cid-tSmHapNNPJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSmHapNNPJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSmHapNNPJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSmHapNNPJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSmHapNNPJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSmHapNNPJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSmHapNNPJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tSmHapNNPJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tSmHapNNPJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSmHapNNPJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tSmHapNNPJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSmHapNNPJ .navbar.collapsed {
  justify-content: center;
}
.cid-tSmHapNNPJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSmHapNNPJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSmHapNNPJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSmHapNNPJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSmHapNNPJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSmHapNNPJ .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-tSmHapNNPJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSmHapNNPJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSmHapNNPJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSmHapNNPJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSmHapNNPJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSmHapNNPJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSmHapNNPJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSmHapNNPJ .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-tSmHapNNPJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSmHapNNPJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSmHapNNPJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSmHapNNPJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSmHapNNPJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSmHapNNPJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSmHapNNPJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSmHapNNPJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSmHapNNPJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSmHapNNPJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSmHapNNPJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSmHapNNPJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSmHapNNPJ .dropdown-item.active,
.cid-tSmHapNNPJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tSmHapNNPJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSmHapNNPJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSmHapNNPJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSmHapNNPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSmHapNNPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSmHapNNPJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSmHapNNPJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSmHapNNPJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSmHapNNPJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSmHapNNPJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSmHapNNPJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSmHapNNPJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSmHapNNPJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSmHapNNPJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSmHapNNPJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSmHapNNPJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSmHapNNPJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSmHapNNPJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSmHapNNPJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tSmHapNNPJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSmHapNNPJ .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-tSmHapNNPJ .navbar {
    height: 70px;
  }
  .cid-tSmHapNNPJ .navbar.opened {
    height: auto;
  }
  .cid-tSmHapNNPJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSmHaqGhze {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-tSmHaqGhze .row {
  flex-direction: row-reverse;
}
.cid-tSmHaqGhze .img-wrap {
  position: relative;
}
.cid-tSmHaqGhze .img-wrap img {
  width: 100%;
}
.cid-tSmHaqGhze .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-tSmHaqGhze .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-tSmHaqGhze .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-tSmHaqGhze .mbr-section-title {
  color: #ffffff;
}
.cid-tSmHaqGhze .mbr-section-subtitle {
  color: #111111;
  text-align: center;
}
.cid-tSmHaqGhze .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tSmHaqGhze .mbr-section-text {
  color: #ffffff;
}
.cid-tSmHaqGhze .form-control,
.cid-tSmHaqGhze .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-tSmHaqGhze .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #333333;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-tSmHaqGhze .form-control:focus,
.cid-tSmHaqGhze .form-control:hover {
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #333333;
}
.cid-tSmHaqGhze .form-control.textarea {
  padding-top: 40px;
}
.cid-tSmHaqGhze .form-group {
  margin-bottom: 1.5rem;
}
.cid-tSmHaqGhze input::-webkit-input-placeholder,
.cid-tSmHaqGhze textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-tSmHaqGhze input:-moz-placeholder,
.cid-tSmHaqGhze textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-tSmHaqGhze .jq-selectbox li,
.cid-tSmHaqGhze .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tSmHaqGhze .jq-selectbox li:hover,
.cid-tSmHaqGhze .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tSmHaqGhze .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tSmHaqGhze .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tSmHaqGhze .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-tSmHaqGhze a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tSmHaqGhze .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tSmHaqGhze .input-group-btn {
  display: block;
  text-align: left;
}
.cid-tSmHaqGhze .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-tSmHaqGhze textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tSmHaqGhze h2 {
    padding-top: 2rem;
  }
  .cid-tSmHaqGhze .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-tSmHaqGhze .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tSmHaqGhze .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-tSmHaqGhze .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-tSmHaqGhze .gdpr-block span {
  line-height: 1;
}
.cid-tSmHaqGhze .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-tSmHaqGhze .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmHaqGhze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmHaqGhze .mbr-section-title,
.cid-tSmHaqGhze .col {
  color: #ffffff;
  text-align: center;
}
.cid-tSmHaqGhze .mbr-text,
.cid-tSmHaqGhze .col {
  color: #ffffff;
  text-align: center;
}
.cid-tSmHaqGhze .text-blocks .mbr-text,
.cid-tSmHaqGhze .col {
  color: #fb6e52;
  text-align: center;
}
.cid-tSmHarJcsz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSmHarJcsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmHarJcsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmHarJcsz .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tSmHarJcsz .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tSmHarJcsz .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tSmHarJcsz .mbr-section-title {
  color: #131313;
}
.cid-tSmHarJcsz .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tSmHarJcsz .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tSmHarJcsz .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tSmHarJcsz .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tSmHarJcsz .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tSmHarJcsz .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tSmHarJcsz .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tSmHarJcsz .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tSmHarJcsz .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tSmHarJcsz .card-title {
  color: #131313;
}
.cid-tSmHarJcsz .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tSmHarJcsz .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tSmHarJcsz .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSmHarJcsz .card-link {
    margin-top: 15px;
  }
}
.cid-tSmHarJcsz .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tSmHarJcsz .card-title,
.cid-tSmHarJcsz .iconfont-wrapper {
  text-align: left;
}
.cid-tSmHasKUH3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111111;
}
.cid-tSmHasKUH3 .mbr-text,
.cid-tSmHasKUH3 .mbr-section-btn {
  color: #232323;
}
.cid-tSmHasKUH3 .card-title,
.cid-tSmHasKUH3 .card-box {
  color: #fb6e52;
}
.cid-tSmHasKUH3 .mbr-text,
.cid-tSmHasKUH3 .link-wrap {
  color: #ffffff;
}
.cid-tSmHasKUH3 .card-box .mbr-text,
.cid-tSmHasKUH3 .mbr-section-btn {
  color: #ffffff;
}
.cid-tSmHatx1CH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSmHatx1CH .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tSmHatx1CH .item .icon-wrap {
  text-align: center;
}
.cid-tSmHatx1CH .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tSmHatx1CH .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tSmHatx1CH .item.first:before {
  display: none;
}
.cid-tSmHatx1CH .item.five:before {
  display: none;
}
.cid-tSmHatx1CH .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tSmHatx1CH .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tSmHatx1CH .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tSmHatx1CH .item:before {
    display: none;
  }
  .cid-tSmHatx1CH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tSmHatx1CH .text-box .mbr-text {
  color: #111111;
}
.cid-tSmHauygAo {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tSmHauygAo .mbr-section-title,
  .cid-tSmHauygAo .mbr-section-subtitle,
  .cid-tSmHauygAo .mbr-section-btn,
  .cid-tSmHauygAo .mbr-text {
    text-align: center;
  }
}
.cid-tSmHauygAo .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tSmHauygAo .mbr-text,
.cid-tSmHauygAo .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tSmHauygAo .bigfont {
  font-size: 50px;
}
.cid-tSmHauygAo .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tSmHauygAo .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tSmHauygAo .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tSmHauygAo .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tSmHauygAo .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tSmHavu5rK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tSmHavu5rK .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tSmHavu5rK .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tSmHavu5rK .btn-col {
    justify-content: center;
  }
}
.cid-tSmHavu5rK .mbr-text,
.cid-tSmHavu5rK .mbr-section-btn {
  color: #999999;
}
.cid-tSmHavu5rK p {
  margin: 0;
}
.cid-tSmHawbI8S {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tSmHawbI8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmHawbI8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmHawbI8S .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tSmHawbI8S .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tSmHawbI8S .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tSmHawbI8S .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tSmHawbI8S .container {
    max-width: 100%;
  }
  .cid-tSmHawbI8S .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tSmHawbI8S .item-wrap {
  width: 100%;
}
.cid-tSmHawbI8S .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tSmHawbI8S .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSmHawbI8S .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tSmHawbI8S .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSmHawbI8S .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tSmHawbI8S .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSmHawbI8S .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tSmHawbI8S .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tSmHawbI8S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tSmHawbI8S .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tSmHawbI8S .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tSmHawbI8S .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tSmHawbI8S .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tSmHawbI8S .col-links {
    padding-top: 20px;
  }
}
.cid-tSmHawbI8S .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tSmHawbI8S .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tSmHawbI8S .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tSmHawbI8S .list {
    text-align: center !important;
  }
}
.cid-tSmHawbI8S .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tSmHawbI8S .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tSmHawbI8S .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tSmHawbI8S .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tSmHawbI8S .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tSmHawbI8S .list a:hover:before {
  width: 100%;
}
.cid-tSmHawbI8S .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tSmHawbI8S .col-copyright {
    padding-top: 40px;
  }
}
.cid-tSmHawbI8S .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tSmHawbI8S .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tSmKVZy3tW .navbar-dropdown {
  position: relative !important;
}
.cid-tSmKVZy3tW .navbar-dropdown {
  position: absolute !important;
}
.cid-tSmKVZy3tW .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-tSmKVZy3tW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSmKVZy3tW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSmKVZy3tW .dropdown-item:hover,
.cid-tSmKVZy3tW .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tSmKVZy3tW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSmKVZy3tW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSmKVZy3tW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSmKVZy3tW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSmKVZy3tW .nav-link {
  position: relative;
}
.cid-tSmKVZy3tW .container {
  display: flex;
  margin: auto;
}
.cid-tSmKVZy3tW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSmKVZy3tW .dropdown-menu,
.cid-tSmKVZy3tW .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tSmKVZy3tW .nav-item:focus,
.cid-tSmKVZy3tW .nav-link:focus {
  outline: none;
}
.cid-tSmKVZy3tW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSmKVZy3tW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSmKVZy3tW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSmKVZy3tW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSmKVZy3tW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSmKVZy3tW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSmKVZy3tW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tSmKVZy3tW .navbar.opened {
  transition: all 0.3s;
}
.cid-tSmKVZy3tW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSmKVZy3tW .navbar .navbar-logo img {
  width: auto;
}
.cid-tSmKVZy3tW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSmKVZy3tW .navbar.collapsed {
  justify-content: center;
}
.cid-tSmKVZy3tW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSmKVZy3tW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSmKVZy3tW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSmKVZy3tW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSmKVZy3tW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSmKVZy3tW .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-tSmKVZy3tW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSmKVZy3tW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSmKVZy3tW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSmKVZy3tW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSmKVZy3tW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSmKVZy3tW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSmKVZy3tW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSmKVZy3tW .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-tSmKVZy3tW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSmKVZy3tW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSmKVZy3tW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSmKVZy3tW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSmKVZy3tW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSmKVZy3tW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSmKVZy3tW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSmKVZy3tW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSmKVZy3tW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSmKVZy3tW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSmKVZy3tW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSmKVZy3tW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSmKVZy3tW .dropdown-item.active,
.cid-tSmKVZy3tW .dropdown-item:active {
  background-color: transparent;
}
.cid-tSmKVZy3tW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSmKVZy3tW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSmKVZy3tW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSmKVZy3tW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSmKVZy3tW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSmKVZy3tW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSmKVZy3tW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSmKVZy3tW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSmKVZy3tW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSmKVZy3tW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSmKVZy3tW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSmKVZy3tW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSmKVZy3tW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSmKVZy3tW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSmKVZy3tW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSmKVZy3tW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSmKVZy3tW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSmKVZy3tW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSmKVZy3tW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tSmKVZy3tW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSmKVZy3tW .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-tSmKVZy3tW .navbar {
    height: 70px;
  }
  .cid-tSmKVZy3tW .navbar.opened {
    height: auto;
  }
  .cid-tSmKVZy3tW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSmKW0m8bw {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-tSmKW0m8bw .row {
  flex-direction: row-reverse;
}
.cid-tSmKW0m8bw .img-wrap {
  position: relative;
}
.cid-tSmKW0m8bw .img-wrap img {
  width: 100%;
}
.cid-tSmKW0m8bw .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-tSmKW0m8bw .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-tSmKW0m8bw .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-tSmKW0m8bw .mbr-section-title {
  color: #ffffff;
}
.cid-tSmKW0m8bw .mbr-section-subtitle {
  color: #111111;
  text-align: center;
}
.cid-tSmKW0m8bw .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tSmKW0m8bw .mbr-section-text {
  color: #ffffff;
}
.cid-tSmKW0m8bw .form-control,
.cid-tSmKW0m8bw .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-tSmKW0m8bw .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #333333;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-tSmKW0m8bw .form-control:focus,
.cid-tSmKW0m8bw .form-control:hover {
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #333333;
}
.cid-tSmKW0m8bw .form-control.textarea {
  padding-top: 40px;
}
.cid-tSmKW0m8bw .form-group {
  margin-bottom: 1.5rem;
}
.cid-tSmKW0m8bw input::-webkit-input-placeholder,
.cid-tSmKW0m8bw textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-tSmKW0m8bw input:-moz-placeholder,
.cid-tSmKW0m8bw textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-tSmKW0m8bw .jq-selectbox li,
.cid-tSmKW0m8bw .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tSmKW0m8bw .jq-selectbox li:hover,
.cid-tSmKW0m8bw .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tSmKW0m8bw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tSmKW0m8bw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tSmKW0m8bw .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-tSmKW0m8bw a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tSmKW0m8bw .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tSmKW0m8bw .input-group-btn {
  display: block;
  text-align: left;
}
.cid-tSmKW0m8bw .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-tSmKW0m8bw textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tSmKW0m8bw h2 {
    padding-top: 2rem;
  }
  .cid-tSmKW0m8bw .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-tSmKW0m8bw .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tSmKW0m8bw .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-tSmKW0m8bw .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-tSmKW0m8bw .gdpr-block span {
  line-height: 1;
}
.cid-tSmKW0m8bw .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-tSmKW0m8bw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmKW0m8bw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmKW0m8bw .mbr-section-title,
.cid-tSmKW0m8bw .col {
  color: #ffffff;
  text-align: center;
}
.cid-tSmKW0m8bw .mbr-text,
.cid-tSmKW0m8bw .col {
  color: #ffffff;
  text-align: center;
}
.cid-tSmKW0m8bw .text-blocks .mbr-text,
.cid-tSmKW0m8bw .col {
  color: #fb6e52;
  text-align: center;
}
.cid-tSmKW1rGqy {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSmKW1rGqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmKW1rGqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmKW1rGqy .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tSmKW1rGqy .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tSmKW1rGqy .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tSmKW1rGqy .mbr-section-title {
  color: #131313;
}
.cid-tSmKW1rGqy .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tSmKW1rGqy .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tSmKW1rGqy .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tSmKW1rGqy .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tSmKW1rGqy .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tSmKW1rGqy .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tSmKW1rGqy .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tSmKW1rGqy .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tSmKW1rGqy .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tSmKW1rGqy .card-title {
  color: #131313;
}
.cid-tSmKW1rGqy .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tSmKW1rGqy .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tSmKW1rGqy .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSmKW1rGqy .card-link {
    margin-top: 15px;
  }
}
.cid-tSmKW1rGqy .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tSmKW2v3zD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111111;
}
.cid-tSmKW2v3zD .mbr-text,
.cid-tSmKW2v3zD .mbr-section-btn {
  color: #232323;
}
.cid-tSmKW2v3zD .card-title,
.cid-tSmKW2v3zD .card-box {
  color: #fb6e52;
}
.cid-tSmKW2v3zD .mbr-text,
.cid-tSmKW2v3zD .link-wrap {
  color: #ffffff;
}
.cid-tSmKW2v3zD .card-box .mbr-text,
.cid-tSmKW2v3zD .mbr-section-btn {
  color: #ffffff;
}
.cid-tSmKW3hWBb {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSmKW3hWBb .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tSmKW3hWBb .item .icon-wrap {
  text-align: center;
}
.cid-tSmKW3hWBb .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tSmKW3hWBb .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tSmKW3hWBb .item.first:before {
  display: none;
}
.cid-tSmKW3hWBb .item.five:before {
  display: none;
}
.cid-tSmKW3hWBb .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tSmKW3hWBb .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tSmKW3hWBb .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tSmKW3hWBb .item:before {
    display: none;
  }
  .cid-tSmKW3hWBb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tSmKW3hWBb .text-box .mbr-text {
  color: #111111;
}
.cid-tSmKW4lQLn {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tSmKW4lQLn .mbr-section-title,
  .cid-tSmKW4lQLn .mbr-section-subtitle,
  .cid-tSmKW4lQLn .mbr-section-btn,
  .cid-tSmKW4lQLn .mbr-text {
    text-align: center;
  }
}
.cid-tSmKW4lQLn .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tSmKW4lQLn .mbr-text,
.cid-tSmKW4lQLn .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tSmKW4lQLn .bigfont {
  font-size: 50px;
}
.cid-tSmKW4lQLn .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tSmKW4lQLn .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tSmKW4lQLn .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tSmKW4lQLn .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tSmKW4lQLn .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tSmKW5dCGQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tSmKW5dCGQ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tSmKW5dCGQ .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tSmKW5dCGQ .btn-col {
    justify-content: center;
  }
}
.cid-tSmKW5dCGQ .mbr-text,
.cid-tSmKW5dCGQ .mbr-section-btn {
  color: #999999;
}
.cid-tSmKW5dCGQ p {
  margin: 0;
}
.cid-tSmKW67JKz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tSmKW67JKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmKW67JKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmKW67JKz .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tSmKW67JKz .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tSmKW67JKz .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tSmKW67JKz .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tSmKW67JKz .container {
    max-width: 100%;
  }
  .cid-tSmKW67JKz .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tSmKW67JKz .item-wrap {
  width: 100%;
}
.cid-tSmKW67JKz .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tSmKW67JKz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSmKW67JKz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tSmKW67JKz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSmKW67JKz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tSmKW67JKz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSmKW67JKz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tSmKW67JKz .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tSmKW67JKz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tSmKW67JKz .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tSmKW67JKz .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tSmKW67JKz .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tSmKW67JKz .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tSmKW67JKz .col-links {
    padding-top: 20px;
  }
}
.cid-tSmKW67JKz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tSmKW67JKz .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tSmKW67JKz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tSmKW67JKz .list {
    text-align: center !important;
  }
}
.cid-tSmKW67JKz .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tSmKW67JKz .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tSmKW67JKz .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tSmKW67JKz .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tSmKW67JKz .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tSmKW67JKz .list a:hover:before {
  width: 100%;
}
.cid-tSmKW67JKz .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tSmKW67JKz .col-copyright {
    padding-top: 40px;
  }
}
.cid-tSmKW67JKz .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tSmKW67JKz .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tSneTKMXbd .navbar-dropdown {
  position: relative !important;
}
.cid-tSneTKMXbd .navbar-dropdown {
  position: absolute !important;
}
.cid-tSneTKMXbd .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-tSneTKMXbd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSneTKMXbd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSneTKMXbd .dropdown-item:hover,
.cid-tSneTKMXbd .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tSneTKMXbd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSneTKMXbd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSneTKMXbd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSneTKMXbd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSneTKMXbd .nav-link {
  position: relative;
}
.cid-tSneTKMXbd .container {
  display: flex;
  margin: auto;
}
.cid-tSneTKMXbd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSneTKMXbd .dropdown-menu,
.cid-tSneTKMXbd .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tSneTKMXbd .nav-item:focus,
.cid-tSneTKMXbd .nav-link:focus {
  outline: none;
}
.cid-tSneTKMXbd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSneTKMXbd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSneTKMXbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSneTKMXbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSneTKMXbd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSneTKMXbd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSneTKMXbd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tSneTKMXbd .navbar.opened {
  transition: all 0.3s;
}
.cid-tSneTKMXbd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSneTKMXbd .navbar .navbar-logo img {
  width: auto;
}
.cid-tSneTKMXbd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSneTKMXbd .navbar.collapsed {
  justify-content: center;
}
.cid-tSneTKMXbd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSneTKMXbd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSneTKMXbd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSneTKMXbd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSneTKMXbd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSneTKMXbd .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-tSneTKMXbd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSneTKMXbd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSneTKMXbd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSneTKMXbd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSneTKMXbd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSneTKMXbd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSneTKMXbd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSneTKMXbd .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-tSneTKMXbd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSneTKMXbd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSneTKMXbd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSneTKMXbd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSneTKMXbd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSneTKMXbd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSneTKMXbd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSneTKMXbd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSneTKMXbd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSneTKMXbd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSneTKMXbd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSneTKMXbd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSneTKMXbd .dropdown-item.active,
.cid-tSneTKMXbd .dropdown-item:active {
  background-color: transparent;
}
.cid-tSneTKMXbd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSneTKMXbd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSneTKMXbd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSneTKMXbd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSneTKMXbd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSneTKMXbd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSneTKMXbd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSneTKMXbd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSneTKMXbd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSneTKMXbd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSneTKMXbd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSneTKMXbd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSneTKMXbd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSneTKMXbd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSneTKMXbd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSneTKMXbd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSneTKMXbd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSneTKMXbd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSneTKMXbd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tSneTKMXbd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSneTKMXbd .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-tSneTKMXbd .navbar {
    height: 70px;
  }
  .cid-tSneTKMXbd .navbar.opened {
    height: auto;
  }
  .cid-tSneTKMXbd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSneTMxVe6 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-tSneTMxVe6 .row {
  flex-direction: row-reverse;
}
.cid-tSneTMxVe6 .img-wrap {
  position: relative;
}
.cid-tSneTMxVe6 .img-wrap img {
  width: 100%;
}
.cid-tSneTMxVe6 .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-tSneTMxVe6 .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-tSneTMxVe6 .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-tSneTMxVe6 .mbr-section-title {
  color: #ffffff;
}
.cid-tSneTMxVe6 .mbr-section-subtitle {
  color: #111111;
  text-align: center;
}
.cid-tSneTMxVe6 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tSneTMxVe6 .mbr-section-text {
  color: #ffffff;
}
.cid-tSneTMxVe6 .form-control,
.cid-tSneTMxVe6 .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-tSneTMxVe6 .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #333333;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-tSneTMxVe6 .form-control:focus,
.cid-tSneTMxVe6 .form-control:hover {
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #333333;
}
.cid-tSneTMxVe6 .form-control.textarea {
  padding-top: 40px;
}
.cid-tSneTMxVe6 .form-group {
  margin-bottom: 1.5rem;
}
.cid-tSneTMxVe6 input::-webkit-input-placeholder,
.cid-tSneTMxVe6 textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-tSneTMxVe6 input:-moz-placeholder,
.cid-tSneTMxVe6 textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-tSneTMxVe6 .jq-selectbox li,
.cid-tSneTMxVe6 .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tSneTMxVe6 .jq-selectbox li:hover,
.cid-tSneTMxVe6 .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tSneTMxVe6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tSneTMxVe6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tSneTMxVe6 .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-tSneTMxVe6 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tSneTMxVe6 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tSneTMxVe6 .input-group-btn {
  display: block;
  text-align: left;
}
.cid-tSneTMxVe6 .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-tSneTMxVe6 textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tSneTMxVe6 h2 {
    padding-top: 2rem;
  }
  .cid-tSneTMxVe6 .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-tSneTMxVe6 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tSneTMxVe6 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-tSneTMxVe6 .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-tSneTMxVe6 .gdpr-block span {
  line-height: 1;
}
.cid-tSneTMxVe6 .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-tSneTMxVe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSneTMxVe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSneTMxVe6 .mbr-section-title,
.cid-tSneTMxVe6 .col {
  color: #ffffff;
  text-align: center;
}
.cid-tSneTMxVe6 .mbr-text,
.cid-tSneTMxVe6 .col {
  color: #ffffff;
  text-align: center;
}
.cid-tSneTMxVe6 .text-blocks .mbr-text,
.cid-tSneTMxVe6 .col {
  color: #fb6e52;
  text-align: center;
}
.cid-tSneTNIF9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSneTNIF9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSneTNIF9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSneTNIF9k .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tSneTNIF9k .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tSneTNIF9k .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tSneTNIF9k .mbr-section-title {
  color: #131313;
}
.cid-tSneTNIF9k .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tSneTNIF9k .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tSneTNIF9k .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tSneTNIF9k .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tSneTNIF9k .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tSneTNIF9k .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tSneTNIF9k .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tSneTNIF9k .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tSneTNIF9k .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tSneTNIF9k .card-title {
  color: #131313;
}
.cid-tSneTNIF9k .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tSneTNIF9k .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tSneTNIF9k .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSneTNIF9k .card-link {
    margin-top: 15px;
  }
}
.cid-tSneTNIF9k .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tSneTPVeom {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111111;
}
.cid-tSneTPVeom .mbr-text,
.cid-tSneTPVeom .mbr-section-btn {
  color: #232323;
}
.cid-tSneTPVeom .card-title,
.cid-tSneTPVeom .card-box {
  color: #fb6e52;
}
.cid-tSneTPVeom .mbr-text,
.cid-tSneTPVeom .link-wrap {
  color: #ffffff;
}
.cid-tSneTPVeom .card-box .mbr-text,
.cid-tSneTPVeom .mbr-section-btn {
  color: #ffffff;
}
.cid-tSneTQLzip {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSneTQLzip .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tSneTQLzip .item .icon-wrap {
  text-align: center;
}
.cid-tSneTQLzip .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tSneTQLzip .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tSneTQLzip .item.first:before {
  display: none;
}
.cid-tSneTQLzip .item.five:before {
  display: none;
}
.cid-tSneTQLzip .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tSneTQLzip .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tSneTQLzip .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tSneTQLzip .item:before {
    display: none;
  }
  .cid-tSneTQLzip .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tSneTQLzip .text-box .mbr-text {
  color: #111111;
}
.cid-tSneTRXv07 {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tSneTRXv07 .mbr-section-title,
  .cid-tSneTRXv07 .mbr-section-subtitle,
  .cid-tSneTRXv07 .mbr-section-btn,
  .cid-tSneTRXv07 .mbr-text {
    text-align: center;
  }
}
.cid-tSneTRXv07 .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tSneTRXv07 .mbr-text,
.cid-tSneTRXv07 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tSneTRXv07 .bigfont {
  font-size: 50px;
}
.cid-tSneTRXv07 .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tSneTRXv07 .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tSneTRXv07 .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tSneTRXv07 .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tSneTRXv07 .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tSneTSXfRY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tSneTSXfRY .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tSneTSXfRY .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tSneTSXfRY .btn-col {
    justify-content: center;
  }
}
.cid-tSneTSXfRY .mbr-text,
.cid-tSneTSXfRY .mbr-section-btn {
  color: #999999;
}
.cid-tSneTSXfRY p {
  margin: 0;
}
.cid-tSneTTTsoi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #354f8a;
}
.cid-tSneTTTsoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSneTTTsoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSneTTTsoi .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tSneTTTsoi .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tSneTTTsoi .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tSneTTTsoi .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tSneTTTsoi .container {
    max-width: 100%;
  }
  .cid-tSneTTTsoi .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tSneTTTsoi .item-wrap {
  width: 100%;
}
.cid-tSneTTTsoi .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tSneTTTsoi .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSneTTTsoi .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tSneTTTsoi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSneTTTsoi .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tSneTTTsoi .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSneTTTsoi .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tSneTTTsoi .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tSneTTTsoi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tSneTTTsoi .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tSneTTTsoi .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tSneTTTsoi .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tSneTTTsoi .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tSneTTTsoi .col-links {
    padding-top: 20px;
  }
}
.cid-tSneTTTsoi .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tSneTTTsoi .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tSneTTTsoi .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tSneTTTsoi .list {
    text-align: center !important;
  }
}
.cid-tSneTTTsoi .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tSneTTTsoi .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tSneTTTsoi .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tSneTTTsoi .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tSneTTTsoi .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tSneTTTsoi .list a:hover:before {
  width: 100%;
}
.cid-tSneTTTsoi .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tSneTTTsoi .col-copyright {
    padding-top: 40px;
  }
}
.cid-tSneTTTsoi .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tSneTTTsoi .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tSnbtgTviv .navbar-dropdown {
  position: relative !important;
}
.cid-tSnbtgTviv .navbar-dropdown {
  position: absolute !important;
}
.cid-tSnbtgTviv .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-tSnbtgTviv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSnbtgTviv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSnbtgTviv .dropdown-item:hover,
.cid-tSnbtgTviv .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tSnbtgTviv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSnbtgTviv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSnbtgTviv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSnbtgTviv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSnbtgTviv .nav-link {
  position: relative;
}
.cid-tSnbtgTviv .container {
  display: flex;
  margin: auto;
}
.cid-tSnbtgTviv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSnbtgTviv .dropdown-menu,
.cid-tSnbtgTviv .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tSnbtgTviv .nav-item:focus,
.cid-tSnbtgTviv .nav-link:focus {
  outline: none;
}
.cid-tSnbtgTviv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSnbtgTviv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSnbtgTviv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSnbtgTviv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSnbtgTviv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSnbtgTviv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSnbtgTviv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tSnbtgTviv .navbar.opened {
  transition: all 0.3s;
}
.cid-tSnbtgTviv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSnbtgTviv .navbar .navbar-logo img {
  width: auto;
}
.cid-tSnbtgTviv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSnbtgTviv .navbar.collapsed {
  justify-content: center;
}
.cid-tSnbtgTviv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSnbtgTviv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSnbtgTviv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSnbtgTviv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSnbtgTviv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSnbtgTviv .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-tSnbtgTviv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSnbtgTviv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSnbtgTviv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSnbtgTviv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSnbtgTviv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSnbtgTviv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSnbtgTviv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSnbtgTviv .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-tSnbtgTviv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSnbtgTviv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSnbtgTviv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSnbtgTviv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSnbtgTviv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSnbtgTviv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSnbtgTviv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSnbtgTviv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSnbtgTviv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSnbtgTviv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSnbtgTviv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSnbtgTviv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSnbtgTviv .dropdown-item.active,
.cid-tSnbtgTviv .dropdown-item:active {
  background-color: transparent;
}
.cid-tSnbtgTviv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSnbtgTviv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSnbtgTviv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSnbtgTviv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSnbtgTviv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSnbtgTviv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSnbtgTviv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSnbtgTviv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSnbtgTviv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSnbtgTviv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSnbtgTviv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSnbtgTviv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSnbtgTviv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSnbtgTviv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSnbtgTviv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSnbtgTviv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSnbtgTviv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSnbtgTviv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSnbtgTviv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tSnbtgTviv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSnbtgTviv .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-tSnbtgTviv .navbar {
    height: 70px;
  }
  .cid-tSnbtgTviv .navbar.opened {
    height: auto;
  }
  .cid-tSnbtgTviv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSnbthMt7l {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-tSnbthMt7l .row {
  flex-direction: row-reverse;
}
.cid-tSnbthMt7l .img-wrap {
  position: relative;
}
.cid-tSnbthMt7l .img-wrap img {
  width: 100%;
}
.cid-tSnbthMt7l .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-tSnbthMt7l .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-tSnbthMt7l .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-tSnbthMt7l .mbr-section-title {
  color: #ffffff;
}
.cid-tSnbthMt7l .mbr-section-subtitle {
  color: #111111;
  text-align: center;
}
.cid-tSnbthMt7l .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tSnbthMt7l .mbr-section-text {
  color: #ffffff;
}
.cid-tSnbthMt7l .form-control,
.cid-tSnbthMt7l .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-tSnbthMt7l .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #333333;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-tSnbthMt7l .form-control:focus,
.cid-tSnbthMt7l .form-control:hover {
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #333333;
}
.cid-tSnbthMt7l .form-control.textarea {
  padding-top: 40px;
}
.cid-tSnbthMt7l .form-group {
  margin-bottom: 1.5rem;
}
.cid-tSnbthMt7l input::-webkit-input-placeholder,
.cid-tSnbthMt7l textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-tSnbthMt7l input:-moz-placeholder,
.cid-tSnbthMt7l textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-tSnbthMt7l .jq-selectbox li,
.cid-tSnbthMt7l .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tSnbthMt7l .jq-selectbox li:hover,
.cid-tSnbthMt7l .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tSnbthMt7l .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tSnbthMt7l .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tSnbthMt7l .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-tSnbthMt7l a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tSnbthMt7l .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tSnbthMt7l .input-group-btn {
  display: block;
  text-align: left;
}
.cid-tSnbthMt7l .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-tSnbthMt7l textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tSnbthMt7l h2 {
    padding-top: 2rem;
  }
  .cid-tSnbthMt7l .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-tSnbthMt7l .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tSnbthMt7l .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-tSnbthMt7l .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-tSnbthMt7l .gdpr-block span {
  line-height: 1;
}
.cid-tSnbthMt7l .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-tSnbthMt7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSnbthMt7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSnbthMt7l .mbr-section-title,
.cid-tSnbthMt7l .col {
  color: #ffffff;
  text-align: center;
}
.cid-tSnbthMt7l .mbr-text,
.cid-tSnbthMt7l .col {
  color: #ffffff;
  text-align: center;
}
.cid-tSnbthMt7l .text-blocks .mbr-text,
.cid-tSnbthMt7l .col {
  color: #fb6e52;
  text-align: center;
}
.cid-tSnbtiIIuh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSnbtiIIuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSnbtiIIuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSnbtiIIuh .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tSnbtiIIuh .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tSnbtiIIuh .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tSnbtiIIuh .mbr-section-title {
  color: #131313;
}
.cid-tSnbtiIIuh .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tSnbtiIIuh .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tSnbtiIIuh .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tSnbtiIIuh .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tSnbtiIIuh .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tSnbtiIIuh .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tSnbtiIIuh .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tSnbtiIIuh .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tSnbtiIIuh .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tSnbtiIIuh .card-title {
  color: #131313;
}
.cid-tSnbtiIIuh .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tSnbtiIIuh .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tSnbtiIIuh .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSnbtiIIuh .card-link {
    margin-top: 15px;
  }
}
.cid-tSnbtiIIuh .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tSnbtjA2H4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111111;
}
.cid-tSnbtjA2H4 .mbr-text,
.cid-tSnbtjA2H4 .mbr-section-btn {
  color: #232323;
}
.cid-tSnbtjA2H4 .card-title,
.cid-tSnbtjA2H4 .card-box {
  color: #fb6e52;
}
.cid-tSnbtjA2H4 .mbr-text,
.cid-tSnbtjA2H4 .link-wrap {
  color: #ffffff;
}
.cid-tSnbtjA2H4 .card-box .mbr-text,
.cid-tSnbtjA2H4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tSnbtkmqKk {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSnbtkmqKk .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tSnbtkmqKk .item .icon-wrap {
  text-align: center;
}
.cid-tSnbtkmqKk .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tSnbtkmqKk .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tSnbtkmqKk .item.first:before {
  display: none;
}
.cid-tSnbtkmqKk .item.five:before {
  display: none;
}
.cid-tSnbtkmqKk .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tSnbtkmqKk .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tSnbtkmqKk .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tSnbtkmqKk .item:before {
    display: none;
  }
  .cid-tSnbtkmqKk .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tSnbtkmqKk .text-box .mbr-text {
  color: #111111;
}
.cid-tSnbtltPTr {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tSnbtltPTr .mbr-section-title,
  .cid-tSnbtltPTr .mbr-section-subtitle,
  .cid-tSnbtltPTr .mbr-section-btn,
  .cid-tSnbtltPTr .mbr-text {
    text-align: center;
  }
}
.cid-tSnbtltPTr .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tSnbtltPTr .mbr-text,
.cid-tSnbtltPTr .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tSnbtltPTr .bigfont {
  font-size: 50px;
}
.cid-tSnbtltPTr .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tSnbtltPTr .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tSnbtltPTr .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tSnbtltPTr .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tSnbtltPTr .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tSnbtmcR3I {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tSnbtmcR3I .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tSnbtmcR3I .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tSnbtmcR3I .btn-col {
    justify-content: center;
  }
}
.cid-tSnbtmcR3I .mbr-text,
.cid-tSnbtmcR3I .mbr-section-btn {
  color: #999999;
}
.cid-tSnbtmcR3I p {
  margin: 0;
}
.cid-tSnbtmZQi3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tSnbtmZQi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSnbtmZQi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSnbtmZQi3 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tSnbtmZQi3 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tSnbtmZQi3 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tSnbtmZQi3 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tSnbtmZQi3 .container {
    max-width: 100%;
  }
  .cid-tSnbtmZQi3 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tSnbtmZQi3 .item-wrap {
  width: 100%;
}
.cid-tSnbtmZQi3 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tSnbtmZQi3 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSnbtmZQi3 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tSnbtmZQi3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSnbtmZQi3 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tSnbtmZQi3 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSnbtmZQi3 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tSnbtmZQi3 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tSnbtmZQi3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tSnbtmZQi3 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tSnbtmZQi3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tSnbtmZQi3 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tSnbtmZQi3 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tSnbtmZQi3 .col-links {
    padding-top: 20px;
  }
}
.cid-tSnbtmZQi3 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tSnbtmZQi3 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tSnbtmZQi3 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tSnbtmZQi3 .list {
    text-align: center !important;
  }
}
.cid-tSnbtmZQi3 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tSnbtmZQi3 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tSnbtmZQi3 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tSnbtmZQi3 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tSnbtmZQi3 .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tSnbtmZQi3 .list a:hover:before {
  width: 100%;
}
.cid-tSnbtmZQi3 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tSnbtmZQi3 .col-copyright {
    padding-top: 40px;
  }
}
.cid-tSnbtmZQi3 .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tSnbtmZQi3 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tSmhnN3YYQ .navbar-dropdown {
  position: relative !important;
}
.cid-tSmhnN3YYQ .navbar-dropdown {
  position: absolute !important;
}
.cid-tSmhnN3YYQ .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-tSmhnN3YYQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSmhnN3YYQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSmhnN3YYQ .dropdown-item:hover,
.cid-tSmhnN3YYQ .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tSmhnN3YYQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSmhnN3YYQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSmhnN3YYQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSmhnN3YYQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSmhnN3YYQ .nav-link {
  position: relative;
}
.cid-tSmhnN3YYQ .container {
  display: flex;
  margin: auto;
}
.cid-tSmhnN3YYQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSmhnN3YYQ .dropdown-menu,
.cid-tSmhnN3YYQ .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tSmhnN3YYQ .nav-item:focus,
.cid-tSmhnN3YYQ .nav-link:focus {
  outline: none;
}
.cid-tSmhnN3YYQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSmhnN3YYQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSmhnN3YYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSmhnN3YYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSmhnN3YYQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSmhnN3YYQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSmhnN3YYQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tSmhnN3YYQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tSmhnN3YYQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSmhnN3YYQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tSmhnN3YYQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSmhnN3YYQ .navbar.collapsed {
  justify-content: center;
}
.cid-tSmhnN3YYQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSmhnN3YYQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSmhnN3YYQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSmhnN3YYQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSmhnN3YYQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSmhnN3YYQ .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-tSmhnN3YYQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSmhnN3YYQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSmhnN3YYQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSmhnN3YYQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSmhnN3YYQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSmhnN3YYQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSmhnN3YYQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSmhnN3YYQ .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-tSmhnN3YYQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSmhnN3YYQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSmhnN3YYQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSmhnN3YYQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSmhnN3YYQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSmhnN3YYQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSmhnN3YYQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSmhnN3YYQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSmhnN3YYQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSmhnN3YYQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSmhnN3YYQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSmhnN3YYQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSmhnN3YYQ .dropdown-item.active,
.cid-tSmhnN3YYQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tSmhnN3YYQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSmhnN3YYQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSmhnN3YYQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSmhnN3YYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSmhnN3YYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSmhnN3YYQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSmhnN3YYQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSmhnN3YYQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSmhnN3YYQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSmhnN3YYQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSmhnN3YYQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSmhnN3YYQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSmhnN3YYQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSmhnN3YYQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSmhnN3YYQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSmhnN3YYQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSmhnN3YYQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSmhnN3YYQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSmhnN3YYQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tSmhnN3YYQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSmhnN3YYQ .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-tSmhnN3YYQ .navbar {
    height: 70px;
  }
  .cid-tSmhnN3YYQ .navbar.opened {
    height: auto;
  }
  .cid-tSmhnN3YYQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSmhqM1yVG {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-tSmhqM1yVG .row {
  flex-direction: row-reverse;
}
.cid-tSmhqM1yVG .img-wrap {
  position: relative;
}
.cid-tSmhqM1yVG .img-wrap img {
  width: 100%;
}
.cid-tSmhqM1yVG .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-tSmhqM1yVG .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-tSmhqM1yVG .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-tSmhqM1yVG .mbr-section-title {
  color: #ffffff;
}
.cid-tSmhqM1yVG .mbr-section-subtitle {
  color: #111111;
  text-align: center;
}
.cid-tSmhqM1yVG .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tSmhqM1yVG .mbr-section-text {
  color: #ffffff;
}
.cid-tSmhqM1yVG .form-control,
.cid-tSmhqM1yVG .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-tSmhqM1yVG .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #333333;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-tSmhqM1yVG .form-control:focus,
.cid-tSmhqM1yVG .form-control:hover {
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #333333;
}
.cid-tSmhqM1yVG .form-control.textarea {
  padding-top: 40px;
}
.cid-tSmhqM1yVG .form-group {
  margin-bottom: 1.5rem;
}
.cid-tSmhqM1yVG input::-webkit-input-placeholder,
.cid-tSmhqM1yVG textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-tSmhqM1yVG input:-moz-placeholder,
.cid-tSmhqM1yVG textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-tSmhqM1yVG .jq-selectbox li,
.cid-tSmhqM1yVG .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tSmhqM1yVG .jq-selectbox li:hover,
.cid-tSmhqM1yVG .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tSmhqM1yVG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tSmhqM1yVG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tSmhqM1yVG .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-tSmhqM1yVG a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tSmhqM1yVG .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tSmhqM1yVG .input-group-btn {
  display: block;
  text-align: left;
}
.cid-tSmhqM1yVG .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-tSmhqM1yVG textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tSmhqM1yVG h2 {
    padding-top: 2rem;
  }
  .cid-tSmhqM1yVG .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-tSmhqM1yVG .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tSmhqM1yVG .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-tSmhqM1yVG .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-tSmhqM1yVG .gdpr-block span {
  line-height: 1;
}
.cid-tSmhqM1yVG .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-tSmhqM1yVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmhqM1yVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmhqM1yVG .mbr-section-title,
.cid-tSmhqM1yVG .col {
  color: #ffffff;
  text-align: center;
}
.cid-tSmhqM1yVG .mbr-text,
.cid-tSmhqM1yVG .col {
  color: #ffffff;
  text-align: center;
}
.cid-tSmhqM1yVG .text-blocks .mbr-text,
.cid-tSmhqM1yVG .col {
  color: #fb6e52;
  text-align: center;
}
.cid-tSmluMTRSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSmluMTRSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmluMTRSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmluMTRSp .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tSmluMTRSp .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tSmluMTRSp .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tSmluMTRSp .mbr-section-title {
  color: #131313;
}
.cid-tSmluMTRSp .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tSmluMTRSp .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tSmluMTRSp .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tSmluMTRSp .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tSmluMTRSp .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tSmluMTRSp .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tSmluMTRSp .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tSmluMTRSp .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tSmluMTRSp .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tSmluMTRSp .card-title {
  color: #131313;
}
.cid-tSmluMTRSp .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tSmluMTRSp .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tSmluMTRSp .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSmluMTRSp .card-link {
    margin-top: 15px;
  }
}
.cid-tSmluMTRSp .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tSmhnQOX0b {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111111;
}
.cid-tSmhnQOX0b .mbr-text,
.cid-tSmhnQOX0b .mbr-section-btn {
  color: #232323;
}
.cid-tSmhnQOX0b .card-title,
.cid-tSmhnQOX0b .card-box {
  color: #fb6e52;
}
.cid-tSmhnQOX0b .mbr-text,
.cid-tSmhnQOX0b .link-wrap {
  color: #ffffff;
}
.cid-tSmhnQOX0b .card-box .mbr-text,
.cid-tSmhnQOX0b .mbr-section-btn {
  color: #ffffff;
}
.cid-tSmhnRwU84 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSmhnRwU84 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tSmhnRwU84 .item .icon-wrap {
  text-align: center;
}
.cid-tSmhnRwU84 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tSmhnRwU84 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tSmhnRwU84 .item.first:before {
  display: none;
}
.cid-tSmhnRwU84 .item.five:before {
  display: none;
}
.cid-tSmhnRwU84 .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tSmhnRwU84 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tSmhnRwU84 .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tSmhnRwU84 .item:before {
    display: none;
  }
  .cid-tSmhnRwU84 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tSmhnRwU84 .text-box .mbr-text {
  color: #111111;
}
.cid-tSmhnSCh2b {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tSmhnSCh2b .mbr-section-title,
  .cid-tSmhnSCh2b .mbr-section-subtitle,
  .cid-tSmhnSCh2b .mbr-section-btn,
  .cid-tSmhnSCh2b .mbr-text {
    text-align: center;
  }
}
.cid-tSmhnSCh2b .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tSmhnSCh2b .mbr-text,
.cid-tSmhnSCh2b .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tSmhnSCh2b .bigfont {
  font-size: 50px;
}
.cid-tSmhnSCh2b .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tSmhnSCh2b .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tSmhnSCh2b .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tSmhnSCh2b .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tSmhnSCh2b .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tSmhnTrUyC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tSmhnTrUyC .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tSmhnTrUyC .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tSmhnTrUyC .btn-col {
    justify-content: center;
  }
}
.cid-tSmhnTrUyC .mbr-text,
.cid-tSmhnTrUyC .mbr-section-btn {
  color: #999999;
}
.cid-tSmhnTrUyC p {
  margin: 0;
}
.cid-tSmhnUjfyT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tSmhnUjfyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmhnUjfyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmhnUjfyT .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tSmhnUjfyT .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tSmhnUjfyT .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tSmhnUjfyT .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tSmhnUjfyT .container {
    max-width: 100%;
  }
  .cid-tSmhnUjfyT .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tSmhnUjfyT .item-wrap {
  width: 100%;
}
.cid-tSmhnUjfyT .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tSmhnUjfyT .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tSmhnUjfyT .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tSmhnUjfyT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSmhnUjfyT .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tSmhnUjfyT .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tSmhnUjfyT .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tSmhnUjfyT .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tSmhnUjfyT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tSmhnUjfyT .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tSmhnUjfyT .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tSmhnUjfyT .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tSmhnUjfyT .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tSmhnUjfyT .col-links {
    padding-top: 20px;
  }
}
.cid-tSmhnUjfyT .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tSmhnUjfyT .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tSmhnUjfyT .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tSmhnUjfyT .list {
    text-align: center !important;
  }
}
.cid-tSmhnUjfyT .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tSmhnUjfyT .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tSmhnUjfyT .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tSmhnUjfyT .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tSmhnUjfyT .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tSmhnUjfyT .list a:hover:before {
  width: 100%;
}
.cid-tSmhnUjfyT .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tSmhnUjfyT .col-copyright {
    padding-top: 40px;
  }
}
.cid-tSmhnUjfyT .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tSmhnUjfyT .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tUXqn8fBRw .navbar-dropdown {
  position: relative !important;
}
.cid-tUXqn8fBRw .navbar-dropdown {
  position: absolute !important;
}
.cid-tUXqn8fBRw .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-tUXqn8fBRw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUXqn8fBRw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUXqn8fBRw .dropdown-item:hover,
.cid-tUXqn8fBRw .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tUXqn8fBRw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUXqn8fBRw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUXqn8fBRw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUXqn8fBRw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUXqn8fBRw .nav-link {
  position: relative;
}
.cid-tUXqn8fBRw .container {
  display: flex;
  margin: auto;
}
.cid-tUXqn8fBRw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUXqn8fBRw .dropdown-menu,
.cid-tUXqn8fBRw .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tUXqn8fBRw .nav-item:focus,
.cid-tUXqn8fBRw .nav-link:focus {
  outline: none;
}
.cid-tUXqn8fBRw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUXqn8fBRw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUXqn8fBRw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUXqn8fBRw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUXqn8fBRw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUXqn8fBRw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUXqn8fBRw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tUXqn8fBRw .navbar.opened {
  transition: all 0.3s;
}
.cid-tUXqn8fBRw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUXqn8fBRw .navbar .navbar-logo img {
  width: auto;
}
.cid-tUXqn8fBRw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUXqn8fBRw .navbar.collapsed {
  justify-content: center;
}
.cid-tUXqn8fBRw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUXqn8fBRw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUXqn8fBRw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUXqn8fBRw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUXqn8fBRw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUXqn8fBRw .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-tUXqn8fBRw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUXqn8fBRw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUXqn8fBRw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUXqn8fBRw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUXqn8fBRw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUXqn8fBRw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUXqn8fBRw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUXqn8fBRw .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-tUXqn8fBRw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUXqn8fBRw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUXqn8fBRw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUXqn8fBRw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUXqn8fBRw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUXqn8fBRw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUXqn8fBRw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUXqn8fBRw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUXqn8fBRw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUXqn8fBRw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUXqn8fBRw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUXqn8fBRw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUXqn8fBRw .dropdown-item.active,
.cid-tUXqn8fBRw .dropdown-item:active {
  background-color: transparent;
}
.cid-tUXqn8fBRw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUXqn8fBRw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUXqn8fBRw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUXqn8fBRw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUXqn8fBRw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUXqn8fBRw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUXqn8fBRw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUXqn8fBRw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUXqn8fBRw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUXqn8fBRw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUXqn8fBRw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUXqn8fBRw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUXqn8fBRw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUXqn8fBRw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUXqn8fBRw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUXqn8fBRw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUXqn8fBRw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUXqn8fBRw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUXqn8fBRw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tUXqn8fBRw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUXqn8fBRw .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-tUXqn8fBRw .navbar {
    height: 70px;
  }
  .cid-tUXqn8fBRw .navbar.opened {
    height: auto;
  }
  .cid-tUXqn8fBRw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUXqn8JAYV {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-tUXqn8JAYV .row {
  flex-direction: row-reverse;
}
.cid-tUXqn8JAYV .img-wrap {
  position: relative;
}
.cid-tUXqn8JAYV .img-wrap img {
  width: 100%;
}
.cid-tUXqn8JAYV .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-tUXqn8JAYV .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-tUXqn8JAYV .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-tUXqn8JAYV .mbr-section-title {
  color: #ffffff;
}
.cid-tUXqn8JAYV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tUXqn8JAYV .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tUXqn8JAYV .mbr-section-text {
  color: #ffffff;
}
.cid-tUXqn8JAYV .form-control,
.cid-tUXqn8JAYV .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-tUXqn8JAYV .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #333333;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-tUXqn8JAYV .form-control:focus,
.cid-tUXqn8JAYV .form-control:hover {
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #333333;
}
.cid-tUXqn8JAYV .form-control.textarea {
  padding-top: 40px;
}
.cid-tUXqn8JAYV .form-group {
  margin-bottom: 1.5rem;
}
.cid-tUXqn8JAYV input::-webkit-input-placeholder,
.cid-tUXqn8JAYV textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-tUXqn8JAYV input:-moz-placeholder,
.cid-tUXqn8JAYV textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-tUXqn8JAYV .jq-selectbox li,
.cid-tUXqn8JAYV .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tUXqn8JAYV .jq-selectbox li:hover,
.cid-tUXqn8JAYV .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tUXqn8JAYV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tUXqn8JAYV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tUXqn8JAYV .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-tUXqn8JAYV a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tUXqn8JAYV .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tUXqn8JAYV .input-group-btn {
  display: block;
  text-align: left;
}
.cid-tUXqn8JAYV .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-tUXqn8JAYV textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tUXqn8JAYV h2 {
    padding-top: 2rem;
  }
  .cid-tUXqn8JAYV .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-tUXqn8JAYV .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tUXqn8JAYV .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-tUXqn8JAYV .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-tUXqn8JAYV .gdpr-block span {
  line-height: 1;
}
.cid-tUXqn8JAYV .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-tUXqn8JAYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUXqn8JAYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUXqn8JAYV .mbr-section-title,
.cid-tUXqn8JAYV .col {
  color: #ffffff;
  text-align: center;
}
.cid-tUXqn8JAYV .mbr-text,
.cid-tUXqn8JAYV .col {
  color: #ffffff;
  text-align: center;
}
.cid-tUXqn8JAYV .text-blocks .mbr-text,
.cid-tUXqn8JAYV .col {
  color: #fb6e52;
  text-align: center;
}
.cid-tUXqn9ldXa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUXqn9ldXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUXqn9ldXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUXqn9ldXa .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tUXqn9ldXa .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tUXqn9ldXa .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tUXqn9ldXa .mbr-section-title {
  color: #131313;
}
.cid-tUXqn9ldXa .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tUXqn9ldXa .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tUXqn9ldXa .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tUXqn9ldXa .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tUXqn9ldXa .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tUXqn9ldXa .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tUXqn9ldXa .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tUXqn9ldXa .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tUXqn9ldXa .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tUXqn9ldXa .card-title {
  color: #131313;
}
.cid-tUXqn9ldXa .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tUXqn9ldXa .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tUXqn9ldXa .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tUXqn9ldXa .card-link {
    margin-top: 15px;
  }
}
.cid-tUXqn9ldXa .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tUXqn9Vvyc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUXqn9Vvyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUXqn9Vvyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUXqn9Vvyc .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tUXqn9Vvyc .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tUXqn9Vvyc .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tUXqn9Vvyc .mbr-section-title {
  color: #131313;
}
.cid-tUXqn9Vvyc .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tUXqn9Vvyc .items-row {
  row-gap: 24px;
}
.cid-tUXqn9Vvyc .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tUXqn9Vvyc .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tUXqn9Vvyc .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-tUXqn9Vvyc .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tUXqn9Vvyc .item-img img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.cid-tUXqn9Vvyc .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-tUXqn9Vvyc .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tUXqn9Vvyc .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-tUXqn9Vvyc .card-title {
  color: #131313;
}
.cid-tUXqn9Vvyc .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-tUXqn9Vvyc .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-tUXqn9Vvyc .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tUXqn9Vvyc .link-text {
    margin-top: 5px;
  }
}
.cid-tUXqn9Vvyc .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-tUXqn9Vvyc .mbr-section-btn {
  margin-top: 5px;
}
.cid-tUXqnaNt60 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111111;
}
.cid-tUXqnaNt60 .mbr-text,
.cid-tUXqnaNt60 .mbr-section-btn {
  color: #232323;
}
.cid-tUXqnaNt60 .card-title,
.cid-tUXqnaNt60 .card-box {
  color: #fb6e52;
}
.cid-tUXqnaNt60 .mbr-text,
.cid-tUXqnaNt60 .link-wrap {
  color: #ffffff;
}
.cid-tUXqnaNt60 .card-box .mbr-text,
.cid-tUXqnaNt60 .mbr-section-btn {
  color: #ffffff;
}
.cid-tUXqnbl3yF {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUXqnbl3yF .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tUXqnbl3yF .item .icon-wrap {
  text-align: center;
}
.cid-tUXqnbl3yF .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tUXqnbl3yF .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tUXqnbl3yF .item.first:before {
  display: none;
}
.cid-tUXqnbl3yF .item.five:before {
  display: none;
}
.cid-tUXqnbl3yF .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tUXqnbl3yF .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tUXqnbl3yF .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tUXqnbl3yF .item:before {
    display: none;
  }
  .cid-tUXqnbl3yF .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tUXqnbl3yF .text-box .mbr-text {
  color: #111111;
}
.cid-tUXqnccsSP {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tUXqnccsSP .mbr-section-title,
  .cid-tUXqnccsSP .mbr-section-subtitle,
  .cid-tUXqnccsSP .mbr-section-btn,
  .cid-tUXqnccsSP .mbr-text {
    text-align: center;
  }
}
.cid-tUXqnccsSP .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tUXqnccsSP .mbr-text,
.cid-tUXqnccsSP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tUXqnccsSP .bigfont {
  font-size: 50px;
}
.cid-tUXqnccsSP .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tUXqnccsSP .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tUXqnccsSP .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tUXqnccsSP .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tUXqnccsSP .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tUXqncK0cB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tUXqncK0cB .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tUXqncK0cB .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tUXqncK0cB .btn-col {
    justify-content: center;
  }
}
.cid-tUXqncK0cB .mbr-text,
.cid-tUXqncK0cB .mbr-section-btn {
  color: #999999;
}
.cid-tUXqncK0cB p {
  margin: 0;
}
.cid-tUXqndlluy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c377a;
}
.cid-tUXqndlluy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUXqndlluy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUXqndlluy .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tUXqndlluy .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tUXqndlluy .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tUXqndlluy .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tUXqndlluy .container {
    max-width: 100%;
  }
  .cid-tUXqndlluy .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tUXqndlluy .item-wrap {
  width: 100%;
}
.cid-tUXqndlluy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tUXqndlluy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tUXqndlluy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tUXqndlluy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tUXqndlluy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tUXqndlluy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tUXqndlluy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tUXqndlluy .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tUXqndlluy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #fafafa, #bbbbbb);
  transition: 0.4s all;
}
.cid-tUXqndlluy .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tUXqndlluy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #353535;
}
.cid-tUXqndlluy .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tUXqndlluy .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUXqndlluy .col-links {
    padding-top: 20px;
  }
}
.cid-tUXqndlluy .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tUXqndlluy .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tUXqndlluy .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tUXqndlluy .list {
    text-align: center !important;
  }
}
.cid-tUXqndlluy .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tUXqndlluy .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tUXqndlluy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tUXqndlluy .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tUXqndlluy .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tUXqndlluy .list a:hover:before {
  width: 100%;
}
.cid-tUXqndlluy .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tUXqndlluy .col-copyright {
    padding-top: 40px;
  }
}
.cid-tUXqndlluy .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tUXqndlluy .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.escondemobile {
  @media (max-width: 480px) {
    display: none;
  }
}
.escondedesk {
  @media (min-width: 481px) {
    display: none;
  }
}.cid-tV7Jl7O3Rp .navbar-dropdown {
  position: relative !important;
}
.cid-tV7Jl7O3Rp .navbar-dropdown {
  position: absolute !important;
}
.cid-tV7Jl7O3Rp .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-tV7Jl7O3Rp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tV7Jl7O3Rp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tV7Jl7O3Rp .dropdown-item:hover,
.cid-tV7Jl7O3Rp .dropdown-item:focus {
  background: #3bae71 !important;
  color: white !important;
}
.cid-tV7Jl7O3Rp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tV7Jl7O3Rp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tV7Jl7O3Rp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tV7Jl7O3Rp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tV7Jl7O3Rp .nav-link {
  position: relative;
}
.cid-tV7Jl7O3Rp .container {
  display: flex;
  margin: auto;
}
.cid-tV7Jl7O3Rp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tV7Jl7O3Rp .dropdown-menu,
.cid-tV7Jl7O3Rp .navbar.opened {
  background: #3e3d3d !important;
}
.cid-tV7Jl7O3Rp .nav-item:focus,
.cid-tV7Jl7O3Rp .nav-link:focus {
  outline: none;
}
.cid-tV7Jl7O3Rp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV7Jl7O3Rp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV7Jl7O3Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV7Jl7O3Rp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV7Jl7O3Rp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV7Jl7O3Rp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV7Jl7O3Rp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.cid-tV7Jl7O3Rp .navbar.opened {
  transition: all 0.3s;
}
.cid-tV7Jl7O3Rp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tV7Jl7O3Rp .navbar .navbar-logo img {
  width: auto;
}
.cid-tV7Jl7O3Rp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV7Jl7O3Rp .navbar.collapsed {
  justify-content: center;
}
.cid-tV7Jl7O3Rp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV7Jl7O3Rp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tV7Jl7O3Rp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tV7Jl7O3Rp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV7Jl7O3Rp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV7Jl7O3Rp .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-tV7Jl7O3Rp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV7Jl7O3Rp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tV7Jl7O3Rp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tV7Jl7O3Rp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV7Jl7O3Rp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV7Jl7O3Rp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV7Jl7O3Rp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV7Jl7O3Rp .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-tV7Jl7O3Rp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV7Jl7O3Rp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV7Jl7O3Rp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV7Jl7O3Rp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tV7Jl7O3Rp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV7Jl7O3Rp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tV7Jl7O3Rp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV7Jl7O3Rp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV7Jl7O3Rp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV7Jl7O3Rp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV7Jl7O3Rp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV7Jl7O3Rp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV7Jl7O3Rp .dropdown-item.active,
.cid-tV7Jl7O3Rp .dropdown-item:active {
  background-color: transparent;
}
.cid-tV7Jl7O3Rp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV7Jl7O3Rp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV7Jl7O3Rp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV7Jl7O3Rp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tV7Jl7O3Rp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV7Jl7O3Rp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV7Jl7O3Rp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tV7Jl7O3Rp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV7Jl7O3Rp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tV7Jl7O3Rp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tV7Jl7O3Rp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV7Jl7O3Rp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV7Jl7O3Rp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV7Jl7O3Rp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV7Jl7O3Rp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV7Jl7O3Rp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV7Jl7O3Rp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV7Jl7O3Rp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV7Jl7O3Rp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tV7Jl7O3Rp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tV7Jl7O3Rp .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-tV7Jl7O3Rp .navbar {
    height: 70px;
  }
  .cid-tV7Jl7O3Rp .navbar.opened {
    height: auto;
  }
  .cid-tV7Jl7O3Rp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV7Jl8mhMw {
  background-image: url("../../../assets/images/relogio-de-rua-para-anunciar-1-1000x455.webp");
}
.cid-tV7Jl8mhMw .mbr-section-title {
  margin: 0;
}
.cid-tV7Jl8mhMw .container-fluid {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tV7Jl8mhMw .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3bae71, #fb6e52);
  display: inline-block;
}
.cid-tV7Jl8mhMw .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV7Jl8mhMw .form-1 {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-tV7Jl8mhMw .form-control-label {
  color: #000000;
}
.cid-tV7Jl8mhMw .form-group {
  margin-bottom: 1.3em;
}
.cid-tV7Jl8mhMw .form-control {
  background-color: #efefef;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-tV7Jl8mhMw input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-tV7Jl8mhMw textarea.form-control {
  padding: 1rem;
}
.cid-tV7Jl8mhMw .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-tV7Jl8mhMw .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-tV7Jl8mhMw .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tV7Jl8mhMw .underline .line {
    height: 2px;
  }
  .cid-tV7Jl8mhMw .text-element {
    padding-bottom: 1rem;
  }
  .cid-tV7Jl8mhMw .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-tV7Jl8mhMw .mbr-section-title,
.cid-tV7Jl8mhMw .underline {
  color: #ffffff;
}
.cid-tV7Jl8mhMw H5 {
  color: #fb6e52;
  text-align: center;
}
.cid-tV7Jl8W8uc {
  padding-top: 4rem;
  background-color: #ffffff;
}
.cid-tV7Jl8W8uc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7Jl8W8uc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7Jl8W8uc .col-title {
  margin-bottom: 32px;
}
.cid-tV7Jl8W8uc .mbr-section-title {
  color: #24262b;
  text-align: center;
}
.cid-tV7Jl8W8uc .mbr-section-subtitle {
  color: #24262b;
}
.cid-tV7Jl8W8uc .cards-row {
  row-gap: 32px;
}
.cid-tV7Jl8W8uc .card {
  border-radius: 0;
  align-items: center;
}
.cid-tV7Jl8W8uc .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tV7Jl8W8uc .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tV7Jl8W8uc .text-wrap {
  flex-grow: 1;
}
.cid-tV7Jl8W8uc .card-title {
  color: #24262b;
}
.cid-tV7Jl8W8uc .card-text {
  color: #767676;
}
.cid-tV7Jl9ABtY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tV7Jl9ABtY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7Jl9ABtY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7Jl9ABtY .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tV7Jl9ABtY .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tV7Jl9ABtY .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tV7Jl9ABtY .item-img {
    width: 100%;
  }
}
.cid-tV7Jl9ABtY .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tV7Jl9ABtY .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tV7Jl9ABtY .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tV7Jl9ABtY .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tV7Jl9ABtY .card-title {
  color: #131313;
}
.cid-tV7Jl9ABtY .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tV7Jl9ABtY .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tV7Jl9ABtY .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tV7Jl9ABtY .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tV7Jl9ABtY .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
}
.cid-tV7Jl9ABtY .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tV7Jl9ABtY .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tV7Jl9ABtY .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tV7Jlai9Wn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/planejamento-de-midia-para-relogio-de-rua-1000x323.webp");
}
.cid-tV7Jlai9Wn .mbr-text,
.cid-tV7Jlai9Wn .mbr-section-btn {
  color: #232323;
}
.cid-tV7Jlai9Wn .card-title,
.cid-tV7Jlai9Wn .card-box {
  color: #ffe161;
}
.cid-tV7Jlai9Wn .mbr-text,
.cid-tV7Jlai9Wn .link-wrap {
  color: #ffffff;
}
.cid-tV7Jlai9Wn .card-box .mbr-text,
.cid-tV7Jlai9Wn .mbr-section-btn {
  color: #ffffff;
}
.cid-tV7JlaWhML {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tV7JlaWhML .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tV7JlaWhML .item .icon-wrap {
  text-align: center;
}
.cid-tV7JlaWhML .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tV7JlaWhML .item::before {
  content: "";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #fb6e52;
}
.cid-tV7JlaWhML .item.first:before {
  display: none;
}
.cid-tV7JlaWhML .item.five:before {
  display: none;
}
.cid-tV7JlaWhML .icon-box {
  background: #fb6e52;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tV7JlaWhML .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tV7JlaWhML .mbr-iconfont {
  color: #3bae71 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tV7JlaWhML .item:before {
    display: none;
  }
  .cid-tV7JlaWhML .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tV7JlaWhML .text-box .mbr-text {
  color: #111111;
}
.cid-tV7JlbLksa {
  background-image: url("../../../assets/images/clientes-do-canal-do-anuncio-1920x1080.webp");
}
@media (max-width: 991px) {
  .cid-tV7JlbLksa .mbr-section-title,
  .cid-tV7JlbLksa .mbr-section-subtitle,
  .cid-tV7JlbLksa .mbr-section-btn,
  .cid-tV7JlbLksa .mbr-text {
    text-align: center;
  }
}
.cid-tV7JlbLksa .mbr-section-title {
  color: #fb6e52;
  text-align: center;
}
.cid-tV7JlbLksa .mbr-text,
.cid-tV7JlbLksa .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tV7JlbLksa .bigfont {
  font-size: 50px;
}
.cid-tV7JlbLksa .card-wrapper {
  background: #111111;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tV7JlbLksa .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tV7JlbLksa .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tV7JlbLksa .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tV7JlbLksa .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tV7JlcoAIX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tV7JlcoAIX .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fb6e52, #3bae71);
}
.cid-tV7JlcoAIX .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tV7JlcoAIX .btn-col {
    justify-content: center;
  }
}
.cid-tV7JlcoAIX .mbr-text,
.cid-tV7JlcoAIX .mbr-section-btn {
  color: #999999;
}
.cid-tV7JlcoAIX p {
  margin: 0;
}
.cid-tV7JlcZRi5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #354f8a;
}
.cid-tV7JlcZRi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7JlcZRi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7JlcZRi5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tV7JlcZRi5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tV7JlcZRi5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tV7JlcZRi5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tV7JlcZRi5 .container {
    max-width: 100%;
  }
  .cid-tV7JlcZRi5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tV7JlcZRi5 .item-wrap {
  width: 100%;
}
.cid-tV7JlcZRi5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
  justify-content: space-around;
}
.cid-tV7JlcZRi5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tV7JlcZRi5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tV7JlcZRi5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tV7JlcZRi5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tV7JlcZRi5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tV7JlcZRi5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tV7JlcZRi5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
  justify-content: center;
}
.cid-tV7JlcZRi5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 2px 6px;
  min-width: 40px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: #ffffff;
  transition: 0.4s all;
}
.cid-tV7JlcZRi5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tV7JlcZRi5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 15px;
  color: #354f8a;
}
.cid-tV7JlcZRi5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tV7JlcZRi5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tV7JlcZRi5 .col-links {
    padding-top: 20px;
  }
}
.cid-tV7JlcZRi5 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tV7JlcZRi5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tV7JlcZRi5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tV7JlcZRi5 .list {
    text-align: center !important;
  }
}
.cid-tV7JlcZRi5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tV7JlcZRi5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tV7JlcZRi5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tV7JlcZRi5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3bae71;
  transition: 0.4s all;
}
.cid-tV7JlcZRi5 .list a:hover {
  color: #3bae71 !important;
  line-height: inherit !important;
}
.cid-tV7JlcZRi5 .list a:hover:before {
  width: 100%;
}
.cid-tV7JlcZRi5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tV7JlcZRi5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-tV7JlcZRi5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-tV7JlcZRi5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.error{
	color:rgb(255, 71, 71);
	padding-left: 15px;
    }