@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);



body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'Lovestory SERIF';
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Bayshore';
  font-size: 4.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((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: #4e222a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #4e222a !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #cea26c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4e222a !important;
  border-color: #4e222a !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: #2a1317 !important;
  border-color: #2a1317 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a1317 !important;
  border-color: #2a1317 !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: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4e222a !important;
  border-color: #4e222a !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: #2a1317 !important;
  border-color: #2a1317 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2a1317 !important;
  border-color: #2a1317 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #338d99 !important;
  border-color: #338d99 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !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: #2e2500 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cea26c !important;
  border-color: #cea26c !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: #c18a46 !important;
  border-color: #c18a46 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c18a46 !important;
  border-color: #c18a46 !important;
}
.btn-white {
  color: #333333 !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: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !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: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover: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-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4e222a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2a1317 !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: #4e222a !important;
  border-color: #4e222a !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: #ff3333 !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: #4e222a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2a1317 !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: #4e222a !important;
  border-color: #4e222a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #338d99 !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: #40b0bf !important;
  border-color: #40b0bf !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: #ffd72e !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: #cea26c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c18a46 !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: #cea26c !important;
  border-color: #cea26c !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #4e222a !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #4e222a !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #cea26c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2a1317 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff3333 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #338d99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2a1317 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffd72e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c18a46 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.nav-tabs .nav-link.active {
  color: #4e222a;
}
.nav-tabs .nav-link:not(.active) {
  color: #333333;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4e222a;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #cea26c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4e222a;
  border-color: #4e222a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4e222a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cc8a96;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cc8a96;
}
.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 a {
  border-radius: 100px;
}
.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.76rem;
}
.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: #4e222a !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.76rem;
}
blockquote {
  border-color: #4e222a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4e222a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4e222a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #777d74;
  border-bottom-color: #777d74;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4e222a;
  border-bottom-color: #4e222a;
}
.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: #4e222a !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='%234e222a' %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-ss1HyDGQKO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bebronze-bronzeamento-1900x1267.jpg");
}
.cid-ss1HyDGQKO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ss1HyDGQKO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ss1HyDGQKO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ss1HyDGQKO .mbr-section-title {
  text-align: right;
  color: #4e222a;
}
.cid-ss1HyDGQKO .mbr-text,
.cid-ss1HyDGQKO .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-ss1HPOHFPG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ss1HPOHFPG .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ss1HPOHFPG .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ss1HPOHFPG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ss1HPOHFPG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ss1HPOHFPG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ss1HPOHFPG .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ss1HPOHFPG .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sunoM2r1VH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/belcost-video-1900x1200.jpg");
}
.cid-sunoM2r1VH .video-wrapper {
  width: 100%;
}
.cid-sunoM2r1VH .mbr-section-title,
.cid-sunoM2r1VH .mbr-section-subtitle,
.cid-sunoM2r1VH .mbr-text {
  text-align: center;
}
.cid-su76dYj47Q {
  background-image: url("../../../assets/images/belcost-video-1900x1200.jpg");
}
.cid-su76dYj47Q .icon-wrapper {
  margin: auto;
  background-color: #4e222a;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-su76dYj47Q .icon-wrapper span {
  margin-left: 10px;
}
.cid-su76dYj47Q .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-su76dYj47Q .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-su76dYj47Q .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-su76dYj47Q .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-su76dYj47Q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-su7ktw8uQ5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f1d6d3;
}
.cid-su7ktw8uQ5 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-su7ktw8uQ5 .container {
    max-width: 1400px;
  }
}
.cid-su7ktw8uQ5 .card {
  margin: auto;
}
.cid-su7ktw8uQ5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4e222a;
  margin-bottom: 2rem;
}
.cid-su7ktw8uQ5 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-su7ktw8uQ5 .row {
  justify-content: center;
}
.cid-su7ktw8uQ5 H3 {
  color: #4e222a;
}
.cid-su7ktw8uQ5 .card-title,
.cid-su7ktw8uQ5 .card-box {
  color: #4e222a;
}
.cid-su7nPWJmKd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f1d6d3;
}
.cid-su7nPWJmKd .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-su7nPWJmKd .container {
    max-width: 1400px;
  }
}
.cid-su7nPWJmKd .card {
  margin: auto;
}
.cid-su7nPWJmKd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4e222a;
  margin-bottom: 2rem;
}
.cid-su7nPWJmKd .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-su7nPWJmKd .row {
  justify-content: center;
}
.cid-su7nPWJmKd H3 {
  color: #4e222a;
}
.cid-su7nPWJmKd .card-title,
.cid-su7nPWJmKd .card-box {
  color: #4e222a;
}
.cid-sunoZy7afO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1d6d3;
}
.cid-sunoZy7afO .item:focus,
.cid-sunoZy7afO span:focus {
  outline: none;
}
.cid-sunoZy7afO .item {
  cursor: pointer;
}
.cid-sunoZy7afO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f1d6d3;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sunoZy7afO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sunoZy7afO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-suntZZVTPx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-suntZZVTPx .video-wrapper {
  width: 100%;
}
.cid-suntZZVTPx .mbr-section-title,
.cid-suntZZVTPx .mbr-section-subtitle,
.cid-suntZZVTPx .mbr-text {
  text-align: center;
}
.cid-sunvb2U8v6 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sunvb2U8v6 .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sunvb2U8v6 .mbr-section-title,
.cid-sunvb2U8v6 .mbr-section-subtitle {
  text-align: center;
}
.cid-sunvb2U8v6 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sunvb2U8v6 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sunvb2U8v6 .d-flex {
    flex-wrap: wrap;
  }
  .cid-sunvb2U8v6 .card-box {
    padding: 1rem;
  }
  .cid-sunvb2U8v6 .w-33,
  .cid-sunvb2U8v6 .w-66 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sunvb2U8v6 .w-33 {
    width: 33.33%;
  }
  .cid-sunvb2U8v6 .w-66 {
    width: 66.33%;
  }
  .cid-sunvb2U8v6 .card-box {
    padding: 2rem;
  }
  .cid-sunvb2U8v6 .image-wrapper,
  .cid-sunvb2U8v6 img {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .cid-sunvb2U8v6 .card-box {
    padding-left: 4rem;
  }
}
.cid-sNPd5zaXxo {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sNPd5zaXxo .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sNPd5zaXxo .mbr-section-title,
.cid-sNPd5zaXxo .mbr-section-subtitle {
  text-align: center;
}
.cid-sNPd5zaXxo .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sNPd5zaXxo .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sNPd5zaXxo .d-flex {
    flex-wrap: wrap;
  }
  .cid-sNPd5zaXxo .card-box {
    padding: 1rem;
  }
  .cid-sNPd5zaXxo .w-33,
  .cid-sNPd5zaXxo .w-66 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sNPd5zaXxo .w-33 {
    width: 33.33%;
  }
  .cid-sNPd5zaXxo .w-66 {
    width: 66.33%;
  }
  .cid-sNPd5zaXxo .card-box {
    padding: 2rem;
  }
  .cid-sNPd5zaXxo .image-wrapper,
  .cid-sNPd5zaXxo img {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .cid-sNPd5zaXxo .card-box {
    padding-left: 4rem;
  }
}
.cid-sNPdivabC3 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sNPdivabC3 .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sNPdivabC3 .mbr-section-title,
.cid-sNPdivabC3 .mbr-section-subtitle {
  text-align: center;
}
.cid-sNPdivabC3 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sNPdivabC3 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sNPdivabC3 .d-flex {
    flex-wrap: wrap;
  }
  .cid-sNPdivabC3 .card-box {
    padding: 1rem;
  }
  .cid-sNPdivabC3 .w-33,
  .cid-sNPdivabC3 .w-66 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sNPdivabC3 .w-33 {
    width: 33.33%;
  }
  .cid-sNPdivabC3 .w-66 {
    width: 66.33%;
  }
  .cid-sNPdivabC3 .card-box {
    padding: 2rem;
  }
  .cid-sNPdivabC3 .image-wrapper,
  .cid-sNPdivabC3 img {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .cid-sNPdivabC3 .card-box {
    padding-left: 4rem;
  }
}
.cid-sNPdsDcDcY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sNPdsDcDcY .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sNPdsDcDcY .mbr-section-title,
.cid-sNPdsDcDcY .mbr-section-subtitle {
  text-align: center;
}
.cid-sNPdsDcDcY .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sNPdsDcDcY .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sNPdsDcDcY .d-flex {
    flex-wrap: wrap;
  }
  .cid-sNPdsDcDcY .card-box {
    padding: 1rem;
  }
  .cid-sNPdsDcDcY .w-33,
  .cid-sNPdsDcDcY .w-66 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sNPdsDcDcY .w-33 {
    width: 33.33%;
  }
  .cid-sNPdsDcDcY .w-66 {
    width: 66.33%;
  }
  .cid-sNPdsDcDcY .card-box {
    padding: 2rem;
  }
  .cid-sNPdsDcDcY .image-wrapper,
  .cid-sNPdsDcDcY img {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .cid-sNPdsDcDcY .card-box {
    padding-left: 4rem;
  }
}
.cid-sunCRvB49a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0b1aa;
}
.cid-sunCRvB49a .mbr-section-title {
  color: #ffffff;
}
.cid-sunCwsUcYd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo-produtos-1600x1067.jpg");
}
@media (max-width: 767px) {
  .cid-sunCwsUcYd .card-box {
    padding: 1rem;
  }
  .cid-sunCwsUcYd .w-33 {
    width: 100%;
  }
  .cid-sunCwsUcYd .w-66 {
    width: 100%;
  }
  .cid-sunCwsUcYd .d-flex {
    flex-wrap: wrap;
  }
  .cid-sunCwsUcYd .mbr-section-btn,
  .cid-sunCwsUcYd .price {
    text-align: center;
  }
  .cid-sunCwsUcYd .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sunCwsUcYd .card-box {
    padding: 2rem;
  }
  .cid-sunCwsUcYd .w-33 {
    width: 33.33%;
  }
  .cid-sunCwsUcYd .w-66 {
    width: 66.66%;
  }
}
@media (min-width: 992px) {
  .cid-sunCwsUcYd .card-box {
    padding-left: 4rem;
  }
}
.cid-sunCwsUcYd .card-box {
  background-color: transparent;
}
.cid-sunCwsUcYd .image-wrapper,
.cid-sunCwsUcYd img {
  height: 100%;
  object-fit: cover;
}
.cid-sunCwsUcYd .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sunH0ai01s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo-produtos-1600x1067.jpg");
}
@media (max-width: 767px) {
  .cid-sunH0ai01s .card-box {
    padding: 1rem;
  }
  .cid-sunH0ai01s .w-33 {
    width: 100%;
  }
  .cid-sunH0ai01s .w-66 {
    width: 100%;
  }
  .cid-sunH0ai01s .d-flex {
    flex-wrap: wrap;
  }
  .cid-sunH0ai01s .mbr-section-btn,
  .cid-sunH0ai01s .price {
    text-align: center;
  }
  .cid-sunH0ai01s .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sunH0ai01s .card-box {
    padding: 2rem;
  }
  .cid-sunH0ai01s .w-33 {
    width: 33.33%;
  }
  .cid-sunH0ai01s .w-66 {
    width: 66.66%;
  }
}
@media (min-width: 992px) {
  .cid-sunH0ai01s .card-box {
    padding-left: 4rem;
  }
}
.cid-sunH0ai01s .card-box {
  background-color: transparent;
}
.cid-sunH0ai01s .image-wrapper,
.cid-sunH0ai01s img {
  height: 100%;
  object-fit: cover;
}
.cid-sunH0ai01s .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sunLIVBVly {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sunM0wwImx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sunM0wwImx .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sunM0wwImx .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sunM0wwImx .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-sunM0wwImx .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f0b1aa;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sunM0wwImx .mbr-text {
  color: #000000;
}
.cid-sunNOz3bQa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f0b1aa;
}
.cid-sunNOz3bQa .mbr-section-title {
  color: #ffffff;
}
.cid-sunQYbzPkX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-sunQYbzPkX .card-box {
    padding: 1rem;
  }
  .cid-sunQYbzPkX .w-33 {
    width: 100%;
  }
  .cid-sunQYbzPkX .w-66 {
    width: 100%;
  }
  .cid-sunQYbzPkX .d-flex {
    flex-wrap: wrap;
  }
  .cid-sunQYbzPkX .mbr-section-btn,
  .cid-sunQYbzPkX .price {
    text-align: center;
  }
  .cid-sunQYbzPkX .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sunQYbzPkX .card-box {
    padding: 2rem;
  }
  .cid-sunQYbzPkX .w-33 {
    width: 33.33%;
  }
  .cid-sunQYbzPkX .w-66 {
    width: 66.66%;
  }
}
@media (min-width: 992px) {
  .cid-sunQYbzPkX .card-box {
    padding-left: 4rem;
  }
}
.cid-sunQYbzPkX .card-box {
  background-color: transparent;
}
.cid-sunQYbzPkX .image-wrapper,
.cid-sunQYbzPkX img {
  height: 100%;
  object-fit: cover;
}
.cid-sunQYbzPkX .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sunUeHlPYc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-sunUeHlPYc .card-box {
    padding: 1rem;
  }
  .cid-sunUeHlPYc .w-33 {
    width: 100%;
  }
  .cid-sunUeHlPYc .w-66 {
    width: 100%;
  }
  .cid-sunUeHlPYc .d-flex {
    flex-wrap: wrap;
  }
  .cid-sunUeHlPYc .mbr-section-btn,
  .cid-sunUeHlPYc .price {
    text-align: center;
  }
  .cid-sunUeHlPYc .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sunUeHlPYc .card-box {
    padding: 2rem;
  }
  .cid-sunUeHlPYc .w-33 {
    width: 33.33%;
  }
  .cid-sunUeHlPYc .w-66 {
    width: 66.66%;
  }
}
@media (min-width: 992px) {
  .cid-sunUeHlPYc .card-box {
    padding-left: 4rem;
  }
}
.cid-sunUeHlPYc .card-box {
  background-color: transparent;
}
.cid-sunUeHlPYc .image-wrapper,
.cid-sunUeHlPYc img {
  height: 100%;
  object-fit: cover;
}
.cid-sunUeHlPYc .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sunWDu4pGt {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bebronze-seguranca-1900x1266.jpg");
}
.cid-sunWDu4pGt .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sunWDu4pGt .mbr-text,
.cid-sunWDu4pGt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sunWDu4pGt .mbr-section-title,
  .cid-sunWDu4pGt .mbr-section-btn,
  .cid-sunWDu4pGt .mbr-text {
    text-align: center;
  }
}
.cid-sunYvAV15y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #333333;
}
.cid-sunYvAV15y .mbr-text,
.cid-sunYvAV15y .mbr-section-btn {
  color: #333333;
}
.cid-sunYvAV15y .card-title,
.cid-sunYvAV15y .card-box {
  color: #ffffff;
}
.cid-sunYvAV15y .mbr-text,
.cid-sunYvAV15y .link-wrap {
  color: #ffffff;
}
.cid-ss1Ie7DKhD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0b1aa;
}
.cid-ss1Ie7DKhD .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4e222a;
  margin-bottom: 2rem;
}
.cid-ss1Ie7DKhD .card-wrapper {
  padding: 3rem;
  background: #f1d6d3;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-ss1Ie7DKhD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ss1Ie7DKhD .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ss1Ie7DKhD .card-title {
  color: #4e222a;
}
.cid-ss1Ie7DKhD .link {
  color: #4e222a;
}
.cid-ss1Ie7DKhD .mbr-section-title {
  color: #4e222a;
}
.cid-ss1Ie7DKhD .mbr-section-subtitle {
  color: #4e222a;
}
.cid-ss1Ij2AmFT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1d6d3;
}
.cid-ss1Ij2AmFT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ss1Ij2AmFT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ss1Ij2AmFT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ss1Ij2AmFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ss1Ij2AmFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ss1Ij2AmFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ss1Ij2AmFT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ss1Ij2AmFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ss1Ij2AmFT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ss1Ij2AmFT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ss1Ij2AmFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ss1Ij2AmFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ss1Ij2AmFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ss1Ij2AmFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ss1Ij2AmFT foot-menu-item {
  text-align: right;
}
.cid-ss1Ij2AmFT .media-container-row .mbr-text {
  color: #4e222a;
}
