body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Cormorant Infant', serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Cormorant Infant', serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Lora', serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Cormorant Infant', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ccb265 !important;
}
.bg-success {
  background-color: #005c30 !important;
}
.bg-info {
  background-color: #fcefd1 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ccb265 !important;
  border-color: #ccb265 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a48836 !important;
  border-color: #a48836 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a48836 !important;
  border-color: #a48836 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fcefd1 !important;
  border-color: #fcefd1 !important;
  color: #c18b0d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #705007 !important;
  background-color: #f7d380 !important;
  border-color: #f7d380 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #c18b0d !important;
  background-color: #f7d380 !important;
  border-color: #f7d380 !important;
}
.btn-success,
.btn-success:active {
  background-color: #005c30 !important;
  border-color: #005c30 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000503 !important;
  border-color: #000503 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000503 !important;
  border-color: #000503 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ccb265;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a48836 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ccb265 !important;
  border-color: #ccb265 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcefd1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f7d380 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #c18b0d !important;
  background-color: #fcefd1 !important;
  border-color: #fcefd1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #005c30;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000503 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #005c30 !important;
  border-color: #005c30 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ccb265 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #005c30 !important;
}
.text-info {
  color: #fcefd1 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #987f33 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f6ce71 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ccb265;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fcefd1;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ccb265;
  border-color: #ccb265;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ccb265;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffffe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00dc73;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ccb265 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lora', serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ccb265;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ccb265;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ccb265;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ccb265;
  border-bottom-color: #ccb265;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ccb265 !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: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ccb265' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sVQm87aEdi .navbar-dropdown {
  position: relative !important;
}
.cid-sVQm87aEdi .navbar-dropdown {
  position: absolute !important;
}
.cid-sVQm87aEdi .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVQm87aEdi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVQm87aEdi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sVQm87aEdi .dropdown-item:hover,
.cid-sVQm87aEdi .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-sVQm87aEdi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sVQm87aEdi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sVQm87aEdi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sVQm87aEdi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVQm87aEdi .nav-link {
  position: relative;
}
.cid-sVQm87aEdi .container {
  display: flex;
  margin: auto;
}
.cid-sVQm87aEdi .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sVQm87aEdi .dropdown-menu,
.cid-sVQm87aEdi .navbar.opened {
  background: #000000 !important;
}
.cid-sVQm87aEdi .nav-item:focus,
.cid-sVQm87aEdi .nav-link:focus {
  outline: none;
}
.cid-sVQm87aEdi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVQm87aEdi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVQm87aEdi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sVQm87aEdi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVQm87aEdi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVQm87aEdi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVQm87aEdi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-sVQm87aEdi .navbar.opened {
  transition: all 0.3s;
}
.cid-sVQm87aEdi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sVQm87aEdi .navbar .navbar-logo img {
  width: auto;
}
.cid-sVQm87aEdi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVQm87aEdi .navbar.collapsed {
  justify-content: center;
}
.cid-sVQm87aEdi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVQm87aEdi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVQm87aEdi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sVQm87aEdi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVQm87aEdi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVQm87aEdi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sVQm87aEdi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVQm87aEdi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVQm87aEdi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVQm87aEdi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVQm87aEdi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVQm87aEdi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVQm87aEdi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVQm87aEdi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sVQm87aEdi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVQm87aEdi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVQm87aEdi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVQm87aEdi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVQm87aEdi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVQm87aEdi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVQm87aEdi .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVQm87aEdi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sVQm87aEdi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVQm87aEdi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVQm87aEdi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVQm87aEdi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVQm87aEdi .dropdown-item.active,
.cid-sVQm87aEdi .dropdown-item:active {
  background-color: transparent;
}
.cid-sVQm87aEdi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVQm87aEdi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVQm87aEdi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVQm87aEdi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVQm87aEdi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVQm87aEdi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVQm87aEdi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVQm87aEdi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVQm87aEdi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sVQm87aEdi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-sVQm87aEdi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVQm87aEdi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVQm87aEdi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVQm87aEdi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVQm87aEdi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVQm87aEdi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVQm87aEdi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVQm87aEdi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVQm87aEdi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sVQm87aEdi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVQm87aEdi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVQm87aEdi .navbar {
    height: 70px;
  }
  .cid-sVQm87aEdi .navbar.opened {
    height: auto;
  }
  .cid-sVQm87aEdi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTfk3475QD {
  padding-top: 21rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/grespan-doce-de-leite-classico-e-gourmet-2.jpg");
  display: flex;
}
.cid-uTfk3475QD .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uTfk3475QD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTfk3475QD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uTfk3475QD {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-uTfk3475QD .row {
    justify-content: center;
  }
  .cid-uTfk3475QD .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-uTfk3475QD .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-uTfk3475QD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uTfk3475QD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTfk3475QD .content-wrap {
    width: 100%;
  }
}
.cid-uTfk3475QD .mbr-section-title,
.cid-uTfk3475QD .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uTfk3475QD .mbr-text,
.cid-uTfk3475QD .mbr-section-btn {
  text-align: center;
}
.cid-uTfk3475QD .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-uTfk3475QD .mbr-section-subtitle {
  color: #fcefd1;
}
.cid-sRdAuADC44 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fcefd1;
}
.cid-sRdAuADC44 .row {
  flex-direction: row-reverse;
}
.cid-sRdAuADC44 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sRdAuADC44 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sRdAuADC44 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sRdAuADC44 .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 70px;
}
.cid-sRdAuADC44 .mbr-text,
.cid-sRdAuADC44 .mbr-section-btn {
  color: #000000;
  text-align: left;
  margin-top: 40px;
}
.cid-v5ykfcPk5l {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-v5ykfcPk5l .row {
  flex-direction: row-reverse;
}
.cid-v5ykfcPk5l .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5ykfcPk5l .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5ykfcPk5l .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5ykfcPk5l .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 70px;
}
.cid-v5ykfcPk5l .mbr-text,
.cid-v5ykfcPk5l .mbr-section-btn {
  color: #000000;
  text-align: left;
  margin-top: 40px;
}
.cid-v4QdivQ25H {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fcefd1;
}
.cid-v4QdivQ25H .row {
  flex-direction: row-reverse;
}
.cid-v4QdivQ25H .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4QdivQ25H .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4QdivQ25H .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4QdivQ25H .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v4QdivQ25H .mbr-text,
.cid-v4QdivQ25H .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v4ZXGWeFHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZXGWeFHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fazenda.jpg");
}
.cid-v4ZXGWeFHT .mbr-text,
.cid-v4ZXGWeFHT .mbr-section-btn {
  color: #fcefd1;
}
.cid-v4ZXGWeFHT .mbr-section-subtitle {
  color: #fcefd1;
}
.cid-v4ZXGWeFHT .mbr-section-title {
  color: #ccb265;
}
.cid-v4TMwW9F7T {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ccb265;
}
.cid-v4TMwW9F7T .row {
  flex-direction: row-reverse;
}
.cid-v4TMwW9F7T .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4TMwW9F7T .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4TMwW9F7T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4TMwW9F7T .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v4TMwW9F7T .mbr-text,
.cid-v4TMwW9F7T .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v4lqY6lNsc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-v4lqY6lNsc .content {
    text-align: center;
  }
  .cid-v4lqY6lNsc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v4lqY6lNsc .logo-subtitle {
  color: #8d97ad;
}
.cid-v4lqY6lNsc .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4lqY6lNsc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v4lqY6lNsc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v4lqY6lNsc .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v4lqY6lNsc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v4lqY6lNsc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v4lqY6lNsc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4lqY6lNsc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-v4lqY6lNsc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4lqY6lNsc .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v4lqY6lNsc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4lqY6lNsc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4lqY6lNsc .list-item {
  display: flex;
}
.cid-v4lqY6lNsc .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v4lqY6lNsc ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4lqY6lNsc ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v4lqY6lNsc ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-v4lqY6lNsc .column-title {
  color: #000000;
  text-align: left;
}
.cid-v4llhRp1O5 .navbar-dropdown {
  position: relative !important;
}
.cid-v4llhRp1O5 .navbar-dropdown {
  position: absolute !important;
}
.cid-v4llhRp1O5 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4llhRp1O5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4llhRp1O5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4llhRp1O5 .dropdown-item:hover,
.cid-v4llhRp1O5 .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-v4llhRp1O5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4llhRp1O5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4llhRp1O5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4llhRp1O5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4llhRp1O5 .nav-link {
  position: relative;
}
.cid-v4llhRp1O5 .container {
  display: flex;
  margin: auto;
}
.cid-v4llhRp1O5 .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4llhRp1O5 .dropdown-menu,
.cid-v4llhRp1O5 .navbar.opened {
  background: #000000 !important;
}
.cid-v4llhRp1O5 .nav-item:focus,
.cid-v4llhRp1O5 .nav-link:focus {
  outline: none;
}
.cid-v4llhRp1O5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4llhRp1O5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4llhRp1O5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4llhRp1O5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4llhRp1O5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4llhRp1O5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4llhRp1O5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v4llhRp1O5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4llhRp1O5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4llhRp1O5 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4llhRp1O5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4llhRp1O5 .navbar.collapsed {
  justify-content: center;
}
.cid-v4llhRp1O5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4llhRp1O5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4llhRp1O5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4llhRp1O5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4llhRp1O5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4llhRp1O5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4llhRp1O5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4llhRp1O5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4llhRp1O5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4llhRp1O5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4llhRp1O5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4llhRp1O5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4llhRp1O5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4llhRp1O5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4llhRp1O5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4llhRp1O5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4llhRp1O5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4llhRp1O5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4llhRp1O5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4llhRp1O5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4llhRp1O5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4llhRp1O5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4llhRp1O5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4llhRp1O5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4llhRp1O5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4llhRp1O5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4llhRp1O5 .dropdown-item.active,
.cid-v4llhRp1O5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4llhRp1O5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4llhRp1O5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4llhRp1O5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4llhRp1O5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4llhRp1O5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4llhRp1O5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4llhRp1O5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4llhRp1O5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4llhRp1O5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4llhRp1O5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-v4llhRp1O5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4llhRp1O5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4llhRp1O5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4llhRp1O5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4llhRp1O5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4llhRp1O5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4llhRp1O5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4llhRp1O5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4llhRp1O5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4llhRp1O5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4llhRp1O5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4llhRp1O5 .navbar {
    height: 70px;
  }
  .cid-v4llhRp1O5 .navbar.opened {
    height: auto;
  }
  .cid-v4llhRp1O5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5LsiL2dwO {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (min-width: 768px) {
  .cid-v5LsiL2dwO {
    align-items: center;
  }
  .cid-v5LsiL2dwO .row {
    justify-content: center;
  }
  .cid-v5LsiL2dwO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5LsiL2dwO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5LsiL2dwO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5LsiL2dwO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5LsiL2dwO .content-wrap {
    width: 100%;
  }
}
.cid-v5LsiL2dwO .mbr-section-title,
.cid-v5LsiL2dwO .mbr-section-subtitle {
  text-align: center;
}
.cid-v5LsiL2dwO .mbr-text,
.cid-v5LsiL2dwO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5LsiL2dwO .mbr-section-title {
  color: #ccb265;
  text-align: center;
}
.cid-v5LsiL2dwO .mbr-section-subtitle {
  color: #fcefd1;
  text-align: center;
}
.cid-v5LqqNlq2h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5LqqNlq2h .mbr-text {
    text-align: center;
  }
}
.cid-v5LqqNlq2h .container-fluidi {
  padding: 0;
}
.cid-v5LqqNlq2h .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-v5LqqNlq2h img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-v5LqqNlq2h .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-v5LqqNlq2h .col-lg-6 {
  padding: 0;
}
.cid-v5LqqNlq2h .ro {
  margin: 0;
}
.cid-v5LqqNlq2h H1 {
  color: #7c92dc;
}
.cid-v5LqqNlq2h H3 {
  color: #52156f;
}
.cid-v5LqqNlq2h .mbr-text,
.cid-v5LqqNlq2h .mbr-section-btn {
  color: #52156f;
}
.cid-v4llhSoBLm {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fcefd1;
}
.cid-v4llhSoBLm .row {
  flex-direction: row-reverse;
}
.cid-v4llhSoBLm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4llhSoBLm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4llhSoBLm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4llhSoBLm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v4llhSoBLm .mbr-text,
.cid-v4llhSoBLm .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v4Qf0qaEst {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fcefd1;
}
.cid-v4Qf0qaEst .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4Qf0qaEst .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Qf0qaEst .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4Qf0qaEst .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v4Qf0qaEst .mbr-text,
.cid-v4Qf0qaEst .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v4Qf1ifmNV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fcefd1;
}
.cid-v4Qf1ifmNV .row {
  flex-direction: row-reverse;
}
.cid-v4Qf1ifmNV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4Qf1ifmNV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Qf1ifmNV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4Qf1ifmNV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v4Qf1ifmNV .mbr-text,
.cid-v4Qf1ifmNV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5ESQ6qwBS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fcefd1;
}
.cid-v5ESQ6qwBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ESQ6qwBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ESQ6qwBS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v5ESQ6qwBS .mbr-section-title {
  color: #24262b;
}
.cid-v5ESQ6qwBS .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v5ESQ6qwBS .items-row {
  row-gap: 0;
  margin: 20px !important;
}
.cid-v5ESQ6qwBS .item {
  padding: 10px !important;
}
.cid-v5ESQ6qwBS .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v5ESQ6qwBS .item-wrapper img {
  width: 100%;
  height: calc(50px * 9);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v5ESQ6qwBS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 6px;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fcefd1;
  transition: 0.3s;
}
.cid-v5ESQ6qwBS .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #005c30;
  opacity: 0;
  z-index: 2;
}
.cid-v5ESQ6qwBS .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-v5ESQ6qwBS .item-wrapper:hover .icon-wrapper {
  opacity: 0.9;
}
.cid-v5ESQ6qwBS .item-wrapper:hover .img-overlay {
  opacity: 0.4;
}
.cid-v5ESQ6qwBS .carousel-control,
.cid-v5ESQ6qwBS .close {
  background: #005c30;
}
.cid-v5ESQ6qwBS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v5ESQ6qwBS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v5ESQ6qwBS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v5ESQ6qwBS .carousel-control-next span {
  margin-left: 5px;
}
.cid-v5ESQ6qwBS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  color: #fcefd1;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fcefd1;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v5ESQ6qwBS .close::before {
  content: '\e91a';
}
.cid-v5ESQ6qwBS .close:hover {
  opacity: 1;
  background: #005c30;
  color: #fcefd1;
}
.cid-v5ESQ6qwBS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 92, 48, 0.5);
  border: 2px solid #fcefd1;
  border-radius: 6px;
  transition: all 0.3s;
}
.cid-v5ESQ6qwBS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5ESQ6qwBS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5ESQ6qwBS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5ESQ6qwBS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v5ESQ6qwBS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 92, 48, 0.5);
  border: 2px solid #fcefd1;
  border-radius: 6px;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v5ESQ6qwBS .carousel-indicators li.active,
