body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.6rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.06rem;
}
/* ---- 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: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ed1f24 !important;
}
.bg-success {
  background-color: #1d2671 !important;
}
.bg-info {
  background-color: #0c57bf !important;
}
.bg-warning {
  background-color: #e5524e !important;
}
.bg-danger {
  background-color: #ed1f24 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ed1f24 !important;
  border-color: #ed1f24 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #ed1f24 !important;
  border-color: #ed1f24 !important;
}
.btn-primary:before {
  background-color: #b10e12 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b10e12 !important;
  border-color: #b10e12 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #141a49 !important;
  border-color: #141a49 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #141a49 !important;
  border-color: #141a49 !important;
}
.btn-secondary:before {
  background-color: #04050d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #04050d !important;
  border-color: #04050d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
}
.btn-info:before {
  background-color: #073677 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #073677 !important;
  border-color: #073677 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1d2671 !important;
  border-color: #1d2671 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1d2671 !important;
  border-color: #1d2671 !important;
}
.btn-success:before {
  background-color: #0d1234 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d1234 !important;
  border-color: #0d1234 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e5524e !important;
  border-color: #e5524e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #e5524e !important;
  border-color: #e5524e !important;
}
.btn-warning:before {
  background-color: #c9221e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c9221e !important;
  border-color: #c9221e !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ed1f24 !important;
  border-color: #ed1f24 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #ed1f24 !important;
  border-color: #ed1f24 !important;
}
.btn-danger:before {
  background-color: #b10e12 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b10e12 !important;
  border-color: #b10e12 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !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,
.btn-primary-outline.active {
  background: none;
  border-color: #9a0c10;
  color: #9a0c10;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #ed1f24;
}
.btn-primary-outline:before {
  background-color: #ed1f24;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1f24 !important;
  border-color: #ed1f24 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #141a49;
}
.btn-secondary-outline:before {
  background-color: #141a49;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #141a49 !important;
  border-color: #141a49 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #062b5f;
  color: #062b5f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #0c57bf;
}
.btn-info-outline:before {
  background-color: #0c57bf;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #080b20;
  color: #080b20;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #1d2671;
}
.btn-success-outline:before {
  background-color: #1d2671;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1d2671 !important;
  border-color: #1d2671 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #b31e1a;
  color: #b31e1a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #e5524e;
}
.btn-warning-outline:before {
  background-color: #e5524e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e5524e !important;
  border-color: #e5524e !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #9a0c10;
  color: #9a0c10;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  border-color: #ed1f24;
}
.btn-danger-outline:before {
  background-color: #ed1f24;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1f24 !important;
  border-color: #ed1f24 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ed1f24;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #ed1f24 !important;
}
.text-secondary {
  color: #141a49 !important;
}
.text-success {
  color: #1d2671 !important;
}
.text-info {
  color: #0c57bf !important;
}
.text-warning {
  color: #e5524e !important;
}
.text-danger {
  color: #ed1f24 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9a0c10 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #080b20 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #062b5f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b31e1a !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9a0c10 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0c57bf;
}
.alert-warning {
  background-color: #e5524e;
}
.alert-danger {
  background-color: #ed1f24;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed1f24;
  border-color: #ed1f24;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed1f24;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcdcdd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #404fce;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #5698f4;
}
.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: #fcdcdd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #ed1f24;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ed1f24;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ed1f24;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed1f24;
  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: #ed1f24;
  border-bottom-color: #ed1f24;
}
.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: #ed1f24 !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: #141a49 !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%;
}
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='%23ed1f24' %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;
}
.cid-sGydLR1wwQ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGydLR1wwQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGydLR1wwQ a {
  font-style: normal;
}
.cid-sGydLR1wwQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGydLR1wwQ .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGydLR1wwQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGydLR1wwQ .content-text {
  margin-bottom: 0;
}
.cid-sGydLR1wwQ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGydLR1wwQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1f24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGydLR1wwQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGydLR1wwQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGydLR1wwQ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGydLR1wwQ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGydLR1wwQ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGydLR1wwQ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGydLR1wwQ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGydLR1wwQ .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGydLR1wwQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGydLR1wwQ .content-right-side {
  text-align: center;
}
.cid-sGydLR1wwQ .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGydLR1wwQ .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGydLR1wwQ .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGydLR1wwQ .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGydLR1wwQ .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGydLR1wwQ .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGydLR1wwQ img {
    height: 3.8rem !important;
  }
  .cid-sGydLR1wwQ .btn {
    display: -webkit-flex;
  }
  .cid-sGydLR1wwQ button.navbar-toggler {
    display: block;
  }
  .cid-sGydLR1wwQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGydLR1wwQ .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGydLR1wwQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGydLR1wwQ .navbar-collapse.collapsing,
  .cid-sGydLR1wwQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGydLR1wwQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sGydLR1wwQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGydLR1wwQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGydLR1wwQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGydLR1wwQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGydLR1wwQ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGydLR1wwQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGydLR1wwQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGydLR1wwQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGydLR1wwQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGydLR1wwQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGydLR1wwQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGydLR1wwQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGydLR1wwQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGydLR1wwQ .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGydLR1wwQ .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGydLR1wwQ .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGydLR1wwQ .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGydLR1wwQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGydLR1wwQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGydLR1wwQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGydLR1wwQ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGydLR1wwQ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGydLR1wwQ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGydLR1wwQ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGydLR1wwQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGydLR1wwQ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGydLR1wwQ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGydLR1wwQ .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGydLR1wwQ .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGydLR1wwQ .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGydLR1wwQ .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGydLR1wwQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGydLR1wwQ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGydLR1wwQ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGydLR1wwQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGydLR1wwQ .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sGydLR1wwQ .navbar-toggler {
    display: none;
  }
  .cid-sGydLR1wwQ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGydLR1wwQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGydLR1wwQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGydLR1wwQ .menu-logo {
  margin-right: auto;
}
.cid-sGydLR1wwQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGydLR1wwQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGydLR1wwQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGydLR1wwQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGydLR1wwQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGydLR1wwQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGydLR1wwQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGydLR1wwQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGydLR1wwQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGydLR1wwQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGydLR1wwQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGydLR1wwQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGydLR1wwQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGydLR1wwQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGydLR1wwQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGydLR1wwQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGydLR1wwQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGydLR1wwQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGydLR1wwQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGydLR1wwQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGydLR1wwQ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGydLR1wwQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGydLR1wwQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGydLR1wwQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGydLR1wwQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGydLR1wwQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGydLR1wwQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sGydLR1wwQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGydLR1wwQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGydLR1wwQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGydLR1wwQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGydLR1wwQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGydLR1wwQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGydLR1wwQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGydLR1wwQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGydLR1wwQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGydLR1wwQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGydLR1wwQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGydLR1wwQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGydLR1wwQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGydLR1wwQ .collapsed .navbar-collapse.collapsing,
.cid-sGydLR1wwQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGydLR1wwQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGydLR1wwQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGydLR1wwQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGydLR1wwQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGydLR1wwQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGydLR1wwQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGydLR1wwQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGydLR1wwQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGydLR1wwQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.4rem - 1.5rem);
  }
  .cid-sGydLR1wwQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGydLR1wwQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGydLR1wwQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGydLR1wwQ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGydLR1wwQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGydLR1wwQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGydLR1wwQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGydLR1wwQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGydLR1wwQ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGydLR1wwQ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGydLR1wwQ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGydLR1wwQ .nav-link:focus {
  outline: none;
}
.cid-sGydLR1wwQ .navbar-toggler {
  position: relative;
}
.cid-sGydLR1wwQ .dropdown-item.active,
.cid-sGydLR1wwQ .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGydLR1wwQ .nav-link:hover,
.cid-sGydLR1wwQ .dropdown-item:hover {
  color: #e5524e;
}
.cid-sGyf1bkXKE .modal-body .close {
  background: #1b1b1b;
}
.cid-sGyf1bkXKE .modal-body .close span {
  font-style: normal;
}
.cid-sGyf1bkXKE .carousel-inner > .active,
.cid-sGyf1bkXKE .carousel-inner > .next,
.cid-sGyf1bkXKE .carousel-inner > .prev {
  display: flex;
}
.cid-sGyf1bkXKE .carousel-control .icon-next,
.cid-sGyf1bkXKE .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sGyf1bkXKE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGyf1bkXKE .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sGyf1bkXKE .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sGyf1bkXKE .boxed-slider > div {
  position: relative;
}
.cid-sGyf1bkXKE .container img {
  width: 100%;
}
.cid-sGyf1bkXKE .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sGyf1bkXKE .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sGyf1bkXKE .mbr-table-cell {
  padding: 0;
}
.cid-sGyf1bkXKE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sGyf1bkXKE .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sGyf1bkXKE .mbr-overlay {
  z-index: 1;
}
.cid-sGyf1bkXKE .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sGyf1bkXKE .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sGyf1bkXKE .carousel-item.active.right,
.cid-sGyf1bkXKE .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sGyf1bkXKE .carousel-item.active.left,
.cid-sGyf1bkXKE .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sGyf1bkXKE .carousel-item.active,
.cid-sGyf1bkXKE .carousel-item.next.left,
.cid-sGyf1bkXKE .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sGyf1bkXKE .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sGyf1bkXKE .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGyf1bkXKE .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGyf1bkXKE .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sGyf1bkXKE .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sGyf1bkXKE .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sGyf1bkXKE .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sGyf1bkXKE .mbr-slider .carousel-indicators li.active,
.cid-sGyf1bkXKE .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sGyf1bkXKE .mbr-slider .carousel-indicators li::after,
.cid-sGyf1bkXKE .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sGyf1bkXKE .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sGyf1bkXKE .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sGyf1bkXKE .mbr-slider > .container img {
  width: 100%;
}
.cid-sGyf1bkXKE .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sGyf1bkXKE .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sGyf1bkXKE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sGyf1bkXKE .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sGyf1bkXKE .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sGyf1bkXKE .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sGyf1bkXKE .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sGyf1bkXKE .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sGyf1bkXKE .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sGyf1bkXKE .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sGyf1bkXKE .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sGyf1bkXKE .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sGyf1bkXKE .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sGyf1bkXKE P {
  text-align: center;
}
.cid-sGyf1bkXKE H2 {
  text-align: center;
}
.cid-sGyNuBTjjI {
  padding-top: 90px;
  background-color: #efefef;
}
.cid-sGyNuBTjjI .text-content {
  padding-bottom: 30px;
}
.cid-sGyNuBTjjI .content-container .btn-bgr {
  z-index: 0;
}
.cid-sGyNuBTjjI .box-item-text {
  color: #8d97ad;
}
.cid-sGyNuBTjjI .box-item {
  padding: 2.5rem;
}
.cid-sGyNuBTjjI .box-item:first-child {
  background-color: #ffffff;
}
.cid-sGyNuBTjjI .box-item:nth-child(2) {
  background-color: #f5f5f5;
}
.cid-sGyNuBTjjI .box-item:last-child {
  background-color: #ffffff;
}
.cid-sGyNuBTjjI .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sGyNuBTjjI .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sGyNuBTjjI .box-list li:last-child {
  border-bottom: none;
}
.cid-sGyNuBTjjI .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sGyNuBTjjI .mbr-iconfont {
  color: #ed1f24;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-sGyNuBTjjI .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-sGyNuBTjjI .mbr-section-subtitle,
  .cid-sGyNuBTjjI .mbr-section-title,
  .cid-sGyNuBTjjI .mbr-text,
  .cid-sGyNuBTjjI .mbr-section-btn,
  .cid-sGyNuBTjjI .icon-block-top,
  .cid-sGyNuBTjjI .box-item-title,
  .cid-sGyNuBTjjI .box-item-text {
    text-align: center !important;
  }
}
.cid-sGyNuBTjjI .mbr-section-title {
  color: #141a49;
}
.cid-sGyNuBTjjI .mbr-text,
.cid-sGyNuBTjjI .mbr-section-btn {
  color: #232323;
}
.cid-sGyNuBTjjI .mbr-section-subtitle {
  color: #767676;
}
.cid-sGyfPzBG7b {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sGyfPzBG7b .mbr-figure {
  padding: 0;
}
.cid-sGyfPzBG7b .content-row {
  background-color: #0c57bf;
}
.cid-sGyfPzBG7b .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url("../../../assets/images/transportadora-bramorim-12-1920x854.jpg");
}
@media (min-width: 992px) {
  .cid-sGyfPzBG7b .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sGyfPzBG7b .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #141a49);
}
.cid-sGyfPzBG7b .content-row .media-content .content-block {
  z-index: 1;
}
.cid-sGygnkpLK8 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGyg5K41Gq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGyg5K41Gq .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sGyg5K41Gq .card-img {
  padding: 0 0 2rem;
}
.cid-sGyg5K41Gq .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sGyg5K41Gq .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sGyg5K41Gq .card-title {
    text-align: center;
  }
  .cid-sGyg5K41Gq p.mbr-text {
    text-align: center;
  }
}
.cid-sGyg5K41Gq .card-title {
  text-align: center;
}
.cid-sGygaBFnTZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGygaBFnTZ .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sGygaBFnTZ .card-img {
  padding: 0 0 2rem;
}
.cid-sGygaBFnTZ .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sGygaBFnTZ .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sGygaBFnTZ .card-title {
    text-align: center;
  }
  .cid-sGygaBFnTZ p.mbr-text {
    text-align: center;
  }
}
.cid-sGygaBFnTZ .card-title {
  text-align: center;
}
.cid-sGygLkLFzH {
  padding-top: 80px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sGygLkLFzH .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGygLkLFzH .mbr-overlay {
  background: #0c57bf;
  background: linear-gradient(#0c57bf -10%, #1d2671 75%);
}
.cid-sGygLkLFzH .mbr-section-title {
  margin: 0;
}
.cid-sGygLkLFzH .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-sGygRD2m2o {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sGygRD2m2o h2,
.cid-sGygRD2m2o h3,
.cid-sGygRD2m2o p,
.cid-sGygRD2m2o h4 {
  color: #0a0a0a;
}
.cid-sGygRD2m2o .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-sGygRD2m2o .mbr-iconfont {
  color: #ed1f24;
  font-size: 2rem;
}
.cid-sGygRD2m2o .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sGygRD2m2o .mbr-text {
  color: #767676;
}
.cid-sGygRD2m2o a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sGygRD2m2o .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sGygRD2m2o .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-sGygRD2m2o textarea.form-control {
  resize: none;
}
.cid-sGygRD2m2o .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sGygRD2m2o .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-sGygRD2m2o .list-block {
  position: relative;
}
.cid-sGygRD2m2o .list-block h4,
.cid-sGygRD2m2o .list-block p {
  padding-left: 3.5rem;
}
.cid-sGygRD2m2o .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-sGygRD2m2o h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sGygRD2m2o .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sGygRD2m2o .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-sGygRD2m2o .img-block-wrap {
    position: relative;
  }
  .cid-sGygRD2m2o .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-sGygRD2m2o .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-sGygRD2m2o .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGygRD2m2o .google-map {
    padding-bottom: 2rem;
  }
  .cid-sGygRD2m2o .img-block {
    overflow: hidden;
  }
}
.cid-tSj9c6DIEf {
  background: #efefef;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tSj9c6DIEf .image-block {
  margin: auto;
}
.cid-tSj9c6DIEf figcaption {
  position: relative;
}
.cid-tSj9c6DIEf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tSj9c6DIEf .image-block {
    width: 100% !important;
  }
}
.cid-sGyh2vsrqD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141a49;
}
.cid-sGyh2vsrqD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sGyh2vsrqD .first-column .mbr-text {
  margin: 0;
}
.cid-sGyh2vsrqD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sGyh2vsrqD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sGyh2vsrqD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sGyh2vsrqD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sGyh2vsrqD .form-group {
  max-width: 55%;
}
.cid-sGyh2vsrqD .form-group,
.cid-sGyh2vsrqD .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sGyh2vsrqD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sGyh2vsrqD .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sGyh2vsrqD .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGyh2vsrqD .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGyh2vsrqD .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sGyh2vsrqD .col + .mbr-section-btn .btn,
.cid-sGyh2vsrqD .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sGyh2vsrqD .dragArea > *:nth-last-child(2).col,
.cid-sGyh2vsrqD .dragArea > *:nth-last-child(2).col-auto,
.cid-sGyh2vsrqD .col + .mbr-section-btn,
.cid-sGyh2vsrqD .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sGyh2vsrqD .first-column,
  .cid-sGyh2vsrqD .second-column {
    padding-bottom: 2rem;
  }
  .cid-sGyh2vsrqD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sGyh2vsrqD .first-column,
  .cid-sGyh2vsrqD .second-column,
  .cid-sGyh2vsrqD .third-column {
    text-align: center;
  }
}
.cid-tOsF77vJVY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #090d2d;
}
.cid-tOsF77vJVY .mbr-text a {
  background-size: 100% 0%;
}
.cid-tOsF77vJVY .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tOsF77vJVY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGyJuhKbrm .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGyJuhKbrm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGyJuhKbrm a {
  font-style: normal;
}
.cid-sGyJuhKbrm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGyJuhKbrm .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGyJuhKbrm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGyJuhKbrm .content-text {
  margin-bottom: 0;
}
.cid-sGyJuhKbrm .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGyJuhKbrm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1f24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGyJuhKbrm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGyJuhKbrm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGyJuhKbrm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGyJuhKbrm .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGyJuhKbrm .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGyJuhKbrm .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGyJuhKbrm .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGyJuhKbrm .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGyJuhKbrm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGyJuhKbrm .content-right-side {
  text-align: center;
}
.cid-sGyJuhKbrm .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGyJuhKbrm .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGyJuhKbrm .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGyJuhKbrm .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGyJuhKbrm .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGyJuhKbrm .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGyJuhKbrm img {
    height: 3.8rem !important;
  }
  .cid-sGyJuhKbrm .btn {
    display: -webkit-flex;
  }
  .cid-sGyJuhKbrm button.navbar-toggler {
    display: block;
  }
  .cid-sGyJuhKbrm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGyJuhKbrm .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGyJuhKbrm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGyJuhKbrm .navbar-collapse.collapsing,
  .cid-sGyJuhKbrm .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGyJuhKbrm .navbar-collapse.collapsing .navbar-nav,
  .cid-sGyJuhKbrm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGyJuhKbrm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGyJuhKbrm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGyJuhKbrm .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGyJuhKbrm .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGyJuhKbrm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGyJuhKbrm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGyJuhKbrm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGyJuhKbrm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGyJuhKbrm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGyJuhKbrm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGyJuhKbrm .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGyJuhKbrm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGyJuhKbrm .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGyJuhKbrm .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGyJuhKbrm .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGyJuhKbrm .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGyJuhKbrm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGyJuhKbrm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGyJuhKbrm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGyJuhKbrm .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGyJuhKbrm .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGyJuhKbrm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGyJuhKbrm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGyJuhKbrm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGyJuhKbrm .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGyJuhKbrm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGyJuhKbrm .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGyJuhKbrm .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGyJuhKbrm .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGyJuhKbrm .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGyJuhKbrm .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGyJuhKbrm .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGyJuhKbrm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGyJuhKbrm .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGyJuhKbrm .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sGyJuhKbrm .navbar-toggler {
    display: none;
  }
  .cid-sGyJuhKbrm .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGyJuhKbrm .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGyJuhKbrm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGyJuhKbrm .menu-logo {
  margin-right: auto;
}
.cid-sGyJuhKbrm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGyJuhKbrm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGyJuhKbrm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGyJuhKbrm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGyJuhKbrm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGyJuhKbrm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGyJuhKbrm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGyJuhKbrm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGyJuhKbrm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGyJuhKbrm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGyJuhKbrm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGyJuhKbrm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGyJuhKbrm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGyJuhKbrm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGyJuhKbrm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGyJuhKbrm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGyJuhKbrm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGyJuhKbrm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGyJuhKbrm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGyJuhKbrm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGyJuhKbrm .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGyJuhKbrm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGyJuhKbrm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGyJuhKbrm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGyJuhKbrm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGyJuhKbrm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGyJuhKbrm button.navbar-toggler:focus {
  outline: none;
}
.cid-sGyJuhKbrm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGyJuhKbrm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGyJuhKbrm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGyJuhKbrm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGyJuhKbrm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGyJuhKbrm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGyJuhKbrm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGyJuhKbrm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGyJuhKbrm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGyJuhKbrm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGyJuhKbrm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGyJuhKbrm .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGyJuhKbrm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGyJuhKbrm .collapsed .navbar-collapse.collapsing,
.cid-sGyJuhKbrm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGyJuhKbrm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGyJuhKbrm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGyJuhKbrm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGyJuhKbrm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGyJuhKbrm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGyJuhKbrm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGyJuhKbrm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGyJuhKbrm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGyJuhKbrm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.4rem - 1.5rem);
  }
  .cid-sGyJuhKbrm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGyJuhKbrm .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGyJuhKbrm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGyJuhKbrm .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGyJuhKbrm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGyJuhKbrm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGyJuhKbrm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGyJuhKbrm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGyJuhKbrm .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGyJuhKbrm .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGyJuhKbrm .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGyJuhKbrm .nav-link:focus {
  outline: none;
}
.cid-sGyJuhKbrm .navbar-toggler {
  position: relative;
}
.cid-sGyJuhKbrm .dropdown-item.active,
.cid-sGyJuhKbrm .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGyJuhKbrm .nav-link:hover,
.cid-sGyJuhKbrm .dropdown-item:hover {
  color: #e5524e;
}
.cid-sGyNUSZkE9 {
  padding-top: 140px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/transportadora-bramorim-12-1920x854.jpg");
}
.cid-sGyNUSZkE9 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGyNUSZkE9 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sGyOS8WeM9 {
  padding-top: 100px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sGyOS8WeM9 .media-content .btn-bgr {
  z-index: 0;
}
.cid-sGyOS8WeM9 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sGyOS8WeM9 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sGyOS8WeM9 p {
  color: #464646;
}
.cid-sGyOS8WeM9 h2 {
  color: #000000;
}
.cid-sGyOS8WeM9 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sGyOS8WeM9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sGyOS8WeM9 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sGyOS8WeM9 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGyOS8WeM9 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGyOS8WeM9 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sGyOS8WeM9 .mbr-text {
    text-align: center;
  }
}
.cid-sGyOS8WeM9 P {
  color: #8d97ad;
}
.cid-sGyOS8WeM9 .mbr-section-title,
.cid-sGyOS8WeM9 .mbr-section-btn {
  color: #141a49;
}
.cid-sGyQlvCtnD {
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sGyQlvCtnD .media-content .btn-bgr {
  z-index: 0;
}
.cid-sGyQlvCtnD .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sGyQlvCtnD h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sGyQlvCtnD p {
  color: #464646;
}
.cid-sGyQlvCtnD h2 {
  color: #000000;
}
.cid-sGyQlvCtnD .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sGyQlvCtnD .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sGyQlvCtnD .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-sGyQlvCtnD .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGyQlvCtnD .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGyQlvCtnD .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sGyQlvCtnD .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sGyQlvCtnD .mbr-text {
    text-align: center;
  }
}
.cid-sGyQlvCtnD P {
  color: #8d97ad;
}
.cid-sGyLUdbzQZ {
  padding-top: 0px;
  background-color: #efefef;
}
.cid-sGyLUdbzQZ .text-content {
  padding-bottom: 30px;
}
.cid-sGyLUdbzQZ .content-container .btn-bgr {
  z-index: 0;
}
.cid-sGyLUdbzQZ .box-item-text {
  color: #8d97ad;
}
.cid-sGyLUdbzQZ .box-item {
  padding: 2.5rem;
}
.cid-sGyLUdbzQZ .box-item:first-child {
  background-color: #ffffff;
}
.cid-sGyLUdbzQZ .box-item:nth-child(2) {
  background-color: #f5f5f5;
}
.cid-sGyLUdbzQZ .box-item:last-child {
  background-color: #ffffff;
}
.cid-sGyLUdbzQZ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sGyLUdbzQZ .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sGyLUdbzQZ .box-list li:last-child {
  border-bottom: none;
}
.cid-sGyLUdbzQZ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sGyLUdbzQZ .mbr-iconfont {
  color: #ed1f24;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-sGyLUdbzQZ .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-sGyLUdbzQZ .mbr-section-subtitle,
  .cid-sGyLUdbzQZ .mbr-section-title,
  .cid-sGyLUdbzQZ .mbr-text,
  .cid-sGyLUdbzQZ .mbr-section-btn,
  .cid-sGyLUdbzQZ .icon-block-top,
  .cid-sGyLUdbzQZ .box-item-title,
  .cid-sGyLUdbzQZ .box-item-text {
    text-align: center !important;
  }
}
.cid-sGyLUdbzQZ .mbr-section-title {
  color: #141a49;
}
.cid-sGyLUdbzQZ .mbr-text,
.cid-sGyLUdbzQZ .mbr-section-btn {
  color: #232323;
}
.cid-sGyLUdbzQZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sGz6dTc4my {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sGz6dTc4my h2,
.cid-sGz6dTc4my h3,
.cid-sGz6dTc4my h4,
.cid-sGz6dTc4my p {
  color: #ffffff;
}
.cid-sGz6dTc4my .mbr-overlay {
  z-index: -1;
}
.cid-sGz6dTc4my .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sGz6dTc4my .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sGz6dTc4my .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sGz6dTc4my .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz6dTc4my .mbr-text {
  color: #767676;
}
.cid-sGz6dTc4my .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sGz6dTc4my .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1d2671;
  opacity: 0.8;
  z-index: 0;
}
.cid-sGz6dTc4my .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sGz6dTc4my a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sGz6dTc4my .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sGz6dTc4my .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sGz6dTc4my textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sGz6dTc4my .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sGz6dTc4my .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sGz6dTc4my .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGz6dTc4my h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGz6dTc4my .block-content {
    padding: 0;
  }
  .cid-sGz6dTc4my .form-block {
    padding: 1rem;
  }
}
.cid-sGz6dTc4my .mbr-section-title,
.cid-sGz6dTc4my .mbr-section-btn {
  color: #141a49;
}
.cid-sGz6dTc4my .mbr-section-subtitle {
  color: #141a49;
}
.cid-sGz6dTc4my .form-text {
  color: #141a49;
}
.cid-sGz6dTc4my P {
  color: #1d2671;
}
.cid-sGyJuSYKO8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141a49;
}
.cid-sGyJuSYKO8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sGyJuSYKO8 .first-column .mbr-text {
  margin: 0;
}
.cid-sGyJuSYKO8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sGyJuSYKO8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sGyJuSYKO8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sGyJuSYKO8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sGyJuSYKO8 .form-group {
  max-width: 55%;
}
.cid-sGyJuSYKO8 .form-group,
.cid-sGyJuSYKO8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sGyJuSYKO8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sGyJuSYKO8 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sGyJuSYKO8 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGyJuSYKO8 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGyJuSYKO8 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sGyJuSYKO8 .col + .mbr-section-btn .btn,
.cid-sGyJuSYKO8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sGyJuSYKO8 .dragArea > *:nth-last-child(2).col,
.cid-sGyJuSYKO8 .dragArea > *:nth-last-child(2).col-auto,
.cid-sGyJuSYKO8 .col + .mbr-section-btn,
.cid-sGyJuSYKO8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sGyJuSYKO8 .first-column,
  .cid-sGyJuSYKO8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-sGyJuSYKO8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sGyJuSYKO8 .first-column,
  .cid-sGyJuSYKO8 .second-column,
  .cid-sGyJuSYKO8 .third-column {
    text-align: center;
  }
}
.cid-tOsF77vJVY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #090d2d;
}
.cid-tOsF77vJVY .mbr-text a {
  background-size: 100% 0%;
}
.cid-tOsF77vJVY .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tOsF77vJVY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGySA4P30v .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGySA4P30v .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGySA4P30v a {
  font-style: normal;
}
.cid-sGySA4P30v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGySA4P30v .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGySA4P30v .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGySA4P30v .content-text {
  margin-bottom: 0;
}
.cid-sGySA4P30v .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGySA4P30v .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1f24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGySA4P30v .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGySA4P30v .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGySA4P30v .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGySA4P30v .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGySA4P30v .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGySA4P30v .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGySA4P30v .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGySA4P30v .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGySA4P30v .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGySA4P30v .content-right-side {
  text-align: center;
}
.cid-sGySA4P30v .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGySA4P30v .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGySA4P30v .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGySA4P30v .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGySA4P30v .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGySA4P30v .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGySA4P30v img {
    height: 3.8rem !important;
  }
  .cid-sGySA4P30v .btn {
    display: -webkit-flex;
  }
  .cid-sGySA4P30v button.navbar-toggler {
    display: block;
  }
  .cid-sGySA4P30v .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGySA4P30v .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGySA4P30v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGySA4P30v .navbar-collapse.collapsing,
  .cid-sGySA4P30v .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGySA4P30v .navbar-collapse.collapsing .navbar-nav,
  .cid-sGySA4P30v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGySA4P30v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGySA4P30v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGySA4P30v .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGySA4P30v .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGySA4P30v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGySA4P30v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGySA4P30v .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGySA4P30v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGySA4P30v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGySA4P30v .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGySA4P30v .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGySA4P30v .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGySA4P30v .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGySA4P30v .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGySA4P30v .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGySA4P30v .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGySA4P30v .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGySA4P30v .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGySA4P30v .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGySA4P30v .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGySA4P30v .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGySA4P30v .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGySA4P30v .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGySA4P30v .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGySA4P30v .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGySA4P30v .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGySA4P30v .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGySA4P30v .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGySA4P30v .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGySA4P30v .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGySA4P30v .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGySA4P30v .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGySA4P30v .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGySA4P30v .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGySA4P30v .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sGySA4P30v .navbar-toggler {
    display: none;
  }
  .cid-sGySA4P30v .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGySA4P30v .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGySA4P30v .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGySA4P30v .menu-logo {
  margin-right: auto;
}
.cid-sGySA4P30v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGySA4P30v .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGySA4P30v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGySA4P30v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGySA4P30v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGySA4P30v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGySA4P30v .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGySA4P30v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGySA4P30v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGySA4P30v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGySA4P30v .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGySA4P30v .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGySA4P30v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGySA4P30v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGySA4P30v .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGySA4P30v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGySA4P30v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGySA4P30v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGySA4P30v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGySA4P30v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGySA4P30v .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGySA4P30v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGySA4P30v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGySA4P30v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGySA4P30v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGySA4P30v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGySA4P30v button.navbar-toggler:focus {
  outline: none;
}
.cid-sGySA4P30v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGySA4P30v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGySA4P30v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGySA4P30v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGySA4P30v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGySA4P30v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGySA4P30v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGySA4P30v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGySA4P30v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGySA4P30v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGySA4P30v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGySA4P30v .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGySA4P30v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGySA4P30v .collapsed .navbar-collapse.collapsing,
.cid-sGySA4P30v .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGySA4P30v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGySA4P30v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGySA4P30v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGySA4P30v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGySA4P30v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGySA4P30v .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGySA4P30v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGySA4P30v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGySA4P30v .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.4rem - 1.5rem);
  }
  .cid-sGySA4P30v .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGySA4P30v .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGySA4P30v .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGySA4P30v .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGySA4P30v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGySA4P30v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGySA4P30v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGySA4P30v .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGySA4P30v .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGySA4P30v .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGySA4P30v .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGySA4P30v .nav-link:focus {
  outline: none;
}
.cid-sGySA4P30v .navbar-toggler {
  position: relative;
}
.cid-sGySA4P30v .dropdown-item.active,
.cid-sGySA4P30v .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGySA4P30v .nav-link:hover,
.cid-sGySA4P30v .dropdown-item:hover {
  color: #e5524e;
}
.cid-sGySA8PKJe {
  padding-top: 140px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/transportadora-bramorim-12-1920x854.jpg");
}
.cid-sGySA8PKJe .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGySA8PKJe .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sGyTgnJWa4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGyTgnJWa4 .block-title {
  color: #141a49;
}
.cid-sGyTh0bVwc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGyTh0bVwc .block-text {
  text-align: center;
  color: #8d97ad;
}
.cid-sGyTjEq5Z0 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sGyTjEq5Z0 .image-block {
  margin: auto;
}
.cid-sGyTjEq5Z0 figcaption {
  position: relative;
}
.cid-sGyTjEq5Z0 figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sGyTjEq5Z0 .image-block {
    width: 100% !important;
  }
}
.cid-sGyTqj73oN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGyTqj73oN .block-title {
  color: #141a49;
}
.cid-sGyTqSOREj {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sGyTqSOREj .block-text {
  color: #8d97ad;
  text-align: center;
}
.cid-sGz6sishNy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sGz6sishNy h2,
.cid-sGz6sishNy h3,
.cid-sGz6sishNy h4,
.cid-sGz6sishNy p {
  color: #ffffff;
}
.cid-sGz6sishNy .mbr-overlay {
  z-index: -1;
}
.cid-sGz6sishNy .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sGz6sishNy .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sGz6sishNy .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sGz6sishNy .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz6sishNy .mbr-text {
  color: #767676;
}
.cid-sGz6sishNy .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sGz6sishNy .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1d2671;
  opacity: 0.8;
  z-index: 0;
}
.cid-sGz6sishNy .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sGz6sishNy a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sGz6sishNy .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sGz6sishNy .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sGz6sishNy textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sGz6sishNy .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sGz6sishNy .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sGz6sishNy .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGz6sishNy h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGz6sishNy .block-content {
    padding: 0;
  }
  .cid-sGz6sishNy .form-block {
    padding: 1rem;
  }
}
.cid-sGz6sishNy .mbr-section-title,
.cid-sGz6sishNy .mbr-section-btn {
  color: #141a49;
}
.cid-sGz6sishNy .mbr-section-subtitle {
  color: #141a49;
}
.cid-sGz6sishNy .form-text {
  color: #141a49;
}
.cid-sGz6sishNy P {
  color: #1d2671;
}
.cid-sGySAfe7ej {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141a49;
}
.cid-sGySAfe7ej .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sGySAfe7ej .first-column .mbr-text {
  margin: 0;
}
.cid-sGySAfe7ej .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sGySAfe7ej .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sGySAfe7ej .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sGySAfe7ej .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sGySAfe7ej .form-group {
  max-width: 55%;
}
.cid-sGySAfe7ej .form-group,
.cid-sGySAfe7ej .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sGySAfe7ej .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sGySAfe7ej .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sGySAfe7ej .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGySAfe7ej .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGySAfe7ej .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sGySAfe7ej .col + .mbr-section-btn .btn,
.cid-sGySAfe7ej .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sGySAfe7ej .dragArea > *:nth-last-child(2).col,
.cid-sGySAfe7ej .dragArea > *:nth-last-child(2).col-auto,
.cid-sGySAfe7ej .col + .mbr-section-btn,
.cid-sGySAfe7ej .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sGySAfe7ej .first-column,
  .cid-sGySAfe7ej .second-column {
    padding-bottom: 2rem;
  }
  .cid-sGySAfe7ej .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sGySAfe7ej .first-column,
  .cid-sGySAfe7ej .second-column,
  .cid-sGySAfe7ej .third-column {
    text-align: center;
  }
}
.cid-tOsF77vJVY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #090d2d;
}
.cid-tOsF77vJVY .mbr-text a {
  background-size: 100% 0%;
}
.cid-tOsF77vJVY .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tOsF77vJVY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGyZQWivdw .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGyZQWivdw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGyZQWivdw a {
  font-style: normal;
}
.cid-sGyZQWivdw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGyZQWivdw .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGyZQWivdw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGyZQWivdw .content-text {
  margin-bottom: 0;
}
.cid-sGyZQWivdw .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGyZQWivdw .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1f24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGyZQWivdw .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGyZQWivdw .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGyZQWivdw .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGyZQWivdw .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGyZQWivdw .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGyZQWivdw .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGyZQWivdw .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGyZQWivdw .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGyZQWivdw .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGyZQWivdw .content-right-side {
  text-align: center;
}
.cid-sGyZQWivdw .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGyZQWivdw .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGyZQWivdw .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGyZQWivdw .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGyZQWivdw .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGyZQWivdw .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGyZQWivdw img {
    height: 3.8rem !important;
  }
  .cid-sGyZQWivdw .btn {
    display: -webkit-flex;
  }
  .cid-sGyZQWivdw button.navbar-toggler {
    display: block;
  }
  .cid-sGyZQWivdw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGyZQWivdw .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGyZQWivdw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGyZQWivdw .navbar-collapse.collapsing,
  .cid-sGyZQWivdw .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGyZQWivdw .navbar-collapse.collapsing .navbar-nav,
  .cid-sGyZQWivdw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGyZQWivdw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGyZQWivdw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGyZQWivdw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGyZQWivdw .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGyZQWivdw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGyZQWivdw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGyZQWivdw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGyZQWivdw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGyZQWivdw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGyZQWivdw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGyZQWivdw .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGyZQWivdw .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGyZQWivdw .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGyZQWivdw .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGyZQWivdw .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGyZQWivdw .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGyZQWivdw .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGyZQWivdw .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGyZQWivdw .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGyZQWivdw .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGyZQWivdw .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGyZQWivdw .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGyZQWivdw .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGyZQWivdw .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGyZQWivdw .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGyZQWivdw .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGyZQWivdw .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGyZQWivdw .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGyZQWivdw .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGyZQWivdw .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGyZQWivdw .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGyZQWivdw .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGyZQWivdw .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGyZQWivdw .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGyZQWivdw .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sGyZQWivdw .navbar-toggler {
    display: none;
  }
  .cid-sGyZQWivdw .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGyZQWivdw .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGyZQWivdw .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGyZQWivdw .menu-logo {
  margin-right: auto;
}
.cid-sGyZQWivdw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGyZQWivdw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGyZQWivdw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGyZQWivdw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGyZQWivdw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGyZQWivdw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGyZQWivdw .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGyZQWivdw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGyZQWivdw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGyZQWivdw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGyZQWivdw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGyZQWivdw .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGyZQWivdw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGyZQWivdw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGyZQWivdw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGyZQWivdw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGyZQWivdw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGyZQWivdw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGyZQWivdw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGyZQWivdw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGyZQWivdw .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGyZQWivdw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGyZQWivdw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGyZQWivdw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGyZQWivdw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGyZQWivdw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGyZQWivdw button.navbar-toggler:focus {
  outline: none;
}
.cid-sGyZQWivdw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGyZQWivdw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGyZQWivdw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGyZQWivdw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGyZQWivdw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGyZQWivdw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGyZQWivdw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGyZQWivdw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGyZQWivdw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGyZQWivdw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGyZQWivdw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGyZQWivdw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGyZQWivdw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGyZQWivdw .collapsed .navbar-collapse.collapsing,
.cid-sGyZQWivdw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGyZQWivdw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGyZQWivdw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGyZQWivdw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGyZQWivdw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGyZQWivdw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGyZQWivdw .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGyZQWivdw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGyZQWivdw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGyZQWivdw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.4rem - 1.5rem);
  }
  .cid-sGyZQWivdw .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGyZQWivdw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGyZQWivdw .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGyZQWivdw .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGyZQWivdw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGyZQWivdw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGyZQWivdw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGyZQWivdw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGyZQWivdw .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGyZQWivdw .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGyZQWivdw .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGyZQWivdw .nav-link:focus {
  outline: none;
}
.cid-sGyZQWivdw .navbar-toggler {
  position: relative;
}
.cid-sGyZQWivdw .dropdown-item.active,
.cid-sGyZQWivdw .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGyZQWivdw .nav-link:hover,
.cid-sGyZQWivdw .dropdown-item:hover {
  color: #e5524e;
}
.cid-sGyZQXIfD6 {
  padding-top: 140px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/transportadora-bramorim-12-1920x854.jpg");
}
.cid-sGyZQXIfD6 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGyZQXIfD6 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sGz0PK1K6v {
  padding-top: 80px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGz0PK1K6v .media-content .btn-bgr {
  z-index: 0;
}
.cid-sGz0PK1K6v .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sGz0PK1K6v h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sGz0PK1K6v p {
  color: #464646;
}
.cid-sGz0PK1K6v h2 {
  color: #000000;
}
.cid-sGz0PK1K6v .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sGz0PK1K6v .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sGz0PK1K6v .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sGz0PK1K6v .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGz0PK1K6v .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGz0PK1K6v .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sGz0PK1K6v .mbr-text {
    text-align: center;
  }
}
.cid-sGz0PK1K6v P {
  color: #8d97ad;
}
.cid-sGz0PK1K6v .mbr-section-title,
.cid-sGz0PK1K6v .mbr-section-btn {
  color: #141a49;
}
.cid-sGz2qGsKDa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sGz2qGsKDa h2,
.cid-sGz2qGsKDa h3,
.cid-sGz2qGsKDa h4,
.cid-sGz2qGsKDa p {
  color: #ffffff;
}
.cid-sGz2qGsKDa .mbr-overlay {
  z-index: -1;
}
.cid-sGz2qGsKDa .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sGz2qGsKDa .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sGz2qGsKDa .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sGz2qGsKDa .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz2qGsKDa .mbr-text {
  color: #767676;
}
.cid-sGz2qGsKDa .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sGz2qGsKDa .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1d2671;
  opacity: 0.8;
  z-index: 0;
}
.cid-sGz2qGsKDa .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sGz2qGsKDa a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sGz2qGsKDa .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sGz2qGsKDa .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sGz2qGsKDa textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sGz2qGsKDa .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sGz2qGsKDa .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sGz2qGsKDa .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGz2qGsKDa h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGz2qGsKDa .block-content {
    padding: 0;
  }
  .cid-sGz2qGsKDa .form-block {
    padding: 1rem;
  }
}
.cid-sGz2qGsKDa .mbr-section-title,
.cid-sGz2qGsKDa .mbr-section-btn {
  color: #141a49;
}
.cid-sGz2qGsKDa .mbr-section-subtitle {
  color: #141a49;
}
.cid-sGz2qGsKDa .form-text {
  color: #141a49;
}
.cid-sGz2qGsKDa P {
  color: #1d2671;
}
.cid-sGyZR0KRka {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141a49;
}
.cid-sGyZR0KRka .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sGyZR0KRka .first-column .mbr-text {
  margin: 0;
}
.cid-sGyZR0KRka .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sGyZR0KRka .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sGyZR0KRka .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sGyZR0KRka .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sGyZR0KRka .form-group {
  max-width: 55%;
}
.cid-sGyZR0KRka .form-group,
.cid-sGyZR0KRka .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sGyZR0KRka .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sGyZR0KRka .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sGyZR0KRka .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGyZR0KRka .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGyZR0KRka .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sGyZR0KRka .col + .mbr-section-btn .btn,
.cid-sGyZR0KRka .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sGyZR0KRka .dragArea > *:nth-last-child(2).col,
.cid-sGyZR0KRka .dragArea > *:nth-last-child(2).col-auto,
.cid-sGyZR0KRka .col + .mbr-section-btn,
.cid-sGyZR0KRka .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sGyZR0KRka .first-column,
  .cid-sGyZR0KRka .second-column {
    padding-bottom: 2rem;
  }
  .cid-sGyZR0KRka .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sGyZR0KRka .first-column,
  .cid-sGyZR0KRka .second-column,
  .cid-sGyZR0KRka .third-column {
    text-align: center;
  }
}
.cid-tOsF77vJVY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #090d2d;
}
.cid-tOsF77vJVY .mbr-text a {
  background-size: 100% 0%;
}
.cid-tOsF77vJVY .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tOsF77vJVY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGz6A5NfCr .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGz6A5NfCr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGz6A5NfCr a {
  font-style: normal;
}
.cid-sGz6A5NfCr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGz6A5NfCr .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGz6A5NfCr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGz6A5NfCr .content-text {
  margin-bottom: 0;
}
.cid-sGz6A5NfCr .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGz6A5NfCr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1f24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGz6A5NfCr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGz6A5NfCr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGz6A5NfCr .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGz6A5NfCr .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGz6A5NfCr .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGz6A5NfCr .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGz6A5NfCr .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGz6A5NfCr .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGz6A5NfCr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGz6A5NfCr .content-right-side {
  text-align: center;
}
.cid-sGz6A5NfCr .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGz6A5NfCr .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGz6A5NfCr .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGz6A5NfCr .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGz6A5NfCr .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGz6A5NfCr .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGz6A5NfCr img {
    height: 3.8rem !important;
  }
  .cid-sGz6A5NfCr .btn {
    display: -webkit-flex;
  }
  .cid-sGz6A5NfCr button.navbar-toggler {
    display: block;
  }
  .cid-sGz6A5NfCr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGz6A5NfCr .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGz6A5NfCr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGz6A5NfCr .navbar-collapse.collapsing,
  .cid-sGz6A5NfCr .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGz6A5NfCr .navbar-collapse.collapsing .navbar-nav,
  .cid-sGz6A5NfCr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGz6A5NfCr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGz6A5NfCr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGz6A5NfCr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGz6A5NfCr .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGz6A5NfCr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGz6A5NfCr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGz6A5NfCr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGz6A5NfCr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGz6A5NfCr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGz6A5NfCr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGz6A5NfCr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGz6A5NfCr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGz6A5NfCr .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGz6A5NfCr .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGz6A5NfCr .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGz6A5NfCr .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGz6A5NfCr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGz6A5NfCr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGz6A5NfCr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGz6A5NfCr .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGz6A5NfCr .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz6A5NfCr .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGz6A5NfCr .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGz6A5NfCr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGz6A5NfCr .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGz6A5NfCr .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGz6A5NfCr .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGz6A5NfCr .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGz6A5NfCr .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGz6A5NfCr .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGz6A5NfCr .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGz6A5NfCr .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGz6A5NfCr .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGz6A5NfCr .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGz6A5NfCr .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sGz6A5NfCr .navbar-toggler {
    display: none;
  }
  .cid-sGz6A5NfCr .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGz6A5NfCr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz6A5NfCr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGz6A5NfCr .menu-logo {
  margin-right: auto;
}
.cid-sGz6A5NfCr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz6A5NfCr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGz6A5NfCr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGz6A5NfCr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGz6A5NfCr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGz6A5NfCr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGz6A5NfCr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGz6A5NfCr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGz6A5NfCr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGz6A5NfCr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGz6A5NfCr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGz6A5NfCr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGz6A5NfCr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGz6A5NfCr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGz6A5NfCr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGz6A5NfCr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGz6A5NfCr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGz6A5NfCr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGz6A5NfCr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGz6A5NfCr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGz6A5NfCr .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGz6A5NfCr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGz6A5NfCr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGz6A5NfCr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGz6A5NfCr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGz6A5NfCr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGz6A5NfCr button.navbar-toggler:focus {
  outline: none;
}
.cid-sGz6A5NfCr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGz6A5NfCr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGz6A5NfCr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGz6A5NfCr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGz6A5NfCr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGz6A5NfCr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGz6A5NfCr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGz6A5NfCr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGz6A5NfCr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGz6A5NfCr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGz6A5NfCr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGz6A5NfCr .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGz6A5NfCr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGz6A5NfCr .collapsed .navbar-collapse.collapsing,
.cid-sGz6A5NfCr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGz6A5NfCr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGz6A5NfCr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGz6A5NfCr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGz6A5NfCr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGz6A5NfCr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGz6A5NfCr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGz6A5NfCr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGz6A5NfCr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGz6A5NfCr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.4rem - 1.5rem);
  }
  .cid-sGz6A5NfCr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGz6A5NfCr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGz6A5NfCr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGz6A5NfCr .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGz6A5NfCr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGz6A5NfCr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGz6A5NfCr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGz6A5NfCr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGz6A5NfCr .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGz6A5NfCr .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGz6A5NfCr .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGz6A5NfCr .nav-link:focus {
  outline: none;
}
.cid-sGz6A5NfCr .navbar-toggler {
  position: relative;
}
.cid-sGz6A5NfCr .dropdown-item.active,
.cid-sGz6A5NfCr .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGz6A5NfCr .nav-link:hover,
.cid-sGz6A5NfCr .dropdown-item:hover {
  color: #e5524e;
}
.cid-sGz6A7yRTq {
  padding-top: 140px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/transportadora-bramorim-12-1920x854.jpg");
}
.cid-sGz6A7yRTq .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGz6A7yRTq .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sGz6A8ubKm {
  padding-top: 80px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGz6A8ubKm .media-content .btn-bgr {
  z-index: 0;
}
.cid-sGz6A8ubKm .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sGz6A8ubKm h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sGz6A8ubKm p {
  color: #464646;
}
.cid-sGz6A8ubKm h2 {
  color: #000000;
}
.cid-sGz6A8ubKm .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sGz6A8ubKm .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sGz6A8ubKm .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sGz6A8ubKm .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGz6A8ubKm .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGz6A8ubKm .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sGz6A8ubKm .mbr-text {
    text-align: center;
  }
}
.cid-sGz6A8ubKm P {
  color: #8d97ad;
}
.cid-sGz6A8ubKm .mbr-section-title,
.cid-sGz6A8ubKm .mbr-section-btn {
  color: #141a49;
}
.cid-sGz6A8X30n {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sGz6A8X30n h2,
.cid-sGz6A8X30n h3,
.cid-sGz6A8X30n h4,
.cid-sGz6A8X30n p {
  color: #ffffff;
}
.cid-sGz6A8X30n .mbr-overlay {
  z-index: -1;
}
.cid-sGz6A8X30n .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sGz6A8X30n .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sGz6A8X30n .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sGz6A8X30n .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz6A8X30n .mbr-text {
  color: #767676;
}
.cid-sGz6A8X30n .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sGz6A8X30n .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1d2671;
  opacity: 0.8;
  z-index: 0;
}
.cid-sGz6A8X30n .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sGz6A8X30n a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sGz6A8X30n .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sGz6A8X30n .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sGz6A8X30n textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sGz6A8X30n .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sGz6A8X30n .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sGz6A8X30n .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGz6A8X30n h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGz6A8X30n .block-content {
    padding: 0;
  }
  .cid-sGz6A8X30n .form-block {
    padding: 1rem;
  }
}
.cid-sGz6A8X30n .mbr-section-title,
.cid-sGz6A8X30n .mbr-section-btn {
  color: #141a49;
}
.cid-sGz6A8X30n .mbr-section-subtitle {
  color: #141a49;
}
.cid-sGz6A8X30n .form-text {
  color: #141a49;
}
.cid-sGz6A8X30n P {
  color: #1d2671;
}
.cid-sGz6A9Yxd2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141a49;
}
.cid-sGz6A9Yxd2 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sGz6A9Yxd2 .first-column .mbr-text {
  margin: 0;
}
.cid-sGz6A9Yxd2 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sGz6A9Yxd2 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sGz6A9Yxd2 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sGz6A9Yxd2 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sGz6A9Yxd2 .form-group {
  max-width: 55%;
}
.cid-sGz6A9Yxd2 .form-group,
.cid-sGz6A9Yxd2 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sGz6A9Yxd2 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sGz6A9Yxd2 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sGz6A9Yxd2 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGz6A9Yxd2 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGz6A9Yxd2 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sGz6A9Yxd2 .col + .mbr-section-btn .btn,
.cid-sGz6A9Yxd2 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sGz6A9Yxd2 .dragArea > *:nth-last-child(2).col,
.cid-sGz6A9Yxd2 .dragArea > *:nth-last-child(2).col-auto,
.cid-sGz6A9Yxd2 .col + .mbr-section-btn,
.cid-sGz6A9Yxd2 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sGz6A9Yxd2 .first-column,
  .cid-sGz6A9Yxd2 .second-column {
    padding-bottom: 2rem;
  }
  .cid-sGz6A9Yxd2 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sGz6A9Yxd2 .first-column,
  .cid-sGz6A9Yxd2 .second-column,
  .cid-sGz6A9Yxd2 .third-column {
    text-align: center;
  }
}
.cid-tOsF77vJVY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #090d2d;
}
.cid-tOsF77vJVY .mbr-text a {
  background-size: 100% 0%;
}
.cid-tOsF77vJVY .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tOsF77vJVY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGz75EL0OU .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGz75EL0OU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGz75EL0OU a {
  font-style: normal;
}
.cid-sGz75EL0OU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGz75EL0OU .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGz75EL0OU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGz75EL0OU .content-text {
  margin-bottom: 0;
}
.cid-sGz75EL0OU .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGz75EL0OU .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1f24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGz75EL0OU .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGz75EL0OU .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGz75EL0OU .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGz75EL0OU .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGz75EL0OU .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGz75EL0OU .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGz75EL0OU .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGz75EL0OU .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGz75EL0OU .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGz75EL0OU .content-right-side {
  text-align: center;
}
.cid-sGz75EL0OU .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGz75EL0OU .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGz75EL0OU .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGz75EL0OU .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGz75EL0OU .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGz75EL0OU .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGz75EL0OU img {
    height: 3.8rem !important;
  }
  .cid-sGz75EL0OU .btn {
    display: -webkit-flex;
  }
  .cid-sGz75EL0OU button.navbar-toggler {
    display: block;
  }
  .cid-sGz75EL0OU .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGz75EL0OU .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGz75EL0OU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGz75EL0OU .navbar-collapse.collapsing,
  .cid-sGz75EL0OU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGz75EL0OU .navbar-collapse.collapsing .navbar-nav,
  .cid-sGz75EL0OU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGz75EL0OU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGz75EL0OU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGz75EL0OU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGz75EL0OU .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGz75EL0OU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGz75EL0OU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGz75EL0OU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGz75EL0OU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGz75EL0OU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGz75EL0OU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGz75EL0OU .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGz75EL0OU .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGz75EL0OU .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGz75EL0OU .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGz75EL0OU .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGz75EL0OU .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGz75EL0OU .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGz75EL0OU .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGz75EL0OU .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGz75EL0OU .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGz75EL0OU .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz75EL0OU .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGz75EL0OU .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGz75EL0OU .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGz75EL0OU .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGz75EL0OU .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGz75EL0OU .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGz75EL0OU .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGz75EL0OU .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGz75EL0OU .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGz75EL0OU .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGz75EL0OU .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGz75EL0OU .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGz75EL0OU .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGz75EL0OU .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sGz75EL0OU .navbar-toggler {
    display: none;
  }
  .cid-sGz75EL0OU .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGz75EL0OU .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz75EL0OU .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGz75EL0OU .menu-logo {
  margin-right: auto;
}
.cid-sGz75EL0OU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz75EL0OU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGz75EL0OU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGz75EL0OU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGz75EL0OU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGz75EL0OU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGz75EL0OU .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGz75EL0OU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGz75EL0OU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGz75EL0OU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGz75EL0OU .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGz75EL0OU .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGz75EL0OU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGz75EL0OU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGz75EL0OU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGz75EL0OU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGz75EL0OU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGz75EL0OU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGz75EL0OU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGz75EL0OU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGz75EL0OU .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGz75EL0OU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGz75EL0OU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGz75EL0OU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGz75EL0OU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGz75EL0OU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGz75EL0OU button.navbar-toggler:focus {
  outline: none;
}
.cid-sGz75EL0OU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGz75EL0OU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGz75EL0OU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGz75EL0OU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGz75EL0OU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGz75EL0OU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGz75EL0OU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGz75EL0OU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGz75EL0OU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGz75EL0OU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGz75EL0OU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGz75EL0OU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGz75EL0OU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGz75EL0OU .collapsed .navbar-collapse.collapsing,
.cid-sGz75EL0OU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGz75EL0OU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGz75EL0OU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGz75EL0OU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGz75EL0OU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGz75EL0OU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGz75EL0OU .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGz75EL0OU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGz75EL0OU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGz75EL0OU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.4rem - 1.5rem);
  }
  .cid-sGz75EL0OU .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGz75EL0OU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGz75EL0OU .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGz75EL0OU .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGz75EL0OU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGz75EL0OU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGz75EL0OU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGz75EL0OU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGz75EL0OU .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGz75EL0OU .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGz75EL0OU .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGz75EL0OU .nav-link:focus {
  outline: none;
}
.cid-sGz75EL0OU .navbar-toggler {
  position: relative;
}
.cid-sGz75EL0OU .dropdown-item.active,
.cid-sGz75EL0OU .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGz75EL0OU .nav-link:hover,
.cid-sGz75EL0OU .dropdown-item:hover {
  color: #e5524e;
}
.cid-sGz75HGARG {
  padding-top: 140px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/transportadora-bramorim-12-1920x854.jpg");
}
.cid-sGz75HGARG .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGz75HGARG .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sGz75INSr5 {
  padding-top: 80px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGz75INSr5 .media-content .btn-bgr {
  z-index: 0;
}
.cid-sGz75INSr5 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sGz75INSr5 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sGz75INSr5 p {
  color: #464646;
}
.cid-sGz75INSr5 h2 {
  color: #000000;
}
.cid-sGz75INSr5 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sGz75INSr5 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sGz75INSr5 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sGz75INSr5 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGz75INSr5 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGz75INSr5 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sGz75INSr5 .mbr-text {
    text-align: center;
  }
}
.cid-sGz75INSr5 P {
  color: #8d97ad;
}
.cid-sGz75INSr5 .mbr-section-title,
.cid-sGz75INSr5 .mbr-section-btn {
  color: #141a49;
}
.cid-sGz75JVPtr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sGz75JVPtr h2,
.cid-sGz75JVPtr h3,
.cid-sGz75JVPtr h4,
.cid-sGz75JVPtr p {
  color: #ffffff;
}
.cid-sGz75JVPtr .mbr-overlay {
  z-index: -1;
}
.cid-sGz75JVPtr .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sGz75JVPtr .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sGz75JVPtr .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sGz75JVPtr .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz75JVPtr .mbr-text {
  color: #767676;
}
.cid-sGz75JVPtr .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sGz75JVPtr .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1d2671;
  opacity: 0.8;
  z-index: 0;
}
.cid-sGz75JVPtr .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sGz75JVPtr a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sGz75JVPtr .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sGz75JVPtr .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sGz75JVPtr textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sGz75JVPtr .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sGz75JVPtr .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sGz75JVPtr .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGz75JVPtr h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGz75JVPtr .block-content {
    padding: 0;
  }
  .cid-sGz75JVPtr .form-block {
    padding: 1rem;
  }
}
.cid-sGz75JVPtr .mbr-section-title,
.cid-sGz75JVPtr .mbr-section-btn {
  color: #141a49;
}
.cid-sGz75JVPtr .mbr-section-subtitle {
  color: #141a49;
}
.cid-sGz75JVPtr .form-text {
  color: #141a49;
}
.cid-sGz75JVPtr P {
  color: #1d2671;
}
.cid-sGz75L0LeW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141a49;
}
.cid-sGz75L0LeW .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sGz75L0LeW .first-column .mbr-text {
  margin: 0;
}
.cid-sGz75L0LeW .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sGz75L0LeW .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sGz75L0LeW .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sGz75L0LeW .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sGz75L0LeW .form-group {
  max-width: 55%;
}
.cid-sGz75L0LeW .form-group,
.cid-sGz75L0LeW .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sGz75L0LeW .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sGz75L0LeW .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sGz75L0LeW .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGz75L0LeW .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGz75L0LeW .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sGz75L0LeW .col + .mbr-section-btn .btn,
.cid-sGz75L0LeW .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sGz75L0LeW .dragArea > *:nth-last-child(2).col,
.cid-sGz75L0LeW .dragArea > *:nth-last-child(2).col-auto,
.cid-sGz75L0LeW .col + .mbr-section-btn,
.cid-sGz75L0LeW .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sGz75L0LeW .first-column,
  .cid-sGz75L0LeW .second-column {
    padding-bottom: 2rem;
  }
  .cid-sGz75L0LeW .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sGz75L0LeW .first-column,
  .cid-sGz75L0LeW .second-column,
  .cid-sGz75L0LeW .third-column {
    text-align: center;
  }
}
.cid-tOsF77vJVY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #090d2d;
}
.cid-tOsF77vJVY .mbr-text a {
  background-size: 100% 0%;
}
.cid-tOsF77vJVY .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tOsF77vJVY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGz7p9lRTa .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGz7p9lRTa .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGz7p9lRTa a {
  font-style: normal;
}
.cid-sGz7p9lRTa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGz7p9lRTa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGz7p9lRTa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGz7p9lRTa .content-text {
  margin-bottom: 0;
}
.cid-sGz7p9lRTa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGz7p9lRTa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1f24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGz7p9lRTa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGz7p9lRTa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGz7p9lRTa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGz7p9lRTa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGz7p9lRTa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGz7p9lRTa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGz7p9lRTa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGz7p9lRTa .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGz7p9lRTa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGz7p9lRTa .content-right-side {
  text-align: center;
}
.cid-sGz7p9lRTa .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGz7p9lRTa .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGz7p9lRTa .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGz7p9lRTa .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGz7p9lRTa .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGz7p9lRTa .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGz7p9lRTa img {
    height: 3.8rem !important;
  }
  .cid-sGz7p9lRTa .btn {
    display: -webkit-flex;
  }
  .cid-sGz7p9lRTa button.navbar-toggler {
    display: block;
  }
  .cid-sGz7p9lRTa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGz7p9lRTa .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGz7p9lRTa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGz7p9lRTa .navbar-collapse.collapsing,
  .cid-sGz7p9lRTa .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGz7p9lRTa .navbar-collapse.collapsing .navbar-nav,
  .cid-sGz7p9lRTa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGz7p9lRTa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGz7p9lRTa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGz7p9lRTa .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGz7p9lRTa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGz7p9lRTa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGz7p9lRTa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGz7p9lRTa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGz7p9lRTa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGz7p9lRTa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGz7p9lRTa .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGz7p9lRTa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGz7p9lRTa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGz7p9lRTa .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGz7p9lRTa .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGz7p9lRTa .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGz7p9lRTa .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGz7p9lRTa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGz7p9lRTa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGz7p9lRTa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGz7p9lRTa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGz7p9lRTa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz7p9lRTa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGz7p9lRTa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGz7p9lRTa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGz7p9lRTa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGz7p9lRTa .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGz7p9lRTa .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGz7p9lRTa .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGz7p9lRTa .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGz7p9lRTa .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGz7p9lRTa .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGz7p9lRTa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGz7p9lRTa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGz7p9lRTa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGz7p9lRTa .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sGz7p9lRTa .navbar-toggler {
    display: none;
  }
  .cid-sGz7p9lRTa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGz7p9lRTa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz7p9lRTa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGz7p9lRTa .menu-logo {
  margin-right: auto;
}
.cid-sGz7p9lRTa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz7p9lRTa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGz7p9lRTa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGz7p9lRTa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGz7p9lRTa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGz7p9lRTa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGz7p9lRTa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGz7p9lRTa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGz7p9lRTa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGz7p9lRTa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGz7p9lRTa .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGz7p9lRTa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGz7p9lRTa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGz7p9lRTa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGz7p9lRTa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGz7p9lRTa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGz7p9lRTa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGz7p9lRTa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGz7p9lRTa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGz7p9lRTa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGz7p9lRTa .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGz7p9lRTa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGz7p9lRTa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGz7p9lRTa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGz7p9lRTa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGz7p9lRTa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGz7p9lRTa button.navbar-toggler:focus {
  outline: none;
}
.cid-sGz7p9lRTa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGz7p9lRTa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGz7p9lRTa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGz7p9lRTa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGz7p9lRTa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGz7p9lRTa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGz7p9lRTa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGz7p9lRTa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGz7p9lRTa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGz7p9lRTa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGz7p9lRTa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGz7p9lRTa .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGz7p9lRTa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGz7p9lRTa .collapsed .navbar-collapse.collapsing,
.cid-sGz7p9lRTa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGz7p9lRTa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGz7p9lRTa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGz7p9lRTa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGz7p9lRTa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGz7p9lRTa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGz7p9lRTa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGz7p9lRTa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGz7p9lRTa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGz7p9lRTa .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.4rem - 1.5rem);
  }
  .cid-sGz7p9lRTa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGz7p9lRTa .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGz7p9lRTa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGz7p9lRTa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGz7p9lRTa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGz7p9lRTa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGz7p9lRTa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGz7p9lRTa .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGz7p9lRTa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGz7p9lRTa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGz7p9lRTa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGz7p9lRTa .nav-link:focus {
  outline: none;
}
.cid-sGz7p9lRTa .navbar-toggler {
  position: relative;
}
.cid-sGz7p9lRTa .dropdown-item.active,
.cid-sGz7p9lRTa .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGz7p9lRTa .nav-link:hover,
.cid-sGz7p9lRTa .dropdown-item:hover {
  color: #e5524e;
}
.cid-sGz7pbaJge {
  padding-top: 140px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/transportadora-bramorim-12-1920x854.jpg");
}
.cid-sGz7pbaJge .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGz7pbaJge .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sGz7pclOZU {
  padding-top: 80px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGz7pclOZU .media-content .btn-bgr {
  z-index: 0;
}
.cid-sGz7pclOZU .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sGz7pclOZU h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sGz7pclOZU p {
  color: #464646;
}
.cid-sGz7pclOZU h2 {
  color: #000000;
}
.cid-sGz7pclOZU .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sGz7pclOZU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sGz7pclOZU .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sGz7pclOZU .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGz7pclOZU .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGz7pclOZU .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sGz7pclOZU .mbr-text {
    text-align: center;
  }
}
.cid-sGz7pclOZU P {
  color: #8d97ad;
}
.cid-sGz7pclOZU .mbr-section-title,
.cid-sGz7pclOZU .mbr-section-btn {
  color: #141a49;
}
.cid-sGz7pdmG5v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sGz7pdmG5v h2,
.cid-sGz7pdmG5v h3,
.cid-sGz7pdmG5v h4,
.cid-sGz7pdmG5v p {
  color: #ffffff;
}
.cid-sGz7pdmG5v .mbr-overlay {
  z-index: -1;
}
.cid-sGz7pdmG5v .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sGz7pdmG5v .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sGz7pdmG5v .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sGz7pdmG5v .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGz7pdmG5v .mbr-text {
  color: #767676;
}
.cid-sGz7pdmG5v .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sGz7pdmG5v .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1d2671;
  opacity: 0.8;
  z-index: 0;
}
.cid-sGz7pdmG5v .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sGz7pdmG5v a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sGz7pdmG5v .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sGz7pdmG5v .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sGz7pdmG5v textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sGz7pdmG5v .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sGz7pdmG5v .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sGz7pdmG5v .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGz7pdmG5v h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGz7pdmG5v .block-content {
    padding: 0;
  }
  .cid-sGz7pdmG5v .form-block {
    padding: 1rem;
  }
}
.cid-sGz7pdmG5v .mbr-section-title,
.cid-sGz7pdmG5v .mbr-section-btn {
  color: #141a49;
}
.cid-sGz7pdmG5v .mbr-section-subtitle {
  color: #141a49;
}
.cid-sGz7pdmG5v .form-text {
  color: #141a49;
}
.cid-sGz7pdmG5v P {
  color: #1d2671;
}
.cid-sGz7pen4JG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141a49;
}
.cid-sGz7pen4JG .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sGz7pen4JG .first-column .mbr-text {
  margin: 0;
}
.cid-sGz7pen4JG .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sGz7pen4JG .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sGz7pen4JG .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sGz7pen4JG .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sGz7pen4JG .form-group {
  max-width: 55%;
}
.cid-sGz7pen4JG .form-group,
.cid-sGz7pen4JG .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sGz7pen4JG .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sGz7pen4JG .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sGz7pen4JG .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGz7pen4JG .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGz7pen4JG .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sGz7pen4JG .col + .mbr-section-btn .btn,
.cid-sGz7pen4JG .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sGz7pen4JG .dragArea > *:nth-last-child(2).col,
.cid-sGz7pen4JG .dragArea > *:nth-last-child(2).col-auto,
.cid-sGz7pen4JG .col + .mbr-section-btn,
.cid-sGz7pen4JG .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sGz7pen4JG .first-column,
  .cid-sGz7pen4JG .second-column {
    padding-bottom: 2rem;
  }
  .cid-sGz7pen4JG .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sGz7pen4JG .first-column,
  .cid-sGz7pen4JG .second-column,
  .cid-sGz7pen4JG .third-column {
    text-align: center;
  }
}
.cid-tOsF77vJVY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #090d2d;
}
.cid-tOsF77vJVY .mbr-text a {
  background-size: 100% 0%;
}
.cid-tOsF77vJVY .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tOsF77vJVY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGzbebocOS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGzbebocOS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGzbebocOS a {
  font-style: normal;
}
.cid-sGzbebocOS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGzbebocOS .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGzbebocOS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGzbebocOS .content-text {
  margin-bottom: 0;
}
.cid-sGzbebocOS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGzbebocOS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1f24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGzbebocOS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGzbebocOS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGzbebocOS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGzbebocOS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGzbebocOS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGzbebocOS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGzbebocOS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGzbebocOS .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGzbebocOS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGzbebocOS .content-right-side {
  text-align: center;
}
.cid-sGzbebocOS .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGzbebocOS .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGzbebocOS .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGzbebocOS .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGzbebocOS .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGzbebocOS .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGzbebocOS img {
    height: 3.8rem !important;
  }
  .cid-sGzbebocOS .btn {
    display: -webkit-flex;
  }
  .cid-sGzbebocOS button.navbar-toggler {
    display: block;
  }
  .cid-sGzbebocOS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGzbebocOS .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGzbebocOS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGzbebocOS .navbar-collapse.collapsing,
  .cid-sGzbebocOS .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGzbebocOS .navbar-collapse.collapsing .navbar-nav,
  .cid-sGzbebocOS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGzbebocOS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGzbebocOS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGzbebocOS .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGzbebocOS .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGzbebocOS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGzbebocOS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGzbebocOS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGzbebocOS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGzbebocOS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGzbebocOS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGzbebocOS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGzbebocOS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGzbebocOS .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGzbebocOS .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGzbebocOS .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGzbebocOS .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGzbebocOS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGzbebocOS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGzbebocOS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGzbebocOS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGzbebocOS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGzbebocOS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGzbebocOS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGzbebocOS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGzbebocOS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGzbebocOS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGzbebocOS .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGzbebocOS .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGzbebocOS .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGzbebocOS .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGzbebocOS .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGzbebocOS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGzbebocOS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGzbebocOS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGzbebocOS .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sGzbebocOS .navbar-toggler {
    display: none;
  }
  .cid-sGzbebocOS .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGzbebocOS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGzbebocOS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGzbebocOS .menu-logo {
  margin-right: auto;
}
.cid-sGzbebocOS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGzbebocOS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGzbebocOS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGzbebocOS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGzbebocOS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGzbebocOS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGzbebocOS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGzbebocOS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGzbebocOS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGzbebocOS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGzbebocOS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGzbebocOS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGzbebocOS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGzbebocOS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGzbebocOS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGzbebocOS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGzbebocOS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGzbebocOS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGzbebocOS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGzbebocOS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGzbebocOS .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGzbebocOS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGzbebocOS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGzbebocOS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGzbebocOS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGzbebocOS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGzbebocOS button.navbar-toggler:focus {
  outline: none;
}
.cid-sGzbebocOS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGzbebocOS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGzbebocOS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGzbebocOS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGzbebocOS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGzbebocOS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGzbebocOS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGzbebocOS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGzbebocOS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGzbebocOS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGzbebocOS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGzbebocOS .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGzbebocOS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGzbebocOS .collapsed .navbar-collapse.collapsing,
.cid-sGzbebocOS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGzbebocOS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGzbebocOS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGzbebocOS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGzbebocOS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGzbebocOS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGzbebocOS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGzbebocOS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGzbebocOS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGzbebocOS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.4rem - 1.5rem);
  }
  .cid-sGzbebocOS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGzbebocOS .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGzbebocOS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGzbebocOS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGzbebocOS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGzbebocOS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGzbebocOS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGzbebocOS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGzbebocOS .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGzbebocOS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGzbebocOS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGzbebocOS .nav-link:focus {
  outline: none;
}
.cid-sGzbebocOS .navbar-toggler {
  position: relative;
}
.cid-sGzbebocOS .dropdown-item.active,
.cid-sGzbebocOS .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGzbebocOS .nav-link:hover,
.cid-sGzbebocOS .dropdown-item:hover {
  color: #e5524e;
}
.cid-sGzbedb8WA {
  padding-top: 140px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/transportadora-bramorim-12-1920x854.jpg");
}
.cid-sGzbedb8WA .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGzbedb8WA .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sGzbOZHOcs {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGzbv3eGYO {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGzbv3eGYO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGzbv3eGYO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGzbv3eGYO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGzbv3eGYO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGzbv3eGYO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ed1f24;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ed1f24, #090d2d) !important;
}
.cid-sGzbv3eGYO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGzbv3eGYO .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sGzbv3eGYO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sGzbv3eGYO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ed1f24 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ed1f24, #090d2d) !important;
}
.cid-sGzbv3eGYO ul {
  font-size: 0;
}
.cid-sGzbv3eGYO .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #141a49;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-sGzbv3eGYO .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #141a49 solid;
  border-radius: 0 !important;
}
.cid-sGzbv3eGYO .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sGzbegmlq1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sGzbegmlq1 h2,
.cid-sGzbegmlq1 h3,
.cid-sGzbegmlq1 h4,
.cid-sGzbegmlq1 p {
  color: #ffffff;
}
.cid-sGzbegmlq1 .mbr-overlay {
  z-index: -1;
}
.cid-sGzbegmlq1 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sGzbegmlq1 .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sGzbegmlq1 .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sGzbegmlq1 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGzbegmlq1 .mbr-text {
  color: #767676;
}
.cid-sGzbegmlq1 .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sGzbegmlq1 .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1d2671;
  opacity: 0.8;
  z-index: 0;
}
.cid-sGzbegmlq1 .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sGzbegmlq1 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sGzbegmlq1 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sGzbegmlq1 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sGzbegmlq1 textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sGzbegmlq1 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sGzbegmlq1 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sGzbegmlq1 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGzbegmlq1 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGzbegmlq1 .block-content {
    padding: 0;
  }
  .cid-sGzbegmlq1 .form-block {
    padding: 1rem;
  }
}
.cid-sGzbegmlq1 .mbr-section-title,
.cid-sGzbegmlq1 .mbr-section-btn {
  color: #141a49;
}
.cid-sGzbegmlq1 .mbr-section-subtitle {
  color: #141a49;
}
.cid-sGzbegmlq1 .form-text {
  color: #141a49;
}
.cid-sGzbegmlq1 P {
  color: #1d2671;
}
.cid-sGzbeivfTo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141a49;
}
.cid-sGzbeivfTo .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sGzbeivfTo .first-column .mbr-text {
  margin: 0;
}
.cid-sGzbeivfTo .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sGzbeivfTo .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sGzbeivfTo .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sGzbeivfTo .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sGzbeivfTo .form-group {
  max-width: 55%;
}
.cid-sGzbeivfTo .form-group,
.cid-sGzbeivfTo .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sGzbeivfTo .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sGzbeivfTo .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sGzbeivfTo .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGzbeivfTo .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGzbeivfTo .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sGzbeivfTo .col + .mbr-section-btn .btn,
.cid-sGzbeivfTo .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sGzbeivfTo .dragArea > *:nth-last-child(2).col,
.cid-sGzbeivfTo .dragArea > *:nth-last-child(2).col-auto,
.cid-sGzbeivfTo .col + .mbr-section-btn,
.cid-sGzbeivfTo .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sGzbeivfTo .first-column,
  .cid-sGzbeivfTo .second-column {
    padding-bottom: 2rem;
  }
  .cid-sGzbeivfTo .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sGzbeivfTo .first-column,
  .cid-sGzbeivfTo .second-column,
  .cid-sGzbeivfTo .third-column {
    text-align: center;
  }
}
.cid-tOsF77vJVY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #090d2d;
}
.cid-tOsF77vJVY .mbr-text a {
  background-size: 100% 0%;
}
.cid-tOsF77vJVY .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tOsF77vJVY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGzc9ASBLQ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGzc9ASBLQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGzc9ASBLQ a {
  font-style: normal;
}
.cid-sGzc9ASBLQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGzc9ASBLQ .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGzc9ASBLQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGzc9ASBLQ .content-text {
  margin-bottom: 0;
}
.cid-sGzc9ASBLQ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGzc9ASBLQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1f24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGzc9ASBLQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGzc9ASBLQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGzc9ASBLQ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGzc9ASBLQ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGzc9ASBLQ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGzc9ASBLQ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGzc9ASBLQ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGzc9ASBLQ .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGzc9ASBLQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGzc9ASBLQ .content-right-side {
  text-align: center;
}
.cid-sGzc9ASBLQ .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGzc9ASBLQ .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGzc9ASBLQ .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGzc9ASBLQ .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGzc9ASBLQ .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGzc9ASBLQ .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGzc9ASBLQ img {
    height: 3.8rem !important;
  }
  .cid-sGzc9ASBLQ .btn {
    display: -webkit-flex;
  }
  .cid-sGzc9ASBLQ button.navbar-toggler {
    display: block;
  }
  .cid-sGzc9ASBLQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGzc9ASBLQ .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGzc9ASBLQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGzc9ASBLQ .navbar-collapse.collapsing,
  .cid-sGzc9ASBLQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGzc9ASBLQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sGzc9ASBLQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGzc9ASBLQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGzc9ASBLQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGzc9ASBLQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGzc9ASBLQ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGzc9ASBLQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGzc9ASBLQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGzc9ASBLQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGzc9ASBLQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGzc9ASBLQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGzc9ASBLQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGzc9ASBLQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGzc9ASBLQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGzc9ASBLQ .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGzc9ASBLQ .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGzc9ASBLQ .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGzc9ASBLQ .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGzc9ASBLQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGzc9ASBLQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGzc9ASBLQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGzc9ASBLQ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGzc9ASBLQ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGzc9ASBLQ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGzc9ASBLQ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGzc9ASBLQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGzc9ASBLQ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGzc9ASBLQ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGzc9ASBLQ .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGzc9ASBLQ .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGzc9ASBLQ .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGzc9ASBLQ .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGzc9ASBLQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGzc9ASBLQ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGzc9ASBLQ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGzc9ASBLQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGzc9ASBLQ .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sGzc9ASBLQ .navbar-toggler {
    display: none;
  }
  .cid-sGzc9ASBLQ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGzc9ASBLQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGzc9ASBLQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGzc9ASBLQ .menu-logo {
  margin-right: auto;
}
.cid-sGzc9ASBLQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGzc9ASBLQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGzc9ASBLQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGzc9ASBLQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGzc9ASBLQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGzc9ASBLQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGzc9ASBLQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGzc9ASBLQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGzc9ASBLQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGzc9ASBLQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGzc9ASBLQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGzc9ASBLQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGzc9ASBLQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGzc9ASBLQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGzc9ASBLQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGzc9ASBLQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGzc9ASBLQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGzc9ASBLQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGzc9ASBLQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGzc9ASBLQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGzc9ASBLQ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGzc9ASBLQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGzc9ASBLQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGzc9ASBLQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGzc9ASBLQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGzc9ASBLQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGzc9ASBLQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sGzc9ASBLQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGzc9ASBLQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGzc9ASBLQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGzc9ASBLQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGzc9ASBLQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGzc9ASBLQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGzc9ASBLQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGzc9ASBLQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGzc9ASBLQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGzc9ASBLQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGzc9ASBLQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGzc9ASBLQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGzc9ASBLQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGzc9ASBLQ .collapsed .navbar-collapse.collapsing,
.cid-sGzc9ASBLQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGzc9ASBLQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGzc9ASBLQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGzc9ASBLQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGzc9ASBLQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGzc9ASBLQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGzc9ASBLQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGzc9ASBLQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGzc9ASBLQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGzc9ASBLQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.4rem - 1.5rem);
  }
  .cid-sGzc9ASBLQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGzc9ASBLQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGzc9ASBLQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGzc9ASBLQ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGzc9ASBLQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGzc9ASBLQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGzc9ASBLQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGzc9ASBLQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGzc9ASBLQ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGzc9ASBLQ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGzc9ASBLQ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGzc9ASBLQ .nav-link:focus {
  outline: none;
}
.cid-sGzc9ASBLQ .navbar-toggler {
  position: relative;
}
.cid-sGzc9ASBLQ .dropdown-item.active,
.cid-sGzc9ASBLQ .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGzc9ASBLQ .nav-link:hover,
.cid-sGzc9ASBLQ .dropdown-item:hover {
  color: #e5524e;
}
.cid-sGzc9DYmYM {
  padding-top: 140px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/transportadora-bramorim-12-1920x854.jpg");
}
.cid-sGzc9DYmYM .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGzc9DYmYM .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sGzcqA3825 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sGzcqA3825 .mbr-overlay {
  background: linear-gradient(90deg, #4284df, #6441a5);
}
.cid-sGzcqA3825 h2,
.cid-sGzcqA3825 h3,
.cid-sGzcqA3825 h4,
.cid-sGzcqA3825 p {
  color: #ffffff;
}
.cid-sGzcqA3825 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sGzcqA3825 .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sGzcqA3825 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGzcqA3825 .mbr-text {
  color: #767676;
}
.cid-sGzcqA3825 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sGzcqA3825 .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGzcqA3825 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sGzcqA3825 textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sGzcqA3825 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sGzcqA3825 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sGzcqA3825 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sGzcqA3825 .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sGzcqA3825 H2 {
  text-align: center;
  color: #141a49;
}
.cid-sGzcqA3825 H3 {
  text-align: center;
  color: #8d97ad;
}
.cid-sGzc9JrIhB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141a49;
}
.cid-sGzc9JrIhB .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sGzc9JrIhB .first-column .mbr-text {
  margin: 0;
}
.cid-sGzc9JrIhB .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sGzc9JrIhB .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sGzc9JrIhB .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sGzc9JrIhB .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sGzc9JrIhB .form-group {
  max-width: 55%;
}
.cid-sGzc9JrIhB .form-group,
.cid-sGzc9JrIhB .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sGzc9JrIhB .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sGzc9JrIhB .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sGzc9JrIhB .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGzc9JrIhB .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGzc9JrIhB .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sGzc9JrIhB .col + .mbr-section-btn .btn,
.cid-sGzc9JrIhB .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sGzc9JrIhB .dragArea > *:nth-last-child(2).col,
.cid-sGzc9JrIhB .dragArea > *:nth-last-child(2).col-auto,
.cid-sGzc9JrIhB .col + .mbr-section-btn,
.cid-sGzc9JrIhB .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sGzc9JrIhB .first-column,
  .cid-sGzc9JrIhB .second-column {
    padding-bottom: 2rem;
  }
  .cid-sGzc9JrIhB .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sGzc9JrIhB .first-column,
  .cid-sGzc9JrIhB .second-column,
  .cid-sGzc9JrIhB .third-column {
    text-align: center;
  }
}
.cid-tOsF77vJVY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #090d2d;
}
.cid-tOsF77vJVY .mbr-text a {
  background-size: 100% 0%;
}
.cid-tOsF77vJVY .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tOsF77vJVY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGzesbKhsF .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGzesbKhsF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGzesbKhsF a {
  font-style: normal;
}
.cid-sGzesbKhsF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGzesbKhsF .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGzesbKhsF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGzesbKhsF .content-text {
  margin-bottom: 0;
}
.cid-sGzesbKhsF .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGzesbKhsF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1f24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGzesbKhsF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGzesbKhsF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGzesbKhsF .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGzesbKhsF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGzesbKhsF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGzesbKhsF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGzesbKhsF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGzesbKhsF .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGzesbKhsF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGzesbKhsF .content-right-side {
  text-align: center;
}
.cid-sGzesbKhsF .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGzesbKhsF .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGzesbKhsF .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGzesbKhsF .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGzesbKhsF .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGzesbKhsF .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGzesbKhsF img {
    height: 3.8rem !important;
  }
  .cid-sGzesbKhsF .btn {
    display: -webkit-flex;
  }
  .cid-sGzesbKhsF button.navbar-toggler {
    display: block;
  }
  .cid-sGzesbKhsF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGzesbKhsF .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGzesbKhsF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGzesbKhsF .navbar-collapse.collapsing,
  .cid-sGzesbKhsF .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGzesbKhsF .navbar-collapse.collapsing .navbar-nav,
  .cid-sGzesbKhsF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGzesbKhsF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGzesbKhsF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGzesbKhsF .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGzesbKhsF .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGzesbKhsF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGzesbKhsF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGzesbKhsF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGzesbKhsF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGzesbKhsF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGzesbKhsF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGzesbKhsF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGzesbKhsF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGzesbKhsF .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGzesbKhsF .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGzesbKhsF .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGzesbKhsF .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGzesbKhsF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGzesbKhsF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGzesbKhsF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGzesbKhsF .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGzesbKhsF .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGzesbKhsF .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGzesbKhsF .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGzesbKhsF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGzesbKhsF .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGzesbKhsF .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGzesbKhsF .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGzesbKhsF .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGzesbKhsF .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGzesbKhsF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGzesbKhsF .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGzesbKhsF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGzesbKhsF .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGzesbKhsF .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGzesbKhsF .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sGzesbKhsF .navbar-toggler {
    display: none;
  }
  .cid-sGzesbKhsF .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGzesbKhsF .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGzesbKhsF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGzesbKhsF .menu-logo {
  margin-right: auto;
}
.cid-sGzesbKhsF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGzesbKhsF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGzesbKhsF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGzesbKhsF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGzesbKhsF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGzesbKhsF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGzesbKhsF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGzesbKhsF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGzesbKhsF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGzesbKhsF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGzesbKhsF .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGzesbKhsF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGzesbKhsF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGzesbKhsF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGzesbKhsF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGzesbKhsF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGzesbKhsF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGzesbKhsF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGzesbKhsF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGzesbKhsF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGzesbKhsF .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGzesbKhsF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGzesbKhsF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGzesbKhsF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGzesbKhsF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGzesbKhsF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGzesbKhsF button.navbar-toggler:focus {
  outline: none;
}
.cid-sGzesbKhsF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGzesbKhsF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGzesbKhsF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGzesbKhsF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGzesbKhsF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGzesbKhsF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGzesbKhsF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGzesbKhsF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGzesbKhsF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGzesbKhsF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGzesbKhsF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGzesbKhsF .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGzesbKhsF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGzesbKhsF .collapsed .navbar-collapse.collapsing,
.cid-sGzesbKhsF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGzesbKhsF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGzesbKhsF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGzesbKhsF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGzesbKhsF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGzesbKhsF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGzesbKhsF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGzesbKhsF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGzesbKhsF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGzesbKhsF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.4rem - 1.5rem);
  }
  .cid-sGzesbKhsF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGzesbKhsF .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGzesbKhsF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGzesbKhsF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGzesbKhsF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGzesbKhsF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGzesbKhsF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGzesbKhsF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGzesbKhsF .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGzesbKhsF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGzesbKhsF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGzesbKhsF .nav-link:focus {
  outline: none;
}
.cid-sGzesbKhsF .navbar-toggler {
  position: relative;
}
.cid-sGzesbKhsF .dropdown-item.active,
.cid-sGzesbKhsF .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGzesbKhsF .nav-link:hover,
.cid-sGzesbKhsF .dropdown-item:hover {
  color: #e5524e;
}
.cid-sGzese0gc1 {
  padding-top: 140px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/transportadora-bramorim-12-1920x854.jpg");
}
.cid-sGzese0gc1 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGzese0gc1 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sGDjdbOAq7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sGDjdbOAq7 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sGDjdbOAq7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sGDjdbOAq7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sGDjdbOAq7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sGDjdbOAq7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sGDjdbOAq7 .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGDjdbOAq7 .form-container {
  padding: 3rem;
}
.cid-sGDjdbOAq7 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sGDjdbOAq7 .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #1d2671, #4284df);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGDjdbOAq7 .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sGDjdbOAq7 .form-group,
  .cid-sGDjdbOAq7 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sGDjdbOAq7 .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-sGDjdbOAq7 .form-control:focus,
.cid-sGDjdbOAq7 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sGDjdbOAq7 textarea.form-control {
  min-height: 170px;
}
.cid-sGDjdbOAq7 .form-group {
  margin-bottom: 1rem;
}
.cid-sGDjdbOAq7 input::-webkit-input-placeholder,
.cid-sGDjdbOAq7 textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-sGDjdbOAq7 input:-moz-placeholder,
.cid-sGDjdbOAq7 textarea:-moz-placeholder {
  color: #565656;
}
.cid-sGDjdbOAq7 .jq-selectbox li,
.cid-sGDjdbOAq7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGDjdbOAq7 .jq-selectbox li:hover,
.cid-sGDjdbOAq7 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGDjdbOAq7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sGDjdbOAq7 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sGDjdbOAq7 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sGDjdbOAq7 .text-block {
    margin-bottom: 2rem;
  }
  .cid-sGDjdbOAq7 .wrapper {
    margin-top: 0;
  }
}
.cid-sGDjdbOAq7 .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sGDjdbOAq7 .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sGDjdbOAq7 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sGDjdbOAq7 .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sGDjdbOAq7 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sGDjdbOAq7 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGDjdbOAq7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGzesg9HAd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141a49;
}
.cid-sGzesg9HAd .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sGzesg9HAd .first-column .mbr-text {
  margin: 0;
}
.cid-sGzesg9HAd .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sGzesg9HAd .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sGzesg9HAd .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sGzesg9HAd .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sGzesg9HAd .form-group {
  max-width: 55%;
}
.cid-sGzesg9HAd .form-group,
.cid-sGzesg9HAd .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sGzesg9HAd .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sGzesg9HAd .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sGzesg9HAd .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGzesg9HAd .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGzesg9HAd .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sGzesg9HAd .col + .mbr-section-btn .btn,
.cid-sGzesg9HAd .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sGzesg9HAd .dragArea > *:nth-last-child(2).col,
.cid-sGzesg9HAd .dragArea > *:nth-last-child(2).col-auto,
.cid-sGzesg9HAd .col + .mbr-section-btn,
.cid-sGzesg9HAd .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sGzesg9HAd .first-column,
  .cid-sGzesg9HAd .second-column {
    padding-bottom: 2rem;
  }
  .cid-sGzesg9HAd .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sGzesg9HAd .first-column,
  .cid-sGzesg9HAd .second-column,
  .cid-sGzesg9HAd .third-column {
    text-align: center;
  }
}
.cid-tOsF77vJVY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #090d2d;
}
.cid-tOsF77vJVY .mbr-text a {
  background-size: 100% 0%;
}
.cid-tOsF77vJVY .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tOsF77vJVY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGDluhJlIv .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGDluhJlIv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGDluhJlIv a {
  font-style: normal;
}
.cid-sGDluhJlIv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGDluhJlIv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGDluhJlIv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDluhJlIv .content-text {
  margin-bottom: 0;
}
.cid-sGDluhJlIv .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGDluhJlIv .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1f24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGDluhJlIv .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGDluhJlIv .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGDluhJlIv .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGDluhJlIv .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGDluhJlIv .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGDluhJlIv .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGDluhJlIv .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGDluhJlIv .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGDluhJlIv .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGDluhJlIv .content-right-side {
  text-align: center;
}
.cid-sGDluhJlIv .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGDluhJlIv .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGDluhJlIv .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGDluhJlIv .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGDluhJlIv .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGDluhJlIv .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGDluhJlIv img {
    height: 3.8rem !important;
  }
  .cid-sGDluhJlIv .btn {
    display: -webkit-flex;
  }
  .cid-sGDluhJlIv button.navbar-toggler {
    display: block;
  }
  .cid-sGDluhJlIv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGDluhJlIv .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGDluhJlIv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGDluhJlIv .navbar-collapse.collapsing,
  .cid-sGDluhJlIv .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGDluhJlIv .navbar-collapse.collapsing .navbar-nav,
  .cid-sGDluhJlIv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGDluhJlIv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGDluhJlIv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGDluhJlIv .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGDluhJlIv .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGDluhJlIv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGDluhJlIv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGDluhJlIv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGDluhJlIv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGDluhJlIv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGDluhJlIv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGDluhJlIv .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGDluhJlIv .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGDluhJlIv .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGDluhJlIv .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGDluhJlIv .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGDluhJlIv .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGDluhJlIv .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGDluhJlIv .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGDluhJlIv .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGDluhJlIv .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGDluhJlIv .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGDluhJlIv .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGDluhJlIv .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGDluhJlIv .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGDluhJlIv .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGDluhJlIv .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGDluhJlIv .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGDluhJlIv .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGDluhJlIv .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGDluhJlIv .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGDluhJlIv .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGDluhJlIv .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGDluhJlIv .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGDluhJlIv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGDluhJlIv .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sGDluhJlIv .navbar-toggler {
    display: none;
  }
  .cid-sGDluhJlIv .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGDluhJlIv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGDluhJlIv .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGDluhJlIv .menu-logo {
  margin-right: auto;
}
.cid-sGDluhJlIv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGDluhJlIv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGDluhJlIv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGDluhJlIv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGDluhJlIv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGDluhJlIv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGDluhJlIv .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGDluhJlIv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGDluhJlIv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGDluhJlIv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGDluhJlIv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGDluhJlIv .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGDluhJlIv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDluhJlIv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGDluhJlIv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGDluhJlIv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGDluhJlIv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDluhJlIv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGDluhJlIv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGDluhJlIv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGDluhJlIv .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGDluhJlIv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGDluhJlIv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGDluhJlIv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGDluhJlIv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGDluhJlIv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGDluhJlIv button.navbar-toggler:focus {
  outline: none;
}
.cid-sGDluhJlIv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGDluhJlIv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGDluhJlIv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGDluhJlIv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGDluhJlIv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGDluhJlIv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGDluhJlIv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGDluhJlIv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGDluhJlIv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGDluhJlIv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGDluhJlIv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGDluhJlIv .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGDluhJlIv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGDluhJlIv .collapsed .navbar-collapse.collapsing,
.cid-sGDluhJlIv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGDluhJlIv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGDluhJlIv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGDluhJlIv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGDluhJlIv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGDluhJlIv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGDluhJlIv .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGDluhJlIv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGDluhJlIv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGDluhJlIv .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.4rem - 1.5rem);
  }
  .cid-sGDluhJlIv .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGDluhJlIv .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGDluhJlIv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGDluhJlIv .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGDluhJlIv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGDluhJlIv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGDluhJlIv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGDluhJlIv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGDluhJlIv .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGDluhJlIv .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGDluhJlIv .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGDluhJlIv .nav-link:focus {
  outline: none;
}
.cid-sGDluhJlIv .navbar-toggler {
  position: relative;
}
.cid-sGDluhJlIv .dropdown-item.active,
.cid-sGDluhJlIv .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGDluhJlIv .nav-link:hover,
.cid-sGDluhJlIv .dropdown-item:hover {
  color: #e5524e;
}
.cid-sGDluiZssh {
  padding-top: 140px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/transportadora-bramorim-12-1920x854.jpg");
}
.cid-sGDluiZssh .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGDluiZssh .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sGDlujEjGz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sGDlujEjGz .mbr-overlay {
  background: linear-gradient(90deg, #4284df, #6441a5);
}
.cid-sGDlujEjGz h2,
.cid-sGDlujEjGz h3,
.cid-sGDlujEjGz h4,
.cid-sGDlujEjGz p {
  color: #ffffff;
}
.cid-sGDlujEjGz .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sGDlujEjGz .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sGDlujEjGz .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGDlujEjGz .mbr-text {
  color: #767676;
}
.cid-sGDlujEjGz a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sGDlujEjGz .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGDlujEjGz .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sGDlujEjGz textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sGDlujEjGz h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sGDlujEjGz .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sGDlujEjGz .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sGDlujEjGz .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sGDlujEjGz H2 {
  text-align: center;
  color: #141a49;
}
.cid-sGDlujEjGz H3 {
  text-align: center;
  color: #8d97ad;
}
.cid-sGDlukjsXE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141a49;
}
.cid-sGDlukjsXE .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sGDlukjsXE .first-column .mbr-text {
  margin: 0;
}
.cid-sGDlukjsXE .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sGDlukjsXE .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sGDlukjsXE .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sGDlukjsXE .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sGDlukjsXE .form-group {
  max-width: 55%;
}
.cid-sGDlukjsXE .form-group,
.cid-sGDlukjsXE .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sGDlukjsXE .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sGDlukjsXE .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sGDlukjsXE .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGDlukjsXE .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sGDlukjsXE .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sGDlukjsXE .col + .mbr-section-btn .btn,
.cid-sGDlukjsXE .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sGDlukjsXE .dragArea > *:nth-last-child(2).col,
.cid-sGDlukjsXE .dragArea > *:nth-last-child(2).col-auto,
.cid-sGDlukjsXE .col + .mbr-section-btn,
.cid-sGDlukjsXE .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sGDlukjsXE .first-column,
  .cid-sGDlukjsXE .second-column {
    padding-bottom: 2rem;
  }
  .cid-sGDlukjsXE .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sGDlukjsXE .first-column,
  .cid-sGDlukjsXE .second-column,
  .cid-sGDlukjsXE .third-column {
    text-align: center;
  }
}
.cid-tOsF77vJVY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #090d2d;
}
.cid-tOsF77vJVY .mbr-text a {
  background-size: 100% 0%;
}
.cid-tOsF77vJVY .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tOsF77vJVY .media-container-row .mbr-text {
  color: #ffffff;
}
