@charset "UTF-8";
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

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

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

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left,
.align-center,
.align-right,
.mbr-section-btn,
.mbr-section-title {
    text-align: center;
  }
}
/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.media-content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

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

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

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

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

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}
/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

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

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

.menu .menu-bottom {
  display: -webkit-flex;
}

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

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

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

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}
.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  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;
}

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

#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

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

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}
.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

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

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

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

.whatsapp {
    position: fixed;
    height: 60px;
    bottom: 0px;
    right: 1px;
    padding: 10px;
    z-index: 10000000;
}
body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Unna', serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Unna', serif;
  font-size: 2.7rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Unna', serif;
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #fb5f1f !important;
}
.bg-success {
  background-color: #a2a2a2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #fb5f1f !important;
  border-color: #fb5f1f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fb5f1f !important;
  border-color: #fb5f1f !important;
}
.btn-primary:before {
  background-color: #ca3d04 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ca3d04 !important;
  border-color: #ca3d04 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #555555 !important;
  border-color: #555555 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-secondary:before {
  background-color: #2f2f2f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
}
.btn-success:before {
  background-color: #7c7c7c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7c7c7c !important;
  border-color: #7c7c7c !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #b13603;
  color: #b13603;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #fb5f1f;
}
.btn-primary-outline:before {
  background-color: #fb5f1f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb5f1f !important;
  border-color: #fb5f1f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #222222;
  color: #222222;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #555555;
}
.btn-secondary-outline:before {
  background-color: #555555;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #a2a2a2;
}
.btn-success-outline:before {
  background-color: #a2a2a2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fb5f1f;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #fb5f1f !important;
}
.text-secondary {
  color: #555555 !important;
}
.text-success {
  color: #a2a2a2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b13603 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #222222 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6f6f6f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7237a2;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fb5f1f;
  border-color: #fb5f1f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fb5f1f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffeee7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e2e2e2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b083d5;
}
.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;
}
blockquote {
  border-color: #fb5f1f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #fb5f1f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #fb5f1f;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.32rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fb5f1f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fb5f1f;
  border-bottom-color: #fb5f1f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #fb5f1f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #555555 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fb5f1f' %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;
}
@media (max-width: 600px) {
  .mob {
    width: 90%!important;
  }
}
.cid-sGh92ULtqT .navbar {
  padding: .1rem 0;
  background: #000000;
  transition: none;
  min-height: 20px;
}
.cid-sGh92ULtqT .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sGh92ULtqT a {
  font-style: normal;
}
.cid-sGh92ULtqT .corrigesj {
  line-height: 3 !important;
  font-size: 0.9rem !important;
}
.cid-sGh92ULtqT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGh92ULtqT .nav-item a {
  margin: 0 .65rem !important;
  padding: 0.1rem 0 !important;
}
.cid-sGh92ULtqT .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGh92ULtqT .content-text {
  margin-bottom: 0;
}
.cid-sGh92ULtqT .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGh92ULtqT .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb5f1f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGh92ULtqT .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGh92ULtqT .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGh92ULtqT .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGh92ULtqT .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGh92ULtqT .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGh92ULtqT .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGh92ULtqT .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGh92ULtqT .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGh92ULtqT .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGh92ULtqT .content-right-side {
  text-align: center;
}
.cid-sGh92ULtqT .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGh92ULtqT .widget-content {
    padding: 0.1rem 0 !important;
  }
  .cid-sGh92ULtqT .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGh92ULtqT .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGh92ULtqT .menu-content-top .menu-content-right .info-widget {
    padding: 0.5rem 0;
    text-align: center;
  }
  .cid-sGh92ULtqT .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGh92ULtqT .menu-bottom {
    justify-content: flex-end;
    margin-bottom: 60px !important;
  }
  .cid-sGh92ULtqT img {
    height: 2.0rem !important;
  }
  .cid-sGh92ULtqT .btn {
    display: -webkit-flex;
  }
  .cid-sGh92ULtqT button.navbar-toggler {
    display: block;
  }
  .cid-sGh92ULtqT .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGh92ULtqT .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGh92ULtqT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGh92ULtqT .navbar-collapse.collapsing,
  .cid-sGh92ULtqT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGh92ULtqT .navbar-collapse.collapsing .navbar-nav,
  .cid-sGh92ULtqT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGh92ULtqT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGh92ULtqT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGh92ULtqT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGh92ULtqT .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGh92ULtqT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGh92ULtqT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGh92ULtqT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sGh92ULtqT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0.4rem 0;
    visibility: visible;
  }
  .cid-sGh92ULtqT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGh92ULtqT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGh92ULtqT .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGh92ULtqT .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) and (max-width: 1238px) {
  .cid-sGh92ULtqT .menu-bottom {
    margin-bottom: -10px !important;
    margin-top: 12px !important;
  }
}
@media (max-width: 991px) {
  .cid-sGh92ULtqT .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGh92ULtqT .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGh92ULtqT .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGh92ULtqT .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGh92ULtqT .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGh92ULtqT .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGh92ULtqT .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGh92ULtqT .info-widget {
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGh92ULtqT .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGh92ULtqT .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGh92ULtqT .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGh92ULtqT .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGh92ULtqT .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGh92ULtqT .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGh92ULtqT .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGh92ULtqT .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGh92ULtqT .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGh92ULtqT .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGh92ULtqT .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGh92ULtqT .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGh92ULtqT .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGh92ULtqT .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGh92ULtqT .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sGh92ULtqT .navbar-toggler {
    display: none;
  }
  .cid-sGh92ULtqT .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGh92ULtqT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGh92ULtqT .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGh92ULtqT .menu-logo {
  margin-right: auto;
}
.cid-sGh92ULtqT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGh92ULtqT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGh92ULtqT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGh92ULtqT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGh92ULtqT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGh92ULtqT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGh92ULtqT .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGh92ULtqT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGh92ULtqT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGh92ULtqT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGh92ULtqT .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGh92ULtqT .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGh92ULtqT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGh92ULtqT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGh92ULtqT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGh92ULtqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGh92ULtqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGh92ULtqT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGh92ULtqT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGh92ULtqT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGh92ULtqT .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGh92ULtqT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGh92ULtqT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGh92ULtqT .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-sGh92ULtqT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGh92ULtqT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGh92ULtqT button.navbar-toggler:focus {
  outline: none;
}
.cid-sGh92ULtqT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb5f1f;
}
.cid-sGh92ULtqT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGh92ULtqT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGh92ULtqT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGh92ULtqT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGh92ULtqT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGh92ULtqT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGh92ULtqT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGh92ULtqT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGh92ULtqT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGh92ULtqT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGh92ULtqT .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGh92ULtqT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGh92ULtqT .collapsed .navbar-collapse.collapsing,
.cid-sGh92ULtqT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGh92ULtqT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGh92ULtqT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGh92ULtqT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGh92ULtqT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGh92ULtqT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGh92ULtqT .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGh92ULtqT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGh92ULtqT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGh92ULtqT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1.5rem);
  }
  .cid-sGh92ULtqT .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGh92ULtqT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGh92ULtqT .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGh92ULtqT .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGh92ULtqT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sGh92ULtqT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGh92ULtqT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGh92ULtqT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGh92ULtqT .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGh92ULtqT .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGh92ULtqT .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGh92ULtqT .nav-link:focus {
  outline: none;
}
.cid-sGh92ULtqT .navbar-toggler {
  position: relative;
}
.cid-sGh92ULtqT .dropdown-item.active,
.cid-sGh92ULtqT .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-sGh92ULtqT .nav-link:hover,
.cid-sGh92ULtqT .dropdown-item:hover {
  color: #fb5f1f;
}
.cid-sGh92ULtqT .text-secondary2 {
  color: #495057 !important;
}
.cid-sGh92ULtqT .text-secondary2:hover,
.cid-sGh92ULtqT .dropdown-item:hover {
  color: #fb5f1f;
}
.cid-sGh92ULtqT .widget-title,
.cid-sGh92ULtqT .widget-icon {
  color: #f4f4f4;
}
.cid-sGh92ULtqT .mbr-cinza {
  color: #555555;
}
.cid-sGh92ULtqT .hoverlaranja:hover {
  color: #fb5f1f;
}
.cid-sGh92ULtqT .widget-text {
  color: #f4f4f4;
}
.cid-umSHg156iY {
  padding-top: 280px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/20240128-almozara-escritorio-7103-pano-edit-internet-1.webp");
}
.cid-umSHg156iY .media-content .btn-bgr {
  z-index: 0;
}
.cid-umSHg156iY .mbr-overlay {
  background: linear-gradient(90deg, #000000, rgba(0, 0, 0, 0));
}
.cid-umSHg156iY .fix1 {
  width: 80% !important;
}
@media (max-width: 991px) {
  .cid-umSHg156iY {
    padding-top: 190px;
    padding-bottom: 90px;
    text-align: center !important;
  }
  .cid-umSHg156iY .mbr-text {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-umSHg156iY .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-umSHg156iY .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-umSHg156iY .laranjalamozara {
  color: #fb5f1f!important;
}
.cid-umSHg156iY .tituloprincipal {
  line-height: 4rem;
}
.cid-umSHg156iY .substitulopeso {
  font-weight: 400!important;
}
.cid-uoESA4uYbk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uoESA4uYbk a {
  color: #232323;
}
.cid-uoESA4uYbk a:hover {
  color: #fb5f1f;
}
.cid-uoESA4uYbk h5 {
  color: #4e6dcc;
}
.cid-uoESA4uYbk .paddingfull {
  padding: 0rem 4rem 0rem 4rem;
}
.cid-uoESA4uYbk .marginbottomzero {
  margin-bottom: 0rem!important;
}
.cid-uoESA4uYbk .card-img {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cid-uoESA4uYbk .img-icon {
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  left: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-uoESA4uYbk .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uoESA4uYbk .textobloco {
  font-size: 1.0rem !important;
}
@media (max-width: 991px) {
  .cid-uoESA4uYbk .textobloco {
    font-size: 0.8rem !important;
  }
}
.cid-uoESA4uYbk H1 {
  color: #fb5f1f;
}
.cid-uoESA4uYbk .card-title {
  color: #555555;
  font-size: 1.9rem !important;
}
.cid-uoESA4uYbk P {
  color: #555555;
  text-align: center;
}
.cid-uoESA4uYbk .fundogeometrico {
  --background-overlay: '';
  background-image: url(../../../assets/images/geometrico.png);
  background-position: bottom left;
  background-size: 240px;
  background-repeat: no-repeat;
  background-color: #EBEBEB;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sGmQeNCUBU {
  background-image: url("../../../assets/images/quadro.webp");
}
.cid-sGmQeNCUBU .text-content {
  padding-top: 105px;
  padding-bottom: 90px;
}
.cid-sGmQeNCUBU .text-content .btn-bgr {
  z-index: 0;
}
.cid-sGmQeNCUBU .mbr-overlay {
  background: linear-gradient(90deg, #555555, #fb5f1f);
}
.cid-sGmQeNCUBU h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sGmQeNCUBU p {
  color: #464646;
}
.cid-sGmQeNCUBU h2 {
  color: #000000;
}
.cid-sGmQeNCUBU .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sGmQeNCUBU .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sGmQeNCUBU .tamanhofonte {
  font-size: 1.1rem !important;
}
.cid-sGmQeNCUBU .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGmQeNCUBU .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sGmQeNCUBU .text-content {
    width: 100%;
  }
}
.cid-sGmQeNCUBU .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sGmQeNCUBU .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sGmQeNCUBU .mbr-text {
    text-align: center;
  }
}
.cid-sGmQeNCUBU .mbr-section-btn,
.cid-sGmQeNCUBU .mbr-section-title {
  color: #555555;
  line-height: 2.7rem!important;
}
.cid-sGmQeNCUBU .mbr-section-subtitle {
  color: #555555;
}
.cid-sGmQeNCUBU P {
  text-align: left;
  color: #555555;
}
@media (max-width: 600px) {
  .cid-sGmQeNCUBU .ajusta {
    padding-left: 0!Important;
    padding-right: 0!Important;
  }
}
@media (max-width: 600px) {
  .cid-sGmQeNCUBU .ajusta2 {
    width: 356px!Important;
  }
}
@media (max-width: 600px) {
  .cid-sGmQeNCUBU .margenscelular {
    padding-top: 45px;
    padding-bottom: 110px;
  }
}
.cid-uoEr2B88EE {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoEr2B88EE .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uoFCSXncZf {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uoFCSXncZf .mbr-figure {
  padding: 0;
}
.cid-uoFCSXncZf .content-row {
  background-color: #efefef;
}
@media (max-width: 500px) {
  .cid-uoFCSXncZf .content-row .px-0 {
    padding-left: 0!important;
    padding-right: 0!important;
    width: 90%!important;
  }
}
.cid-uoFCSXncZf .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-uoFCSXncZf .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uoFCSXncZf .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-uoFCSXncZf .content-row .media-content .content-block {
  z-index: 1;
}
.cid-uoFCSXncZf .fonte1 {
  line-height: 1.5rem !important;
  font-size: 1.1rem !important;
}
.cid-uoFCSXncZf .largblocotexto {
  max-width: 80%;
}
.cid-uoFCSXncZf .padding-texto {
  padding-left: 4rem !important;
}
.cid-uoFCSXncZf .col-texto {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}
.cid-uoFCSXncZf .col-img {
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
}
@media (max-width: 991px) {
  .cid-uoFCSXncZf .mbr-section-btn {
    text-align: left !important;
  }
  .cid-uoFCSXncZf .col-img {
    -ms-flex: 0 0 52%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: -145px;
  }
  .cid-uoFCSXncZf .col-texto {
    -ms-flex: 0 0 48%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .cid-uoFCSXncZf .btn-peq {
    max-width: 169px;
  }
}
@media (max-width: 767px) {
  .cid-uoFCSXncZf .ajustacelular {
    max-width: 92% !important;
  }
}
.cid-sGXDu9czxN {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (max-width: 500px) {
  .cid-sGXDu9czxN {
    padding-top: 42px;
    padding-bottom: 170px;
    width: 101% !important;
  }
  .cid-sGXDu9czxN .box {
    height: 250px;
  }
  .cid-sGXDu9czxN .row {
    padding: 1rem!important;
  }
}
.cid-sGXDu9czxN .text {
  padding: 0;
}
.cid-sGXDu9czxN section {
  position: relative;
}
.cid-sGXDu9czxN h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sGXDu9czxN .mbr-iconfont {
  padding: 0!important;
}
.cid-sGXDu9czxN .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #efefef;
}
.cid-sGXDu9czxN .box {
  background-image: url("../../../assets/images/video-preview-1056x605.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGXDu9czxN .icon-wrap {
  background-color: #fb5f1f !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sGXDu9czxN .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sGXDu9czxN .icon-wrap span {
  padding-left: 8px;
}
.cid-sGXDu9czxN .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sGXDu9czxN .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sGXDu9czxN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sGXDu9czxN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sGXDu9czxN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sGXDu9czxN a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sGXDu9czxN a.close:hover {
  color: #ffffff;
}
.cid-sGXDu9czxN H2 {
  color: #555555;
}
@media (min-width: 950px) {
  .cid-sGXDu9czxN .centralizagrande {
    margin-inline: 30px!Important;
  }
}
.cid-upSwxEGzmi {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-upSwxEGzmi .mbr-figure {
  padding: 0;
}
.cid-upSwxEGzmi .content-row {
  background-color: #ffffff;
}
@media (max-width: 500px) {
  .cid-upSwxEGzmi .content-row .px-0 {
    padding-left: 0!important;
    padding-right: 0!important;
    width: 90%!important;
  }
}
.cid-upSwxEGzmi .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-upSwxEGzmi .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-upSwxEGzmi .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-upSwxEGzmi .content-row .media-content .content-block {
  z-index: 1;
}
.cid-upSwxEGzmi .fonte1 {
  line-height: 1.5rem !important;
  font-size: 1.1rem !important;
}
.cid-upSwxEGzmi .largblocotexto {
  max-width: 80%;
}
.cid-upSwxEGzmi .padding-texto {
  padding-left: 4rem !important;
}
.cid-upSwxEGzmi .col-texto {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}
.cid-upSwxEGzmi .col-img {
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
}
@media (max-width: 991px) {
  .cid-upSwxEGzmi .mbr-section-btn {
    text-align: left !important;
  }
  .cid-upSwxEGzmi .col-img {
    -ms-flex: 0 0 52%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: -145px;
  }
  .cid-upSwxEGzmi .col-texto {
    -ms-flex: 0 0 48%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .cid-upSwxEGzmi .btn-peq {
    max-width: 169px;
  }
}
@media (max-width: 767px) {
  .cid-upSwxEGzmi .ajustacelular {
    max-width: 92% !important;
  }
}
.cid-upSxX59ZSn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-upSxX59ZSn .media-content .btn-bgr {
  z-index: 0;
}
.cid-upSxX59ZSn .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-upSxX59ZSn h3 {
  color: #000000;
  font-weight: 300;
}
.cid-upSxX59ZSn .px-0 {
  padding-left: 0!important;
  padding-right: 0!important;
  width: 90%!important;
}
.cid-upSxX59ZSn p {
  color: #464646;
}
.cid-upSxX59ZSn h2 {
  color: #000000;
}
.cid-upSxX59ZSn .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-upSxX59ZSn .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-upSxX59ZSn .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-upSxX59ZSn .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-upSxX59ZSn .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upSxX59ZSn .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-upSxX59ZSn .mbr-text {
    text-align: center;
  }
}
.cid-upSxX59ZSn .fundogeometrico {
  --background-overlay: '';
  background-image: url(../../../assets/images/geometrico.png);
  background-position: bottom left;
  background-size: 240px;
  background-repeat: no-repeat;
  background-color: #EBEBEB;
  padding-top: 80px;
  padding-bottom: 80px;
}
.cid-upSNXfCPJW {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-upSNXfCPJW .media-content .btn-bgr {
  z-index: 0;
}
.cid-upSNXfCPJW .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-upSNXfCPJW h3 {
  color: #000000;
  font-weight: 300;
}
.cid-upSNXfCPJW .px-0 {
  padding-left: 0!important;
  padding-right: 0!important;
  width: 90%!important;
}
.cid-upSNXfCPJW p {
  color: #464646;
}
.cid-upSNXfCPJW h2 {
  color: #000000;
}
.cid-upSNXfCPJW .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-upSNXfCPJW .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-upSNXfCPJW .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-upSNXfCPJW .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-upSNXfCPJW .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upSNXfCPJW .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-upSNXfCPJW .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-upSNXfCPJW .mbr-text {
    text-align: center;
  }
}
.cid-upSNXfCPJW H2 {
  color: #ed6436;
  text-align: left;
}
.cid-upSNXfCPJW .mbr-section-subtitle {
  color: #000000;
}
.cid-upSNXfCPJW .mbr-section-title,
.cid-upSNXfCPJW .mbr-section-btn {
  color: #2c1616;
}
.cid-upSSPuP5Da {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-upSSPuP5Da .media-content .btn-bgr {
  z-index: 0;
}
.cid-upSSPuP5Da .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-upSSPuP5Da .px-0 {
  padding-left: 0!important;
  padding-right: 0!important;
  width: 90%!important;
}
.cid-upSSPuP5Da h3 {
  color: #000000;
  font-weight: 300;
}
.cid-upSSPuP5Da p {
  color: #464646;
}
.cid-upSSPuP5Da h2 {
  color: #000000;
}
.cid-upSSPuP5Da .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-upSSPuP5Da .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-upSSPuP5Da .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-upSSPuP5Da .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-upSSPuP5Da .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upSSPuP5Da .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-upSSPuP5Da .mbr-text {
    text-align: center;
  }
}
.cid-upSSPuP5Da .mbr-section-title,
.cid-upSSPuP5Da .mbr-section-btn {
  color: #fb5f1f;
}
.cid-upTwVRwQhY {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/20240128-almozara-escritorio-6975-internet-1000px.webp");
}
.cid-upTwVRwQhY .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-upTwVRwQhY .mbr-overlay {
  background: linear-gradient(#000000 -10%, #000000 75%);
}
.cid-upTwVRwQhY .tamanhotexto {
  font-size: 1.2rem!important;
}
.cid-upTwVRwQhY .px-0 {
  padding-left: 0!important;
  padding-right: 0!important;
  width: 90%!important;
}
.cid-upTb0Aq7u8 {
  background: linear-gradient(45deg, #efefef, #efefef);
}
.cid-upTb0Aq7u8 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-upTb0Aq7u8 .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-upTb0Aq7u8 .price-term {
  display: block;
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-upTb0Aq7u8 .plan-title {
  background-color: #a2a2a2;
  color: #ffffff;
}
.cid-upTb0Aq7u8 .px-0 {
  padding-left: 0!important;
  padding-right: 0!important;
  width: 90%!important;
}
.cid-upTb0Aq7u8 .plan-header {
  border-radius: 0px 0px 0 0;
  overflow: hidden;
}
.cid-upTb0Aq7u8 .plan-body {
  border-radius: 0 0 0px 0px;
}
.cid-upTb0Aq7u8 .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-upTb0Aq7u8 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-upTb0Aq7u8 .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-upTb0Aq7u8 .plan-header,
.cid-upTb0Aq7u8 .plan-body {
  background-color: #fff;
  border-bottom: solid 2px #ededed;
}
.cid-upTb0Aq7u8 .price-figure {
  font-weight: 600;
  color: #232323;
}
.cid-upTb0Aq7u8 .price-value {
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
  margin-right: 0.25rem;
}
@media (max-width: 550px) {
  .cid-upTb0Aq7u8 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-upTb0Aq7u8 .detalhe {
  --background-overlay: '';
  background-image: url(../../../assets/images/amanda-laranja.webp);
  background-position: bottom right;
  background-size: 10px;
  background-repeat: no-repeat;
}
.cid-upTb0Aq7u8 .mbr-section-title,
.cid-upTb0Aq7u8 .mbr-section-btn {
  text-align: center;
}
.cid-upTb0Aq7u8 .mbr-section-subtitle {
  text-align: center;
}
.cid-upTb0Aq7u8 .bordinha {
  --display: flex;
  --background-transition: 0.3s;
  border-style: solid;
  --border-style: solid;
  border-width: 3px 0px 0px 0px;
  --border-top-width: 3px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  border-color: #27251F;
  --border-color: #27251F;
  --padding-top: 3em;
  --padding-bottom: 3em;
  --padding-left: 2em;
  --padding-right: 2em;
}
.cid-upTb0Aq7u8 .bordinha:hover {
  border-style: solid;
  border-width: 3px 0px 0px 0px;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  border-color: #FB5F1F;
  --border-color: #FB5F1F;
}
.cid-upTb0Aq7u8 .bordinha::before {
  --border-transition: 0s;
}
.cid-upTb0Aq7u8 .fonttitulo {
  font-family: 'Unna', serif !important;
  font-size: 2rem!important;
  font-weight: 200!important;
}
.cid-upTb0Aq7u8 .fdopattern {
  --background-overlay: '';
  background-image: url(../../../assets/images/bg-pattern1.png);
  background-position: top center;
  background-size: 400px;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
.cid-upTb0Aq7u8 .elementor-icon-box-icon {
  margin-top: -1rem !important;
}
.cid-upTb0Aq7u8 .list-group,
.cid-upTb0Aq7u8 .mbr-section-btn {
  color: #181818;
}
.cid-uIzn5wMQbH {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uIzn5wMQbH .accordion .card {
  overflow: hidden;
}
.cid-uIzn5wMQbH .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzn5wMQbH .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzn5wMQbH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzn5wMQbH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzn5wMQbH .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzn5wMQbH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzn5wMQbH .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzn5wMQbH .card .panel-body {
  color: #767676;
}
.cid-uIzn5wMQbH .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzn5wMQbH .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzn5wMQbH .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzn5wMQbH .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzn5wMQbH .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzn5wMQbH .panel-collapse {
  margin-top: -1px;
}
.cid-uIzn5wMQbH H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzn5wMQbH .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzn5wMQbH .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzn5wMQbH .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzn5wMQbH .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzn5wMQbH H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzn5wMQbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzn5wMQbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzn5wMQbH .mbr-section-title,
.cid-uIzn5wMQbH .ornament {
  color: #fb5f1f;
}
.cid-uIzqLwC9Vd {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #efefef;
}
.cid-uIzqLwC9Vd .accordion .card {
  overflow: hidden;
}
.cid-uIzqLwC9Vd .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzqLwC9Vd .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzqLwC9Vd .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzqLwC9Vd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzqLwC9Vd .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzqLwC9Vd .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzqLwC9Vd .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzqLwC9Vd .card .panel-body {
  color: #767676;
}
.cid-uIzqLwC9Vd .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzqLwC9Vd .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzqLwC9Vd .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzqLwC9Vd .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzqLwC9Vd .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzqLwC9Vd .panel-collapse {
  margin-top: -1px;
}
.cid-uIzqLwC9Vd H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzqLwC9Vd .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzqLwC9Vd .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzqLwC9Vd .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzqLwC9Vd .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzqLwC9Vd H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzqLwC9Vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzqLwC9Vd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzqLwC9Vd .mbr-section-title,
.cid-uIzqLwC9Vd .ornament {
  color: #fb5f1f;
}
.cid-uIzrfgKI7l {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uIzrfgKI7l .accordion .card {
  overflow: hidden;
}
.cid-uIzrfgKI7l .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzrfgKI7l .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzrfgKI7l .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzrfgKI7l .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzrfgKI7l .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzrfgKI7l .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzrfgKI7l .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzrfgKI7l .card .panel-body {
  color: #767676;
}
.cid-uIzrfgKI7l .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzrfgKI7l .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzrfgKI7l .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzrfgKI7l .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzrfgKI7l .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzrfgKI7l .panel-collapse {
  margin-top: -1px;
}
.cid-uIzrfgKI7l H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzrfgKI7l .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzrfgKI7l .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzrfgKI7l .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzrfgKI7l .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzrfgKI7l H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzrfgKI7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzrfgKI7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzrfgKI7l .mbr-section-title,
.cid-uIzrfgKI7l .ornament {
  color: #fb5f1f;
}
.cid-uIzrvU8u96 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #efefef;
}
.cid-uIzrvU8u96 .accordion .card {
  overflow: hidden;
}
.cid-uIzrvU8u96 .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzrvU8u96 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzrvU8u96 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzrvU8u96 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzrvU8u96 .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzrvU8u96 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzrvU8u96 .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzrvU8u96 .card .panel-body {
  color: #767676;
}
.cid-uIzrvU8u96 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzrvU8u96 .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzrvU8u96 .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzrvU8u96 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzrvU8u96 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzrvU8u96 .panel-collapse {
  margin-top: -1px;
}
.cid-uIzrvU8u96 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzrvU8u96 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzrvU8u96 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzrvU8u96 .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzrvU8u96 .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzrvU8u96 H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzrvU8u96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzrvU8u96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzrvU8u96 .mbr-section-title,
.cid-uIzrvU8u96 .ornament {
  color: #fb5f1f;
}
.cid-uIzv6qkbdJ {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-uIzv6qkbdJ .accordion .card {
  overflow: hidden;
}
.cid-uIzv6qkbdJ .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzv6qkbdJ .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzv6qkbdJ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzv6qkbdJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzv6qkbdJ .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzv6qkbdJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzv6qkbdJ .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzv6qkbdJ .card .panel-body {
  color: #767676;
}
.cid-uIzv6qkbdJ .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzv6qkbdJ .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzv6qkbdJ .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzv6qkbdJ .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzv6qkbdJ .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzv6qkbdJ .panel-collapse {
  margin-top: -1px;
}
.cid-uIzv6qkbdJ H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzv6qkbdJ .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzv6qkbdJ .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzv6qkbdJ .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzv6qkbdJ .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzv6qkbdJ H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzv6qkbdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzv6qkbdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzv6qkbdJ .mbr-section-title,
.cid-uIzv6qkbdJ .ornament {
  color: #fb5f1f;
}
.cid-uIzvIrxJ28 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #efefef;
}
.cid-uIzvIrxJ28 .accordion .card {
  overflow: hidden;
}
.cid-uIzvIrxJ28 .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzvIrxJ28 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzvIrxJ28 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzvIrxJ28 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzvIrxJ28 .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzvIrxJ28 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzvIrxJ28 .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzvIrxJ28 .card .panel-body {
  color: #767676;
}
.cid-uIzvIrxJ28 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzvIrxJ28 .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzvIrxJ28 .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzvIrxJ28 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzvIrxJ28 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzvIrxJ28 .panel-collapse {
  margin-top: -1px;
}
.cid-uIzvIrxJ28 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzvIrxJ28 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzvIrxJ28 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzvIrxJ28 .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzvIrxJ28 .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzvIrxJ28 H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzvIrxJ28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzvIrxJ28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzvIrxJ28 .mbr-section-title,
.cid-uIzvIrxJ28 .ornament {
  color: #fb5f1f;
}
.cid-uIzvUoYVVo {
  padding-top: 0px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-uIzvUoYVVo .accordion .card {
  overflow: hidden;
}
.cid-uIzvUoYVVo .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzvUoYVVo .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzvUoYVVo .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzvUoYVVo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzvUoYVVo .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzvUoYVVo .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzvUoYVVo .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzvUoYVVo .card .panel-body {
  color: #767676;
}
.cid-uIzvUoYVVo .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzvUoYVVo .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzvUoYVVo .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzvUoYVVo .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzvUoYVVo .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzvUoYVVo .panel-collapse {
  margin-top: -1px;
}
.cid-uIzvUoYVVo H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzvUoYVVo .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzvUoYVVo .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzvUoYVVo .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzvUoYVVo .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzvUoYVVo H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzvUoYVVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzvUoYVVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzvUoYVVo .mbr-section-title,
.cid-uIzvUoYVVo .ornament {
  color: #fb5f1f;
}
.cid-uIzw4GG8Dm {
  padding-top: 0px;
  padding-bottom: 30px;
  position: relative;
  background-color: #efefef;
}
.cid-uIzw4GG8Dm .accordion .card {
  overflow: hidden;
}
.cid-uIzw4GG8Dm .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzw4GG8Dm .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzw4GG8Dm .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzw4GG8Dm .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzw4GG8Dm .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzw4GG8Dm .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzw4GG8Dm .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzw4GG8Dm .card .panel-body {
  color: #767676;
}
.cid-uIzw4GG8Dm .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzw4GG8Dm .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzw4GG8Dm .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzw4GG8Dm .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzw4GG8Dm .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzw4GG8Dm .panel-collapse {
  margin-top: -1px;
}
.cid-uIzw4GG8Dm H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzw4GG8Dm .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzw4GG8Dm .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzw4GG8Dm .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzw4GG8Dm .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzw4GG8Dm H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzw4GG8Dm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzw4GG8Dm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzw4GG8Dm .mbr-section-title,
.cid-uIzw4GG8Dm .ornament {
  color: #fb5f1f;
}
.cid-uIzwkREppx {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-uIzwkREppx .accordion .card {
  overflow: hidden;
}
.cid-uIzwkREppx .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzwkREppx .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzwkREppx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzwkREppx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzwkREppx .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzwkREppx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzwkREppx .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzwkREppx .card .panel-body {
  color: #767676;
}
.cid-uIzwkREppx .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzwkREppx .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzwkREppx .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzwkREppx .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzwkREppx .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzwkREppx .panel-collapse {
  margin-top: -1px;
}
.cid-uIzwkREppx H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzwkREppx .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzwkREppx .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzwkREppx .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzwkREppx .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzwkREppx H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzwkREppx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzwkREppx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzwkREppx .mbr-section-title,
.cid-uIzwkREppx .ornament {
  color: #fb5f1f;
}
.cid-uIzwK4SpRl {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #efefef;
}
.cid-uIzwK4SpRl .accordion .card {
  overflow: hidden;
}
.cid-uIzwK4SpRl .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzwK4SpRl .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzwK4SpRl .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzwK4SpRl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzwK4SpRl .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzwK4SpRl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzwK4SpRl .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzwK4SpRl .card .panel-body {
  color: #767676;
}
.cid-uIzwK4SpRl .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzwK4SpRl .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzwK4SpRl .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzwK4SpRl .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzwK4SpRl .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzwK4SpRl .panel-collapse {
  margin-top: -1px;
}
.cid-uIzwK4SpRl H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzwK4SpRl .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzwK4SpRl .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzwK4SpRl .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzwK4SpRl .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzwK4SpRl H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzwK4SpRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzwK4SpRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzwK4SpRl .mbr-section-title,
.cid-uIzwK4SpRl .ornament {
  color: #fb5f1f;
}
.cid-uIzwYvwkN8 {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-uIzwYvwkN8 .accordion .card {
  overflow: hidden;
}
.cid-uIzwYvwkN8 .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzwYvwkN8 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzwYvwkN8 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzwYvwkN8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzwYvwkN8 .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzwYvwkN8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzwYvwkN8 .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzwYvwkN8 .card .panel-body {
  color: #767676;
}
.cid-uIzwYvwkN8 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzwYvwkN8 .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzwYvwkN8 .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzwYvwkN8 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzwYvwkN8 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzwYvwkN8 .panel-collapse {
  margin-top: -1px;
}
.cid-uIzwYvwkN8 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzwYvwkN8 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzwYvwkN8 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzwYvwkN8 .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzwYvwkN8 .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzwYvwkN8 H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzwYvwkN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzwYvwkN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzwYvwkN8 .mbr-section-title,
.cid-uIzwYvwkN8 .ornament {
  color: #fb5f1f;
}
.cid-upTyhkLrj8 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/20240128-almozara-escritorio-7089-internet-1000px.webp");
}
.cid-upTyhkLrj8 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-upTyhkLrj8 .mbr-overlay {
  background: linear-gradient(#000000 -10%, #000000 75%);
}
.cid-upTyhkLrj8 .tamanhotexto {
  font-size: 1.2rem!important;
}
.cid-upTyhkLrj8 .px-0 {
  padding-left: 0!important;
  padding-right: 0!important;
  width: 90%!important;
}
.cid-upTyGuQbS1 {
  background-image: url("../../../assets/images/20240128-almozara-escritorio-7216-edit-internet-webo.webp");
}
.cid-upTyGuQbS1 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-upTyGuQbS1 .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-upTyGuQbS1 .price-term {
  display: block;
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-upTyGuQbS1 .px-0 {
  padding-left: 0!important;
  padding-right: 0!important;
  width: 90%!important;
}
.cid-upTyGuQbS1 .plan-title {
  background-color: #a2a2a2;
  color: #ffffff;
}
.cid-upTyGuQbS1 .plan-header {
  border-radius: 0px 0px 0 0;
  overflow: hidden;
}
.cid-upTyGuQbS1 .plan-body {
  border-radius: 0 0 0px 0px;
}
.cid-upTyGuQbS1 .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-upTyGuQbS1 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-upTyGuQbS1 .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-upTyGuQbS1 .plan-header,
.cid-upTyGuQbS1 .plan-body {
  background-color: #fff;
  border-bottom: solid 2px #ededed;
}
.cid-upTyGuQbS1 .price-figure {
  font-weight: 600;
  color: #232323;
}
.cid-upTyGuQbS1 .price-value {
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
  margin-right: 0.25rem;
}
@media (max-width: 550px) {
  .cid-upTyGuQbS1 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-upTyGuQbS1 .detalhe {
  --background-overlay: '';
  background-image: url(../../../assets/images/amanda-laranja.webp);
  background-position: bottom right;
  background-size: 10px;
  background-repeat: no-repeat;
}
.cid-upTyGuQbS1 .mbr-section-title,
.cid-upTyGuQbS1 .mbr-section-btn {
  text-align: center;
}
.cid-upTyGuQbS1 .mbr-section-subtitle {
  text-align: center;
}
.cid-upTyGuQbS1 .bordinha {
  --display: flex;
  --background-transition: 0.3s;
  border-style: solid;
  --border-style: solid;
  border-width: 3px 0px 0px 0px;
  --border-top-width: 3px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  border-color: #27251F;
  --border-color: #27251F;
  --padding-top: 3em;
  --padding-bottom: 3em;
  --padding-left: 2em;
  --padding-right: 2em;
}
.cid-upTyGuQbS1 .bordinha:hover {
  border-style: solid;
  border-width: 3px 0px 0px 0px;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  border-color: #FB5F1F;
  --border-color: #FB5F1F;
}
.cid-upTyGuQbS1 .bordinha::before {
  --border-transition: 0s;
}
.cid-upTyGuQbS1 .fonttitulo {
  font-family: 'Unna', serif !important;
  font-size: 2rem!important;
  font-weight: 200!important;
}
.cid-upTyGuQbS1 .fdopattern {
  --background-overlay: '';
  background-image: url(../../../assets/images/bg-pattern1.png);
  background-position: top center;
  background-size: 400px;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
.cid-upTyGuQbS1 .elementor-icon-box-icon {
  margin-top: -1rem !important;
}
.cid-uIzzSgf762 {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-uIzzSgf762 .accordion .card {
  overflow: hidden;
}
.cid-uIzzSgf762 .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzzSgf762 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzzSgf762 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzzSgf762 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzzSgf762 .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzzSgf762 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzzSgf762 .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzzSgf762 .card .panel-body {
  color: #767676;
}
.cid-uIzzSgf762 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzzSgf762 .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzzSgf762 .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzzSgf762 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzzSgf762 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzzSgf762 .panel-collapse {
  margin-top: -1px;
}
.cid-uIzzSgf762 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzzSgf762 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzzSgf762 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzzSgf762 .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzzSgf762 .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzzSgf762 H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzzSgf762 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzzSgf762 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzzSgf762 .mbr-section-title,
.cid-uIzzSgf762 .ornament {
  color: #fb5f1f;
}
.cid-uIzACfO2Al {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #efefef;
}
.cid-uIzACfO2Al .accordion .card {
  overflow: hidden;
}
.cid-uIzACfO2Al .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzACfO2Al .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzACfO2Al .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzACfO2Al .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzACfO2Al .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzACfO2Al .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzACfO2Al .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzACfO2Al .card .panel-body {
  color: #767676;
}
.cid-uIzACfO2Al .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzACfO2Al .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzACfO2Al .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzACfO2Al .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzACfO2Al .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzACfO2Al .panel-collapse {
  margin-top: -1px;
}
.cid-uIzACfO2Al H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzACfO2Al .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzACfO2Al .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzACfO2Al .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzACfO2Al .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzACfO2Al H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzACfO2Al .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzACfO2Al .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzACfO2Al .mbr-section-title,
.cid-uIzACfO2Al .ornament {
  color: #fb5f1f;
}
.cid-uIzB87hSz8 {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uIzB87hSz8 .accordion .card {
  overflow: hidden;
}
.cid-uIzB87hSz8 .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzB87hSz8 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzB87hSz8 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzB87hSz8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzB87hSz8 .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzB87hSz8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzB87hSz8 .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzB87hSz8 .card .panel-body {
  color: #767676;
}
.cid-uIzB87hSz8 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzB87hSz8 .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzB87hSz8 .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzB87hSz8 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzB87hSz8 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzB87hSz8 .panel-collapse {
  margin-top: -1px;
}
.cid-uIzB87hSz8 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzB87hSz8 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzB87hSz8 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzB87hSz8 .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzB87hSz8 .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzB87hSz8 H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzB87hSz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzB87hSz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzB87hSz8 .mbr-section-title,
.cid-uIzB87hSz8 .ornament {
  color: #fb5f1f;
}
.cid-uIzBwmf684 {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #efefef;
}
.cid-uIzBwmf684 .accordion .card {
  overflow: hidden;
}
.cid-uIzBwmf684 .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzBwmf684 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzBwmf684 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzBwmf684 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzBwmf684 .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzBwmf684 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzBwmf684 .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzBwmf684 .card .panel-body {
  color: #767676;
}
.cid-uIzBwmf684 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzBwmf684 .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzBwmf684 .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzBwmf684 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzBwmf684 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzBwmf684 .panel-collapse {
  margin-top: -1px;
}
.cid-uIzBwmf684 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzBwmf684 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzBwmf684 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzBwmf684 .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzBwmf684 .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzBwmf684 H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzBwmf684 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzBwmf684 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzBwmf684 .mbr-section-title,
.cid-uIzBwmf684 .ornament {
  color: #fb5f1f;
}
.cid-uIzBS1Pm9t {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uIzBS1Pm9t .accordion .card {
  overflow: hidden;
}
.cid-uIzBS1Pm9t .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzBS1Pm9t .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzBS1Pm9t .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzBS1Pm9t .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzBS1Pm9t .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzBS1Pm9t .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzBS1Pm9t .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzBS1Pm9t .card .panel-body {
  color: #767676;
}
.cid-uIzBS1Pm9t .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzBS1Pm9t .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzBS1Pm9t .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzBS1Pm9t .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzBS1Pm9t .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzBS1Pm9t .panel-collapse {
  margin-top: -1px;
}
.cid-uIzBS1Pm9t H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzBS1Pm9t .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzBS1Pm9t .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzBS1Pm9t .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzBS1Pm9t .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzBS1Pm9t H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzBS1Pm9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzBS1Pm9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzBS1Pm9t .mbr-section-title,
.cid-uIzBS1Pm9t .ornament {
  color: #fb5f1f;
}
.cid-uIzC4Ex9zb {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #efefef;
}
.cid-uIzC4Ex9zb .accordion .card {
  overflow: hidden;
}
.cid-uIzC4Ex9zb .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzC4Ex9zb .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzC4Ex9zb .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzC4Ex9zb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzC4Ex9zb .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzC4Ex9zb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzC4Ex9zb .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzC4Ex9zb .card .panel-body {
  color: #767676;
}
.cid-uIzC4Ex9zb .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzC4Ex9zb .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzC4Ex9zb .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzC4Ex9zb .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzC4Ex9zb .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzC4Ex9zb .panel-collapse {
  margin-top: -1px;
}
.cid-uIzC4Ex9zb H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzC4Ex9zb .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzC4Ex9zb .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzC4Ex9zb .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzC4Ex9zb .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzC4Ex9zb H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzC4Ex9zb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzC4Ex9zb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzC4Ex9zb .mbr-section-title,
.cid-uIzC4Ex9zb .ornament {
  color: #fb5f1f;
}
.cid-uIzCfTHOAj {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uIzCfTHOAj .accordion .card {
  overflow: hidden;
}
.cid-uIzCfTHOAj .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzCfTHOAj .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzCfTHOAj .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzCfTHOAj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzCfTHOAj .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzCfTHOAj .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzCfTHOAj .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzCfTHOAj .card .panel-body {
  color: #767676;
}
.cid-uIzCfTHOAj .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzCfTHOAj .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzCfTHOAj .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzCfTHOAj .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzCfTHOAj .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzCfTHOAj .panel-collapse {
  margin-top: -1px;
}
.cid-uIzCfTHOAj H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzCfTHOAj .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzCfTHOAj .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzCfTHOAj .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzCfTHOAj .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzCfTHOAj H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzCfTHOAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzCfTHOAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzCfTHOAj .mbr-section-title,
.cid-uIzCfTHOAj .ornament {
  color: #fb5f1f;
}
.cid-uIzCqbBzUT {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #efefef;
}
.cid-uIzCqbBzUT .accordion .card {
  overflow: hidden;
}
.cid-uIzCqbBzUT .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uIzCqbBzUT .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uIzCqbBzUT .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uIzCqbBzUT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIzCqbBzUT .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uIzCqbBzUT .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIzCqbBzUT .card .card-header a.panel-title h4:hover {
  color: #ed6436;
}
.cid-uIzCqbBzUT .card .panel-body {
  color: #767676;
}
.cid-uIzCqbBzUT .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.cid-uIzCqbBzUT .mbri-arrow-up {
  background: #ed6436;
  color: white !important;
}
.cid-uIzCqbBzUT .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uIzCqbBzUT .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uIzCqbBzUT .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uIzCqbBzUT .panel-collapse {
  margin-top: -1px;
}
.cid-uIzCqbBzUT H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uIzCqbBzUT .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uIzCqbBzUT .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uIzCqbBzUT .sign {
    margin-right: 0.5rem;
  }
  .cid-uIzCqbBzUT .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uIzCqbBzUT H3 {
  color: #2c1616;
  text-align: center;
}
.cid-uIzCqbBzUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzCqbBzUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzCqbBzUT .mbr-section-title,
.cid-uIzCqbBzUT .ornament {
  color: #fb5f1f;
}
.cid-uneUJOk9Dm {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uneUJOk9Dm .px-0 {
  padding-left: 0!important;
  padding-right: 0!important;
  width: 90%!important;
}
.cid-uneUJOk9Dm .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uneUJOk9Dm .mbr-text {
  font-style: normal;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
}
.cid-uneUJOk9Dm .entry-meta ul {
  font-style: normal;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  font-size: 0.7rem;
  color: #555555 !important;
  list-style: none;
  padding-left: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}
.cid-uneUJOk9Dm .cid-pubrec h1 {
  color: black;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uneUJOk9Dm .cid-pubrec .col-lg-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-uneUJOk9Dm .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.cid-uneUJOk9Dm .mbr-section-title {
  font-style: normal;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.cid-uneUJOk9Dm .card-img {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.cid-uneUJOk9Dm .display-2 {
  font-family: 'Unna', serif;
  font-size: 2.7rem;
}
.cid-uneUJOk9Dm .card-title {
  font-family: 'Unna', serif;
  font-size: 1.3rem;
  margin-bottom: .75rem;
}
.cid-uneUJOk9Dm h1,
.cid-uneUJOk9Dm h2,
.cid-uneUJOk9Dm h3,
.cid-uneUJOk9Dm h4 {
  margin-top: 0;
  margin-bottom: .5rem;
}
.cid-uneUJOk9Dm H1 {
  text-align: center;
}
.cid-uneUJOk9Dm H2 {
  text-align: center;
}
.cid-uneUJOk9Dm .card {
  background-color: #fff;
  border: 0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: .25rem;
}
.cid-uneUJOk9Dm .mbri-user {
  font-family: MobiriseIcons !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cid-uneUJOk9Dm .mbri-user:before {
  content: "\e98a";
}
.cid-uneUJOk9Dm .entry-date-absolute {
  background: #ff905c;
  border: 3px solid #eee;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 4px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  line-height: 15px;
}
.cid-uneUJOk9Dm .entry-date-absolute span {
  display: block;
  font-size: 10px;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 16px;
}
.cid-uneUJOk9Dm .entry-meta li i {
  color: #000 !important;
  margin-right: 5px;
}
.cid-uneUJOk9Dm .img-icon {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .cid-uneUJOk9Dm .ajustacelular {
    padding: 0px !important;
    max-width: 95% !important;
  }
}
.cid-uqxCFqlXeQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uqxCFqlXeQ .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uqxCFqlXeQ .content {
    padding: 0 2rem;
  }
}
.cid-uqxCFqlXeQ .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uqxCFqlXeQ .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uqxCFqlXeQ .mbr-iconfont {
  font-size: 2.0rem;
  color: #333333 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-uqxCFqlXeQ .icon-title,
.cid-uqxCFqlXeQ .mbr-iconfont {
  color: #333333;
}
.cid-uqxCFqlXeQ .icons-wrap {
  display: flex;
}
.cid-uqxCFqlXeQ .google-map {
  height: 100%;
  position: relative;
}
.cid-uqxCFqlXeQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqxCFqlXeQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqxCFqlXeQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqxCFqlXeQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqxCFqlXeQ .px-0 {
  padding-left: 0!important;
  padding-right: 0!important;
  width: 90%!important;
}
@media (max-width: 992px) {
  .cid-uqxCFqlXeQ .content {
    margin: auto;
  }
  .cid-uqxCFqlXeQ .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-uqxCFqlXeQ .icons-wrap {
    flex-direction: column;
  }
  .cid-uqxCFqlXeQ .icon-wrap {
    margin-right: 0rem;
  }
  .cid-uqxCFqlXeQ .google-map {
    height: 20rem;
  }
}
.cid-uqxCFqlXeQ .linha-1 {
  line-height: 1.2!important;
  font-size: 0.9rem!important;
}
.cid-uqxCFqlXeQ .mbr-iconfont-peq {
  font-size: 1.2rem;
  color: #555555 !important;
  padding-right: 1rem;
  padding-bottom: 0px;
}
.cid-uJeuOxWQLk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJeuOxWQLk .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uoFIH34ijx {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #dcdcdc;
}
.cid-uoFIH34ijx p {
  text-align: center;
}
.cid-uoFIH34ijx .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #555555;
}
.cid-uoFIH34ijx .btn-underline:hover {
  color: #505050;
}
.cid-uoFIH34ijx .btn-underline:before {
  background-color: #505050;
}
.cid-uoFIH34ijx .social-list a:focus {
  text-decoration: none;
}
.cid-uoFIH34ijx .text-copyright {
  width: 100%;
  color: #555555;
}
.cid-uoFIH34ijx .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uoFIH34ijx .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uoFIH34ijx .logo-footer {
  line-height: normal;
}
.cid-uoFIH34ijx .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoFIH34ijx .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoFIH34ijx .mbr-section-btn {
  font-size: 16px;
}
.cid-uoFIH34ijx .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-uoFIH34ijx .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uoFIH34ijx .navbar-logo img {
  display: flex;
}
.cid-uoFIH34ijx .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoFIH34ijx .centralizalogo {
  display: grid;
  justify-content: center;
}
.cid-uoFIH34ijx .fonterodapefinal {
  font-size: 0.8rem;
  line-height: 1.3rem;
}
@media (max-width: 599px) {
  .cid-uoFIH34ijx {
    padding-top: 25px;
    padding-bottom: 10px;
    background-color: #dcdcdc;
  }
  .cid-uoFIH34ijx .ajustacelular {
    max-width: 91% !important;
  }
  .cid-uoFIH34ijx .fonterodapefinal {
    font-size: 0.6rem;
    line-height: 1.0rem;
  }
}
@charset "UTF-8";
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

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

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

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left,
.align-center,
.align-right,
.mbr-section-btn,
.mbr-section-title {
    text-align: center;
  }
}
/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.media-content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

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

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

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

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

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}
/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

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

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

.menu .menu-bottom {
  display: -webkit-flex;
}

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

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

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

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}
.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  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;
}

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

#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

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

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}
.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

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

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

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

.whatsapp {
    position: fixed;
    height: 60px;
    bottom: 0px;
    right: 1px;
    padding: 10px;
    z-index: 10000000;
}
.cid-uqxh4t4VsX .navbar {
  padding: .1rem 0;
  background: #000000;
  transition: none;
  min-height: 20px;
}
.cid-uqxh4t4VsX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uqxh4t4VsX a {
  font-style: normal;
}
.cid-uqxh4t4VsX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uqxh4t4VsX .nav-item a {
  margin: 0 .65rem !important;
  padding: 0.1rem 0 !important;
}
.cid-uqxh4t4VsX .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqxh4t4VsX .content-text {
  margin-bottom: 0;
}
.cid-uqxh4t4VsX .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uqxh4t4VsX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb5f1f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uqxh4t4VsX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uqxh4t4VsX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uqxh4t4VsX .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uqxh4t4VsX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqxh4t4VsX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqxh4t4VsX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqxh4t4VsX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uqxh4t4VsX .nav-dropdown .link {
  font-weight: 400;
}
.cid-uqxh4t4VsX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqxh4t4VsX .content-right-side {
  text-align: center;
}
.cid-uqxh4t4VsX .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uqxh4t4VsX .widget-content {
    padding: 0.1rem 0 !important;
  }
  .cid-uqxh4t4VsX .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uqxh4t4VsX .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uqxh4t4VsX .menu-content-top .menu-content-right .info-widget {
    padding: 0.5rem 0;
    text-align: center;
  }
  .cid-uqxh4t4VsX .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uqxh4t4VsX .menu-bottom {
    justify-content: flex-end;
    margin-bottom: 60px !important;
  }
  .cid-uqxh4t4VsX img {
    height: 2.0rem !important;
  }
  .cid-uqxh4t4VsX .btn {
    display: -webkit-flex;
  }
  .cid-uqxh4t4VsX button.navbar-toggler {
    display: block;
  }
  .cid-uqxh4t4VsX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uqxh4t4VsX .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uqxh4t4VsX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqxh4t4VsX .navbar-collapse.collapsing,
  .cid-uqxh4t4VsX .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqxh4t4VsX .navbar-collapse.collapsing .navbar-nav,
  .cid-uqxh4t4VsX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqxh4t4VsX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqxh4t4VsX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqxh4t4VsX .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqxh4t4VsX .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uqxh4t4VsX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqxh4t4VsX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqxh4t4VsX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqxh4t4VsX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0.4rem 0;
    visibility: visible;
  }
  .cid-uqxh4t4VsX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqxh4t4VsX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uqxh4t4VsX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uqxh4t4VsX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) and (max-width: 1238px) {
  .cid-uqxh4t4VsX .menu-bottom {
    margin-bottom: -10px !important;
    margin-top: 12px !important;
  }
}
@media (max-width: 991px) {
  .cid-uqxh4t4VsX .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-uqxh4t4VsX .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uqxh4t4VsX .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-uqxh4t4VsX .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-uqxh4t4VsX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uqxh4t4VsX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uqxh4t4VsX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uqxh4t4VsX .info-widget {
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uqxh4t4VsX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uqxh4t4VsX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uqxh4t4VsX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uqxh4t4VsX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uqxh4t4VsX .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uqxh4t4VsX .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uqxh4t4VsX .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uqxh4t4VsX .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uqxh4t4VsX .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqxh4t4VsX .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uqxh4t4VsX .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqxh4t4VsX .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqxh4t4VsX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uqxh4t4VsX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uqxh4t4VsX .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uqxh4t4VsX .navbar-toggler {
    display: none;
  }
  .cid-uqxh4t4VsX .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqxh4t4VsX .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uqxh4t4VsX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqxh4t4VsX .menu-logo {
  margin-right: auto;
}
.cid-uqxh4t4VsX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uqxh4t4VsX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqxh4t4VsX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqxh4t4VsX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqxh4t4VsX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqxh4t4VsX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqxh4t4VsX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uqxh4t4VsX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqxh4t4VsX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqxh4t4VsX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqxh4t4VsX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqxh4t4VsX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqxh4t4VsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqxh4t4VsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqxh4t4VsX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqxh4t4VsX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqxh4t4VsX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqxh4t4VsX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqxh4t4VsX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqxh4t4VsX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uqxh4t4VsX .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uqxh4t4VsX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqxh4t4VsX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqxh4t4VsX .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uqxh4t4VsX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqxh4t4VsX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqxh4t4VsX button.navbar-toggler:focus {
  outline: none;
}
.cid-uqxh4t4VsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb5f1f;
}
.cid-uqxh4t4VsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqxh4t4VsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqxh4t4VsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqxh4t4VsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqxh4t4VsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqxh4t4VsX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqxh4t4VsX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqxh4t4VsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqxh4t4VsX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqxh4t4VsX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqxh4t4VsX .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqxh4t4VsX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqxh4t4VsX .collapsed .navbar-collapse.collapsing,
.cid-uqxh4t4VsX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqxh4t4VsX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqxh4t4VsX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqxh4t4VsX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqxh4t4VsX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqxh4t4VsX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqxh4t4VsX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uqxh4t4VsX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqxh4t4VsX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uqxh4t4VsX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1.5rem);
  }
  .cid-uqxh4t4VsX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqxh4t4VsX .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqxh4t4VsX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uqxh4t4VsX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uqxh4t4VsX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqxh4t4VsX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqxh4t4VsX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqxh4t4VsX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uqxh4t4VsX .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uqxh4t4VsX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uqxh4t4VsX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uqxh4t4VsX .nav-link:focus {
  outline: none;
}
.cid-uqxh4t4VsX .navbar-toggler {
  position: relative;
}
.cid-uqxh4t4VsX .dropdown-item.active,
.cid-uqxh4t4VsX .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uqxh4t4VsX .nav-link:hover,
.cid-uqxh4t4VsX .dropdown-item:hover {
  color: #fb5f1f;
}
.cid-uqxh4t4VsX .text-secondary2 {
  color: #495057 !important;
}
.cid-uqxh4t4VsX .text-secondary2:hover,
.cid-uqxh4t4VsX .dropdown-item:hover {
  color: #fb5f1f;
}
.cid-uqxh4t4VsX .widget-title,
.cid-uqxh4t4VsX .widget-icon {
  color: #f4f4f4;
}
.cid-uqxh4t4VsX .mbr-cinza {
  color: #555555;
}
.cid-uqxh4t4VsX .hoverlaranja:hover {
  color: #fb5f1f;
}
.cid-uqxh4t4VsX .widget-text {
  color: #f4f4f4;
}
.cid-uqxh4tBZ46 {
  padding-top: 280px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/escritoriox1.webp");
}
.cid-uqxh4tBZ46 .media-content .btn-bgr {
  z-index: 0;
}
.cid-uqxh4tBZ46 .mbr-overlay {
  background: linear-gradient(90deg, #000000, rgba(0, 0, 0, 0));
}
.cid-uqxh4tBZ46 .fix1 {
  width: 80% !important;
}
@media (max-width: 991px) {
  .cid-uqxh4tBZ46 {
    padding-top: 190px;
    padding-bottom: 90px;
    text-align: center !important;
  }
  .cid-uqxh4tBZ46 .mbr-text {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uqxh4tBZ46 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uqxh4tBZ46 .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uqxh4tBZ46 .laranjalamozara {
  color: #fb5f1f!important;
}
.cid-uqxh4tBZ46 .tituloprincipal {
  line-height: 4rem;
}
.cid-uqxh4tBZ46 .substitulopeso {
  font-weight: 400!important;
}
.cid-uqxh4u1sMj {
  background-image: url("../../../assets/images/quadro.webp");
}
.cid-uqxh4u1sMj .text-content {
  padding-top: 105px;
  padding-bottom: 90px;
}
.cid-uqxh4u1sMj .text-content .btn-bgr {
  z-index: 0;
}
.cid-uqxh4u1sMj .mbr-overlay {
  background: linear-gradient(90deg, #555555, #fb5f1f);
}
.cid-uqxh4u1sMj h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uqxh4u1sMj p {
  color: #464646;
}
.cid-uqxh4u1sMj h2 {
  color: #000000;
}
.cid-uqxh4u1sMj .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uqxh4u1sMj .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uqxh4u1sMj .tamanhofonte {
  font-size: 1.1rem !important;
}
.cid-uqxh4u1sMj .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqxh4u1sMj .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uqxh4u1sMj .text-content {
    width: 100%;
  }
}
.cid-uqxh4u1sMj .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uqxh4u1sMj .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uqxh4u1sMj .mbr-text {
    text-align: center;
  }
}
.cid-uqxh4u1sMj .mbr-section-btn,
.cid-uqxh4u1sMj .mbr-section-title {
  color: #555555;
  line-height: 2.7rem!important;
}
.cid-uqxh4u1sMj .mbr-section-subtitle {
  color: #555555;
}
.cid-uqxh4u1sMj P {
  text-align: left;
  color: #555555;
}
@media (max-width: 600px) {
  .cid-uqxh4u1sMj .ajusta {
    padding-left: 0!Important;
    padding-right: 0!Important;
  }
}
@media (max-width: 600px) {
  .cid-uqxh4u1sMj .ajusta2 {
    width: 356px!Important;
  }
}
@media (max-width: 600px) {
  .cid-uqxh4u1sMj .margenscelular {
    padding-top: 45px;
    padding-bottom: 110px;
  }
}
.cid-uqxh4tOQDa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uqxh4tOQDa a {
  color: #232323;
}
.cid-uqxh4tOQDa a:hover {
  color: #fb5f1f;
}
.cid-uqxh4tOQDa h5 {
  color: #4e6dcc;
}
.cid-uqxh4tOQDa .paddingfull {
  padding: 0rem 4rem 0rem 4rem;
}
.cid-uqxh4tOQDa .marginbottomzero {
  margin-bottom: 0rem!important;
}
.cid-uqxh4tOQDa .card-img {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cid-uqxh4tOQDa .img-icon {
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  left: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-uqxh4tOQDa .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqxh4tOQDa .textobloco {
  font-size: 1.0rem !important;
}
@media (max-width: 991px) {
  .cid-uqxh4tOQDa .textobloco {
    font-size: 0.8rem !important;
  }
}
.cid-uqxh4tOQDa H1 {
  color: #fb5f1f;
}
.cid-uqxh4tOQDa .card-title {
  color: #555555;
  font-size: 1.9rem !important;
}
.cid-uqxh4tOQDa P {
  color: #555555;
  text-align: center;
}
.cid-uqxh4tOQDa .fundogeometrico {
  --background-overlay: '';
  background-image: url(../../../assets/images/geometrico.png);
  background-position: bottom left;
  background-size: 240px;
  background-repeat: no-repeat;
  background-color: #EBEBEB;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uWCg63BnRP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uWCg63BnRP .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uWCg63BnRP .content {
    padding: 0 2rem;
  }
}
.cid-uWCg63BnRP .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uWCg63BnRP .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uWCg63BnRP .mbr-iconfont {
  font-size: 2.0rem;
  color: #333333 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-uWCg63BnRP .icon-title,
.cid-uWCg63BnRP .mbr-iconfont {
  color: #333333;
}
.cid-uWCg63BnRP .icons-wrap {
  display: flex;
}
.cid-uWCg63BnRP .google-map {
  height: 100%;
  position: relative;
}
.cid-uWCg63BnRP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uWCg63BnRP .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWCg63BnRP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWCg63BnRP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWCg63BnRP .px-0 {
  padding-left: 0!important;
  padding-right: 0!important;
  width: 90%!important;
}
@media (max-width: 992px) {
  .cid-uWCg63BnRP .content {
    margin: auto;
  }
  .cid-uWCg63BnRP .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-uWCg63BnRP .icons-wrap {
    flex-direction: column;
  }
  .cid-uWCg63BnRP .icon-wrap {
    margin-right: 0rem;
  }
  .cid-uWCg63BnRP .google-map {
    height: 20rem;
  }
}
.cid-uWCg63BnRP .linha-1 {
  line-height: 1.2!important;
  font-size: 0.9rem!important;
}
.cid-uWCg63BnRP .mbr-iconfont-peq {
  font-size: 1.2rem;
  color: #555555 !important;
  padding-right: 1rem;
  padding-bottom: 0px;
}
.cid-uqxh4zDIbF {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #dcdcdc;
}
.cid-uqxh4zDIbF p {
  text-align: center;
}
.cid-uqxh4zDIbF .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #555555;
}
.cid-uqxh4zDIbF .btn-underline:hover {
  color: #505050;
}
.cid-uqxh4zDIbF .btn-underline:before {
  background-color: #505050;
}
.cid-uqxh4zDIbF .social-list a:focus {
  text-decoration: none;
}
.cid-uqxh4zDIbF .text-copyright {
  width: 100%;
  color: #555555;
}
.cid-uqxh4zDIbF .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uqxh4zDIbF .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uqxh4zDIbF .logo-footer {
  line-height: normal;
}
.cid-uqxh4zDIbF .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uqxh4zDIbF .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uqxh4zDIbF .mbr-section-btn {
  font-size: 16px;
}
.cid-uqxh4zDIbF .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-uqxh4zDIbF .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqxh4zDIbF .navbar-logo img {
  display: flex;
}
.cid-uqxh4zDIbF .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uqxh4zDIbF .centralizalogo {
  display: grid;
  justify-content: center;
}
.cid-uqxh4zDIbF .fonterodapefinal {
  font-size: 0.8rem;
  line-height: 1.3rem;
}
@media (max-width: 599px) {
  .cid-uqxh4zDIbF {
    padding-top: 25px;
    padding-bottom: 10px;
    background-color: #dcdcdc;
  }
  .cid-uqxh4zDIbF .ajustacelular {
    max-width: 91% !important;
  }
  .cid-uqxh4zDIbF .fonterodapefinal {
    font-size: 0.6rem;
    line-height: 1.0rem;
  }
}
@charset "UTF-8";
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

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

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

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left,
.align-center,
.align-right,
.mbr-section-btn,
.mbr-section-title {
    text-align: center;
  }
}
/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.media-content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

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

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

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

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

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}
/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

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

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

.menu .menu-bottom {
  display: -webkit-flex;
}

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

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

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

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}
.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  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;
}

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

#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

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

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}
.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

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

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

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

.whatsapp {
    position: fixed;
    height: 60px;
    bottom: 0px;
    right: 1px;
    padding: 10px;
    z-index: 10000000;
}
.cid-sGteJmnALd .navbar {
  padding: .1rem 0;
  background: #ffffff;
  transition: none;
  min-height: 20px;
}
.cid-sGteJmnALd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGteJmnALd a {
  font-style: normal;
}
.cid-sGteJmnALd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGteJmnALd .nav-item a {
  margin: 0 .65rem !important;
  padding: 0.1rem 0 !important;
}
.cid-sGteJmnALd .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGteJmnALd .content-text {
  margin-bottom: 0;
}
.cid-sGteJmnALd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGteJmnALd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb5f1f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGteJmnALd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGteJmnALd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGteJmnALd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGteJmnALd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGteJmnALd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGteJmnALd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGteJmnALd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGteJmnALd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGteJmnALd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGteJmnALd .content-right-side {
  text-align: center;
}
.cid-sGteJmnALd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGteJmnALd .widget-content {
    padding: 0.1rem 0 !important;
  }
  .cid-sGteJmnALd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGteJmnALd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGteJmnALd .menu-content-top .menu-content-right .info-widget {
    padding: 0.5rem 0;
    text-align: center;
  }
  .cid-sGteJmnALd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGteJmnALd .menu-bottom {
    justify-content: flex-end;
    margin-bottom: 60px !important;
  }
  .cid-sGteJmnALd img {
    height: 2.0rem !important;
  }
  .cid-sGteJmnALd .btn {
    display: -webkit-flex;
  }
  .cid-sGteJmnALd button.navbar-toggler {
    display: block;
  }
  .cid-sGteJmnALd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGteJmnALd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGteJmnALd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGteJmnALd .navbar-collapse.collapsing,
  .cid-sGteJmnALd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGteJmnALd .navbar-collapse.collapsing .navbar-nav,
  .cid-sGteJmnALd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGteJmnALd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGteJmnALd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGteJmnALd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGteJmnALd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGteJmnALd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGteJmnALd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGteJmnALd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sGteJmnALd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0.4rem 0;
    visibility: visible;
  }
  .cid-sGteJmnALd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGteJmnALd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGteJmnALd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGteJmnALd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) and (max-width: 1238px) {
  .cid-sGteJmnALd .menu-bottom {
    margin-bottom: -10px !important;
    margin-top: 12px !important;
  }
}
@media (max-width: 991px) {
  .cid-sGteJmnALd .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGteJmnALd .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGteJmnALd .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGteJmnALd .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGteJmnALd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGteJmnALd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGteJmnALd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGteJmnALd .info-widget {
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGteJmnALd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGteJmnALd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGteJmnALd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGteJmnALd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGteJmnALd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGteJmnALd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGteJmnALd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGteJmnALd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGteJmnALd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGteJmnALd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGteJmnALd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGteJmnALd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGteJmnALd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGteJmnALd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGteJmnALd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sGteJmnALd .navbar-toggler {
    display: none;
  }
  .cid-sGteJmnALd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGteJmnALd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGteJmnALd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGteJmnALd .menu-logo {
  margin-right: auto;
}
.cid-sGteJmnALd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGteJmnALd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGteJmnALd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGteJmnALd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGteJmnALd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGteJmnALd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGteJmnALd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGteJmnALd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGteJmnALd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGteJmnALd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGteJmnALd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGteJmnALd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGteJmnALd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGteJmnALd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGteJmnALd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGteJmnALd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGteJmnALd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGteJmnALd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGteJmnALd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGteJmnALd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGteJmnALd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGteJmnALd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGteJmnALd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGteJmnALd .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-sGteJmnALd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGteJmnALd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGteJmnALd button.navbar-toggler:focus {
  outline: none;
}
.cid-sGteJmnALd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb5f1f;
}
.cid-sGteJmnALd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGteJmnALd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGteJmnALd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGteJmnALd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGteJmnALd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGteJmnALd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGteJmnALd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGteJmnALd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGteJmnALd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGteJmnALd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGteJmnALd .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGteJmnALd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGteJmnALd .collapsed .navbar-collapse.collapsing,
.cid-sGteJmnALd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGteJmnALd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGteJmnALd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGteJmnALd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGteJmnALd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGteJmnALd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGteJmnALd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGteJmnALd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGteJmnALd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGteJmnALd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1.5rem);
  }
  .cid-sGteJmnALd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGteJmnALd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGteJmnALd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGteJmnALd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGteJmnALd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sGteJmnALd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGteJmnALd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGteJmnALd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGteJmnALd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGteJmnALd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGteJmnALd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGteJmnALd .nav-link:focus {
  outline: none;
}
.cid-sGteJmnALd .navbar-toggler {
  position: relative;
}
.cid-sGteJmnALd .dropdown-item.active,
.cid-sGteJmnALd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGteJmnALd .nav-link:hover,
.cid-sGteJmnALd .dropdown-item:hover {
  color: #fb5f1f;
}
.cid-sGteJmnALd .text-secondary2 {
  color: #495057 !important;
}
.cid-sGteJmnALd .text-secondary2:hover,
.cid-sGteJmnALd .dropdown-item:hover {
  color: #fb5f1f;
}
.cid-sGteJmnALd .widget-title,
.cid-sGteJmnALd .widget-icon {
  color: #555555;
}
.cid-sGteJmnALd .mbr-cinza {
  color: #555555;
}
.cid-sGteJmnALd .hoverlaranja:hover {
  color: #fb5f1f;
}
.cid-sGteJrgZ2E {
  padding-top: 300px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/istock-1177975514-2000x1325.jpg");
}
.cid-sGteJrgZ2E .media-content .btn-bgr {
  z-index: 0;
}
.cid-sGteJrgZ2E .mbr-overlay {
  background: linear-gradient(90deg, #333333, #333333);
}
@media (min-width: 992px) {
  .cid-sGteJrgZ2E .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sGteJrgZ2E {
    text-align: center !important;
  }
  .cid-sGteJrgZ2E .mbr-text {
    text-align: center;
  }
}
.cid-sGteJrgZ2E .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sGteJvlOZ9 {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGteJvlOZ9 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sGteJvlOZ9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sGteJvlOZ9 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sGteJvlOZ9 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sGteJvlOZ9 .mbr-text,
.cid-sGteJvlOZ9 .mbr-section-btn {
  color: #767676;
}
.cid-sGteJvlOZ9 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sGteJvlOZ9 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sGteJvlOZ9 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sGteJvlOZ9 .main-row {
    margin: 0;
  }
  .cid-sGteJvlOZ9 .mbr-section-title,
  .cid-sGteJvlOZ9 .mbr-text,
  .cid-sGteJvlOZ9 .list,
  .cid-sGteJvlOZ9 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sGteJvlOZ9 .text-content {
    padding: 0;
  }
}
.cid-sGteJvlOZ9 .mbr-section-title {
  color: #fb5f1f;
}
@media (min-width: 992px) {
  .cid-sGteJvlOZ9 .texto {
    max-width: 40%;
    margin-left: 20px;
  }
  .cid-sGteJvlOZ9 .imagem {
    max-width: 52%;
    -webkit-align-self: start;
    margin-top: 10px;
  }
}
.cid-sGthFd4967 {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGthFd4967 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sGthFd4967 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sGthFd4967 .text-content {
  padding-right: 1.5rem;
}
.cid-sGthFd4967 .mbr-text,
.cid-sGthFd4967 .mbr-section-btn {
  color: #767676;
}
.cid-sGthFd4967 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sGthFd4967 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sGthFd4967 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sGthFd4967 .main-row {
    margin: 0;
  }
  .cid-sGthFd4967 .mbr-section-title,
  .cid-sGthFd4967 .mbr-text,
  .cid-sGthFd4967 .list,
  .cid-sGthFd4967 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sGthFd4967 .text-content {
    padding: 0;
  }
}
.cid-sGthFd4967 .mbr-section-title {
  color: #fb5f1f;
}
@media (min-width: 992px) {
  .cid-sGthFd4967 .texto {
    max-width: 40%;
    margin-left: 20px;
  }
  .cid-sGthFd4967 .imagem {
    max-width: 52%;
    -webkit-align-self: start;
    margin-top: 10px;
  }
}
.cid-sHI4uYAQn0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-sHI4uYAQn0 a {
  color: #232323;
}
.cid-sHI4uYAQn0 a:hover {
  color: #fb5f1f;
}
.cid-sHI4uYAQn0 h5 {
  color: #4e6dcc;
}
.cid-sHI4uYAQn0 .card-img {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cid-sHI4uYAQn0 .img-icon {
  width: auto;
  max-width: 500px;
  max-height: 500px;
  left: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-sHI4uYAQn0 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sHI4uYAQn0 H1 {
  color: #fb5f1f;
}
.cid-sHI4uYAQn0 .card-title {
  color: #555555;
}
.cid-sHI4uYAQn0 P {
  color: #555555;
}
.cid-sHCtBtFswi {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sHCtBtFswi .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sHCtBtFswi .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sHCtBtFswi .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sHCtBtFswi .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sHCtBtFswi .mbr-text,
.cid-sHCtBtFswi .mbr-section-btn {
  color: #767676;
}
.cid-sHCtBtFswi .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sHCtBtFswi .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sHCtBtFswi .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sHCtBtFswi .main-row {
    margin: 0;
  }
  .cid-sHCtBtFswi .mbr-section-title,
  .cid-sHCtBtFswi .mbr-text,
  .cid-sHCtBtFswi .list,
  .cid-sHCtBtFswi .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sHCtBtFswi .text-content {
    padding: 0;
  }
}
.cid-sHCtBtFswi .mbr-section-title {
  color: #fb5f1f;
}
@media (min-width: 992px) {
  .cid-sHCtBtFswi .texto {
    max-width: 45%;
    margin-left: 20px;
  }
  .cid-sHCtBtFswi .imagem {
    max-width: 45%;
  }
}
.cid-sItoIymdlb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sItoIymdlb .mbr-section-title {
  color: #fb5f1f;
  margin-bottom: 1rem;
}
.cid-sItoIymdlb .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 1rem;
}
.cid-sItoIymdlb .btn {
  margin: 0px !important;
}
.cid-sItoIymdlb .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sItoIymdlb .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sItoIymdlb .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sItoIymdlb .carousel-item .wrap-img {
  text-align: center;
}
.cid-sItoIymdlb .carousel-item .wrap-img img {
  max-height: 350px;
  width: auto;
  max-width: 100%;
}
.cid-sItoIymdlb .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sItoIymdlb .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  text-align: center;
}
.cid-sItoIymdlb .carousel-indicators li {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sItoIymdlb .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sItoIymdlb .second-col {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sItoIymdlb .texto {
    max-width: 40%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .cid-sItoIymdlb .imagem {
    max-width: 57%;
  }
}
@charset "UTF-8";
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

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

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

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left,
.align-center,
.align-right,
.mbr-section-btn,
.mbr-section-title {
    text-align: center;
  }
}
/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.media-content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

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

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

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

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

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

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

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

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

  .media {
    width: auto;
  }

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

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

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}
/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

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

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

.menu .menu-bottom {
  display: -webkit-flex;
}

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

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

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

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}
.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  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;
}

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

#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

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

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}
.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

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

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

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

.whatsapp {
    position: fixed;
    height: 60px;
    bottom: 0px;
    right: 1px;
    padding: 10px;
    z-index: 10000000;
}
.cid-uWCilQD4L1 .navbar {
  padding: .1rem 0;
  background: #000000;
  transition: none;
  min-height: 20px;
}
.cid-uWCilQD4L1 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uWCilQD4L1 a {
  font-style: normal;
}
.cid-uWCilQD4L1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uWCilQD4L1 .nav-item a {
  margin: 0 .65rem !important;
  padding: 0.1rem 0 !important;
}
.cid-uWCilQD4L1 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWCilQD4L1 .content-text {
  margin-bottom: 0;
}
.cid-uWCilQD4L1 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uWCilQD4L1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb5f1f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uWCilQD4L1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uWCilQD4L1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uWCilQD4L1 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uWCilQD4L1 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWCilQD4L1 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWCilQD4L1 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uWCilQD4L1 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWCilQD4L1 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uWCilQD4L1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uWCilQD4L1 .content-right-side {
  text-align: center;
}
.cid-uWCilQD4L1 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uWCilQD4L1 .widget-content {
    padding: 0.1rem 0 !important;
  }
  .cid-uWCilQD4L1 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uWCilQD4L1 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uWCilQD4L1 .menu-content-top .menu-content-right .info-widget {
    padding: 0.5rem 0;
    text-align: center;
  }
  .cid-uWCilQD4L1 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uWCilQD4L1 .menu-bottom {
    justify-content: flex-end;
    margin-bottom: 60px !important;
  }
  .cid-uWCilQD4L1 img {
    height: 2.0rem !important;
  }
  .cid-uWCilQD4L1 .btn {
    display: -webkit-flex;
  }
  .cid-uWCilQD4L1 button.navbar-toggler {
    display: block;
  }
  .cid-uWCilQD4L1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uWCilQD4L1 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWCilQD4L1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uWCilQD4L1 .navbar-collapse.collapsing,
  .cid-uWCilQD4L1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uWCilQD4L1 .navbar-collapse.collapsing .navbar-nav,
  .cid-uWCilQD4L1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uWCilQD4L1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uWCilQD4L1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uWCilQD4L1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uWCilQD4L1 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWCilQD4L1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uWCilQD4L1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWCilQD4L1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uWCilQD4L1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0.4rem 0;
    visibility: visible;
  }
  .cid-uWCilQD4L1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uWCilQD4L1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uWCilQD4L1 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uWCilQD4L1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) and (max-width: 1238px) {
  .cid-uWCilQD4L1 .menu-bottom {
    margin-bottom: -10px !important;
    margin-top: 12px !important;
  }
}
@media (max-width: 991px) {
  .cid-uWCilQD4L1 .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-uWCilQD4L1 .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uWCilQD4L1 .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-uWCilQD4L1 .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-uWCilQD4L1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uWCilQD4L1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uWCilQD4L1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uWCilQD4L1 .info-widget {
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uWCilQD4L1 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWCilQD4L1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uWCilQD4L1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uWCilQD4L1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uWCilQD4L1 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uWCilQD4L1 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uWCilQD4L1 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uWCilQD4L1 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uWCilQD4L1 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWCilQD4L1 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uWCilQD4L1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uWCilQD4L1 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWCilQD4L1 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uWCilQD4L1 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uWCilQD4L1 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uWCilQD4L1 .navbar-toggler {
    display: none;
  }
  .cid-uWCilQD4L1 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWCilQD4L1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWCilQD4L1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uWCilQD4L1 .menu-logo {
  margin-right: auto;
}
.cid-uWCilQD4L1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWCilQD4L1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uWCilQD4L1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uWCilQD4L1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWCilQD4L1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uWCilQD4L1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uWCilQD4L1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uWCilQD4L1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uWCilQD4L1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWCilQD4L1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uWCilQD4L1 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWCilQD4L1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWCilQD4L1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWCilQD4L1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWCilQD4L1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWCilQD4L1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWCilQD4L1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWCilQD4L1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uWCilQD4L1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWCilQD4L1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uWCilQD4L1 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uWCilQD4L1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uWCilQD4L1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uWCilQD4L1 .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uWCilQD4L1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uWCilQD4L1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWCilQD4L1 button.navbar-toggler:focus {
  outline: none;
}
.cid-uWCilQD4L1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb5f1f;
}
.cid-uWCilQD4L1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWCilQD4L1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWCilQD4L1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWCilQD4L1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWCilQD4L1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWCilQD4L1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWCilQD4L1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWCilQD4L1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWCilQD4L1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWCilQD4L1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWCilQD4L1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uWCilQD4L1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uWCilQD4L1 .collapsed .navbar-collapse.collapsing,
.cid-uWCilQD4L1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uWCilQD4L1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uWCilQD4L1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uWCilQD4L1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uWCilQD4L1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uWCilQD4L1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uWCilQD4L1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uWCilQD4L1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uWCilQD4L1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uWCilQD4L1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1.5rem);
  }
  .cid-uWCilQD4L1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWCilQD4L1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uWCilQD4L1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uWCilQD4L1 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWCilQD4L1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uWCilQD4L1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uWCilQD4L1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uWCilQD4L1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uWCilQD4L1 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWCilQD4L1 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uWCilQD4L1 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uWCilQD4L1 .nav-link:focus {
  outline: none;
}
.cid-uWCilQD4L1 .navbar-toggler {
  position: relative;
}
.cid-uWCilQD4L1 .dropdown-item.active,
.cid-uWCilQD4L1 .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uWCilQD4L1 .nav-link:hover,
.cid-uWCilQD4L1 .dropdown-item:hover {
  color: #fb5f1f;
}
.cid-uWCilQD4L1 .text-secondary2 {
  color: #495057 !important;
}
.cid-uWCilQD4L1 .text-secondary2:hover,
.cid-uWCilQD4L1 .dropdown-item:hover {
  color: #fb5f1f;
}
.cid-uWCilQD4L1 .widget-title,
.cid-uWCilQD4L1 .widget-icon {
  color: #f4f4f4;
}
.cid-uWCilQD4L1 .mbr-cinza {
  color: #555555;
}
.cid-uWCilQD4L1 .hoverlaranja:hover {
  color: #fb5f1f;
}
.cid-uWCilQD4L1 .widget-text {
  color: #f4f4f4;
}
.cid-uWCilRyq9r {
  padding-top: 280px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/20240128-almozara-escritorio-7103-pano-edit-internet-1.webp");
}
.cid-uWCilRyq9r .media-content .btn-bgr {
  z-index: 0;
}
.cid-uWCilRyq9r .mbr-overlay {
  background: linear-gradient(90deg, #000000, rgba(0, 0, 0, 0));
}
.cid-uWCilRyq9r .fix1 {
  width: 80% !important;
}
@media (max-width: 991px) {
  .cid-uWCilRyq9r {
    padding-top: 190px;
    padding-bottom: 90px;
    text-align: center !important;
  }
  .cid-uWCilRyq9r .mbr-text {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uWCilRyq9r .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uWCilRyq9r .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWCilRyq9r .laranjalamozara {
  color: #fb5f1f!important;
}
.cid-uWCilRyq9r .tituloprincipal {
  line-height: 4rem;
}
.cid-uWCilRyq9r .substitulopeso {
  font-weight: 400!important;
}
.cid-uWCiIVw2CT {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uWCiIVw2CT .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-uWCiIVw2CT .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uWCiIVw2CT .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uWCiIVw2CT .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-uWCiIVw2CT .mbr-text,
.cid-uWCiIVw2CT .mbr-section-btn {
  color: #767676;
}
.cid-uWCiIVw2CT .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-uWCiIVw2CT .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uWCiIVw2CT .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uWCiIVw2CT .main-row {
    margin: 0;
  }
  .cid-uWCiIVw2CT .mbr-section-title,
  .cid-uWCiIVw2CT .mbr-text,
  .cid-uWCiIVw2CT .list,
  .cid-uWCiIVw2CT .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uWCiIVw2CT .text-content {
    padding: 0;
  }
}
.cid-uWCiIVw2CT .mbr-section-title {
  color: #fb5f1f;
}
@media (min-width: 992px) {
  .cid-uWCiIVw2CT .texto {
    max-width: 40%;
    margin-left: 20px;
  }
  .cid-uWCiIVw2CT .imagem {
    max-width: 52%;
    -webkit-align-self: start;
    margin-top: 10px;
  }
}
.cid-uWCilS0f9x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uWCilS0f9x .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uWCilS0f9x .content {
    padding: 0 2rem;
  }
}
.cid-uWCilS0f9x .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uWCilS0f9x .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uWCilS0f9x .mbr-iconfont {
  font-size: 2.0rem;
  color: #333333 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-uWCilS0f9x .icon-title,
.cid-uWCilS0f9x .mbr-iconfont {
  color: #333333;
}
.cid-uWCilS0f9x .icons-wrap {
  display: flex;
}
.cid-uWCilS0f9x .google-map {
  height: 100%;
  position: relative;
}
.cid-uWCilS0f9x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uWCilS0f9x .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWCilS0f9x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWCilS0f9x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWCilS0f9x .px-0 {
  padding-left: 0!important;
  padding-right: 0!important;
  width: 90%!important;
}
@media (max-width: 992px) {
  .cid-uWCilS0f9x .content {
    margin: auto;
  }
  .cid-uWCilS0f9x .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-uWCilS0f9x .icons-wrap {
    flex-direction: column;
  }
  .cid-uWCilS0f9x .icon-wrap {
    margin-right: 0rem;
  }
  .cid-uWCilS0f9x .google-map {
    height: 20rem;
  }
}
.cid-uWCilS0f9x .linha-1 {
  line-height: 1.2!important;
  font-size: 0.9rem!important;
}
.cid-uWCilS0f9x .mbr-iconfont-peq {
  font-size: 1.2rem;
  color: #555555 !important;
  padding-right: 1rem;
  padding-bottom: 0px;
}
.cid-uWCilSj7I6 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #dcdcdc;
}
.cid-uWCilSj7I6 p {
  text-align: center;
}
.cid-uWCilSj7I6 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #555555;
}
.cid-uWCilSj7I6 .btn-underline:hover {
  color: #505050;
}
.cid-uWCilSj7I6 .btn-underline:before {
  background-color: #505050;
}
.cid-uWCilSj7I6 .social-list a:focus {
  text-decoration: none;
}
.cid-uWCilSj7I6 .text-copyright {
  width: 100%;
  color: #555555;
}
.cid-uWCilSj7I6 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uWCilSj7I6 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uWCilSj7I6 .logo-footer {
  line-height: normal;
}
.cid-uWCilSj7I6 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWCilSj7I6 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWCilSj7I6 .mbr-section-btn {
  font-size: 16px;
}
.cid-uWCilSj7I6 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-uWCilSj7I6 .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWCilSj7I6 .navbar-logo img {
  display: flex;
}
.cid-uWCilSj7I6 .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWCilSj7I6 .centralizalogo {
  display: grid;
  justify-content: center;
}
.cid-uWCilSj7I6 .fonterodapefinal {
  font-size: 0.8rem;
  line-height: 1.3rem;
}
@media (max-width: 599px) {
  .cid-uWCilSj7I6 {
    padding-top: 25px;
    padding-bottom: 10px;
    background-color: #dcdcdc;
  }
  .cid-uWCilSj7I6 .ajustacelular {
    max-width: 91% !important;
  }
  .cid-uWCilSj7I6 .fonterodapefinal {
    font-size: 0.6rem;
    line-height: 1.0rem;
  }
}
