body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Parisienne', handwriting;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Parisienne', handwriting;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Parisienne', handwriting;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: #6592e6 !important;
}
.bg-success {
  background-color: #40bf44 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40bf44 !important;
  border-color: #40bf44 !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: #2a7e2d !important;
  border-color: #2a7e2d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a7e2d !important;
  border-color: #2a7e2d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40bf44;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a7e2d !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: #40bf44 !important;
  border-color: #40bf44 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40bf44 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #267329 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0dfa2;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tBSMR1GZOv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBSMR1GZOv nav.navbar {
  position: fixed;
}
.cid-tBSMR1GZOv .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-tBSMR1GZOv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBSMR1GZOv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBSMR1GZOv .dropdown-item:hover,
.cid-tBSMR1GZOv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tBSMR1GZOv .dropdown-item:hover span {
  color: white;
}
.cid-tBSMR1GZOv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBSMR1GZOv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBSMR1GZOv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBSMR1GZOv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBSMR1GZOv .nav-link {
  position: relative;
}
.cid-tBSMR1GZOv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBSMR1GZOv .container {
    flex-wrap: wrap;
  }
}
.cid-tBSMR1GZOv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBSMR1GZOv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tBSMR1GZOv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBSMR1GZOv .dropdown-menu,
.cid-tBSMR1GZOv .navbar.opened {
  background: #000000 !important;
}
.cid-tBSMR1GZOv .nav-item:focus,
.cid-tBSMR1GZOv .nav-link:focus {
  outline: none;
}
.cid-tBSMR1GZOv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBSMR1GZOv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBSMR1GZOv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBSMR1GZOv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBSMR1GZOv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBSMR1GZOv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBSMR1GZOv .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: #000000;
}
.cid-tBSMR1GZOv .navbar.opened {
  transition: all 0.3s;
}
.cid-tBSMR1GZOv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBSMR1GZOv .navbar .navbar-logo img {
  width: auto;
}
.cid-tBSMR1GZOv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBSMR1GZOv .navbar.collapsed {
  justify-content: center;
}
.cid-tBSMR1GZOv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBSMR1GZOv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBSMR1GZOv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBSMR1GZOv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBSMR1GZOv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBSMR1GZOv .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-tBSMR1GZOv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBSMR1GZOv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBSMR1GZOv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBSMR1GZOv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBSMR1GZOv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBSMR1GZOv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBSMR1GZOv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBSMR1GZOv .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-tBSMR1GZOv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBSMR1GZOv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBSMR1GZOv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBSMR1GZOv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBSMR1GZOv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBSMR1GZOv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBSMR1GZOv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBSMR1GZOv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBSMR1GZOv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBSMR1GZOv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBSMR1GZOv .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-tBSMR1GZOv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBSMR1GZOv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBSMR1GZOv .dropdown-item.active,
.cid-tBSMR1GZOv .dropdown-item:active {
  background-color: transparent;
}
.cid-tBSMR1GZOv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBSMR1GZOv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBSMR1GZOv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBSMR1GZOv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tBSMR1GZOv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBSMR1GZOv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBSMR1GZOv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBSMR1GZOv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBSMR1GZOv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBSMR1GZOv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBSMR1GZOv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBSMR1GZOv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBSMR1GZOv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBSMR1GZOv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBSMR1GZOv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBSMR1GZOv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBSMR1GZOv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBSMR1GZOv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBSMR1GZOv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBSMR1GZOv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBSMR1GZOv .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-tBSMR1GZOv .navbar {
    height: 70px;
  }
  .cid-tBSMR1GZOv .navbar.opened {
    height: auto;
  }
  .cid-tBSMR1GZOv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBSMChouxo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-11-720x1280.jpeg");
}
.cid-tBSMChouxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBSMChouxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBSMChouxo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBSMChouxo .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-tBSPwMmxAv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-9-1280x720.jpg");
}
.cid-tBSPwMmxAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBSPwMmxAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBSPwMmxAv .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tBSPwMmxAv .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tBSPwMmxAv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBSPwMmxAv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBSPwMmxAv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBSPwMmxAv .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tBSPwMmxAv .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tBSPwMmxAv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBSPwMmxAv .card-title {
  color: #e6c63b;
}
.cid-tBSPwMmxAv .mbr-text,
.cid-tBSPwMmxAv .mbr-section-btn {
  color: #ffffff;
}
.cid-tBTWvuQ1eh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-7-1040x780.jpg");
}
.cid-tBTWvuQ1eh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBTWvuQ1eh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBTWvuQ1eh .mbr-section-title {
  color: #e6c63b;
}
.cid-tBST7pohp8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-5-1280x960.jpg");
}
.cid-tBST7pohp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBST7pohp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBST7pohp8 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tBST7pohp8 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tBST7pohp8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBST7pohp8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tBST7pohp8 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tBST7pohp8 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tBST7pohp8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tBST7pohp8 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tBST7pohp8 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBST7pohp8 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tBST7pohp8 .card-title {
  color: #e6c63b;
}
.cid-tBST7pohp8 .card-subtitle {
  color: #ffffff;
}
.cid-tBST7pohp8 .mbr-text,
.cid-tBST7pohp8 .social-row {
  color: #ffffff;
}
.cid-tBTXdylgJB {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tBTXdylgJB img,
.cid-tBTXdylgJB .item-img {
  width: 100%;
}
.cid-tBTXdylgJB .item:focus,
.cid-tBTXdylgJB span:focus {
  outline: none;
}
.cid-tBTXdylgJB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBTXdylgJB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tBTXdylgJB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBTXdylgJB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tBTXdylgJB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBTXdylgJB .mbr-section-title {
  color: #e6c63b;
}
.cid-tBTXdylgJB .mbr-text,
.cid-tBTXdylgJB .mbr-section-btn {
  text-align: left;
}
.cid-tBTXdylgJB .item-title {
  text-align: center;
  color: #000000;
}
.cid-tBTXdylgJB .item-subtitle {
  text-align: center;
}
.cid-uFacAihkdk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFacAihkdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFacAihkdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFacAihkdk .video-wrapper iframe {
  width: 100%;
}
.cid-uFacAihkdk .mbr-section-title,
.cid-uFacAihkdk .mbr-section-subtitle,
.cid-uFacAihkdk .mbr-text {
  text-align: center;
}
.cid-uFacY1IK9F {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFacY1IK9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFacY1IK9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFacY1IK9F .video-wrapper iframe {
  width: 100%;
}
.cid-uFacY1IK9F .mbr-section-title,
.cid-uFacY1IK9F .mbr-section-subtitle,
.cid-uFacY1IK9F .mbr-text {
  text-align: center;
}
.cid-tBTZS9l4AQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-3-960x540.jpeg");
}
.cid-tBTZS9l4AQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBTZS9l4AQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBU09IoIWl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tBU09IoIWl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tBU09IoIWl form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tBU09IoIWl form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tBU09IoIWl form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBU09IoIWl .mbr-section-title {
  color: #e6c63b;
}
.cid-tBU09IoIWl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tBU0fPvUw7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tBU0fPvUw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBU0fPvUw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBU0fPvUw7 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tBU0fPvUw7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBU0fPvUw7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tBU0fPvUw7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBU0fPvUw7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBU0ifc8FX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tBU0ifc8FX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBU0ifc8FX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBU0ifc8FX .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tBU0jG87zf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-9-1280x720.jpg");
}
.cid-tBU0jG87zf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBU0jG87zf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBU0jG87zf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBU0jG87zf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBU0jG87zf .row {
    text-align: center;
  }
  .cid-tBU0jG87zf .row > div {
    margin: auto;
  }
  .cid-tBU0jG87zf .social-row {
    justify-content: center;
  }
}
.cid-tBU0jG87zf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBU0jG87zf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBU0jG87zf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBU0jG87zf .list {
    margin-bottom: 0rem;
  }
}
.cid-tBU0jG87zf .mbr-text {
  color: #bbbbbb;
}
.cid-tBU0jG87zf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBU0jG87zf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBU0jG87zf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHQgOOBW4M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHQgOOBW4M nav.navbar {
  position: fixed;
}
.cid-uHQgOOBW4M .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-uHQgOOBW4M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHQgOOBW4M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHQgOOBW4M .dropdown-item:hover,
.cid-uHQgOOBW4M .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHQgOOBW4M .dropdown-item:hover span {
  color: white;
}
.cid-uHQgOOBW4M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHQgOOBW4M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHQgOOBW4M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHQgOOBW4M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHQgOOBW4M .nav-link {
  position: relative;
}
.cid-uHQgOOBW4M .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHQgOOBW4M .container {
    flex-wrap: wrap;
  }
}
.cid-uHQgOOBW4M .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHQgOOBW4M .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHQgOOBW4M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHQgOOBW4M .dropdown-menu,
.cid-uHQgOOBW4M .navbar.opened {
  background: #000000 !important;
}
.cid-uHQgOOBW4M .nav-item:focus,
.cid-uHQgOOBW4M .nav-link:focus {
  outline: none;
}
.cid-uHQgOOBW4M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHQgOOBW4M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHQgOOBW4M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHQgOOBW4M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHQgOOBW4M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHQgOOBW4M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHQgOOBW4M .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: #000000;
}
.cid-uHQgOOBW4M .navbar.opened {
  transition: all 0.3s;
}
.cid-uHQgOOBW4M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHQgOOBW4M .navbar .navbar-logo img {
  width: auto;
}
.cid-uHQgOOBW4M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHQgOOBW4M .navbar.collapsed {
  justify-content: center;
}
.cid-uHQgOOBW4M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHQgOOBW4M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHQgOOBW4M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHQgOOBW4M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHQgOOBW4M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHQgOOBW4M .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-uHQgOOBW4M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHQgOOBW4M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHQgOOBW4M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHQgOOBW4M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHQgOOBW4M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHQgOOBW4M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHQgOOBW4M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHQgOOBW4M .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-uHQgOOBW4M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHQgOOBW4M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHQgOOBW4M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHQgOOBW4M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHQgOOBW4M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHQgOOBW4M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHQgOOBW4M .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHQgOOBW4M .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHQgOOBW4M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHQgOOBW4M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHQgOOBW4M .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-uHQgOOBW4M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHQgOOBW4M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHQgOOBW4M .dropdown-item.active,
.cid-uHQgOOBW4M .dropdown-item:active {
  background-color: transparent;
}
.cid-uHQgOOBW4M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHQgOOBW4M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHQgOOBW4M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHQgOOBW4M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHQgOOBW4M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHQgOOBW4M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHQgOOBW4M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHQgOOBW4M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHQgOOBW4M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHQgOOBW4M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHQgOOBW4M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHQgOOBW4M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQgOOBW4M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQgOOBW4M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHQgOOBW4M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQgOOBW4M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHQgOOBW4M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHQgOOBW4M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQgOOBW4M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHQgOOBW4M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHQgOOBW4M .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-uHQgOOBW4M .navbar {
    height: 70px;
  }
  .cid-uHQgOOBW4M .navbar.opened {
    height: auto;
  }
  .cid-uHQgOOBW4M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHQgOOOonX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-11-720x1280.jpeg");
}
.cid-uHQgOOOonX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQgOOOonX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQgOOOonX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHQgOOOonX .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uHQgOOYAVr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-9-1280x720.jpg");
}
.cid-uHQgOOYAVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQgOOYAVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQgOOYAVr .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uHQgOOYAVr .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uHQgOOYAVr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHQgOOYAVr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHQgOOYAVr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQgOOYAVr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHQgOOYAVr .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uHQgOOYAVr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHQgOOYAVr .card-title {
  color: #e6c63b;
}
.cid-uHQgOOYAVr .mbr-text,
.cid-uHQgOOYAVr .mbr-section-btn {
  color: #ffffff;
}
.cid-uHQgOP7S53 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-7-1040x780.jpg");
}
.cid-uHQgOP7S53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQgOP7S53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQgOP7S53 .mbr-section-title {
  color: #e6c63b;
}
.cid-uHQgOPf0R5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-5-1280x960.jpg");
}
.cid-uHQgOPf0R5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQgOPf0R5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQgOPf0R5 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uHQgOPf0R5 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-uHQgOPf0R5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHQgOPf0R5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uHQgOPf0R5 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uHQgOPf0R5 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uHQgOPf0R5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHQgOPf0R5 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uHQgOPf0R5 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQgOPf0R5 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uHQgOPf0R5 .card-title {
  color: #e6c63b;
}
.cid-uHQgOPf0R5 .card-subtitle {
  color: #ffffff;
}
.cid-uHQgOPf0R5 .mbr-text,
.cid-uHQgOPf0R5 .social-row {
  color: #ffffff;
}
.cid-uHQgOPy9lB {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHQgOPy9lB img,
.cid-uHQgOPy9lB .item-img {
  width: 100%;
}
.cid-uHQgOPy9lB .item:focus,
.cid-uHQgOPy9lB span:focus {
  outline: none;
}
.cid-uHQgOPy9lB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uHQgOPy9lB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uHQgOPy9lB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHQgOPy9lB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uHQgOPy9lB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHQgOPy9lB .mbr-section-title {
  color: #e6c63b;
}
.cid-uHQgOPy9lB .mbr-text,
.cid-uHQgOPy9lB .mbr-section-btn {
  text-align: left;
}
.cid-uHQgOPy9lB .item-title {
  text-align: center;
  color: #000000;
}
.cid-uHQgOPy9lB .item-subtitle {
  text-align: center;
}
.cid-uHQgOPV6mA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHQgOPV6mA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQgOPV6mA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQgOPV6mA .video-wrapper iframe {
  width: 100%;
}
.cid-uHQgOPV6mA .mbr-section-title,
.cid-uHQgOPV6mA .mbr-section-subtitle,
.cid-uHQgOPV6mA .mbr-text {
  text-align: center;
}
.cid-uHQgOQ7Gif {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uHQgOQ7Gif .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQgOQ7Gif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQgOQ7Gif .video-wrapper iframe {
  width: 100%;
}
.cid-uHQgOQ7Gif .mbr-section-title,
.cid-uHQgOQ7Gif .mbr-section-subtitle,
.cid-uHQgOQ7Gif .mbr-text {
  text-align: center;
}
.cid-uHQgOQgGmI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-3-960x540.jpeg");
}
.cid-uHQgOQgGmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQgOQgGmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQgOQpctV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHQgOQpctV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHQgOQpctV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uHQgOQpctV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uHQgOQpctV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHQgOQpctV .mbr-section-title {
  color: #e6c63b;
}
.cid-uHQgOQpctV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHQgOQyXQs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uHQgOQyXQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQgOQyXQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQgOQyXQs .google-map {
  height: 30rem;
  position: relative;
}
.cid-uHQgOQyXQs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uHQgOQyXQs .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uHQgOQyXQs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHQgOQyXQs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHQgOQJHAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uHQgOQJHAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQgOQJHAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQgOQJHAO .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uHQgOQTtid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-9-1280x720.jpg");
}
.cid-uHQgOQTtid .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQgOQTtid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQgOQTtid .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHQgOQTtid .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHQgOQTtid .row {
    text-align: center;
  }
  .cid-uHQgOQTtid .row > div {
    margin: auto;
  }
  .cid-uHQgOQTtid .social-row {
    justify-content: center;
  }
}
.cid-uHQgOQTtid .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHQgOQTtid .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHQgOQTtid .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQgOQTtid .list {
    margin-bottom: 0rem;
  }
}
.cid-uHQgOQTtid .mbr-text {
  color: #bbbbbb;
}
.cid-uHQgOQTtid .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHQgOQTtid .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHQgOQTtid div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHQhVCWQfA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHQhVCWQfA nav.navbar {
  position: fixed;
}
.cid-uHQhVCWQfA .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-uHQhVCWQfA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHQhVCWQfA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHQhVCWQfA .dropdown-item:hover,
.cid-uHQhVCWQfA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHQhVCWQfA .dropdown-item:hover span {
  color: white;
}
.cid-uHQhVCWQfA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHQhVCWQfA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHQhVCWQfA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHQhVCWQfA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHQhVCWQfA .nav-link {
  position: relative;
}
.cid-uHQhVCWQfA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHQhVCWQfA .container {
    flex-wrap: wrap;
  }
}
.cid-uHQhVCWQfA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHQhVCWQfA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHQhVCWQfA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHQhVCWQfA .dropdown-menu,
.cid-uHQhVCWQfA .navbar.opened {
  background: #000000 !important;
}
.cid-uHQhVCWQfA .nav-item:focus,
.cid-uHQhVCWQfA .nav-link:focus {
  outline: none;
}
.cid-uHQhVCWQfA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHQhVCWQfA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHQhVCWQfA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHQhVCWQfA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHQhVCWQfA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHQhVCWQfA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHQhVCWQfA .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: #000000;
}
.cid-uHQhVCWQfA .navbar.opened {
  transition: all 0.3s;
}
.cid-uHQhVCWQfA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHQhVCWQfA .navbar .navbar-logo img {
  width: auto;
}
.cid-uHQhVCWQfA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHQhVCWQfA .navbar.collapsed {
  justify-content: center;
}
.cid-uHQhVCWQfA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHQhVCWQfA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHQhVCWQfA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHQhVCWQfA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHQhVCWQfA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHQhVCWQfA .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-uHQhVCWQfA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHQhVCWQfA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHQhVCWQfA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHQhVCWQfA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHQhVCWQfA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHQhVCWQfA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHQhVCWQfA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHQhVCWQfA .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-uHQhVCWQfA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHQhVCWQfA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHQhVCWQfA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHQhVCWQfA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHQhVCWQfA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHQhVCWQfA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHQhVCWQfA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHQhVCWQfA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHQhVCWQfA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHQhVCWQfA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHQhVCWQfA .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-uHQhVCWQfA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHQhVCWQfA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHQhVCWQfA .dropdown-item.active,
.cid-uHQhVCWQfA .dropdown-item:active {
  background-color: transparent;
}
.cid-uHQhVCWQfA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHQhVCWQfA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHQhVCWQfA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHQhVCWQfA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHQhVCWQfA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHQhVCWQfA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHQhVCWQfA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHQhVCWQfA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHQhVCWQfA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHQhVCWQfA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHQhVCWQfA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHQhVCWQfA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQhVCWQfA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQhVCWQfA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHQhVCWQfA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQhVCWQfA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHQhVCWQfA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHQhVCWQfA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQhVCWQfA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHQhVCWQfA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHQhVCWQfA .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-uHQhVCWQfA .navbar {
    height: 70px;
  }
  .cid-uHQhVCWQfA .navbar.opened {
    height: auto;
  }
  .cid-uHQhVCWQfA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHQhVDb3ZC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-11-720x1280.jpeg");
}
.cid-uHQhVDb3ZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQhVDb3ZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQhVDb3ZC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHQhVDb3ZC .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uHQhVDlUrz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-9-1280x720.jpg");
}
.cid-uHQhVDlUrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQhVDlUrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQhVDlUrz .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uHQhVDlUrz .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uHQhVDlUrz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHQhVDlUrz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHQhVDlUrz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQhVDlUrz .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHQhVDlUrz .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uHQhVDlUrz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHQhVDlUrz .card-title {
  color: #e6c63b;
}
.cid-uHQhVDlUrz .mbr-text,
.cid-uHQhVDlUrz .mbr-section-btn {
  color: #ffffff;
}
.cid-uHQhVDuLNc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-7-1040x780.jpg");
}
.cid-uHQhVDuLNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQhVDuLNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQhVDuLNc .mbr-section-title {
  color: #e6c63b;
}
.cid-uHQhVDC2RN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-5-1280x960.jpg");
}
.cid-uHQhVDC2RN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQhVDC2RN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQhVDC2RN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uHQhVDC2RN .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-uHQhVDC2RN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHQhVDC2RN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uHQhVDC2RN .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uHQhVDC2RN .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uHQhVDC2RN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHQhVDC2RN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uHQhVDC2RN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQhVDC2RN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uHQhVDC2RN .card-title {
  color: #e6c63b;
}
.cid-uHQhVDC2RN .card-subtitle {
  color: #ffffff;
}
.cid-uHQhVDC2RN .mbr-text,
.cid-uHQhVDC2RN .social-row {
  color: #ffffff;
}
.cid-uHQhVDWQWw {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHQhVDWQWw img,
.cid-uHQhVDWQWw .item-img {
  width: 100%;
}
.cid-uHQhVDWQWw .item:focus,
.cid-uHQhVDWQWw span:focus {
  outline: none;
}
.cid-uHQhVDWQWw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uHQhVDWQWw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uHQhVDWQWw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHQhVDWQWw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uHQhVDWQWw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHQhVDWQWw .mbr-section-title {
  color: #e6c63b;
}
.cid-uHQhVDWQWw .mbr-text,
.cid-uHQhVDWQWw .mbr-section-btn {
  text-align: left;
}
.cid-uHQhVDWQWw .item-title {
  text-align: center;
  color: #000000;
}
.cid-uHQhVDWQWw .item-subtitle {
  text-align: center;
}
.cid-uHQhVEksgP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHQhVEksgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQhVEksgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQhVEksgP .video-wrapper iframe {
  width: 100%;
}
.cid-uHQhVEksgP .mbr-section-title,
.cid-uHQhVEksgP .mbr-section-subtitle,
.cid-uHQhVEksgP .mbr-text {
  text-align: center;
}
.cid-uHQhVEwoaZ {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uHQhVEwoaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQhVEwoaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQhVEwoaZ .video-wrapper iframe {
  width: 100%;
}
.cid-uHQhVEwoaZ .mbr-section-title,
.cid-uHQhVEwoaZ .mbr-section-subtitle,
.cid-uHQhVEwoaZ .mbr-text {
  text-align: center;
}
.cid-uHQhVEGKra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-3-960x540.jpeg");
}
.cid-uHQhVEGKra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQhVEGKra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQhVEOSyy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHQhVEOSyy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHQhVEOSyy form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uHQhVEOSyy form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uHQhVEOSyy form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHQhVEOSyy .mbr-section-title {
  color: #e6c63b;
}
.cid-uHQhVEOSyy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHQhVEXJQw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uHQhVEXJQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQhVEXJQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQhVEXJQw .google-map {
  height: 30rem;
  position: relative;
}
.cid-uHQhVEXJQw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uHQhVEXJQw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uHQhVEXJQw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHQhVEXJQw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHQhVF935q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uHQhVF935q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQhVF935q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQhVF935q .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uHQhVFj6Vv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-9-1280x720.jpg");
}
.cid-uHQhVFj6Vv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQhVFj6Vv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQhVFj6Vv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHQhVFj6Vv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHQhVFj6Vv .row {
    text-align: center;
  }
  .cid-uHQhVFj6Vv .row > div {
    margin: auto;
  }
  .cid-uHQhVFj6Vv .social-row {
    justify-content: center;
  }
}
.cid-uHQhVFj6Vv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHQhVFj6Vv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHQhVFj6Vv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQhVFj6Vv .list {
    margin-bottom: 0rem;
  }
}
.cid-uHQhVFj6Vv .mbr-text {
  color: #bbbbbb;
}
.cid-uHQhVFj6Vv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHQhVFj6Vv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHQhVFj6Vv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHQikeCtGn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHQikeCtGn nav.navbar {
  position: fixed;
}
.cid-uHQikeCtGn .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-uHQikeCtGn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHQikeCtGn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHQikeCtGn .dropdown-item:hover,
.cid-uHQikeCtGn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHQikeCtGn .dropdown-item:hover span {
  color: white;
}
.cid-uHQikeCtGn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHQikeCtGn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHQikeCtGn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHQikeCtGn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHQikeCtGn .nav-link {
  position: relative;
}
.cid-uHQikeCtGn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHQikeCtGn .container {
    flex-wrap: wrap;
  }
}
.cid-uHQikeCtGn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHQikeCtGn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHQikeCtGn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHQikeCtGn .dropdown-menu,
.cid-uHQikeCtGn .navbar.opened {
  background: #000000 !important;
}
.cid-uHQikeCtGn .nav-item:focus,
.cid-uHQikeCtGn .nav-link:focus {
  outline: none;
}
.cid-uHQikeCtGn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHQikeCtGn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHQikeCtGn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHQikeCtGn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHQikeCtGn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHQikeCtGn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHQikeCtGn .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: #000000;
}
.cid-uHQikeCtGn .navbar.opened {
  transition: all 0.3s;
}
.cid-uHQikeCtGn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHQikeCtGn .navbar .navbar-logo img {
  width: auto;
}
.cid-uHQikeCtGn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHQikeCtGn .navbar.collapsed {
  justify-content: center;
}
.cid-uHQikeCtGn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHQikeCtGn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHQikeCtGn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHQikeCtGn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHQikeCtGn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHQikeCtGn .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-uHQikeCtGn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHQikeCtGn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHQikeCtGn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHQikeCtGn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHQikeCtGn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHQikeCtGn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHQikeCtGn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHQikeCtGn .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-uHQikeCtGn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHQikeCtGn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHQikeCtGn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHQikeCtGn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHQikeCtGn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHQikeCtGn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHQikeCtGn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHQikeCtGn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHQikeCtGn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHQikeCtGn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHQikeCtGn .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-uHQikeCtGn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHQikeCtGn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHQikeCtGn .dropdown-item.active,
.cid-uHQikeCtGn .dropdown-item:active {
  background-color: transparent;
}
.cid-uHQikeCtGn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHQikeCtGn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHQikeCtGn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHQikeCtGn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHQikeCtGn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHQikeCtGn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHQikeCtGn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHQikeCtGn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHQikeCtGn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHQikeCtGn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHQikeCtGn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHQikeCtGn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQikeCtGn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQikeCtGn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHQikeCtGn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQikeCtGn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHQikeCtGn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHQikeCtGn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQikeCtGn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHQikeCtGn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHQikeCtGn .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-uHQikeCtGn .navbar {
    height: 70px;
  }
  .cid-uHQikeCtGn .navbar.opened {
    height: auto;
  }
  .cid-uHQikeCtGn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHQikePxy0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-11-720x1280.jpeg");
}
.cid-uHQikePxy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQikePxy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQikePxy0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHQikePxy0 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uHQikeZi8j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-9-1280x720.jpg");
}
.cid-uHQikeZi8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQikeZi8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQikeZi8j .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uHQikeZi8j .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uHQikeZi8j .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHQikeZi8j .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHQikeZi8j .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQikeZi8j .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHQikeZi8j .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uHQikeZi8j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHQikeZi8j .card-title {
  color: #e6c63b;
}
.cid-uHQikeZi8j .mbr-text,
.cid-uHQikeZi8j .mbr-section-btn {
  color: #ffffff;
}
.cid-uHQikf8WjD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-7-1040x780.jpg");
}
.cid-uHQikf8WjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQikf8WjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQikf8WjD .mbr-section-title {
  color: #e6c63b;
}
.cid-uHQikfflMM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-5-1280x960.jpg");
}
.cid-uHQikfflMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQikfflMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQikfflMM .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uHQikfflMM .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-uHQikfflMM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHQikfflMM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uHQikfflMM .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uHQikfflMM .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uHQikfflMM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHQikfflMM .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uHQikfflMM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQikfflMM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uHQikfflMM .card-title {
  color: #e6c63b;
}
.cid-uHQikfflMM .card-subtitle {
  color: #ffffff;
}
.cid-uHQikfflMM .mbr-text,
.cid-uHQikfflMM .social-row {
  color: #ffffff;
}
.cid-uHQikfzoTi {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHQikfzoTi img,
.cid-uHQikfzoTi .item-img {
  width: 100%;
}
.cid-uHQikfzoTi .item:focus,
.cid-uHQikfzoTi span:focus {
  outline: none;
}
.cid-uHQikfzoTi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uHQikfzoTi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uHQikfzoTi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHQikfzoTi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uHQikfzoTi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHQikfzoTi .mbr-section-title {
  color: #e6c63b;
}
.cid-uHQikfzoTi .mbr-text,
.cid-uHQikfzoTi .mbr-section-btn {
  text-align: left;
}
.cid-uHQikfzoTi .item-title {
  text-align: center;
  color: #000000;
}
.cid-uHQikfzoTi .item-subtitle {
  text-align: center;
}
.cid-uHQikfVKvw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHQikfVKvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQikfVKvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQikfVKvw .video-wrapper iframe {
  width: 100%;
}
.cid-uHQikfVKvw .mbr-section-title,
.cid-uHQikfVKvw .mbr-section-subtitle,
.cid-uHQikfVKvw .mbr-text {
  text-align: center;
}
.cid-uHQikg7WsT {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uHQikg7WsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQikg7WsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQikg7WsT .video-wrapper iframe {
  width: 100%;
}
.cid-uHQikg7WsT .mbr-section-title,
.cid-uHQikg7WsT .mbr-section-subtitle,
.cid-uHQikg7WsT .mbr-text {
  text-align: center;
}
.cid-uHQikggW7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-3-960x540.jpeg");
}
.cid-uHQikggW7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQikggW7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQikgoHXK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHQikgoHXK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHQikgoHXK form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uHQikgoHXK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uHQikgoHXK form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHQikgoHXK .mbr-section-title {
  color: #e6c63b;
}
.cid-uHQikgoHXK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHQikgxizp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uHQikgxizp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQikgxizp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQikgxizp .google-map {
  height: 30rem;
  position: relative;
}
.cid-uHQikgxizp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uHQikgxizp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uHQikgxizp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHQikgxizp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHQikgJ51c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uHQikgJ51c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQikgJ51c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQikgJ51c .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uHQikgSHIN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carrocerias-maringa-galeria-9-1280x720.jpg");
}
.cid-uHQikgSHIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQikgSHIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQikgSHIN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHQikgSHIN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHQikgSHIN .row {
    text-align: center;
  }
  .cid-uHQikgSHIN .row > div {
    margin: auto;
  }
  .cid-uHQikgSHIN .social-row {
    justify-content: center;
  }
}
.cid-uHQikgSHIN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHQikgSHIN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHQikgSHIN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQikgSHIN .list {
    margin-bottom: 0rem;
  }
}
.cid-uHQikgSHIN .mbr-text {
  color: #bbbbbb;
}
.cid-uHQikgSHIN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHQikgSHIN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHQikgSHIN div > *:last-child {
    margin-top: 0 !important;
  }
}
