body,html {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: linear-gradient(-45deg, rgb(22, 22, 22), #bbbbbb, #fafafa);
  background-size: 300% 300%;

}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(-45deg, #de571f, #e67d50, #ebac91);
  background-size: 100% 100%;
  border-radius: 4px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

*::-webkit-scrollbar-thumb:hover { background: linear-gradient(-45deg, #ebac91, #e67d50, #de571f); }


/*HEAD*/
.cid-uE87RghPzB .mbr-overlay{
  opacity: 0.95 !important;
  background: linear-gradient(179deg, #ff996c, #c75f32) !important;
}


/*COLOCAR A ID NO BOTÃO DENTRO DO HTML*/
/*#botaoHead{
  background: linear-gradient(270deg, #00d26a, #0da459) !important;
  box-shadow: inset 0px 0px 5px 5px #cafde420, 0 37px 67px #b9ffdc60 !important;
}
.btn-primary{
  background: linear-gradient(270deg,#ff7f30, #de571f);
  box-shadow: inset 0px 0px 5px 5px #ffdccd20, 0 37px 67px #ffcbb5 !important;
}*/

.btn-success, #botaoHead{
  background: linear-gradient(270deg, #00d26a, #0da459) !important;
  box-shadow: inset 0px 0px 5px 5px #cafde420, 0 37px 67px #b9ffdc60 !important;
  border: 0;
  animation: heartbeat 5s infinite ease-in-out;
  padding: 15px 30px !important;
}



/*MOBILE*/
@media (max-width: 768px){
    .text-wrapper.text-center, .cid-uE87RghPzB .mbr-text {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      text-align: center !important;
  }
}



/*ANIMAÇÕES*/
@keyframes heartbeat {
  0% {
    transform: scale( 1 );
  } 50% {
    transform: scale( .95 );
  } 55% {
    transform: scale( .90 );
  } 60% {
    transform: scale( 1 );
  } 65% {
    transform: scale( .90 );
  } 70% {
    transform: scale( .95 );
  } 100% {
    transform: scale( 1 );
  }
}


.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.3125rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Poppins', 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: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #de571f !important;
}
.bg-success {
  background-color: #56a433 !important;
}
.bg-info {
  background-color: #fafafa !important;
}
.bg-warning {
  background-color: #cc3230 !important;
}
.bg-danger {
  background-color: #281310 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #de571f !important;
  border-color: #de571f !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: #923914 !important;
  border-color: #923914 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #923914 !important;
  border-color: #923914 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #161616 !important;
  border-color: #161616 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-success,
.btn-success:active {
  background-color: #56a433 !important;
  border-color: #56a433 !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: #33621e !important;
  border-color: #33621e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33621e !important;
  border-color: #33621e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc3230 !important;
  border-color: #cc3230 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #86211f !important;
  border-color: #86211f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #86211f !important;
  border-color: #86211f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #281310 !important;
  border-color: #281310 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #de571f;
  color: #de571f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #923914 !important;
  background-color: transparent!important;
  border-color: #923914 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #de571f !important;
  border-color: #de571f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #161616;
  color: #161616;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #56a433;
  color: #56a433;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #33621e !important;
  background-color: transparent!important;
  border-color: #33621e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #56a433 !important;
  border-color: #56a433 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc3230;
  color: #cc3230;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #86211f !important;
  background-color: transparent!important;
  border-color: #86211f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc3230 !important;
  border-color: #cc3230 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #281310;
  color: #281310;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #281310 !important;
  border-color: #281310 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #de571f !important;
}
.text-secondary {
  color: #161616 !important;
}
.text-success {
  color: #56a433 !important;
}
.text-info {
  color: #fafafa !important;
}
.text-warning {
  color: #cc3230 !important;
}
.text-danger {
  color: #281310 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #843413 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2d561b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c7c7c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #791e1d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #de571f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fafafa;
}
.alert-warning {
  background-color: #cc3230;
}
.alert-danger {
  background-color: #281310;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #de571f;
  border-color: #de571f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #de571f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9dcd0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9bd77f;
}
.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: #f5d4d3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e3bfba;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.3125rem;
}
.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: #de571f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.3125rem;
}
blockquote {
  border-color: #de571f;
}
/* 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: #de571f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #de571f;
}
.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: #de571f;
  border-bottom-color: #de571f;
}
.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: #de571f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #161616 !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='%23de571f' %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-uE87RghPzB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo-toranja-orangeup-capsula-de-emagrecimento.webp");
}
.cid-uE87RghPzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE87RghPzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE87RghPzB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uE87RghPzB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uE87RghPzB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uE87RghPzB .mbr-section-title {
  text-align: right;
  color: #fafafa;
}
.cid-uE87RghPzB .mbr-text,
.cid-uE87RghPzB .mbr-section-btn {
  text-align: right;
  color: #fafafa;
}
.cid-uE8bWKUZMT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-uE8bWKUZMT img,
.cid-uE8bWKUZMT .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uE8bWKUZMT .item:focus,
.cid-uE8bWKUZMT span:focus {
  outline: none;
}
.cid-uE8bWKUZMT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uE8bWKUZMT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f5f5f5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uE8bWKUZMT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uE8bWKUZMT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uE8bWKUZMT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uE8bWKUZMT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uE8bWKUZMT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uE8bWKUZMT .mbr-section-title {
  color: #232323;
}
.cid-uE8bWKUZMT .mbr-text,
.cid-uE8bWKUZMT .mbr-section-btn {
  text-align: left;
}
.cid-uE8bWKUZMT .item-title {
  text-align: left;
}
.cid-uE8bWKUZMT .item-subtitle {
  text-align: left;
}
.cid-uE8g7MyoEd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1630.webp");
}
.cid-uE8g7MyoEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE8g7MyoEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE8g7MyoEd .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-uE8g7MyoEd .item .icon-wrap {
  text-align: center;
}
.cid-uE8g7MyoEd .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 30px;
  left: 50%;
  top: 97%;
  color: #de571f;
  transform: translate(-50%, 0);
}
.cid-uE8g7MyoEd .item:last-child:before {
  display: none;
}
.cid-uE8g7MyoEd .item.last::before {
  display: none;
}
.cid-uE8g7MyoEd .icon-box {
  background: #de571f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-uE8g7MyoEd .text-box {
  text-align: center;
}
.cid-uE8g7MyoEd span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-uE8g7MyoEd .card {
    margin-bottom: 2rem;
  }
  .cid-uE8g7MyoEd .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uEB0KvAQFp {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/fundo-toranja-orangeup-capsula-de-emagrecimento.webp");
}
.cid-uEB0KvAQFp .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-uEB0KvAQFp img,
.cid-uEB0KvAQFp .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uEB0KvAQFp .item:focus,
.cid-uEB0KvAQFp span:focus {
  outline: none;
}
.cid-uEB0KvAQFp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uEB0KvAQFp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f5f5f5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uEB0KvAQFp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uEB0KvAQFp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEB0KvAQFp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uEB0KvAQFp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uEB0KvAQFp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uEB0KvAQFp .mbr-section-title {
  color: #232323;
}
.cid-uEB0KvAQFp .mbr-text,
.cid-uEB0KvAQFp .mbr-section-btn {
  text-align: center;
  color: #00d26a;
}
.cid-uEB0KvAQFp .item-title {
  text-align: center;
}
.cid-uEB0KvAQFp .item-subtitle {
  text-align: center;
}
.cid-uEB0KvAQFp .item-subtitle DIV {
  text-align: center;
}
.cid-uMjAq0clsR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #de571f;
}
.cid-uMjAq0clsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjAq0clsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjAq0clsR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMjAq0clsR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMjAq0clsR .row {
    text-align: center;
  }
  .cid-uMjAq0clsR .row > div {
    margin: auto;
  }
  .cid-uMjAq0clsR .social-row {
    justify-content: center;
  }
}
.cid-uMjAq0clsR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMjAq0clsR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uMjAq0clsR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMjAq0clsR .list {
    margin-bottom: 0rem;
  }
}
.cid-uMjAq0clsR .mbr-text {
  color: #dddddd;
}
.cid-uMjAq0clsR .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-uMjAq0clsR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMjAq0clsR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMjCWsumIp {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #c14d1c;
}
.cid-uMjCWsumIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjCWsumIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjCWsumIp .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uMjCWsumIp .mbr-section-title {
  color: #fafafa;
}
