body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}




.display-4-menu {
  font-family: 'Poppins', sans-serif;
  font-size: 0.90rem;
  line-height: 1.5;
}


.display-4-rodape {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}





.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}



.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}




.display-7-maior {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}




.display-7-maior-01 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}







.display-7-maior-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}





.display-7-maior-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}



.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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-4-menu {
    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-4-rodape {
    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: #d1a1b8 !important;
}
.bg-success {
  background-color: #921b6c !important;
}
.bg-info {
  background-color: #7e7e7e !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #5f2f7c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d1a1b8 !important;
  border-color: #d1a1b8 !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: #b5678c !important;
  border-color: #b5678c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b5678c !important;
  border-color: #b5678c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5f2f7c !important;
  border-color: #5f2f7c !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: #2f173d !important;
  border-color: #2f173d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2f173d !important;
  border-color: #2f173d !important;
}
.btn-info,
.btn-info:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
}
.btn-success,
.btn-success:active {
  background-color: #921b6c !important;
  border-color: #921b6c !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: #490d36 !important;
  border-color: #490d36 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #490d36 !important;
  border-color: #490d36 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5f2f7c !important;
  border-color: #5f2f7c !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: #2f173d !important;
  border-color: #2f173d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2f173d !important;
  border-color: #2f173d !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: #d1a1b8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b5678c !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: #d1a1b8 !important;
  border-color: #d1a1b8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5f2f7c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2f173d !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: #5f2f7c !important;
  border-color: #5f2f7c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7e7e7e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #535353 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #921b6c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #490d36 !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: #921b6c !important;
  border-color: #921b6c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5f2f7c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2f173d !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: #5f2f7c !important;
  border-color: #5f2f7c !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: #d1a1b8 !important;
}
.text-secondary {
  color: #5f2f7c !important;
}
.text-success {
  color: #921b6c !important;
}
.text-info {
  color: #7e7e7e !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #5f2f7c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #af5d84 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #261332 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c0b2c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4b4b4b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #261332 !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: #d1a1b8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7e7e7e;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #5f2f7c;
}
.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: #d1a1b8;
  border-color: #d1a1b8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d1a1b8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #de4eb0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bebebe;
}
.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: #a166c5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  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: #d1a1b8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d1a1b8;
}
/* 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: #d1a1b8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d1a1b8;
}
.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: #d1a1b8;
  border-bottom-color: #d1a1b8;
}
.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: #d1a1b8 !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: #5f2f7c !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='%23d1a1b8' %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-t8KRxvUaOr {
  background-image: url("../../../assets/images/norma-david.jpg");
}
.cid-t8KRxvUaOr .mbr-section-title {
  color: #ffffff;
}
.cid-t8KRxvUaOr .mbr-text,
.cid-t8KRxvUaOr .mbr-section-btn {
  color: #ffffff;
}




@media screen and (max-width: 576px) {

.cid-t8KRxvUaOr {
  background-image: url("../../../assets/images/norma-david-mobile.jpg");
}

}





.cid-t8KSJdA8T3 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t8KSJdA8T3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t8KSJdA8T3 .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t8KSJdA8T3 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8KSJdA8T3 .text-wrapper {
    padding: 0 2rem 0 6.2rem;
  }
}
.cid-t8KSJdA8T3 .under-image {
  width: 100%;
  height: 30%;
  text-align: center;
  padding: 3rem  1rem;
  margin-top: 0.65rem;
  background: #ffffff;
}
.cid-t8KSJdA8T3 .mbr-section-title {
  color: #b8d94f;
  text-align: left;
}
.cid-t8KSJdA8T3 .under-img {
  text-align: left;
  color: #5f2f7c;
  margin: 0 !important;
}
.cid-t8KSJdA8T3 .mbr-text,
.cid-t8KSJdA8T3 .mbr-section-btn {
  text-align: left;
  color: #7e7e7e;
}
.cid-t8KSJdA8T3 .mbr-text {
  line-height: 1.4;
}
.cid-t8KSJdA8T3 .mbr-section-btn {
  margin-top: 2.9rem !important;
}
.cid-t8KSJdA8T3 .mbr-section-title P {
  text-align: left;
}
.cid-t8KSJdA8T3 .sub-title P {
  text-align: left;
}
.cid-t8KSJdA8T3 .sub-title {
  color: #47a15d;
  text-align: left;
}
.cid-t8KSJdA8T3 .under-img DIV {
  text-align: left;
}
.cid-t8KUoUTezj {
  background-image: url("../../../assets/images/palestras.jpg");
}




.cid-t8KUvoC5Aw {
  background-image: url("../../../assets/images/consultoria-de-marketing-digital-norma-david.jpg");
}
.cid-t8KUvoC5Aw .mbr-section-title {
  color: #ffffff;
}
.cid-t8KUvoC5Aw .mbr-text,
.cid-t8KUvoC5Aw .mbr-section-btn {
  color: #ffffff;
}


@media screen and (max-width: 576px) {

.cid-t8KUvoC5Aw {
  background-image: url("../../../assets/images/consultoria-de-marketing-digital-norma-david-mobile.jpg");
}
	

}







.cid-t8KW46aKzg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-t8KW46aKzg .container {
    max-width: 1400px;
  }
}
.cid-t8KW46aKzg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-t8KW46aKzg .card-wrapper {
  margin-top: 3rem;
}
.cid-t8KW46aKzg .row {
  justify-content: center;
}
.cid-t8KW46aKzg .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t8KW46aKzg .mbr-section-title {
  color: #d1a1b8;
}
.cid-t8KW46aKzg .card-title,
.cid-t8KW46aKzg .iconfont-wrapper {
  color: #ffffff;
}
.cid-t8L9TR21vd {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-t8L9TR21vd .container {
    max-width: 1400px;
  }
}
.cid-t8L9TR21vd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-t8L9TR21vd .card-wrapper {
  margin-top: 3rem;
}
.cid-t8L9TR21vd .row {
  justify-content: center;
}
.cid-t8L9TR21vd .card-title,
.cid-t8L9TR21vd .iconfont-wrapper {
  color: #ffffff;
}
.cid-t8L9TR21vd .card-text {
  color: #ffffff;
}
.cid-t8KXJs3uaa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t8KXJs3uaa .item:focus,
.cid-t8KXJs3uaa span:focus {
  outline: none;
}
.cid-t8KXJs3uaa .row {
  border-top: 1px solid #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -1px !important;
}
.cid-t8KXJs3uaa .item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.cid-t8KXJs3uaa .item-wrapper {
  background: transparent;
}
.cid-t8KXJs3uaa .icon-box {
  padding-bottom: 24px;
}
.cid-t8KXJs3uaa .mbr-section-head {
  padding: 0 24px;
}
.cid-t8KXJs3uaa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t8KXJs3uaa .mbr-section-title {
  color: #232323;
}
.cid-t8KXJs3uaa .mbr-text,
.cid-t8KXJs3uaa .mbr-section-btn {
  text-align: center;
}
.cid-t8KXJs3uaa .item-title {
  text-align: left;
}
.cid-t8KXJs3uaa .item-subtitle {
  text-align: center;
}
.cid-t8KXJs3uaa .container-fluid {
  padding: 0;
}
.cid-t8KXJs3uaa .item {
  background: #000000;
  background: transparent;
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.cid-t8KXJs3uaa .item .item-menu-overlay {
  opacity: 0;
  display: none !important;
}
.cid-t8KXJs3uaa .display-4 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .cid-t8KXJs3uaa .mbr-section-head {
    padding: 0 40px;
  }
  .cid-t8KXJs3uaa .item {
    padding: 44px 40px;
  }
}
@media (min-width: 992px) {
  .cid-t8KXJs3uaa .mbr-section-head {
    padding: 0 60px;
  }
  .cid-t8KXJs3uaa .row {
    margin-right: -1px;
  }
  .cid-t8KXJs3uaa .item {
    padding: 44px 60px;
    border-right: 1px solid #FFFFFF;
  }
}
.cid-t8LaqXe37L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t8LaqXe37L .item:focus,
.cid-t8LaqXe37L span:focus {
  outline: none;
}
.cid-t8LaqXe37L .row {
  border-top: 1px solid #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -1px !important;
}
.cid-t8LaqXe37L .item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.cid-t8LaqXe37L .item-wrapper {
  background: transparent;
}
.cid-t8LaqXe37L .icon-box {
  padding-bottom: 24px;
}
.cid-t8LaqXe37L .mbr-section-head {
  padding: 0 24px;
}
.cid-t8LaqXe37L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t8LaqXe37L .mbr-section-title {
  color: #232323;
}
.cid-t8LaqXe37L .mbr-text,
.cid-t8LaqXe37L .mbr-section-btn {
  text-align: center;
}
.cid-t8LaqXe37L .item-title {
  text-align: left;
}
.cid-t8LaqXe37L .item-subtitle {
  text-align: center;
}
.cid-t8LaqXe37L .container-fluid {
  padding: 0;
}
.cid-t8LaqXe37L .item {
  background: #000000;
  background: transparent;
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.cid-t8LaqXe37L .item .item-menu-overlay {
  opacity: 0;
  display: none !important;
}
.cid-t8LaqXe37L .display-4 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .cid-t8LaqXe37L .mbr-section-head {
    padding: 0 40px;
  }
  .cid-t8LaqXe37L .item {
    padding: 44px 40px;
  }
}
@media (min-width: 992px) {
  .cid-t8LaqXe37L .mbr-section-head {
    padding: 0 60px;
  }
  .cid-t8LaqXe37L .row {
    margin-right: -1px;
  }
  .cid-t8LaqXe37L .item {
    padding: 44px 60px;
    border-right: 1px solid #FFFFFF;
  }
}







.cid-t8KZPgGQZc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t8KZPgGQZc img,
.cid-t8KZPgGQZc .item-img {
  width: 100%;
}
.cid-t8KZPgGQZc .item:focus,
.cid-t8KZPgGQZc span:focus {
  outline: none;
}
.cid-t8KZPgGQZc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t8KZPgGQZc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t8KZPgGQZc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t8KZPgGQZc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8KZPgGQZc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t8KZPgGQZc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t8KZPgGQZc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t8KZPgGQZc .mbr-section-title {
  color: #D1A1B8;
}
.cid-t8KZPgGQZc .mbr-text,
.cid-t8KZPgGQZc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t8KZPgGQZc .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t8KZPgGQZc .item-subtitle {
  text-align: left;
}



.cid-t8KZPgGQZc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;

}




.cid-t8KZPgGQZc .card-wrapper {
  margin-top: 3rem;
}



.cid-t8KZPgGQZc .card-title,
.cid-t8KZPgGQZc .iconfont-wrapper {
  color: #ffffff;
}













.cid-t8KZPgGQZc-dois {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-t8KZPgGQZc-dois img,
.cid-t8KZPgGQZc-dois .item-img {
  width: 100%;
}
.cid-t8KZPgGQZc-dois .item:focus,
.cid-t8KZPgGQZc-dois span:focus {
  outline: none;
}
.cid-t8KZPgGQZc-dois .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t8KZPgGQZc-dois .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t8KZPgGQZc-dois .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t8KZPgGQZc-dois .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8KZPgGQZc-dois .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t8KZPgGQZc-dois .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t8KZPgGQZc-dois .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t8KZPgGQZc-dois .mbr-section-title {
  color: #D1A1B8;
}
.cid-t8KZPgGQZc-dois .mbr-text,
.cid-t8KZPgGQZc-dois .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t8KZPgGQZc-dois .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t8KZPgGQZc-dois .item-subtitle {
  text-align: left;
}



.cid-t8KZPgGQZc-dois .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;

}




.cid-t8KZPgGQZc-dois .card-wrapper {
  margin-top: 3rem;
}



.cid-t8KZPgGQZc-dois .card-title,
.cid-t8KZPgGQZc-dois .iconfont-wrapper {
  color: #ffffff;
}













.cid-t8L31Xz8s2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t8L31Xz8s2 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8L31Xz8s2 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t8L31Xz8s2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8L31Xz8s2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8L31Xz8s2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8L31Xz8s2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t8L31Xz8s2 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t8L31Xz8s2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t8L31Xz8s2 .card-title {
  color: #7e7e7e;
}
.cid-t8L31Xz8s2 .mbr-text,
.cid-t8L31Xz8s2 .mbr-section-btn {
  color: #7e7e7e;
}
.cid-t8L4QqY5F7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8L4QqY5F7 .mbr-section-title {
  color: #7e7e7e;
}





.cid-t8L4QqY5F7-2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8L4QqY5F7-2 .mbr-section-title {
  color: #5F2F7C;
}









.cid-t8L3yv3kk7 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #5f2f7c;
}
.cid-t8L3yv3kk7 img {
  width: 120px;
  margin: auto;
}
.cid-t8L3yv3kk7 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t8L3yv3kk7 .card {
    max-width: 12.5%;
  }
}







.cid-t8L5CypMbM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8L5CypMbM .mbr-overlay {
  z-index: 1;
}
.cid-t8L5CypMbM .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-t8L5CypMbM .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-t8L5CypMbM .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-t8L5CypMbM .label-text {
  color: #111111;
  width: 100%;
}
.cid-t8L5CypMbM .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-t8L5CypMbM .item-title span {
  position: relative;
  z-index: 2;
}
.cid-t8L5CypMbM .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #d1a1b8;
  z-index: 1;
}
.cid-t8L5CypMbM .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-t8L5CypMbM .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-t8L5CypMbM .card {
  padding: 3px;
}
.cid-t8L5CypMbM .card-container {
  display: flex;
}
.cid-t8L5CypMbM .card-container .card {
  border-radius: 0;
}
.cid-t8L5CypMbM .card-container .card .item-img {
  height: 100%;
}
.cid-t8L5CypMbM .card-container .card .item-img img {
  height: 100%;
}
.cid-t8L5CypMbM .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-t8L5CypMbM .cards-container .card {
  border-radius: 0;
}
.cid-t8L5CypMbM .cards-container .card .item-img {
  display: flex;
}








.cid-t8L6PGLlZE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t8L6PGLlZE .row {
  flex-direction: row-reverse;
}
.cid-t8L6PGLlZE .container-fluid {
  padding: 0;
}
.cid-t8L6PGLlZE .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-t8L6PGLlZE .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8L6PGLlZE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8L6PGLlZE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t8L6PGLlZE .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-t8L6PGLlZE .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8L6PGLlZE .mbr-section-title {
  color: #d1a1b8;
}
.cid-t8L6PGLlZE .mbr-text,
.cid-t8L6PGLlZE .mbr-section-btn {
  color: #ffffff;
}
.cid-t8L7wDTqhJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5f2f7c;
}
.cid-t8L7wDTqhJ .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t8L7wDTqhJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t8L7wDTqhJ .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t8L7wDTqhJ .row {
    text-align: center;
  }
  .cid-t8L7wDTqhJ .row > div {
    margin: auto;
  }
  .cid-t8L7wDTqhJ .social-row {
    justify-content: center;
  }
}
.cid-t8L7wDTqhJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t8L7wDTqhJ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8L7wDTqhJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8L7wDTqhJ .list {
    margin-bottom: 0rem;
  }
}
.cid-t8L7wDTqhJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t8L7wDTqhJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t8L7wDTqhJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t8L7wDTqhJ H5 {
  color: #ffffff;
}
.cid-t8LgFf8Lkx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8LgFf8Lkx nav.navbar {
  position: fixed;
}
.cid-t8LgFf8Lkx .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-t8LgFf8Lkx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8LgFf8Lkx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8LgFf8Lkx .dropdown-item:hover,
.cid-t8LgFf8Lkx .dropdown-item:focus {
  background: #d1a1b8 !important;
  color: white !important;
}
.cid-t8LgFf8Lkx .dropdown-item:hover span {
  color: white;
}
.cid-t8LgFf8Lkx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8LgFf8Lkx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8LgFf8Lkx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.19em !important;
}
.cid-t8LgFf8Lkx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8LgFf8Lkx .nav-link {
  position: relative;
}
.cid-t8LgFf8Lkx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t8LgFf8Lkx .container {
    flex-wrap: nowrap;
  }
}
.cid-t8LgFf8Lkx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8LgFf8Lkx .dropdown-menu,
.cid-t8LgFf8Lkx .navbar.opened {
  background: #5f2f7c !important;
}
.cid-t8LgFf8Lkx .nav-item:focus,
.cid-t8LgFf8Lkx .nav-link:focus {
  outline: none;
}
.cid-t8LgFf8Lkx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8LgFf8Lkx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8LgFf8Lkx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8LgFf8Lkx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8LgFf8Lkx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8LgFf8Lkx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8LgFf8Lkx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #5f2f7c;
}
.cid-t8LgFf8Lkx .navbar.opened {
  transition: all 0.3s;
}
.cid-t8LgFf8Lkx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8LgFf8Lkx .navbar .navbar-logo img {
  width: auto;
}
.cid-t8LgFf8Lkx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8LgFf8Lkx .navbar.collapsed {
  justify-content: center;
}
.cid-t8LgFf8Lkx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8LgFf8Lkx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8LgFf8Lkx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t8LgFf8Lkx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8LgFf8Lkx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8LgFf8Lkx .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-t8LgFf8Lkx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8LgFf8Lkx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8LgFf8Lkx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8LgFf8Lkx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8LgFf8Lkx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8LgFf8Lkx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8LgFf8Lkx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8LgFf8Lkx .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-t8LgFf8Lkx .navbar .navbar-logo img {
    height: 1.7rem !important;
  }
  .cid-t8LgFf8Lkx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8LgFf8Lkx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8LgFf8Lkx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8LgFf8Lkx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8LgFf8Lkx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8LgFf8Lkx .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8LgFf8Lkx .navbar.navbar-short .navbar-logo img {
  height: 1.7rem !important;
}
.cid-t8LgFf8Lkx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8LgFf8Lkx .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-t8LgFf8Lkx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8LgFf8Lkx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8LgFf8Lkx .dropdown-item.active,
.cid-t8LgFf8Lkx .dropdown-item:active {
  background-color: transparent;
}
.cid-t8LgFf8Lkx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8LgFf8Lkx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8LgFf8Lkx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8LgFf8Lkx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f2f7c;
}
.cid-t8LgFf8Lkx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8LgFf8Lkx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8LgFf8Lkx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8LgFf8Lkx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8LgFf8Lkx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8LgFf8Lkx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8LgFf8Lkx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8LgFf8Lkx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8LgFf8Lkx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8LgFf8Lkx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8LgFf8Lkx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8LgFf8Lkx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8LgFf8Lkx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8LgFf8Lkx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8LgFf8Lkx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8LgFf8Lkx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8LgFf8Lkx .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-t8LgFf8Lkx .navbar {
    height: 70px;
  }
  .cid-t8LgFf8Lkx .navbar.opened {
    height: auto;
  }
  .cid-t8LgFf8Lkx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}












.cid-t9kyzo3DZo {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t9kyzo3DZo .container-fluid {
  padding: 0;
}
.cid-t9kyzo3DZo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t9kyzo3DZo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9kyzo3DZo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9kyzo3DZo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t9kyzo3DZo .mbr-gallery-item {
  padding: 3px !important;
}
.cid-t9kyzo3DZo .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-t9kyzo3DZo .mbr-gallery-filter .btn {
  color: #74a3c7 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 5px 12px;
}
.cid-t9kyzo3DZo .mbr-gallery-filter ul {
  display: block;
}
.cid-t9kyzo3DZo .mbr-gallery-filter ul li {
  position: relative;
  margin: 5px;
}
.cid-t9kyzo3DZo .mbr-gallery-filter li.active .btn {
  color: #333333 !important;
  background: transparent;
  border: 1px solid #dddfe0 !important;
}
.cid-t9kyzo3DZo .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #333333 !important;
}
.cid-t9kyzo3DZo .mbr-gallery-title {
  display: block;
  display: none !important;
  width: 100%;
  margin: 0;
  padding: 1rem 0 1rem 1rem;
  color: #222;
  text-align: left;
}
.cid-t9kyzo3DZo .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-t9kyzo3DZo .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 47px);
  top: calc(50% - 24px);
}
.cid-t9kyzo3DZo .icon-focus:before {
  content: '\e96b';
}
.cid-t9kyzo3DZo .icon-focus {
  transition: all .3s;
  font-size: 3rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px padding: 0 8px;
  border-radius: 50%;
  color: #ffffff !important;
}
.cid-t9kyzo3DZo .icon-focus::after {
  border: 2px solid #fff;
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.cid-t9kyzo3DZo .mbr-section-title {
  margin: 0;
}




.cid-t9jR0M3q9p {
  background-image: url("../../../assets/images/blog-norma-david.jpg");
}
.cid-t9jR0M3q9p .mbr-text,
.cid-t9jR0M3q9p .mbr-section-btn {
  color: #ffffff;
}
.cid-t9jR0M3q9p .btn {
  width: 100%;
}
.cid-t9jR0M3q9p .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t9jR0M3q9p H1 {
  text-align: left;
  color: #ffffff;
}
.cid-t9jR0M3q9p P {
  text-align: left;
  color: #ffffff;
}





.cid-t9jRaXg6Ps {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #53306E;
}
.cid-t9jRaXg6Ps img,
.cid-t9jRaXg6Ps .item-img {
  width: 100%;
}
.cid-t9jRaXg6Ps .item:focus,
.cid-t9jRaXg6Ps span:focus {
  outline: none;
}
.cid-t9jRaXg6Ps .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t9jRaXg6Ps .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t9jRaXg6Ps .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jRaXg6Ps .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t9jRaXg6Ps .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t9jRaXg6Ps .mbr-section-title {
  color: #ffffff;
}
.cid-t9jRaXg6Ps .mbr-text,
.cid-t9jRaXg6Ps .mbr-section-btn {
  text-align: left;
}
.cid-t9jRaXg6Ps .item-title {
  text-align: left;
}
.cid-t9jRaXg6Ps .item-subtitle {
  text-align: left;
}









.cid-t9j1C7hp3v {
  background-image: url("../../../assets/images/consultoria.jpg");
}
.cid-t9j1C7hp3v .mbr-section-title {
  color: #ffffff;
}
.cid-t9j1C7hp3v .mbr-text,
.cid-t9j1C7hp3v .mbr-section-btn {
  color: #ffffff;
}






.cid-t9j47m5oMQ {
  background-color: #ffffff;
}
.cid-t9j47m5oMQ .container-fluid {
  padding: 0;
}
.cid-t9j47m5oMQ .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-t9j47m5oMQ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9j47m5oMQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9j47m5oMQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t9j47m5oMQ .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-t9j47m5oMQ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9j47m5oMQ .mbr-section-title {
  color: #7e7e7e;
}
.cid-t9j47m5oMQ .mbr-text,
.cid-t9j47m5oMQ .mbr-section-btn {
  color: #7e7e7e;
}








.cid-t9j4cXOfdo {
  background-color: #ffffff;
}
.cid-t9j4cXOfdo .row {
  flex-direction: row-reverse;
}
.cid-t9j4cXOfdo .container-fluid {
  padding: 0;
}
.cid-t9j4cXOfdo .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-t9j4cXOfdo .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9j4cXOfdo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9j4cXOfdo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t9j4cXOfdo .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-t9j4cXOfdo .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9j4cXOfdo .mbr-section-title {
  color: #7e7e7e;
}
.cid-t9j4cXOfdo .mbr-text,
.cid-t9j4cXOfdo .mbr-section-btn {
  color: #7e7e7e;
}







.cid-t9j4i3MKK8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9j4i3MKK8 .mbr-section-title {
  color: #7e7e7e;
}







.cid-t9j4j6pVXW {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #5f2f7c;
}
.cid-t9j4j6pVXW img {
  width: 120px;
  margin: auto;
}
.cid-t9j4j6pVXW .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t9j4j6pVXW .card {
    max-width: 12.5%;
  }
}





.cid-t9jPx8sK7N {
  background-image: url("../../../assets/images/fale-com-norma-david.jpg");
}
.cid-t9jPx8sK7N .mbr-section-title {
  color: #ffffff;
}
.cid-t9jPx8sK7N .mbr-text,
.cid-t9jPx8sK7N .mbr-section-btn {
  color: #ffffff;
}




@media screen and (max-width: 576px) {

.cid-t9jPx8sK7N {
  background-image: url("../../../assets/images/fale-com-norma-david-mobile.jpg");
}

}











.cid-t9juZYaufR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t9juZYaufR .container {
    max-width: 1400px;
  }
}
.cid-t9juZYaufR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5f2f7c;
  margin-bottom: 2rem;
}
.cid-t9juZYaufR .card-wrapper {
  margin-top: 3rem;
}
.cid-t9juZYaufR .row {
  justify-content: center;
}
.cid-t9juZYaufR .card-text {
  text-align: center;
  color: #7e7e7e;
}
.cid-t9juZYaufR .card-title,
.cid-t9juZYaufR .iconfont-wrapper {
  color: #5f2f7c;
}






.cid-t9jvBwdDLO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t9jvBwdDLO .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t9jvBwdDLO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9jvBwdDLO .mbr-iconfont {
  font-size: 2rem;
  color: #5f2f7c;
  padding-right: 1.5rem;
}
.cid-t9jvBwdDLO .card-title {
  text-align: left;
  color: #5f2f7c;
}
.cid-t9jvBwdDLO .card-text {
  color: #7e7e7e;
}








.cid-t9jy1nP4zr {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9jy1nP4zr img,
.cid-t9jy1nP4zr .item-img {
  width: 100%;
}
.cid-t9jy1nP4zr .item:focus,
.cid-t9jy1nP4zr span:focus {
  outline: none;
}
.cid-t9jy1nP4zr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t9jy1nP4zr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t9jy1nP4zr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jy1nP4zr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t9jy1nP4zr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t9jy1nP4zr .mbr-section-title {
  color: #7e7e7e;
}
.cid-t9jy1nP4zr .mbr-text,
.cid-t9jy1nP4zr .mbr-section-btn {
  text-align: left;
}
.cid-t9jy1nP4zr .item-title {
  text-align: left;
}
.cid-t9jy1nP4zr .item-subtitle {
  text-align: left;
}


.cid-t9jy1nP4zr h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    line-height: 1.5;
	
}



@media screen and (max-width: 576px) {

.cid-t9jy1nP4zr h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
	
}

}








.cid-t9jNaYpVmV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9jNaYpVmV .mbr-section-title {
  color: #7e7e7e;
}




.cid-t9jNbOUsyw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #5f2f7c;
}
.cid-t9jNbOUsyw img {
  width: 120px;
  margin: auto;
}
.cid-t9jNbOUsyw .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t9jNbOUsyw .card {
    max-width: 12.5%;
  }
}







.cid-t9jrQxBEcx {
  background-image: url("../../../assets/images/cursos-in-company-.jpg");
}
.cid-t9jrQxBEcx .mbr-section-title {
  color: #ffffff;
}
.cid-t9jrQxBEcx .mbr-text,
.cid-t9jrQxBEcx .mbr-section-btn {
  color: #ffffff;
}







.cid-t9jutRrx3y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9jutRrx3y .mbr-section-title {
  color: #7e7e7e;
}




.cid-t9jukx0HVv {
  background-color: #ffffff;
}
.cid-t9jukx0HVv .container-fluid {
  padding: 0;
}
.cid-t9jukx0HVv .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-t9jukx0HVv .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jukx0HVv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9jukx0HVv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t9jukx0HVv .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-t9jukx0HVv .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9jukx0HVv .mbr-section-title {
  color: #7e7e7e;
}
.cid-t9jukx0HVv .mbr-text,
.cid-t9jukx0HVv .mbr-section-btn {
  color: #7e7e7e;
}







.cid-t9jeyye1Aa {
  background-image: url("../../../assets/images/mentoria-.jpg");
}
.cid-t9jeyye1Aa .mbr-section-title {
  color: #ffffff;
}
.cid-t9jeyye1Aa .mbr-text,
.cid-t9jeyye1Aa .mbr-section-btn {
  color: #ffffff;
}




@media screen and (max-width: 576px) {

.cid-t9jeyye1Aa {
  background-image: url("../../../assets/images/mentoria-mobile.jpg");
}

}









.cid-t9jeKwXZj2 {
  background-color: #ffffff;
}
.cid-t9jeKwXZj2 .container-fluid {
  padding: 0;
}
.cid-t9jeKwXZj2 .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-t9jeKwXZj2 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jeKwXZj2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9jeKwXZj2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t9jeKwXZj2 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-t9jeKwXZj2 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9jeKwXZj2 .mbr-section-title {
  color: #7e7e7e;
}
.cid-t9jeKwXZj2 .mbr-text,
.cid-t9jeKwXZj2 .mbr-section-btn {
  color: #7e7e7e;
}




.cid-t9jeMjtS2X {
  background-color: #ffffff;
}
.cid-t9jeMjtS2X .row {
  flex-direction: row-reverse;
}
.cid-t9jeMjtS2X .container-fluid {
  padding: 0;
}
.cid-t9jeMjtS2X .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-t9jeMjtS2X .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jeMjtS2X .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9jeMjtS2X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t9jeMjtS2X .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-t9jeMjtS2X .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9jeMjtS2X .mbr-section-title {
  color: #7e7e7e;
}
.cid-t9jeMjtS2X .mbr-text,
.cid-t9jeMjtS2X .mbr-section-btn {
  color: #7e7e7e;
}




.cid-t9jeNDHlR2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9jeNDHlR2 .mbr-section-title {
  color: #7e7e7e;
}






.cid-t9jeOqG8Ug {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #5f2f7c;
}
.cid-t9jeOqG8Ug img {
  width: 120px;
  margin: auto;
}
.cid-t9jeOqG8Ug .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t9jeOqG8Ug .card {
    max-width: 12.5%;
  }
}







.cid-t8RhRe06sX {
  background-image: url("../../../assets/images/palestras-1.jpg");
}
.cid-t8RhRe06sX .mbr-section-title {
  color: #ffffff;
}
.cid-t8RhRe06sX .mbr-text,
.cid-t8RhRe06sX .mbr-section-btn {
  color: #ffffff;
}






.cid-t8RhRe06sX {
  background-image: url("../../../assets/images/palestras-1.jpg");
}
.cid-t8RhRe06sX .mbr-section-title {
  color: #ffffff;
}
.cid-t8RhRe06sX .mbr-text,
.cid-t8RhRe06sX .mbr-section-btn {
  color: #ffffff;
}







.cid-t8Ri2AzINS {
  background-color: #ffffff;
}
.cid-t8Ri2AzINS .container-fluid {
  padding: 0;
}
.cid-t8Ri2AzINS .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-t8Ri2AzINS .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8Ri2AzINS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8Ri2AzINS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t8Ri2AzINS .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-t8Ri2AzINS .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8Ri2AzINS .mbr-section-title {
  color: #7e7e7e;
}
.cid-t8Ri2AzINS .mbr-text,
.cid-t8Ri2AzINS .mbr-section-btn {
  color: #7e7e7e;
}










.cid-t8Ri4sJltx {
  background-color: #ffffff;
}
.cid-t8Ri4sJltx .row {
  flex-direction: row-reverse;
}
.cid-t8Ri4sJltx .container-fluid {
  padding: 0;
}
.cid-t8Ri4sJltx .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-t8Ri4sJltx .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8Ri4sJltx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8Ri4sJltx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t8Ri4sJltx .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-t8Ri4sJltx .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8Ri4sJltx .mbr-section-title {
  color: #7e7e7e;
}
.cid-t8Ri4sJltx .mbr-text,
.cid-t8Ri4sJltx .mbr-section-btn {
  color: #7e7e7e;
}








.cid-t8RijFQKMZ {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8RijFQKMZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t8RijFQKMZ .row {
  flex-direction: row-reverse;
}
.cid-t8RijFQKMZ img {
  width: 100%;
}













.cid-t8Rjbcygwa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8Rjbcygwa .mbr-section-title {
  color: #7e7e7e;
}






.cid-t8RjcBzWJv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #5f2f7c;
}
.cid-t8RjcBzWJv img {
  width: 120px;
  margin: auto;
}
.cid-t8RjcBzWJv .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t8RjcBzWJv .card {
    max-width: 12.5%;
  }
}






.cid-t8Rk2TiF4m {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8Rk2TiF4m .mbr-section-title {
  color: #7e7e7e;
}