.cid-v5ESQ6qwBS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5ESQ6qwBS .carousel-indicators li::after,
.cid-v5ESQ6qwBS .carousel-indicators li::before {
  content: none;
}
.cid-v5ESQ6qwBS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5ESQ6qwBS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v5ESQ6qwBS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5ESQ6qwBS .carousel-indicators {
    display: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.cid-v5ESQ6qwBS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v5ESQ6qwBS .carousel-inner > .active {
  display: block;
}
.cid-v5ESQ6qwBS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5ESQ6qwBS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5ESQ6qwBS .carousel-control:hover {
  background: #1b1b1b;
  color: #fcefd1;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v5ESQ6qwBS .carousel-control,
  .cid-v5ESQ6qwBS .carousel-indicators,
  .cid-v5ESQ6qwBS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v5ESQ6qwBS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v5ESQ6qwBS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v5ESQ6qwBS .carousel-indicators .active,
.cid-v5ESQ6qwBS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #005c30;
  opacity: 0.6;
  border: 2px solid #005c30;
}
.cid-v5ESQ6qwBS .carousel-indicators .active {
  background: #fcefd1;
}
.cid-v5ESQ6qwBS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v5ESQ6qwBS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v5ESQ6qwBS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v5ESQ6qwBS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v5ESQ6qwBS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v5ESQ6qwBS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v5ESQ6qwBS .carousel {
  width: 100%;
}
.cid-v5ESQ6qwBS .modal-backdrop.in {
  opacity: 0.9;
}
.cid-v5ESQ6qwBS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v5ESQ6qwBS .modal.fade .modal-dialog,
.cid-v5ESQ6qwBS .modal.in .modal-dialog {
  transform: none;
}
.cid-v5ESQ6qwBS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v5ESQ6qwBS H6 {
  text-align: center;
}
.cid-v50yacQmOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v50yacQmOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fazenda.jpg");
}
.cid-v50yacQmOO .mbr-text,
.cid-v50yacQmOO .mbr-section-btn {
  color: #fcefd1;
}
.cid-v50yacQmOO .mbr-section-subtitle {
  color: #fcefd1;
}
.cid-v50yacQmOO .mbr-section-title {
  color: #ccb265;
}
.cid-v4lqY6lNsc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-v4lqY6lNsc .content {
    text-align: center;
  }
  .cid-v4lqY6lNsc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v4lqY6lNsc .logo-subtitle {
  color: #8d97ad;
}
.cid-v4lqY6lNsc .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4lqY6lNsc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v4lqY6lNsc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v4lqY6lNsc .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v4lqY6lNsc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v4lqY6lNsc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v4lqY6lNsc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4lqY6lNsc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-v4lqY6lNsc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4lqY6lNsc .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v4lqY6lNsc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4lqY6lNsc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4lqY6lNsc .list-item {
  display: flex;
}
.cid-v4lqY6lNsc .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v4lqY6lNsc ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4lqY6lNsc ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v4lqY6lNsc ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-v4lqY6lNsc .column-title {
  color: #000000;
  text-align: left;
}
.cid-v4qfBkGUNo .navbar-dropdown {
  position: relative !important;
}
.cid-v4qfBkGUNo .navbar-dropdown {
  position: absolute !important;
}
.cid-v4qfBkGUNo .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qfBkGUNo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4qfBkGUNo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4qfBkGUNo .dropdown-item:hover,
.cid-v4qfBkGUNo .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-v4qfBkGUNo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4qfBkGUNo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4qfBkGUNo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4qfBkGUNo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4qfBkGUNo .nav-link {
  position: relative;
}
.cid-v4qfBkGUNo .container {
  display: flex;
  margin: auto;
}
.cid-v4qfBkGUNo .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4qfBkGUNo .dropdown-menu,
.cid-v4qfBkGUNo .navbar.opened {
  background: #000000 !important;
}
.cid-v4qfBkGUNo .nav-item:focus,
.cid-v4qfBkGUNo .nav-link:focus {
  outline: none;
}
.cid-v4qfBkGUNo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4qfBkGUNo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4qfBkGUNo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4qfBkGUNo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qfBkGUNo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4qfBkGUNo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4qfBkGUNo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v4qfBkGUNo .navbar.opened {
  transition: all 0.3s;
}
.cid-v4qfBkGUNo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4qfBkGUNo .navbar .navbar-logo img {
  width: auto;
}
.cid-v4qfBkGUNo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4qfBkGUNo .navbar.collapsed {
  justify-content: center;
}
.cid-v4qfBkGUNo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4qfBkGUNo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qfBkGUNo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4qfBkGUNo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4qfBkGUNo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4qfBkGUNo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4qfBkGUNo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4qfBkGUNo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4qfBkGUNo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4qfBkGUNo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4qfBkGUNo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4qfBkGUNo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4qfBkGUNo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4qfBkGUNo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4qfBkGUNo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4qfBkGUNo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4qfBkGUNo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4qfBkGUNo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4qfBkGUNo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4qfBkGUNo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4qfBkGUNo .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4qfBkGUNo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4qfBkGUNo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4qfBkGUNo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4qfBkGUNo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4qfBkGUNo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4qfBkGUNo .dropdown-item.active,
.cid-v4qfBkGUNo .dropdown-item:active {
  background-color: transparent;
}
.cid-v4qfBkGUNo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4qfBkGUNo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4qfBkGUNo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4qfBkGUNo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4qfBkGUNo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4qfBkGUNo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4qfBkGUNo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4qfBkGUNo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4qfBkGUNo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4qfBkGUNo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-v4qfBkGUNo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4qfBkGUNo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qfBkGUNo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qfBkGUNo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4qfBkGUNo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qfBkGUNo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4qfBkGUNo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4qfBkGUNo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qfBkGUNo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4qfBkGUNo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4qfBkGUNo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4qfBkGUNo .navbar {
    height: 70px;
  }
  .cid-v4qfBkGUNo .navbar.opened {
    height: auto;
  }
  .cid-v4qfBkGUNo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5R5TycL2R {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background: linear-gradient(0deg, #000000, #ccb265);
}
.cid-v5R5TycL2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5R5TycL2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5R5TycL2R .mbr-section-title {
  color: #fcefd1;
}
.cid-v4qfBnaJnc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v4qfBnaJnc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4qfBnaJnc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4qfBnaJnc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4qfBnaJnc .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-v4qfBnaJnc .mbr-text,
.cid-v4qfBnaJnc .mbr-section-btn {
  color: #fcefd1;
  text-align: left;
}
.cid-v4rp2HuYSo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4rp2HuYSo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4rp2HuYSo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4rp2HuYSo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4rp2HuYSo .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-v4rp2HuYSo .mbr-text,
.cid-v4rp2HuYSo .mbr-section-btn {
  color: #fcefd1;
  text-align: left;
}
.cid-v4qfSqFypY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v4qfSqFypY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4qfSqFypY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4qfSqFypY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4qfSqFypY .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-v4qfSqFypY .mbr-text,
.cid-v4qfSqFypY .mbr-section-btn {
  color: #fcefd1;
  text-align: left;
}
.cid-v5ER2so5zx {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #005c30;
}
.cid-v5ER2so5zx img,
.cid-v5ER2so5zx .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5ER2so5zx .item:focus,
.cid-v5ER2so5zx span:focus {
  outline: none;
}
.cid-v5ER2so5zx .item-wrapper {
  position: relative;
}
.cid-v5ER2so5zx .slide-content {
  position: relative;
  border-radius: 6px;
  background: #fcefd1;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5ER2so5zx .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v5ER2so5zx .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5ER2so5zx .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v5ER2so5zx .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v5ER2so5zx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5ER2so5zx .mbr-section-title {
  color: #ccb265;
}
.cid-v5ER2so5zx .mbr-text,
.cid-v5ER2so5zx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5ER2so5zx .item-title {
  text-align: center;
  color: #000000;
}
.cid-v5ER2so5zx .item-subtitle {
  text-align: left;
}
.cid-v5ER2so5zx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v5ER2so5zx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5ER2so5zx .embla__button--next,
.cid-v5ER2so5zx .embla__button--prev {
  display: flex;
}
.cid-v5ER2so5zx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 92, 48, 0.5);
  color: #fcefd1;
  border: 2px solid #fcefd1;
  border-radius: 10px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v5ER2so5zx .embla__button {
    display: none;
  }
}
.cid-v5ER2so5zx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5ER2so5zx .embla__button:hover {
  background: #005c30;
  color: #ccb265;
}
.cid-v5ER2so5zx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5ER2so5zx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5ER2so5zx .embla__button {
    top: auto;
  }
}
.cid-v5ER2so5zx .embla {
  position: relative;
  width: 100%;
}
.cid-v5ER2so5zx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v5ER2so5zx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5ER2so5zx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5ER2so5zx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4rqEXpXpe {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grespan-doce-de-leite-gourmet-cab.jpg");
  display: flex;
}
.cid-v4rqEXpXpe .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-v4rqEXpXpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4rqEXpXpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v4rqEXpXpe {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-v4rqEXpXpe .row {
    justify-content: center;
  }
  .cid-v4rqEXpXpe .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-v4rqEXpXpe .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-v4rqEXpXpe {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4rqEXpXpe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4rqEXpXpe .content-wrap {
    width: 100%;
  }
}
.cid-v4rqEXpXpe .mbr-section-title,
.cid-v4rqEXpXpe .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v4rqEXpXpe .mbr-text,
.cid-v4rqEXpXpe .mbr-section-btn {
  text-align: center;
}
.cid-v4rqEXpXpe .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-v4rqEXpXpe .mbr-section-subtitle {
  color: #c2c2c2;
}
.cid-v4qfBo01BV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-v4qfBo01BV .content {
    text-align: center;
  }
  .cid-v4qfBo01BV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v4qfBo01BV .logo-subtitle {
  color: #8d97ad;
}
.cid-v4qfBo01BV .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4qfBo01BV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v4qfBo01BV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v4qfBo01BV .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v4qfBo01BV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v4qfBo01BV .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v4qfBo01BV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4qfBo01BV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-v4qfBo01BV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4qfBo01BV .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v4qfBo01BV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4qfBo01BV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4qfBo01BV .list-item {
  display: flex;
}
.cid-v4qfBo01BV .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v4qfBo01BV ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4qfBo01BV ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v4qfBo01BV ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-v4qfBo01BV .column-title {
  color: #000000;
  text-align: left;
}
.cid-v4qwRIj3RL .navbar-dropdown {
  position: relative !important;
}
.cid-v4qwRIj3RL .navbar-dropdown {
  position: absolute !important;
}
.cid-v4qwRIj3RL .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qwRIj3RL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4qwRIj3RL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4qwRIj3RL .dropdown-item:hover,
.cid-v4qwRIj3RL .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-v4qwRIj3RL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4qwRIj3RL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4qwRIj3RL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4qwRIj3RL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4qwRIj3RL .nav-link {
  position: relative;
}
.cid-v4qwRIj3RL .container {
  display: flex;
  margin: auto;
}
.cid-v4qwRIj3RL .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4qwRIj3RL .dropdown-menu,
.cid-v4qwRIj3RL .navbar.opened {
  background: #000000 !important;
}
.cid-v4qwRIj3RL .nav-item:focus,
.cid-v4qwRIj3RL .nav-link:focus {
  outline: none;
}
.cid-v4qwRIj3RL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4qwRIj3RL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4qwRIj3RL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4qwRIj3RL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qwRIj3RL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4qwRIj3RL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4qwRIj3RL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v4qwRIj3RL .navbar.opened {
  transition: all 0.3s;
}
.cid-v4qwRIj3RL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4qwRIj3RL .navbar .navbar-logo img {
  width: auto;
}
.cid-v4qwRIj3RL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4qwRIj3RL .navbar.collapsed {
  justify-content: center;
}
.cid-v4qwRIj3RL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4qwRIj3RL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qwRIj3RL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4qwRIj3RL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4qwRIj3RL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4qwRIj3RL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4qwRIj3RL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4qwRIj3RL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4qwRIj3RL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4qwRIj3RL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4qwRIj3RL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4qwRIj3RL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4qwRIj3RL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4qwRIj3RL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4qwRIj3RL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4qwRIj3RL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4qwRIj3RL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4qwRIj3RL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4qwRIj3RL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4qwRIj3RL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4qwRIj3RL .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4qwRIj3RL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4qwRIj3RL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4qwRIj3RL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4qwRIj3RL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4qwRIj3RL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4qwRIj3RL .dropdown-item.active,
.cid-v4qwRIj3RL .dropdown-item:active {
  background-color: transparent;
}
.cid-v4qwRIj3RL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4qwRIj3RL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4qwRIj3RL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4qwRIj3RL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4qwRIj3RL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4qwRIj3RL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4qwRIj3RL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4qwRIj3RL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4qwRIj3RL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4qwRIj3RL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-v4qwRIj3RL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4qwRIj3RL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qwRIj3RL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qwRIj3RL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4qwRIj3RL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qwRIj3RL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4qwRIj3RL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4qwRIj3RL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qwRIj3RL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4qwRIj3RL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4qwRIj3RL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4qwRIj3RL .navbar {
    height: 70px;
  }
  .cid-v4qwRIj3RL .navbar.opened {
    height: auto;
  }
  .cid-v4qwRIj3RL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5R53UGL0W {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: linear-gradient(0deg, #fcefd1, #ccb265);
}
.cid-v5R53UGL0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5R53UGL0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5R53UGL0W .mbr-section-title {
  color: #000000;
}
.cid-v4qwRHh321 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcefd1;
}
.cid-v4qwRHh321 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4qwRHh321 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4qwRHh321 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4qwRHh321 .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-v4qwRHh321 .mbr-text,
.cid-v4qwRHh321 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v4rqSp6K1R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4rqSp6K1R .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4rqSp6K1R .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4rqSp6K1R .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4rqSp6K1R .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-v4rqSp6K1R .mbr-text,
.cid-v4rqSp6K1R .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v4qwRHOAg3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fcefd1;
}
.cid-v4qwRHOAg3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4qwRHOAg3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4qwRHOAg3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4qwRHOAg3 .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-v4qwRHOAg3 .mbr-text,
.cid-v4qwRHOAg3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5EQZ6lQpi {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #005c30;
}
.cid-v5EQZ6lQpi img,
.cid-v5EQZ6lQpi .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5EQZ6lQpi .item:focus,
.cid-v5EQZ6lQpi span:focus {
  outline: none;
}
.cid-v5EQZ6lQpi .item-wrapper {
  position: relative;
}
.cid-v5EQZ6lQpi .slide-content {
  position: relative;
  border-radius: 6px;
  background: #fcefd1;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5EQZ6lQpi .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v5EQZ6lQpi .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5EQZ6lQpi .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v5EQZ6lQpi .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v5EQZ6lQpi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5EQZ6lQpi .mbr-section-title {
  color: #ccb265;
}
.cid-v5EQZ6lQpi .mbr-text,
.cid-v5EQZ6lQpi .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5EQZ6lQpi .item-title {
  text-align: center;
  color: #000000;
}
.cid-v5EQZ6lQpi .item-subtitle {
  text-align: left;
}
.cid-v5EQZ6lQpi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v5EQZ6lQpi .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5EQZ6lQpi .embla__button--next,
.cid-v5EQZ6lQpi .embla__button--prev {
  display: flex;
}
.cid-v5EQZ6lQpi .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 92, 48, 0.5);
  color: #fcefd1;
  border: 2px solid #fcefd1;
  border-radius: 10px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v5EQZ6lQpi .embla__button {
    display: none;
  }
}
.cid-v5EQZ6lQpi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5EQZ6lQpi .embla__button:hover {
  background: #005c30;
  color: #ccb265;
}
.cid-v5EQZ6lQpi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5EQZ6lQpi .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5EQZ6lQpi .embla__button {
    top: auto;
  }
}
.cid-v5EQZ6lQpi .embla {
  position: relative;
  width: 100%;
}
.cid-v5EQZ6lQpi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v5EQZ6lQpi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5EQZ6lQpi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5EQZ6lQpi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4rMV14ZOy {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grespan-doce-de-leite-classico-cab.jpg");
  display: flex;
}
.cid-v4rMV14ZOy .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-v4rMV14ZOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4rMV14ZOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v4rMV14ZOy {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-v4rMV14ZOy .row {
    justify-content: center;
  }
  .cid-v4rMV14ZOy .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-v4rMV14ZOy .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-v4rMV14ZOy {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4rMV14ZOy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4rMV14ZOy .content-wrap {
    width: 100%;
  }
}
.cid-v4rMV14ZOy .mbr-section-title,
.cid-v4rMV14ZOy .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v4rMV14ZOy .mbr-text,
.cid-v4rMV14ZOy .mbr-section-btn {
  text-align: center;
}
.cid-v4rMV14ZOy .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-v4rMV14ZOy .mbr-section-subtitle {
  color: #c2c2c2;
}
.cid-v4qwRJAJfh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-v4qwRJAJfh .content {
    text-align: center;
  }
  .cid-v4qwRJAJfh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v4qwRJAJfh .logo-subtitle {
  color: #8d97ad;
}
.cid-v4qwRJAJfh .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4qwRJAJfh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v4qwRJAJfh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v4qwRJAJfh .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v4qwRJAJfh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v4qwRJAJfh .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v4qwRJAJfh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4qwRJAJfh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-v4qwRJAJfh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4qwRJAJfh .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v4qwRJAJfh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4qwRJAJfh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4qwRJAJfh .list-item {
  display: flex;
}
.cid-v4qwRJAJfh .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v4qwRJAJfh ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4qwRJAJfh ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v4qwRJAJfh ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-v4qwRJAJfh .column-title {
  color: #000000;
  text-align: left;
}
.cid-v4UxD8Wo00 .navbar-dropdown {
  position: relative !important;
}
.cid-v4UxD8Wo00 .navbar-dropdown {
  position: absolute !important;
}
.cid-v4UxD8Wo00 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4UxD8Wo00 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4UxD8Wo00 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4UxD8Wo00 .dropdown-item:hover,
.cid-v4UxD8Wo00 .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-v4UxD8Wo00 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4UxD8Wo00 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4UxD8Wo00 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4UxD8Wo00 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4UxD8Wo00 .nav-link {
  position: relative;
}
.cid-v4UxD8Wo00 .container {
  display: flex;
  margin: auto;
}
.cid-v4UxD8Wo00 .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4UxD8Wo00 .dropdown-menu,
.cid-v4UxD8Wo00 .navbar.opened {
  background: #000000 !important;
}
.cid-v4UxD8Wo00 .nav-item:focus,
.cid-v4UxD8Wo00 .nav-link:focus {
  outline: none;
}
.cid-v4UxD8Wo00 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4UxD8Wo00 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4UxD8Wo00 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4UxD8Wo00 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4UxD8Wo00 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4UxD8Wo00 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4UxD8Wo00 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v4UxD8Wo00 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4UxD8Wo00 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4UxD8Wo00 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4UxD8Wo00 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4UxD8Wo00 .navbar.collapsed {
  justify-content: center;
}
.cid-v4UxD8Wo00 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4UxD8Wo00 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4UxD8Wo00 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4UxD8Wo00 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4UxD8Wo00 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4UxD8Wo00 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4UxD8Wo00 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4UxD8Wo00 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4UxD8Wo00 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4UxD8Wo00 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4UxD8Wo00 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4UxD8Wo00 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4UxD8Wo00 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4UxD8Wo00 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4UxD8Wo00 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4UxD8Wo00 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4UxD8Wo00 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4UxD8Wo00 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4UxD8Wo00 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4UxD8Wo00 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4UxD8Wo00 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4UxD8Wo00 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4UxD8Wo00 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4UxD8Wo00 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4UxD8Wo00 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4UxD8Wo00 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4UxD8Wo00 .dropdown-item.active,
.cid-v4UxD8Wo00 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4UxD8Wo00 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4UxD8Wo00 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4UxD8Wo00 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4UxD8Wo00 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4UxD8Wo00 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4UxD8Wo00 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4UxD8Wo00 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4UxD8Wo00 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4UxD8Wo00 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4UxD8Wo00 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-v4UxD8Wo00 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4UxD8Wo00 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4UxD8Wo00 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4UxD8Wo00 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4UxD8Wo00 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4UxD8Wo00 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4UxD8Wo00 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4UxD8Wo00 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4UxD8Wo00 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4UxD8Wo00 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4UxD8Wo00 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4UxD8Wo00 .navbar {
    height: 70px;
  }
  .cid-v4UxD8Wo00 .navbar.opened {
    height: auto;
  }
  .cid-v4UxD8Wo00 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5R6KFFEWc {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: linear-gradient(0deg, #fcefd1, #ccb265);
}
.cid-v5R6KFFEWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5R6KFFEWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5R6KFFEWc .mbr-section-title {
  color: #000000;
}
.cid-v5R6KFFEWc .mbr-section-subtitle {
  color: #000000;
}
.cid-v5LuystfNQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5LuystfNQ .mbr-text {
    text-align: center;
  }
}
.cid-v5LuystfNQ .container-fluidi {
  padding: 0;
}
.cid-v5LuystfNQ .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-v5LuystfNQ img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-v5LuystfNQ .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-v5LuystfNQ .col-lg-6 {
  padding: 0;
}
.cid-v5LuystfNQ .ro {
  margin: 0;
}
.cid-v5LuystfNQ H1 {
  color: #7c92dc;
}
.cid-v5LuystfNQ H3 {
  color: #52156f;
}
.cid-v5LuystfNQ .mbr-text,
.cid-v5LuystfNQ .mbr-section-btn {
  color: #52156f;
}
.cid-v4UFQPZhb6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4UFQPZhb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UFQPZhb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4UFQPZhb6 .container {
    padding: 0 15px;
  }
}
.cid-v4UFQPZhb6 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4UFQPZhb6 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4UFQPZhb6 .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4UFQPZhb6 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4UFQPZhb6 .content-wrap {
    display: block;
  }
}
.cid-v4UFQPZhb6 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4UFQPZhb6 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4UFQPZhb6 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4UFQPZhb6 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4UFQPZhb6 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4UFQPZhb6 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4UFQPZhb6 .mbr-section-title {
  color: #ccb265;
}
.cid-v4UFQPZhb6 .mbr-desc,
.cid-v4UFQPZhb6 .desc-wrapper {
  color: #3f1819;
}
.cid-v4UTqyRZvt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4UTqyRZvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UTqyRZvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4UTqyRZvt .container {
    padding: 0 15px;
  }
}
.cid-v4UTqyRZvt .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4UTqyRZvt .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4UTqyRZvt .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4UTqyRZvt .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4UTqyRZvt .content-wrap {
    display: block;
  }
}
.cid-v4UTqyRZvt .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4UTqyRZvt .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4UTqyRZvt .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4UTqyRZvt .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4UTqyRZvt .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4UTqyRZvt .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4UTqyRZvt .mbr-section-title {
  color: #000000;
}
.cid-v4UTqyRZvt .mbr-desc,
.cid-v4UTqyRZvt .desc-wrapper {
  color: #3f1819;
}
.cid-v4UTqyRZvt .mbr-text {
  color: #000000;
}
.cid-v4UTLQJeFM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4UTLQJeFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UTLQJeFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4UTLQJeFM .container {
    padding: 0 15px;
  }
}
.cid-v4UTLQJeFM .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4UTLQJeFM .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4UTLQJeFM .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4UTLQJeFM .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4UTLQJeFM .content-wrap {
    display: block;
  }
}
.cid-v4UTLQJeFM .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4UTLQJeFM .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4UTLQJeFM .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4UTLQJeFM .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4UTLQJeFM .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4UTLQJeFM .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4UTLQJeFM .mbr-section-title {
  color: #000000;
}
.cid-v4UTLQJeFM .mbr-desc,
.cid-v4UTLQJeFM .desc-wrapper {
  color: #3f1819;
}
.cid-v4UTLQJeFM .mbr-text {
  color: #000000;
}
.cid-v4UWOAjIbj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4UWOAjIbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UWOAjIbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4UWOAjIbj .container {
    padding: 0 15px;
  }
}
.cid-v4UWOAjIbj .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4UWOAjIbj .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4UWOAjIbj .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4UWOAjIbj .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4UWOAjIbj .content-wrap {
    display: block;
  }
}
.cid-v4UWOAjIbj .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4UWOAjIbj .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4UWOAjIbj .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4UWOAjIbj .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4UWOAjIbj .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4UWOAjIbj .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4UWOAjIbj .mbr-section-title {
  color: #000000;
}
.cid-v4UWOAjIbj .mbr-desc,
.cid-v4UWOAjIbj .desc-wrapper {
  color: #3f1819;
}
.cid-v4UWOAjIbj .mbr-text {
  color: #000000;
}
.cid-v4UX21KWk9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #005c30;
}
.cid-v4UX21KWk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UX21KWk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4UX21KWk9 .container {
    padding: 0 15px;
  }
}
.cid-v4UX21KWk9 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4UX21KWk9 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4UX21KWk9 .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4UX21KWk9 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4UX21KWk9 .content-wrap {
    display: block;
  }
}
.cid-v4UX21KWk9 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4UX21KWk9 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4UX21KWk9 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4UX21KWk9 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4UX21KWk9 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4UX21KWk9 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4UX21KWk9 .mbr-section-title {
  color: #ccb265;
}
.cid-v4UX21KWk9 .mbr-desc,
.cid-v4UX21KWk9 .desc-wrapper {
  color: #3f1819;
}
.cid-v4UZxBe6zT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #005c30;
}
.cid-v4UZxBe6zT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UZxBe6zT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4UZxBe6zT .container {
    padding: 0 20px;
  }
}
.cid-v4UZxBe6zT .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v4UZxBe6zT .row .card {
  padding: 0 10px;
}
.cid-v4UZxBe6zT .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-v4UZxBe6zT .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v4UZxBe6zT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4UZxBe6zT .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v4UZxBe6zT .item {
    margin-bottom: 40px;
  }
}
.cid-v4UZxBe6zT .item .item-wrapper .card-box .card-number {
  margin-bottom: 10px;
}
.cid-v4UZxBe6zT .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  border-color: #69fc00;
  padding-top: 20px;
  margin-bottom: 10px;
}
.cid-v4UZxBe6zT .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v4UZxBe6zT .mbr-section-title {
  color: #000000;
}
.cid-v4UZxBe6zT .card-number {
  color: #ccb265;
}
.cid-v4UZxBe6zT .card-title {
  color: #000000;
}
.cid-v4UZxBe6zT .card-text {
  color: #fcefd1;
}
.cid-v4UXZU1Zey {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4UXZU1Zey .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UXZU1Zey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4UXZU1Zey .container {
    padding: 0 15px;
  }
}
.cid-v4UXZU1Zey .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4UXZU1Zey .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4UXZU1Zey .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4UXZU1Zey .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4UXZU1Zey .content-wrap {
    display: block;
  }
}
.cid-v4UXZU1Zey .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4UXZU1Zey .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4UXZU1Zey .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4UXZU1Zey .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4UXZU1Zey .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4UXZU1Zey .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4UXZU1Zey .mbr-section-title {
  color: #ccb265;
}
.cid-v4UXZU1Zey .mbr-desc,
.cid-v4UXZU1Zey .desc-wrapper {
  color: #3f1819;
}
.cid-v4UXZU1Zey .mbr-text {
  color: #000000;
}
.cid-v4UxDc9Gsb {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grespan-doce-de-leite-classico-cab.jpg");
  display: flex;
}
.cid-v4UxDc9Gsb .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-v4UxDc9Gsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UxDc9Gsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v4UxDc9Gsb {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-v4UxDc9Gsb .row {
    justify-content: center;
  }
  .cid-v4UxDc9Gsb .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-v4UxDc9Gsb .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-v4UxDc9Gsb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4UxDc9Gsb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4UxDc9Gsb .content-wrap {
    width: 100%;
  }
}
.cid-v4UxDc9Gsb .mbr-section-title,
.cid-v4UxDc9Gsb .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v4UxDc9Gsb .mbr-text,
.cid-v4UxDc9Gsb .mbr-section-btn {
  text-align: center;
}
.cid-v4UxDc9Gsb .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-v4UxDc9Gsb .mbr-section-subtitle {
  color: #c2c2c2;
}
.cid-v4UxDcXjzR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-v4UxDcXjzR .content {
    text-align: center;
  }
  .cid-v4UxDcXjzR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v4UxDcXjzR .logo-subtitle {
  color: #8d97ad;
}
.cid-v4UxDcXjzR .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4UxDcXjzR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v4UxDcXjzR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v4UxDcXjzR .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v4UxDcXjzR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v4UxDcXjzR .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v4UxDcXjzR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4UxDcXjzR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-v4UxDcXjzR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4UxDcXjzR .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v4UxDcXjzR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4UxDcXjzR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4UxDcXjzR .list-item {
  display: flex;
}
.cid-v4UxDcXjzR .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v4UxDcXjzR ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4UxDcXjzR ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v4UxDcXjzR ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-v4UxDcXjzR .column-title {
  color: #000000;
  text-align: left;
}
.cid-v4YCNpvzIL .navbar-dropdown {
  position: relative !important;
}
.cid-v4YCNpvzIL .navbar-dropdown {
  position: absolute !important;
}
.cid-v4YCNpvzIL .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YCNpvzIL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4YCNpvzIL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4YCNpvzIL .dropdown-item:hover,
.cid-v4YCNpvzIL .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-v4YCNpvzIL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4YCNpvzIL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4YCNpvzIL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4YCNpvzIL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4YCNpvzIL .nav-link {
  position: relative;
}
.cid-v4YCNpvzIL .container {
  display: flex;
  margin: auto;
}
.cid-v4YCNpvzIL .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4YCNpvzIL .dropdown-menu,
.cid-v4YCNpvzIL .navbar.opened {
  background: #000000 !important;
}
.cid-v4YCNpvzIL .nav-item:focus,
.cid-v4YCNpvzIL .nav-link:focus {
  outline: none;
}
.cid-v4YCNpvzIL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4YCNpvzIL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4YCNpvzIL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4YCNpvzIL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YCNpvzIL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4YCNpvzIL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4YCNpvzIL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v4YCNpvzIL .navbar.opened {
  transition: all 0.3s;
}
.cid-v4YCNpvzIL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4YCNpvzIL .navbar .navbar-logo img {
  width: auto;
}
.cid-v4YCNpvzIL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4YCNpvzIL .navbar.collapsed {
  justify-content: center;
}
.cid-v4YCNpvzIL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4YCNpvzIL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YCNpvzIL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4YCNpvzIL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4YCNpvzIL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4YCNpvzIL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4YCNpvzIL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4YCNpvzIL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4YCNpvzIL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4YCNpvzIL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4YCNpvzIL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4YCNpvzIL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4YCNpvzIL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4YCNpvzIL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4YCNpvzIL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4YCNpvzIL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4YCNpvzIL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4YCNpvzIL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4YCNpvzIL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4YCNpvzIL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4YCNpvzIL .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4YCNpvzIL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4YCNpvzIL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4YCNpvzIL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4YCNpvzIL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4YCNpvzIL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4YCNpvzIL .dropdown-item.active,
.cid-v4YCNpvzIL .dropdown-item:active {
  background-color: transparent;
}
.cid-v4YCNpvzIL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4YCNpvzIL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4YCNpvzIL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4YCNpvzIL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4YCNpvzIL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4YCNpvzIL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4YCNpvzIL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4YCNpvzIL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4YCNpvzIL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4YCNpvzIL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-v4YCNpvzIL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4YCNpvzIL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YCNpvzIL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YCNpvzIL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4YCNpvzIL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YCNpvzIL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4YCNpvzIL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4YCNpvzIL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YCNpvzIL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4YCNpvzIL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4YCNpvzIL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4YCNpvzIL .navbar {
    height: 70px;
  }
  .cid-v4YCNpvzIL .navbar.opened {
    height: auto;
  }
  .cid-v4YCNpvzIL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5R7g0aQgr {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: linear-gradient(0deg, #fcefd1, #ccb265);
}
.cid-v5R7g0aQgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5R7g0aQgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5R7g0aQgr .mbr-section-title {
  color: #000000;
}
.cid-v5R7g0aQgr .mbr-section-subtitle {
  color: #000000;
}
.cid-v5LBRu8stQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5LBRu8stQ .mbr-text {
    text-align: center;
  }
}
.cid-v5LBRu8stQ .container-fluidi {
  padding: 0;
}
.cid-v5LBRu8stQ .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-v5LBRu8stQ img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-v5LBRu8stQ .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-v5LBRu8stQ .col-lg-6 {
  padding: 0;
}
.cid-v5LBRu8stQ .ro {
  margin: 0;
}
.cid-v5LBRu8stQ H1 {
  color: #7c92dc;
}
.cid-v5LBRu8stQ H3 {
  color: #52156f;
}
.cid-v5LBRu8stQ .mbr-text,
.cid-v5LBRu8stQ .mbr-section-btn {
  color: #52156f;
}
.cid-v4YCNrvCtV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4YCNrvCtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YCNrvCtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YCNrvCtV .container {
    padding: 0 15px;
  }
}
.cid-v4YCNrvCtV .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YCNrvCtV .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YCNrvCtV .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YCNrvCtV .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YCNrvCtV .content-wrap {
    display: block;
  }
}
.cid-v4YCNrvCtV .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YCNrvCtV .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YCNrvCtV .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YCNrvCtV .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YCNrvCtV .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YCNrvCtV .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YCNrvCtV .mbr-section-title {
  color: #ccb265;
}
.cid-v4YCNrvCtV .mbr-desc,
.cid-v4YCNrvCtV .desc-wrapper {
  color: #3f1819;
}
.cid-v4YCNrvCtV .mbr-text {
  color: #000000;
}
.cid-v4YCNtdBBQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #005c30;
}
.cid-v4YCNtdBBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YCNtdBBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YCNtdBBQ .container {
    padding: 0 15px;
  }
}
.cid-v4YCNtdBBQ .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YCNtdBBQ .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YCNtdBBQ .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YCNtdBBQ .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YCNtdBBQ .content-wrap {
    display: block;
  }
}
.cid-v4YCNtdBBQ .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YCNtdBBQ .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YCNtdBBQ .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YCNtdBBQ .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YCNtdBBQ .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YCNtdBBQ .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YCNtdBBQ .mbr-section-title {
  color: #ccb265;
}
.cid-v4YCNtdBBQ .mbr-desc,
.cid-v4YCNtdBBQ .desc-wrapper {
  color: #3f1819;
}
.cid-v4YCNtEwU7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #005c30;
}
.cid-v4YCNtEwU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YCNtEwU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YCNtEwU7 .container {
    padding: 0 20px;
  }
}
.cid-v4YCNtEwU7 .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v4YCNtEwU7 .row .card {
  padding: 0 10px;
}
.cid-v4YCNtEwU7 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-v4YCNtEwU7 .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v4YCNtEwU7 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4YCNtEwU7 .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v4YCNtEwU7 .item {
    margin-bottom: 40px;
  }
}
.cid-v4YCNtEwU7 .item .item-wrapper .card-box .card-number {
  margin-bottom: 10px;
}
.cid-v4YCNtEwU7 .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  border-color: #69fc00;
  padding-top: 20px;
  margin-bottom: 10px;
}
.cid-v4YCNtEwU7 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v4YCNtEwU7 .mbr-section-title {
  color: #000000;
}
.cid-v4YCNtEwU7 .card-number {
  color: #ccb265;
}
.cid-v4YCNtEwU7 .card-title {
  color: #000000;
}
.cid-v4YCNtEwU7 .card-text {
  color: #fcefd1;
}
.cid-v4YCNuiR8t {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4YCNuiR8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YCNuiR8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YCNuiR8t .container {
    padding: 0 15px;
  }
}
.cid-v4YCNuiR8t .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YCNuiR8t .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YCNuiR8t .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YCNuiR8t .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YCNuiR8t .content-wrap {
    display: block;
  }
}
.cid-v4YCNuiR8t .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YCNuiR8t .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YCNuiR8t .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YCNuiR8t .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YCNuiR8t .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YCNuiR8t .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YCNuiR8t .mbr-section-title {
  color: #ccb265;
}
.cid-v4YCNuiR8t .mbr-desc,
.cid-v4YCNuiR8t .desc-wrapper {
  color: #3f1819;
}
.cid-v4YCNuiR8t .mbr-text {
  color: #000000;
}
.cid-v4YCNuMTq6 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grespan-doce-de-leite-classico-cab.jpg");
  display: flex;
}
.cid-v4YCNuMTq6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-v4YCNuMTq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YCNuMTq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v4YCNuMTq6 {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-v4YCNuMTq6 .row {
    justify-content: center;
  }
  .cid-v4YCNuMTq6 .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-v4YCNuMTq6 .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-v4YCNuMTq6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4YCNuMTq6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4YCNuMTq6 .content-wrap {
    width: 100%;
  }
}
.cid-v4YCNuMTq6 .mbr-section-title,
.cid-v4YCNuMTq6 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v4YCNuMTq6 .mbr-text,
.cid-v4YCNuMTq6 .mbr-section-btn {
  text-align: center;
}
.cid-v4YCNuMTq6 .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-v4YCNuMTq6 .mbr-section-subtitle {
  color: #c2c2c2;
}
.cid-v4YCNviKtK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-v4YCNviKtK .content {
    text-align: center;
  }
  .cid-v4YCNviKtK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v4YCNviKtK .logo-subtitle {
  color: #8d97ad;
}
.cid-v4YCNviKtK .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4YCNviKtK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v4YCNviKtK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v4YCNviKtK .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v4YCNviKtK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v4YCNviKtK .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v4YCNviKtK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4YCNviKtK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-v4YCNviKtK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4YCNviKtK .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v4YCNviKtK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4YCNviKtK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4YCNviKtK .list-item {
  display: flex;
}
.cid-v4YCNviKtK .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v4YCNviKtK ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4YCNviKtK ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v4YCNviKtK ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-v4YCNviKtK .column-title {
  color: #000000;
  text-align: left;
}
.cid-v4YHeFzV6W .navbar-dropdown {
  position: relative !important;
}
.cid-v4YHeFzV6W .navbar-dropdown {
  position: absolute !important;
}
.cid-v4YHeFzV6W .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YHeFzV6W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4YHeFzV6W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4YHeFzV6W .dropdown-item:hover,
.cid-v4YHeFzV6W .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-v4YHeFzV6W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4YHeFzV6W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4YHeFzV6W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4YHeFzV6W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4YHeFzV6W .nav-link {
  position: relative;
}
.cid-v4YHeFzV6W .container {
  display: flex;
  margin: auto;
}
.cid-v4YHeFzV6W .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4YHeFzV6W .dropdown-menu,
.cid-v4YHeFzV6W .navbar.opened {
  background: #000000 !important;
}
.cid-v4YHeFzV6W .nav-item:focus,
.cid-v4YHeFzV6W .nav-link:focus {
  outline: none;
}
.cid-v4YHeFzV6W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4YHeFzV6W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4YHeFzV6W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4YHeFzV6W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YHeFzV6W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4YHeFzV6W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4YHeFzV6W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v4YHeFzV6W .navbar.opened {
  transition: all 0.3s;
}
.cid-v4YHeFzV6W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4YHeFzV6W .navbar .navbar-logo img {
  width: auto;
}
.cid-v4YHeFzV6W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4YHeFzV6W .navbar.collapsed {
  justify-content: center;
}
.cid-v4YHeFzV6W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4YHeFzV6W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YHeFzV6W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4YHeFzV6W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4YHeFzV6W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4YHeFzV6W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4YHeFzV6W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4YHeFzV6W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4YHeFzV6W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4YHeFzV6W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4YHeFzV6W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4YHeFzV6W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4YHeFzV6W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4YHeFzV6W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4YHeFzV6W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4YHeFzV6W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4YHeFzV6W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4YHeFzV6W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4YHeFzV6W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4YHeFzV6W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4YHeFzV6W .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4YHeFzV6W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4YHeFzV6W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4YHeFzV6W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4YHeFzV6W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4YHeFzV6W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4YHeFzV6W .dropdown-item.active,
.cid-v4YHeFzV6W .dropdown-item:active {
  background-color: transparent;
}
.cid-v4YHeFzV6W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4YHeFzV6W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4YHeFzV6W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4YHeFzV6W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4YHeFzV6W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4YHeFzV6W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4YHeFzV6W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4YHeFzV6W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4YHeFzV6W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4YHeFzV6W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-v4YHeFzV6W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4YHeFzV6W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YHeFzV6W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YHeFzV6W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4YHeFzV6W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YHeFzV6W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4YHeFzV6W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4YHeFzV6W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YHeFzV6W .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4YHeFzV6W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4YHeFzV6W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4YHeFzV6W .navbar {
    height: 70px;
  }
  .cid-v4YHeFzV6W .navbar.opened {
    height: auto;
  }
  .cid-v4YHeFzV6W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5R7tBqmwR {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: linear-gradient(0deg, #fcefd1, #ccb265);
}
.cid-v5R7tBqmwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5R7tBqmwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5R7tBqmwR .mbr-section-title {
  color: #000000;
}
.cid-v5R7tBqmwR .mbr-section-subtitle {
  color: #000000;
}
.cid-v5LCt3eO4E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5LCt3eO4E .mbr-text {
    text-align: center;
  }
}
.cid-v5LCt3eO4E .container-fluidi {
  padding: 0;
}
.cid-v5LCt3eO4E .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-v5LCt3eO4E img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-v5LCt3eO4E .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-v5LCt3eO4E .col-lg-6 {
  padding: 0;
}
.cid-v5LCt3eO4E .ro {
  margin: 0;
}
.cid-v5LCt3eO4E H1 {
  color: #7c92dc;
}
.cid-v5LCt3eO4E H3 {
  color: #52156f;
}
.cid-v5LCt3eO4E .mbr-text,
.cid-v5LCt3eO4E .mbr-section-btn {
  color: #52156f;
}
.cid-v4YHeHaGvI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4YHeHaGvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YHeHaGvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YHeHaGvI .container {
    padding: 0 15px;
  }
}
.cid-v4YHeHaGvI .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YHeHaGvI .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YHeHaGvI .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YHeHaGvI .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YHeHaGvI .content-wrap {
    display: block;
  }
}
.cid-v4YHeHaGvI .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YHeHaGvI .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YHeHaGvI .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YHeHaGvI .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YHeHaGvI .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YHeHaGvI .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YHeHaGvI .mbr-section-title {
  color: #ccb265;
}
.cid-v4YHeHaGvI .mbr-desc,
.cid-v4YHeHaGvI .desc-wrapper {
  color: #3f1819;
}
.cid-v4YHeHaGvI .mbr-text {
  color: #000000;
}
.cid-v4YHeHw9Ay {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #005c30;
}
.cid-v4YHeHw9Ay .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YHeHw9Ay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YHeHw9Ay .container {
    padding: 0 15px;
  }
}
.cid-v4YHeHw9Ay .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YHeHw9Ay .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YHeHw9Ay .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YHeHw9Ay .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YHeHw9Ay .content-wrap {
    display: block;
  }
}
.cid-v4YHeHw9Ay .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YHeHw9Ay .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YHeHw9Ay .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YHeHw9Ay .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YHeHw9Ay .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YHeHw9Ay .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YHeHw9Ay .mbr-section-title {
  color: #ccb265;
}
.cid-v4YHeHw9Ay .mbr-desc,
.cid-v4YHeHw9Ay .desc-wrapper {
  color: #3f1819;
}
.cid-v4YHeHX3Wh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #005c30;
}
.cid-v4YHeHX3Wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YHeHX3Wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YHeHX3Wh .container {
    padding: 0 20px;
  }
}
.cid-v4YHeHX3Wh .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v4YHeHX3Wh .row .card {
  padding: 0 10px;
}
.cid-v4YHeHX3Wh .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-v4YHeHX3Wh .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v4YHeHX3Wh .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4YHeHX3Wh .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v4YHeHX3Wh .item {
    margin-bottom: 40px;
  }
}
.cid-v4YHeHX3Wh .item .item-wrapper .card-box .card-number {
  margin-bottom: 10px;
}
.cid-v4YHeHX3Wh .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  border-color: #69fc00;
  padding-top: 20px;
  margin-bottom: 10px;
}
.cid-v4YHeHX3Wh .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v4YHeHX3Wh .mbr-section-title {
  color: #000000;
}
.cid-v4YHeHX3Wh .card-number {
  color: #ccb265;
}
.cid-v4YHeHX3Wh .card-title {
  color: #000000;
}
.cid-v4YHeHX3Wh .card-text {
  color: #fcefd1;
}
.cid-v4YHeIwEvA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4YHeIwEvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YHeIwEvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YHeIwEvA .container {
    padding: 0 15px;
  }
}
.cid-v4YHeIwEvA .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YHeIwEvA .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YHeIwEvA .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YHeIwEvA .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YHeIwEvA .content-wrap {
    display: block;
  }
}
.cid-v4YHeIwEvA .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YHeIwEvA .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YHeIwEvA .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YHeIwEvA .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YHeIwEvA .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YHeIwEvA .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YHeIwEvA .mbr-section-title {
  color: #ccb265;
}
.cid-v4YHeIwEvA .mbr-desc,
.cid-v4YHeIwEvA .desc-wrapper {
  color: #3f1819;
}
.cid-v4YHeIwEvA .mbr-text {
  color: #000000;
}
.cid-v4YHeJ2QBt {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grespan-doce-de-leite-classico-cab.jpg");
  display: flex;
}
.cid-v4YHeJ2QBt .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-v4YHeJ2QBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YHeJ2QBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v4YHeJ2QBt {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-v4YHeJ2QBt .row {
    justify-content: center;
  }
  .cid-v4YHeJ2QBt .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-v4YHeJ2QBt .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-v4YHeJ2QBt {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4YHeJ2QBt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4YHeJ2QBt .content-wrap {
    width: 100%;
  }
}
.cid-v4YHeJ2QBt .mbr-section-title,
.cid-v4YHeJ2QBt .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v4YHeJ2QBt .mbr-text,
.cid-v4YHeJ2QBt .mbr-section-btn {
  text-align: center;
}
.cid-v4YHeJ2QBt .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-v4YHeJ2QBt .mbr-section-subtitle {
  color: #c2c2c2;
}
.cid-v4YHeJt6ej {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-v4YHeJt6ej .content {
    text-align: center;
  }
  .cid-v4YHeJt6ej .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v4YHeJt6ej .logo-subtitle {
  color: #8d97ad;
}
.cid-v4YHeJt6ej .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4YHeJt6ej .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v4YHeJt6ej .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v4YHeJt6ej .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v4YHeJt6ej .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v4YHeJt6ej .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v4YHeJt6ej .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4YHeJt6ej .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-v4YHeJt6ej .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4YHeJt6ej .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v4YHeJt6ej .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4YHeJt6ej .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4YHeJt6ej .list-item {
  display: flex;
}
.cid-v4YHeJt6ej .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v4YHeJt6ej ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4YHeJt6ej ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v4YHeJt6ej ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-v4YHeJt6ej .column-title {
  color: #000000;
  text-align: left;
}
.cid-v4YJrC2RNZ .navbar-dropdown {
  position: relative !important;
}
.cid-v4YJrC2RNZ .navbar-dropdown {
  position: absolute !important;
}
.cid-v4YJrC2RNZ .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YJrC2RNZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4YJrC2RNZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4YJrC2RNZ .dropdown-item:hover,
.cid-v4YJrC2RNZ .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-v4YJrC2RNZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4YJrC2RNZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4YJrC2RNZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4YJrC2RNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4YJrC2RNZ .nav-link {
  position: relative;
}
.cid-v4YJrC2RNZ .container {
  display: flex;
  margin: auto;
}
.cid-v4YJrC2RNZ .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4YJrC2RNZ .dropdown-menu,
.cid-v4YJrC2RNZ .navbar.opened {
  background: #000000 !important;
}
.cid-v4YJrC2RNZ .nav-item:focus,
.cid-v4YJrC2RNZ .nav-link:focus {
  outline: none;
}
.cid-v4YJrC2RNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4YJrC2RNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4YJrC2RNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4YJrC2RNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YJrC2RNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4YJrC2RNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4YJrC2RNZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v4YJrC2RNZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v4YJrC2RNZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4YJrC2RNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-v4YJrC2RNZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4YJrC2RNZ .navbar.collapsed {
  justify-content: center;
}
.cid-v4YJrC2RNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4YJrC2RNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YJrC2RNZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4YJrC2RNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4YJrC2RNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4YJrC2RNZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4YJrC2RNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4YJrC2RNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4YJrC2RNZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4YJrC2RNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4YJrC2RNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4YJrC2RNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4YJrC2RNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4YJrC2RNZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4YJrC2RNZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4YJrC2RNZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4YJrC2RNZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4YJrC2RNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4YJrC2RNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4YJrC2RNZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4YJrC2RNZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4YJrC2RNZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4YJrC2RNZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4YJrC2RNZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4YJrC2RNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4YJrC2RNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4YJrC2RNZ .dropdown-item.active,
.cid-v4YJrC2RNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v4YJrC2RNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4YJrC2RNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4YJrC2RNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4YJrC2RNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4YJrC2RNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4YJrC2RNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4YJrC2RNZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4YJrC2RNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4YJrC2RNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4YJrC2RNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-v4YJrC2RNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4YJrC2RNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YJrC2RNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YJrC2RNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4YJrC2RNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YJrC2RNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4YJrC2RNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4YJrC2RNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YJrC2RNZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4YJrC2RNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4YJrC2RNZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4YJrC2RNZ .navbar {
    height: 70px;
  }
  .cid-v4YJrC2RNZ .navbar.opened {
    height: auto;
  }
  .cid-v4YJrC2RNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5LxOlux2y {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (min-width: 768px) {
  .cid-v5LxOlux2y {
    align-items: center;
  }
  .cid-v5LxOlux2y .row {
    justify-content: center;
  }
  .cid-v5LxOlux2y .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5LxOlux2y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5LxOlux2y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5LxOlux2y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5LxOlux2y .content-wrap {
    width: 100%;
  }
}
.cid-v5LxOlux2y .mbr-section-title,
.cid-v5LxOlux2y .mbr-section-subtitle {
  text-align: center;
}
.cid-v5LxOlux2y .mbr-text,
.cid-v5LxOlux2y .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5LxOlux2y .mbr-section-title {
  color: #ccb265;
  text-align: center;
}
.cid-v5LxOlux2y .mbr-section-subtitle {
  color: #fcefd1;
  text-align: center;
}
.cid-v5Ly14sUcY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5Ly14sUcY .mbr-text {
    text-align: center;
  }
}
.cid-v5Ly14sUcY .container-fluidi {
  padding: 0;
}
.cid-v5Ly14sUcY .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-v5Ly14sUcY img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-v5Ly14sUcY .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-v5Ly14sUcY .col-lg-6 {
  padding: 0;
}
.cid-v5Ly14sUcY .ro {
  margin: 0;
}
.cid-v5Ly14sUcY H1 {
  color: #7c92dc;
}
.cid-v5Ly14sUcY H3 {
  color: #52156f;
}
.cid-v5Ly14sUcY .mbr-text,
.cid-v5Ly14sUcY .mbr-section-btn {
  color: #52156f;
}
.cid-v4YJrDARW5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4YJrDARW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YJrDARW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YJrDARW5 .container {
    padding: 0 15px;
  }
}
.cid-v4YJrDARW5 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YJrDARW5 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YJrDARW5 .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YJrDARW5 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YJrDARW5 .content-wrap {
    display: block;
  }
}
.cid-v4YJrDARW5 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YJrDARW5 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YJrDARW5 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YJrDARW5 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YJrDARW5 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YJrDARW5 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YJrDARW5 .mbr-section-title {
  color: #ccb265;
}
.cid-v4YJrDARW5 .mbr-desc,
.cid-v4YJrDARW5 .desc-wrapper {
  color: #3f1819;
}
.cid-v4YJrDARW5 .mbr-text {
  color: #000000;
}
.cid-v4YJrDWYxp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #005c30;
}
.cid-v4YJrDWYxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YJrDWYxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YJrDWYxp .container {
    padding: 0 15px;
  }
}
.cid-v4YJrDWYxp .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YJrDWYxp .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YJrDWYxp .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YJrDWYxp .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YJrDWYxp .content-wrap {
    display: block;
  }
}
.cid-v4YJrDWYxp .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YJrDWYxp .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YJrDWYxp .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YJrDWYxp .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YJrDWYxp .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YJrDWYxp .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YJrDWYxp .mbr-section-title {
  color: #ccb265;
}
.cid-v4YJrDWYxp .mbr-desc,
.cid-v4YJrDWYxp .desc-wrapper {
  color: #3f1819;
}
.cid-v4YJrEhEhh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #005c30;
}
.cid-v4YJrEhEhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YJrEhEhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YJrEhEhh .container {
    padding: 0 20px;
  }
}
.cid-v4YJrEhEhh .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v4YJrEhEhh .row .card {
  padding: 0 10px;
}
.cid-v4YJrEhEhh .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-v4YJrEhEhh .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v4YJrEhEhh .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4YJrEhEhh .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v4YJrEhEhh .item {
    margin-bottom: 40px;
  }
}
.cid-v4YJrEhEhh .item .item-wrapper .card-box .card-number {
  margin-bottom: 10px;
}
.cid-v4YJrEhEhh .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  border-color: #69fc00;
  padding-top: 20px;
  margin-bottom: 10px;
}
.cid-v4YJrEhEhh .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v4YJrEhEhh .mbr-section-title {
  color: #000000;
}
.cid-v4YJrEhEhh .card-number {
  color: #ccb265;
}
.cid-v4YJrEhEhh .card-title {
  color: #000000;
}
.cid-v4YJrEhEhh .card-text {
  color: #fcefd1;
}
.cid-v4YJrETnJl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4YJrETnJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YJrETnJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YJrETnJl .container {
    padding: 0 15px;
  }
}
.cid-v4YJrETnJl .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YJrETnJl .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YJrETnJl .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YJrETnJl .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YJrETnJl .content-wrap {
    display: block;
  }
}
.cid-v4YJrETnJl .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YJrETnJl .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YJrETnJl .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YJrETnJl .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YJrETnJl .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YJrETnJl .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YJrETnJl .mbr-section-title {
  color: #ccb265;
}
.cid-v4YJrETnJl .mbr-desc,
.cid-v4YJrETnJl .desc-wrapper {
  color: #3f1819;
}
.cid-v4YJrETnJl .mbr-text {
  color: #000000;
}
.cid-v4YKPhDb93 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grespan-doce-de-leite-gourmet-cab.jpg");
  display: flex;
}
.cid-v4YKPhDb93 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-v4YKPhDb93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YKPhDb93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v4YKPhDb93 {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-v4YKPhDb93 .row {
    justify-content: center;
  }
  .cid-v4YKPhDb93 .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-v4YKPhDb93 .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-v4YKPhDb93 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4YKPhDb93 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4YKPhDb93 .content-wrap {
    width: 100%;
  }
}
.cid-v4YKPhDb93 .mbr-section-title,
.cid-v4YKPhDb93 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v4YKPhDb93 .mbr-text,
.cid-v4YKPhDb93 .mbr-section-btn {
  text-align: center;
}
.cid-v4YKPhDb93 .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-v4YKPhDb93 .mbr-section-subtitle {
  color: #c2c2c2;
}
.cid-v4YJrFTokc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-v4YJrFTokc .content {
    text-align: center;
  }
  .cid-v4YJrFTokc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v4YJrFTokc .logo-subtitle {
  color: #8d97ad;
}
.cid-v4YJrFTokc .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4YJrFTokc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v4YJrFTokc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v4YJrFTokc .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v4YJrFTokc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v4YJrFTokc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v4YJrFTokc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4YJrFTokc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-v4YJrFTokc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4YJrFTokc .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v4YJrFTokc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4YJrFTokc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4YJrFTokc .list-item {
  display: flex;
}
.cid-v4YJrFTokc .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v4YJrFTokc ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4YJrFTokc ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v4YJrFTokc ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-v4YJrFTokc .column-title {
  color: #000000;
  text-align: left;
}
.cid-v4YLluOqzI .navbar-dropdown {
  position: relative !important;
}
.cid-v4YLluOqzI .navbar-dropdown {
  position: absolute !important;
}
.cid-v4YLluOqzI .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YLluOqzI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4YLluOqzI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4YLluOqzI .dropdown-item:hover,
.cid-v4YLluOqzI .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-v4YLluOqzI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4YLluOqzI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4YLluOqzI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4YLluOqzI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4YLluOqzI .nav-link {
  position: relative;
}
.cid-v4YLluOqzI .container {
  display: flex;
  margin: auto;
}
.cid-v4YLluOqzI .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4YLluOqzI .dropdown-menu,
.cid-v4YLluOqzI .navbar.opened {
  background: #000000 !important;
}
.cid-v4YLluOqzI .nav-item:focus,
.cid-v4YLluOqzI .nav-link:focus {
  outline: none;
}
.cid-v4YLluOqzI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4YLluOqzI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4YLluOqzI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4YLluOqzI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YLluOqzI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4YLluOqzI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4YLluOqzI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v4YLluOqzI .navbar.opened {
  transition: all 0.3s;
}
.cid-v4YLluOqzI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4YLluOqzI .navbar .navbar-logo img {
  width: auto;
}
.cid-v4YLluOqzI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4YLluOqzI .navbar.collapsed {
  justify-content: center;
}
.cid-v4YLluOqzI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4YLluOqzI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YLluOqzI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4YLluOqzI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4YLluOqzI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4YLluOqzI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4YLluOqzI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4YLluOqzI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4YLluOqzI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4YLluOqzI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4YLluOqzI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4YLluOqzI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4YLluOqzI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4YLluOqzI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4YLluOqzI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4YLluOqzI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4YLluOqzI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4YLluOqzI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4YLluOqzI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4YLluOqzI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4YLluOqzI .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4YLluOqzI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4YLluOqzI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4YLluOqzI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4YLluOqzI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4YLluOqzI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4YLluOqzI .dropdown-item.active,
.cid-v4YLluOqzI .dropdown-item:active {
  background-color: transparent;
}
.cid-v4YLluOqzI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4YLluOqzI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4YLluOqzI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4YLluOqzI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4YLluOqzI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4YLluOqzI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4YLluOqzI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4YLluOqzI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4YLluOqzI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4YLluOqzI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-v4YLluOqzI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4YLluOqzI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YLluOqzI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YLluOqzI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4YLluOqzI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YLluOqzI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4YLluOqzI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4YLluOqzI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YLluOqzI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4YLluOqzI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4YLluOqzI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4YLluOqzI .navbar {
    height: 70px;
  }
  .cid-v4YLluOqzI .navbar.opened {
    height: auto;
  }
  .cid-v4YLluOqzI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5LDc3rTCy {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (min-width: 768px) {
  .cid-v5LDc3rTCy {
    align-items: center;
  }
  .cid-v5LDc3rTCy .row {
    justify-content: center;
  }
  .cid-v5LDc3rTCy .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5LDc3rTCy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5LDc3rTCy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5LDc3rTCy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5LDc3rTCy .content-wrap {
    width: 100%;
  }
}
.cid-v5LDc3rTCy .mbr-section-title,
.cid-v5LDc3rTCy .mbr-section-subtitle {
  text-align: center;
}
.cid-v5LDc3rTCy .mbr-text,
.cid-v5LDc3rTCy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5LDc3rTCy .mbr-section-title {
  color: #ccb265;
  text-align: center;
}
.cid-v5LDc3rTCy .mbr-section-subtitle {
  color: #fcefd1;
  text-align: center;
}
.cid-v5LytJdcok {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5LytJdcok .mbr-text {
    text-align: center;
  }
}
.cid-v5LytJdcok .container-fluidi {
  padding: 0;
}
.cid-v5LytJdcok .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-v5LytJdcok img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-v5LytJdcok .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-v5LytJdcok .col-lg-6 {
  padding: 0;
}
.cid-v5LytJdcok .ro {
  margin: 0;
}
.cid-v5LytJdcok H1 {
  color: #7c92dc;
}
.cid-v5LytJdcok H3 {
  color: #52156f;
}
.cid-v5LytJdcok .mbr-text,
.cid-v5LytJdcok .mbr-section-btn {
  color: #52156f;
}
.cid-v4YLlwf2us {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4YLlwf2us .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YLlwf2us .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YLlwf2us .container {
    padding: 0 15px;
  }
}
.cid-v4YLlwf2us .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YLlwf2us .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YLlwf2us .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YLlwf2us .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YLlwf2us .content-wrap {
    display: block;
  }
}
.cid-v4YLlwf2us .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YLlwf2us .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YLlwf2us .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YLlwf2us .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YLlwf2us .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YLlwf2us .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YLlwf2us .mbr-section-title {
  color: #ccb265;
}
.cid-v4YLlwf2us .mbr-desc,
.cid-v4YLlwf2us .desc-wrapper {
  color: #3f1819;
}
.cid-v4YLlwf2us .mbr-text {
  color: #000000;
}
.cid-v4YLlwApt6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #005c30;
}
.cid-v4YLlwApt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YLlwApt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YLlwApt6 .container {
    padding: 0 15px;
  }
}
.cid-v4YLlwApt6 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YLlwApt6 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YLlwApt6 .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YLlwApt6 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YLlwApt6 .content-wrap {
    display: block;
  }
}
.cid-v4YLlwApt6 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YLlwApt6 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YLlwApt6 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YLlwApt6 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YLlwApt6 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YLlwApt6 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YLlwApt6 .mbr-section-title {
  color: #ccb265;
}
.cid-v4YLlwApt6 .mbr-desc,
.cid-v4YLlwApt6 .desc-wrapper {
  color: #3f1819;
}
.cid-v4YLlwWcl1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #005c30;
}
.cid-v4YLlwWcl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YLlwWcl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YLlwWcl1 .container {
    padding: 0 20px;
  }
}
.cid-v4YLlwWcl1 .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v4YLlwWcl1 .row .card {
  padding: 0 10px;
}
.cid-v4YLlwWcl1 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-v4YLlwWcl1 .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v4YLlwWcl1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4YLlwWcl1 .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v4YLlwWcl1 .item {
    margin-bottom: 40px;
  }
}
.cid-v4YLlwWcl1 .item .item-wrapper .card-box .card-number {
  margin-bottom: 10px;
}
.cid-v4YLlwWcl1 .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  border-color: #69fc00;
  padding-top: 20px;
  margin-bottom: 10px;
}
.cid-v4YLlwWcl1 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v4YLlwWcl1 .mbr-section-title {
  color: #000000;
}
.cid-v4YLlwWcl1 .card-number {
  color: #ccb265;
}
.cid-v4YLlwWcl1 .card-title {
  color: #000000;
}
.cid-v4YLlwWcl1 .card-text {
  color: #fcefd1;
}
.cid-v4YLlxuWeZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4YLlxuWeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YLlxuWeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YLlxuWeZ .container {
    padding: 0 15px;
  }
}
.cid-v4YLlxuWeZ .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YLlxuWeZ .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YLlxuWeZ .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YLlxuWeZ .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YLlxuWeZ .content-wrap {
    display: block;
  }
}
.cid-v4YLlxuWeZ .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YLlxuWeZ .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YLlxuWeZ .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YLlxuWeZ .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YLlxuWeZ .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YLlxuWeZ .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YLlxuWeZ .mbr-section-title {
  color: #ccb265;
}
.cid-v4YLlxuWeZ .mbr-desc,
.cid-v4YLlxuWeZ .desc-wrapper {
  color: #3f1819;
}
.cid-v4YLlxuWeZ .mbr-text {
  color: #000000;
}
.cid-v4YLlxUicr {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grespan-doce-de-leite-gourmet-cab.jpg");
  display: flex;
}
.cid-v4YLlxUicr .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-v4YLlxUicr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YLlxUicr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v4YLlxUicr {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-v4YLlxUicr .row {
    justify-content: center;
  }
  .cid-v4YLlxUicr .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-v4YLlxUicr .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-v4YLlxUicr {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4YLlxUicr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4YLlxUicr .content-wrap {
    width: 100%;
  }
}
.cid-v4YLlxUicr .mbr-section-title,
.cid-v4YLlxUicr .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v4YLlxUicr .mbr-text,
.cid-v4YLlxUicr .mbr-section-btn {
  text-align: center;
}
.cid-v4YLlxUicr .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-v4YLlxUicr .mbr-section-subtitle {
  color: #c2c2c2;
}
.cid-v4YLlyn7Vz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-v4YLlyn7Vz .content {
    text-align: center;
  }
  .cid-v4YLlyn7Vz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v4YLlyn7Vz .logo-subtitle {
  color: #8d97ad;
}
.cid-v4YLlyn7Vz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4YLlyn7Vz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v4YLlyn7Vz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v4YLlyn7Vz .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v4YLlyn7Vz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v4YLlyn7Vz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v4YLlyn7Vz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4YLlyn7Vz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-v4YLlyn7Vz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4YLlyn7Vz .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v4YLlyn7Vz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4YLlyn7Vz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4YLlyn7Vz .list-item {
  display: flex;
}
.cid-v4YLlyn7Vz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v4YLlyn7Vz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4YLlyn7Vz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v4YLlyn7Vz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-v4YLlyn7Vz .column-title {
  color: #000000;
  text-align: left;
}
.cid-v4YMAOCOXg .navbar-dropdown {
  position: relative !important;
}
.cid-v4YMAOCOXg .navbar-dropdown {
  position: absolute !important;
}
.cid-v4YMAOCOXg .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YMAOCOXg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4YMAOCOXg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4YMAOCOXg .dropdown-item:hover,
.cid-v4YMAOCOXg .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-v4YMAOCOXg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4YMAOCOXg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4YMAOCOXg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4YMAOCOXg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4YMAOCOXg .nav-link {
  position: relative;
}
.cid-v4YMAOCOXg .container {
  display: flex;
  margin: auto;
}
.cid-v4YMAOCOXg .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4YMAOCOXg .dropdown-menu,
.cid-v4YMAOCOXg .navbar.opened {
  background: #000000 !important;
}
.cid-v4YMAOCOXg .nav-item:focus,
.cid-v4YMAOCOXg .nav-link:focus {
  outline: none;
}
.cid-v4YMAOCOXg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4YMAOCOXg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4YMAOCOXg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4YMAOCOXg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YMAOCOXg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4YMAOCOXg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4YMAOCOXg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v4YMAOCOXg .navbar.opened {
  transition: all 0.3s;
}
.cid-v4YMAOCOXg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4YMAOCOXg .navbar .navbar-logo img {
  width: auto;
}
.cid-v4YMAOCOXg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4YMAOCOXg .navbar.collapsed {
  justify-content: center;
}
.cid-v4YMAOCOXg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4YMAOCOXg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YMAOCOXg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4YMAOCOXg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4YMAOCOXg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4YMAOCOXg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4YMAOCOXg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4YMAOCOXg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4YMAOCOXg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4YMAOCOXg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4YMAOCOXg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4YMAOCOXg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4YMAOCOXg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4YMAOCOXg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4YMAOCOXg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4YMAOCOXg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4YMAOCOXg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4YMAOCOXg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4YMAOCOXg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4YMAOCOXg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4YMAOCOXg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4YMAOCOXg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4YMAOCOXg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4YMAOCOXg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4YMAOCOXg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4YMAOCOXg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4YMAOCOXg .dropdown-item.active,
.cid-v4YMAOCOXg .dropdown-item:active {
  background-color: transparent;
}
.cid-v4YMAOCOXg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4YMAOCOXg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4YMAOCOXg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4YMAOCOXg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4YMAOCOXg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4YMAOCOXg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4YMAOCOXg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4YMAOCOXg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4YMAOCOXg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4YMAOCOXg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-v4YMAOCOXg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4YMAOCOXg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YMAOCOXg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YMAOCOXg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4YMAOCOXg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YMAOCOXg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4YMAOCOXg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4YMAOCOXg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YMAOCOXg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4YMAOCOXg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4YMAOCOXg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4YMAOCOXg .navbar {
    height: 70px;
  }
  .cid-v4YMAOCOXg .navbar.opened {
    height: auto;
  }
  .cid-v4YMAOCOXg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5LCSAEZ54 {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (min-width: 768px) {
  .cid-v5LCSAEZ54 {
    align-items: center;
  }
  .cid-v5LCSAEZ54 .row {
    justify-content: center;
  }
  .cid-v5LCSAEZ54 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5LCSAEZ54 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5LCSAEZ54 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5LCSAEZ54 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5LCSAEZ54 .content-wrap {
    width: 100%;
  }
}
.cid-v5LCSAEZ54 .mbr-section-title,
.cid-v5LCSAEZ54 .mbr-section-subtitle {
  text-align: center;
}
.cid-v5LCSAEZ54 .mbr-text,
.cid-v5LCSAEZ54 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5LCSAEZ54 .mbr-section-title {
  color: #ccb265;
  text-align: center;
}
.cid-v5LCSAEZ54 .mbr-section-subtitle {
  color: #fcefd1;
  text-align: center;
}
.cid-v5LCQ5XvcB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5LCQ5XvcB .mbr-text {
    text-align: center;
  }
}
.cid-v5LCQ5XvcB .container-fluidi {
  padding: 0;
}
.cid-v5LCQ5XvcB .media-content {
  max-width: 100%;
  margin: 0;
  padding: 0rem;
}
.cid-v5LCQ5XvcB img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cid-v5LCQ5XvcB .mbr-figura {
  width: 100%;
  height: 100%;
}
.cid-v5LCQ5XvcB .col-lg-6 {
  padding: 0;
}
.cid-v5LCQ5XvcB .ro {
  margin: 0;
}
.cid-v5LCQ5XvcB H1 {
  color: #7c92dc;
}
.cid-v5LCQ5XvcB H3 {
  color: #52156f;
}
.cid-v5LCQ5XvcB .mbr-text,
.cid-v5LCQ5XvcB .mbr-section-btn {
  color: #52156f;
}
.cid-v4YNU0XJkV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4YNU0XJkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YNU0XJkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YNU0XJkV .container {
    padding: 0 15px;
  }
}
.cid-v4YNU0XJkV .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YNU0XJkV .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YNU0XJkV .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YNU0XJkV .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YNU0XJkV .content-wrap {
    display: block;
  }
}
.cid-v4YNU0XJkV .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YNU0XJkV .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YNU0XJkV .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YNU0XJkV .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YNU0XJkV .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YNU0XJkV .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YNU0XJkV .mbr-section-title {
  color: #ccb265;
}
.cid-v4YNU0XJkV .mbr-desc,
.cid-v4YNU0XJkV .desc-wrapper {
  color: #3f1819;
}
.cid-v4YNVyRra2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4YNVyRra2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YNVyRra2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YNVyRra2 .container {
    padding: 0 15px;
  }
}
.cid-v4YNVyRra2 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YNVyRra2 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YNVyRra2 .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YNVyRra2 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YNVyRra2 .content-wrap {
    display: block;
  }
}
.cid-v4YNVyRra2 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YNVyRra2 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YNVyRra2 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YNVyRra2 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YNVyRra2 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YNVyRra2 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YNVyRra2 .mbr-section-title {
  color: #000000;
}
.cid-v4YNVyRra2 .mbr-desc,
.cid-v4YNVyRra2 .desc-wrapper {
  color: #3f1819;
}
.cid-v4YNVyRra2 .mbr-text {
  color: #000000;
}
.cid-v4YNWACZb9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4YNWACZb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YNWACZb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YNWACZb9 .container {
    padding: 0 15px;
  }
}
.cid-v4YNWACZb9 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YNWACZb9 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YNWACZb9 .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YNWACZb9 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YNWACZb9 .content-wrap {
    display: block;
  }
}
.cid-v4YNWACZb9 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YNWACZb9 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YNWACZb9 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YNWACZb9 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YNWACZb9 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YNWACZb9 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YNWACZb9 .mbr-section-title {
  color: #000000;
}
.cid-v4YNWACZb9 .mbr-desc,
.cid-v4YNWACZb9 .desc-wrapper {
  color: #3f1819;
}
.cid-v4YNWACZb9 .mbr-text {
  color: #000000;
}
.cid-v4YMAQpYCO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #005c30;
}
.cid-v4YMAQpYCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YMAQpYCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YMAQpYCO .container {
    padding: 0 15px;
  }
}
.cid-v4YMAQpYCO .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YMAQpYCO .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YMAQpYCO .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YMAQpYCO .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YMAQpYCO .content-wrap {
    display: block;
  }
}
.cid-v4YMAQpYCO .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YMAQpYCO .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YMAQpYCO .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YMAQpYCO .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YMAQpYCO .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YMAQpYCO .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YMAQpYCO .mbr-section-title {
  color: #ccb265;
}
.cid-v4YMAQpYCO .mbr-desc,
.cid-v4YMAQpYCO .desc-wrapper {
  color: #3f1819;
}
.cid-v4YMAQThL7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #005c30;
}
.cid-v4YMAQThL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YMAQThL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YMAQThL7 .container {
    padding: 0 20px;
  }
}
.cid-v4YMAQThL7 .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v4YMAQThL7 .row .card {
  padding: 0 10px;
}
.cid-v4YMAQThL7 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-v4YMAQThL7 .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v4YMAQThL7 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4YMAQThL7 .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v4YMAQThL7 .item {
    margin-bottom: 40px;
  }
}
.cid-v4YMAQThL7 .item .item-wrapper .card-box .card-number {
  margin-bottom: 10px;
}
.cid-v4YMAQThL7 .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  border-color: #69fc00;
  padding-top: 20px;
  margin-bottom: 10px;
}
.cid-v4YMAQThL7 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v4YMAQThL7 .mbr-section-title {
  color: #000000;
}
.cid-v4YMAQThL7 .card-number {
  color: #ccb265;
}
.cid-v4YMAQThL7 .card-title {
  color: #000000;
}
.cid-v4YMAQThL7 .card-text {
  color: #fcefd1;
}
.cid-v4YMARoAfe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v4YMARoAfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YMARoAfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4YMARoAfe .container {
    padding: 0 15px;
  }
}
.cid-v4YMARoAfe .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-v4YMARoAfe .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YMARoAfe .content-wrapper {
    padding-right: 0;
  }
}
.cid-v4YMARoAfe .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4YMARoAfe .content-wrap {
    display: block;
  }
}
.cid-v4YMARoAfe .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YMARoAfe .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YMARoAfe .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4YMARoAfe .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v4YMARoAfe .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ccb265;
}
.cid-v4YMARoAfe .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #ccb265;
  transform: rotate(0deg);
}
.cid-v4YMARoAfe .mbr-section-title {
  color: #ccb265;
}
.cid-v4YMARoAfe .mbr-desc,
.cid-v4YMARoAfe .desc-wrapper {
  color: #3f1819;
}
.cid-v4YMARoAfe .mbr-text {
  color: #000000;
}
.cid-v4YMARMZrr {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grespan-doce-de-leite-gourmet-cab.jpg");
  display: flex;
}
.cid-v4YMARMZrr .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-v4YMARMZrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YMARMZrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v4YMARMZrr {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-v4YMARMZrr .row {
    justify-content: center;
  }
  .cid-v4YMARMZrr .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-v4YMARMZrr .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-v4YMARMZrr {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4YMARMZrr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4YMARMZrr .content-wrap {
    width: 100%;
  }
}
.cid-v4YMARMZrr .mbr-section-title,
.cid-v4YMARMZrr .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v4YMARMZrr .mbr-text,
.cid-v4YMARMZrr .mbr-section-btn {
  text-align: center;
}
.cid-v4YMARMZrr .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-v4YMARMZrr .mbr-section-subtitle {
  color: #c2c2c2;
}
.cid-v4YMASdMXI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-v4YMASdMXI .content {
    text-align: center;
  }
  .cid-v4YMASdMXI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v4YMASdMXI .logo-subtitle {
  color: #8d97ad;
}
.cid-v4YMASdMXI .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4YMASdMXI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v4YMASdMXI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v4YMASdMXI .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v4YMASdMXI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v4YMASdMXI .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v4YMASdMXI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4YMASdMXI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-v4YMASdMXI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4YMASdMXI .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v4YMASdMXI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4YMASdMXI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4YMASdMXI .list-item {
  display: flex;
}
.cid-v4YMASdMXI .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v4YMASdMXI ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4YMASdMXI ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v4YMASdMXI ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-v4YMASdMXI .column-title {
  color: #000000;
  text-align: left;
}
.cid-v5snCb6Z7U .navbar-dropdown {
  position: relative !important;
}
.cid-v5snCb6Z7U .navbar-dropdown {
  position: absolute !important;
}
.cid-v5snCb6Z7U .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5snCb6Z7U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5snCb6Z7U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5snCb6Z7U .dropdown-item:hover,
.cid-v5snCb6Z7U .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-v5snCb6Z7U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5snCb6Z7U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5snCb6Z7U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5snCb6Z7U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5snCb6Z7U .nav-link {
  position: relative;
}
.cid-v5snCb6Z7U .container {
  display: flex;
  margin: auto;
}
.cid-v5snCb6Z7U .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5snCb6Z7U .dropdown-menu,
.cid-v5snCb6Z7U .navbar.opened {
  background: #000000 !important;
}
.cid-v5snCb6Z7U .nav-item:focus,
.cid-v5snCb6Z7U .nav-link:focus {
  outline: none;
}
.cid-v5snCb6Z7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5snCb6Z7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5snCb6Z7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5snCb6Z7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5snCb6Z7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5snCb6Z7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5snCb6Z7U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v5snCb6Z7U .navbar.opened {
  transition: all 0.3s;
}
.cid-v5snCb6Z7U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5snCb6Z7U .navbar .navbar-logo img {
  width: auto;
}
.cid-v5snCb6Z7U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5snCb6Z7U .navbar.collapsed {
  justify-content: center;
}
.cid-v5snCb6Z7U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5snCb6Z7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5snCb6Z7U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5snCb6Z7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5snCb6Z7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5snCb6Z7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5snCb6Z7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5snCb6Z7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5snCb6Z7U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5snCb6Z7U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5snCb6Z7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5snCb6Z7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5snCb6Z7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5snCb6Z7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5snCb6Z7U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5snCb6Z7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5snCb6Z7U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5snCb6Z7U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5snCb6Z7U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5snCb6Z7U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5snCb6Z7U .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5snCb6Z7U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5snCb6Z7U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5snCb6Z7U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5snCb6Z7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5snCb6Z7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5snCb6Z7U .dropdown-item.active,
.cid-v5snCb6Z7U .dropdown-item:active {
  background-color: transparent;
}
.cid-v5snCb6Z7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5snCb6Z7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5snCb6Z7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5snCb6Z7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5snCb6Z7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5snCb6Z7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5snCb6Z7U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5snCb6Z7U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5snCb6Z7U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5snCb6Z7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-v5snCb6Z7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5snCb6Z7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5snCb6Z7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5snCb6Z7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5snCb6Z7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5snCb6Z7U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5snCb6Z7U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5snCb6Z7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5snCb6Z7U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5snCb6Z7U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5snCb6Z7U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5snCb6Z7U .navbar {
    height: 70px;
  }
  .cid-v5snCb6Z7U .navbar.opened {
    height: auto;
  }
  .cid-v5snCb6Z7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5snCc3wV5 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: linear-gradient(0deg, #fcefd1, #ccb265);
}
.cid-v5snCc3wV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5snCc3wV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v5snCc3wV5 .container {
    padding: 0 16px;
  }
}
.cid-v5snCc3wV5 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v5snCc3wV5 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-v5snCc3wV5 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-v5snCc3wV5 .title-wrapper {
  margin-bottom: 30px;
}
.cid-v5snCc3wV5 .title-wrapper .mbr-desc {
  margin-bottom: 18px;
}
.cid-v5snCc3wV5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5snCc3wV5 .title-wrapper .mbr-section-title span {
  color: #f9a01b;
}
.cid-v5snCc3wV5 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-v5snCc3wV5 .item .item-wrapper:hover .item-img img,
.cid-v5snCc3wV5 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-v5snCc3wV5 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 6px;
  overflow: hidden;
  align: center;
}
.cid-v5snCc3wV5 .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v5snCc3wV5 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-v5snCc3wV5 .item .item-wrapper .item-content .item-role {
  margin-bottom: 10px;
}
.cid-v5snCc3wV5 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 5px;
  margin-bottom: 70px;
}
.cid-v5snCc3wV5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5snCc3wV5 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5snCc3wV5 .item-name {
  color: #000000;
}
.cid-v5snCc3wV5 .item-role {
  color: #000000;
  text-align: center;
}
.cid-v5snCc3wV5 .item-name,
.cid-v5snCc3wV5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5snCe8C0C {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #005c30;
}
.cid-v5snCe8C0C img,
.cid-v5snCe8C0C .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5snCe8C0C .item:focus,
.cid-v5snCe8C0C span:focus {
  outline: none;
}
.cid-v5snCe8C0C .item-wrapper {
  position: relative;
}
.cid-v5snCe8C0C .slide-content {
  position: relative;
  border-radius: 6px;
  background: #fcefd1;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5snCe8C0C .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v5snCe8C0C .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5snCe8C0C .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v5snCe8C0C .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v5snCe8C0C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5snCe8C0C .mbr-section-title {
  color: #ccb265;
}
.cid-v5snCe8C0C .mbr-text,
.cid-v5snCe8C0C .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5snCe8C0C .item-title {
  text-align: center;
  color: #000000;
}
.cid-v5snCe8C0C .item-subtitle {
  text-align: left;
}
.cid-v5snCe8C0C .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v5snCe8C0C .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5snCe8C0C .embla__button--next,
.cid-v5snCe8C0C .embla__button--prev {
  display: flex;
}
.cid-v5snCe8C0C .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 92, 48, 0.5);
  color: #fcefd1;
  border: 2px solid #fcefd1;
  border-radius: 10px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v5snCe8C0C .embla__button {
    display: none;
  }
}
.cid-v5snCe8C0C .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5snCe8C0C .embla__button:hover {
  background: #005c30;
  color: #ccb265;
}
.cid-v5snCe8C0C .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5snCe8C0C .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5snCe8C0C .embla__button {
    top: auto;
  }
}
.cid-v5snCe8C0C .embla {
  position: relative;
  width: 100%;
}
.cid-v5snCe8C0C .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v5snCe8C0C .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5snCe8C0C .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5snCe8C0C .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5PAeP8rCS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fcefd1;
}
.cid-v5PAeP8rCS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5PAeP8rCS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5PAeP8rCS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5PAeP8rCS .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 70px;
}
.cid-v5PAeP8rCS .mbr-text,
.cid-v5PAeP8rCS .mbr-section-btn {
  color: #000000;
  text-align: left;
  margin-top: 40px;
}
.cid-v5PJWf284q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcefd1;
}
.cid-v5PJWf284q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5PJWf284q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5PJWf284q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5PJWf284q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5PJWf284q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5PJWf284q .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 70px;
}
.cid-v5PJWf284q .mbr-text,
.cid-v5PJWf284q .mbr-section-btn {
  color: #000000;
  text-align: left;
  margin-top: 40px;
}
.cid-v5PJWKI52y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcefd1;
}
.cid-v5PJWKI52y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5PJWKI52y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5PJWKI52y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5PJWKI52y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5PJWKI52y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5PJWKI52y .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 70px;
}
.cid-v5PJWKI52y .mbr-text,
.cid-v5PJWKI52y .mbr-section-btn {
  color: #000000;
  text-align: left;
  margin-top: 40px;
}
.cid-v5POMFLjmV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-v5POMFLjmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5POMFLjmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5POMFLjmV .row {
  flex-direction: row-reverse;
}
.cid-v5POMFLjmV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5POMFLjmV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5POMFLjmV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5POMFLjmV .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 70px;
}
.cid-v5POMFLjmV .mbr-text,
.cid-v5POMFLjmV .mbr-section-btn {
  color: #000000;
  text-align: left;
  margin-top: 40px;
}
.cid-v5snCeVJ3b {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-v5snCeVJ3b .content {
    text-align: center;
  }
  .cid-v5snCeVJ3b .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v5snCeVJ3b .logo-subtitle {
  color: #8d97ad;
}
.cid-v5snCeVJ3b .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5snCeVJ3b .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v5snCeVJ3b .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v5snCeVJ3b .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v5snCeVJ3b .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v5snCeVJ3b .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v5snCeVJ3b .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v5snCeVJ3b .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-v5snCeVJ3b .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v5snCeVJ3b .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v5snCeVJ3b .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5snCeVJ3b .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5snCeVJ3b .list-item {
  display: flex;
}
.cid-v5snCeVJ3b .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v5snCeVJ3b ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v5snCeVJ3b ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v5snCeVJ3b ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-v5snCeVJ3b .column-title {
  color: #000000;
  text-align: left;
}
.cid-vcafUi4eBh .navbar-dropdown {
  position: relative !important;
}
.cid-vcafUi4eBh .navbar-dropdown {
  position: absolute !important;
}
.cid-vcafUi4eBh .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcafUi4eBh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcafUi4eBh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcafUi4eBh .dropdown-item:hover,
.cid-vcafUi4eBh .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-vcafUi4eBh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcafUi4eBh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcafUi4eBh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcafUi4eBh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcafUi4eBh .nav-link {
  position: relative;
}
.cid-vcafUi4eBh .container {
  display: flex;
  margin: auto;
}
.cid-vcafUi4eBh .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcafUi4eBh .dropdown-menu,
.cid-vcafUi4eBh .navbar.opened {
  background: #000000 !important;
}
.cid-vcafUi4eBh .nav-item:focus,
.cid-vcafUi4eBh .nav-link:focus {
  outline: none;
}
.cid-vcafUi4eBh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcafUi4eBh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcafUi4eBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcafUi4eBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcafUi4eBh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcafUi4eBh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcafUi4eBh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-vcafUi4eBh .navbar.opened {
  transition: all 0.3s;
}
.cid-vcafUi4eBh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcafUi4eBh .navbar .navbar-logo img {
  width: auto;
}
.cid-vcafUi4eBh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcafUi4eBh .navbar.collapsed {
  justify-content: center;
}
.cid-vcafUi4eBh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcafUi4eBh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcafUi4eBh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcafUi4eBh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcafUi4eBh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcafUi4eBh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcafUi4eBh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcafUi4eBh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcafUi4eBh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcafUi4eBh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcafUi4eBh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcafUi4eBh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcafUi4eBh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcafUi4eBh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcafUi4eBh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcafUi4eBh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcafUi4eBh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcafUi4eBh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcafUi4eBh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcafUi4eBh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcafUi4eBh .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcafUi4eBh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcafUi4eBh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcafUi4eBh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcafUi4eBh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcafUi4eBh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcafUi4eBh .dropdown-item.active,
.cid-vcafUi4eBh .dropdown-item:active {
  background-color: transparent;
}
.cid-vcafUi4eBh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcafUi4eBh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcafUi4eBh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcafUi4eBh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcafUi4eBh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcafUi4eBh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcafUi4eBh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcafUi4eBh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcafUi4eBh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcafUi4eBh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-vcafUi4eBh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcafUi4eBh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcafUi4eBh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcafUi4eBh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcafUi4eBh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcafUi4eBh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcafUi4eBh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcafUi4eBh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcafUi4eBh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcafUi4eBh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcafUi4eBh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcafUi4eBh .navbar {
    height: 70px;
  }
  .cid-vcafUi4eBh .navbar.opened {
    height: auto;
  }
  .cid-vcafUi4eBh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcafUiB3qq {
  padding-top: 21rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/grespan-drone.jpg");
  display: flex;
}
.cid-vcafUiB3qq .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-vcafUiB3qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcafUiB3qq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vcafUiB3qq {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-vcafUiB3qq .row {
    justify-content: center;
  }
  .cid-vcafUiB3qq .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-vcafUiB3qq .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-vcafUiB3qq {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcafUiB3qq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcafUiB3qq .content-wrap {
    width: 100%;
  }
}
.cid-vcafUiB3qq .mbr-section-title,
.cid-vcafUiB3qq .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-vcafUiB3qq .mbr-text,
.cid-vcafUiB3qq .mbr-section-btn {
  text-align: center;
}
.cid-vcafUiB3qq .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-vcafUiB3qq .mbr-section-subtitle {
  color: #fcefd1;
}
.cid-vcak6sqjmE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fcefd1;
}
.cid-vcak6sqjmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcak6sqjmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcak6sqjmE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vcak6sqjmE .mbr-section-title DIV {
  text-align: left;
}
.cid-vcak6sqjmE .mbr-section-subtitle {
  text-align: center;
  color: #b01116;
}
.cid-vcak6sqjmE .mbr-text,
.cid-vcak6sqjmE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vcahsF8PYy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcefd1;
}
@media (max-width: 767px) {
  .cid-vcahsF8PYy .mbr-text {
    text-align: center;
  }
}
.cid-vcahsF8PYy .container-fluid {
  padding: 0;
}
.cid-vcahsF8PYy .media-content {
  max-width: 100%;
  margin: auto;
  padding: 1rem;
}
.cid-vcahsF8PYy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcahsF8PYy .mbr-figure {
  height: 100%;
}
.cid-vcahsF8PYy .col-lg-6 {
  padding: 0;
}
.cid-vcahsF8PYy .row {
  margin: 0;
}
.cid-vcahsF8PYy H1 {
  color: #7c92dc;
}
.cid-vcahsF8PYy H3 {
  color: #52156f;
}
.cid-vcahsF8PYy .mbr-text,
.cid-vcahsF8PYy .mbr-section-btn {
  color: #52156f;
}
.cid-vcahpl6p7G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-vcahpl6p7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcahpl6p7G .container {
  max-width: 1300px;
}
.cid-vcahpl6p7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcahpl6p7G .text-wrapper {
  max-width: 700px;
  margin: 5px;
}
@media (min-width: 992px) {
  .cid-vcahpl6p7G .text-wrapper {
    padding: 0 0rem;
  }
}
@media (max-width: 991px) {
  .cid-vcahpl6p7G .image-wrapper {
    margin-bottom: 0rem;
  }
}
.cid-vcahpl6p7G .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcahpl6p7G .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-vcahpl6p7G .mbr-section-title {
  color: #ccb265;
}
.cid-vcahpl6p7G .mbr-text,
.cid-vcahpl6p7G .mbr-section-btn {
  color: #000000;
}
.cid-vcahpl6p7G .mbr-section-subtitle {
  color: #000000;
}
.cid-vcaqqM0v86 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcefd1;
}
@media (max-width: 767px) {
  .cid-vcaqqM0v86 .mbr-text {
    text-align: center;
  }
}
.cid-vcaqqM0v86 .container-fluid {
  padding: 0;
}
.cid-vcaqqM0v86 .media-content {
  max-width: 100%;
  margin: auto;
  padding: 1rem;
}
.cid-vcaqqM0v86 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcaqqM0v86 .mbr-figure {
  height: 100%;
}
.cid-vcaqqM0v86 .col-lg-6 {
  padding: 0;
}
.cid-vcaqqM0v86 .row {
  margin: 0;
}
.cid-vcaqqM0v86 H1 {
  color: #7c92dc;
}
.cid-vcaqqM0v86 H3 {
  color: #52156f;
}
.cid-vcaqqM0v86 .mbr-text,
.cid-vcaqqM0v86 .mbr-section-btn {
  color: #52156f;
}
.cid-vcairtryKR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-vcairtryKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcairtryKR .container {
  max-width: 1300px;
}
.cid-vcairtryKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcairtryKR .text-wrapper {
  max-width: 700px;
  margin: 5px;
}
@media (min-width: 992px) {
  .cid-vcairtryKR .text-wrapper {
    padding: 0 0rem;
  }
}
@media (max-width: 991px) {
  .cid-vcairtryKR .image-wrapper {
    margin-bottom: 0rem;
  }
}
.cid-vcairtryKR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcairtryKR .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-vcairtryKR .mbr-section-title {
  color: #ccb265;
}
.cid-vcairtryKR .mbr-text,
.cid-vcairtryKR .mbr-section-btn {
  color: #000000;
}
.cid-vcairtryKR .mbr-section-subtitle {
  color: #000000;
}
.cid-vct7X9ArlL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcefd1;
}
@media (max-width: 767px) {
  .cid-vct7X9ArlL .mbr-text {
    text-align: center;
  }
}
.cid-vct7X9ArlL .container-fluid {
  padding: 0;
}
.cid-vct7X9ArlL .media-content {
  max-width: 100%;
  margin: auto;
  padding: 1rem;
}
.cid-vct7X9ArlL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vct7X9ArlL .mbr-figure {
  height: 100%;
}
.cid-vct7X9ArlL .col-lg-6 {
  padding: 0;
}
.cid-vct7X9ArlL .row {
  margin: 0;
}
.cid-vct7X9ArlL H1 {
  color: #7c92dc;
}
.cid-vct7X9ArlL H3 {
  color: #52156f;
}
.cid-vct7X9ArlL .mbr-text,
.cid-vct7X9ArlL .mbr-section-btn {
  color: #52156f;
}
.cid-vct8izado9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-vct8izado9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vct8izado9 .container {
  max-width: 1300px;
}
.cid-vct8izado9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vct8izado9 .text-wrapper {
  max-width: 700px;
  margin: 5px;
}
@media (min-width: 992px) {
  .cid-vct8izado9 .text-wrapper {
    padding: 0 0rem;
  }
}
@media (max-width: 991px) {
  .cid-vct8izado9 .image-wrapper {
    margin-bottom: 0rem;
  }
}
.cid-vct8izado9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vct8izado9 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-vct8izado9 .mbr-section-title {
  color: #ccb265;
}
.cid-vct8izado9 .mbr-text,
.cid-vct8izado9 .mbr-section-btn {
  color: #000000;
}
.cid-vct8izado9 .mbr-section-subtitle {
  color: #000000;
}
.cid-vct8cr4cY8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcefd1;
}
@media (max-width: 767px) {
  .cid-vct8cr4cY8 .mbr-text {
    text-align: center;
  }
}
.cid-vct8cr4cY8 .container-fluid {
  padding: 0;
}
.cid-vct8cr4cY8 .media-content {
  max-width: 100%;
  margin: auto;
  padding: 1rem;
}
.cid-vct8cr4cY8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vct8cr4cY8 .mbr-figure {
  height: 100%;
}
.cid-vct8cr4cY8 .col-lg-6 {
  padding: 0;
}
.cid-vct8cr4cY8 .row {
  margin: 0;
}
.cid-vct8cr4cY8 H1 {
  color: #7c92dc;
}
.cid-vct8cr4cY8 H3 {
  color: #52156f;
}
.cid-vct8cr4cY8 .mbr-text,
.cid-vct8cr4cY8 .mbr-section-btn {
  color: #52156f;
}
.cid-vct87goIg1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcefd1;
}
.cid-vct87goIg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vct87goIg1 .container {
  max-width: 1300px;
}
.cid-vct87goIg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vct87goIg1 .text-wrapper {
  max-width: 700px;
  margin: 5px;
}
@media (min-width: 992px) {
  .cid-vct87goIg1 .text-wrapper {
    padding: 0 0rem;
  }
}
@media (max-width: 991px) {
  .cid-vct87goIg1 .image-wrapper {
    margin-bottom: 0rem;
  }
}
.cid-vct87goIg1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vct87goIg1 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-vct87goIg1 .mbr-section-title {
  color: #ccb265;
}
.cid-vct87goIg1 .mbr-text,
.cid-vct87goIg1 .mbr-section-btn {
  color: #000000;
}
.cid-vct87goIg1 .mbr-section-subtitle {
  color: #000000;
}
.cid-vcaqi3XmJE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcefd1;
}
@media (max-width: 767px) {
  .cid-vcaqi3XmJE .mbr-text {
    text-align: center;
  }
}
.cid-vcaqi3XmJE .container-fluid {
  padding: 0;
}
.cid-vcaqi3XmJE .media-content {
  max-width: 100%;
  margin: auto;
  padding: 1rem;
}
.cid-vcaqi3XmJE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcaqi3XmJE .mbr-figure {
  height: 100%;
}
.cid-vcaqi3XmJE .col-lg-6 {
  padding: 0;
}
.cid-vcaqi3XmJE .row {
  margin: 0;
}
.cid-vcaqi3XmJE H1 {
  color: #7c92dc;
}
.cid-vcaqi3XmJE H3 {
  color: #52156f;
}
.cid-vcaqi3XmJE .mbr-text,
.cid-vcaqi3XmJE .mbr-section-btn {
  color: #52156f;
}
.cid-vcafUljZfO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-vcafUljZfO .content {
    text-align: center;
  }
  .cid-vcafUljZfO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcafUljZfO .logo-subtitle {
  color: #8d97ad;
}
.cid-vcafUljZfO .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcafUljZfO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcafUljZfO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcafUljZfO .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcafUljZfO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcafUljZfO .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-vcafUljZfO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcafUljZfO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-vcafUljZfO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcafUljZfO .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vcafUljZfO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcafUljZfO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcafUljZfO .list-item {
  display: flex;
}
.cid-vcafUljZfO .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcafUljZfO ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcafUljZfO ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcafUljZfO ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-vcafUljZfO .column-title {
  color: #000000;
  text-align: left;
}
.cid-vcaGl73Sej .navbar-dropdown {
  position: relative !important;
}
.cid-vcaGl73Sej .navbar-dropdown {
  position: absolute !important;
}
.cid-vcaGl73Sej .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcaGl73Sej .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcaGl73Sej .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcaGl73Sej .dropdown-item:hover,
.cid-vcaGl73Sej .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-vcaGl73Sej .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcaGl73Sej .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcaGl73Sej .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcaGl73Sej .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcaGl73Sej .nav-link {
  position: relative;
}
.cid-vcaGl73Sej .container {
  display: flex;
  margin: auto;
}
.cid-vcaGl73Sej .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcaGl73Sej .dropdown-menu,
.cid-vcaGl73Sej .navbar.opened {
  background: #000000 !important;
}
.cid-vcaGl73Sej .nav-item:focus,
.cid-vcaGl73Sej .nav-link:focus {
  outline: none;
}
.cid-vcaGl73Sej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcaGl73Sej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcaGl73Sej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcaGl73Sej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcaGl73Sej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcaGl73Sej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcaGl73Sej .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-vcaGl73Sej .navbar.opened {
  transition: all 0.3s;
}
.cid-vcaGl73Sej .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcaGl73Sej .navbar .navbar-logo img {
  width: auto;
}
.cid-vcaGl73Sej .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcaGl73Sej .navbar.collapsed {
  justify-content: center;
}
.cid-vcaGl73Sej .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcaGl73Sej .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcaGl73Sej .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcaGl73Sej .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcaGl73Sej .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcaGl73Sej .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcaGl73Sej .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcaGl73Sej .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcaGl73Sej .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcaGl73Sej .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcaGl73Sej .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcaGl73Sej .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcaGl73Sej .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcaGl73Sej .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcaGl73Sej .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcaGl73Sej .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcaGl73Sej .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcaGl73Sej .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcaGl73Sej .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcaGl73Sej .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcaGl73Sej .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcaGl73Sej .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcaGl73Sej .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcaGl73Sej .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcaGl73Sej .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcaGl73Sej .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcaGl73Sej .dropdown-item.active,
.cid-vcaGl73Sej .dropdown-item:active {
  background-color: transparent;
}
.cid-vcaGl73Sej .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcaGl73Sej .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcaGl73Sej .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcaGl73Sej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcaGl73Sej .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcaGl73Sej .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcaGl73Sej ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcaGl73Sej .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcaGl73Sej button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcaGl73Sej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-vcaGl73Sej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcaGl73Sej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcaGl73Sej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcaGl73Sej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcaGl73Sej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcaGl73Sej nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcaGl73Sej nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcaGl73Sej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcaGl73Sej .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcaGl73Sej a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcaGl73Sej .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcaGl73Sej .navbar {
    height: 70px;
  }
  .cid-vcaGl73Sej .navbar.opened {
    height: auto;
  }
  .cid-vcaGl73Sej .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcaGl7wyLj {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: linear-gradient(0deg, #fcefd1, #ccb265);
}
.cid-vcaGl7wyLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcaGl7wyLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcaGl7wyLj .mbr-section-title {
  color: #000000;
}
.cid-vcaGl7SZE3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcaGl7SZE3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcaGl7SZE3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcaGl7SZE3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcaGl7SZE3 .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcaGl7SZE3 .mbr-text,
.cid-vcaGl7SZE3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcaGl8euzG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcaGl8euzG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcaGl8euzG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcaGl8euzG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcaGl8euzG .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcaGl8euzG .mbr-text,
.cid-vcaGl8euzG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcaGl8Brmh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcaGl8Brmh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcaGl8Brmh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcaGl8Brmh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcaGl8Brmh .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcaGl8Brmh .mbr-text,
.cid-vcaGl8Brmh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcaGl9T181 {
  padding-top: 9rem;
  padding-bottom: 7rem;
  display: flex;
}
.cid-vcaGl9T181 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcaGl9T181 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fazenda.jpg");
}
@media (min-width: 768px) {
  .cid-vcaGl9T181 {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-vcaGl9T181 .row {
    justify-content: center;
  }
  .cid-vcaGl9T181 .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-vcaGl9T181 .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-vcaGl9T181 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcaGl9T181 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcaGl9T181 .content-wrap {
    width: 100%;
  }
}
.cid-vcaGl9T181 .mbr-section-title,
.cid-vcaGl9T181 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-vcaGl9T181 .mbr-text,
.cid-vcaGl9T181 .mbr-section-btn {
  text-align: center;
}
.cid-vcaGl9T181 .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-vcaGl9T181 .mbr-section-subtitle {
  color: #c2c2c2;
}
.cid-vcaGlalxlU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-vcaGlalxlU .content {
    text-align: center;
  }
  .cid-vcaGlalxlU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcaGlalxlU .logo-subtitle {
  color: #8d97ad;
}
.cid-vcaGlalxlU .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcaGlalxlU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcaGlalxlU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcaGlalxlU .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcaGlalxlU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcaGlalxlU .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-vcaGlalxlU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcaGlalxlU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-vcaGlalxlU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcaGlalxlU .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vcaGlalxlU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcaGlalxlU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcaGlalxlU .list-item {
  display: flex;
}
.cid-vcaGlalxlU .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcaGlalxlU ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcaGlalxlU ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcaGlalxlU ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-vcaGlalxlU .column-title {
  color: #000000;
  text-align: left;
}
.cid-vcaPCz55ly .navbar-dropdown {
  position: relative !important;
}
.cid-vcaPCz55ly .navbar-dropdown {
  position: absolute !important;
}
.cid-vcaPCz55ly .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcaPCz55ly .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcaPCz55ly .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcaPCz55ly .dropdown-item:hover,
.cid-vcaPCz55ly .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-vcaPCz55ly .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcaPCz55ly .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcaPCz55ly .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcaPCz55ly .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcaPCz55ly .nav-link {
  position: relative;
}
.cid-vcaPCz55ly .container {
  display: flex;
  margin: auto;
}
.cid-vcaPCz55ly .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcaPCz55ly .dropdown-menu,
.cid-vcaPCz55ly .navbar.opened {
  background: #000000 !important;
}
.cid-vcaPCz55ly .nav-item:focus,
.cid-vcaPCz55ly .nav-link:focus {
  outline: none;
}
.cid-vcaPCz55ly .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcaPCz55ly .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcaPCz55ly .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcaPCz55ly .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcaPCz55ly .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcaPCz55ly .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcaPCz55ly .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-vcaPCz55ly .navbar.opened {
  transition: all 0.3s;
}
.cid-vcaPCz55ly .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcaPCz55ly .navbar .navbar-logo img {
  width: auto;
}
.cid-vcaPCz55ly .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcaPCz55ly .navbar.collapsed {
  justify-content: center;
}
.cid-vcaPCz55ly .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcaPCz55ly .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcaPCz55ly .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcaPCz55ly .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcaPCz55ly .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcaPCz55ly .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcaPCz55ly .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcaPCz55ly .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcaPCz55ly .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcaPCz55ly .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcaPCz55ly .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcaPCz55ly .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcaPCz55ly .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcaPCz55ly .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcaPCz55ly .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcaPCz55ly .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcaPCz55ly .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcaPCz55ly .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcaPCz55ly .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcaPCz55ly .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcaPCz55ly .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcaPCz55ly .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcaPCz55ly .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcaPCz55ly .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcaPCz55ly .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcaPCz55ly .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcaPCz55ly .dropdown-item.active,
.cid-vcaPCz55ly .dropdown-item:active {
  background-color: transparent;
}
.cid-vcaPCz55ly .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcaPCz55ly .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcaPCz55ly .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcaPCz55ly .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcaPCz55ly .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcaPCz55ly .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcaPCz55ly ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcaPCz55ly .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcaPCz55ly button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcaPCz55ly button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-vcaPCz55ly button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcaPCz55ly button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcaPCz55ly button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcaPCz55ly button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcaPCz55ly nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcaPCz55ly nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcaPCz55ly nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcaPCz55ly nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcaPCz55ly .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcaPCz55ly a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcaPCz55ly .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcaPCz55ly .navbar {
    height: 70px;
  }
  .cid-vcaPCz55ly .navbar.opened {
    height: auto;
  }
  .cid-vcaPCz55ly .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcaPCzLke3 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: linear-gradient(0deg, #fcefd1, #ccb265);
}
.cid-vcaPCzLke3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcaPCzLke3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcaPCzLke3 .mbr-section-title {
  color: #000000;
}
.cid-vcaPCAmwWI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcaPCAmwWI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcaPCAmwWI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcaPCAmwWI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcaPCAmwWI .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcaPCAmwWI .mbr-text,
.cid-vcaPCAmwWI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcaPCAPJBU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcaPCAPJBU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcaPCAPJBU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcaPCAPJBU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcaPCAPJBU .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcaPCAPJBU .mbr-text,
.cid-vcaPCAPJBU .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcaPCBmZeL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcaPCBmZeL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcaPCBmZeL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcaPCBmZeL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcaPCBmZeL .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcaPCBmZeL .mbr-text,
.cid-vcaPCBmZeL .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcaU0CsxK2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcaU0CsxK2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcaU0CsxK2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcaU0CsxK2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcaU0CsxK2 .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcaU0CsxK2 .mbr-text,
.cid-vcaU0CsxK2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcaU1hywvg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcaU1hywvg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcaU1hywvg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcaU1hywvg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcaU1hywvg .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcaU1hywvg .mbr-text,
.cid-vcaU1hywvg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcaPCBSHEr {
  padding-top: 9rem;
  padding-bottom: 7rem;
  display: flex;
}
.cid-vcaPCBSHEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcaPCBSHEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fazenda.jpg");
}
@media (min-width: 768px) {
  .cid-vcaPCBSHEr {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-vcaPCBSHEr .row {
    justify-content: center;
  }
  .cid-vcaPCBSHEr .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-vcaPCBSHEr .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-vcaPCBSHEr {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcaPCBSHEr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcaPCBSHEr .content-wrap {
    width: 100%;
  }
}
.cid-vcaPCBSHEr .mbr-section-title,
.cid-vcaPCBSHEr .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-vcaPCBSHEr .mbr-text,
.cid-vcaPCBSHEr .mbr-section-btn {
  text-align: center;
}
.cid-vcaPCBSHEr .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-vcaPCBSHEr .mbr-section-subtitle {
  color: #c2c2c2;
}
.cid-vcaPCCopcD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-vcaPCCopcD .content {
    text-align: center;
  }
  .cid-vcaPCCopcD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcaPCCopcD .logo-subtitle {
  color: #8d97ad;
}
.cid-vcaPCCopcD .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcaPCCopcD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcaPCCopcD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcaPCCopcD .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcaPCCopcD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcaPCCopcD .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-vcaPCCopcD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcaPCCopcD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-vcaPCCopcD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcaPCCopcD .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vcaPCCopcD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcaPCCopcD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcaPCCopcD .list-item {
  display: flex;
}
.cid-vcaPCCopcD .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcaPCCopcD ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcaPCCopcD ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcaPCCopcD ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-vcaPCCopcD .column-title {
  color: #000000;
  text-align: left;
}
.cid-vcsc3nInLm .navbar-dropdown {
  position: relative !important;
}
.cid-vcsc3nInLm .navbar-dropdown {
  position: absolute !important;
}
.cid-vcsc3nInLm .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcsc3nInLm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcsc3nInLm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcsc3nInLm .dropdown-item:hover,
.cid-vcsc3nInLm .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-vcsc3nInLm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcsc3nInLm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcsc3nInLm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcsc3nInLm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcsc3nInLm .nav-link {
  position: relative;
}
.cid-vcsc3nInLm .container {
  display: flex;
  margin: auto;
}
.cid-vcsc3nInLm .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcsc3nInLm .dropdown-menu,
.cid-vcsc3nInLm .navbar.opened {
  background: #000000 !important;
}
.cid-vcsc3nInLm .nav-item:focus,
.cid-vcsc3nInLm .nav-link:focus {
  outline: none;
}
.cid-vcsc3nInLm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcsc3nInLm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcsc3nInLm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcsc3nInLm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcsc3nInLm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcsc3nInLm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcsc3nInLm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-vcsc3nInLm .navbar.opened {
  transition: all 0.3s;
}
.cid-vcsc3nInLm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcsc3nInLm .navbar .navbar-logo img {
  width: auto;
}
.cid-vcsc3nInLm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcsc3nInLm .navbar.collapsed {
  justify-content: center;
}
.cid-vcsc3nInLm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcsc3nInLm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcsc3nInLm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcsc3nInLm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcsc3nInLm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcsc3nInLm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcsc3nInLm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcsc3nInLm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcsc3nInLm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcsc3nInLm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcsc3nInLm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcsc3nInLm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcsc3nInLm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcsc3nInLm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcsc3nInLm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcsc3nInLm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcsc3nInLm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcsc3nInLm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcsc3nInLm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcsc3nInLm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcsc3nInLm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcsc3nInLm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcsc3nInLm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcsc3nInLm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcsc3nInLm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcsc3nInLm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcsc3nInLm .dropdown-item.active,
.cid-vcsc3nInLm .dropdown-item:active {
  background-color: transparent;
}
.cid-vcsc3nInLm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcsc3nInLm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcsc3nInLm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcsc3nInLm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcsc3nInLm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcsc3nInLm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcsc3nInLm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcsc3nInLm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcsc3nInLm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcsc3nInLm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-vcsc3nInLm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcsc3nInLm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcsc3nInLm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcsc3nInLm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcsc3nInLm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcsc3nInLm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcsc3nInLm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcsc3nInLm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcsc3nInLm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcsc3nInLm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcsc3nInLm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcsc3nInLm .navbar {
    height: 70px;
  }
  .cid-vcsc3nInLm .navbar.opened {
    height: auto;
  }
  .cid-vcsc3nInLm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcsc3oid7s {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: linear-gradient(0deg, #fcefd1, #ccb265);
}
.cid-vcsc3oid7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcsc3oid7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcsc3oid7s .mbr-section-title {
  color: #000000;
}
.cid-vcsc3oNu1G {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcsc3oNu1G .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcsc3oNu1G .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcsc3oNu1G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcsc3oNu1G .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcsc3oNu1G .mbr-text,
.cid-vcsc3oNu1G .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcsc3p8b8V {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcsc3p8b8V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcsc3p8b8V .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcsc3p8b8V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcsc3p8b8V .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcsc3p8b8V .mbr-text,
.cid-vcsc3p8b8V .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcsc3pBlGi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcsc3pBlGi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcsc3pBlGi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcsc3pBlGi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcsc3pBlGi .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcsc3pBlGi .mbr-text,
.cid-vcsc3pBlGi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcsc3qYUNa {
  padding-top: 9rem;
  padding-bottom: 7rem;
  display: flex;
}
.cid-vcsc3qYUNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcsc3qYUNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fazenda.jpg");
}
@media (min-width: 768px) {
  .cid-vcsc3qYUNa {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-vcsc3qYUNa .row {
    justify-content: center;
  }
  .cid-vcsc3qYUNa .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-vcsc3qYUNa .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-vcsc3qYUNa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcsc3qYUNa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcsc3qYUNa .content-wrap {
    width: 100%;
  }
}
.cid-vcsc3qYUNa .mbr-section-title,
.cid-vcsc3qYUNa .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-vcsc3qYUNa .mbr-text,
.cid-vcsc3qYUNa .mbr-section-btn {
  text-align: center;
}
.cid-vcsc3qYUNa .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-vcsc3qYUNa .mbr-section-subtitle {
  color: #c2c2c2;
}
.cid-vcsc3rqEg2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-vcsc3rqEg2 .content {
    text-align: center;
  }
  .cid-vcsc3rqEg2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcsc3rqEg2 .logo-subtitle {
  color: #8d97ad;
}
.cid-vcsc3rqEg2 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcsc3rqEg2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcsc3rqEg2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcsc3rqEg2 .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcsc3rqEg2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcsc3rqEg2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-vcsc3rqEg2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcsc3rqEg2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-vcsc3rqEg2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcsc3rqEg2 .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vcsc3rqEg2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcsc3rqEg2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcsc3rqEg2 .list-item {
  display: flex;
}
.cid-vcsc3rqEg2 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcsc3rqEg2 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcsc3rqEg2 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcsc3rqEg2 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-vcsc3rqEg2 .column-title {
  color: #000000;
  text-align: left;
}
.cid-vcse6LMyTE .navbar-dropdown {
  position: relative !important;
}
.cid-vcse6LMyTE .navbar-dropdown {
  position: absolute !important;
}
.cid-vcse6LMyTE .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcse6LMyTE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcse6LMyTE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcse6LMyTE .dropdown-item:hover,
.cid-vcse6LMyTE .dropdown-item:focus {
  background: #ccb265 !important;
  color: white !important;
}
.cid-vcse6LMyTE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcse6LMyTE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcse6LMyTE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcse6LMyTE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcse6LMyTE .nav-link {
  position: relative;
}
.cid-vcse6LMyTE .container {
  display: flex;
  margin: auto;
}
.cid-vcse6LMyTE .iconfont-wrapper {
  color: #fcefd1 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcse6LMyTE .dropdown-menu,
.cid-vcse6LMyTE .navbar.opened {
  background: #000000 !important;
}
.cid-vcse6LMyTE .nav-item:focus,
.cid-vcse6LMyTE .nav-link:focus {
  outline: none;
}
.cid-vcse6LMyTE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcse6LMyTE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcse6LMyTE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcse6LMyTE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcse6LMyTE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcse6LMyTE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcse6LMyTE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-vcse6LMyTE .navbar.opened {
  transition: all 0.3s;
}
.cid-vcse6LMyTE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcse6LMyTE .navbar .navbar-logo img {
  width: auto;
}
.cid-vcse6LMyTE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcse6LMyTE .navbar.collapsed {
  justify-content: center;
}
.cid-vcse6LMyTE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcse6LMyTE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcse6LMyTE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcse6LMyTE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcse6LMyTE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcse6LMyTE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcse6LMyTE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcse6LMyTE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcse6LMyTE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcse6LMyTE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcse6LMyTE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcse6LMyTE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcse6LMyTE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcse6LMyTE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcse6LMyTE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcse6LMyTE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcse6LMyTE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcse6LMyTE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcse6LMyTE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcse6LMyTE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcse6LMyTE .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcse6LMyTE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcse6LMyTE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcse6LMyTE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcse6LMyTE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcse6LMyTE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcse6LMyTE .dropdown-item.active,
.cid-vcse6LMyTE .dropdown-item:active {
  background-color: transparent;
}
.cid-vcse6LMyTE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcse6LMyTE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcse6LMyTE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcse6LMyTE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcse6LMyTE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcse6LMyTE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcse6LMyTE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcse6LMyTE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcse6LMyTE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcse6LMyTE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fcefd1;
}
.cid-vcse6LMyTE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcse6LMyTE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcse6LMyTE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcse6LMyTE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcse6LMyTE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcse6LMyTE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcse6LMyTE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcse6LMyTE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcse6LMyTE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcse6LMyTE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcse6LMyTE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcse6LMyTE .navbar {
    height: 70px;
  }
  .cid-vcse6LMyTE .navbar.opened {
    height: auto;
  }
  .cid-vcse6LMyTE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcse6Mg2by {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: linear-gradient(0deg, #fcefd1, #ccb265);
}
.cid-vcse6Mg2by .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcse6Mg2by .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcse6Mg2by .mbr-section-title {
  color: #000000;
}
.cid-vcse6MzqtJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcse6MzqtJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcse6MzqtJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcse6MzqtJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcse6MzqtJ .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcse6MzqtJ .mbr-text,
.cid-vcse6MzqtJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcse6MTWye {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcse6MTWye .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcse6MTWye .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcse6MTWye .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcse6MTWye .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcse6MTWye .mbr-text,
.cid-vcse6MTWye .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcse6Nkq0G {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fcefd1;
}
.cid-vcse6Nkq0G .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcse6Nkq0G .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcse6Nkq0G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcse6Nkq0G .mbr-section-title {
  color: #ccb265;
  text-align: left;
}
.cid-vcse6Nkq0G .mbr-text,
.cid-vcse6Nkq0G .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcse6NEKNF {
  padding-top: 9rem;
  padding-bottom: 7rem;
  display: flex;
}
.cid-vcse6NEKNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcse6NEKNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fazenda.jpg");
}
@media (min-width: 768px) {
  .cid-vcse6NEKNF {
    align-items: flex-end;
    width: 100%;
    height: 700px;
  }
  .cid-vcse6NEKNF .row {
    justify-content: center;
  }
  .cid-vcse6NEKNF .content-wrap {
    padding: 0rem 0rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .cid-vcse6NEKNF .content-wrap {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .cid-vcse6NEKNF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcse6NEKNF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcse6NEKNF .content-wrap {
    width: 100%;
  }
}
.cid-vcse6NEKNF .mbr-section-title,
.cid-vcse6NEKNF .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-vcse6NEKNF .mbr-text,
.cid-vcse6NEKNF .mbr-section-btn {
  text-align: center;
}
.cid-vcse6NEKNF .mbr-section-title {
  color: #fcefd1;
  text-align: center;
}
.cid-vcse6NEKNF .mbr-section-subtitle {
  color: #c2c2c2;
}
.cid-vcse6O4o4a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/grespan-rodape2-2.jpg");
}
@media (max-width: 767px) {
  .cid-vcse6O4o4a .content {
    text-align: center;
  }
  .cid-vcse6O4o4a .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcse6O4o4a .logo-subtitle {
  color: #8d97ad;
}
.cid-vcse6O4o4a .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcse6O4o4a .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcse6O4o4a .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcse6O4o4a .media-wrap img {
  height: 15rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcse6O4o4a .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcse6O4o4a .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-vcse6O4o4a .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcse6O4o4a .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
}
.cid-vcse6O4o4a .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcse6O4o4a .footer-lower .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vcse6O4o4a .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcse6O4o4a .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcse6O4o4a .list-item {
  display: flex;
}
.cid-vcse6O4o4a .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcse6O4o4a ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcse6O4o4a ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcse6O4o4a ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '•';
  padding-right: .5rem;
}
.cid-vcse6O4o4a .column-title {
  color: #000000;
  text-align: left;
}
