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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

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

body {
  font-family: Jost;
  font-display: swap;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #129c36 !important;
}
.bg-info {
  background-color: #47ed77 !important;
}
.bg-warning {
  background-color: #1852ff !important;
}
.bg-danger {
  background-color: #133bb4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47ed77 !important;
  border-color: #47ed77 !important;
  color: #053011 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #14ca48 !important;
  border-color: #14ca48 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #053011 !important;
  background-color: #14ca48 !important;
  border-color: #14ca48 !important;
}
.btn-success,
.btn-success:active {
  background-color: #129c36 !important;
  border-color: #129c36 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #094e1b !important;
  border-color: #094e1b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #094e1b !important;
  border-color: #094e1b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1852ff !important;
  border-color: #1852ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0030c0 !important;
  border-color: #0030c0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0030c0 !important;
  border-color: #0030c0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #133bb4 !important;
  border-color: #133bb4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b2166 !important;
  border-color: #0b2166 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b2166 !important;
  border-color: #0b2166 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47ed77;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #14ca48 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #053011 !important;
  background-color: #47ed77 !important;
  border-color: #47ed77 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #129c36;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #094e1b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #129c36 !important;
  border-color: #129c36 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1852ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0030c0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1852ff !important;
  border-color: #1852ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #133bb4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b2166 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #133bb4 !important;
  border-color: #133bb4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #129c36 !important;
}
.text-info {
  color: #47ed77 !important;
}
.text-warning {
  color: #1852ff !important;
}
.text-danger {
  color: #133bb4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #074116 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #12bc43 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #002cb1 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #091d58 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47ed77;
}
.alert-warning {
  background-color: #1852ff;
}
.alert-danger {
  background-color: #133bb4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #44e96f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e4ebff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #597eed;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-display: swap;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-display: swap;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #e43f3f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.bwjaEz {
  line-height: 16px;
  margin-bottom: 16px;
  margin-top: 16px;
  font-weight: 400;
  font-size: 12px;
  color: #808080;
  display: none;
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #ffffff !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFF0SGinka {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-capital-baterias-1920x580.webp");
}
.cid-sFF0SGinka .row {
  flex-direction: row-reverse;
}
.cid-sFF0SGinka .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFF0SGinka .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF0SGinka .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sFF0SGinka .mbr-section-title {
  color: #ffffff;
}
.cid-sFF0SGinka .mbr-text,
.cid-sFF0SGinka .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sFF0SGinka .mbr-section-title DIV {
  text-align: center;
}
.cid-t1pUWIvrfQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t1pUWIvrfQ img,
.cid-t1pUWIvrfQ .item-img {
  width: 100%;
}
.cid-t1pUWIvrfQ .item:focus,
.cid-t1pUWIvrfQ span:focus {
  outline: none;
}
.cid-t1pUWIvrfQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t1pUWIvrfQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t1pUWIvrfQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t1pUWIvrfQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1pUWIvrfQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t1pUWIvrfQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t1pUWIvrfQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t1pUWIvrfQ .mbr-section-title {
  color: #133bb4;
}
.cid-t1pUWIvrfQ .mbr-text,
.cid-t1pUWIvrfQ .mbr-section-btn {
  text-align: center;
}
.cid-t1pUWIvrfQ .item-title {
  text-align: center;
  color: #133bb4;
}
.cid-t1pUWIvrfQ .item-subtitle {
  text-align: center;
}
.cid-t1pUWIvrfQ .mbr-section-subtitle {
  color: #000000;
}
.cid-t1ukgMLJAk {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #133bb4;
}
.cid-t1ukgMLJAk .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t1ukgMLJAk .icon-box {
  background: #1852ff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t1ukgMLJAk .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t1ukgMLJAk .card {
    margin-bottom: 2rem;
  }
  .cid-t1ukgMLJAk .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t1ukgMLJAk H2 {
  text-align: center;
  color: #ffffff;
}
.cid-t1ukgMLJAk .icon-text {
  color: #ffffff;
}
.cid-t1ukgMLJAk .icon-title {
  color: #ffffff;
}
.cid-u6o5c9JFgG.popup-builder {
  background-color: #ffffff;
}
.cid-u6o5c9JFgG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u6o5c9JFgG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u6o5c9JFgG .modal-content,
.cid-u6o5c9JFgG .modal-dialog {
  height: auto;
}
.cid-u6o5c9JFgG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u6o5c9JFgG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u6o5c9JFgG .form-wrapper .mbr-form .form-group,
  .cid-u6o5c9JFgG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u6o5c9JFgG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u6o5c9JFgG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6o5c9JFgG .mbr-text {
  text-align: center;
}
.cid-u6o5c9JFgG .pt-0 {
  padding-top: 0 !important;
}
.cid-u6o5c9JFgG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u6o5c9JFgG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u6o5c9JFgG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u6o5c9JFgG .modal-open {
  overflow: hidden;
}
.cid-u6o5c9JFgG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u6o5c9JFgG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u6o5c9JFgG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u6o5c9JFgG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u6o5c9JFgG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u6o5c9JFgG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u6o5c9JFgG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u6o5c9JFgG .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u6o5c9JFgG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u6o5c9JFgG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u6o5c9JFgG .modal-backdrop.fade {
  opacity: 0;
}
.cid-u6o5c9JFgG .modal-backdrop.show {
  opacity: .5;
}
.cid-u6o5c9JFgG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u6o5c9JFgG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u6o5c9JFgG .modal-header {
    padding: 1rem;
  }
}
.cid-u6o5c9JFgG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u6o5c9JFgG .modal-header .close svg {
  fill: #133bb4;
}
.cid-u6o5c9JFgG .modal-header .close:hover {
  opacity: 1;
}
.cid-u6o5c9JFgG .modal-header .close:focus {
  outline: none;
}
.cid-u6o5c9JFgG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u6o5c9JFgG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u6o5c9JFgG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6o5c9JFgG .modal-body {
    padding: 1rem;
  }
}
.cid-u6o5c9JFgG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u6o5c9JFgG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6o5c9JFgG .modal-footer {
    padding: 1rem;
  }
}
.cid-u6o5c9JFgG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u6o5c9JFgG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u6o5c9JFgG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u6o5c9JFgG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u6o5c9JFgG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u6o5c9JFgG .modal-lg,
  .cid-u6o5c9JFgG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u6o5c9JFgG .modal-xl {
    max-width: 1140px;
  }
}
.cid-u6o5c9JFgG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u6o5c9JFgG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u6o5c9JFgG .form-group {
  margin-bottom: 1rem;
}
.cid-u6o5c9JFgG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u6o5c9JFgG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u6o5c9JFgG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u6o5c9JFgG .mbr-section-btn {
  margin: 0;
}
.cid-u6o5c9JFgG .mbr-section-btn .btn {
  margin: 0;
}
.cid-u6o5c9JFgG .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u6o5c9JFgG .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u6o5c9JFgG P {
  text-align: center;
}
.cid-t1redG5aJX {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-t1redG5aJX H3 {
  text-align: center;
}
.cid-t1redG5aJX .mbr-text,
.cid-t1redG5aJX .mbr-section-btn {
  text-align: center;
}
.cid-sFF5Wb1ZQt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFF5Wb1ZQt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sFF5Wb1ZQt .panel-group {
  border: none;
}
.cid-sFF5Wb1ZQt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sFF5Wb1ZQt .panel-body,
.cid-sFF5Wb1ZQt .card-header {
  padding: 1rem 0;
}
.cid-sFF5Wb1ZQt .panel-title-edit {
  color: #133bb4;
}
.cid-sFF5Wb1ZQt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sFF5Wb1ZQt H3 {
  color: #133bb4;
}
.cid-sFF3B84VW8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFF3B84VW8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFF3B84VW8 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #1852ff;
}
@media (max-width: 991px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFF3B84VW8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-sFF3B84VW8 .mbr-section-title {
  color: #133bb4;
}
.cid-sFF3B84VW8 .card-title {
  color: #ffffff;
}
.cid-sFF3B84VW8 P {
  color: #ffffff;
}
.cid-sFF3CYc3p7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-sFF3CYc3p7 .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-4 .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-4 .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-4 .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-4 .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-4 .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-4 a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-4 a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #ffffff !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPhlVYHrWI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-banner-1920x600.webp");
}
.cid-tPh4eiTFkT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPh4eiTFkT img,
.cid-tPh4eiTFkT .item-img {
  width: 100%;
}
.cid-tPh4eiTFkT .item:focus,
.cid-tPh4eiTFkT span:focus {
  outline: none;
}
.cid-tPh4eiTFkT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tPh4eiTFkT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tPh4eiTFkT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tPh4eiTFkT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPh4eiTFkT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tPh4eiTFkT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tPh4eiTFkT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tPh4eiTFkT .mbr-section-title {
  color: #1852ff;
}
.cid-tPh4eiTFkT .mbr-text,
.cid-tPh4eiTFkT .mbr-section-btn {
  text-align: center;
}
.cid-tPh4eiTFkT .item-title {
  text-align: center;
}
.cid-tPh4eiTFkT .item-subtitle {
  text-align: left;
}
#custom-html-1t .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-1t .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-1t .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-1t .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-1t .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-1t a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-1t a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-sFF3CYc3p7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-sFF3CYc3p7 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u8aSZpIiQL.popup-builder {
  background-color: #ffffff;
}
.cid-u8aSZpIiQL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8aSZpIiQL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8aSZpIiQL .modal-content,
.cid-u8aSZpIiQL .modal-dialog {
  height: auto;
}
.cid-u8aSZpIiQL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8aSZpIiQL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8aSZpIiQL .form-wrapper .mbr-form .form-group,
  .cid-u8aSZpIiQL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8aSZpIiQL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8aSZpIiQL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8aSZpIiQL .mbr-text {
  text-align: center;
}
.cid-u8aSZpIiQL .pt-0 {
  padding-top: 0 !important;
}
.cid-u8aSZpIiQL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8aSZpIiQL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8aSZpIiQL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8aSZpIiQL .modal-open {
  overflow: hidden;
}
.cid-u8aSZpIiQL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8aSZpIiQL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8aSZpIiQL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8aSZpIiQL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8aSZpIiQL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8aSZpIiQL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8aSZpIiQL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8aSZpIiQL .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8aSZpIiQL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8aSZpIiQL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8aSZpIiQL .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8aSZpIiQL .modal-backdrop.show {
  opacity: .5;
}
.cid-u8aSZpIiQL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8aSZpIiQL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpIiQL .modal-header {
    padding: 1rem;
  }
}
.cid-u8aSZpIiQL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8aSZpIiQL .modal-header .close svg {
  fill: #133bb4;
}
.cid-u8aSZpIiQL .modal-header .close:hover {
  opacity: 1;
}
.cid-u8aSZpIiQL .modal-header .close:focus {
  outline: none;
}
.cid-u8aSZpIiQL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u8aSZpIiQL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8aSZpIiQL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpIiQL .modal-body {
    padding: 1rem;
  }
}
.cid-u8aSZpIiQL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8aSZpIiQL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpIiQL .modal-footer {
    padding: 1rem;
  }
}
.cid-u8aSZpIiQL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8aSZpIiQL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8aSZpIiQL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8aSZpIiQL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8aSZpIiQL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8aSZpIiQL .modal-lg,
  .cid-u8aSZpIiQL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8aSZpIiQL .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8aSZpIiQL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8aSZpIiQL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8aSZpIiQL .form-group {
  margin-bottom: 1rem;
}
.cid-u8aSZpIiQL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8aSZpIiQL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8aSZpIiQL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8aSZpIiQL .mbr-section-btn {
  margin: 0;
}
.cid-u8aSZpIiQL .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8aSZpIiQL .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u8aSZpIiQL .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u8aSZpIiQL P {
  text-align: center;
}
.cid-u1UFfHr5ei {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u1UFfHr5ei nav.navbar {
  position: fixed;
}
.cid-u1UFfHr5ei .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UFfHr5ei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UFfHr5ei .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UFfHr5ei .dropdown-item:hover,
.cid-u1UFfHr5ei .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u1UFfHr5ei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UFfHr5ei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UFfHr5ei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UFfHr5ei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UFfHr5ei .nav-link {
  position: relative;
}
.cid-u1UFfHr5ei .container {
  display: flex;
  margin: auto;
}
.cid-u1UFfHr5ei .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UFfHr5ei .dropdown-menu,
.cid-u1UFfHr5ei .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UFfHr5ei .nav-item:focus,
.cid-u1UFfHr5ei .nav-link:focus {
  outline: none;
}
.cid-u1UFfHr5ei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UFfHr5ei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UFfHr5ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UFfHr5ei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UFfHr5ei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UFfHr5ei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UFfHr5ei .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UFfHr5ei .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UFfHr5ei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UFfHr5ei .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UFfHr5ei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UFfHr5ei .navbar.collapsed {
  justify-content: center;
}
.cid-u1UFfHr5ei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UFfHr5ei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1UFfHr5ei .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u1UFfHr5ei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UFfHr5ei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UFfHr5ei .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u1UFfHr5ei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UFfHr5ei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UFfHr5ei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UFfHr5ei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UFfHr5ei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UFfHr5ei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UFfHr5ei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UFfHr5ei .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u1UFfHr5ei .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UFfHr5ei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UFfHr5ei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UFfHr5ei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UFfHr5ei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UFfHr5ei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1UFfHr5ei .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UFfHr5ei .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UFfHr5ei .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UFfHr5ei .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1UFfHr5ei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UFfHr5ei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UFfHr5ei .dropdown-item.active,
.cid-u1UFfHr5ei .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UFfHr5ei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UFfHr5ei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UFfHr5ei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UFfHr5ei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UFfHr5ei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UFfHr5ei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UFfHr5ei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UFfHr5ei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UFfHr5ei button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UFfHr5ei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-u1UFfHr5ei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UFfHr5ei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UFfHr5ei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UFfHr5ei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UFfHr5ei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UFfHr5ei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UFfHr5ei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UFfHr5ei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UFfHr5ei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1UFfHr5ei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UFfHr5ei .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1UFfHr5ei .navbar {
    height: 70px;
  }
  .cid-u1UFfHr5ei .navbar.opened {
    height: auto;
  }
  .cid-u1UFfHr5ei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1UFIKYvzF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-capital-baterias-1920x580.webp");
}
.cid-u1UFIKYvzF .row {
  flex-direction: row-reverse;
}
.cid-u1UFIKYvzF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u1UFIKYvzF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1UFIKYvzF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u1UFIKYvzF .mbr-section-title {
  color: #ffffff;
}
.cid-u1UFIKYvzF .mbr-text,
.cid-u1UFIKYvzF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u1UFIKYvzF .mbr-section-title DIV {
  text-align: center;
}
.cid-u1UFfKccj5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u1UFfKccj5 img,
.cid-u1UFfKccj5 .item-img {
  width: 100%;
}
.cid-u1UFfKccj5 .item:focus,
.cid-u1UFfKccj5 span:focus {
  outline: none;
}
.cid-u1UFfKccj5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u1UFfKccj5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1UFfKccj5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u1UFfKccj5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1UFfKccj5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u1UFfKccj5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u1UFfKccj5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1UFfKccj5 .mbr-section-title {
  color: #133bb4;
}
.cid-u1UFfKccj5 .mbr-text,
.cid-u1UFfKccj5 .mbr-section-btn {
  text-align: center;
}
.cid-u1UFfKccj5 .item-title {
  text-align: center;
  color: #133bb4;
}
.cid-u1UFfKccj5 .item-subtitle {
  text-align: center;
}
.cid-u1UFfKccj5 .mbr-section-subtitle {
  color: #000000;
}
.cid-u1UFfKH4QH {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #133bb4;
}
.cid-u1UFfKH4QH .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u1UFfKH4QH .icon-box {
  background: #1852ff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1UFfKH4QH .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1UFfKH4QH .card {
    margin-bottom: 2rem;
  }
  .cid-u1UFfKH4QH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1UFfKH4QH H2 {
  text-align: center;
  color: #ffffff;
}
.cid-u1UFfKH4QH .icon-text {
  color: #ffffff;
}
.cid-u1UFfKH4QH .icon-title {
  color: #ffffff;
}
.cid-u1UFfLbtaN {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u1UFfLbtaN H3 {
  text-align: center;
}
.cid-u1UFfLbtaN .mbr-text,
.cid-u1UFfLbtaN .mbr-section-btn {
  text-align: center;
}
.cid-u1UH1G4yNC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u1UH1G4yNC H3 {
  text-align: center;
}
.cid-u1UH1G4yNC .mbr-text,
.cid-u1UH1G4yNC .mbr-section-btn {
  text-align: center;
}
.cid-u1UFfMedmw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-u1UFfMedmw .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-22 .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-22 .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-22 .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-22 .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-22 .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-22 a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-22 a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-u8aSZpMViP.popup-builder {
  background-color: #ffffff;
}
.cid-u8aSZpMViP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8aSZpMViP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8aSZpMViP .modal-content,
.cid-u8aSZpMViP .modal-dialog {
  height: auto;
}
.cid-u8aSZpMViP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8aSZpMViP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8aSZpMViP .form-wrapper .mbr-form .form-group,
  .cid-u8aSZpMViP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8aSZpMViP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8aSZpMViP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8aSZpMViP .mbr-text {
  text-align: center;
}
.cid-u8aSZpMViP .pt-0 {
  padding-top: 0 !important;
}
.cid-u8aSZpMViP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8aSZpMViP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8aSZpMViP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8aSZpMViP .modal-open {
  overflow: hidden;
}
.cid-u8aSZpMViP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8aSZpMViP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8aSZpMViP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8aSZpMViP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8aSZpMViP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8aSZpMViP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8aSZpMViP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8aSZpMViP .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8aSZpMViP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8aSZpMViP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8aSZpMViP .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8aSZpMViP .modal-backdrop.show {
  opacity: .5;
}
.cid-u8aSZpMViP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8aSZpMViP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpMViP .modal-header {
    padding: 1rem;
  }
}
.cid-u8aSZpMViP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8aSZpMViP .modal-header .close svg {
  fill: #133bb4;
}
.cid-u8aSZpMViP .modal-header .close:hover {
  opacity: 1;
}
.cid-u8aSZpMViP .modal-header .close:focus {
  outline: none;
}
.cid-u8aSZpMViP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u8aSZpMViP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8aSZpMViP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpMViP .modal-body {
    padding: 1rem;
  }
}
.cid-u8aSZpMViP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8aSZpMViP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpMViP .modal-footer {
    padding: 1rem;
  }
}
.cid-u8aSZpMViP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8aSZpMViP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8aSZpMViP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8aSZpMViP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8aSZpMViP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8aSZpMViP .modal-lg,
  .cid-u8aSZpMViP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8aSZpMViP .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8aSZpMViP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8aSZpMViP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8aSZpMViP .form-group {
  margin-bottom: 1rem;
}
.cid-u8aSZpMViP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8aSZpMViP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8aSZpMViP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8aSZpMViP .mbr-section-btn {
  margin: 0;
}
.cid-u8aSZpMViP .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8aSZpMViP .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u8aSZpMViP .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u8aSZpMViP P {
  text-align: center;
}
.cid-u1UHLBuzi0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u1UHLBuzi0 nav.navbar {
  position: fixed;
}
.cid-u1UHLBuzi0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UHLBuzi0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UHLBuzi0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UHLBuzi0 .dropdown-item:hover,
.cid-u1UHLBuzi0 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u1UHLBuzi0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UHLBuzi0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UHLBuzi0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UHLBuzi0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UHLBuzi0 .nav-link {
  position: relative;
}
.cid-u1UHLBuzi0 .container {
  display: flex;
  margin: auto;
}
.cid-u1UHLBuzi0 .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UHLBuzi0 .dropdown-menu,
.cid-u1UHLBuzi0 .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UHLBuzi0 .nav-item:focus,
.cid-u1UHLBuzi0 .nav-link:focus {
  outline: none;
}
.cid-u1UHLBuzi0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UHLBuzi0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UHLBuzi0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UHLBuzi0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UHLBuzi0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UHLBuzi0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UHLBuzi0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UHLBuzi0 .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UHLBuzi0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UHLBuzi0 .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UHLBuzi0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UHLBuzi0 .navbar.collapsed {
  justify-content: center;
}
.cid-u1UHLBuzi0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UHLBuzi0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1UHLBuzi0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u1UHLBuzi0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UHLBuzi0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UHLBuzi0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u1UHLBuzi0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UHLBuzi0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UHLBuzi0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UHLBuzi0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UHLBuzi0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UHLBuzi0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UHLBuzi0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UHLBuzi0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u1UHLBuzi0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UHLBuzi0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UHLBuzi0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UHLBuzi0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UHLBuzi0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UHLBuzi0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1UHLBuzi0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UHLBuzi0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UHLBuzi0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UHLBuzi0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1UHLBuzi0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UHLBuzi0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UHLBuzi0 .dropdown-item.active,
.cid-u1UHLBuzi0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UHLBuzi0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UHLBuzi0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UHLBuzi0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UHLBuzi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UHLBuzi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UHLBuzi0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UHLBuzi0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UHLBuzi0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UHLBuzi0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UHLBuzi0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-u1UHLBuzi0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UHLBuzi0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UHLBuzi0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UHLBuzi0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UHLBuzi0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UHLBuzi0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UHLBuzi0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UHLBuzi0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UHLBuzi0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1UHLBuzi0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UHLBuzi0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1UHLBuzi0 .navbar {
    height: 70px;
  }
  .cid-u1UHLBuzi0 .navbar.opened {
    height: auto;
  }
  .cid-u1UHLBuzi0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1UHLCvllA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-capital-baterias-1920x580.webp");
}
.cid-u1UHLCvllA .row {
  flex-direction: row-reverse;
}
.cid-u1UHLCvllA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u1UHLCvllA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1UHLCvllA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u1UHLCvllA .mbr-section-title {
  color: #ffffff;
}
.cid-u1UHLCvllA .mbr-text,
.cid-u1UHLCvllA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u1UHLCvllA .mbr-section-title DIV {
  text-align: center;
}
.cid-u1UHLCRqfx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u1UHLCRqfx img,
.cid-u1UHLCRqfx .item-img {
  width: 100%;
}
.cid-u1UHLCRqfx .item:focus,
.cid-u1UHLCRqfx span:focus {
  outline: none;
}
.cid-u1UHLCRqfx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u1UHLCRqfx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1UHLCRqfx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u1UHLCRqfx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1UHLCRqfx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u1UHLCRqfx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u1UHLCRqfx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1UHLCRqfx .mbr-section-title {
  color: #133bb4;
}
.cid-u1UHLCRqfx .mbr-text,
.cid-u1UHLCRqfx .mbr-section-btn {
  text-align: center;
}
.cid-u1UHLCRqfx .item-title {
  text-align: center;
  color: #133bb4;
}
.cid-u1UHLCRqfx .item-subtitle {
  text-align: center;
}
.cid-u1UHLCRqfx .mbr-section-subtitle {
  color: #000000;
}
.cid-u1UHLDm7ot {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #133bb4;
}
.cid-u1UHLDm7ot .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u1UHLDm7ot .icon-box {
  background: #1852ff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1UHLDm7ot .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1UHLDm7ot .card {
    margin-bottom: 2rem;
  }
  .cid-u1UHLDm7ot .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1UHLDm7ot H2 {
  text-align: center;
  color: #ffffff;
}
.cid-u1UHLDm7ot .icon-text {
  color: #ffffff;
}
.cid-u1UHLDm7ot .icon-title {
  color: #ffffff;
}
.cid-u1UHLDP3iU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u1UHLDP3iU H3 {
  text-align: center;
}
.cid-u1UHLDP3iU .mbr-text,
.cid-u1UHLDP3iU .mbr-section-btn {
  text-align: center;
}
.cid-u1UHLE4DQF {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u1UHLE4DQF H3 {
  text-align: center;
}
.cid-u1UHLE4DQF .mbr-text,
.cid-u1UHLE4DQF .mbr-section-btn {
  text-align: center;
}
.cid-u1UHLEEyO8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-u1UHLEEyO8 .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-2c .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-2c .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-2c .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-2c .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-2c .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-2c a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-2c a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-u8aSZpMGBJ.popup-builder {
  background-color: #ffffff;
}
.cid-u8aSZpMGBJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8aSZpMGBJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8aSZpMGBJ .modal-content,
.cid-u8aSZpMGBJ .modal-dialog {
  height: auto;
}
.cid-u8aSZpMGBJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8aSZpMGBJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8aSZpMGBJ .form-wrapper .mbr-form .form-group,
  .cid-u8aSZpMGBJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8aSZpMGBJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8aSZpMGBJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8aSZpMGBJ .mbr-text {
  text-align: center;
}
.cid-u8aSZpMGBJ .pt-0 {
  padding-top: 0 !important;
}
.cid-u8aSZpMGBJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8aSZpMGBJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8aSZpMGBJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8aSZpMGBJ .modal-open {
  overflow: hidden;
}
.cid-u8aSZpMGBJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8aSZpMGBJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8aSZpMGBJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8aSZpMGBJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8aSZpMGBJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8aSZpMGBJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8aSZpMGBJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8aSZpMGBJ .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8aSZpMGBJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8aSZpMGBJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8aSZpMGBJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8aSZpMGBJ .modal-backdrop.show {
  opacity: .5;
}
.cid-u8aSZpMGBJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8aSZpMGBJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpMGBJ .modal-header {
    padding: 1rem;
  }
}
.cid-u8aSZpMGBJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8aSZpMGBJ .modal-header .close svg {
  fill: #133bb4;
}
.cid-u8aSZpMGBJ .modal-header .close:hover {
  opacity: 1;
}
.cid-u8aSZpMGBJ .modal-header .close:focus {
  outline: none;
}
.cid-u8aSZpMGBJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u8aSZpMGBJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8aSZpMGBJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpMGBJ .modal-body {
    padding: 1rem;
  }
}
.cid-u8aSZpMGBJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8aSZpMGBJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpMGBJ .modal-footer {
    padding: 1rem;
  }
}
.cid-u8aSZpMGBJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8aSZpMGBJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8aSZpMGBJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8aSZpMGBJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8aSZpMGBJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8aSZpMGBJ .modal-lg,
  .cid-u8aSZpMGBJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8aSZpMGBJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8aSZpMGBJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8aSZpMGBJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8aSZpMGBJ .form-group {
  margin-bottom: 1rem;
}
.cid-u8aSZpMGBJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8aSZpMGBJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8aSZpMGBJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8aSZpMGBJ .mbr-section-btn {
  margin: 0;
}
.cid-u8aSZpMGBJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8aSZpMGBJ .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u8aSZpMGBJ .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u8aSZpMGBJ P {
  text-align: center;
}
.cid-u4JTc4GLvx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4JTc4GLvx nav.navbar {
  position: fixed;
}
.cid-u4JTc4GLvx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4JTc4GLvx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4JTc4GLvx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4JTc4GLvx .dropdown-item:hover,
.cid-u4JTc4GLvx .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u4JTc4GLvx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4JTc4GLvx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4JTc4GLvx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4JTc4GLvx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4JTc4GLvx .nav-link {
  position: relative;
}
.cid-u4JTc4GLvx .container {
  display: flex;
  margin: auto;
}
.cid-u4JTc4GLvx .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4JTc4GLvx .dropdown-menu,
.cid-u4JTc4GLvx .navbar.opened {
  background: #ffffff !important;
}
.cid-u4JTc4GLvx .nav-item:focus,
.cid-u4JTc4GLvx .nav-link:focus {
  outline: none;
}
.cid-u4JTc4GLvx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4JTc4GLvx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4JTc4GLvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4JTc4GLvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4JTc4GLvx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4JTc4GLvx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4JTc4GLvx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4JTc4GLvx .navbar.opened {
  transition: all 0.3s;
}
.cid-u4JTc4GLvx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4JTc4GLvx .navbar .navbar-logo img {
  width: auto;
}
.cid-u4JTc4GLvx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4JTc4GLvx .navbar.collapsed {
  justify-content: center;
}
.cid-u4JTc4GLvx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4JTc4GLvx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4JTc4GLvx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u4JTc4GLvx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4JTc4GLvx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4JTc4GLvx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4JTc4GLvx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4JTc4GLvx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4JTc4GLvx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4JTc4GLvx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4JTc4GLvx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4JTc4GLvx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4JTc4GLvx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4JTc4GLvx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4JTc4GLvx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4JTc4GLvx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4JTc4GLvx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4JTc4GLvx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4JTc4GLvx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4JTc4GLvx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4JTc4GLvx .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4JTc4GLvx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4JTc4GLvx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4JTc4GLvx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4JTc4GLvx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4JTc4GLvx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4JTc4GLvx .dropdown-item.active,
.cid-u4JTc4GLvx .dropdown-item:active {
  background-color: transparent;
}
.cid-u4JTc4GLvx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4JTc4GLvx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4JTc4GLvx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4JTc4GLvx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4JTc4GLvx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4JTc4GLvx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4JTc4GLvx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4JTc4GLvx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4JTc4GLvx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4JTc4GLvx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-u4JTc4GLvx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4JTc4GLvx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4JTc4GLvx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4JTc4GLvx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4JTc4GLvx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4JTc4GLvx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4JTc4GLvx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4JTc4GLvx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4JTc4GLvx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4JTc4GLvx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4JTc4GLvx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4JTc4GLvx .navbar {
    height: 70px;
  }
  .cid-u4JTc4GLvx .navbar.opened {
    height: auto;
  }
  .cid-u4JTc4GLvx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4JTc5DCvb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-capital-baterias-1920x580.webp");
}
.cid-u4JTc5DCvb .row {
  flex-direction: row-reverse;
}
.cid-u4JTc5DCvb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4JTc5DCvb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4JTc5DCvb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4JTc5DCvb .mbr-section-title {
  color: #ffffff;
}
.cid-u4JTc5DCvb .mbr-text,
.cid-u4JTc5DCvb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4JTc5DCvb .mbr-section-title DIV {
  text-align: center;
}
.cid-u4JTc61ilR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u4JTc61ilR img,
.cid-u4JTc61ilR .item-img {
  width: 100%;
}
.cid-u4JTc61ilR .item:focus,
.cid-u4JTc61ilR span:focus {
  outline: none;
}
.cid-u4JTc61ilR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4JTc61ilR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4JTc61ilR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u4JTc61ilR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4JTc61ilR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u4JTc61ilR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u4JTc61ilR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4JTc61ilR .mbr-section-title {
  color: #133bb4;
}
.cid-u4JTc61ilR .mbr-text,
.cid-u4JTc61ilR .mbr-section-btn {
  text-align: center;
}
.cid-u4JTc61ilR .item-title {
  text-align: center;
  color: #133bb4;
}
.cid-u4JTc61ilR .item-subtitle {
  text-align: center;
}
.cid-u4JTc61ilR .mbr-section-subtitle {
  color: #000000;
}
.cid-u4JTc6tmyb {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #133bb4;
}
.cid-u4JTc6tmyb .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u4JTc6tmyb .icon-box {
  background: #1852ff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4JTc6tmyb .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4JTc6tmyb .card {
    margin-bottom: 2rem;
  }
  .cid-u4JTc6tmyb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4JTc6tmyb H2 {
  text-align: center;
  color: #ffffff;
}
.cid-u4JTc6tmyb .icon-text {
  color: #ffffff;
}
.cid-u4JTc6tmyb .icon-title {
  color: #ffffff;
}
.cid-u4JTc6NOAo {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4JTc6NOAo H3 {
  text-align: center;
}
.cid-u4JTc6NOAo .mbr-text,
.cid-u4JTc6NOAo .mbr-section-btn {
  text-align: center;
}
.cid-u4JTc71AN5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4JTc71AN5 H3 {
  text-align: center;
}
.cid-u4JTc71AN5 .mbr-text,
.cid-u4JTc71AN5 .mbr-section-btn {
  text-align: center;
}
.cid-u4JTc7jJMx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-u4JTc7jJMx .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-2k .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-2k .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-2k .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-2k .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-2k .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-2k a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-2k a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-u8aSZpNUtu.popup-builder {
  background-color: #ffffff;
}
.cid-u8aSZpNUtu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8aSZpNUtu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8aSZpNUtu .modal-content,
.cid-u8aSZpNUtu .modal-dialog {
  height: auto;
}
.cid-u8aSZpNUtu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8aSZpNUtu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8aSZpNUtu .form-wrapper .mbr-form .form-group,
  .cid-u8aSZpNUtu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8aSZpNUtu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8aSZpNUtu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8aSZpNUtu .mbr-text {
  text-align: center;
}
.cid-u8aSZpNUtu .pt-0 {
  padding-top: 0 !important;
}
.cid-u8aSZpNUtu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8aSZpNUtu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8aSZpNUtu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8aSZpNUtu .modal-open {
  overflow: hidden;
}
.cid-u8aSZpNUtu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8aSZpNUtu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8aSZpNUtu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8aSZpNUtu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8aSZpNUtu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8aSZpNUtu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8aSZpNUtu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8aSZpNUtu .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8aSZpNUtu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8aSZpNUtu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8aSZpNUtu .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8aSZpNUtu .modal-backdrop.show {
  opacity: .5;
}
.cid-u8aSZpNUtu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8aSZpNUtu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpNUtu .modal-header {
    padding: 1rem;
  }
}
.cid-u8aSZpNUtu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8aSZpNUtu .modal-header .close svg {
  fill: #133bb4;
}
.cid-u8aSZpNUtu .modal-header .close:hover {
  opacity: 1;
}
.cid-u8aSZpNUtu .modal-header .close:focus {
  outline: none;
}
.cid-u8aSZpNUtu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u8aSZpNUtu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8aSZpNUtu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpNUtu .modal-body {
    padding: 1rem;
  }
}
.cid-u8aSZpNUtu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8aSZpNUtu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpNUtu .modal-footer {
    padding: 1rem;
  }
}
.cid-u8aSZpNUtu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8aSZpNUtu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8aSZpNUtu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8aSZpNUtu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8aSZpNUtu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8aSZpNUtu .modal-lg,
  .cid-u8aSZpNUtu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8aSZpNUtu .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8aSZpNUtu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8aSZpNUtu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8aSZpNUtu .form-group {
  margin-bottom: 1rem;
}
.cid-u8aSZpNUtu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8aSZpNUtu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8aSZpNUtu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8aSZpNUtu .mbr-section-btn {
  margin: 0;
}
.cid-u8aSZpNUtu .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8aSZpNUtu .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u8aSZpNUtu .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u8aSZpNUtu P {
  text-align: center;
}
.cid-u4JTPKfv5S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4JTPKfv5S nav.navbar {
  position: fixed;
}
.cid-u4JTPKfv5S .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4JTPKfv5S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4JTPKfv5S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4JTPKfv5S .dropdown-item:hover,
.cid-u4JTPKfv5S .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u4JTPKfv5S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4JTPKfv5S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4JTPKfv5S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4JTPKfv5S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4JTPKfv5S .nav-link {
  position: relative;
}
.cid-u4JTPKfv5S .container {
  display: flex;
  margin: auto;
}
.cid-u4JTPKfv5S .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4JTPKfv5S .dropdown-menu,
.cid-u4JTPKfv5S .navbar.opened {
  background: #ffffff !important;
}
.cid-u4JTPKfv5S .nav-item:focus,
.cid-u4JTPKfv5S .nav-link:focus {
  outline: none;
}
.cid-u4JTPKfv5S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4JTPKfv5S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4JTPKfv5S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4JTPKfv5S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4JTPKfv5S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4JTPKfv5S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4JTPKfv5S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4JTPKfv5S .navbar.opened {
  transition: all 0.3s;
}
.cid-u4JTPKfv5S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4JTPKfv5S .navbar .navbar-logo img {
  width: auto;
}
.cid-u4JTPKfv5S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4JTPKfv5S .navbar.collapsed {
  justify-content: center;
}
.cid-u4JTPKfv5S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4JTPKfv5S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4JTPKfv5S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u4JTPKfv5S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4JTPKfv5S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4JTPKfv5S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4JTPKfv5S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4JTPKfv5S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4JTPKfv5S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4JTPKfv5S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4JTPKfv5S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4JTPKfv5S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4JTPKfv5S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4JTPKfv5S .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4JTPKfv5S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4JTPKfv5S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4JTPKfv5S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4JTPKfv5S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4JTPKfv5S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4JTPKfv5S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4JTPKfv5S .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4JTPKfv5S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4JTPKfv5S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4JTPKfv5S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4JTPKfv5S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4JTPKfv5S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4JTPKfv5S .dropdown-item.active,
.cid-u4JTPKfv5S .dropdown-item:active {
  background-color: transparent;
}
.cid-u4JTPKfv5S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4JTPKfv5S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4JTPKfv5S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4JTPKfv5S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4JTPKfv5S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4JTPKfv5S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4JTPKfv5S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4JTPKfv5S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4JTPKfv5S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4JTPKfv5S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-u4JTPKfv5S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4JTPKfv5S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4JTPKfv5S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4JTPKfv5S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4JTPKfv5S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4JTPKfv5S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4JTPKfv5S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4JTPKfv5S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4JTPKfv5S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4JTPKfv5S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4JTPKfv5S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4JTPKfv5S .navbar {
    height: 70px;
  }
  .cid-u4JTPKfv5S .navbar.opened {
    height: auto;
  }
  .cid-u4JTPKfv5S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4JTPL8awJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-capital-baterias-1920x580.webp");
}
.cid-u4JTPL8awJ .row {
  flex-direction: row-reverse;
}
.cid-u4JTPL8awJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4JTPL8awJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4JTPL8awJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4JTPL8awJ .mbr-section-title {
  color: #ffffff;
}
.cid-u4JTPL8awJ .mbr-text,
.cid-u4JTPL8awJ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4JTPL8awJ .mbr-section-title DIV {
  text-align: center;
}
.cid-u4JTPLtazk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u4JTPLtazk img,
.cid-u4JTPLtazk .item-img {
  width: 100%;
}
.cid-u4JTPLtazk .item:focus,
.cid-u4JTPLtazk span:focus {
  outline: none;
}
.cid-u4JTPLtazk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4JTPLtazk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4JTPLtazk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u4JTPLtazk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4JTPLtazk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u4JTPLtazk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u4JTPLtazk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4JTPLtazk .mbr-section-title {
  color: #133bb4;
}
.cid-u4JTPLtazk .mbr-text,
.cid-u4JTPLtazk .mbr-section-btn {
  text-align: center;
}
.cid-u4JTPLtazk .item-title {
  text-align: center;
  color: #133bb4;
}
.cid-u4JTPLtazk .item-subtitle {
  text-align: center;
}
.cid-u4JTPLtazk .mbr-section-subtitle {
  color: #000000;
}
.cid-u4JTPMqUVc {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #133bb4;
}
.cid-u4JTPMqUVc .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u4JTPMqUVc .icon-box {
  background: #1852ff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4JTPMqUVc .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4JTPMqUVc .card {
    margin-bottom: 2rem;
  }
  .cid-u4JTPMqUVc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4JTPMqUVc H2 {
  text-align: center;
  color: #ffffff;
}
.cid-u4JTPMqUVc .icon-text {
  color: #ffffff;
}
.cid-u4JTPMqUVc .icon-title {
  color: #ffffff;
}
.cid-u4JTPMU7MC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4JTPMU7MC H3 {
  text-align: center;
}
.cid-u4JTPMU7MC .mbr-text,
.cid-u4JTPMU7MC .mbr-section-btn {
  text-align: center;
}
.cid-u4JTPO5GXH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4JTPO5GXH H3 {
  text-align: center;
}
.cid-u4JTPO5GXH .mbr-text,
.cid-u4JTPO5GXH .mbr-section-btn {
  text-align: center;
}
.cid-u4JTPOmgRV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-u4JTPOmgRV .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-2s .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-2s .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-2s .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-2s .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-2s .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-2s a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-2s a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-u8aSZpNQu4.popup-builder {
  background-color: #ffffff;
}
.cid-u8aSZpNQu4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8aSZpNQu4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8aSZpNQu4 .modal-content,
.cid-u8aSZpNQu4 .modal-dialog {
  height: auto;
}
.cid-u8aSZpNQu4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8aSZpNQu4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8aSZpNQu4 .form-wrapper .mbr-form .form-group,
  .cid-u8aSZpNQu4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8aSZpNQu4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8aSZpNQu4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8aSZpNQu4 .mbr-text {
  text-align: center;
}
.cid-u8aSZpNQu4 .pt-0 {
  padding-top: 0 !important;
}
.cid-u8aSZpNQu4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8aSZpNQu4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8aSZpNQu4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8aSZpNQu4 .modal-open {
  overflow: hidden;
}
.cid-u8aSZpNQu4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8aSZpNQu4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8aSZpNQu4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8aSZpNQu4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8aSZpNQu4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8aSZpNQu4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8aSZpNQu4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8aSZpNQu4 .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8aSZpNQu4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8aSZpNQu4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8aSZpNQu4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8aSZpNQu4 .modal-backdrop.show {
  opacity: .5;
}
.cid-u8aSZpNQu4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8aSZpNQu4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpNQu4 .modal-header {
    padding: 1rem;
  }
}
.cid-u8aSZpNQu4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8aSZpNQu4 .modal-header .close svg {
  fill: #133bb4;
}
.cid-u8aSZpNQu4 .modal-header .close:hover {
  opacity: 1;
}
.cid-u8aSZpNQu4 .modal-header .close:focus {
  outline: none;
}
.cid-u8aSZpNQu4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u8aSZpNQu4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8aSZpNQu4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpNQu4 .modal-body {
    padding: 1rem;
  }
}
.cid-u8aSZpNQu4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8aSZpNQu4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpNQu4 .modal-footer {
    padding: 1rem;
  }
}
.cid-u8aSZpNQu4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8aSZpNQu4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8aSZpNQu4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8aSZpNQu4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8aSZpNQu4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8aSZpNQu4 .modal-lg,
  .cid-u8aSZpNQu4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8aSZpNQu4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8aSZpNQu4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8aSZpNQu4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8aSZpNQu4 .form-group {
  margin-bottom: 1rem;
}
.cid-u8aSZpNQu4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8aSZpNQu4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8aSZpNQu4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8aSZpNQu4 .mbr-section-btn {
  margin: 0;
}
.cid-u8aSZpNQu4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8aSZpNQu4 .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u8aSZpNQu4 .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u8aSZpNQu4 P {
  text-align: center;
}
.cid-u4K0Qc6eqT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4K0Qc6eqT nav.navbar {
  position: fixed;
}
.cid-u4K0Qc6eqT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4K0Qc6eqT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4K0Qc6eqT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4K0Qc6eqT .dropdown-item:hover,
.cid-u4K0Qc6eqT .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u4K0Qc6eqT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4K0Qc6eqT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4K0Qc6eqT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4K0Qc6eqT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4K0Qc6eqT .nav-link {
  position: relative;
}
.cid-u4K0Qc6eqT .container {
  display: flex;
  margin: auto;
}
.cid-u4K0Qc6eqT .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4K0Qc6eqT .dropdown-menu,
.cid-u4K0Qc6eqT .navbar.opened {
  background: #ffffff !important;
}
.cid-u4K0Qc6eqT .nav-item:focus,
.cid-u4K0Qc6eqT .nav-link:focus {
  outline: none;
}
.cid-u4K0Qc6eqT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4K0Qc6eqT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4K0Qc6eqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4K0Qc6eqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4K0Qc6eqT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4K0Qc6eqT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4K0Qc6eqT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4K0Qc6eqT .navbar.opened {
  transition: all 0.3s;
}
.cid-u4K0Qc6eqT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4K0Qc6eqT .navbar .navbar-logo img {
  width: auto;
}
.cid-u4K0Qc6eqT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4K0Qc6eqT .navbar.collapsed {
  justify-content: center;
}
.cid-u4K0Qc6eqT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4K0Qc6eqT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4K0Qc6eqT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u4K0Qc6eqT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4K0Qc6eqT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4K0Qc6eqT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4K0Qc6eqT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4K0Qc6eqT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4K0Qc6eqT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4K0Qc6eqT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4K0Qc6eqT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4K0Qc6eqT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4K0Qc6eqT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4K0Qc6eqT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4K0Qc6eqT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4K0Qc6eqT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4K0Qc6eqT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4K0Qc6eqT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4K0Qc6eqT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4K0Qc6eqT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4K0Qc6eqT .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4K0Qc6eqT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4K0Qc6eqT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4K0Qc6eqT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4K0Qc6eqT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4K0Qc6eqT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4K0Qc6eqT .dropdown-item.active,
.cid-u4K0Qc6eqT .dropdown-item:active {
  background-color: transparent;
}
.cid-u4K0Qc6eqT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4K0Qc6eqT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4K0Qc6eqT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4K0Qc6eqT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4K0Qc6eqT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4K0Qc6eqT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4K0Qc6eqT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4K0Qc6eqT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4K0Qc6eqT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4K0Qc6eqT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-u4K0Qc6eqT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4K0Qc6eqT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4K0Qc6eqT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4K0Qc6eqT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4K0Qc6eqT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4K0Qc6eqT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4K0Qc6eqT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4K0Qc6eqT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4K0Qc6eqT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4K0Qc6eqT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4K0Qc6eqT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4K0Qc6eqT .navbar {
    height: 70px;
  }
  .cid-u4K0Qc6eqT .navbar.opened {
    height: auto;
  }
  .cid-u4K0Qc6eqT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4K0Qd0eaE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-capital-baterias-1920x580.webp");
}
.cid-u4K0Qd0eaE .row {
  flex-direction: row-reverse;
}
.cid-u4K0Qd0eaE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4K0Qd0eaE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4K0Qd0eaE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4K0Qd0eaE .mbr-section-title {
  color: #ffffff;
}
.cid-u4K0Qd0eaE .mbr-text,
.cid-u4K0Qd0eaE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4K0Qd0eaE .mbr-section-title DIV {
  text-align: center;
}
.cid-u4K0QdpIMn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u4K0QdpIMn img,
.cid-u4K0QdpIMn .item-img {
  width: 100%;
}
.cid-u4K0QdpIMn .item:focus,
.cid-u4K0QdpIMn span:focus {
  outline: none;
}
.cid-u4K0QdpIMn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4K0QdpIMn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4K0QdpIMn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u4K0QdpIMn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4K0QdpIMn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u4K0QdpIMn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u4K0QdpIMn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4K0QdpIMn .mbr-section-title {
  color: #133bb4;
}
.cid-u4K0QdpIMn .mbr-text,
.cid-u4K0QdpIMn .mbr-section-btn {
  text-align: center;
}
.cid-u4K0QdpIMn .item-title {
  text-align: center;
  color: #133bb4;
}
.cid-u4K0QdpIMn .item-subtitle {
  text-align: center;
}
.cid-u4K0QdpIMn .mbr-section-subtitle {
  color: #000000;
}
.cid-u4K0QdOphl {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #133bb4;
}
.cid-u4K0QdOphl .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u4K0QdOphl .icon-box {
  background: #1852ff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4K0QdOphl .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4K0QdOphl .card {
    margin-bottom: 2rem;
  }
  .cid-u4K0QdOphl .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4K0QdOphl H2 {
  text-align: center;
  color: #ffffff;
}
.cid-u4K0QdOphl .icon-text {
  color: #ffffff;
}
.cid-u4K0QdOphl .icon-title {
  color: #ffffff;
}
.cid-u4K0QedbcV {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4K0QedbcV H3 {
  text-align: center;
}
.cid-u4K0QedbcV .mbr-text,
.cid-u4K0QedbcV .mbr-section-btn {
  text-align: center;
}
.cid-u4K0Qeu4M5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4K0Qeu4M5 H3 {
  text-align: center;
}
.cid-u4K0Qeu4M5 .mbr-text,
.cid-u4K0Qeu4M5 .mbr-section-btn {
  text-align: center;
}
.cid-u4K0QeJ9Si {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-u4K0QeJ9Si .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-38 .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-38 .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-38 .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-38 .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-38 .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-38 a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-38 a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-u8aSZpOBFN.popup-builder {
  background-color: #ffffff;
}
.cid-u8aSZpOBFN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8aSZpOBFN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8aSZpOBFN .modal-content,
.cid-u8aSZpOBFN .modal-dialog {
  height: auto;
}
.cid-u8aSZpOBFN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8aSZpOBFN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8aSZpOBFN .form-wrapper .mbr-form .form-group,
  .cid-u8aSZpOBFN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8aSZpOBFN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8aSZpOBFN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8aSZpOBFN .mbr-text {
  text-align: center;
}
.cid-u8aSZpOBFN .pt-0 {
  padding-top: 0 !important;
}
.cid-u8aSZpOBFN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8aSZpOBFN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8aSZpOBFN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8aSZpOBFN .modal-open {
  overflow: hidden;
}
.cid-u8aSZpOBFN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8aSZpOBFN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8aSZpOBFN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8aSZpOBFN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8aSZpOBFN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8aSZpOBFN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8aSZpOBFN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8aSZpOBFN .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8aSZpOBFN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8aSZpOBFN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8aSZpOBFN .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8aSZpOBFN .modal-backdrop.show {
  opacity: .5;
}
.cid-u8aSZpOBFN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8aSZpOBFN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOBFN .modal-header {
    padding: 1rem;
  }
}
.cid-u8aSZpOBFN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8aSZpOBFN .modal-header .close svg {
  fill: #133bb4;
}
.cid-u8aSZpOBFN .modal-header .close:hover {
  opacity: 1;
}
.cid-u8aSZpOBFN .modal-header .close:focus {
  outline: none;
}
.cid-u8aSZpOBFN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u8aSZpOBFN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8aSZpOBFN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOBFN .modal-body {
    padding: 1rem;
  }
}
.cid-u8aSZpOBFN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8aSZpOBFN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOBFN .modal-footer {
    padding: 1rem;
  }
}
.cid-u8aSZpOBFN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8aSZpOBFN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8aSZpOBFN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8aSZpOBFN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8aSZpOBFN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8aSZpOBFN .modal-lg,
  .cid-u8aSZpOBFN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8aSZpOBFN .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8aSZpOBFN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8aSZpOBFN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8aSZpOBFN .form-group {
  margin-bottom: 1rem;
}
.cid-u8aSZpOBFN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8aSZpOBFN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8aSZpOBFN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8aSZpOBFN .mbr-section-btn {
  margin: 0;
}
.cid-u8aSZpOBFN .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8aSZpOBFN .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u8aSZpOBFN .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u8aSZpOBFN P {
  text-align: center;
}
.cid-u4K0MZq1LH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4K0MZq1LH nav.navbar {
  position: fixed;
}
.cid-u4K0MZq1LH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4K0MZq1LH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4K0MZq1LH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4K0MZq1LH .dropdown-item:hover,
.cid-u4K0MZq1LH .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u4K0MZq1LH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4K0MZq1LH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4K0MZq1LH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4K0MZq1LH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4K0MZq1LH .nav-link {
  position: relative;
}
.cid-u4K0MZq1LH .container {
  display: flex;
  margin: auto;
}
.cid-u4K0MZq1LH .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4K0MZq1LH .dropdown-menu,
.cid-u4K0MZq1LH .navbar.opened {
  background: #ffffff !important;
}
.cid-u4K0MZq1LH .nav-item:focus,
.cid-u4K0MZq1LH .nav-link:focus {
  outline: none;
}
.cid-u4K0MZq1LH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4K0MZq1LH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4K0MZq1LH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4K0MZq1LH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4K0MZq1LH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4K0MZq1LH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4K0MZq1LH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4K0MZq1LH .navbar.opened {
  transition: all 0.3s;
}
.cid-u4K0MZq1LH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4K0MZq1LH .navbar .navbar-logo img {
  width: auto;
}
.cid-u4K0MZq1LH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4K0MZq1LH .navbar.collapsed {
  justify-content: center;
}
.cid-u4K0MZq1LH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4K0MZq1LH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4K0MZq1LH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u4K0MZq1LH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4K0MZq1LH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4K0MZq1LH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4K0MZq1LH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4K0MZq1LH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4K0MZq1LH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4K0MZq1LH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4K0MZq1LH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4K0MZq1LH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4K0MZq1LH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4K0MZq1LH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4K0MZq1LH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4K0MZq1LH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4K0MZq1LH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4K0MZq1LH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4K0MZq1LH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4K0MZq1LH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4K0MZq1LH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4K0MZq1LH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4K0MZq1LH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4K0MZq1LH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4K0MZq1LH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4K0MZq1LH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4K0MZq1LH .dropdown-item.active,
.cid-u4K0MZq1LH .dropdown-item:active {
  background-color: transparent;
}
.cid-u4K0MZq1LH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4K0MZq1LH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4K0MZq1LH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4K0MZq1LH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4K0MZq1LH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4K0MZq1LH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4K0MZq1LH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4K0MZq1LH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4K0MZq1LH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4K0MZq1LH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-u4K0MZq1LH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4K0MZq1LH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4K0MZq1LH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4K0MZq1LH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4K0MZq1LH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4K0MZq1LH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4K0MZq1LH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4K0MZq1LH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4K0MZq1LH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4K0MZq1LH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4K0MZq1LH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4K0MZq1LH .navbar {
    height: 70px;
  }
  .cid-u4K0MZq1LH .navbar.opened {
    height: auto;
  }
  .cid-u4K0MZq1LH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4K0N0xXLp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-capital-baterias-1920x580.webp");
}
.cid-u4K0N0xXLp .row {
  flex-direction: row-reverse;
}
.cid-u4K0N0xXLp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4K0N0xXLp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4K0N0xXLp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4K0N0xXLp .mbr-section-title {
  color: #ffffff;
}
.cid-u4K0N0xXLp .mbr-text,
.cid-u4K0N0xXLp .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4K0N0xXLp .mbr-section-title DIV {
  text-align: center;
}
.cid-u4K0N0SRei {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u4K0N0SRei img,
.cid-u4K0N0SRei .item-img {
  width: 100%;
}
.cid-u4K0N0SRei .item:focus,
.cid-u4K0N0SRei span:focus {
  outline: none;
}
.cid-u4K0N0SRei .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4K0N0SRei .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4K0N0SRei .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u4K0N0SRei .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4K0N0SRei .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u4K0N0SRei .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u4K0N0SRei .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4K0N0SRei .mbr-section-title {
  color: #133bb4;
}
.cid-u4K0N0SRei .mbr-text,
.cid-u4K0N0SRei .mbr-section-btn {
  text-align: center;
}
.cid-u4K0N0SRei .item-title {
  text-align: center;
  color: #133bb4;
}
.cid-u4K0N0SRei .item-subtitle {
  text-align: center;
}
.cid-u4K0N0SRei .mbr-section-subtitle {
  color: #000000;
}
.cid-u4K0N1l6qp {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #133bb4;
}
.cid-u4K0N1l6qp .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u4K0N1l6qp .icon-box {
  background: #1852ff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4K0N1l6qp .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4K0N1l6qp .card {
    margin-bottom: 2rem;
  }
  .cid-u4K0N1l6qp .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4K0N1l6qp H2 {
  text-align: center;
  color: #ffffff;
}
.cid-u4K0N1l6qp .icon-text {
  color: #ffffff;
}
.cid-u4K0N1l6qp .icon-title {
  color: #ffffff;
}
.cid-u4K0N1Uazm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4K0N1Uazm H3 {
  text-align: center;
}
.cid-u4K0N1Uazm .mbr-text,
.cid-u4K0N1Uazm .mbr-section-btn {
  text-align: center;
}
.cid-u4K0N2eSQm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4K0N2eSQm H3 {
  text-align: center;
}
.cid-u4K0N2eSQm .mbr-text,
.cid-u4K0N2eSQm .mbr-section-btn {
  text-align: center;
}
.cid-u4K0N2taiP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-u4K0N2taiP .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-30 .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-30 .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-30 .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-30 .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-30 .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-30 a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-30 a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-u8aSZpOS3R.popup-builder {
  background-color: #ffffff;
}
.cid-u8aSZpOS3R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8aSZpOS3R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8aSZpOS3R .modal-content,
.cid-u8aSZpOS3R .modal-dialog {
  height: auto;
}
.cid-u8aSZpOS3R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8aSZpOS3R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8aSZpOS3R .form-wrapper .mbr-form .form-group,
  .cid-u8aSZpOS3R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8aSZpOS3R .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8aSZpOS3R .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8aSZpOS3R .mbr-text {
  text-align: center;
}
.cid-u8aSZpOS3R .pt-0 {
  padding-top: 0 !important;
}
.cid-u8aSZpOS3R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8aSZpOS3R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8aSZpOS3R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8aSZpOS3R .modal-open {
  overflow: hidden;
}
.cid-u8aSZpOS3R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8aSZpOS3R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8aSZpOS3R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8aSZpOS3R .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8aSZpOS3R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8aSZpOS3R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8aSZpOS3R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8aSZpOS3R .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8aSZpOS3R .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8aSZpOS3R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8aSZpOS3R .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8aSZpOS3R .modal-backdrop.show {
  opacity: .5;
}
.cid-u8aSZpOS3R .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8aSZpOS3R .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOS3R .modal-header {
    padding: 1rem;
  }
}
.cid-u8aSZpOS3R .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8aSZpOS3R .modal-header .close svg {
  fill: #133bb4;
}
.cid-u8aSZpOS3R .modal-header .close:hover {
  opacity: 1;
}
.cid-u8aSZpOS3R .modal-header .close:focus {
  outline: none;
}
.cid-u8aSZpOS3R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u8aSZpOS3R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8aSZpOS3R .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOS3R .modal-body {
    padding: 1rem;
  }
}
.cid-u8aSZpOS3R .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8aSZpOS3R .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOS3R .modal-footer {
    padding: 1rem;
  }
}
.cid-u8aSZpOS3R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8aSZpOS3R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8aSZpOS3R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8aSZpOS3R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8aSZpOS3R .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8aSZpOS3R .modal-lg,
  .cid-u8aSZpOS3R .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8aSZpOS3R .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8aSZpOS3R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8aSZpOS3R .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8aSZpOS3R .form-group {
  margin-bottom: 1rem;
}
.cid-u8aSZpOS3R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8aSZpOS3R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8aSZpOS3R .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8aSZpOS3R .mbr-section-btn {
  margin: 0;
}
.cid-u8aSZpOS3R .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8aSZpOS3R .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u8aSZpOS3R .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u8aSZpOS3R P {
  text-align: center;
}
.cid-u4K1R0MKL0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4K1R0MKL0 nav.navbar {
  position: fixed;
}
.cid-u4K1R0MKL0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4K1R0MKL0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4K1R0MKL0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4K1R0MKL0 .dropdown-item:hover,
.cid-u4K1R0MKL0 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u4K1R0MKL0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4K1R0MKL0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4K1R0MKL0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4K1R0MKL0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4K1R0MKL0 .nav-link {
  position: relative;
}
.cid-u4K1R0MKL0 .container {
  display: flex;
  margin: auto;
}
.cid-u4K1R0MKL0 .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4K1R0MKL0 .dropdown-menu,
.cid-u4K1R0MKL0 .navbar.opened {
  background: #ffffff !important;
}
.cid-u4K1R0MKL0 .nav-item:focus,
.cid-u4K1R0MKL0 .nav-link:focus {
  outline: none;
}
.cid-u4K1R0MKL0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4K1R0MKL0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4K1R0MKL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4K1R0MKL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4K1R0MKL0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4K1R0MKL0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4K1R0MKL0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4K1R0MKL0 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4K1R0MKL0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4K1R0MKL0 .navbar .navbar-logo img {
  width: auto;
}
.cid-u4K1R0MKL0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4K1R0MKL0 .navbar.collapsed {
  justify-content: center;
}
.cid-u4K1R0MKL0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4K1R0MKL0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4K1R0MKL0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u4K1R0MKL0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4K1R0MKL0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4K1R0MKL0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4K1R0MKL0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4K1R0MKL0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4K1R0MKL0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4K1R0MKL0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4K1R0MKL0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4K1R0MKL0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4K1R0MKL0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4K1R0MKL0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4K1R0MKL0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4K1R0MKL0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4K1R0MKL0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4K1R0MKL0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4K1R0MKL0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4K1R0MKL0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4K1R0MKL0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4K1R0MKL0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4K1R0MKL0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4K1R0MKL0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4K1R0MKL0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4K1R0MKL0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4K1R0MKL0 .dropdown-item.active,
.cid-u4K1R0MKL0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4K1R0MKL0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4K1R0MKL0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4K1R0MKL0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4K1R0MKL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4K1R0MKL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4K1R0MKL0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4K1R0MKL0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4K1R0MKL0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4K1R0MKL0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4K1R0MKL0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-u4K1R0MKL0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4K1R0MKL0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4K1R0MKL0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4K1R0MKL0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4K1R0MKL0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4K1R0MKL0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4K1R0MKL0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4K1R0MKL0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4K1R0MKL0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4K1R0MKL0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4K1R0MKL0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4K1R0MKL0 .navbar {
    height: 70px;
  }
  .cid-u4K1R0MKL0 .navbar.opened {
    height: auto;
  }
  .cid-u4K1R0MKL0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4K1R1AT2p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-capital-baterias-1920x580.webp");
}
.cid-u4K1R1AT2p .row {
  flex-direction: row-reverse;
}
.cid-u4K1R1AT2p .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4K1R1AT2p .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4K1R1AT2p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4K1R1AT2p .mbr-section-title {
  color: #ffffff;
}
.cid-u4K1R1AT2p .mbr-text,
.cid-u4K1R1AT2p .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4K1R1AT2p .mbr-section-title DIV {
  text-align: center;
}
.cid-u4K1R1Uwuf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u4K1R1Uwuf img,
.cid-u4K1R1Uwuf .item-img {
  width: 100%;
}
.cid-u4K1R1Uwuf .item:focus,
.cid-u4K1R1Uwuf span:focus {
  outline: none;
}
.cid-u4K1R1Uwuf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4K1R1Uwuf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4K1R1Uwuf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u4K1R1Uwuf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4K1R1Uwuf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u4K1R1Uwuf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u4K1R1Uwuf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4K1R1Uwuf .mbr-section-title {
  color: #133bb4;
}
.cid-u4K1R1Uwuf .mbr-text,
.cid-u4K1R1Uwuf .mbr-section-btn {
  text-align: center;
}
.cid-u4K1R1Uwuf .item-title {
  text-align: center;
  color: #133bb4;
}
.cid-u4K1R1Uwuf .item-subtitle {
  text-align: center;
}
.cid-u4K1R1Uwuf .mbr-section-subtitle {
  color: #000000;
}
.cid-u4K1R2lzSQ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #133bb4;
}
.cid-u4K1R2lzSQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u4K1R2lzSQ .icon-box {
  background: #1852ff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4K1R2lzSQ .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4K1R2lzSQ .card {
    margin-bottom: 2rem;
  }
  .cid-u4K1R2lzSQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4K1R2lzSQ H2 {
  text-align: center;
  color: #ffffff;
}
.cid-u4K1R2lzSQ .icon-text {
  color: #ffffff;
}
.cid-u4K1R2lzSQ .icon-title {
  color: #ffffff;
}
.cid-u4K1R2FBaZ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4K1R2FBaZ H3 {
  text-align: center;
}
.cid-u4K1R2FBaZ .mbr-text,
.cid-u4K1R2FBaZ .mbr-section-btn {
  text-align: center;
}
.cid-u4K1R2UAcf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4K1R2UAcf H3 {
  text-align: center;
}
.cid-u4K1R2UAcf .mbr-text,
.cid-u4K1R2UAcf .mbr-section-btn {
  text-align: center;
}
.cid-u4K1R38WYS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-u4K1R38WYS .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-3g .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-3g .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-3g .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-3g .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-3g .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-3g a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-3g a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-u8aSZpO0TE.popup-builder {
  background-color: #ffffff;
}
.cid-u8aSZpO0TE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8aSZpO0TE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8aSZpO0TE .modal-content,
.cid-u8aSZpO0TE .modal-dialog {
  height: auto;
}
.cid-u8aSZpO0TE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8aSZpO0TE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8aSZpO0TE .form-wrapper .mbr-form .form-group,
  .cid-u8aSZpO0TE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8aSZpO0TE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8aSZpO0TE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8aSZpO0TE .mbr-text {
  text-align: center;
}
.cid-u8aSZpO0TE .pt-0 {
  padding-top: 0 !important;
}
.cid-u8aSZpO0TE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8aSZpO0TE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8aSZpO0TE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8aSZpO0TE .modal-open {
  overflow: hidden;
}
.cid-u8aSZpO0TE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8aSZpO0TE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8aSZpO0TE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8aSZpO0TE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8aSZpO0TE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8aSZpO0TE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8aSZpO0TE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8aSZpO0TE .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8aSZpO0TE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8aSZpO0TE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8aSZpO0TE .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8aSZpO0TE .modal-backdrop.show {
  opacity: .5;
}
.cid-u8aSZpO0TE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8aSZpO0TE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpO0TE .modal-header {
    padding: 1rem;
  }
}
.cid-u8aSZpO0TE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8aSZpO0TE .modal-header .close svg {
  fill: #133bb4;
}
.cid-u8aSZpO0TE .modal-header .close:hover {
  opacity: 1;
}
.cid-u8aSZpO0TE .modal-header .close:focus {
  outline: none;
}
.cid-u8aSZpO0TE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u8aSZpO0TE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8aSZpO0TE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpO0TE .modal-body {
    padding: 1rem;
  }
}
.cid-u8aSZpO0TE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8aSZpO0TE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpO0TE .modal-footer {
    padding: 1rem;
  }
}
.cid-u8aSZpO0TE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8aSZpO0TE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8aSZpO0TE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8aSZpO0TE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8aSZpO0TE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8aSZpO0TE .modal-lg,
  .cid-u8aSZpO0TE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8aSZpO0TE .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8aSZpO0TE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8aSZpO0TE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8aSZpO0TE .form-group {
  margin-bottom: 1rem;
}
.cid-u8aSZpO0TE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8aSZpO0TE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8aSZpO0TE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8aSZpO0TE .mbr-section-btn {
  margin: 0;
}
.cid-u8aSZpO0TE .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8aSZpO0TE .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u8aSZpO0TE .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u8aSZpO0TE P {
  text-align: center;
}
.cid-u4K5RkZWFv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4K5RkZWFv nav.navbar {
  position: fixed;
}
.cid-u4K5RkZWFv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4K5RkZWFv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4K5RkZWFv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4K5RkZWFv .dropdown-item:hover,
.cid-u4K5RkZWFv .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u4K5RkZWFv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4K5RkZWFv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4K5RkZWFv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4K5RkZWFv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4K5RkZWFv .nav-link {
  position: relative;
}
.cid-u4K5RkZWFv .container {
  display: flex;
  margin: auto;
}
.cid-u4K5RkZWFv .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4K5RkZWFv .dropdown-menu,
.cid-u4K5RkZWFv .navbar.opened {
  background: #ffffff !important;
}
.cid-u4K5RkZWFv .nav-item:focus,
.cid-u4K5RkZWFv .nav-link:focus {
  outline: none;
}
.cid-u4K5RkZWFv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4K5RkZWFv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4K5RkZWFv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4K5RkZWFv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4K5RkZWFv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4K5RkZWFv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4K5RkZWFv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4K5RkZWFv .navbar.opened {
  transition: all 0.3s;
}
.cid-u4K5RkZWFv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4K5RkZWFv .navbar .navbar-logo img {
  width: auto;
}
.cid-u4K5RkZWFv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4K5RkZWFv .navbar.collapsed {
  justify-content: center;
}
.cid-u4K5RkZWFv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4K5RkZWFv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4K5RkZWFv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u4K5RkZWFv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4K5RkZWFv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4K5RkZWFv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4K5RkZWFv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4K5RkZWFv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4K5RkZWFv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4K5RkZWFv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4K5RkZWFv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4K5RkZWFv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4K5RkZWFv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4K5RkZWFv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4K5RkZWFv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4K5RkZWFv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4K5RkZWFv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4K5RkZWFv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4K5RkZWFv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4K5RkZWFv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4K5RkZWFv .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4K5RkZWFv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4K5RkZWFv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4K5RkZWFv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4K5RkZWFv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4K5RkZWFv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4K5RkZWFv .dropdown-item.active,
.cid-u4K5RkZWFv .dropdown-item:active {
  background-color: transparent;
}
.cid-u4K5RkZWFv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4K5RkZWFv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4K5RkZWFv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4K5RkZWFv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4K5RkZWFv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4K5RkZWFv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4K5RkZWFv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4K5RkZWFv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4K5RkZWFv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4K5RkZWFv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-u4K5RkZWFv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4K5RkZWFv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4K5RkZWFv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4K5RkZWFv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4K5RkZWFv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4K5RkZWFv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4K5RkZWFv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4K5RkZWFv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4K5RkZWFv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4K5RkZWFv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4K5RkZWFv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4K5RkZWFv .navbar {
    height: 70px;
  }
  .cid-u4K5RkZWFv .navbar.opened {
    height: auto;
  }
  .cid-u4K5RkZWFv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4K5Rm5SEi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-capital-baterias-1920x580.webp");
}
.cid-u4K5Rm5SEi .row {
  flex-direction: row-reverse;
}
.cid-u4K5Rm5SEi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4K5Rm5SEi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4K5Rm5SEi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4K5Rm5SEi .mbr-section-title {
  color: #ffffff;
}
.cid-u4K5Rm5SEi .mbr-text,
.cid-u4K5Rm5SEi .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4K5Rm5SEi .mbr-section-title DIV {
  text-align: center;
}
.cid-u4K5RmtRFh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u4K5RmtRFh img,
.cid-u4K5RmtRFh .item-img {
  width: 100%;
}
.cid-u4K5RmtRFh .item:focus,
.cid-u4K5RmtRFh span:focus {
  outline: none;
}
.cid-u4K5RmtRFh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4K5RmtRFh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4K5RmtRFh .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u4K5RmtRFh .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4K5RmtRFh .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u4K5RmtRFh .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u4K5RmtRFh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4K5RmtRFh .mbr-section-title {
  color: #133bb4;
}
.cid-u4K5RmtRFh .mbr-text,
.cid-u4K5RmtRFh .mbr-section-btn {
  text-align: center;
}
.cid-u4K5RmtRFh .item-title {
  text-align: center;
  color: #133bb4;
}
.cid-u4K5RmtRFh .item-subtitle {
  text-align: center;
}
.cid-u4K5RmtRFh .mbr-section-subtitle {
  color: #000000;
}
.cid-u4K5RmY9jY {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #133bb4;
}
.cid-u4K5RmY9jY .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u4K5RmY9jY .icon-box {
  background: #1852ff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4K5RmY9jY .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4K5RmY9jY .card {
    margin-bottom: 2rem;
  }
  .cid-u4K5RmY9jY .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4K5RmY9jY H2 {
  text-align: center;
  color: #ffffff;
}
.cid-u4K5RmY9jY .icon-text {
  color: #ffffff;
}
.cid-u4K5RmY9jY .icon-title {
  color: #ffffff;
}
.cid-u4K5Rnhtjh {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4K5Rnhtjh H3 {
  text-align: center;
}
.cid-u4K5Rnhtjh .mbr-text,
.cid-u4K5Rnhtjh .mbr-section-btn {
  text-align: center;
}
.cid-u4K5Rnwgab {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4K5Rnwgab H3 {
  text-align: center;
}
.cid-u4K5Rnwgab .mbr-text,
.cid-u4K5Rnwgab .mbr-section-btn {
  text-align: center;
}
.cid-u4K5RnLCnQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-u4K5RnLCnQ .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-3o .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-3o .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-3o .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-3o .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-3o .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-3o a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-3o a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-u8aSZpOU1X.popup-builder {
  background-color: #ffffff;
}
.cid-u8aSZpOU1X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8aSZpOU1X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8aSZpOU1X .modal-content,
.cid-u8aSZpOU1X .modal-dialog {
  height: auto;
}
.cid-u8aSZpOU1X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8aSZpOU1X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8aSZpOU1X .form-wrapper .mbr-form .form-group,
  .cid-u8aSZpOU1X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8aSZpOU1X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8aSZpOU1X .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8aSZpOU1X .mbr-text {
  text-align: center;
}
.cid-u8aSZpOU1X .pt-0 {
  padding-top: 0 !important;
}
.cid-u8aSZpOU1X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8aSZpOU1X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8aSZpOU1X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8aSZpOU1X .modal-open {
  overflow: hidden;
}
.cid-u8aSZpOU1X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8aSZpOU1X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8aSZpOU1X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8aSZpOU1X .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8aSZpOU1X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8aSZpOU1X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8aSZpOU1X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8aSZpOU1X .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8aSZpOU1X .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8aSZpOU1X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8aSZpOU1X .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8aSZpOU1X .modal-backdrop.show {
  opacity: .5;
}
.cid-u8aSZpOU1X .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8aSZpOU1X .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOU1X .modal-header {
    padding: 1rem;
  }
}
.cid-u8aSZpOU1X .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8aSZpOU1X .modal-header .close svg {
  fill: #133bb4;
}
.cid-u8aSZpOU1X .modal-header .close:hover {
  opacity: 1;
}
.cid-u8aSZpOU1X .modal-header .close:focus {
  outline: none;
}
.cid-u8aSZpOU1X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u8aSZpOU1X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8aSZpOU1X .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOU1X .modal-body {
    padding: 1rem;
  }
}
.cid-u8aSZpOU1X .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8aSZpOU1X .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOU1X .modal-footer {
    padding: 1rem;
  }
}
.cid-u8aSZpOU1X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8aSZpOU1X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8aSZpOU1X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8aSZpOU1X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8aSZpOU1X .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8aSZpOU1X .modal-lg,
  .cid-u8aSZpOU1X .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8aSZpOU1X .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8aSZpOU1X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8aSZpOU1X .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8aSZpOU1X .form-group {
  margin-bottom: 1rem;
}
.cid-u8aSZpOU1X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8aSZpOU1X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8aSZpOU1X .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8aSZpOU1X .mbr-section-btn {
  margin: 0;
}
.cid-u8aSZpOU1X .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8aSZpOU1X .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u8aSZpOU1X .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u8aSZpOU1X P {
  text-align: center;
}
.cid-u4K8u9rDCM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4K8u9rDCM nav.navbar {
  position: fixed;
}
.cid-u4K8u9rDCM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4K8u9rDCM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4K8u9rDCM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4K8u9rDCM .dropdown-item:hover,
.cid-u4K8u9rDCM .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u4K8u9rDCM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4K8u9rDCM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4K8u9rDCM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4K8u9rDCM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4K8u9rDCM .nav-link {
  position: relative;
}
.cid-u4K8u9rDCM .container {
  display: flex;
  margin: auto;
}
.cid-u4K8u9rDCM .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4K8u9rDCM .dropdown-menu,
.cid-u4K8u9rDCM .navbar.opened {
  background: #ffffff !important;
}
.cid-u4K8u9rDCM .nav-item:focus,
.cid-u4K8u9rDCM .nav-link:focus {
  outline: none;
}
.cid-u4K8u9rDCM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4K8u9rDCM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4K8u9rDCM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4K8u9rDCM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4K8u9rDCM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4K8u9rDCM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4K8u9rDCM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4K8u9rDCM .navbar.opened {
  transition: all 0.3s;
}
.cid-u4K8u9rDCM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4K8u9rDCM .navbar .navbar-logo img {
  width: auto;
}
.cid-u4K8u9rDCM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4K8u9rDCM .navbar.collapsed {
  justify-content: center;
}
.cid-u4K8u9rDCM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4K8u9rDCM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4K8u9rDCM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u4K8u9rDCM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4K8u9rDCM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4K8u9rDCM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4K8u9rDCM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4K8u9rDCM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4K8u9rDCM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4K8u9rDCM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4K8u9rDCM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4K8u9rDCM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4K8u9rDCM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4K8u9rDCM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4K8u9rDCM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4K8u9rDCM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4K8u9rDCM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4K8u9rDCM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4K8u9rDCM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4K8u9rDCM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4K8u9rDCM .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4K8u9rDCM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4K8u9rDCM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4K8u9rDCM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4K8u9rDCM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4K8u9rDCM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4K8u9rDCM .dropdown-item.active,
.cid-u4K8u9rDCM .dropdown-item:active {
  background-color: transparent;
}
.cid-u4K8u9rDCM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4K8u9rDCM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4K8u9rDCM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4K8u9rDCM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4K8u9rDCM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4K8u9rDCM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4K8u9rDCM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4K8u9rDCM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4K8u9rDCM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4K8u9rDCM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-u4K8u9rDCM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4K8u9rDCM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4K8u9rDCM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4K8u9rDCM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4K8u9rDCM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4K8u9rDCM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4K8u9rDCM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4K8u9rDCM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4K8u9rDCM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4K8u9rDCM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4K8u9rDCM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4K8u9rDCM .navbar {
    height: 70px;
  }
  .cid-u4K8u9rDCM .navbar.opened {
    height: auto;
  }
  .cid-u4K8u9rDCM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4K8uasHuc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-capital-baterias-1920x580.webp");
}
.cid-u4K8uasHuc .row {
  flex-direction: row-reverse;
}
.cid-u4K8uasHuc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4K8uasHuc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4K8uasHuc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4K8uasHuc .mbr-section-title {
  color: #ffffff;
}
.cid-u4K8uasHuc .mbr-text,
.cid-u4K8uasHuc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4K8uasHuc .mbr-section-title DIV {
  text-align: center;
}
.cid-u4K8uaNFws {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u4K8uaNFws img,
.cid-u4K8uaNFws .item-img {
  width: 100%;
}
.cid-u4K8uaNFws .item:focus,
.cid-u4K8uaNFws span:focus {
  outline: none;
}
.cid-u4K8uaNFws .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4K8uaNFws .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4K8uaNFws .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u4K8uaNFws .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4K8uaNFws .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u4K8uaNFws .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u4K8uaNFws .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4K8uaNFws .mbr-section-title {
  color: #133bb4;
}
.cid-u4K8uaNFws .mbr-text,
.cid-u4K8uaNFws .mbr-section-btn {
  text-align: center;
}
.cid-u4K8uaNFws .item-title {
  text-align: center;
  color: #133bb4;
}
.cid-u4K8uaNFws .item-subtitle {
  text-align: center;
}
.cid-u4K8uaNFws .mbr-section-subtitle {
  color: #000000;
}
.cid-u4K8ubdnOx {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #133bb4;
}
.cid-u4K8ubdnOx .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u4K8ubdnOx .icon-box {
  background: #1852ff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4K8ubdnOx .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4K8ubdnOx .card {
    margin-bottom: 2rem;
  }
  .cid-u4K8ubdnOx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4K8ubdnOx H2 {
  text-align: center;
  color: #ffffff;
}
.cid-u4K8ubdnOx .icon-text {
  color: #ffffff;
}
.cid-u4K8ubdnOx .icon-title {
  color: #ffffff;
}
.cid-u4K8ubwTxf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4K8ubwTxf H3 {
  text-align: center;
}
.cid-u4K8ubwTxf .mbr-text,
.cid-u4K8ubwTxf .mbr-section-btn {
  text-align: center;
}
.cid-u4K8ubLDjy {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4K8ubLDjy H3 {
  text-align: center;
}
.cid-u4K8ubLDjy .mbr-text,
.cid-u4K8ubLDjy .mbr-section-btn {
  text-align: center;
}
.cid-u4K8uc17O6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-u4K8uc17O6 .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-3w .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-3w .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-3w .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-3w .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-3w .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-3w a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-3w a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-u8aSZpOhKg.popup-builder {
  background-color: #ffffff;
}
.cid-u8aSZpOhKg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8aSZpOhKg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8aSZpOhKg .modal-content,
.cid-u8aSZpOhKg .modal-dialog {
  height: auto;
}
.cid-u8aSZpOhKg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8aSZpOhKg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8aSZpOhKg .form-wrapper .mbr-form .form-group,
  .cid-u8aSZpOhKg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8aSZpOhKg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8aSZpOhKg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8aSZpOhKg .mbr-text {
  text-align: center;
}
.cid-u8aSZpOhKg .pt-0 {
  padding-top: 0 !important;
}
.cid-u8aSZpOhKg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8aSZpOhKg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8aSZpOhKg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8aSZpOhKg .modal-open {
  overflow: hidden;
}
.cid-u8aSZpOhKg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8aSZpOhKg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8aSZpOhKg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8aSZpOhKg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8aSZpOhKg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8aSZpOhKg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8aSZpOhKg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8aSZpOhKg .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8aSZpOhKg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8aSZpOhKg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8aSZpOhKg .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8aSZpOhKg .modal-backdrop.show {
  opacity: .5;
}
.cid-u8aSZpOhKg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8aSZpOhKg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOhKg .modal-header {
    padding: 1rem;
  }
}
.cid-u8aSZpOhKg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8aSZpOhKg .modal-header .close svg {
  fill: #133bb4;
}
.cid-u8aSZpOhKg .modal-header .close:hover {
  opacity: 1;
}
.cid-u8aSZpOhKg .modal-header .close:focus {
  outline: none;
}
.cid-u8aSZpOhKg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u8aSZpOhKg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8aSZpOhKg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOhKg .modal-body {
    padding: 1rem;
  }
}
.cid-u8aSZpOhKg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8aSZpOhKg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOhKg .modal-footer {
    padding: 1rem;
  }
}
.cid-u8aSZpOhKg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8aSZpOhKg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8aSZpOhKg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8aSZpOhKg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8aSZpOhKg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8aSZpOhKg .modal-lg,
  .cid-u8aSZpOhKg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8aSZpOhKg .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8aSZpOhKg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8aSZpOhKg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8aSZpOhKg .form-group {
  margin-bottom: 1rem;
}
.cid-u8aSZpOhKg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8aSZpOhKg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8aSZpOhKg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8aSZpOhKg .mbr-section-btn {
  margin: 0;
}
.cid-u8aSZpOhKg .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8aSZpOhKg .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u8aSZpOhKg .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u8aSZpOhKg P {
  text-align: center;
}
.cid-u4K9t052i8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4K9t052i8 nav.navbar {
  position: fixed;
}
.cid-u4K9t052i8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4K9t052i8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4K9t052i8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4K9t052i8 .dropdown-item:hover,
.cid-u4K9t052i8 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u4K9t052i8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4K9t052i8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4K9t052i8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4K9t052i8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4K9t052i8 .nav-link {
  position: relative;
}
.cid-u4K9t052i8 .container {
  display: flex;
  margin: auto;
}
.cid-u4K9t052i8 .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4K9t052i8 .dropdown-menu,
.cid-u4K9t052i8 .navbar.opened {
  background: #ffffff !important;
}
.cid-u4K9t052i8 .nav-item:focus,
.cid-u4K9t052i8 .nav-link:focus {
  outline: none;
}
.cid-u4K9t052i8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4K9t052i8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4K9t052i8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4K9t052i8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4K9t052i8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4K9t052i8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4K9t052i8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4K9t052i8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4K9t052i8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4K9t052i8 .navbar .navbar-logo img {
  width: auto;
}
.cid-u4K9t052i8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4K9t052i8 .navbar.collapsed {
  justify-content: center;
}
.cid-u4K9t052i8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4K9t052i8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4K9t052i8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u4K9t052i8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4K9t052i8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4K9t052i8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4K9t052i8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4K9t052i8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4K9t052i8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4K9t052i8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4K9t052i8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4K9t052i8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4K9t052i8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4K9t052i8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4K9t052i8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4K9t052i8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4K9t052i8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4K9t052i8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4K9t052i8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4K9t052i8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4K9t052i8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4K9t052i8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4K9t052i8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4K9t052i8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4K9t052i8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4K9t052i8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4K9t052i8 .dropdown-item.active,
.cid-u4K9t052i8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4K9t052i8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4K9t052i8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4K9t052i8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4K9t052i8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4K9t052i8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4K9t052i8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4K9t052i8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4K9t052i8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4K9t052i8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4K9t052i8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-u4K9t052i8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4K9t052i8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4K9t052i8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4K9t052i8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4K9t052i8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4K9t052i8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4K9t052i8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4K9t052i8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4K9t052i8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4K9t052i8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4K9t052i8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4K9t052i8 .navbar {
    height: 70px;
  }
  .cid-u4K9t052i8 .navbar.opened {
    height: auto;
  }
  .cid-u4K9t052i8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4K9t1A9eQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-capital-baterias-1920x580.webp");
}
.cid-u4K9t1A9eQ .row {
  flex-direction: row-reverse;
}
.cid-u4K9t1A9eQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4K9t1A9eQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4K9t1A9eQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4K9t1A9eQ .mbr-section-title {
  color: #ffffff;
}
.cid-u4K9t1A9eQ .mbr-text,
.cid-u4K9t1A9eQ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4K9t1A9eQ .mbr-section-title DIV {
  text-align: center;
}
.cid-u4K9t2qlxe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u4K9t2qlxe img,
.cid-u4K9t2qlxe .item-img {
  width: 100%;
}
.cid-u4K9t2qlxe .item:focus,
.cid-u4K9t2qlxe span:focus {
  outline: none;
}
.cid-u4K9t2qlxe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4K9t2qlxe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4K9t2qlxe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u4K9t2qlxe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4K9t2qlxe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u4K9t2qlxe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u4K9t2qlxe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4K9t2qlxe .mbr-section-title {
  color: #133bb4;
}
.cid-u4K9t2qlxe .mbr-text,
.cid-u4K9t2qlxe .mbr-section-btn {
  text-align: center;
}
.cid-u4K9t2qlxe .item-title {
  text-align: center;
  color: #133bb4;
}
.cid-u4K9t2qlxe .item-subtitle {
  text-align: center;
}
.cid-u4K9t2qlxe .mbr-section-subtitle {
  color: #000000;
}
.cid-u4K9t2R8JU {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #133bb4;
}
.cid-u4K9t2R8JU .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u4K9t2R8JU .icon-box {
  background: #1852ff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4K9t2R8JU .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4K9t2R8JU .card {
    margin-bottom: 2rem;
  }
  .cid-u4K9t2R8JU .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4K9t2R8JU H2 {
  text-align: center;
  color: #ffffff;
}
.cid-u4K9t2R8JU .icon-text {
  color: #ffffff;
}
.cid-u4K9t2R8JU .icon-title {
  color: #ffffff;
}
.cid-u4K9t3drsG {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4K9t3drsG H3 {
  text-align: center;
}
.cid-u4K9t3drsG .mbr-text,
.cid-u4K9t3drsG .mbr-section-btn {
  text-align: center;
}
.cid-u4K9t3ts7Y {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4K9t3ts7Y H3 {
  text-align: center;
}
.cid-u4K9t3ts7Y .mbr-text,
.cid-u4K9t3ts7Y .mbr-section-btn {
  text-align: center;
}
.cid-u4K9t3KWr2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-u4K9t3KWr2 .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-44 .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-44 .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-44 .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-44 .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-44 .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-44 a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-44 a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-u8aSZpOOdN.popup-builder {
  background-color: #ffffff;
}
.cid-u8aSZpOOdN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8aSZpOOdN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8aSZpOOdN .modal-content,
.cid-u8aSZpOOdN .modal-dialog {
  height: auto;
}
.cid-u8aSZpOOdN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8aSZpOOdN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8aSZpOOdN .form-wrapper .mbr-form .form-group,
  .cid-u8aSZpOOdN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8aSZpOOdN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8aSZpOOdN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8aSZpOOdN .mbr-text {
  text-align: center;
}
.cid-u8aSZpOOdN .pt-0 {
  padding-top: 0 !important;
}
.cid-u8aSZpOOdN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8aSZpOOdN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8aSZpOOdN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8aSZpOOdN .modal-open {
  overflow: hidden;
}
.cid-u8aSZpOOdN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8aSZpOOdN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8aSZpOOdN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8aSZpOOdN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8aSZpOOdN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8aSZpOOdN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8aSZpOOdN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8aSZpOOdN .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8aSZpOOdN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8aSZpOOdN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8aSZpOOdN .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8aSZpOOdN .modal-backdrop.show {
  opacity: .5;
}
.cid-u8aSZpOOdN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8aSZpOOdN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOOdN .modal-header {
    padding: 1rem;
  }
}
.cid-u8aSZpOOdN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8aSZpOOdN .modal-header .close svg {
  fill: #133bb4;
}
.cid-u8aSZpOOdN .modal-header .close:hover {
  opacity: 1;
}
.cid-u8aSZpOOdN .modal-header .close:focus {
  outline: none;
}
.cid-u8aSZpOOdN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u8aSZpOOdN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8aSZpOOdN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOOdN .modal-body {
    padding: 1rem;
  }
}
.cid-u8aSZpOOdN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8aSZpOOdN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOOdN .modal-footer {
    padding: 1rem;
  }
}
.cid-u8aSZpOOdN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8aSZpOOdN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8aSZpOOdN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8aSZpOOdN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8aSZpOOdN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8aSZpOOdN .modal-lg,
  .cid-u8aSZpOOdN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8aSZpOOdN .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8aSZpOOdN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8aSZpOOdN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8aSZpOOdN .form-group {
  margin-bottom: 1rem;
}
.cid-u8aSZpOOdN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8aSZpOOdN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8aSZpOOdN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8aSZpOOdN .mbr-section-btn {
  margin: 0;
}
.cid-u8aSZpOOdN .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8aSZpOOdN .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u8aSZpOOdN .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u8aSZpOOdN P {
  text-align: center;
}
.cid-u4KCkcUeLB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4KCkcUeLB nav.navbar {
  position: fixed;
}
.cid-u4KCkcUeLB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4KCkcUeLB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4KCkcUeLB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4KCkcUeLB .dropdown-item:hover,
.cid-u4KCkcUeLB .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u4KCkcUeLB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4KCkcUeLB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4KCkcUeLB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4KCkcUeLB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4KCkcUeLB .nav-link {
  position: relative;
}
.cid-u4KCkcUeLB .container {
  display: flex;
  margin: auto;
}
.cid-u4KCkcUeLB .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4KCkcUeLB .dropdown-menu,
.cid-u4KCkcUeLB .navbar.opened {
  background: #ffffff !important;
}
.cid-u4KCkcUeLB .nav-item:focus,
.cid-u4KCkcUeLB .nav-link:focus {
  outline: none;
}
.cid-u4KCkcUeLB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4KCkcUeLB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4KCkcUeLB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4KCkcUeLB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4KCkcUeLB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4KCkcUeLB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4KCkcUeLB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4KCkcUeLB .navbar.opened {
  transition: all 0.3s;
}
.cid-u4KCkcUeLB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4KCkcUeLB .navbar .navbar-logo img {
  width: auto;
}
.cid-u4KCkcUeLB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4KCkcUeLB .navbar.collapsed {
  justify-content: center;
}
.cid-u4KCkcUeLB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4KCkcUeLB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4KCkcUeLB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u4KCkcUeLB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4KCkcUeLB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4KCkcUeLB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4KCkcUeLB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4KCkcUeLB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4KCkcUeLB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4KCkcUeLB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4KCkcUeLB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4KCkcUeLB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4KCkcUeLB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4KCkcUeLB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4KCkcUeLB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4KCkcUeLB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4KCkcUeLB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4KCkcUeLB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4KCkcUeLB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4KCkcUeLB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4KCkcUeLB .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4KCkcUeLB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4KCkcUeLB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4KCkcUeLB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4KCkcUeLB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4KCkcUeLB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4KCkcUeLB .dropdown-item.active,
.cid-u4KCkcUeLB .dropdown-item:active {
  background-color: transparent;
}
.cid-u4KCkcUeLB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4KCkcUeLB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4KCkcUeLB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4KCkcUeLB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4KCkcUeLB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4KCkcUeLB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4KCkcUeLB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4KCkcUeLB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4KCkcUeLB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4KCkcUeLB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-u4KCkcUeLB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4KCkcUeLB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4KCkcUeLB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4KCkcUeLB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4KCkcUeLB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4KCkcUeLB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4KCkcUeLB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4KCkcUeLB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4KCkcUeLB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4KCkcUeLB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4KCkcUeLB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4KCkcUeLB .navbar {
    height: 70px;
  }
  .cid-u4KCkcUeLB .navbar.opened {
    height: auto;
  }
  .cid-u4KCkcUeLB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4KCkedJFm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-capital-baterias-1920x580.webp");
}
.cid-u4KCkedJFm .row {
  flex-direction: row-reverse;
}
.cid-u4KCkedJFm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4KCkedJFm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4KCkedJFm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4KCkedJFm .mbr-section-title {
  color: #ffffff;
}
.cid-u4KCkedJFm .mbr-text,
.cid-u4KCkedJFm .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4KCkedJFm .mbr-section-title DIV {
  text-align: center;
}
.cid-u4KCkf33YQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u4KCkf33YQ img,
.cid-u4KCkf33YQ .item-img {
  width: 100%;
}
.cid-u4KCkf33YQ .item:focus,
.cid-u4KCkf33YQ span:focus {
  outline: none;
}
.cid-u4KCkf33YQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4KCkf33YQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4KCkf33YQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u4KCkf33YQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4KCkf33YQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u4KCkf33YQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u4KCkf33YQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4KCkf33YQ .mbr-section-title {
  color: #133bb4;
}
.cid-u4KCkf33YQ .mbr-text,
.cid-u4KCkf33YQ .mbr-section-btn {
  text-align: center;
}
.cid-u4KCkf33YQ .item-title {
  text-align: center;
  color: #133bb4;
}
.cid-u4KCkf33YQ .item-subtitle {
  text-align: center;
}
.cid-u4KCkf33YQ .mbr-section-subtitle {
  color: #000000;
}
.cid-u4KCkfFCsb {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #133bb4;
}
.cid-u4KCkfFCsb .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u4KCkfFCsb .icon-box {
  background: #1852ff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4KCkfFCsb .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4KCkfFCsb .card {
    margin-bottom: 2rem;
  }
  .cid-u4KCkfFCsb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4KCkfFCsb H2 {
  text-align: center;
  color: #ffffff;
}
.cid-u4KCkfFCsb .icon-text {
  color: #ffffff;
}
.cid-u4KCkfFCsb .icon-title {
  color: #ffffff;
}
.cid-u4KCkg84yy {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4KCkg84yy H3 {
  text-align: center;
}
.cid-u4KCkg84yy .mbr-text,
.cid-u4KCkg84yy .mbr-section-btn {
  text-align: center;
}
.cid-u4KCkhDJcA {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4KCkhDJcA H3 {
  text-align: center;
}
.cid-u4KCkhDJcA .mbr-text,
.cid-u4KCkhDJcA .mbr-section-btn {
  text-align: center;
}
.cid-u4KCkhYICN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-u4KCkhYICN .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-4c .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-4c .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-4c .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-4c .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-4c .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-4c a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-4c a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-u8aSZpOmqe.popup-builder {
  background-color: #ffffff;
}
.cid-u8aSZpOmqe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8aSZpOmqe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8aSZpOmqe .modal-content,
.cid-u8aSZpOmqe .modal-dialog {
  height: auto;
}
.cid-u8aSZpOmqe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8aSZpOmqe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8aSZpOmqe .form-wrapper .mbr-form .form-group,
  .cid-u8aSZpOmqe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8aSZpOmqe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8aSZpOmqe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8aSZpOmqe .mbr-text {
  text-align: center;
}
.cid-u8aSZpOmqe .pt-0 {
  padding-top: 0 !important;
}
.cid-u8aSZpOmqe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8aSZpOmqe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8aSZpOmqe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8aSZpOmqe .modal-open {
  overflow: hidden;
}
.cid-u8aSZpOmqe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8aSZpOmqe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8aSZpOmqe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8aSZpOmqe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8aSZpOmqe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8aSZpOmqe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8aSZpOmqe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8aSZpOmqe .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8aSZpOmqe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8aSZpOmqe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8aSZpOmqe .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8aSZpOmqe .modal-backdrop.show {
  opacity: .5;
}
.cid-u8aSZpOmqe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8aSZpOmqe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOmqe .modal-header {
    padding: 1rem;
  }
}
.cid-u8aSZpOmqe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8aSZpOmqe .modal-header .close svg {
  fill: #133bb4;
}
.cid-u8aSZpOmqe .modal-header .close:hover {
  opacity: 1;
}
.cid-u8aSZpOmqe .modal-header .close:focus {
  outline: none;
}
.cid-u8aSZpOmqe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u8aSZpOmqe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8aSZpOmqe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOmqe .modal-body {
    padding: 1rem;
  }
}
.cid-u8aSZpOmqe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8aSZpOmqe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOmqe .modal-footer {
    padding: 1rem;
  }
}
.cid-u8aSZpOmqe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8aSZpOmqe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8aSZpOmqe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8aSZpOmqe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8aSZpOmqe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8aSZpOmqe .modal-lg,
  .cid-u8aSZpOmqe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8aSZpOmqe .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8aSZpOmqe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8aSZpOmqe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8aSZpOmqe .form-group {
  margin-bottom: 1rem;
}
.cid-u8aSZpOmqe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8aSZpOmqe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8aSZpOmqe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8aSZpOmqe .mbr-section-btn {
  margin: 0;
}
.cid-u8aSZpOmqe .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8aSZpOmqe .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u8aSZpOmqe .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u8aSZpOmqe P {
  text-align: center;
}
.cid-u4KJgBTV7W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4KJgBTV7W nav.navbar {
  position: fixed;
}
.cid-u4KJgBTV7W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4KJgBTV7W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4KJgBTV7W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4KJgBTV7W .dropdown-item:hover,
.cid-u4KJgBTV7W .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u4KJgBTV7W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4KJgBTV7W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4KJgBTV7W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4KJgBTV7W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4KJgBTV7W .nav-link {
  position: relative;
}
.cid-u4KJgBTV7W .container {
  display: flex;
  margin: auto;
}
.cid-u4KJgBTV7W .iconfont-wrapper {
  color: #133bb4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4KJgBTV7W .dropdown-menu,
.cid-u4KJgBTV7W .navbar.opened {
  background: #ffffff !important;
}
.cid-u4KJgBTV7W .nav-item:focus,
.cid-u4KJgBTV7W .nav-link:focus {
  outline: none;
}
.cid-u4KJgBTV7W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4KJgBTV7W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4KJgBTV7W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4KJgBTV7W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4KJgBTV7W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4KJgBTV7W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4KJgBTV7W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4KJgBTV7W .navbar.opened {
  transition: all 0.3s;
}
.cid-u4KJgBTV7W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4KJgBTV7W .navbar .navbar-logo img {
  width: auto;
}
.cid-u4KJgBTV7W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4KJgBTV7W .navbar.collapsed {
  justify-content: center;
}
.cid-u4KJgBTV7W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4KJgBTV7W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4KJgBTV7W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u4KJgBTV7W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4KJgBTV7W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4KJgBTV7W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4KJgBTV7W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4KJgBTV7W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4KJgBTV7W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4KJgBTV7W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4KJgBTV7W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4KJgBTV7W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4KJgBTV7W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4KJgBTV7W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4KJgBTV7W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4KJgBTV7W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4KJgBTV7W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4KJgBTV7W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4KJgBTV7W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4KJgBTV7W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4KJgBTV7W .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4KJgBTV7W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4KJgBTV7W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4KJgBTV7W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4KJgBTV7W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4KJgBTV7W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4KJgBTV7W .dropdown-item.active,
.cid-u4KJgBTV7W .dropdown-item:active {
  background-color: transparent;
}
.cid-u4KJgBTV7W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4KJgBTV7W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4KJgBTV7W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4KJgBTV7W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4KJgBTV7W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4KJgBTV7W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4KJgBTV7W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4KJgBTV7W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4KJgBTV7W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4KJgBTV7W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #133bb4;
}
.cid-u4KJgBTV7W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4KJgBTV7W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4KJgBTV7W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4KJgBTV7W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4KJgBTV7W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4KJgBTV7W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4KJgBTV7W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4KJgBTV7W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4KJgBTV7W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4KJgBTV7W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4KJgBTV7W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4KJgBTV7W .navbar {
    height: 70px;
  }
  .cid-u4KJgBTV7W .navbar.opened {
    height: auto;
  }
  .cid-u4KJgBTV7W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4KJgD62ZV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-capital-baterias-1920x580.webp");
}
.cid-u4KJgD62ZV .row {
  flex-direction: row-reverse;
}
.cid-u4KJgD62ZV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4KJgD62ZV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4KJgD62ZV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4KJgD62ZV .mbr-section-title {
  color: #ffffff;
}
.cid-u4KJgD62ZV .mbr-text,
.cid-u4KJgD62ZV .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4KJgD62ZV .mbr-section-title DIV {
  text-align: center;
}
.cid-u4KJgDqIWK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u4KJgDqIWK img,
.cid-u4KJgDqIWK .item-img {
  width: 100%;
}
.cid-u4KJgDqIWK .item:focus,
.cid-u4KJgDqIWK span:focus {
  outline: none;
}
.cid-u4KJgDqIWK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4KJgDqIWK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4KJgDqIWK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u4KJgDqIWK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4KJgDqIWK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u4KJgDqIWK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u4KJgDqIWK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4KJgDqIWK .mbr-section-title {
  color: #133bb4;
}
.cid-u4KJgDqIWK .mbr-text,
.cid-u4KJgDqIWK .mbr-section-btn {
  text-align: center;
}
.cid-u4KJgDqIWK .item-title {
  text-align: center;
  color: #133bb4;
}
.cid-u4KJgDqIWK .item-subtitle {
  text-align: center;
}
.cid-u4KJgDqIWK .mbr-section-subtitle {
  color: #000000;
}
.cid-u4KJgDPbmx {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #133bb4;
}
.cid-u4KJgDPbmx .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u4KJgDPbmx .icon-box {
  background: #1852ff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4KJgDPbmx .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4KJgDPbmx .card {
    margin-bottom: 2rem;
  }
  .cid-u4KJgDPbmx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4KJgDPbmx H2 {
  text-align: center;
  color: #ffffff;
}
.cid-u4KJgDPbmx .icon-text {
  color: #ffffff;
}
.cid-u4KJgDPbmx .icon-title {
  color: #ffffff;
}
.cid-u4KJgE8Xd1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4KJgE8Xd1 H3 {
  text-align: center;
}
.cid-u4KJgE8Xd1 .mbr-text,
.cid-u4KJgE8Xd1 .mbr-section-btn {
  text-align: center;
}
.cid-u4KJgEnYqI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #133bb4;
}
.cid-u4KJgEnYqI H3 {
  text-align: center;
  color: #ffffff;
}
.cid-u4KJgEnYqI .mbr-text,
.cid-u4KJgEnYqI .mbr-section-btn {
  text-align: center;
}
.cid-u4KJgEF4Gq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #133bb4;
  overflow: hidden;
}
.cid-u4KJgEF4Gq .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-4k .label-container {
  font-family: MobiriseIcons !important;
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}
#custom-html-4k .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 0px;
}
#custom-html-4k .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}
#custom-html-4k .float {
  font-family: Montserrat !important;
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #37de2c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px  1px 1px #000;
  z-index: 1;
  font-size: 16px;
  padding-top: 15px;
}
#custom-html-4k .my-float {
  font-size: 24px;
  margin-top: 30px;
}
#custom-html-4k a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}
#custom-html-4k a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}
.cid-u8aSZpOYbU.popup-builder {
  background-color: #ffffff;
}
.cid-u8aSZpOYbU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8aSZpOYbU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8aSZpOYbU .modal-content,
.cid-u8aSZpOYbU .modal-dialog {
  height: auto;
}
.cid-u8aSZpOYbU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8aSZpOYbU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8aSZpOYbU .form-wrapper .mbr-form .form-group,
  .cid-u8aSZpOYbU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8aSZpOYbU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8aSZpOYbU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8aSZpOYbU .mbr-text {
  text-align: center;
}
.cid-u8aSZpOYbU .pt-0 {
  padding-top: 0 !important;
}
.cid-u8aSZpOYbU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8aSZpOYbU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8aSZpOYbU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8aSZpOYbU .modal-open {
  overflow: hidden;
}
.cid-u8aSZpOYbU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8aSZpOYbU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8aSZpOYbU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8aSZpOYbU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u8aSZpOYbU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8aSZpOYbU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8aSZpOYbU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8aSZpOYbU .modal-content {
  background: #f0f0f0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u8aSZpOYbU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8aSZpOYbU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8aSZpOYbU .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8aSZpOYbU .modal-backdrop.show {
  opacity: .5;
}
.cid-u8aSZpOYbU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8aSZpOYbU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOYbU .modal-header {
    padding: 1rem;
  }
}
.cid-u8aSZpOYbU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8aSZpOYbU .modal-header .close svg {
  fill: #133bb4;
}
.cid-u8aSZpOYbU .modal-header .close:hover {
  opacity: 1;
}
.cid-u8aSZpOYbU .modal-header .close:focus {
  outline: none;
}
.cid-u8aSZpOYbU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-u8aSZpOYbU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8aSZpOYbU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOYbU .modal-body {
    padding: 1rem;
  }
}
.cid-u8aSZpOYbU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8aSZpOYbU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8aSZpOYbU .modal-footer {
    padding: 1rem;
  }
}
.cid-u8aSZpOYbU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8aSZpOYbU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8aSZpOYbU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8aSZpOYbU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8aSZpOYbU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8aSZpOYbU .modal-lg,
  .cid-u8aSZpOYbU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8aSZpOYbU .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8aSZpOYbU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8aSZpOYbU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u8aSZpOYbU .form-group {
  margin-bottom: 1rem;
}
.cid-u8aSZpOYbU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8aSZpOYbU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8aSZpOYbU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u8aSZpOYbU .mbr-section-btn {
  margin: 0;
}
.cid-u8aSZpOYbU .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8aSZpOYbU .btn-whatsapp {
  background-color: #25d366;
  color: white;
  width: 100%;
}
.cid-u8aSZpOYbU .btn-whatsapp .fa-whatsapp {
  margin-right: 8px;
}
.cid-u8aSZpOYbU P {
  text-align: center;
}
