@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.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: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #e84700 !important;
}
.bg-success {
  background-color: #0b9940 !important;
}
.bg-info {
  background-color: #511a11 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #e1201d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e84700 !important;
  border-color: #e84700 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9c3000 !important;
  border-color: #9c3000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1270c9 !important;
  border-color: #1270c9 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0c4983 !important;
  border-color: #0c4983 !important;
}
.btn-info,
.btn-info:active {
  background-color: #511a11 !important;
  border-color: #511a11 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #120604 !important;
  border-color: #120604 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0b9940 !important;
  border-color: #0b9940 !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #065222 !important;
  border-color: #065222 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e84700;
  color: #e84700;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e84700;
  border-color: #e84700;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e84700 !important;
  border-color: #e84700 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1270c9;
  color: #1270c9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #1270c9;
  border-color: #1270c9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1270c9 !important;
  border-color: #1270c9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #511a11;
  color: #511a11;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #511a11;
  border-color: #511a11;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #511a11 !important;
  border-color: #511a11 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0b9940;
  color: #0b9940;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0b9940;
  border-color: #0b9940;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0b9940 !important;
  border-color: #0b9940 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e1201d;
  color: #e1201d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e84700 !important;
}
.text-secondary {
  color: #1270c9 !important;
}
.text-success {
  color: #0b9940 !important;
}
.text-info {
  color: #511a11 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #e1201d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff854f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #52a3ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1bef6a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a53523 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ed7877 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #511a11;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #e1201d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e84700;
  border-color: #e84700;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e84700;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffccb5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #33f07a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #df7968;
}
.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: #f9d2d1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e84700;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e84700;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e84700;
  border-bottom-color: #e84700;
}
.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: #e84700 !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: #1270c9 !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='%23e84700' %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-sA1uqT3G53 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-1600x1066.jpg");
}
.cid-sA1uqT3G53 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 300px;
  max-width: 100%;
  object-fit: scale-down;
  padding: 1rem;
  padding-bottom: 2rem;
}
.cid-sA1uqT3G53 .btn {
  border-radius: 0 !important;
  margin-top: 1rem !important;
}
.cid-sA1uqT3G53 .center-mobile {
  display: none;
}
@media (min-width: 700px) {
  .cid-sA1uqT3G53 .btn-tel {
    border-radius: 0 !important;
    margin-top: 1rem !important;
    display: none !important;
  }
}
@media (max-width: 700px) {
  .cid-sA1uqT3G53 .btn {
    font-size: 14px !important;
  }
  .cid-sA1uqT3G53 .titulo-h1 {
    font-size: 22px !important;
  }
}
.cid-sA1uqT3G53 .content-container .btn-bgr {
  z-index: 0;
}
.cid-sA1uqT3G53 .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-sA1uqT3G53 .box-item {
  width: 29%;
  padding: 2.5rem;
  margin: 1rem;
}
.cid-sA1uqT3G53 .box-item:first-child {
  background-color: #164187;
  margin-top: -200px;
}
.cid-sA1uqT3G53 .box-item:nth-child(2) {
  background-color: #164187;
}
.cid-sA1uqT3G53 .box-item:last-child {
  background-color: #164187;
}
.cid-sA1uqT3G53 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sA1uqT3G53 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sA1uqT3G53 .box-list li:last-child {
  border-bottom: none;
}
.cid-sA1uqT3G53 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sA1uqT3G53 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-sA1uqT3G53 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sA1uqT3G53 .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sA1uqT3G53 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-sA1uqT3G53 .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-sA1uqT3G53 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-sA1uqT3G53 .mbr-text,
.cid-sA1uqT3G53 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sA1uqT3G53 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sA1uqT3G53 .box-item-text {
  text-align: center;
}
.cid-sA1uqT3G53 .icon-block-top,
.cid-sA1uqT3G53 .box-item-title {
  text-align: center;
}
.cid-sA1uqT3G53 H5 {
  text-align: center;
}
.cid-sA1uqT3G53 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-t80xPhylcK {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t80xPhylcK .container {
    max-width: 1400px;
  }
}
.cid-t80xPhylcK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e84700;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t80xPhylcK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t80xPhylcK .mbr-text {
  font-size: 14px !important;
}
.cid-t80xPhylcK .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t80xPhylcK .main-title {
  text-align: center;
  color: #6f6f6f;
}
.cid-t80xPhylcK .card {
  transition: all 0.3s;
}
.cid-t80xPhylcK .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-t80xPhylcK .card .card-wrapper .img-wrapper {
  width: auto;
  height: 100px;
  margin-bottom: 10px;
}
.cid-t80xPhylcK .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-t80xPhylcK .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-t80xPhylcK .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-t80xPhylcK .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-t80xPhylcK .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-t80xPhylcK .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t80xPhylcK .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-t80xPhylcK .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-t80xPhylcK .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-t80xPhylcK .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-t80xPhylcK .btn[class*="-outline"]:active,
.cid-t80xPhylcK .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-t80xPhylcK .main-title DIV {
  text-align: left;
}
.cid-t80xPhylcK .card-title,
.cid-t80xPhylcK .card-box {
  color: #404040;
}
.cid-t80xPhylcK .main-text {
  color: #999999;
}
.cid-t80xPhylcK .mbr-text,
.cid-t80xPhylcK .link-wrap {
  color: #999999;
}
.cid-t80vhJSaAo {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t80vhJSaAo .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-t80vhJSaAo .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-t80vhJSaAo .list-img {
  width: 100px;
}
.cid-t80vhJSaAo .ico2 {
  color: #767676;
  font-size: 1.1rem;
}
.cid-t80vhJSaAo .btn {
  margin: 0px !important;
}
.cid-t80vhJSaAo .text-box {
  padding: 1rem;
}
.cid-t80vhJSaAo .text-box p {
  margin: 0;
}
.cid-t80vhJSaAo .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-t80vhJSaAo .ico-box p {
  margin: 0;
}
.cid-t80vhJSaAo .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t80vhJSaAo .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t80vhJSaAo .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-t80vhJSaAo .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-t80vhJSaAo .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-t80vhJSaAo .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-t80vhJSaAo .carousel-indicators li {
  display: inline-block;
}
.cid-t80vhJSaAo .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-t80vhJSaAo .carousel-indicators li.active {
  border: 0px;
}
.cid-t80vhJSaAo .li1,
.cid-t80vhJSaAo .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/picanha-fatiada-2000x3011.jpeg");
}
.cid-t80vhJSaAo .li2,
.cid-t80vhJSaAo .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/parmegiana-2000x1335.jpg");
}
.cid-t80vhJSaAo .li3,
.cid-t80vhJSaAo .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/costelinha-ao-barbecue-2000x1335.jpg");
}
.cid-t80vhJSaAo .li4,
.cid-t80vhJSaAo .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/filet-chopp-time-2000x1335.jpeg");
}
.cid-t80vhJSaAo .li5,
.cid-t80vhJSaAo .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/filet-prncipe-albert-2000x1335.jpeg");
}
.cid-t80vhJSaAo .li6,
.cid-t80vhJSaAo .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/filet-forestiere-1600x1200.jpeg");
}
@media (max-width: 992px) {
  .cid-t80vhJSaAo .card-title1 {
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  .cid-t80vhJSaAo .card-title2 {
    display: hidden !important;
  }
  .cid-t80vhJSaAo .wrap-img {
    text-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: auto;
    height: 200px !important;
  }
  .cid-t80vhJSaAo .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 100px;
  }
}
@media (max-width: 576px) {
  .cid-t80vhJSaAo .card-title1 {
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  .cid-t80vhJSaAo .card-title2 {
    margin-top: -1rem !important;
  }
  .cid-t80vhJSaAo .wrap-img {
    text-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: auto;
    height: 200px !important;
  }
  .cid-t80vhJSaAo .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 50px;
  }
}
.cid-t80vhJSaAo .card-title2 {
  color: #0b9940;
}
.cid-t80vhJSaAo .sq {
  color: #767676;
}
.cid-t80vhJSaAo .item {
  color: #767676;
}
.cid-t80vhJSaAo .card-title1 {
  text-align: left;
}
.cid-t7ANIaFh9G {
  padding-top: 75px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t7ANIaFh9G .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7ANIaFh9G .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7ANIaFh9G .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7ANIaFh9G .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7ANIaFh9G .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e84700;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7ANIaFh9G .icon-focus {
  display: none;
}
.cid-t7ANIaFh9G .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t7ANIaFh9G ul {
  font-size: 0;
}
.cid-t7ANIaFh9G .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t7ANIaFh9G .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t7ANIaFh9G .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #e84700, #1270c9);
}
.cid-t7ANIaFh9G .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t7ANIaFh9G .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t7ANIaFh9G .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t7ANIaFh9G .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t7ANIaFh9G .btn:hover {
  background: transparent !important;
}
.cid-t7ANIaFh9G .btn:hover:before {
  background: transparent !important;
}
.cid-t7ANIaFh9G .btn:before {
  background-color: transparent !important;
}
.cid-t7ANIaFh9G .btn:focus {
  box-shadow: none;
}
.cid-t7ANIaFh9G .mbr-section-title {
  position: relative;
  padding-bottom: 1rem !important;
  z-index: 1;
  color: #6f6f6f;
}
.cid-t7APMUDj3r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t7APMUDj3r .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 300px;
  max-width: 100%;
  object-fit: scale-down;
  padding: 1rem;
  padding-bottom: 4rem;
}
.cid-t7APMUDj3r .btn {
  border-radius: 0 !important;
  margin-top: 1rem !important;
}
.cid-t7APMUDj3r .center-mobile {
  display: none;
}
@media (min-width: 700px) {
  .cid-t7APMUDj3r .btn-tel {
    border-radius: 0 !important;
    margin-top: 1rem !important;
    display: none !important;
  }
}
@media (max-width: 700px) {
  .cid-t7APMUDj3r .btn {
    font-size: 14px !important;
  }
  .cid-t7APMUDj3r .top-house {
    font-size: 16px !important;
  }
  .cid-t7APMUDj3r .titulo-h1 {
    font-size: 26px !important;
  }
}
.cid-t7APMUDj3r .content-container .btn-bgr {
  z-index: 0;
}
.cid-t7APMUDj3r .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-t7APMUDj3r .box-item {
  width: 29%;
  padding: 2.5rem;
  margin: 1rem;
}
.cid-t7APMUDj3r .box-item:first-child {
  background-color: #164187;
  margin-top: -200px;
}
.cid-t7APMUDj3r .box-item:nth-child(2) {
  background-color: #164187;
}
.cid-t7APMUDj3r .box-item:last-child {
  background-color: #164187;
}
.cid-t7APMUDj3r .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-t7APMUDj3r .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-t7APMUDj3r .box-list li:last-child {
  border-bottom: none;
}
.cid-t7APMUDj3r .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-t7APMUDj3r .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-t7APMUDj3r .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t7APMUDj3r .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-t7APMUDj3r .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-t7APMUDj3r .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-t7APMUDj3r .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-t7APMUDj3r .mbr-text,
.cid-t7APMUDj3r .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-t7APMUDj3r H1 {
  color: #ffffff;
  text-align: center;
}
.cid-t7APMUDj3r .box-item-text {
  text-align: center;
}
.cid-t7APMUDj3r .icon-block-top,
.cid-t7APMUDj3r .box-item-title {
  text-align: center;
}
.cid-t7APMUDj3r H5 {
  text-align: center;
}
.cid-t7APMUDj3r H2 {
  text-align: center;
  color: #ffffff;
}
.cid-t7AN3pao3S {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/brazilian-feijoada-food-top-view-2000x1333.jpg");
}
.cid-t7AN3pao3S .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 300px;
  max-width: 100%;
  object-fit: scale-down;
  padding: 1rem;
  padding-bottom: 4rem;
}
.cid-t7AN3pao3S .btn {
  border-radius: 0 !important;
  margin-top: 10px !important;
}
.cid-t7AN3pao3S .center-mobile {
  display: none;
}
@media (min-width: 700px) {
  .cid-t7AN3pao3S .btn-tel {
    border-radius: 0 !important;
    margin-top: 1rem !important;
    display: none !important;
  }
}
@media (max-width: 700px) {
  .cid-t7AN3pao3S .btn {
    font-size: 14px !important;
  }
  .cid-t7AN3pao3S .top-house {
    font-size: 16px !important;
  }
  .cid-t7AN3pao3S .titulo-h1 {
    font-size: 26px !important;
  }
}
.cid-t7AN3pao3S .content-container .btn-bgr {
  z-index: 0;
}
.cid-t7AN3pao3S .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-t7AN3pao3S .box-item {
  width: 29%;
  padding: 2.5rem;
  margin: 1rem;
}
.cid-t7AN3pao3S .box-item:first-child {
  background-color: #164187;
  margin-top: -200px;
}
.cid-t7AN3pao3S .box-item:nth-child(2) {
  background-color: #164187;
}
.cid-t7AN3pao3S .box-item:last-child {
  background-color: #164187;
}
.cid-t7AN3pao3S .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-t7AN3pao3S .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-t7AN3pao3S .box-list li:last-child {
  border-bottom: none;
}
.cid-t7AN3pao3S .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-t7AN3pao3S .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-t7AN3pao3S .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t7AN3pao3S .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-t7AN3pao3S .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-t7AN3pao3S .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-t7AN3pao3S .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-t7AN3pao3S .mbr-text,
.cid-t7AN3pao3S .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-t7AN3pao3S H1 {
  color: #ffffff;
  text-align: center;
}
.cid-t7AN3pao3S .box-item-text {
  text-align: center;
}
.cid-t7AN3pao3S .icon-block-top,
.cid-t7AN3pao3S .box-item-title {
  text-align: center;
}
.cid-t7AN3pao3S H5 {
  text-align: center;
}
.cid-t7AN3pao3S H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sA1C7LNvec {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sA1C7LNvec .container {
    max-width: 1400px;
  }
}
.cid-sA1C7LNvec .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e84700;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sA1C7LNvec .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sA1C7LNvec .mbr-text {
  font-size: 14px !important;
}
.cid-sA1C7LNvec .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sA1C7LNvec .main-title {
  margin-bottom: 3rem;
  text-align: center;
  color: #6f6f6f;
}
.cid-sA1C7LNvec .card {
  transition: all 0.3s;
}
.cid-sA1C7LNvec .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sA1C7LNvec .card .card-wrapper .img-wrapper {
  width: auto;
  height: 100px;
  margin-bottom: 10px;
}
.cid-sA1C7LNvec .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-sA1C7LNvec .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-sA1C7LNvec .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-sA1C7LNvec .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-sA1C7LNvec .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-sA1C7LNvec .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sA1C7LNvec .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-sA1C7LNvec .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-sA1C7LNvec .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-sA1C7LNvec .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-sA1C7LNvec .btn[class*="-outline"]:active,
.cid-sA1C7LNvec .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sA1C7LNvec .main-title DIV {
  text-align: left;
}
.cid-sA1C7LNvec .card-title,
.cid-sA1C7LNvec .card-box {
  color: #404040;
}
.cid-sA1C7LNvec .main-text {
  color: #999999;
}
.cid-sA1C7LNvec .mbr-text,
.cid-sA1C7LNvec .link-wrap {
  color: #999999;
}
.cid-t7AJhAz5eu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t7AJhAz5eu .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 300px;
  max-width: 100%;
  object-fit: scale-down;
  padding: 1rem;
  padding-bottom: 4rem;
}
.cid-t7AJhAz5eu .btn {
  border-radius: 0 !important;
  margin-top: 1rem !important;
}
.cid-t7AJhAz5eu .center-mobile {
  display: none;
}
@media (min-width: 700px) {
  .cid-t7AJhAz5eu .btn-tel {
    border-radius: 0 !important;
    margin-top: 1rem !important;
    display: none !important;
  }
}
@media (max-width: 700px) {
  .cid-t7AJhAz5eu .btn {
    font-size: 14px !important;
  }
  .cid-t7AJhAz5eu .top-house {
    font-size: 16px !important;
  }
  .cid-t7AJhAz5eu .titulo-h1 {
    font-size: 26px !important;
  }
}
.cid-t7AJhAz5eu .content-container .btn-bgr {
  z-index: 0;
}
.cid-t7AJhAz5eu .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-t7AJhAz5eu .box-item {
  width: 29%;
  padding: 2.5rem;
  margin: 1rem;
}
.cid-t7AJhAz5eu .box-item:first-child {
  background-color: #164187;
  margin-top: -200px;
}
.cid-t7AJhAz5eu .box-item:nth-child(2) {
  background-color: #164187;
}
.cid-t7AJhAz5eu .box-item:last-child {
  background-color: #164187;
}
.cid-t7AJhAz5eu .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-t7AJhAz5eu .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-t7AJhAz5eu .box-list li:last-child {
  border-bottom: none;
}
.cid-t7AJhAz5eu .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-t7AJhAz5eu .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-t7AJhAz5eu .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t7AJhAz5eu .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-t7AJhAz5eu .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-t7AJhAz5eu .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-t7AJhAz5eu .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-t7AJhAz5eu .mbr-text,
.cid-t7AJhAz5eu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-t7AJhAz5eu H1 {
  color: #ffffff;
  text-align: center;
}
.cid-t7AJhAz5eu .box-item-text {
  text-align: center;
}
.cid-t7AJhAz5eu .icon-block-top,
.cid-t7AJhAz5eu .box-item-title {
  text-align: center;
}
.cid-t7AJhAz5eu H5 {
  text-align: center;
}
.cid-t7AJhAz5eu H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tg5N419j3y {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #eaeaea;
}
@media (min-width: 1500px) {
  .cid-tg5N419j3y .container {
    max-width: 1400px;
  }
}
.cid-tg5N419j3y .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e84700;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tg5N419j3y .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tg5N419j3y .mbr-text {
  font-size: 14px !important;
}
.cid-tg5N419j3y .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tg5N419j3y .main-title {
  text-align: center;
  color: #6f6f6f;
}
.cid-tg5N419j3y .card {
  transition: all 0.3s;
}
.cid-tg5N419j3y .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tg5N419j3y .card .card-wrapper .img-wrapper {
  width: auto;
  height: 100px;
  margin-bottom: 10px;
}
.cid-tg5N419j3y .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-tg5N419j3y .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-tg5N419j3y .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-tg5N419j3y .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-tg5N419j3y .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-tg5N419j3y .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tg5N419j3y .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-tg5N419j3y .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-tg5N419j3y .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-tg5N419j3y .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-tg5N419j3y .btn[class*="-outline"]:active,
.cid-tg5N419j3y .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tg5N419j3y .main-title DIV {
  text-align: left;
}
.cid-tg5N419j3y .card-title,
.cid-tg5N419j3y .card-box {
  color: #404040;
}
.cid-tg5N419j3y .main-text {
  color: #999999;
}
.cid-tg5N419j3y .mbr-text,
.cid-tg5N419j3y .link-wrap {
  color: #999999;
}
.cid-tg5M4f25qh {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #eaeaea;
}
.cid-tg5M4f25qh .box1 {
  background-image: url("../../../assets/images/depoimento-1206x684.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-tg5M4f25qh .box2 {
  background-image: url("../../../assets/images/03-1.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-tg5M4f25qh .icon-wrap {
  background-color: #e84700 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tg5M4f25qh .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tg5M4f25qh .icon-wrap span {
  padding-left: 8px;
}
.cid-tg5M4f25qh .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tg5M4f25qh .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tg5M4f25qh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tg5M4f25qh .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-tg5M4f25qh .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tg5M4f25qh a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tg5M4f25qh a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tg5M4f25qh {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .cid-tg5M4f25qh .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tg5M4f25qh {
    padding-top: 14px;
    padding-bottom: 35px;
  }
  .cid-tg5M4f25qh .box1,
  .cid-tg5M4f25qh .box2 {
    height: 250px;
  }
}
.cid-sAY99cdbWx {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/bg-conteudo-1-2000x740.png");
}
@media (max-width: 700px) {
  .cid-sAY99cdbWx .btn {
    font-size: 12px !important;
  }
}
.cid-sAY99cdbWx .btn {
  border-radius: 0 !important;
  margin-left: 0;
  margin-bottom: 2rem !important;
}
.cid-sAY99cdbWx img {
  width: 100%;
  object-fit: scale-down !important;
}
.cid-sAY99cdbWx .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e84700;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sAY99cdbWx .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sAY99cdbWx .main-title {
  color: #000000;
  padding-bottom: 2rem !important;
}
.cid-sAY99cdbWx .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sAY99cdbWx .mbr-text {
  color: #606060;
}
.cid-sAY99cdbWx .cards .card {
  margin-bottom: 12px;
}
.cid-sAY99cdbWx .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-sAY99cdbWx .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-sAY99cdbWx .card {
    text-align: left;
  }
  .cid-sAY99cdbWx .card .card-title {
    text-align: left;
  }
}
.cid-sAY99cdbWx .cards .card .mbr-text,
.cid-sAY99cdbWx .mbr-section-btn {
  color: #000000;
}
.cid-sAY99cdbWx .cards .card .card-title {
  color: #6f6f6f;
}
.cid-rVs6HuYwmv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rVs6HuYwmv .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rVs6HuYwmv p {
  color: #ffffff;
  font-size: 14px !important;
}
.cid-rYR0Tflm8C {
  background-color: #000000;
}
.cid-rYR0Tflm8C .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rYR0Tflm8C .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rYR0Tflm8C .mbr-section-title,
.cid-rYR0Tflm8C .icon-wrap,
.cid-rYR0Tflm8C .mbr-section-btn {
  text-align: center;
}
.cid-rYR0Tv3LaA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rYR0Tv3LaA .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYR0Tv3LaA p {
  color: #ffffff;
  font-size: 14px !important;
}
.cid-rYR4csvOfc {
  background-color: #000000;
}
.cid-rYR4csvOfc .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rYR4csvOfc .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rYR4csvOfc .mbr-section-title,
.cid-rYR4csvOfc .icon-wrap,
.cid-rYR4csvOfc .mbr-section-btn {
  text-align: center;
}
.cid-rYR4ctkcVm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rYR4ctkcVm .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYR4ctkcVm p {
  color: #ffffff;
  font-size: 14px !important;
}
.cid-sKw4yuLAzc {
  background-color: #000000;
}
.cid-sKw4yuLAzc .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sKw4yuLAzc .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sKw4yuLAzc .mbr-section-title,
.cid-sKw4yuLAzc .icon-wrap,
.cid-sKw4yuLAzc .mbr-section-btn {
  text-align: center;
}
.cid-sKw4yv5gSo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sKw4yv5gSo .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sKw4yv5gSo p {
  color: #ffffff;
  font-size: 14px !important;
}
