body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 768px) {
  .display-1 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #199bfc !important;
}
.bg-success {
  background-color: #655495 !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #199bfc;
  border-color: #199bfc;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-primary:hover {
  background-color: #0381df !important;
  border-color: #0381df !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #341d74;
  border-color: #341d74;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #655495 !important;
  border-color: #655495 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #655495;
  border-color: #655495;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-success:hover {
  background-color: #4f4274 !important;
  border-color: #4f4274 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #199bfc;
  color: #199bfc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #199bfc !important;
  border-color: #199bfc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #341d74;
  color: #341d74;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #341d74 !important;
  border-color: #341d74;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary-outline:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #655495;
  color: #655495;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #655495 !important;
  border-color: #655495;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #199bfc !important;
}
.text-secondary {
  color: #341d74 !important;
}
.text-success {
  color: #655495 !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0264ad !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f0922 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #392f54 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #199bfc !important;
}
.alert-success {
  background-color: #655495;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #199bfc;
  border-color: #199bfc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #199bfc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2f3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aa9fc9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #199bfc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #199bfc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #199bfc;
  border-bottom-color: #199bfc;
}
.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: #000000 !important;
  background-color: #199bfc !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: #341d74 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-vm54QYowSM {
  padding-bottom: 2rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/bkg-semeador-1672x941.jpg");
  position: relative;
}
.cid-vm54QYowSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm54QYowSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm54QYowSM::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border: 8px solid #0f0e0e;
  background-image: linear-gradient(45deg, #0f0e0e -15%, transparent 50%, #0f0e0e 115%);
}
.cid-vm54QYowSM .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vm54QYowSM .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 15%;
  margin-bottom: 24px;
  position: relative;
  padding: 16px;
}
@media (max-width: 1840px) {
  .cid-vm54QYowSM .desc-wrapper .desc-wrap {
    width: 20%;
  }
}
@media (max-width: 1640px) {
  .cid-vm54QYowSM .desc-wrapper .desc-wrap {
    width: 30%;
  }
}
@media (max-width: 1440px) {
  .cid-vm54QYowSM .desc-wrapper .desc-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vm54QYowSM .desc-wrapper .desc-wrap {
    width: auto;
  }
}
.cid-vm54QYowSM .desc-wrapper .desc-wrap .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-vm54QYowSM .desc-wrapper .desc-wrap .corner_1 {
  top: 0;
  left: 0;
  border-top: 2px solid #ffedd6;
  border-left: 2px solid #ffedd6;
}
.cid-vm54QYowSM .desc-wrapper .desc-wrap .corner_2 {
  bottom: 0;
  right: 0;
  border-right: 2px solid #ffedd6;
  border-bottom: 2px solid #ffedd6;
}
.cid-vm54QYowSM .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vm54QYowSM .title-wrapper {
  position: relative;
  z-index: 3;
}
.cid-vm54QYowSM .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vm54QYowSM .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vm54QYowSM .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vm54QYowSM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm54QYowSM .title-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-vm54QYowSM .mbr-label {
  position: relative;
  z-index: 2;
  font-size: 270px;
  line-height: 1;
  margin-bottom: 2px;
  color: #ef9118;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vm54QYowSM .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vm54QYowSM .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vm54QYowSM .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vm54QYowSM .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vm54QYowSM .mbr-label {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-vm54QYowSM .mbr-label {
    font-size: 50px;
  }
}
.cid-vm54QYowSM .mbr-section-title {
  color: #ffedd6;
}
.cid-vm54QYowSM .mbr-text,
.cid-vm54QYowSM .text-wrapper {
  color: #ffedd6;
  text-align: right;
}
.cid-vm54QYowSM .mbr-desc {
  color: #ffedd6;
}
.cid-vm54QYowSM .mbr-section-title,
.cid-vm54QYowSM .mbr-section-btn {
  text-align: right;
}
.cid-vm54QYowSM .mbr-desc,
.cid-vm54QYowSM .desc-wrapper {
  color: #ecde13;
}
.cid-vmg9wlpUlf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #80c7fe;
}
.cid-vmg9wlpUlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmg9wlpUlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmg9wlpUlf .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-vmg9wlpUlf .currentcost {
  color: #232323;
}
.cid-vmg9wlpUlf .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-vmg9wlpUlf .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vmg9wlpUlf .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vmg9wlpUlf .text-box {
    padding: 1rem;
  }
}
.cid-vmg9wlpUlf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vmftHFwq9J {
  display: flex;
  background-image: url("../../../assets/images/fundo-sideral-1536x1024.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-vmftHFwq9J .mbr-overlay {
  background-color: #080c1c;
  opacity: 0.4;
}
.cid-vmftHFwq9J .content-wrap {
  padding: 5rem 1rem;
  max-width: 620px;
}
.cid-vmftHFwq9J .evento-form {
  background: rgba(8, 12, 28, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 28px;
  border-radius: 8px;
  backdrop-filter: blur(8px);
}
.cid-vmftHFwq9J .evento-form .form-group {
  margin-bottom: 14px;
}
.cid-vmftHFwq9J .evento-form input.form-control,
.cid-vmftHFwq9J .evento-form textarea.form-control,
.cid-vmftHFwq9J .evento-form select.form-control {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 16px;
  color: #111111 !important;
  background-color: #ffffff !important;
  -webkit-text-fill-color: #111111 !important;
  caret-color: #111111 !important;
  box-shadow: none;
}
.cid-vmftHFwq9J .evento-form input.form-control:focus,
.cid-vmftHFwq9J .evento-form textarea.form-control:focus,
.cid-vmftHFwq9J .evento-form select.form-control:focus {
  color: #111111 !important;
  background-color: #ffffff !important;
  -webkit-text-fill-color: #111111 !important;
  caret-color: #111111 !important;
  outline: none;
  box-shadow: 0 0 0 2px rgba(80, 180, 255, 0.35);
}
.cid-vmftHFwq9J .evento-form input.form-control::placeholder,
.cid-vmftHFwq9J .evento-form textarea.form-control::placeholder {
  color: #777777 !important;
  -webkit-text-fill-color: #777777 !important;
  opacity: 1;
}
.cid-vmftHFwq9J .evento-form input.form-control:-webkit-autofill,
.cid-vmftHFwq9J .evento-form input.form-control:-webkit-autofill:hover,
.cid-vmftHFwq9J .evento-form input.form-control:-webkit-autofill:focus,
.cid-vmftHFwq9J .evento-form input.form-control:-webkit-autofill:active {
  -webkit-text-fill-color: #111111 !important;
  caret-color: #111111 !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  transition: background-color 9999s ease-in-out 0s;
}
.cid-vmftHFwq9J .evento-opcoes {
  color: #ffffff;
  margin: 18px 0 22px;
}
.cid-vmftHFwq9J .evento-opcoes label {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-vmftHFwq9J .evento-opcoes input {
  margin-right: 8px;
}
.cid-vmftHFwq9J .evento-form .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vmftHFwq9J {
    align-items: flex-end;
  }
  .cid-vmftHFwq9J .row {
    justify-content: flex-start;
  }
  .cid-vmftHFwq9J .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vmftHFwq9J .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vmftHFwq9J {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vmftHFwq9J .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vmftHFwq9J .content-wrap {
    width: 100%;
  }
  .cid-vmftHFwq9J .evento-form {
    padding: 22px;
  }
}
.cid-vmftHFwq9J .evento-input,
.cid-vmftHFwq9J .evento-input:focus,
.cid-vmftHFwq9J .evento-input:active,
.cid-vmftHFwq9J .evento-input:valid,
.cid-vmftHFwq9J .evento-input:invalid {
  color: #111111 !important;
  background-color: #ffffff !important;
  -webkit-text-fill-color: #111111 !important;
  caret-color: #111111 !important;
  opacity: 1 !important;
}
.cid-vmftHFwq9J .evento-input::placeholder {
  color: #777777 !important;
  -webkit-text-fill-color: #777777 !important;
  opacity: 1 !important;
}
.cid-vmftHFwq9J .evento-input:-webkit-autofill,
.cid-vmftHFwq9J .evento-input:-webkit-autofill:hover,
.cid-vmftHFwq9J .evento-input:-webkit-autofill:focus,
.cid-vmftHFwq9J .evento-input:-webkit-autofill:active {
  -webkit-text-fill-color: #111111 !important;
  caret-color: #111111 !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
}
.cid-soVQY2lRaA {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-soVQY2lRaA {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.cid-soVQY2lRaA .text {
  padding: 0;
}
.cid-soVQY2lRaA section {
  position: relative;
}
.cid-soVQY2lRaA h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-soVQY2lRaA .mbr-iconfont {
  padding: 0!important;
}
.cid-soVQY2lRaA .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #283742;
}
.cid-soVQY2lRaA .box {
  background-image: url("../../../assets/images/mbr-1920x1256.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soVQY2lRaA .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-soVQY2lRaA .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-soVQY2lRaA .icon-wrap span {
  padding-left: 8px;
}
.cid-soVQY2lRaA .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-soVQY2lRaA .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-soVQY2lRaA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-soVQY2lRaA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-soVQY2lRaA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-soVQY2lRaA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-soVQY2lRaA a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-soVQY2lRaA {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cid-soVQY2lRaA .box {
    height: 250px;
  }
  .cid-soVQY2lRaA .row {
    padding: 1rem!important;
  }
}
