body {
  font-family: 'Montserrat' , sans-serif;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 7rem;
  padding-top: 130px;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.titulo-box-album{
	color: #000000;
	}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 3.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #5d3fca !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #635a51 !important;
}
.bg-warning {
  background-color: #820000 !important;
}
.bg-danger {
  background-color: #89a4ec !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e6e6dc !important;
  border-color: #e6e6dc !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d0d0c9 !important;
  border-color: #d0d0c9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d0d0c9 !important;
  border-color: #d0d0c9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #635a51 !important;
  border-color: #635a51 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e6e6dc !important;
  border-color: #e6e6dc !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #d0d0c9 !important;
  border-color: #d0d0c9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d0d0c9 !important;
  border-color: #d0d0c9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6e6dc !important;
  border-color: #e6e6dc !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #d0d0c9 !important;
  border-color: #d0d0c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4771e1 !important;
  border-color: #4771e1 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #372380;
  color: #372380;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5d3fca;
  border-color: #5d3fca;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5d3fca !important;
  border-color: #5d3fca !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2b2723;
  color: #2b2723;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #635a51;
  border-color: #635a51;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #635a51 !important;
  border-color: #635a51 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #1c0000;
  color: #1c0000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #820000;
  border-color: #820000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #820000 !important;
  border-color: #820000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #3160de;
  color: #3160de;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #89a4ec;
  border-color: #89a4ec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #89a4ec !important;
  border-color: #89a4ec !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #999999 !important;
}
.text-secondary {
  color: #efefef !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #635a51 !important;
}
.text-warning {
  color: #820000 !important;
}
.text-danger {
  color: #89a4ec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a08fe0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #988d82 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e80000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e1e8fa !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #635a51;
}
.alert-warning {
  background-color: #820000;
}
.alert-danger {
  background-color: #89a4ec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5d3fca;
  border-color: #5d3fca;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5d3fca;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e4dff6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a49a90;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ff0202;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat' , sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #5d3fca;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5d3fca;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5d3fca;
  border-bottom-color: #5d3fca;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5d3fca !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #efefef !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='%235d3fca' %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-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-swEFGoXm6q {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/chico-slid-2000x1334.jpg");
}
.cid-swEFGoXm6q h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 5rem;
  font-weight:400;
  
}
.cid-swEFGoXm6q h1 span {
  background-image: url("../../../assets/images/background2-1200x800.png");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-swEFGoXm6q .icons-wrap {
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-swEFGoXm6q .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-swEFGoXm6q .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-swEFGoXm6q h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-swEFGoXm6q .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-swEFGoXm6q h1 {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-swEFGoXm6q .display-1 {
    font-size: 5.5rem;
  }
}
.cid-swEG7axhGy {
  padding-top: 145px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-swEG7axhGy .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-swEG7axhGy .container-fluid {
  padding: 0;
}
.cid-swEG7axhGy h5 {
  margin: 0;
}
.cid-swEG7axhGy h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-swEG7axhGy h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 70px;
  background: currentColor;
}
.cid-swEG7axhGy .card {
  margin: auto;
  height: 500px;
  perspective: 800px;
  cursor: pointer;
}
.cid-swEG7axhGy .card:hover {
  z-index: 99;
}
.cid-swEG7axhGy .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-swEG7axhGy .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-swEG7axhGy .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-swEG7axhGy .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-swEG7axhGy .card-wrapper a {
  height: 100%;
}
.cid-swEG7axhGy .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-swEG7axhGy h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-swEG7axhGy .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-swEG7axhGy .card-box {
    text-align: center;
  }
}
.cid-swEG7axhGy .mbr-text {
  color: #cccccc;
}
.cid-swEG7axhGy .card-date {
  color: #cccccc;
}
.cid-swEG7axhGy H1 {
  color: #000000;
  font-weight: 300;
}
.cid-swEG7axhGy .mbr-section-subtitle,
.cid-swEG7axhGy .title-align {
  color: #000000;
}
.cid-swEGEzt0xC {
  padding-top: 165px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/chico-buarque-estreia-caravanas-em-sao-paulo-foto-cintia-carvalho-setor-vip-1-2000x1337.jpg");
}
.cid-swEGEzt0xC h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-swEGEzt0xC h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-swEGEzt0xC .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-swEGEzt0xC .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-swEGEzt0xC .card {
  overflow: hidden;
  height: 100%;
}
.cid-swEGEzt0xC .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/c0e533d1e7369792a03e6746c14aee51-1000x1000.jpg");
  filter: blur(10px);
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-swEGEzt0xC .cover {
    width: 100%;
  }
}
.cid-swEGEzt0xC H1 {
  color: #999999;
  font-weight: 300;
}
.cid-swEGvGzpYT {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #b2ccd2;
}
.cid-swEGvGzpYT li {
  list-style: none;
}
.cid-swEGvGzpYT .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-swEGvGzpYT .col-title {
  margin-bottom: 2rem;
  color: #000000;
}
.cid-swEGvGzpYT .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-swEGvGzpYT .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-swEGvGzpYT .mbr-iconfont:hover {
  color: #ff2d55 !important;
}
.cid-swEGvGzpYT .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-swEGvGzpYT h4 {
  margin: 0;
}
.cid-swEGvGzpYT ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-swEGvGzpYT .md-pb {
    padding-bottom: 1rem;
  }
  .cid-swEGvGzpYT .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-swEGvGzpYT .item-wrap {
    flex-direction: column;
  }
  .cid-swEGvGzpYT .time-wrap {
    min-width: 80px;
    margin-top: 0.4rem;
  }
}
.cid-swJI5TxN5T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-swJI5TxN5T .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swJI5TxN5T .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-swJI5TxN5T .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-swJI5TxN5T .carousel-item.active,
.cid-swJI5TxN5T .carousel-item-next,
.cid-swJI5TxN5T .carousel-item-prev {
  display: flex;
}
.cid-swJI5TxN5T .carousel-controls a {
  transition: opacity .5s;
}
.cid-swJI5TxN5T .carousel-controls a:hover span,
.cid-swJI5TxN5T .carousel-controls a:focus span {
  opacity: 1;
}
.cid-swJI5TxN5T .carousel-controls a:hover svg,
.cid-swJI5TxN5T .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-swJI5TxN5T .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-swJI5TxN5T .user_image {
  overflow: hidden;
  display: flex;
}
.cid-swJI5TxN5T .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-swJI5TxN5T .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-swJI5TxN5T .user_text {
  color: #000000;
}
.cid-swJI5TxN5T .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-swJI5TxN5T .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #5d3fca, #efefef);
  display: inline-block;
}
.cid-swJI5TxN5T .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-swJI5TxN5T svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-swJI5TxN5T .user_name {
  color: #ff7f9f;
}
.cid-swJI5TxN5T .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-swJI5TxN5T .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-swJI5TxN5T .testimonials-quote,
  .cid-swJI5TxN5T .user_text,
  .cid-swJI5TxN5T .user_name,
  .cid-swJI5TxN5T .user_desk {
    text-align: center !important;
  }
  .cid-swJI5TxN5T .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-swJI5TxN5T .mbr-section-title,
  .cid-swJI5TxN5T .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-swJI5TxN5T .carousel-control-prev span {
    right: -1rem;
  }
  .cid-swJI5TxN5T .carousel-control-next span {
    left: -1rem;
  }
  .cid-swJI5TxN5T .user-text {
    padding-right: 2rem;
  }
  .cid-swJI5TxN5T .carousel-control-prev,
  .cid-swJI5TxN5T .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-swJI5TxN5T .mbr-section-title,
.cid-swJI5TxN5T .underline {
  color: #000000;
}
.cid-swJI5TxN5T h2 {
  font-weight: 300;
}
.cid-swEGO8u8eY {
  padding-top: 180px;
  padding-bottom: 90px;
}
.cid-swEGO8u8eY h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-swEGO8u8eY h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-swEGO8u8eY .box {
  background-image: url("../../../assets/images/clip-chico-2000x1132.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swEGO8u8eY .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-swEGO8u8eY .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-swEGO8u8eY .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-swEGO8u8eY .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-swEGO8u8eY .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-swEGO8u8eY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-swEGO8u8eY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-swEGO8u8eY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-swEGO8u8eY a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-swEGO8u8eY a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-swEGO8u8eY .box {
    height: 250px;
  }
}
.cid-swEGO8u8eY H1 {
  color: #999999;
  font-weight: 300;
}
.cid-sx7HHaKyUH {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-sx7HHaKyUH h3 {
  position: relative;
}
.cid-sx7HHaKyUH h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sx7HHaKyUH H1 {
  color: #000000;
  font-weight: 300;
}
.cid-sx7HvtQoIG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-sx7HvtQoIG h4 {
  margin-bottom: 0;
}
.cid-sx7HvtQoIG p {
  color: #767676;
}
.cid-sx7HvtQoIG .cardcenter {
  background-color: #e6e6dc;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-sx7HvtQoIG .cardcenter:hover {
  background-color: #d0d0c9;
}
.cid-sx7HvtQoIG .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-sx7HvtQoIG .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-sx7HvtQoIG .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sx7HvtQoIG .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sx7HvtQoIG .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sx7HvtQoIG .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #5d3fca !important;
  box-shadow: none!important;
}
.cid-sx7HvtQoIG .btn[class*="-outline"]:active,
.cid-sx7HvtQoIG .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sx7HvtQoIG .card-box {
  padding-top: 2rem;
}
.cid-sx7HvtQoIG .card-wrapper {
  height: 100%;
}
.cid-sx7HvtQoIG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sx7HvtQoIG img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sx7HvtQoIG .card-title {
  color: #000000;
}
.cid-sx7HvtQoIG .main-title {
  color: #232323;
}
.cid-sx7HvtQoIG .text {
  color: #000000;
}
.cid-sx7HvtQoIG .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sx7HvtQoIG .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sx7HvtQoIG .link {
    margin: auto;
  }
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sxiEdhZJxG {
  overflow-x: hidden !important;
}
.cid-sxiEdhZJxG,
.cid-sxiEdhZJxG .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-sxiEdhZJxG .mbr-section-title {
  color: #ffffff;
}
.cid-sxiEdhZJxG .mbr-section-title span {
  color: #5d3fca;
}
.cid-sxiEdhZJxG .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sxiEdhZJxG .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sxiEdhZJxG .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sxiEdhZJxG .mbr-overlay {
  z-index: 1;
}
.cid-sxiEdhZJxG .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sxiEdhZJxG h2 {
  font-size: 700%;
}
.cid-sxiEdj2hDR {
  padding-top: 45px;
  padding-bottom: 20px;
  background-color: #f3f3f3;
}
.cid-sxiEdj2hDR .mbr-overlay {
  background-color: #f3f3f3;
  opacity: 0.4;
}
.cid-sxiEdj2hDR .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-sxiEdj2hDR textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-sxiEdj2hDR .form-row {
    flex-direction: column;
  }
}
.cid-sxiEdj2hDR h4 {
  margin-bottom: 2rem;
}
.cid-sxiEdj2hDR .form-control,
.cid-sxiEdj2hDR .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-sxiEdj2hDR .form-control,
.cid-sxiEdj2hDR .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #e6e6dc;
  border-color: #e6e6dc;
  color: #000000;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxiEdj2hDR .form-control::-webkit-input-placeholder,
.cid-sxiEdj2hDR .field-input::-webkit-input-placeholder,
.cid-sxiEdj2hDR .form-control::-webkit-input-placeholder,
.cid-sxiEdj2hDR .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-sxiEdj2hDR .form-control:-moz-placeholder,
.cid-sxiEdj2hDR .field-input:-moz-placeholder,
.cid-sxiEdj2hDR .form-control:-moz-placeholder,
.cid-sxiEdj2hDR .field-input:-moz-placeholder {
  color: #000000;
}
.cid-sxiEdj2hDR .form-control:hover,
.cid-sxiEdj2hDR .field-input:hover,
.cid-sxiEdj2hDR .form-control:focus,
.cid-sxiEdj2hDR .field-input:focus {
  background-color: #d0d0c9;
  border-color: #d0d0c9 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sxiEdj2hDR .form-control:hover::-webkit-input-placeholder,
.cid-sxiEdj2hDR .field-input:hover::-webkit-input-placeholder,
.cid-sxiEdj2hDR .form-control:focus::-webkit-input-placeholder,
.cid-sxiEdj2hDR .field-input:focus::-webkit-input-placeholder,
.cid-sxiEdj2hDR .form-control:hover::-webkit-input-placeholder,
.cid-sxiEdj2hDR .field-input:hover::-webkit-input-placeholder,
.cid-sxiEdj2hDR .form-control:focus::-webkit-input-placeholder,
.cid-sxiEdj2hDR .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-sxiEdj2hDR .form-control:hover:-moz-placeholder,
.cid-sxiEdj2hDR .field-input:hover:-moz-placeholder,
.cid-sxiEdj2hDR .form-control:focus:-moz-placeholder,
.cid-sxiEdj2hDR .field-input:focus:-moz-placeholder,
.cid-sxiEdj2hDR .form-control:hover:-moz-placeholder,
.cid-sxiEdj2hDR .field-input:hover:-moz-placeholder,
.cid-sxiEdj2hDR .form-control:focus:-moz-placeholder,
.cid-sxiEdj2hDR .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-sxiEdj2hDR .jq-number__spin:hover,
.cid-sxiEdj2hDR .jq-number__spin:focus {
  background-color: #d0d0c9;
  border-color: #d0d0c9;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sxiEdj2hDR .jq-number__spin {
  background-color: ##e6e6dc;
  border-color: ##e6e6dc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxiEdj2hDR .jq-selectbox li,
.cid-sxiEdj2hDR .jq-selectbox li {
  background-color: #7592e1;
  color: #ffffff;
}
.cid-sxiEdj2hDR .jq-selectbox li:hover,
.cid-sxiEdj2hDR .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-sxiEdj2hDR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sxiEdj2hDR .jq-number__spin.minus:hover:after,
.cid-sxiEdj2hDR .jq-number__spin.plus:hover:after {
  border-top-color: #7592e1;
  border-bottom-color: #7592e1;
}
.cid-sxiEdj2hDR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sxiEdj2hDR .jq-number__spin.minus:after,
.cid-sxiEdj2hDR .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-sxiEdj2hDR input::-webkit-clear-button {
  display: none;
}
.cid-sxiEdj2hDR input::-webkit-inner-spin-button {
  display: none;
}
.cid-sxiEdj2hDR input::-webkit-outer-spin-button {
  display: none;
}
.cid-sxiEdj2hDR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sxiEdj2hDR H4 {
  color: #7592e1;
  text-align: center;
}
.cid-sxiEdj2hDR .form-busca {
  margin-right: 50px;
  margin-left: 50px;
  z-index: 2;
  margin-top: -100px;
  padding-top: 40px;
  background: #f3f3f3;
}
.cid-sxiEdj2hDR #titulo-form {
  color: #ffffff;
}
.cid-sxiEdqigxq {
  background-image: url("../../../assets/images/chico-fundo-2000x1101.jpg");
}
.cid-sxiEdqigxq .text-content {
  padding-top: 75px;
  padding-bottom: 45px;
}
.cid-sxiEdqigxq .text-content .btn-bgr {
  z-index: 0;
}
.cid-sxiEdqigxq .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #7592e1);
}
.cid-sxiEdqigxq H3 {
  color: #000000;
  font-weight: 300;
}
.cid-sxiEdqigxq P {
  color: #767676;
}
.cid-sxiEdqigxq H2 {
  color: #000000;
}
.cid-sxiEdqigxq .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sxiEdqigxq .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sxiEdqigxq .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #f3f3f3;
}
@media (max-width: 991px) {
  .cid-sxiEdqigxq .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sxiEdqigxq .text-content {
    width: 100%;
  }
}
.cid-sxiEdqigxq .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sxiEdqigxq .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sxiEdqigxq .mbr-text {
    text-align: center;
  }
}
.cid-sxiEdqigxq .mbr-section-btn,
.cid-sxiEdqigxq .mbr-section-title {
  color: #000000;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-sx7SZaUIn1 {
  overflow-x: hidden !important;
}
.cid-sx7SZaUIn1,
.cid-sx7SZaUIn1 .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-sx7SZaUIn1 .mbr-section-title {
  color: #ffffff;
}
.cid-sx7SZaUIn1 .mbr-section-title span {
  color: #5d3fca;
}
.cid-sx7SZaUIn1 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sx7SZaUIn1 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sx7SZaUIn1 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sx7SZaUIn1 .mbr-overlay {
  z-index: 1;
}
.cid-sx7SZaUIn1 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sx7SZaUIn1 h2 {
  font-size: 700%;
}
.cid-sx7ZLOScUM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sx7ZLOScUM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sx7ZLOScUM .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-sx7ZLOScUM textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-sx7ZLOScUM .form-row {
    flex-direction: column;
  }
}
.cid-sx7ZLOScUM h4 {
  margin-bottom: 2rem;
}
.cid-sx7ZLOScUM .form-control,
.cid-sx7ZLOScUM .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-sx7ZLOScUM .form-control,
.cid-sx7ZLOScUM .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sx7ZLOScUM .form-control::-webkit-input-placeholder,
.cid-sx7ZLOScUM .field-input::-webkit-input-placeholder,
.cid-sx7ZLOScUM .form-control::-webkit-input-placeholder,
.cid-sx7ZLOScUM .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sx7ZLOScUM .form-control:-moz-placeholder,
.cid-sx7ZLOScUM .field-input:-moz-placeholder,
.cid-sx7ZLOScUM .form-control:-moz-placeholder,
.cid-sx7ZLOScUM .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-sx7ZLOScUM .form-control:hover,
.cid-sx7ZLOScUM .field-input:hover,
.cid-sx7ZLOScUM .form-control:focus,
.cid-sx7ZLOScUM .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #88a2ea;
  box-shadow: none;
  outline: none;
}
.cid-sx7ZLOScUM .form-control:hover::-webkit-input-placeholder,
.cid-sx7ZLOScUM .field-input:hover::-webkit-input-placeholder,
.cid-sx7ZLOScUM .form-control:focus::-webkit-input-placeholder,
.cid-sx7ZLOScUM .field-input:focus::-webkit-input-placeholder,
.cid-sx7ZLOScUM .form-control:hover::-webkit-input-placeholder,
.cid-sx7ZLOScUM .field-input:hover::-webkit-input-placeholder,
.cid-sx7ZLOScUM .form-control:focus::-webkit-input-placeholder,
.cid-sx7ZLOScUM .field-input:focus::-webkit-input-placeholder {
  color: #7592e1;
}
.cid-sx7ZLOScUM .form-control:hover:-moz-placeholder,
.cid-sx7ZLOScUM .field-input:hover:-moz-placeholder,
.cid-sx7ZLOScUM .form-control:focus:-moz-placeholder,
.cid-sx7ZLOScUM .field-input:focus:-moz-placeholder,
.cid-sx7ZLOScUM .form-control:hover:-moz-placeholder,
.cid-sx7ZLOScUM .field-input:hover:-moz-placeholder,
.cid-sx7ZLOScUM .form-control:focus:-moz-placeholder,
.cid-sx7ZLOScUM .field-input:focus:-moz-placeholder {
  color: #7592e1;
}
.cid-sx7ZLOScUM .jq-number__spin:hover,
.cid-sx7ZLOScUM .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sx7ZLOScUM .jq-number__spin {
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sx7ZLOScUM .jq-selectbox li,
.cid-sx7ZLOScUM .jq-selectbox li {
  background-color: #7592e1;
  color: #ffffff;
}
.cid-sx7ZLOScUM .jq-selectbox li:hover,
.cid-sx7ZLOScUM .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-sx7ZLOScUM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sx7ZLOScUM .jq-number__spin.minus:hover:after,
.cid-sx7ZLOScUM .jq-number__spin.plus:hover:after {
  border-top-color: #7592e1;
  border-bottom-color: #7592e1;
}
.cid-sx7ZLOScUM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sx7ZLOScUM .jq-number__spin.minus:after,
.cid-sx7ZLOScUM .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-sx7ZLOScUM input::-webkit-clear-button {
  display: none;
}
.cid-sx7ZLOScUM input::-webkit-inner-spin-button {
  display: none;
}
.cid-sx7ZLOScUM input::-webkit-outer-spin-button {
  display: none;
}
.cid-sx7ZLOScUM input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sx7ZLOScUM H4 {
  color: #7592e1;
  text-align: center;
}
.cid-sx7ZLOScUM .form-busca {
  margin-right: 50px;
  margin-left: 50px;
  z-index: 2;
  margin-top: -100px;
  padding-top: 40px;
  background: #ffffff;
}
.cid-sx7ZLOScUM #titulo-form {
  color: #ffffff;
}
.cid-szcE12ALfb {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szcE12ALfb h3 {
  position: relative;
}
.cid-szcE12ALfb h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szcE12ALfb H1 {
  color: #7592e1;
  font-weight: lighter;
}
.cid-szcEMp0bAP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-szcEMp0bAP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-szcEMp0bAP .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-szcEMp0bAP .form-row {
    flex-direction: column;
  }
}
.cid-szcEMp0bAP h4 {
  margin-bottom: 3rem;
}
.cid-szcEMp0bAP .form-control,
.cid-szcEMp0bAP .field-input {
  padding: 0.1rem 1.0rem;
  height: 48px;
  border-radius: 30px;
}
.cid-szcEMp0bAP .form-control,
.cid-szcEMp0bAP .field-input {
  padding: 0.1rem 1.0rem;
  height: 48px;
  background-color: #e6e6dc;
  border-color: #e6e6dc;
  color: #000000;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szcEMp0bAP .form-control::-webkit-input-placeholder,
.cid-szcEMp0bAP .field-input::-webkit-input-placeholder,
.cid-szcEMp0bAP .form-control::-webkit-input-placeholder,
.cid-szcEMp0bAP .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-szcEMp0bAP .form-control:-moz-placeholder,
.cid-szcEMp0bAP .field-input:-moz-placeholder,
.cid-szcEMp0bAP .form-control:-moz-placeholder,
.cid-szcEMp0bAP .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-szcEMp0bAP .form-control:hover,
.cid-szcEMp0bAP .field-input:hover,
.cid-szcEMp0bAP .form-control:focus,
.cid-szcEMp0bAP .field-input:focus {
  background-color: #d0d0c9;
  border-color: #d0d0c9 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-szcEMp0bAP .form-control:hover::-webkit-input-placeholder,
.cid-szcEMp0bAP .field-input:hover::-webkit-input-placeholder,
.cid-szcEMp0bAP .form-control:focus::-webkit-input-placeholder,
.cid-szcEMp0bAP .field-input:focus::-webkit-input-placeholder,
.cid-szcEMp0bAP .form-control:hover::-webkit-input-placeholder,
.cid-szcEMp0bAP .field-input:hover::-webkit-input-placeholder,
.cid-szcEMp0bAP .form-control:focus::-webkit-input-placeholder,
.cid-szcEMp0bAP .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-szcEMp0bAP .form-control:hover:-moz-placeholder,
.cid-szcEMp0bAP .field-input:hover:-moz-placeholder,
.cid-szcEMp0bAP .form-control:focus:-moz-placeholder,
.cid-szcEMp0bAP .field-input:focus:-moz-placeholder,
.cid-szcEMp0bAP .form-control:hover:-moz-placeholder,
.cid-szcEMp0bAP .field-input:hover:-moz-placeholder,
.cid-szcEMp0bAP .form-control:focus:-moz-placeholder,
.cid-szcEMp0bAP .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-szcEMp0bAP .jq-number__spin:hover,
.cid-szcEMp0bAP .jq-number__spin:focus {
  background-color: #d0d0c9;
  border-color: #d0d0c9;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-szcEMp0bAP .jq-number__spin {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szcEMp0bAP .jq-selectbox li,
.cid-szcEMp0bAP .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-szcEMp0bAP .jq-selectbox li:hover,
.cid-szcEMp0bAP .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-szcEMp0bAP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-szcEMp0bAP .jq-number__spin.minus:hover:after,
.cid-szcEMp0bAP .jq-number__spin.plus:hover:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-szcEMp0bAP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-szcEMp0bAP .jq-number__spin.minus:after,
.cid-szcEMp0bAP .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-szcEMp0bAP input::-webkit-clear-button {
  display: none;
}
.cid-szcEMp0bAP input::-webkit-inner-spin-button {
  display: none;
}
.cid-szcEMp0bAP input::-webkit-outer-spin-button {
  display: none;
}
.cid-szcEMp0bAP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-szcEMp0bAP H4 {
  text-align: center;
  color: #103178;
}
.cid-sKdSirsD08 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sKdSirsD08 .item-wrapper {
  width: 100%;
}
.cid-sKdSirsD08 .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sKdSirsD08 .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sKdSirsD08 .mbr-section-title {
    margin-top: 25px;
  }
}
.cid-sKdSirsD08 .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-sKdSirsD08 .mbr-text {
  color: #626262;
  padding-top: 10px;
  font-style: italic;
}
.cid-sKdSirsD08 .mbr-section-btn {
  border: 2px solid #5d3fca;
}
.cid-sKdSirsD08 .mbr-section-btn:hover {
  background-color: #5d3fca;
  border: 2px solid #5d3fca;
}
.cid-sKdSirsD08 .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-sKdSirsD08 P {
  text-align: left;
}
.cid-sx8pvIATsp {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-sx8pvIATsp h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sx8pvIATsp h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sx8pvIATsp li {
  list-style: none;
}
.cid-sx8pvIATsp .location-wrap {
  min-width: 500px;
}
@media (min-width: 1200px) {
.cid-sx8pvIATsp .location-wrap {
  min-width: 664px;
}
}
.cid-sx8pvIATsp .btn {
  min-width: 200px;
}
.cid-sx8pvIATsp .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-sx8pvIATsp .col-title {
  margin-bottom: 2rem;
}
.cid-sx8pvIATsp h3 {
  min-width: 110px;
}
.cid-sx8pvIATsp .date-wrap {
  min-width: 260px;
}
.cid-sx8pvIATsp .btn-primary-outline,
.cid-sx8pvIATsp .btn-secondary-outline,
.cid-sx8pvIATsp .btn-info-outline,
.cid-sx8pvIATsp .btn-success-outline,
.cid-sx8pvIATsp .btn-warning-outline,
.cid-sx8pvIATsp .btn-danger-outline,
.cid-sx8pvIATsp .btn-black-outline,
.cid-sx8pvIATsp .btn-white-outline {
  border: none;
}
.cid-sx8pvIATsp .btn-primary-outline:hover,
.cid-sx8pvIATsp .btn-secondary-outline:hover,
.cid-sx8pvIATsp .btn-info-outline:hover,
.cid-sx8pvIATsp .btn-success-outline:hover,
.cid-sx8pvIATsp .btn-warning-outline:hover,
.cid-sx8pvIATsp .btn-danger-outline:hover,
.cid-sx8pvIATsp .btn-black-outline:hover,
.cid-sx8pvIATsp .btn-white-outline:hover,
.cid-sx8pvIATsp .btn-primary-outline:focus,
.cid-sx8pvIATsp .btn-secondary-outline:focus,
.cid-sx8pvIATsp .btn-info-outline:focus,
.cid-sx8pvIATsp .btn-success-outline:focus,
.cid-sx8pvIATsp .btn-warning-outline:focus,
.cid-sx8pvIATsp .btn-danger-outline:focus,
.cid-sx8pvIATsp .btn-black-outline:focus,
.cid-sx8pvIATsp .btn-white-outline:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-sx8pvIATsp .list {
  padding: 0;
  margin: 0;
}
.cid-sx8pvIATsp .icon-wrap,
.cid-sx8pvIATsp .date-wrap {
  display: flex;
  align-items: center;
}
.cid-sx8pvIATsp .btn span {
  font-size: 1rem;
}
.cid-sx8pvIATsp h6 {
  margin: 0;
}
.cid-sx8pvIATsp h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-sx8pvIATsp .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-sx8pvIATsp .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-sx8pvIATsp .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-sx8pvIATsp .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-sx8pvIATsp .date-wrap {
    min-width: auto;
  }
  .cid-sx8pvIATsp .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-sx8pvIATsp h3 {
    min-width: auto;
  }
}
.cid-sx8pvIATsp H1 {
  color: #7592e1;
  font-weight: lighter;
}
.cid-sKdSIlSUJX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sKdSIlSUJX .item-wrapper {
  width: 100%;
}
.cid-sKdSIlSUJX .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sKdSIlSUJX .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sKdSIlSUJX .mbr-section-title {
    margin-top: 25px;
  }
}
.cid-sKdSIlSUJX .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-sKdSIlSUJX .mbr-text {
  color: #626262;
  padding-top: 10px;
  font-style: italic;
}
.cid-sKdSIlSUJX .mbr-section-btn {
  border: 2px solid #5d3fca;
}
.cid-sKdSIlSUJX .mbr-section-btn:hover {
  background-color: #5d3fca;
  border: 2px solid #5d3fca;
}
.cid-sKdSIlSUJX .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-sKdSIlSUJX P {
  text-align: left;
}
.cid-sKdSK9pujq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sKdSK9pujq h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sKdSK9pujq h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sKdSK9pujq li {
  list-style: none;
}
.cid-sKdSK9pujq .location-wrap {
  min-width: 500px;
}
.cid-sKdSK9pujq .btn {
  min-width: 200px;
}
.cid-sKdSK9pujq .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-sKdSK9pujq .col-title {
  margin-bottom: 2rem;
}
.cid-sKdSK9pujq h3 {
  min-width: 110px;
}
.cid-sKdSK9pujq .date-wrap {
  min-width: 260px;
}
.cid-sKdSK9pujq .btn-primary-outline,
.cid-sKdSK9pujq .btn-secondary-outline,
.cid-sKdSK9pujq .btn-info-outline,
.cid-sKdSK9pujq .btn-success-outline,
.cid-sKdSK9pujq .btn-warning-outline,
.cid-sKdSK9pujq .btn-danger-outline,
.cid-sKdSK9pujq .btn-black-outline,
.cid-sKdSK9pujq .btn-white-outline {
  border: none;
}
.cid-sKdSK9pujq .btn-primary-outline:hover,
.cid-sKdSK9pujq .btn-secondary-outline:hover,
.cid-sKdSK9pujq .btn-info-outline:hover,
.cid-sKdSK9pujq .btn-success-outline:hover,
.cid-sKdSK9pujq .btn-warning-outline:hover,
.cid-sKdSK9pujq .btn-danger-outline:hover,
.cid-sKdSK9pujq .btn-black-outline:hover,
.cid-sKdSK9pujq .btn-white-outline:hover,
.cid-sKdSK9pujq .btn-primary-outline:focus,
.cid-sKdSK9pujq .btn-secondary-outline:focus,
.cid-sKdSK9pujq .btn-info-outline:focus,
.cid-sKdSK9pujq .btn-success-outline:focus,
.cid-sKdSK9pujq .btn-warning-outline:focus,
.cid-sKdSK9pujq .btn-danger-outline:focus,
.cid-sKdSK9pujq .btn-black-outline:focus,
.cid-sKdSK9pujq .btn-white-outline:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-sKdSK9pujq .list {
  padding: 0;
  margin: 0;
}
.cid-sKdSK9pujq .icon-wrap,
.cid-sKdSK9pujq .date-wrap {
  display: flex;
  align-items: center;
}
.cid-sKdSK9pujq .btn span {
  font-size: 1rem;
}
.cid-sKdSK9pujq h6 {
  margin: 0;
}
.cid-sKdSK9pujq h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-sKdSK9pujq .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-sKdSK9pujq .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-sKdSK9pujq .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-sKdSK9pujq .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-sKdSK9pujq .date-wrap {
    min-width: auto;
  }
  .cid-sKdSK9pujq .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-sKdSK9pujq h3 {
    min-width: auto;
  }
}
.cid-sKdSK9pujq H1 {
  color: #7592e1;
  font-weight: lighter;
}
.cid-sx8s1pBkB2.popup-builder {
  background-color: #ffffff;
}
.cid-sx8s1pBkB2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx8s1pBkB2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx8s1pBkB2 .modal-content,
.cid-sx8s1pBkB2 .modal-dialog {
  height: auto;
}
.cid-sx8s1pBkB2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx8s1pBkB2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx8s1pBkB2 .form-wrapper .mbr-form .form-group,
  .cid-sx8s1pBkB2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx8s1pBkB2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx8s1pBkB2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx8s1pBkB2 .mbr-text {
  text-align: center;
}
.cid-sx8s1pBkB2 .pt-0 {
  padding-top: 0 !important;
}
.cid-sx8s1pBkB2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx8s1pBkB2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx8s1pBkB2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx8s1pBkB2 .modal-open {
  overflow: hidden;
}
.cid-sx8s1pBkB2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx8s1pBkB2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx8s1pBkB2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx8s1pBkB2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx8s1pBkB2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx8s1pBkB2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx8s1pBkB2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx8s1pBkB2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx8s1pBkB2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx8s1pBkB2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx8s1pBkB2 .modal-backdrop.show {
  opacity: .5;
}
.cid-sx8s1pBkB2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx8s1pBkB2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx8s1pBkB2 .modal-header .close:hover {
  opacity: 1;
}
.cid-sx8s1pBkB2 .modal-header .close:focus {
  outline: none;
}
.cid-sx8s1pBkB2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx8s1pBkB2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx8s1pBkB2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx8s1pBkB2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx8s1pBkB2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx8s1pBkB2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx8s1pBkB2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx8s1pBkB2 .modal-sm {
    max-width: 300px;
  }
  .cid-sx8s1pBkB2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx8s1pBkB2 .modal-lg,
  .cid-sx8s1pBkB2 .modal-xl {
    max-width: 800px;
  }
  .cid-sx8s1pBkB2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx8s1pBkB2 .modal-xl {
    max-width: 1140px;
  }
  .cid-sx8s1pBkB2 .container {
    max-width: 1140px;
  }
}
.cid-sx8s1pBkB2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx8s1pBkB2 .container {
    max-width: 720px;
  }
}
.cid-sx8s1pBkB2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx8s1pBkB2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx8s1pBkB2 .form-group {
  margin-bottom: 1rem;
}
.cid-sx8s1pBkB2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-sx8s1pBkB2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx8s1pBkB2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx8s1pBkB2 .page-content {
  max-width: 700px;
  margin: 32px auto;
  padding: 32px;
  background: #fff;
  font: 400 10.66666667px "Open Sans", sans-serif;
}
.cid-sx8s1pBkB2 a {
  color: #21D4FD;
  transition: all 0.3s;
}
.cid-sx8s1pBkB2 a:hover {
  color: #B721FF;
}
.cid-sx8s1pBkB2 .tabbed {
  overflow-x: hidden;
  margin: 32px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.cid-sx8s1pBkB2 .tabbed [type="radio"] {
  display: none;
}
.cid-sx8s1pBkB2 .tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.cid-sx8s1pBkB2 .tab > label {
  display: block;
  margin-bottom: -1px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #eee;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sx8s1pBkB2 .tab:hover label {
  border-top-color: #333;
  color: #333;
}
.cid-sx8s1pBkB2 .tab-content {
  display: none;
  color: #777;
}
.cid-sx8s1pBkB2 .tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.cid-sx8s1pBkB2 .tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.cid-sx8s1pBkB2 .tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.cid-sx8s1pBkB2 .tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.cid-sx8s1pBkB2 .tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label,
.cid-sx8s1pBkB2 .tabbed [type="radio"]:nth-of-type(6):checked ~ .tabs .tab:nth-of-type(6) label {
  border-bottom-color: #fff;
  border-top-color: #B721FF;
  background: #fff;
  color: #222;
}
.cid-sx8s1pBkB2 .tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.cid-sx8s1pBkB2 .tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.cid-sx8s1pBkB2 .tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.cid-sx8s1pBkB2 .tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4),
.cid-sx8s1pBkB2 .tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5) {
  display: block;
}
.cid-sx8sx33PrK.popup-builder {
  background-color: #ffffff;
}
.cid-sx8sx33PrK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx8sx33PrK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx8sx33PrK .modal-content,
.cid-sx8sx33PrK .modal-dialog {
  height: auto;
}
.cid-sx8sx33PrK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx8sx33PrK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx8sx33PrK .form-wrapper .mbr-form .form-group,
  .cid-sx8sx33PrK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx8sx33PrK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx8sx33PrK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx8sx33PrK .mbr-text {
  text-align: center;
}
.cid-sx8sx33PrK .pt-0 {
  padding-top: 0 !important;
}
.cid-sx8sx33PrK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx8sx33PrK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx8sx33PrK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx8sx33PrK .modal-open {
  overflow: hidden;
}
.cid-sx8sx33PrK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx8sx33PrK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx8sx33PrK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx8sx33PrK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx8sx33PrK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx8sx33PrK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx8sx33PrK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx8sx33PrK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx8sx33PrK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx8sx33PrK .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx8sx33PrK .modal-backdrop.show {
  opacity: .5;
}
.cid-sx8sx33PrK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx8sx33PrK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx8sx33PrK .modal-header .close:hover {
  opacity: 1;
}
.cid-sx8sx33PrK .modal-header .close:focus {
  outline: none;
}
.cid-sx8sx33PrK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx8sx33PrK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx8sx33PrK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx8sx33PrK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx8sx33PrK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx8sx33PrK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx8sx33PrK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx8sx33PrK .modal-sm {
    max-width: 300px;
  }
  .cid-sx8sx33PrK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx8sx33PrK .modal-lg,
  .cid-sx8sx33PrK .modal-xl {
    max-width: 800px;
  }
  .cid-sx8sx33PrK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx8sx33PrK .modal-xl {
    max-width: 1140px;
  }
  .cid-sx8sx33PrK .container {
    max-width: 1140px;
  }
}
.cid-sx8sx33PrK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx8sx33PrK .container {
    max-width: 720px;
  }
}
.cid-sx8sx33PrK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx8sx33PrK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx8sx33PrK .form-group {
  margin-bottom: 1rem;
}
.cid-sx8sx33PrK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-sx8sx33PrK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx8sx33PrK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx8sW17AJd.popup-builder {
  background-color: #ffffff;
}
.cid-sx8sW17AJd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx8sW17AJd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx8sW17AJd .modal-content,
.cid-sx8sW17AJd .modal-dialog {
  height: auto;
}
.cid-sx8sW17AJd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx8sW17AJd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx8sW17AJd .form-wrapper .mbr-form .form-group,
  .cid-sx8sW17AJd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx8sW17AJd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx8sW17AJd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx8sW17AJd .mbr-text {
  text-align: center;
}
.cid-sx8sW17AJd .pt-0 {
  padding-top: 0 !important;
}
.cid-sx8sW17AJd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx8sW17AJd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx8sW17AJd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx8sW17AJd .modal-open {
  overflow: hidden;
}
.cid-sx8sW17AJd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx8sW17AJd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx8sW17AJd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx8sW17AJd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx8sW17AJd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx8sW17AJd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx8sW17AJd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx8sW17AJd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx8sW17AJd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx8sW17AJd .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx8sW17AJd .modal-backdrop.show {
  opacity: .5;
}
.cid-sx8sW17AJd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx8sW17AJd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx8sW17AJd .modal-header .close:hover {
  opacity: 1;
}
.cid-sx8sW17AJd .modal-header .close:focus {
  outline: none;
}
.cid-sx8sW17AJd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx8sW17AJd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx8sW17AJd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx8sW17AJd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx8sW17AJd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx8sW17AJd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx8sW17AJd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx8sW17AJd .modal-sm {
    max-width: 300px;
  }
  .cid-sx8sW17AJd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx8sW17AJd .modal-lg,
  .cid-sx8sW17AJd .modal-xl {
    max-width: 800px;
  }
  .cid-sx8sW17AJd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx8sW17AJd .modal-xl {
    max-width: 1140px;
  }
  .cid-sx8sW17AJd .container {
    max-width: 1140px;
  }
}
.cid-sx8sW17AJd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx8sW17AJd .container {
    max-width: 720px;
  }
}
.cid-sx8sW17AJd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx8sW17AJd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx8sW17AJd .form-group {
  margin-bottom: 1rem;
}
.cid-sx8sW17AJd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-sx8sW17AJd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx8sW17AJd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx8jaY8ESx {
  background-image: url("../../../assets/images/chico-fundo-2000x1101.jpg");
}
.cid-sx8jaY8ESx .text-content {
  padding-top: 75px;
  padding-bottom: 45px;
}
.cid-sx8jaY8ESx .text-content .btn-bgr {
  z-index: 0;
}
.cid-sx8jaY8ESx .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #7592e1);
}
.cid-sx8jaY8ESx H3 {
  color: #000000;
  font-weight: 300;
}
.cid-sx8jaY8ESx P {
  color: #767676;
}
.cid-sx8jaY8ESx H2 {
  color: #000000;
}
.cid-sx8jaY8ESx .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sx8jaY8ESx .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sx8jaY8ESx .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sx8jaY8ESx .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sx8jaY8ESx .text-content {
    width: 100%;
  }
}
.cid-sx8jaY8ESx .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sx8jaY8ESx .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sx8jaY8ESx .mbr-text {
    text-align: center;
  }
}
.cid-sx8jaY8ESx .mbr-section-btn,
.cid-sx8jaY8ESx .mbr-section-title {
  color: #7592e1;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-sysw6hZoVK {
  overflow-x: hidden !important;
}
.cid-sysw6hZoVK,
.cid-sysw6hZoVK .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-sysw6hZoVK .mbr-section-title {
  color: #ffffff;
}
.cid-sysw6hZoVK .mbr-section-title span {
  color: #5d3fca;
}
.cid-sysw6hZoVK .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sysw6hZoVK .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sysw6hZoVK .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sysw6hZoVK .mbr-overlay {
  z-index: 1;
}
.cid-sysw6hZoVK .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sysw6hZoVK h2 {
  font-size: 700%;
}
.cid-sytin7qGgP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-sytin7qGgP .mbr-overlay {
  background-color: #f3f3f3;
  opacity: 0.4;
}
.cid-sytin7qGgP .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-sytin7qGgP textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-sytin7qGgP .form-row {
    flex-direction: column;
  }
}
.cid-sytin7qGgP h4 {
  margin-bottom: 2rem;
}
.cid-sytin7qGgP .form-control,
.cid-sytin7qGgP .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-sytin7qGgP .form-control,
.cid-sytin7qGgP .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #e6e6dc;
  border-color: #e6e6dc;
  color: #000000;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sytin7qGgP .form-control::-webkit-input-placeholder,
.cid-sytin7qGgP .field-input::-webkit-input-placeholder,
.cid-sytin7qGgP .form-control::-webkit-input-placeholder,
.cid-sytin7qGgP .field-input::-webkit-input-placeholder {
  color: #d0d0c9;
}
.cid-sytin7qGgP .form-control:-moz-placeholder,
.cid-sytin7qGgP .field-input:-moz-placeholder,
.cid-sytin7qGgP .form-control:-moz-placeholder,
.cid-sytin7qGgP .field-input:-moz-placeholder {
  color: #d0d0c9;
}
.cid-sytin7qGgP .form-control:hover,
.cid-sytin7qGgP .field-input:hover,
.cid-sytin7qGgP .form-control:focus,
.cid-sytin7qGgP .field-input:focus {
  background-color: #d0d0c9;
  border-color: #d0d0c9 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sytin7qGgP .form-control:hover::-webkit-input-placeholder,
.cid-sytin7qGgP .field-input:hover::-webkit-input-placeholder,
.cid-sytin7qGgP .form-control:focus::-webkit-input-placeholder,
.cid-sytin7qGgP .field-input:focus::-webkit-input-placeholder,
.cid-sytin7qGgP .form-control:hover::-webkit-input-placeholder,
.cid-sytin7qGgP .field-input:hover::-webkit-input-placeholder,
.cid-sytin7qGgP .form-control:focus::-webkit-input-placeholder,
.cid-sytin7qGgP .field-input:focus::-webkit-input-placeholder {
  color: #5d3fca;
}
.cid-sytin7qGgP .form-control:hover:-moz-placeholder,
.cid-sytin7qGgP .field-input:hover:-moz-placeholder,
.cid-sytin7qGgP .form-control:focus:-moz-placeholder,
.cid-sytin7qGgP .field-input:focus:-moz-placeholder,
.cid-sytin7qGgP .form-control:hover:-moz-placeholder,
.cid-sytin7qGgP .field-input:hover:-moz-placeholder,
.cid-sytin7qGgP .form-control:focus:-moz-placeholder,
.cid-sytin7qGgP .field-input:focus:-moz-placeholder {
  color: #5d3fca;
}
.cid-sytin7qGgP .jq-number__spin:hover,
.cid-sytin7qGgP .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sytin7qGgP .jq-number__spin {
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sytin7qGgP .jq-selectbox li,
.cid-sytin7qGgP .jq-selectbox li {
  background-color: #d0d0c9;
  color: #000000;
}
.cid-sytin7qGgP .jq-selectbox li:hover,
.cid-sytin7qGgP .jq-selectbox li.selected {
  background-color: #e6e6dc;
  color: #000000;
}
.cid-sytin7qGgP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sytin7qGgP .jq-number__spin.minus:hover:after,
.cid-sytin7qGgP .jq-number__spin.plus:hover:after {
  border-top-color: #7592e1;
  border-bottom-color: #7592e1;
}
.cid-sytin7qGgP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sytin7qGgP .jq-number__spin.minus:after,
.cid-sytin7qGgP .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-sytin7qGgP input::-webkit-clear-button {
  display: none;
}
.cid-sytin7qGgP input::-webkit-inner-spin-button {
  display: none;
}
.cid-sytin7qGgP input::-webkit-outer-spin-button {
  display: none;
}
.cid-sytin7qGgP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sytin7qGgP H4 {
  color: #103178;
}
.cid-sytin7qGgP .form-busca {
  margin-right: 50px;
  margin-left: 50px;
  z-index: 2;
  margin-top: -100px;
  padding-top: 40px;
  background: #f3f3f3;
}
.cid-syszToOdJe {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #f3f3f3;
  background: linear-gradient(0deg, #f3f3f3, #f3f3f3);
}
.cid-syszToOdJe .nav {
  border: none;
}
.cid-syszToOdJe .nav-tabs {
  display: table;
  width: 100%;
}
.cid-syszToOdJe .nav-tabs .nav-item {
  display: table-cell;
}
.cid-syszToOdJe .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(90, 90, 90, 0.3);
  box-shadow: 0px 0px 30px rgba(90, 90, 90, 0.3);
}
.cid-syszToOdJe .tab-content {
  margin-top: 3rem;
}
.cid-syszToOdJe .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-syszToOdJe .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: ##e6e6dc;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #ffffff;
  margin: 0px;
  border-radius: 0px !important;
  transition: font-weight, background, color 0.3s;
}
.cid-syszToOdJe .nav-tabs .nav-link:hover {
  background-color: #d0d0c9;
  color: #000000;
}
.cid-syszToOdJe .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-syszToOdJe .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-syszToOdJe .nav-item {
    display: table-row !important;
  }
}
.cid-syszToOdJe .mbr-section-subtitle,
.cid-syszToOdJe .mbr-text,
.cid-syszToOdJe .mbr-section-btn {
  color: #8d97ad;
}
.cid-syszToOdJe .mbr-text,
.cid-syszToOdJe .mbr-section-btn {
  color: #808080;
}
.cid-syszToOdJe .mbr-section-title {
  color: #000000;
}
.cid-syszToOdJe .image-slid {
  width: 100%;
}
.cid-sysHf4VUkd.popup-builder {
  background-color: #ffffff;
}
.cid-sysHf4VUkd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sysHf4VUkd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sysHf4VUkd .modal-content,
.cid-sysHf4VUkd .modal-dialog {
  height: auto;
}
.cid-sysHf4VUkd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sysHf4VUkd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sysHf4VUkd .form-wrapper .mbr-form .form-group,
  .cid-sysHf4VUkd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sysHf4VUkd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sysHf4VUkd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sysHf4VUkd .mbr-text {
  text-align: left;
}
.cid-sysHf4VUkd .pt-0 {
  padding-top: 0 !important;
}
.cid-sysHf4VUkd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sysHf4VUkd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sysHf4VUkd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sysHf4VUkd .modal-open {
  overflow: hidden;
}
.cid-sysHf4VUkd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sysHf4VUkd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sysHf4VUkd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sysHf4VUkd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sysHf4VUkd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sysHf4VUkd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sysHf4VUkd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sysHf4VUkd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sysHf4VUkd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sysHf4VUkd .modal-backdrop.fade {
  opacity: 0;
}
.cid-sysHf4VUkd .modal-backdrop.show {
  opacity: .5;
}
.cid-sysHf4VUkd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sysHf4VUkd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sysHf4VUkd .modal-header .close:hover {
  opacity: 1;
}
.cid-sysHf4VUkd .modal-header .close:focus {
  outline: none;
}
.cid-sysHf4VUkd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sysHf4VUkd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sysHf4VUkd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sysHf4VUkd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sysHf4VUkd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sysHf4VUkd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sysHf4VUkd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sysHf4VUkd .modal-sm {
    max-width: 300px;
  }
  .cid-sysHf4VUkd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sysHf4VUkd .modal-lg,
  .cid-sysHf4VUkd .modal-xl {
    max-width: 800px;
  }
  .cid-sysHf4VUkd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sysHf4VUkd .modal-xl {
    max-width: 1140px;
  }
  .cid-sysHf4VUkd .container {
    max-width: 1140px;
  }
}
.cid-sysHf4VUkd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sysHf4VUkd .container {
    max-width: 720px;
  }
}
.cid-sysHf4VUkd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sysHf4VUkd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sysHf4VUkd .form-group {
  margin-bottom: 1rem;
}
.cid-sysHf4VUkd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-sysHf4VUkd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sysHf4VUkd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sysNw231rM.popup-builder {
  background-color: #ffffff;
}
.cid-sysNw231rM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sysNw231rM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sysNw231rM .modal-content,
.cid-sysNw231rM .modal-dialog {
  height: auto;
}
.cid-sysNw231rM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sysNw231rM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sysNw231rM .form-wrapper .mbr-form .form-group,
  .cid-sysNw231rM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sysNw231rM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sysNw231rM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sysNw231rM .mbr-text {
  text-align: center;
}
.cid-sysNw231rM .pt-0 {
  padding-top: 0 !important;
}
.cid-sysNw231rM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sysNw231rM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sysNw231rM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sysNw231rM .modal-open {
  overflow: hidden;
}
.cid-sysNw231rM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sysNw231rM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sysNw231rM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sysNw231rM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sysNw231rM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sysNw231rM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sysNw231rM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sysNw231rM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sysNw231rM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sysNw231rM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sysNw231rM .modal-backdrop.show {
  opacity: .5;
}
.cid-sysNw231rM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sysNw231rM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sysNw231rM .modal-header .close:hover {
  opacity: 1;
}
.cid-sysNw231rM .modal-header .close:focus {
  outline: none;
}
.cid-sysNw231rM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sysNw231rM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sysNw231rM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sysNw231rM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sysNw231rM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sysNw231rM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sysNw231rM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sysNw231rM .modal-sm {
    max-width: 300px;
  }
  .cid-sysNw231rM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sysNw231rM .modal-lg,
  .cid-sysNw231rM .modal-xl {
    max-width: 800px;
  }
  .cid-sysNw231rM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sysNw231rM .modal-xl {
    max-width: 1140px;
  }
  .cid-sysNw231rM .container {
    max-width: 1140px;
  }
}
.cid-sysNw231rM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sysNw231rM .container {
    max-width: 720px;
  }
}
.cid-sysNw231rM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sysNw231rM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sysNw231rM .form-group {
  margin-bottom: 1rem;
}
.cid-sysNw231rM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-sysNw231rM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sysNw231rM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sysOEqy1Zp.popup-builder {
  background-color: #ffffff;
}
.cid-sysOEqy1Zp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sysOEqy1Zp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sysOEqy1Zp .modal-content,
.cid-sysOEqy1Zp .modal-dialog {
  height: auto;
}
.cid-sysOEqy1Zp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sysOEqy1Zp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sysOEqy1Zp .form-wrapper .mbr-form .form-group,
  .cid-sysOEqy1Zp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sysOEqy1Zp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sysOEqy1Zp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sysOEqy1Zp .mbr-text {
  text-align: center;
}
.cid-sysOEqy1Zp .pt-0 {
  padding-top: 0 !important;
}
.cid-sysOEqy1Zp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sysOEqy1Zp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sysOEqy1Zp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sysOEqy1Zp .modal-open {
  overflow: hidden;
}
.cid-sysOEqy1Zp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sysOEqy1Zp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sysOEqy1Zp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sysOEqy1Zp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sysOEqy1Zp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sysOEqy1Zp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sysOEqy1Zp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sysOEqy1Zp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sysOEqy1Zp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sysOEqy1Zp .modal-backdrop.fade {
  opacity: 0;
}
.cid-sysOEqy1Zp .modal-backdrop.show {
  opacity: .5;
}
.cid-sysOEqy1Zp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sysOEqy1Zp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sysOEqy1Zp .modal-header .close:hover {
  opacity: 1;
}
.cid-sysOEqy1Zp .modal-header .close:focus {
  outline: none;
}
.cid-sysOEqy1Zp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sysOEqy1Zp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sysOEqy1Zp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sysOEqy1Zp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sysOEqy1Zp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sysOEqy1Zp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sysOEqy1Zp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sysOEqy1Zp .modal-sm {
    max-width: 300px;
  }
  .cid-sysOEqy1Zp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sysOEqy1Zp .modal-lg,
  .cid-sysOEqy1Zp .modal-xl {
    max-width: 800px;
  }
  .cid-sysOEqy1Zp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sysOEqy1Zp .modal-xl {
    max-width: 1140px;
  }
  .cid-sysOEqy1Zp .container {
    max-width: 1140px;
  }
}
.cid-sysOEqy1Zp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sysOEqy1Zp .container {
    max-width: 720px;
  }
}
.cid-sysOEqy1Zp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sysOEqy1Zp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sysOEqy1Zp .form-group {
  margin-bottom: 1rem;
}
.cid-sysOEqy1Zp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-sysOEqy1Zp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sysOEqy1Zp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-syt4vFOrck.popup-builder {
  background-color: #ffffff;
}
.cid-syt4vFOrck.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-syt4vFOrck.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-syt4vFOrck .modal-content,
.cid-syt4vFOrck .modal-dialog {
  height: auto;
}
.cid-syt4vFOrck .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-syt4vFOrck .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-syt4vFOrck .form-wrapper .mbr-form .form-group,
  .cid-syt4vFOrck .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-syt4vFOrck .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-syt4vFOrck .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syt4vFOrck .mbr-text {
  text-align: center;
}
.cid-syt4vFOrck .pt-0 {
  padding-top: 0 !important;
}
.cid-syt4vFOrck .pb-0 {
  padding-bottom: 0 !important;
}
.cid-syt4vFOrck .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-syt4vFOrck .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-syt4vFOrck .modal-open {
  overflow: hidden;
}
.cid-syt4vFOrck .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-syt4vFOrck .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-syt4vFOrck .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-syt4vFOrck .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-syt4vFOrck .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-syt4vFOrck .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-syt4vFOrck .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-syt4vFOrck .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-syt4vFOrck .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-syt4vFOrck .modal-backdrop.fade {
  opacity: 0;
}
.cid-syt4vFOrck .modal-backdrop.show {
  opacity: .5;
}
.cid-syt4vFOrck .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-syt4vFOrck .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-syt4vFOrck .modal-header .close:hover {
  opacity: 1;
}
.cid-syt4vFOrck .modal-header .close:focus {
  outline: none;
}
.cid-syt4vFOrck .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-syt4vFOrck .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-syt4vFOrck .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-syt4vFOrck .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-syt4vFOrck .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-syt4vFOrck .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-syt4vFOrck .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-syt4vFOrck .modal-sm {
    max-width: 300px;
  }
  .cid-syt4vFOrck .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-syt4vFOrck .modal-lg,
  .cid-syt4vFOrck .modal-xl {
    max-width: 800px;
  }
  .cid-syt4vFOrck .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-syt4vFOrck .modal-xl {
    max-width: 1140px;
  }
  .cid-syt4vFOrck .container {
    max-width: 1140px;
  }
}
.cid-syt4vFOrck .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-syt4vFOrck .container {
    max-width: 720px;
  }
}
.cid-syt4vFOrck .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-syt4vFOrck .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-syt4vFOrck .form-group {
  margin-bottom: 1rem;
}
.cid-syt4vFOrck .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-syt4vFOrck .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-syt4vFOrck .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sytbbT7w5D.popup-builder {
  background-color: #ffffff;
}
.cid-sytbbT7w5D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sytbbT7w5D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sytbbT7w5D .modal-content,
.cid-sytbbT7w5D .modal-dialog {
  height: auto;
}
.cid-sytbbT7w5D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sytbbT7w5D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sytbbT7w5D .form-wrapper .mbr-form .form-group,
  .cid-sytbbT7w5D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sytbbT7w5D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sytbbT7w5D .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sytbbT7w5D .mbr-text {
  text-align: center;
}
.cid-sytbbT7w5D .pt-0 {
  padding-top: 0 !important;
}
.cid-sytbbT7w5D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sytbbT7w5D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sytbbT7w5D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sytbbT7w5D .modal-open {
  overflow: hidden;
}
.cid-sytbbT7w5D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sytbbT7w5D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sytbbT7w5D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sytbbT7w5D .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sytbbT7w5D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sytbbT7w5D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sytbbT7w5D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sytbbT7w5D .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sytbbT7w5D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sytbbT7w5D .modal-backdrop.fade {
  opacity: 0;
}
.cid-sytbbT7w5D .modal-backdrop.show {
  opacity: .5;
}
.cid-sytbbT7w5D .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sytbbT7w5D .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sytbbT7w5D .modal-header .close:hover {
  opacity: 1;
}
.cid-sytbbT7w5D .modal-header .close:focus {
  outline: none;
}
.cid-sytbbT7w5D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sytbbT7w5D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sytbbT7w5D .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sytbbT7w5D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sytbbT7w5D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sytbbT7w5D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sytbbT7w5D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sytbbT7w5D .modal-sm {
    max-width: 300px;
  }
  .cid-sytbbT7w5D .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sytbbT7w5D .modal-lg,
  .cid-sytbbT7w5D .modal-xl {
    max-width: 800px;
  }
  .cid-sytbbT7w5D .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sytbbT7w5D .modal-xl {
    max-width: 1140px;
  }
  .cid-sytbbT7w5D .container {
    max-width: 1140px;
  }
}
.cid-sytbbT7w5D .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sytbbT7w5D .container {
    max-width: 720px;
  }
}
.cid-sytbbT7w5D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sytbbT7w5D .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sytbbT7w5D .form-group {
  margin-bottom: 1rem;
}
.cid-sytbbT7w5D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-sytbbT7w5D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sytbbT7w5D .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sytfkKqjoh.popup-builder {
  background-color: #ffffff;
}
.cid-sytfkKqjoh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sytfkKqjoh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sytfkKqjoh .modal-content,
.cid-sytfkKqjoh .modal-dialog {
  height: auto;
}
.cid-sytfkKqjoh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sytfkKqjoh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sytfkKqjoh .form-wrapper .mbr-form .form-group,
  .cid-sytfkKqjoh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sytfkKqjoh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sytfkKqjoh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sytfkKqjoh .mbr-text {
  text-align: center;
}
.cid-sytfkKqjoh .pt-0 {
  padding-top: 0 !important;
}
.cid-sytfkKqjoh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sytfkKqjoh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sytfkKqjoh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sytfkKqjoh .modal-open {
  overflow: hidden;
}
.cid-sytfkKqjoh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sytfkKqjoh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sytfkKqjoh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sytfkKqjoh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sytfkKqjoh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sytfkKqjoh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sytfkKqjoh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sytfkKqjoh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sytfkKqjoh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sytfkKqjoh .modal-backdrop.fade {
  opacity: 0;
}
.cid-sytfkKqjoh .modal-backdrop.show {
  opacity: .5;
}
.cid-sytfkKqjoh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sytfkKqjoh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sytfkKqjoh .modal-header .close:hover {
  opacity: 1;
}
.cid-sytfkKqjoh .modal-header .close:focus {
  outline: none;
}
.cid-sytfkKqjoh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sytfkKqjoh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sytfkKqjoh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sytfkKqjoh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sytfkKqjoh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sytfkKqjoh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sytfkKqjoh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sytfkKqjoh .modal-sm {
    max-width: 300px;
  }
  .cid-sytfkKqjoh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sytfkKqjoh .modal-lg,
  .cid-sytfkKqjoh .modal-xl {
    max-width: 800px;
  }
  .cid-sytfkKqjoh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sytfkKqjoh .modal-xl {
    max-width: 1140px;
  }
  .cid-sytfkKqjoh .container {
    max-width: 1140px;
  }
}
.cid-sytfkKqjoh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sytfkKqjoh .container {
    max-width: 720px;
  }
}
.cid-sytfkKqjoh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sytfkKqjoh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sytfkKqjoh .form-group {
  margin-bottom: 1rem;
}
.cid-sytfkKqjoh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-sytfkKqjoh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sytfkKqjoh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sytg3LFiW4.popup-builder {
  background-color: #ffffff;
}
.cid-sytg3LFiW4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sytg3LFiW4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sytg3LFiW4 .modal-content,
.cid-sytg3LFiW4 .modal-dialog {
  height: auto;
}
.cid-sytg3LFiW4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sytg3LFiW4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sytg3LFiW4 .form-wrapper .mbr-form .form-group,
  .cid-sytg3LFiW4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sytg3LFiW4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sytg3LFiW4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sytg3LFiW4 .mbr-text {
  text-align: center;
}
.cid-sytg3LFiW4 .pt-0 {
  padding-top: 0 !important;
}
.cid-sytg3LFiW4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sytg3LFiW4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sytg3LFiW4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sytg3LFiW4 .modal-open {
  overflow: hidden;
}
.cid-sytg3LFiW4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sytg3LFiW4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sytg3LFiW4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sytg3LFiW4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sytg3LFiW4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sytg3LFiW4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sytg3LFiW4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sytg3LFiW4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sytg3LFiW4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sytg3LFiW4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sytg3LFiW4 .modal-backdrop.show {
  opacity: .5;
}
.cid-sytg3LFiW4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sytg3LFiW4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sytg3LFiW4 .modal-header .close:hover {
  opacity: 1;
}
.cid-sytg3LFiW4 .modal-header .close:focus {
  outline: none;
}
.cid-sytg3LFiW4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sytg3LFiW4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sytg3LFiW4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sytg3LFiW4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sytg3LFiW4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sytg3LFiW4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sytg3LFiW4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sytg3LFiW4 .modal-sm {
    max-width: 300px;
  }
  .cid-sytg3LFiW4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sytg3LFiW4 .modal-lg,
  .cid-sytg3LFiW4 .modal-xl {
    max-width: 800px;
  }
  .cid-sytg3LFiW4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sytg3LFiW4 .modal-xl {
    max-width: 1140px;
  }
  .cid-sytg3LFiW4 .container {
    max-width: 1140px;
  }
}
.cid-sytg3LFiW4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sytg3LFiW4 .container {
    max-width: 720px;
  }
}
.cid-sytg3LFiW4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sytg3LFiW4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sytg3LFiW4 .form-group {
  margin-bottom: 1rem;
}
.cid-sytg3LFiW4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-sytg3LFiW4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sytg3LFiW4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-syJe3p3yCr {
  overflow-x: hidden !important;
}
.cid-syJe3p3yCr,
.cid-syJe3p3yCr .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-syJe3p3yCr .mbr-section-title {
  color: #ffffff;
}
.cid-syJe3p3yCr .mbr-section-title span {
  color: #5d3fca;
}
.cid-syJe3p3yCr .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-syJe3p3yCr .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-syJe3p3yCr .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-syJe3p3yCr .mbr-overlay {
  z-index: 1;
}
.cid-syJe3p3yCr .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-syJe3p3yCr h2 {
  font-size: 700%;
}
.cid-syJe3r4HHX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syJe3r4HHX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-syJe3r4HHX .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-syJe3r4HHX textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-syJe3r4HHX .form-row {
    flex-direction: column;
  }
}
.cid-syJe3r4HHX h4 {
  margin-bottom: 2rem;
}
.cid-syJe3r4HHX .form-control,
.cid-syJe3r4HHX .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-syJe3r4HHX .form-control,
.cid-syJe3r4HHX .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syJe3r4HHX .form-control::-webkit-input-placeholder,
.cid-syJe3r4HHX .field-input::-webkit-input-placeholder,
.cid-syJe3r4HHX .form-control::-webkit-input-placeholder,
.cid-syJe3r4HHX .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-syJe3r4HHX .form-control:-moz-placeholder,
.cid-syJe3r4HHX .field-input:-moz-placeholder,
.cid-syJe3r4HHX .form-control:-moz-placeholder,
.cid-syJe3r4HHX .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-syJe3r4HHX .form-control:hover,
.cid-syJe3r4HHX .field-input:hover,
.cid-syJe3r4HHX .form-control:focus,
.cid-syJe3r4HHX .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #88a2ea;
  box-shadow: none;
  outline: none;
}
.cid-syJe3r4HHX .form-control:hover::-webkit-input-placeholder,
.cid-syJe3r4HHX .field-input:hover::-webkit-input-placeholder,
.cid-syJe3r4HHX .form-control:focus::-webkit-input-placeholder,
.cid-syJe3r4HHX .field-input:focus::-webkit-input-placeholder,
.cid-syJe3r4HHX .form-control:hover::-webkit-input-placeholder,
.cid-syJe3r4HHX .field-input:hover::-webkit-input-placeholder,
.cid-syJe3r4HHX .form-control:focus::-webkit-input-placeholder,
.cid-syJe3r4HHX .field-input:focus::-webkit-input-placeholder {
  color: #7592e1;
}
.cid-syJe3r4HHX .form-control:hover:-moz-placeholder,
.cid-syJe3r4HHX .field-input:hover:-moz-placeholder,
.cid-syJe3r4HHX .form-control:focus:-moz-placeholder,
.cid-syJe3r4HHX .field-input:focus:-moz-placeholder,
.cid-syJe3r4HHX .form-control:hover:-moz-placeholder,
.cid-syJe3r4HHX .field-input:hover:-moz-placeholder,
.cid-syJe3r4HHX .form-control:focus:-moz-placeholder,
.cid-syJe3r4HHX .field-input:focus:-moz-placeholder {
  color: #7592e1;
}
.cid-syJe3r4HHX .jq-number__spin:hover,
.cid-syJe3r4HHX .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-syJe3r4HHX .jq-number__spin {
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syJe3r4HHX .jq-selectbox li,
.cid-syJe3r4HHX .jq-selectbox li {
  background-color: #7592e1;
  color: #ffffff;
}
.cid-syJe3r4HHX .jq-selectbox li:hover,
.cid-syJe3r4HHX .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-syJe3r4HHX .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-syJe3r4HHX .jq-number__spin.minus:hover:after,
.cid-syJe3r4HHX .jq-number__spin.plus:hover:after {
  border-top-color: #7592e1;
  border-bottom-color: #7592e1;
}
.cid-syJe3r4HHX .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-syJe3r4HHX .jq-number__spin.minus:after,
.cid-syJe3r4HHX .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-syJe3r4HHX input::-webkit-clear-button {
  display: none;
}
.cid-syJe3r4HHX input::-webkit-inner-spin-button {
  display: none;
}
.cid-syJe3r4HHX input::-webkit-outer-spin-button {
  display: none;
}
.cid-syJe3r4HHX input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-syJe3r4HHX H4 {
  color: #7592e1;
  text-align: center;
}
.cid-syJe3r4HHX .form-busca {
  margin-right: 50px;
  margin-left: 50px;
  z-index: 2;
  margin-top: -100px;
  padding-top: 40px;
  background: #ffffff;
}
.cid-syJe3r4HHX #titulo-form {
  color: #ffffff;
}
.cid-szbICQG3iy {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szbICQG3iy h3 {
  position: relative;
}
.cid-szbICQG3iy h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szbICQG3iy H1 {
  color: #7592e1;
  font-weight: lighter;
}
.cid-syJe3t2MrY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syJe3t2MrY .container-fluid {
  padding: 0 3rem;
}
.cid-syJe3t2MrY .card {
  display: block;
}
.cid-syJe3t2MrY .card .card-wrapper {
  height: 1%;
}
.cid-syJe3t2MrY .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-syJe3t2MrY .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-syJe3t2MrY .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-syJe3t2MrY .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-syJe3t2MrY .container-fluid {
    padding: 0 1rem;
  }
  .cid-syJe3t2MrY .text-row {
    padding-bottom: 1rem;
  }
}
.cid-syJe3t2MrY H2 {
  color: #5d3fca;
}
.cid-syJe3t2MrY .mbr-section-subtitle,
.cid-syJe3t2MrY .title-btn DIV {
  text-align: left;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-syCv3tpKYi {
  overflow-x: hidden !important;
}
.cid-syCv3tpKYi,
.cid-syCv3tpKYi .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-syCv3tpKYi .mbr-section-title {
  color: #ffffff;
}
.cid-syCv3tpKYi .mbr-section-title span {
  color: #5d3fca;
}
.cid-syCv3tpKYi .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-syCv3tpKYi .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-syCv3tpKYi .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-syCv3tpKYi .mbr-overlay {
  z-index: 1;
}
.cid-syCv3tpKYi .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-syCv3tpKYi h2 {
  font-size: 700%;
}
.cid-syCv3vtUBY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syCv3vtUBY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-syCv3vtUBY .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-syCv3vtUBY textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-syCv3vtUBY .form-row {
    flex-direction: column;
  }
}
.cid-syCv3vtUBY h4 {
  margin-bottom: 2rem;
}
.cid-syCv3vtUBY .form-control,
.cid-syCv3vtUBY .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-syCv3vtUBY .form-control,
.cid-syCv3vtUBY .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syCv3vtUBY .form-control::-webkit-input-placeholder,
.cid-syCv3vtUBY .field-input::-webkit-input-placeholder,
.cid-syCv3vtUBY .form-control::-webkit-input-placeholder,
.cid-syCv3vtUBY .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-syCv3vtUBY .form-control:-moz-placeholder,
.cid-syCv3vtUBY .field-input:-moz-placeholder,
.cid-syCv3vtUBY .form-control:-moz-placeholder,
.cid-syCv3vtUBY .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-syCv3vtUBY .form-control:hover,
.cid-syCv3vtUBY .field-input:hover,
.cid-syCv3vtUBY .form-control:focus,
.cid-syCv3vtUBY .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #88a2ea;
  box-shadow: none;
  outline: none;
}
.cid-syCv3vtUBY .form-control:hover::-webkit-input-placeholder,
.cid-syCv3vtUBY .field-input:hover::-webkit-input-placeholder,
.cid-syCv3vtUBY .form-control:focus::-webkit-input-placeholder,
.cid-syCv3vtUBY .field-input:focus::-webkit-input-placeholder,
.cid-syCv3vtUBY .form-control:hover::-webkit-input-placeholder,
.cid-syCv3vtUBY .field-input:hover::-webkit-input-placeholder,
.cid-syCv3vtUBY .form-control:focus::-webkit-input-placeholder,
.cid-syCv3vtUBY .field-input:focus::-webkit-input-placeholder {
  color: #7592e1;
}
.cid-syCv3vtUBY .form-control:hover:-moz-placeholder,
.cid-syCv3vtUBY .field-input:hover:-moz-placeholder,
.cid-syCv3vtUBY .form-control:focus:-moz-placeholder,
.cid-syCv3vtUBY .field-input:focus:-moz-placeholder,
.cid-syCv3vtUBY .form-control:hover:-moz-placeholder,
.cid-syCv3vtUBY .field-input:hover:-moz-placeholder,
.cid-syCv3vtUBY .form-control:focus:-moz-placeholder,
.cid-syCv3vtUBY .field-input:focus:-moz-placeholder {
  color: #7592e1;
}
.cid-syCv3vtUBY .jq-number__spin:hover,
.cid-syCv3vtUBY .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-syCv3vtUBY .jq-number__spin {
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syCv3vtUBY .jq-selectbox li,
.cid-syCv3vtUBY .jq-selectbox li {
  background-color: #7592e1;
  color: #ffffff;
}
.cid-syCv3vtUBY .jq-selectbox li:hover,
.cid-syCv3vtUBY .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-syCv3vtUBY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-syCv3vtUBY .jq-number__spin.minus:hover:after,
.cid-syCv3vtUBY .jq-number__spin.plus:hover:after {
  border-top-color: #7592e1;
  border-bottom-color: #7592e1;
}
.cid-syCv3vtUBY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-syCv3vtUBY .jq-number__spin.minus:after,
.cid-syCv3vtUBY .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-syCv3vtUBY input::-webkit-clear-button {
  display: none;
}
.cid-syCv3vtUBY input::-webkit-inner-spin-button {
  display: none;
}
.cid-syCv3vtUBY input::-webkit-outer-spin-button {
  display: none;
}
.cid-syCv3vtUBY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-syCv3vtUBY H4 {
  color: #7592e1;
  text-align: center;
}
.cid-syCv3vtUBY .form-busca {
  margin-right: 50px;
  margin-left: 50px;
  z-index: 2;
  margin-top: -100px;
  padding-top: 40px;
  background: #ffffff;
}
.cid-syCv3vtUBY #titulo-form {
  color: #ffffff;
}
.cid-szbIaUJXtc {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szbIaUJXtc h3 {
  position: relative;
}
.cid-szbIaUJXtc h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szbIaUJXtc H1 {
  color: #7592e1;
  font-weight: lighter;
}
.cid-syCv3xTtsx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syCv3xTtsx .container-fluid {
  padding: 0 3rem;
}
.cid-syCv3xTtsx .card {
  display: block;
}
.cid-syCv3xTtsx .card .card-wrapper {
  height: 1%;
}
.cid-syCv3xTtsx .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-syCv3xTtsx .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-syCv3xTtsx .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-syCv3xTtsx .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-syCv3xTtsx .container-fluid {
    padding: 0 1rem;
  }
  .cid-syCv3xTtsx .text-row {
    padding-bottom: 1rem;
  }
}
.cid-syCv3xTtsx H2 {
  color: #5d3fca;
}
.cid-syCv3xTtsx .mbr-section-subtitle,
.cid-syCv3xTtsx .title-btn DIV {
  text-align: left;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-syCl7nQDy8 {
  overflow-x: hidden !important;
}
.cid-syCl7nQDy8,
.cid-syCl7nQDy8 .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-syCl7nQDy8 .mbr-section-title {
  color: #ffffff;
}
.cid-syCl7nQDy8 .mbr-section-title span {
  color: #5d3fca;
}
.cid-syCl7nQDy8 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-syCl7nQDy8 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-syCl7nQDy8 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-syCl7nQDy8 .mbr-overlay {
  z-index: 1;
}
.cid-syCl7nQDy8 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-syCl7nQDy8 H1 {
  color: #7592e1;
  font-weight: lighter;
}
.cid-syCl7nQDy8 h2 {
  font-size: 700%;
}
.cid-syCl7qdfZ7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syCl7qdfZ7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-syCl7qdfZ7 .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-syCl7qdfZ7 textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-syCl7qdfZ7 .form-row {
    flex-direction: column;
  }
}
.cid-syCl7qdfZ7 h4 {
  margin-bottom: 2rem;
}
.cid-syCl7qdfZ7 .form-control,
.cid-syCl7qdfZ7 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-syCl7qdfZ7 .form-control,
.cid-syCl7qdfZ7 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syCl7qdfZ7 .form-control::-webkit-input-placeholder,
.cid-syCl7qdfZ7 .field-input::-webkit-input-placeholder,
.cid-syCl7qdfZ7 .form-control::-webkit-input-placeholder,
.cid-syCl7qdfZ7 .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-syCl7qdfZ7 .form-control:-moz-placeholder,
.cid-syCl7qdfZ7 .field-input:-moz-placeholder,
.cid-syCl7qdfZ7 .form-control:-moz-placeholder,
.cid-syCl7qdfZ7 .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-syCl7qdfZ7 .form-control:hover,
.cid-syCl7qdfZ7 .field-input:hover,
.cid-syCl7qdfZ7 .form-control:focus,
.cid-syCl7qdfZ7 .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #88a2ea;
  box-shadow: none;
  outline: none;
}
.cid-syCl7qdfZ7 .form-control:hover::-webkit-input-placeholder,
.cid-syCl7qdfZ7 .field-input:hover::-webkit-input-placeholder,
.cid-syCl7qdfZ7 .form-control:focus::-webkit-input-placeholder,
.cid-syCl7qdfZ7 .field-input:focus::-webkit-input-placeholder,
.cid-syCl7qdfZ7 .form-control:hover::-webkit-input-placeholder,
.cid-syCl7qdfZ7 .field-input:hover::-webkit-input-placeholder,
.cid-syCl7qdfZ7 .form-control:focus::-webkit-input-placeholder,
.cid-syCl7qdfZ7 .field-input:focus::-webkit-input-placeholder {
  color: #7592e1;
}
.cid-syCl7qdfZ7 .form-control:hover:-moz-placeholder,
.cid-syCl7qdfZ7 .field-input:hover:-moz-placeholder,
.cid-syCl7qdfZ7 .form-control:focus:-moz-placeholder,
.cid-syCl7qdfZ7 .field-input:focus:-moz-placeholder,
.cid-syCl7qdfZ7 .form-control:hover:-moz-placeholder,
.cid-syCl7qdfZ7 .field-input:hover:-moz-placeholder,
.cid-syCl7qdfZ7 .form-control:focus:-moz-placeholder,
.cid-syCl7qdfZ7 .field-input:focus:-moz-placeholder {
  color: #7592e1;
}
.cid-syCl7qdfZ7 .jq-number__spin:hover,
.cid-syCl7qdfZ7 .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-syCl7qdfZ7 .jq-number__spin {
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syCl7qdfZ7 .jq-selectbox li,
.cid-syCl7qdfZ7 .jq-selectbox li {
  background-color: #7592e1;
  color: #ffffff;
}
.cid-syCl7qdfZ7 .jq-selectbox li:hover,
.cid-syCl7qdfZ7 .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-syCl7qdfZ7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-syCl7qdfZ7 .jq-number__spin.minus:hover:after,
.cid-syCl7qdfZ7 .jq-number__spin.plus:hover:after {
  border-top-color: #7592e1;
  border-bottom-color: #7592e1;
}
.cid-syCl7qdfZ7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-syCl7qdfZ7 .jq-number__spin.minus:after,
.cid-syCl7qdfZ7 .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-syCl7qdfZ7 input::-webkit-clear-button {
  display: none;
}
.cid-syCl7qdfZ7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-syCl7qdfZ7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-syCl7qdfZ7 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-syCl7qdfZ7 H4 {
  color: #7592e1;
  text-align: center;
}
.cid-syCl7qdfZ7 .form-busca {
  margin-right: 50px;
  margin-left: 50px;
  z-index: 2;
  margin-top: -100px;
  padding-top: 40px;
  background: #ffffff;
}
.cid-syCl7qdfZ7 #titulo-form {
  color: #ffffff;
}
.cid-szbGXj8mQ9 {
  padding-top: 110px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-szbGXj8mQ9 h3 {
  position: relative;
}
.cid-szbGXj8mQ9 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 70px;
  background: currentColor;
}
.cid-szbGXj8mQ9 H1 {
  color: #000000;
  font-weight: 300;
  margin-top: -45px;
}
.cid-syCmMMJzLU {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
}
.cid-syCmMMJzLU .container-fluid {
  padding: 0 3rem;
}
.cid-syCmMMJzLU .card {
  display: block;
}
.cid-syCmMMJzLU .card .card-wrapper {
  height: 1%;
}
.cid-syCmMMJzLU .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-syCmMMJzLU .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-syCmMMJzLU .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-syCmMMJzLU .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-syCmMMJzLU .container-fluid {
    padding: 0 1rem;
  }
  .cid-syCmMMJzLU .text-row {
    padding-bottom: 1rem;
  }
}
.cid-syCmMMJzLU H2 {
  color: #000000;
}
.cid-syCmMMJzLU .mbr-section-subtitle,
.cid-syCmMMJzLU .title-btn DIV {
  text-align: left;
}
.cid-syCudRRlwl.popup-builder {
  background-color: #ffffff;
}
.cid-syCudRRlwl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-syCudRRlwl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-syCudRRlwl .modal-content,
.cid-syCudRRlwl .modal-dialog {
  height: auto;
}
.cid-syCudRRlwl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-syCudRRlwl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-syCudRRlwl .form-wrapper .mbr-form .form-group,
  .cid-syCudRRlwl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-syCudRRlwl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-syCudRRlwl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syCudRRlwl .mbr-text {
  text-align: center;
}
.cid-syCudRRlwl .pt-0 {
  padding-top: 0 !important;
}
.cid-syCudRRlwl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-syCudRRlwl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-syCudRRlwl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-syCudRRlwl .modal-open {
  overflow: hidden;
}
.cid-syCudRRlwl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-syCudRRlwl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-syCudRRlwl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-syCudRRlwl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-syCudRRlwl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-syCudRRlwl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-syCudRRlwl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-syCudRRlwl .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-syCudRRlwl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-syCudRRlwl .modal-backdrop.fade {
  opacity: 0;
}
.cid-syCudRRlwl .modal-backdrop.show {
  opacity: .5;
}
.cid-syCudRRlwl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-syCudRRlwl .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-syCudRRlwl .modal-header .close:hover {
  opacity: 1;
}
.cid-syCudRRlwl .modal-header .close:focus {
  outline: none;
}
.cid-syCudRRlwl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-syCudRRlwl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-syCudRRlwl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-syCudRRlwl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-syCudRRlwl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-syCudRRlwl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-syCudRRlwl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-syCudRRlwl .modal-sm {
    max-width: 300px;
  }
  .cid-syCudRRlwl .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-syCudRRlwl .modal-lg,
  .cid-syCudRRlwl .modal-xl {
    max-width: 800px;
  }
  .cid-syCudRRlwl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-syCudRRlwl .modal-xl {
    max-width: 1140px;
  }
  .cid-syCudRRlwl .container {
    max-width: 1140px;
  }
}
.cid-syCudRRlwl .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-syCudRRlwl .container {
    max-width: 720px;
  }
}
.cid-syCudRRlwl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-syCudRRlwl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-syCudRRlwl .form-group {
  margin-bottom: 1rem;
}
.cid-syCudRRlwl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-syCudRRlwl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-syCudRRlwl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-syCuC2c0if.popup-builder {
  background-color: #ffffff;
}
.cid-syCuC2c0if.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-syCuC2c0if.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-syCuC2c0if .modal-content,
.cid-syCuC2c0if .modal-dialog {
  height: auto;
}
.cid-syCuC2c0if .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-syCuC2c0if .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-syCuC2c0if .form-wrapper .mbr-form .form-group,
  .cid-syCuC2c0if .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-syCuC2c0if .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-syCuC2c0if .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syCuC2c0if .mbr-text {
  text-align: center;
}
.cid-syCuC2c0if .pt-0 {
  padding-top: 0 !important;
}
.cid-syCuC2c0if .pb-0 {
  padding-bottom: 0 !important;
}
.cid-syCuC2c0if .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-syCuC2c0if .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-syCuC2c0if .modal-open {
  overflow: hidden;
}
.cid-syCuC2c0if .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-syCuC2c0if .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-syCuC2c0if .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-syCuC2c0if .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-syCuC2c0if .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-syCuC2c0if .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-syCuC2c0if .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-syCuC2c0if .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-syCuC2c0if .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-syCuC2c0if .modal-backdrop.fade {
  opacity: 0;
}
.cid-syCuC2c0if .modal-backdrop.show {
  opacity: .5;
}
.cid-syCuC2c0if .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-syCuC2c0if .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-syCuC2c0if .modal-header .close:hover {
  opacity: 1;
}
.cid-syCuC2c0if .modal-header .close:focus {
  outline: none;
}
.cid-syCuC2c0if .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-syCuC2c0if .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-syCuC2c0if .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-syCuC2c0if .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-syCuC2c0if .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-syCuC2c0if .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-syCuC2c0if .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-syCuC2c0if .modal-sm {
    max-width: 300px;
  }
  .cid-syCuC2c0if .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-syCuC2c0if .modal-lg,
  .cid-syCuC2c0if .modal-xl {
    max-width: 800px;
  }
  .cid-syCuC2c0if .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-syCuC2c0if .modal-xl {
    max-width: 1140px;
  }
  .cid-syCuC2c0if .container {
    max-width: 1140px;
  }
}
.cid-syCuC2c0if .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-syCuC2c0if .container {
    max-width: 720px;
  }
}
.cid-syCuC2c0if .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-syCuC2c0if .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-syCuC2c0if .form-group {
  margin-bottom: 1rem;
}
.cid-syCuC2c0if .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-syCuC2c0if .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-syCuC2c0if .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-syCzpChVMo {
  overflow-x: hidden !important;
}
.cid-syCzpChVMo,
.cid-syCzpChVMo .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-syCzpChVMo .mbr-section-title {
  color: #ffffff;
}
.cid-syCzpChVMo .mbr-section-title span {
  color: #5d3fca;
}
.cid-syCzpChVMo .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-syCzpChVMo .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-syCzpChVMo .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-syCzpChVMo .mbr-overlay {
  z-index: 1;
}
.cid-syCzpChVMo .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-syCzpChVMo h2 {
  font-size: 700%;
}
.cid-syCzpEbHEV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-syCzpEbHEV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-syCzpEbHEV .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-syCzpEbHEV textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-syCzpEbHEV .form-row {
    flex-direction: column;
  }
}
.cid-syCzpEbHEV h4 {
  margin-bottom: 2rem;
}
.cid-syCzpEbHEV .form-control,
.cid-syCzpEbHEV .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-syCzpEbHEV .form-control,
.cid-syCzpEbHEV .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syCzpEbHEV .form-control::-webkit-input-placeholder,
.cid-syCzpEbHEV .field-input::-webkit-input-placeholder,
.cid-syCzpEbHEV .form-control::-webkit-input-placeholder,
.cid-syCzpEbHEV .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-syCzpEbHEV .form-control:-moz-placeholder,
.cid-syCzpEbHEV .field-input:-moz-placeholder,
.cid-syCzpEbHEV .form-control:-moz-placeholder,
.cid-syCzpEbHEV .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-syCzpEbHEV .form-control:hover,
.cid-syCzpEbHEV .field-input:hover,
.cid-syCzpEbHEV .form-control:focus,
.cid-syCzpEbHEV .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #88a2ea;
  box-shadow: none;
  outline: none;
}
.cid-syCzpEbHEV .form-control:hover::-webkit-input-placeholder,
.cid-syCzpEbHEV .field-input:hover::-webkit-input-placeholder,
.cid-syCzpEbHEV .form-control:focus::-webkit-input-placeholder,
.cid-syCzpEbHEV .field-input:focus::-webkit-input-placeholder,
.cid-syCzpEbHEV .form-control:hover::-webkit-input-placeholder,
.cid-syCzpEbHEV .field-input:hover::-webkit-input-placeholder,
.cid-syCzpEbHEV .form-control:focus::-webkit-input-placeholder,
.cid-syCzpEbHEV .field-input:focus::-webkit-input-placeholder {
  color: #7592e1;
}
.cid-syCzpEbHEV .form-control:hover:-moz-placeholder,
.cid-syCzpEbHEV .field-input:hover:-moz-placeholder,
.cid-syCzpEbHEV .form-control:focus:-moz-placeholder,
.cid-syCzpEbHEV .field-input:focus:-moz-placeholder,
.cid-syCzpEbHEV .form-control:hover:-moz-placeholder,
.cid-syCzpEbHEV .field-input:hover:-moz-placeholder,
.cid-syCzpEbHEV .form-control:focus:-moz-placeholder,
.cid-syCzpEbHEV .field-input:focus:-moz-placeholder {
  color: #7592e1;
}
.cid-syCzpEbHEV .jq-number__spin:hover,
.cid-syCzpEbHEV .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-syCzpEbHEV .jq-number__spin {
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syCzpEbHEV .jq-selectbox li,
.cid-syCzpEbHEV .jq-selectbox li {
  background-color: #7592e1;
  color: #ffffff;
}
.cid-syCzpEbHEV .jq-selectbox li:hover,
.cid-syCzpEbHEV .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-syCzpEbHEV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-syCzpEbHEV .jq-number__spin.minus:hover:after,
.cid-syCzpEbHEV .jq-number__spin.plus:hover:after {
  border-top-color: #7592e1;
  border-bottom-color: #7592e1;
}
.cid-syCzpEbHEV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-syCzpEbHEV .jq-number__spin.minus:after,
.cid-syCzpEbHEV .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-syCzpEbHEV input::-webkit-clear-button {
  display: none;
}
.cid-syCzpEbHEV input::-webkit-inner-spin-button {
  display: none;
}
.cid-syCzpEbHEV input::-webkit-outer-spin-button {
  display: none;
}
.cid-syCzpEbHEV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-syCzpEbHEV H4 {
  color: #7592e1;
  text-align: center;
}
.cid-syCzpEbHEV .form-busca {
  margin-right: 50px;
  margin-left: 50px;
  z-index: 2;
  margin-top: -100px;
  padding-top: 40px;
  background: #ffffff;
}
.cid-syCzpEbHEV #titulo-form {
  color: #ffffff;
}
.cid-syCAotnmvQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-syCAotnmvQ .card-wrapper {
  z-index: 3;
}
.cid-syCAotnmvQ .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-syCAotnmvQ:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-syCAotnmvQ .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-syCAotnmvQ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-syCAotnmvQ H2 {
  text-align: right;
  color: #ffffff;
}
.cid-syJ3vmYAn5 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f2f5ff;
}
.cid-syJ3vmYAn5 .container {
  max-width: 1500px;
}
.cid-syJ3vmYAn5 img {
  width: 100%;
}
.cid-syJ3vmYAn5 h2 {
  padding: 0;
  margin: 0;
}
.cid-syJ3vmYAn5 .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-syJ3vmYAn5 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-syJ3vmYAn5 .img-col {
  position: relative;
}
.cid-syJ3vmYAn5 .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-syJ3vmYAn5 .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-syJ3vmYAn5 .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-syJ3vmYAn5 .img2 {
    top: -2rem;
  }
  .cid-syJ3vmYAn5 .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-syJ3vmYAn5 .img2 {
    width: 50%;
  }
  .cid-syJ3vmYAn5 .number {
    margin: auto;
  }
}
.cid-syJ3vmYAn5 H2 {
  color: #000000;
}
.cid-szLZzcLjR1 {
  padding-top: 180px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szLZzcLjR1 h3 {
  position: relative;
}
.cid-szLZzcLjR1 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szLZzcLjR1 H1 {
  color: #000000;
}
.cid-szLZzcLjR1 H3 {
  color: #999999;
}
.cid-syCDqt9CYr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syCDqt9CYr .mbr-text {
  position: relative;
  text-align: center;
}
.cid-syCDqt9CYr .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-syCDqt9CYr img {
  object-fit: contain;
}
.cid-syCDqt9CYr .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-syCDqt9CYr .mbr-text:after,
  .cid-syCDqt9CYr .mbr-text:before {
    display: none;
  }
}
.cid-syCDqt9CYr .mbr-section-title,
.cid-syCDqt9CYr .logo {
  color: #000000;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-syJ9xPgC1g {
  overflow-x: hidden !important;
}
.cid-syJ9xPgC1g,
.cid-syJ9xPgC1g .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-syJ9xPgC1g .mbr-section-title {
  color: #ffffff;
}
.cid-syJ9xPgC1g .mbr-section-title span {
  color: #5d3fca;
}
.cid-syJ9xPgC1g .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-syJ9xPgC1g .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-syJ9xPgC1g .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-syJ9xPgC1g .mbr-overlay {
  z-index: 1;
}
.cid-syJ9xPgC1g .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-syJ9xPgC1g h2 {
  font-size: 700%;
}
.cid-syJ9xRA9YF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-syJ9xRA9YF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-syJ9xRA9YF .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-syJ9xRA9YF textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-syJ9xRA9YF .form-row {
    flex-direction: column;
  }
}
.cid-syJ9xRA9YF h4 {
  margin-bottom: 2rem;
}
.cid-syJ9xRA9YF .form-control,
.cid-syJ9xRA9YF .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-syJ9xRA9YF .form-control,
.cid-syJ9xRA9YF .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syJ9xRA9YF .form-control::-webkit-input-placeholder,
.cid-syJ9xRA9YF .field-input::-webkit-input-placeholder,
.cid-syJ9xRA9YF .form-control::-webkit-input-placeholder,
.cid-syJ9xRA9YF .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-syJ9xRA9YF .form-control:-moz-placeholder,
.cid-syJ9xRA9YF .field-input:-moz-placeholder,
.cid-syJ9xRA9YF .form-control:-moz-placeholder,
.cid-syJ9xRA9YF .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-syJ9xRA9YF .form-control:hover,
.cid-syJ9xRA9YF .field-input:hover,
.cid-syJ9xRA9YF .form-control:focus,
.cid-syJ9xRA9YF .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #88a2ea;
  box-shadow: none;
  outline: none;
}
.cid-syJ9xRA9YF .form-control:hover::-webkit-input-placeholder,
.cid-syJ9xRA9YF .field-input:hover::-webkit-input-placeholder,
.cid-syJ9xRA9YF .form-control:focus::-webkit-input-placeholder,
.cid-syJ9xRA9YF .field-input:focus::-webkit-input-placeholder,
.cid-syJ9xRA9YF .form-control:hover::-webkit-input-placeholder,
.cid-syJ9xRA9YF .field-input:hover::-webkit-input-placeholder,
.cid-syJ9xRA9YF .form-control:focus::-webkit-input-placeholder,
.cid-syJ9xRA9YF .field-input:focus::-webkit-input-placeholder {
  color: #7592e1;
}
.cid-syJ9xRA9YF .form-control:hover:-moz-placeholder,
.cid-syJ9xRA9YF .field-input:hover:-moz-placeholder,
.cid-syJ9xRA9YF .form-control:focus:-moz-placeholder,
.cid-syJ9xRA9YF .field-input:focus:-moz-placeholder,
.cid-syJ9xRA9YF .form-control:hover:-moz-placeholder,
.cid-syJ9xRA9YF .field-input:hover:-moz-placeholder,
.cid-syJ9xRA9YF .form-control:focus:-moz-placeholder,
.cid-syJ9xRA9YF .field-input:focus:-moz-placeholder {
  color: #7592e1;
}
.cid-syJ9xRA9YF .jq-number__spin:hover,
.cid-syJ9xRA9YF .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-syJ9xRA9YF .jq-number__spin {
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syJ9xRA9YF .jq-selectbox li,
.cid-syJ9xRA9YF .jq-selectbox li {
  background-color: #7592e1;
  color: #ffffff;
}
.cid-syJ9xRA9YF .jq-selectbox li:hover,
.cid-syJ9xRA9YF .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-syJ9xRA9YF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-syJ9xRA9YF .jq-number__spin.minus:hover:after,
.cid-syJ9xRA9YF .jq-number__spin.plus:hover:after {
  border-top-color: #7592e1;
  border-bottom-color: #7592e1;
}
.cid-syJ9xRA9YF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-syJ9xRA9YF .jq-number__spin.minus:after,
.cid-syJ9xRA9YF .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-syJ9xRA9YF input::-webkit-clear-button {
  display: none;
}
.cid-syJ9xRA9YF input::-webkit-inner-spin-button {
  display: none;
}
.cid-syJ9xRA9YF input::-webkit-outer-spin-button {
  display: none;
}
.cid-syJ9xRA9YF input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-syJ9xRA9YF H4 {
  color: #7592e1;
  text-align: center;
}
.cid-syJ9xRA9YF .form-busca {
  margin-right: 50px;
  margin-left: 50px;
  z-index: 2;
  margin-top: -100px;
  padding-top: 40px;
  background: #ffffff;
}
.cid-syJ9xRA9YF #titulo-form {
  color: #ffffff;
}
.cid-syJ9xTDFH4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syJ9xTDFH4 .card-wrapper {
  z-index: 3;
}
.cid-syJ9xTDFH4 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-syJ9xTDFH4:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-syJ9xTDFH4 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-syJ9xTDFH4 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-syJ9xTDFH4 H2 {
  text-align: right;
  color: #ffffff;
}
.cid-syJ9xVqfNm {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f2f5ff;
}
.cid-syJ9xVqfNm .container {
  max-width: 1500px;
}
.cid-syJ9xVqfNm img {
  width: 100%;
}
.cid-syJ9xVqfNm h2 {
  padding: 0;
  margin: 0;
}
.cid-syJ9xVqfNm .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-syJ9xVqfNm .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-syJ9xVqfNm .img-col {
  position: relative;
}
.cid-syJ9xVqfNm .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-syJ9xVqfNm .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-syJ9xVqfNm .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-syJ9xVqfNm .img2 {
    top: -2rem;
  }
  .cid-syJ9xVqfNm .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-syJ9xVqfNm .img2 {
    width: 50%;
  }
  .cid-syJ9xVqfNm .number {
    margin: auto;
  }
}
.cid-syJ9xVqfNm H2 {
  color: #000000;
}
.cid-szLZS8NChv {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szLZS8NChv h3 {
  position: relative;
}
.cid-szLZS8NChv h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szLZS8NChv H3 {
  color: #999999;
}
.cid-szLZS8NChv H1 {
  color: #000000;
}
.cid-syJ9xZ6t1g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syJ9xZ6t1g .mbr-text {
  position: relative;
  text-align: center;
}
.cid-syJ9xZ6t1g .mbr-text:before {
  color: #88a2ea;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-syJ9xZ6t1g img {
  object-fit: contain;
}
.cid-syJ9xZ6t1g .mbr-text:after {
  color: #88a2ea;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-syJ9xZ6t1g .mbr-text:after,
  .cid-syJ9xZ6t1g .mbr-text:before {
    display: none;
  }
}
.cid-syJ9xZ6t1g .mbr-section-title,
.cid-syJ9xZ6t1g .logo {
  color: #5d3fca;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-syIasj75Zl {
  overflow-x: hidden !important;
}
.cid-syIasj75Zl,
.cid-syIasj75Zl .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-syIasj75Zl .mbr-section-title {
  color: #ffffff;
}
.cid-syIasj75Zl .mbr-section-title span {
  color: #5d3fca;
}
.cid-syIasj75Zl .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-syIasj75Zl .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-syIasj75Zl .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-syIasj75Zl .mbr-overlay {
  z-index: 1;
}
.cid-syIasj75Zl .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-syIasj75Zl h2 {
  font-size: 700%;
}
.cid-syIaslrseg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-syIaslrseg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-syIaslrseg .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-syIaslrseg textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-syIaslrseg .form-row {
    flex-direction: column;
  }
}
.cid-syIaslrseg h4 {
  margin-bottom: 2rem;
}
.cid-syIaslrseg .form-control,
.cid-syIaslrseg .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-syIaslrseg .form-control,
.cid-syIaslrseg .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syIaslrseg .form-control::-webkit-input-placeholder,
.cid-syIaslrseg .field-input::-webkit-input-placeholder,
.cid-syIaslrseg .form-control::-webkit-input-placeholder,
.cid-syIaslrseg .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-syIaslrseg .form-control:-moz-placeholder,
.cid-syIaslrseg .field-input:-moz-placeholder,
.cid-syIaslrseg .form-control:-moz-placeholder,
.cid-syIaslrseg .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-syIaslrseg .form-control:hover,
.cid-syIaslrseg .field-input:hover,
.cid-syIaslrseg .form-control:focus,
.cid-syIaslrseg .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #88a2ea;
  box-shadow: none;
  outline: none;
}
.cid-syIaslrseg .form-control:hover::-webkit-input-placeholder,
.cid-syIaslrseg .field-input:hover::-webkit-input-placeholder,
.cid-syIaslrseg .form-control:focus::-webkit-input-placeholder,
.cid-syIaslrseg .field-input:focus::-webkit-input-placeholder,
.cid-syIaslrseg .form-control:hover::-webkit-input-placeholder,
.cid-syIaslrseg .field-input:hover::-webkit-input-placeholder,
.cid-syIaslrseg .form-control:focus::-webkit-input-placeholder,
.cid-syIaslrseg .field-input:focus::-webkit-input-placeholder {
  color: #7592e1;
}
.cid-syIaslrseg .form-control:hover:-moz-placeholder,
.cid-syIaslrseg .field-input:hover:-moz-placeholder,
.cid-syIaslrseg .form-control:focus:-moz-placeholder,
.cid-syIaslrseg .field-input:focus:-moz-placeholder,
.cid-syIaslrseg .form-control:hover:-moz-placeholder,
.cid-syIaslrseg .field-input:hover:-moz-placeholder,
.cid-syIaslrseg .form-control:focus:-moz-placeholder,
.cid-syIaslrseg .field-input:focus:-moz-placeholder {
  color: #7592e1;
}
.cid-syIaslrseg .jq-number__spin:hover,
.cid-syIaslrseg .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-syIaslrseg .jq-number__spin {
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syIaslrseg .jq-selectbox li,
.cid-syIaslrseg .jq-selectbox li {
  background-color: #7592e1;
  color: #ffffff;
}
.cid-syIaslrseg .jq-selectbox li:hover,
.cid-syIaslrseg .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-syIaslrseg .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-syIaslrseg .jq-number__spin.minus:hover:after,
.cid-syIaslrseg .jq-number__spin.plus:hover:after {
  border-top-color: #7592e1;
  border-bottom-color: #7592e1;
}
.cid-syIaslrseg .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-syIaslrseg .jq-number__spin.minus:after,
.cid-syIaslrseg .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-syIaslrseg input::-webkit-clear-button {
  display: none;
}
.cid-syIaslrseg input::-webkit-inner-spin-button {
  display: none;
}
.cid-syIaslrseg input::-webkit-outer-spin-button {
  display: none;
}
.cid-syIaslrseg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-syIaslrseg H4 {
  color: #7592e1;
  text-align: center;
}
.cid-syIaslrseg .form-busca {
  margin-right: 50px;
  margin-left: 50px;
  z-index: 2;
  margin-top: -100px;
  padding-top: 40px;
  background: #ffffff;
}
.cid-syIaslrseg #titulo-form {
  color: #ffffff;
}
.cid-syIaso0zqB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syIaso0zqB .card-wrapper {
  z-index: 3;
}
.cid-syIaso0zqB .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-syIaso0zqB:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-syIaso0zqB .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-syIaso0zqB .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-syIaso0zqB H2 {
  text-align: right;
  color: #ffffff;
}
.cid-syJ5PY5oic {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-syJ5PY5oic .container {
  max-width: 1500px;
}
.cid-syJ5PY5oic img {
  width: 100%;
}
.cid-syJ5PY5oic h2 {
  padding: 0;
  margin: 0;
}
.cid-syJ5PY5oic .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-syJ5PY5oic .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-syJ5PY5oic .img-col {
  position: relative;
}
.cid-syJ5PY5oic .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-syJ5PY5oic .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-syJ5PY5oic .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-syJ5PY5oic .img2 {
    top: -2rem;
  }
  .cid-syJ5PY5oic .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-syJ5PY5oic .img2 {
    width: 50%;
  }
  .cid-syJ5PY5oic .number {
    margin: auto;
  }
}
.cid-syJ5PY5oic H2 {
  color: #7592e1;
}
.cid-syIasu7fc0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syIasu7fc0 .mbr-text {
  position: relative;
  text-align: left;
}
.cid-syIasu7fc0 .mbr-text:before {
  color: #88a2ea;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-syIasu7fc0 img {
  object-fit: contain;
}
.cid-syIasu7fc0 .mbr-text:after {
  color: #88a2ea;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-syIasu7fc0 .mbr-text:after,
  .cid-syIasu7fc0 .mbr-text:before {
    display: none;
  }
}
.cid-syIasu7fc0 .mbr-section-title,
.cid-syIasu7fc0 .logo {
  color: #5d3fca;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-szbC3tZC1c {
  overflow-x: hidden !important;
}
.cid-szbC3tZC1c,
.cid-szbC3tZC1c .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-szbC3tZC1c .mbr-section-title {
  color: #ffffff;
}
.cid-szbC3tZC1c .mbr-section-title span {
  color: #5d3fca;
}
.cid-szbC3tZC1c .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-szbC3tZC1c .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-szbC3tZC1c .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-szbC3tZC1c .mbr-overlay {
  z-index: 1;
}
.cid-szbC3tZC1c .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-szbC3tZC1c h2 {
  font-size: 700%;
}
.cid-szbC3uV1Q9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-szbC3uV1Q9 .mbr-overlay {
  background-color: #f3f3f3;
  opacity: 0.4;
}
.cid-szbC3uV1Q9 .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-szbC3uV1Q9 textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-szbC3uV1Q9 .form-row {
    flex-direction: column;
  }
}
.cid-szbC3uV1Q9 h4 {
  margin-bottom: 2rem;
}
.cid-szbC3uV1Q9 .form-control,
.cid-szbC3uV1Q9 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-szbC3uV1Q9 .form-control,
.cid-szbC3uV1Q9 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #e6e6dc;
  border-color: #e6e6dc;
  color: #000000;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szbC3uV1Q9 .form-control::-webkit-input-placeholder,
.cid-szbC3uV1Q9 .field-input::-webkit-input-placeholder,
.cid-szbC3uV1Q9 .form-control::-webkit-input-placeholder,
.cid-szbC3uV1Q9 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-szbC3uV1Q9 .form-control:-moz-placeholder,
.cid-szbC3uV1Q9 .field-input:-moz-placeholder,
.cid-szbC3uV1Q9 .form-control:-moz-placeholder,
.cid-szbC3uV1Q9 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-szbC3uV1Q9 .form-control:hover,
.cid-szbC3uV1Q9 .field-input:hover,
.cid-szbC3uV1Q9 .form-control:focus,
.cid-szbC3uV1Q9 .field-input:focus {
  background-color: #d0d0c9;
  border-color: #d0d0c9 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-szbC3uV1Q9 .form-control:hover::-webkit-input-placeholder,
.cid-szbC3uV1Q9 .field-input:hover::-webkit-input-placeholder,
.cid-szbC3uV1Q9 .form-control:focus::-webkit-input-placeholder,
.cid-szbC3uV1Q9 .field-input:focus::-webkit-input-placeholder,
.cid-szbC3uV1Q9 .form-control:hover::-webkit-input-placeholder,
.cid-szbC3uV1Q9 .field-input:hover::-webkit-input-placeholder,
.cid-szbC3uV1Q9 .form-control:focus::-webkit-input-placeholder,
.cid-szbC3uV1Q9 .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-szbC3uV1Q9 .form-control:hover:-moz-placeholder,
.cid-szbC3uV1Q9 .field-input:hover:-moz-placeholder,
.cid-szbC3uV1Q9 .form-control:focus:-moz-placeholder,
.cid-szbC3uV1Q9 .field-input:focus:-moz-placeholder,
.cid-szbC3uV1Q9 .form-control:hover:-moz-placeholder,
.cid-szbC3uV1Q9 .field-input:hover:-moz-placeholder,
.cid-szbC3uV1Q9 .form-control:focus:-moz-placeholder,
.cid-szbC3uV1Q9 .field-input:focus:-moz-placeholder {
  color: #d0d0c9;
}
.cid-szbC3uV1Q9 .jq-number__spin:hover,
.cid-szbC3uV1Q9 .jq-number__spin:focus {
  background-color: #d0d0c9;
  border-color: #d0d0c9;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-szbC3uV1Q9 .jq-number__spin {
  background-color: #d0d0c91;
  border-color: #d0d0c9;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szbC3uV1Q9 .jq-selectbox li,
.cid-szbC3uV1Q9 .jq-selectbox li {
  background-color: #e6e6dc;
  color: #000000;
}
.cid-szbC3uV1Q9 .jq-selectbox li:hover,
.cid-szbC3uV1Q9 .jq-selectbox li.selected {
  background-color: #d0d0c9;
  color: #000000;
}
.cid-szbC3uV1Q9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-szbC3uV1Q9 .jq-number__spin.minus:hover:after,
.cid-szbC3uV1Q9 .jq-number__spin.plus:hover:after {
  border-top-color: #7592e1;
  border-bottom-color: #7592e1;
}
.cid-szbC3uV1Q9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-szbC3uV1Q9 .jq-number__spin.minus:after,
.cid-szbC3uV1Q9 .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-szbC3uV1Q9 input::-webkit-clear-button {
  display: none;
}
.cid-szbC3uV1Q9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-szbC3uV1Q9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-szbC3uV1Q9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-szbC3uV1Q9 H4 {
  color: #7592e1;
  text-align: center;
}
.cid-szbC3uV1Q9 .form-busca {
  margin-right: 50px;
  margin-left: 50px;
  z-index: 2;
  margin-top: -100px;
  padding-top: 40px;
  background: #f3f3f3;
}
.cid-szbC3uV1Q9 #titulo-form {
  color: #000000;
}
.cid-szbC3wz3Fq {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-szbC3wz3Fq h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-szbC3wz3Fq h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szbC3wz3Fq li {
  list-style: none;
}
.cid-szbC3wz3Fq .location-wrap {
  min-width: 660px;
}
.cid-szbC3wz3Fq .btn {
  min-width: 230px;
}
.cid-szbC3wz3Fq .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-szbC3wz3Fq .col-title {
  margin-bottom: 2rem;
}
.cid-szbC3wz3Fq h3 {
  min-width: 110px;
}
.cid-szbC3wz3Fq .date-wrap {
  min-width: 260px;
}
.cid-szbC3wz3Fq .btn-primary-outline,
.cid-szbC3wz3Fq .btn-secondary-outline,
.cid-szbC3wz3Fq .btn-info-outline,
.cid-szbC3wz3Fq .btn-success-outline,
.cid-szbC3wz3Fq .btn-warning-outline,
.cid-szbC3wz3Fq .btn-danger-outline,
.cid-szbC3wz3Fq .btn-black-outline,
.cid-szbC3wz3Fq .btn-white-outline {
  border: none;
}
.cid-szbC3wz3Fq .btn-primary-outline:hover,
.cid-szbC3wz3Fq .btn-secondary-outline:hover,
.cid-szbC3wz3Fq .btn-info-outline:hover,
.cid-szbC3wz3Fq .btn-success-outline:hover,
.cid-szbC3wz3Fq .btn-warning-outline:hover,
.cid-szbC3wz3Fq .btn-danger-outline:hover,
.cid-szbC3wz3Fq .btn-black-outline:hover,
.cid-szbC3wz3Fq .btn-white-outline:hover,
.cid-szbC3wz3Fq .btn-primary-outline:focus,
.cid-szbC3wz3Fq .btn-secondary-outline:focus,
.cid-szbC3wz3Fq .btn-info-outline:focus,
.cid-szbC3wz3Fq .btn-success-outline:focus,
.cid-szbC3wz3Fq .btn-warning-outline:focus,
.cid-szbC3wz3Fq .btn-danger-outline:focus,
.cid-szbC3wz3Fq .btn-black-outline:focus,
.cid-szbC3wz3Fq .btn-white-outline:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-szbC3wz3Fq .list {
  padding: 0;
  margin: 0;
}
.cid-szbC3wz3Fq .icon-wrap,
.cid-szbC3wz3Fq .date-wrap {
  display: flex;
  align-items: center;
}
.cid-szbC3wz3Fq .btn span {
  font-size: 1rem;
}
.cid-szbC3wz3Fq h6 {
  margin: 0;
}
.cid-szbC3wz3Fq h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-szbC3wz3Fq .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-szbC3wz3Fq .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-szbC3wz3Fq .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-szbC3wz3Fq .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-szbC3wz3Fq .date-wrap {
    min-width: auto;
  }
  .cid-szbC3wz3Fq .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-szbC3wz3Fq h3 {
    min-width: auto;
  }
}
.cid-szbC3wz3Fq H1 {
  color: #000000;
  font-weight: 300;
}
.cid-szbFlSTkY3.popup-builder {
  background-color: #ffffff;
}
.cid-szbFlSTkY3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szbFlSTkY3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szbFlSTkY3 .modal-content,
.cid-szbFlSTkY3 .modal-dialog {
  height: auto;
}
.cid-szbFlSTkY3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szbFlSTkY3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szbFlSTkY3 .form-wrapper .mbr-form .form-group,
  .cid-szbFlSTkY3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szbFlSTkY3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szbFlSTkY3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szbFlSTkY3 .mbr-text {
  text-align: center;
}
.cid-szbFlSTkY3 .pt-0 {
  padding-top: 0 !important;
}
.cid-szbFlSTkY3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szbFlSTkY3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szbFlSTkY3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szbFlSTkY3 .modal-open {
  overflow: hidden;
}
.cid-szbFlSTkY3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szbFlSTkY3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szbFlSTkY3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szbFlSTkY3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szbFlSTkY3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szbFlSTkY3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szbFlSTkY3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szbFlSTkY3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szbFlSTkY3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szbFlSTkY3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-szbFlSTkY3 .modal-backdrop.show {
  opacity: .5;
}
.cid-szbFlSTkY3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szbFlSTkY3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szbFlSTkY3 .modal-header .close:hover {
  opacity: 1;
}
.cid-szbFlSTkY3 .modal-header .close:focus {
  outline: none;
}
.cid-szbFlSTkY3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-szbFlSTkY3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szbFlSTkY3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szbFlSTkY3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szbFlSTkY3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szbFlSTkY3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szbFlSTkY3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szbFlSTkY3 .modal-sm {
    max-width: 300px;
  }
  .cid-szbFlSTkY3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szbFlSTkY3 .modal-lg,
  .cid-szbFlSTkY3 .modal-xl {
    max-width: 800px;
  }
  .cid-szbFlSTkY3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szbFlSTkY3 .modal-xl {
    max-width: 1140px;
  }
  .cid-szbFlSTkY3 .container {
    max-width: 1140px;
  }
}
.cid-szbFlSTkY3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szbFlSTkY3 .container {
    max-width: 720px;
  }
}
.cid-szbFlSTkY3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szbFlSTkY3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szbFlSTkY3 .form-group {
  margin-bottom: 1rem;
}
.cid-szbFlSTkY3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-szbFlSTkY3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szbFlSTkY3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-szbFGsYMyy.popup-builder {
  background-color: #ffffff;
}
.cid-szbFGsYMyy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szbFGsYMyy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szbFGsYMyy .modal-content,
.cid-szbFGsYMyy .modal-dialog {
  height: auto;
}
.cid-szbFGsYMyy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szbFGsYMyy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szbFGsYMyy .form-wrapper .mbr-form .form-group,
  .cid-szbFGsYMyy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szbFGsYMyy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szbFGsYMyy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szbFGsYMyy .mbr-text {
  text-align: center;
}
.cid-szbFGsYMyy .pt-0 {
  padding-top: 0 !important;
}
.cid-szbFGsYMyy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szbFGsYMyy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szbFGsYMyy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szbFGsYMyy .modal-open {
  overflow: hidden;
}
.cid-szbFGsYMyy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szbFGsYMyy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szbFGsYMyy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szbFGsYMyy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szbFGsYMyy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szbFGsYMyy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szbFGsYMyy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szbFGsYMyy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szbFGsYMyy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szbFGsYMyy .modal-backdrop.fade {
  opacity: 0;
}
.cid-szbFGsYMyy .modal-backdrop.show {
  opacity: .5;
}
.cid-szbFGsYMyy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szbFGsYMyy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szbFGsYMyy .modal-header .close:hover {
  opacity: 1;
}
.cid-szbFGsYMyy .modal-header .close:focus {
  outline: none;
}
.cid-szbFGsYMyy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-szbFGsYMyy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szbFGsYMyy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szbFGsYMyy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szbFGsYMyy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szbFGsYMyy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szbFGsYMyy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szbFGsYMyy .modal-sm {
    max-width: 300px;
  }
  .cid-szbFGsYMyy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szbFGsYMyy .modal-lg,
  .cid-szbFGsYMyy .modal-xl {
    max-width: 800px;
  }
  .cid-szbFGsYMyy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szbFGsYMyy .modal-xl {
    max-width: 1140px;
  }
  .cid-szbFGsYMyy .container {
    max-width: 1140px;
  }
}
.cid-szbFGsYMyy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szbFGsYMyy .container {
    max-width: 720px;
  }
}
.cid-szbFGsYMyy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szbFGsYMyy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szbFGsYMyy .form-group {
  margin-bottom: 1rem;
}
.cid-szbFGsYMyy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-szbFGsYMyy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szbFGsYMyy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-szbGlxmMR1.popup-builder {
  background-color: #ffffff;
}
.cid-szbGlxmMR1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szbGlxmMR1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szbGlxmMR1 .modal-content,
.cid-szbGlxmMR1 .modal-dialog {
  height: auto;
}
.cid-szbGlxmMR1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szbGlxmMR1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szbGlxmMR1 .form-wrapper .mbr-form .form-group,
  .cid-szbGlxmMR1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szbGlxmMR1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szbGlxmMR1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szbGlxmMR1 .mbr-text {
  text-align: center;
}
.cid-szbGlxmMR1 .pt-0 {
  padding-top: 0 !important;
}
.cid-szbGlxmMR1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szbGlxmMR1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szbGlxmMR1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szbGlxmMR1 .modal-open {
  overflow: hidden;
}
.cid-szbGlxmMR1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szbGlxmMR1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szbGlxmMR1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szbGlxmMR1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szbGlxmMR1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szbGlxmMR1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szbGlxmMR1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szbGlxmMR1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szbGlxmMR1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szbGlxmMR1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-szbGlxmMR1 .modal-backdrop.show {
  opacity: .5;
}
.cid-szbGlxmMR1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szbGlxmMR1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szbGlxmMR1 .modal-header .close:hover {
  opacity: 1;
}
.cid-szbGlxmMR1 .modal-header .close:focus {
  outline: none;
}
.cid-szbGlxmMR1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-szbGlxmMR1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szbGlxmMR1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szbGlxmMR1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szbGlxmMR1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szbGlxmMR1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szbGlxmMR1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szbGlxmMR1 .modal-sm {
    max-width: 300px;
  }
  .cid-szbGlxmMR1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szbGlxmMR1 .modal-lg,
  .cid-szbGlxmMR1 .modal-xl {
    max-width: 800px;
  }
  .cid-szbGlxmMR1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szbGlxmMR1 .modal-xl {
    max-width: 1140px;
  }
  .cid-szbGlxmMR1 .container {
    max-width: 1140px;
  }
}
.cid-szbGlxmMR1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szbGlxmMR1 .container {
    max-width: 720px;
  }
}
.cid-szbGlxmMR1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szbGlxmMR1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szbGlxmMR1 .form-group {
  margin-bottom: 1rem;
}
.cid-szbGlxmMR1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-szbGlxmMR1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szbGlxmMR1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-szbC3B0y5G {
  background-image: url("../../../assets/images/chico-fundo-2000x1101.jpg");
}
.cid-szbC3B0y5G .text-content {
  padding-top: 75px;
  padding-bottom: 45px;
}
.cid-szbC3B0y5G .text-content .btn-bgr {
  z-index: 0;
}
.cid-szbC3B0y5G .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #7592e1);
}
.cid-szbC3B0y5G H3 {
  color: #000000;
  font-weight: 300;
}
.cid-szbC3B0y5G P {
  color: #767676;
}
.cid-szbC3B0y5G H2 {
  color: #000000;
}
.cid-szbC3B0y5G .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-szbC3B0y5G .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-szbC3B0y5G .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-szbC3B0y5G .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-szbC3B0y5G .text-content {
    width: 100%;
  }
}
.cid-szbC3B0y5G .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-szbC3B0y5G .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-szbC3B0y5G .mbr-text {
    text-align: center;
  }
}
.cid-szbC3B0y5G .mbr-section-btn,
.cid-szbC3B0y5G .mbr-section-title {
  color: #7592e1;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-szcGUDSVm1 {
  overflow-x: hidden !important;
}
.cid-szcGUDSVm1,
.cid-szcGUDSVm1 .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-szcGUDSVm1 .mbr-section-title {
  color: #ffffff;
}
.cid-szcGUDSVm1 .mbr-section-title span {
  color: #5d3fca;
}
.cid-szcGUDSVm1 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-szcGUDSVm1 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-szcGUDSVm1 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-szcGUDSVm1 .mbr-overlay {
  z-index: 1;
}
.cid-szcGUDSVm1 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-szcGUDSVm1 h2 {
  font-size: 700%;
}
.cid-szcGUFRvO8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szcGUFRvO8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-szcGUFRvO8 .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-szcGUFRvO8 textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-szcGUFRvO8 .form-row {
    flex-direction: column;
  }
}
.cid-szcGUFRvO8 h4 {
  margin-bottom: 2rem;
}
.cid-szcGUFRvO8 .form-control,
.cid-szcGUFRvO8 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-szcGUFRvO8 .form-control,
.cid-szcGUFRvO8 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szcGUFRvO8 .form-control::-webkit-input-placeholder,
.cid-szcGUFRvO8 .field-input::-webkit-input-placeholder,
.cid-szcGUFRvO8 .form-control::-webkit-input-placeholder,
.cid-szcGUFRvO8 .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-szcGUFRvO8 .form-control:-moz-placeholder,
.cid-szcGUFRvO8 .field-input:-moz-placeholder,
.cid-szcGUFRvO8 .form-control:-moz-placeholder,
.cid-szcGUFRvO8 .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-szcGUFRvO8 .form-control:hover,
.cid-szcGUFRvO8 .field-input:hover,
.cid-szcGUFRvO8 .form-control:focus,
.cid-szcGUFRvO8 .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #88a2ea;
  box-shadow: none;
  outline: none;
}
.cid-szcGUFRvO8 .form-control:hover::-webkit-input-placeholder,
.cid-szcGUFRvO8 .field-input:hover::-webkit-input-placeholder,
.cid-szcGUFRvO8 .form-control:focus::-webkit-input-placeholder,
.cid-szcGUFRvO8 .field-input:focus::-webkit-input-placeholder,
.cid-szcGUFRvO8 .form-control:hover::-webkit-input-placeholder,
.cid-szcGUFRvO8 .field-input:hover::-webkit-input-placeholder,
.cid-szcGUFRvO8 .form-control:focus::-webkit-input-placeholder,
.cid-szcGUFRvO8 .field-input:focus::-webkit-input-placeholder {
  color: #7592e1;
}
.cid-szcGUFRvO8 .form-control:hover:-moz-placeholder,
.cid-szcGUFRvO8 .field-input:hover:-moz-placeholder,
.cid-szcGUFRvO8 .form-control:focus:-moz-placeholder,
.cid-szcGUFRvO8 .field-input:focus:-moz-placeholder,
.cid-szcGUFRvO8 .form-control:hover:-moz-placeholder,
.cid-szcGUFRvO8 .field-input:hover:-moz-placeholder,
.cid-szcGUFRvO8 .form-control:focus:-moz-placeholder,
.cid-szcGUFRvO8 .field-input:focus:-moz-placeholder {
  color: #7592e1;
}
.cid-szcGUFRvO8 .jq-number__spin:hover,
.cid-szcGUFRvO8 .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-szcGUFRvO8 .jq-number__spin {
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szcGUFRvO8 .jq-selectbox li,
.cid-szcGUFRvO8 .jq-selectbox li {
  background-color: #7592e1;
  color: #ffffff;
}
.cid-szcGUFRvO8 .jq-selectbox li:hover,
.cid-szcGUFRvO8 .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-szcGUFRvO8 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-szcGUFRvO8 .jq-number__spin.minus:hover:after,
.cid-szcGUFRvO8 .jq-number__spin.plus:hover:after {
  border-top-color: #7592e1;
  border-bottom-color: #7592e1;
}
.cid-szcGUFRvO8 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-szcGUFRvO8 .jq-number__spin.minus:after,
.cid-szcGUFRvO8 .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-szcGUFRvO8 input::-webkit-clear-button {
  display: none;
}
.cid-szcGUFRvO8 input::-webkit-inner-spin-button {
  display: none;
}
.cid-szcGUFRvO8 input::-webkit-outer-spin-button {
  display: none;
}
.cid-szcGUFRvO8 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-szcGUFRvO8 H4 {
  color: #7592e1;
  text-align: center;
}
.cid-szcGUFRvO8 .form-busca {
  margin-right: 50px;
  margin-left: 50px;
  z-index: 2;
  margin-top: -100px;
  padding-top: 40px;
  background: #ffffff;
}
.cid-szcGUFRvO8 #titulo-form {
  color: #ffffff;
}
.cid-szcGUHv0qD {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szcGUHv0qD h3 {
  position: relative;
}
.cid-szcGUHv0qD h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szcGUHv0qD H1 {
  color: #7592e1;
  font-weight: lighter;
}
.cid-szcGUJ4gIn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-szcGUJ4gIn .mbr-overlay {
  background-color: #f3f3f3;
  opacity: 0.4;
}
.cid-szcGUJ4gIn .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-szcGUJ4gIn .form-row {
    flex-direction: column;
  }
}
.cid-szcGUJ4gIn h4 {
  margin-bottom: 3rem;
}
.cid-szcGUJ4gIn .form-control,
.cid-szcGUJ4gIn .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-szcGUJ4gIn .form-control,
.cid-szcGUJ4gIn .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #e6e6dc;
  border-color: #e6e6dc;
  color: #000000;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szcGUJ4gIn .form-control::-webkit-input-placeholder,
.cid-szcGUJ4gIn .field-input::-webkit-input-placeholder,
.cid-szcGUJ4gIn .form-control::-webkit-input-placeholder,
.cid-szcGUJ4gIn .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-szcGUJ4gIn .form-control:-moz-placeholder,
.cid-szcGUJ4gIn .field-input:-moz-placeholder,
.cid-szcGUJ4gIn .form-control:-moz-placeholder,
.cid-szcGUJ4gIn .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-szcGUJ4gIn .form-control:hover,
.cid-szcGUJ4gIn .field-input:hover,
.cid-szcGUJ4gIn .form-control:focus,
.cid-szcGUJ4gIn .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-szcGUJ4gIn .form-control:hover::-webkit-input-placeholder,
.cid-szcGUJ4gIn .field-input:hover::-webkit-input-placeholder,
.cid-szcGUJ4gIn .form-control:focus::-webkit-input-placeholder,
.cid-szcGUJ4gIn .field-input:focus::-webkit-input-placeholder,
.cid-szcGUJ4gIn .form-control:hover::-webkit-input-placeholder,
.cid-szcGUJ4gIn .field-input:hover::-webkit-input-placeholder,
.cid-szcGUJ4gIn .form-control:focus::-webkit-input-placeholder,
.cid-szcGUJ4gIn .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-szcGUJ4gIn .form-control:hover:-moz-placeholder,
.cid-szcGUJ4gIn .field-input:hover:-moz-placeholder,
.cid-szcGUJ4gIn .form-control:focus:-moz-placeholder,
.cid-szcGUJ4gIn .field-input:focus:-moz-placeholder,
.cid-szcGUJ4gIn .form-control:hover:-moz-placeholder,
.cid-szcGUJ4gIn .field-input:hover:-moz-placeholder,
.cid-szcGUJ4gIn .form-control:focus:-moz-placeholder,
.cid-szcGUJ4gIn .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-szcGUJ4gIn .jq-number__spin:hover,
.cid-szcGUJ4gIn .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-szcGUJ4gIn .jq-number__spin {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szcGUJ4gIn .jq-selectbox li,
.cid-szcGUJ4gIn .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-szcGUJ4gIn .jq-selectbox li:hover,
.cid-szcGUJ4gIn .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-szcGUJ4gIn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-szcGUJ4gIn .jq-number__spin.minus:hover:after,
.cid-szcGUJ4gIn .jq-number__spin.plus:hover:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-szcGUJ4gIn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-szcGUJ4gIn .jq-number__spin.minus:after,
.cid-szcGUJ4gIn .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-szcGUJ4gIn input::-webkit-clear-button {
  display: none;
}
.cid-szcGUJ4gIn input::-webkit-inner-spin-button {
  display: none;
}
.cid-szcGUJ4gIn input::-webkit-outer-spin-button {
  display: none;
}
.cid-szcGUJ4gIn input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-szcGUJ4gIn H4 {
  text-align: center;
  color: #103178;
}
.cid-szcHUR5HKo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-szcHUR5HKo .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-szcHUR5HKo .mbr-iconfont:hover {
  color: #777777;
}
.cid-szcHUR5HKo .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szcHUR5HKo a {
  font-weight: 600;
}
.cid-szcHUR5HKo .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szcHUR5HKo .card-box {
  padding: 1rem 0.5rem;
  background-color: #ffffff;
  width: 90%;
  margin: auto;
  margin-top: -15%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 99px;
}
.cid-szcHUR5HKo .card-box h3 {
  font-weight: 300;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szcHUR5HKo .card-wrapper {
  height: 100%;
}
.cid-szcHUR5HKo .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szcHUR5HKo .text {
  color: #767676;
}
.cid-szcHUR5HKo .card-subtitle {
  color: #000000;
  font-weight: 500;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-szcNCozLIE {
  overflow-x: hidden !important;
}
.cid-szcNCozLIE,
.cid-szcNCozLIE .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-szcNCozLIE .mbr-section-title {
  color: #ffffff;
}
.cid-szcNCozLIE .mbr-section-title span {
  color: #5d3fca;
}
.cid-szcNCozLIE .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-szcNCozLIE .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-szcNCozLIE .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-szcNCozLIE .mbr-overlay {
  z-index: 1;
}
.cid-szcNCozLIE .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-szcNCozLIE h2 {
  font-size: 700%;
}
.cid-szcNCq5KZx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szcNCq5KZx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-szcNCq5KZx .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-szcNCq5KZx textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-szcNCq5KZx .form-row {
    flex-direction: column;
  }
}
.cid-szcNCq5KZx h4 {
  margin-bottom: 2rem;
}
.cid-szcNCq5KZx .form-control,
.cid-szcNCq5KZx .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-szcNCq5KZx .form-control,
.cid-szcNCq5KZx .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szcNCq5KZx .form-control::-webkit-input-placeholder,
.cid-szcNCq5KZx .field-input::-webkit-input-placeholder,
.cid-szcNCq5KZx .form-control::-webkit-input-placeholder,
.cid-szcNCq5KZx .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-szcNCq5KZx .form-control:-moz-placeholder,
.cid-szcNCq5KZx .field-input:-moz-placeholder,
.cid-szcNCq5KZx .form-control:-moz-placeholder,
.cid-szcNCq5KZx .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-szcNCq5KZx .form-control:hover,
.cid-szcNCq5KZx .field-input:hover,
.cid-szcNCq5KZx .form-control:focus,
.cid-szcNCq5KZx .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #88a2ea;
  box-shadow: none;
  outline: none;
}
.cid-szcNCq5KZx .form-control:hover::-webkit-input-placeholder,
.cid-szcNCq5KZx .field-input:hover::-webkit-input-placeholder,
.cid-szcNCq5KZx .form-control:focus::-webkit-input-placeholder,
.cid-szcNCq5KZx .field-input:focus::-webkit-input-placeholder,
.cid-szcNCq5KZx .form-control:hover::-webkit-input-placeholder,
.cid-szcNCq5KZx .field-input:hover::-webkit-input-placeholder,
.cid-szcNCq5KZx .form-control:focus::-webkit-input-placeholder,
.cid-szcNCq5KZx .field-input:focus::-webkit-input-placeholder {
  color: #7592e1;
}
.cid-szcNCq5KZx .form-control:hover:-moz-placeholder,
.cid-szcNCq5KZx .field-input:hover:-moz-placeholder,
.cid-szcNCq5KZx .form-control:focus:-moz-placeholder,
.cid-szcNCq5KZx .field-input:focus:-moz-placeholder,
.cid-szcNCq5KZx .form-control:hover:-moz-placeholder,
.cid-szcNCq5KZx .field-input:hover:-moz-placeholder,
.cid-szcNCq5KZx .form-control:focus:-moz-placeholder,
.cid-szcNCq5KZx .field-input:focus:-moz-placeholder {
  color: #7592e1;
}
.cid-szcNCq5KZx .jq-number__spin:hover,
.cid-szcNCq5KZx .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-szcNCq5KZx .jq-number__spin {
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szcNCq5KZx .jq-selectbox li,
.cid-szcNCq5KZx .jq-selectbox li {
  background-color: #7592e1;
  color: #ffffff;
}
.cid-szcNCq5KZx .jq-selectbox li:hover,
.cid-szcNCq5KZx .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-szcNCq5KZx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-szcNCq5KZx .jq-number__spin.minus:hover:after,
.cid-szcNCq5KZx .jq-number__spin.plus:hover:after {
  border-top-color: #7592e1;
  border-bottom-color: #7592e1;
}
.cid-szcNCq5KZx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-szcNCq5KZx .jq-number__spin.minus:after,
.cid-szcNCq5KZx .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-szcNCq5KZx input::-webkit-clear-button {
  display: none;
}
.cid-szcNCq5KZx input::-webkit-inner-spin-button {
  display: none;
}
.cid-szcNCq5KZx input::-webkit-outer-spin-button {
  display: none;
}
.cid-szcNCq5KZx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-szcNCq5KZx H4 {
  color: #7592e1;
  text-align: center;
}
.cid-szcNCq5KZx .form-busca {
  margin-right: 50px;
  margin-left: 50px;
  z-index: 2;
  margin-top: -100px;
  padding-top: 40px;
  background: #ffffff;
}
.cid-szcNCq5KZx #titulo-form {
  color: #ffffff;
}
.cid-szcNCrzFLf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szcNCrzFLf .card-wrapper {
  z-index: 3;
}
.cid-szcNCrzFLf .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-szcNCrzFLf:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-szcNCrzFLf .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-szcNCrzFLf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-szcNCrzFLf H2 {
  text-align: right;
  color: #ffffff;
}
.cid-szcOrQIpI1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-szcOrQIpI1 .cover {
  width: 350px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-szcOrQIpI1 .btn {
  border-radius: 0;
}
.cid-szcOrQIpI1 .btn .mbr-iconfont {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .cid-szcOrQIpI1 .media-content {
    max-width: 450px;
    margin: auto;
  }
}
.cid-szcOrQIpI1 .icons-wrap {
  display: flex;
}
.cid-szcOrQIpI1 .icons-wrap .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 0.5rem;
}
.cid-szcOrQIpI1 h2 {
  margin: 0;
}
.cid-szcOrQIpI1 .icon-wrap {
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
}
.cid-szcOrQIpI1 .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-szcOrQIpI1 .card {
  overflow: hidden;
  height: 100%;
}
.cid-szcOrQIpI1 .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/capap1966.jpg-1000x996.jpg");
  filter: blur(1px);
  background-size: cover;
  z-index: 1;
}
.cid-szcOrQIpI1 H4 {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-szcOrQIpI1 .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
    padding-bottom: 0.5rem;
    padding-right: 0rem;
  }
  .cid-szcOrQIpI1 .icon-wrap {
    padding-bottom: 0.6rem;
    padding-right: 0rem;
  }
  .cid-szcOrQIpI1 .cover {
    width: 100%;
  }
}
.cid-szcOrQIpI1 H1 {
  color: #7592e1;
  font-weight: lighter;
}
.cid-szcVb7j0wj {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-szcVb7j0wj h3 {
  position: relative;
}
.cid-szcVb7j0wj h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szcVb7j0wj H3 {
  color: #000000;
}
.cid-szcVb7j0wj H1 {
  color: #000000;
  font-weight: lighter;
}
.cid-szcOFQ1HLc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-szcOFQ1HLc h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-szcOFQ1HLc h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szcOFQ1HLc li {
  list-style: none;
}
.cid-szcOFQ1HLc .location-wrap {
  min-width: 500px;
}
.cid-szcOFQ1HLc .btn {
  min-width: 230px;
}
.cid-szcOFQ1HLc .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-szcOFQ1HLc .col-title {
  margin-bottom: 2rem;
}
.cid-szcOFQ1HLc h3 {
  min-width: 110px;
}
.cid-szcOFQ1HLc .date-wrap {
  min-width: 260px;
}
.cid-szcOFQ1HLc .btn-primary-outline,
.cid-szcOFQ1HLc .btn-secondary-outline,
.cid-szcOFQ1HLc .btn-info-outline,
.cid-szcOFQ1HLc .btn-success-outline,
.cid-szcOFQ1HLc .btn-warning-outline,
.cid-szcOFQ1HLc .btn-danger-outline,
.cid-szcOFQ1HLc .btn-black-outline,
.cid-szcOFQ1HLc .btn-white-outline {
  border: none;
}
.cid-szcOFQ1HLc .btn-primary-outline:hover,
.cid-szcOFQ1HLc .btn-secondary-outline:hover,
.cid-szcOFQ1HLc .btn-info-outline:hover,
.cid-szcOFQ1HLc .btn-success-outline:hover,
.cid-szcOFQ1HLc .btn-warning-outline:hover,
.cid-szcOFQ1HLc .btn-danger-outline:hover,
.cid-szcOFQ1HLc .btn-black-outline:hover,
.cid-szcOFQ1HLc .btn-white-outline:hover,
.cid-szcOFQ1HLc .btn-primary-outline:focus,
.cid-szcOFQ1HLc .btn-secondary-outline:focus,
.cid-szcOFQ1HLc .btn-info-outline:focus,
.cid-szcOFQ1HLc .btn-success-outline:focus,
.cid-szcOFQ1HLc .btn-warning-outline:focus,
.cid-szcOFQ1HLc .btn-danger-outline:focus,
.cid-szcOFQ1HLc .btn-black-outline:focus,
.cid-szcOFQ1HLc .btn-white-outline:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-szcOFQ1HLc .list {
  padding: 0;
  margin: 0;
}
.cid-szcOFQ1HLc .icon-wrap,
.cid-szcOFQ1HLc .date-wrap {
  display: flex;
  align-items: center;
}
.cid-szcOFQ1HLc .btn span {
  font-size: 1rem;
}
.cid-szcOFQ1HLc h6 {
  margin: 0;
}
.cid-szcOFQ1HLc h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-szcOFQ1HLc .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-szcOFQ1HLc .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-szcOFQ1HLc .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-szcOFQ1HLc .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-szcOFQ1HLc .date-wrap {
    min-width: auto;
  }
  .cid-szcOFQ1HLc .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-szcOFQ1HLc h3 {
    min-width: auto;
  }
}
.cid-szcOFQ1HLc H1 {
  color: #7592e1;
}
.cid-szM0o9AS1E {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-szM0o9AS1E h3 {
  position: relative;
}
.cid-szM0o9AS1E h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szM0o9AS1E H3 {
  color: #4f4943;
}
.cid-szM0o9AS1E H1 {
  color: #000000;
}
.cid-szcNCvlhyF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-szcNCvlhyF .mbr-text {
  position: relative;
  text-align: center;
}
.cid-szcNCvlhyF .mbr-text:before {
  color: #f3f3f3;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-szcNCvlhyF img {
  object-fit: contain;
}
.cid-szcNCvlhyF .mbr-text:after {
  color: #f3f3f3;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-szcNCvlhyF .mbr-text:after,
  .cid-szcNCvlhyF .mbr-text:before {
    display: none;
  }
}
.cid-szcNCvlhyF .mbr-section-title,
.cid-szcNCvlhyF .logo {
  color: #5d3fca;
}
.cid-szcUtQbNIX {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.cid-szcUtQbNIX h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-szcUtQbNIX h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szcUtQbNIX .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-szcUtQbNIX .mbr-section-subtitle,
.cid-szcUtQbNIX .title-align {
  color: #000000;
}
.cid-szcUtQbNIX H1 {
  color: #7592e1;
  font-weight: lighter;
}
.cid-sGxOlfEIqv.popup-builder {
  background-color: #ffffff;
}
.cid-sGxOlfEIqv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sGxOlfEIqv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sGxOlfEIqv .modal-content,
.cid-sGxOlfEIqv .modal-dialog {
  height: auto;
}
.cid-sGxOlfEIqv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sGxOlfEIqv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sGxOlfEIqv .form-wrapper .mbr-form .form-group,
  .cid-sGxOlfEIqv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sGxOlfEIqv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sGxOlfEIqv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGxOlfEIqv .mbr-text {
  text-align: left;
}
.cid-sGxOlfEIqv .pt-0 {
  padding-top: 0 !important;
}
.cid-sGxOlfEIqv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sGxOlfEIqv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sGxOlfEIqv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sGxOlfEIqv .modal-open {
  overflow: hidden;
}
.cid-sGxOlfEIqv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sGxOlfEIqv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sGxOlfEIqv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sGxOlfEIqv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sGxOlfEIqv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sGxOlfEIqv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sGxOlfEIqv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sGxOlfEIqv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sGxOlfEIqv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sGxOlfEIqv .modal-backdrop.fade {
  opacity: 0;
}
.cid-sGxOlfEIqv .modal-backdrop.show {
  opacity: .5;
}
.cid-sGxOlfEIqv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sGxOlfEIqv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGxOlfEIqv .modal-header {
    padding: 1rem;
  }
}
.cid-sGxOlfEIqv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sGxOlfEIqv .modal-header .close:hover {
  opacity: 1;
}
.cid-sGxOlfEIqv .modal-header .close:focus {
  outline: none;
}
.cid-sGxOlfEIqv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sGxOlfEIqv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sGxOlfEIqv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGxOlfEIqv .modal-body {
    padding: 1rem;
  }
}
.cid-sGxOlfEIqv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sGxOlfEIqv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGxOlfEIqv .modal-footer {
    padding: 1rem;
  }
}
.cid-sGxOlfEIqv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sGxOlfEIqv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sGxOlfEIqv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sGxOlfEIqv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sGxOlfEIqv .modal-sm {
    max-width: 300px;
  }
  .cid-sGxOlfEIqv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sGxOlfEIqv .modal-lg,
  .cid-sGxOlfEIqv .modal-xl {
    max-width: 800px;
  }
  .cid-sGxOlfEIqv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sGxOlfEIqv .modal-xl {
    max-width: 1140px;
  }
  .cid-sGxOlfEIqv .container {
    max-width: 1140px;
  }
}
.cid-sGxOlfEIqv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sGxOlfEIqv .container {
    max-width: 720px;
  }
}
.cid-sGxOlfEIqv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sGxOlfEIqv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sGxOlfEIqv .form-group {
  margin-bottom: 1rem;
}
.cid-sGxOlfEIqv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-sGxOlfEIqv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGxOlfEIqv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sGxOlfEIqv .mbr-section-btn {
  margin: 0;
}
.cid-sGxOlfEIqv .mbr-section-btn .btn {
  margin: 0;
}
.cid-sGxOTMBplo.popup-builder {
  background-color: #ffffff;
}
.cid-sGxOTMBplo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sGxOTMBplo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sGxOTMBplo .modal-content,
.cid-sGxOTMBplo .modal-dialog {
  height: auto;
}
.cid-sGxOTMBplo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sGxOTMBplo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sGxOTMBplo .form-wrapper .mbr-form .form-group,
  .cid-sGxOTMBplo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sGxOTMBplo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sGxOTMBplo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGxOTMBplo .mbr-text {
  text-align: left;
}
.cid-sGxOTMBplo .pt-0 {
  padding-top: 0 !important;
}
.cid-sGxOTMBplo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sGxOTMBplo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sGxOTMBplo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sGxOTMBplo .modal-open {
  overflow: hidden;
}
.cid-sGxOTMBplo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sGxOTMBplo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sGxOTMBplo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sGxOTMBplo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sGxOTMBplo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sGxOTMBplo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sGxOTMBplo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sGxOTMBplo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sGxOTMBplo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sGxOTMBplo .modal-backdrop.fade {
  opacity: 0;
}
.cid-sGxOTMBplo .modal-backdrop.show {
  opacity: .5;
}
.cid-sGxOTMBplo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sGxOTMBplo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sGxOTMBplo .modal-header .close:hover {
  opacity: 1;
}
.cid-sGxOTMBplo .modal-header .close:focus {
  outline: none;
}
.cid-sGxOTMBplo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sGxOTMBplo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sGxOTMBplo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sGxOTMBplo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sGxOTMBplo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sGxOTMBplo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sGxOTMBplo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sGxOTMBplo .modal-sm {
    max-width: 300px;
  }
  .cid-sGxOTMBplo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sGxOTMBplo .modal-lg,
  .cid-sGxOTMBplo .modal-xl {
    max-width: 800px;
  }
  .cid-sGxOTMBplo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sGxOTMBplo .modal-xl {
    max-width: 1140px;
  }
  .cid-sGxOTMBplo .container {
    max-width: 1140px;
  }
}
.cid-sGxOTMBplo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sGxOTMBplo .container {
    max-width: 720px;
  }
}
.cid-sGxOTMBplo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sGxOTMBplo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sGxOTMBplo .form-group {
  margin-bottom: 1rem;
}
.cid-sGxOTMBplo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-sGxOTMBplo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGxOTMBplo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sGxOTMBplo .creditos {
  font-size: 90%;
  padding-top: 30px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-width: 1px;
}
.cid-sGxP9QQdTq.popup-builder {
  background-color: #ffffff;
}
.cid-sGxP9QQdTq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sGxP9QQdTq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sGxP9QQdTq .modal-content,
.cid-sGxP9QQdTq .modal-dialog {
  height: auto;
}
.cid-sGxP9QQdTq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sGxP9QQdTq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sGxP9QQdTq .form-wrapper .mbr-form .form-group,
  .cid-sGxP9QQdTq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sGxP9QQdTq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sGxP9QQdTq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGxP9QQdTq .mbr-text {
  text-align: center;
}
.cid-sGxP9QQdTq .pt-0 {
  padding-top: 0 !important;
}
.cid-sGxP9QQdTq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sGxP9QQdTq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sGxP9QQdTq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sGxP9QQdTq .modal-open {
  overflow: hidden;
}
.cid-sGxP9QQdTq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sGxP9QQdTq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sGxP9QQdTq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sGxP9QQdTq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sGxP9QQdTq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sGxP9QQdTq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sGxP9QQdTq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sGxP9QQdTq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sGxP9QQdTq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sGxP9QQdTq .modal-backdrop.fade {
  opacity: 0;
}
.cid-sGxP9QQdTq .modal-backdrop.show {
  opacity: .5;
}
.cid-sGxP9QQdTq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sGxP9QQdTq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sGxP9QQdTq .modal-header .close:hover {
  opacity: 1;
}
.cid-sGxP9QQdTq .modal-header .close:focus {
  outline: none;
}
.cid-sGxP9QQdTq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sGxP9QQdTq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sGxP9QQdTq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sGxP9QQdTq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sGxP9QQdTq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sGxP9QQdTq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sGxP9QQdTq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sGxP9QQdTq .modal-sm {
    max-width: 300px;
  }
  .cid-sGxP9QQdTq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sGxP9QQdTq .modal-lg,
  .cid-sGxP9QQdTq .modal-xl {
    max-width: 800px;
  }
  .cid-sGxP9QQdTq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sGxP9QQdTq .modal-xl {
    max-width: 1140px;
  }
  .cid-sGxP9QQdTq .container {
    max-width: 1140px;
  }
}
.cid-sGxP9QQdTq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sGxP9QQdTq .container {
    max-width: 720px;
  }
}
.cid-sGxP9QQdTq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sGxP9QQdTq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sGxP9QQdTq .form-group {
  margin-bottom: 1rem;
}
.cid-sGxP9QQdTq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-sGxP9QQdTq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGxP9QQdTq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sGxP9QQdTq .page-content {
  max-width: 700px;
  margin: 32px auto;
  padding: 32px;
  background: #fff;
  font: 400 10.66666667px "Open Sans", sans-serif;
}
.cid-sGxP9QQdTq a {
  color: #21D4FD;
  transition: all 0.3s;
}
.cid-sGxP9QQdTq a:hover {
  color: #B721FF;
}
.cid-sGxP9QQdTq .tabbed {
  overflow-x: hidden;
  margin: 32px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.cid-sGxP9QQdTq .tabbed [type="radio"] {
  display: none;
}
.cid-sGxP9QQdTq .tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.cid-sGxP9QQdTq .tab > label {
  display: block;
  margin-bottom: -1px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #eee;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sGxP9QQdTq .tab:hover label {
  border-top-color: #333;
  color: #333;
}
.cid-sGxP9QQdTq .tab-content {
  display: none;
  color: #777;
}
.cid-sGxP9QQdTq .tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.cid-sGxP9QQdTq .tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.cid-sGxP9QQdTq .tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.cid-sGxP9QQdTq .tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.cid-sGxP9QQdTq .tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label,
.cid-sGxP9QQdTq .tabbed [type="radio"]:nth-of-type(6):checked ~ .tabs .tab:nth-of-type(6) label {
  border-bottom-color: #fff;
  border-top-color: #B721FF;
  background: #fff;
  color: #222;
}
.cid-sGxP9QQdTq .tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.cid-sGxP9QQdTq .tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.cid-sGxP9QQdTq .tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.cid-sGxP9QQdTq .tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4),
.cid-sGxP9QQdTq .tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5) {
  display: block;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-szFcjIjcFu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/screen-5-1920x1080.jpg");
}
.cid-szFcjIjcFu .wrapper {
  position: relative;
  height: 700px;
  display: flex;
}
.cid-szFcjIjcFu a {
  text-decoration: underline;
}
.cid-szFcjIjcFu .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  background: #000000;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.cid-szFcjIjcFu .content {
  z-index: 99;
  position: relative;
  margin-bottom: 2rem;
  margin-top: auto;
  max-width: 700px;
}
.cid-szFcjIjcFu img {
  width: 600px;
  position: absolute;
  border-radius: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-szFcjIjcFu .img2 {
  top: 2rem;
  left: 0;
  width: 500px;
  height: 500px;
  z-index: 3;
}
.cid-szFcjIjcFu .img1 {
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cid-szFcjIjcFu .img3 {
  bottom: 2rem;
  right: 0;
  width: 500px;
  height: 500px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-szFcjIjcFu .img1,
  .cid-szFcjIjcFu .img2,
  .cid-szFcjIjcFu .img3 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-szFcjIjcFu .img1,
  .cid-szFcjIjcFu .img2,
  .cid-szFcjIjcFu .img3 {
    width: 200px;
    height: 200px;
  }
  .cid-szFcjIjcFu .wrapper {
    height: 400px;
  }
  .cid-szFcjIjcFu .overlay {
    opacity: 0.5;
  }
}
.cid-szGJXT4aiv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/back-content1-1819x1080.jpg");
}
.cid-szGJXT4aiv .container {
  max-width: 1500px;
}
.cid-szGJXT4aiv img {
  width: 100%;
}
.cid-szGJXT4aiv h2 {
  padding: 0;
  margin: 0;
}
.cid-szGJXT4aiv .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-szGJXT4aiv .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-szGJXT4aiv .img-col {
  position: relative;
}
.cid-szGJXT4aiv .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-szGJXT4aiv .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-szGJXT4aiv .img-col {
    margin-bottom: 3rem;
  }
  .cid-szGJXT4aiv .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-szGJXT4aiv .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-szGJXT4aiv .number {
    margin: auto;
  }
}
.cid-szGJXT4aiv H2 {
  color: #5d3fca;
}
.cid-szGLjZumW7 {
  overflow: hidden !important;
  background: linear-gradient(to right, #ffcc00 0%, #ffcc00 30%, #e00000 30%, #e00000 100%);
}
.cid-szGLjZumW7 .animated-element {
  color: #efefef;
}
.cid-szGLjZumW7 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-szGLjZumW7 .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-szGLjZumW7 {
    background: #e00000;
  }
}
.cid-szGLjZumW7 .mbr-section-subtitle {
  color: #efefef;
}
.cid-szGLjZumW7 .mbr-text,
.cid-szGLjZumW7 .mbr-section-btn {
  color: #efefef;
}
.cid-szGOsmjq6Z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-szGOsmjq6Z H1 {
  color: #8dcc29;
}
.cid-szGOsmjq6Z .mbr-text,
.cid-szGOsmjq6Z .mbr-section-btn {
  color: #000000;
}
.cid-szGOsmjq6Z .img-box {
  position: relative;
}
.cid-szGOsmjq6Z .card-ico span {
  font-size: 96px;
  color: #5d3fca;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.card-ico {
	margin-top: -15px;
	}
.cid-szGOsmjq6Z .card-ico .ico1 {
  background-color: #8dcc29;
}
.cid-szGOsmjq6Z .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-szGOsmjq6Z .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-szGOsmjq6Z .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-szGOsmjq6Z .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-szGOsmjq6Z img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-szGOsmjq6Z .img-box {
    height: 500px;
  }
  .cid-szGOsmjq6Z .img1 {
    left: 1rem;
  }
  .cid-szGOsmjq6Z .img2 {
    right: 1rem;
  }
  .cid-szGOsmjq6Z img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-szGOsmjq6Z img {
    width: 60%;
  }
  .cid-szGOsmjq6Z .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-szGOsmjq6Z .author-box {
    justify-content: center;
  }
  .cid-szGOsmjq6Z .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-szGOsmjq6Z .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-szGOsmjq6Z .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-szGOsmjq6Z .card-ico span {
    margin-right: 0rem;
  }
}
.cid-szGOsmjq6Z .author-box {
  display: flex;
  flex-direction: row;
}
.cid-szGOsmjq6Z .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-szGOsmjq6Z .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-szGOsmjq6Z h3,
.cid-szGOsmjq6Z h4 {
  margin: 0;
  padding: 0;
}
.cid-szGOsmjq6Z .card-title,
.cid-szGOsmjq6Z .mbr-section-subtitle {
  color: #232323;
}
.cid-szGR4bTCrf.popup-builder {
  background-color: #ffffff;
}
.cid-szGR4bTCrf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szGR4bTCrf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szGR4bTCrf .modal-content,
.cid-szGR4bTCrf .modal-dialog {
  height: auto;
}
.cid-szGR4bTCrf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szGR4bTCrf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szGR4bTCrf .form-wrapper .mbr-form .form-group,
  .cid-szGR4bTCrf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szGR4bTCrf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szGR4bTCrf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szGR4bTCrf .mbr-text {
  text-align: center;
}
.cid-szGR4bTCrf .pt-0 {
  padding-top: 0 !important;
}
.cid-szGR4bTCrf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szGR4bTCrf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szGR4bTCrf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szGR4bTCrf .modal-open {
  overflow: hidden;
}
.cid-szGR4bTCrf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szGR4bTCrf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szGR4bTCrf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szGR4bTCrf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szGR4bTCrf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szGR4bTCrf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szGR4bTCrf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szGR4bTCrf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szGR4bTCrf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szGR4bTCrf .modal-backdrop.fade {
  opacity: 0;
}
.cid-szGR4bTCrf .modal-backdrop.show {
  opacity: .5;
}
.cid-szGR4bTCrf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szGR4bTCrf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szGR4bTCrf .modal-header .close:hover {
  opacity: 1;
}
.cid-szGR4bTCrf .modal-header .close:focus {
  outline: none;
}
.cid-szGR4bTCrf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-szGR4bTCrf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szGR4bTCrf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szGR4bTCrf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szGR4bTCrf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szGR4bTCrf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szGR4bTCrf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szGR4bTCrf .modal-sm {
    max-width: 300px;
  }
  .cid-szGR4bTCrf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szGR4bTCrf .modal-lg,
  .cid-szGR4bTCrf .modal-xl {
    max-width: 800px;
  }
  .cid-szGR4bTCrf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szGR4bTCrf .modal-xl {
    max-width: 1140px;
  }
  .cid-szGR4bTCrf .container {
    max-width: 1140px;
  }
}
.cid-szGR4bTCrf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szGR4bTCrf .container {
    max-width: 720px;
  }
}
.cid-szGR4bTCrf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szGR4bTCrf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szGR4bTCrf .form-group {
  margin-bottom: 1rem;
}
.cid-szGR4bTCrf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-szGR4bTCrf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szGR4bTCrf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-szKswZ6pNI {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-szKswZ6pNI .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #fada0a;
}
.cid-szKswZ6pNI img {
  width: 100%;
}
.cid-szKswZ6pNI p {
  margin-top: 6rem;
}
.cid-szKswZ6pNI .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-szKswZ6pNI .content-wrapper {
  padding-top: 6rem;
}
.cid-szKswZ6pNI h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-szKswZ6pNI .content-wrapper {
    padding-top: 0rem;
  }
  .cid-szKswZ6pNI p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-szKswZ6pNI .back {
    width: 100%;
    height: 75%;
  }
  .cid-szKswZ6pNI .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-szKswZ6pNI p {
    margin-top: 4rem;
  }
}
.cid-szKswZ6pNI .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-szKswZ6pNI .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-szKswZ6pNI .content-wrapper {
    padding-right: 3rem;
  }
  .cid-szKswZ6pNI h4 {
    right: 2rem;
  }
}
.cid-szKswZ6pNI H1 {
  color: #7592e1;
}
.cid-szKswZ6pNI H3 {
  color: #7592e1;
}
.cid-szKvSxM41B {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fada0a;
}
.cid-szKvSxM41B .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-szKvSxM41B .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-szKvSxM41B .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #88a2ea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-szKxoY7V5p.popup-builder {
  background-color: #ffffff;
}
.cid-szKxoY7V5p.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szKxoY7V5p.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szKxoY7V5p .modal-content,
.cid-szKxoY7V5p .modal-dialog {
  height: auto;
}
.cid-szKxoY7V5p .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szKxoY7V5p .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szKxoY7V5p .form-wrapper .mbr-form .form-group,
  .cid-szKxoY7V5p .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szKxoY7V5p .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szKxoY7V5p .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szKxoY7V5p .mbr-text {
  text-align: center;
}
.cid-szKxoY7V5p .pt-0 {
  padding-top: 0 !important;
}
.cid-szKxoY7V5p .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szKxoY7V5p .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szKxoY7V5p .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szKxoY7V5p .modal-open {
  overflow: hidden;
}
.cid-szKxoY7V5p .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szKxoY7V5p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szKxoY7V5p .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szKxoY7V5p .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szKxoY7V5p .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szKxoY7V5p .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szKxoY7V5p .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szKxoY7V5p .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szKxoY7V5p .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szKxoY7V5p .modal-backdrop.fade {
  opacity: 0;
}
.cid-szKxoY7V5p .modal-backdrop.show {
  opacity: .5;
}
.cid-szKxoY7V5p .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szKxoY7V5p .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szKxoY7V5p .modal-header .close:hover {
  opacity: 1;
}
.cid-szKxoY7V5p .modal-header .close:focus {
  outline: none;
}
.cid-szKxoY7V5p .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-szKxoY7V5p .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szKxoY7V5p .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szKxoY7V5p .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szKxoY7V5p .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szKxoY7V5p .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szKxoY7V5p .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szKxoY7V5p .modal-sm {
    max-width: 300px;
  }
  .cid-szKxoY7V5p .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szKxoY7V5p .modal-lg,
  .cid-szKxoY7V5p .modal-xl {
    max-width: 800px;
  }
  .cid-szKxoY7V5p .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szKxoY7V5p .modal-xl {
    max-width: 1140px;
  }
  .cid-szKxoY7V5p .container {
    max-width: 1140px;
  }
}
.cid-szKxoY7V5p .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szKxoY7V5p .container {
    max-width: 720px;
  }
}
.cid-szKxoY7V5p .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szKxoY7V5p .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szKxoY7V5p .form-group {
  margin-bottom: 1rem;
}
.cid-szKxoY7V5p .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-szKxoY7V5p .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szKxoY7V5p .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-szKxoY7V5p .creditos {
  font-size: 90%;
  padding-top: 30px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-width: 1px;
}
.cid-szKzOVUdOo.popup-builder {
  background-color: #ffffff;
}
.cid-szKzOVUdOo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szKzOVUdOo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szKzOVUdOo .modal-content,
.cid-szKzOVUdOo .modal-dialog {
  height: auto;
}
.cid-szKzOVUdOo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szKzOVUdOo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szKzOVUdOo .form-wrapper .mbr-form .form-group,
  .cid-szKzOVUdOo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szKzOVUdOo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szKzOVUdOo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szKzOVUdOo .mbr-text {
  text-align: center;
}
.cid-szKzOVUdOo .pt-0 {
  padding-top: 0 !important;
}
.cid-szKzOVUdOo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szKzOVUdOo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szKzOVUdOo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szKzOVUdOo .modal-open {
  overflow: hidden;
}
.cid-szKzOVUdOo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szKzOVUdOo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szKzOVUdOo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szKzOVUdOo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szKzOVUdOo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szKzOVUdOo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szKzOVUdOo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szKzOVUdOo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szKzOVUdOo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szKzOVUdOo .modal-backdrop.fade {
  opacity: 0;
}
.cid-szKzOVUdOo .modal-backdrop.show {
  opacity: .5;
}
.cid-szKzOVUdOo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szKzOVUdOo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szKzOVUdOo .modal-header .close:hover {
  opacity: 1;
}
.cid-szKzOVUdOo .modal-header .close:focus {
  outline: none;
}
.cid-szKzOVUdOo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-szKzOVUdOo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szKzOVUdOo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szKzOVUdOo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szKzOVUdOo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szKzOVUdOo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szKzOVUdOo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szKzOVUdOo .modal-sm {
    max-width: 300px;
  }
  .cid-szKzOVUdOo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szKzOVUdOo .modal-lg,
  .cid-szKzOVUdOo .modal-xl {
    max-width: 800px;
  }
  .cid-szKzOVUdOo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szKzOVUdOo .modal-xl {
    max-width: 1140px;
  }
  .cid-szKzOVUdOo .container {
    max-width: 1140px;
  }
}
.cid-szKzOVUdOo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szKzOVUdOo .container {
    max-width: 720px;
  }
}
.cid-szKzOVUdOo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szKzOVUdOo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szKzOVUdOo .form-group {
  margin-bottom: 1rem;
}
.cid-szKzOVUdOo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-szKzOVUdOo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szKzOVUdOo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-szKzOVUdOo .creditos {
  font-size: 90%;
  padding-top: 30px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-width: 1px;
}
.cid-szKAvDn4Ex.popup-builder {
  background-color: #ffffff;
}
.cid-szKAvDn4Ex.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szKAvDn4Ex.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szKAvDn4Ex .modal-content,
.cid-szKAvDn4Ex .modal-dialog {
  height: auto;
}
.cid-szKAvDn4Ex .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szKAvDn4Ex .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szKAvDn4Ex .form-wrapper .mbr-form .form-group,
  .cid-szKAvDn4Ex .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szKAvDn4Ex .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szKAvDn4Ex .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szKAvDn4Ex .mbr-text {
  text-align: center;
}
.cid-szKAvDn4Ex .pt-0 {
  padding-top: 0 !important;
}
.cid-szKAvDn4Ex .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szKAvDn4Ex .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szKAvDn4Ex .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szKAvDn4Ex .modal-open {
  overflow: hidden;
}
.cid-szKAvDn4Ex .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szKAvDn4Ex .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szKAvDn4Ex .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szKAvDn4Ex .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szKAvDn4Ex .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szKAvDn4Ex .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szKAvDn4Ex .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szKAvDn4Ex .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szKAvDn4Ex .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szKAvDn4Ex .modal-backdrop.fade {
  opacity: 0;
}
.cid-szKAvDn4Ex .modal-backdrop.show {
  opacity: .5;
}
.cid-szKAvDn4Ex .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szKAvDn4Ex .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szKAvDn4Ex .modal-header .close:hover {
  opacity: 1;
}
.cid-szKAvDn4Ex .modal-header .close:focus {
  outline: none;
}
.cid-szKAvDn4Ex .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-szKAvDn4Ex .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szKAvDn4Ex .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szKAvDn4Ex .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szKAvDn4Ex .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szKAvDn4Ex .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szKAvDn4Ex .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szKAvDn4Ex .modal-sm {
    max-width: 300px;
  }
  .cid-szKAvDn4Ex .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szKAvDn4Ex .modal-lg,
  .cid-szKAvDn4Ex .modal-xl {
    max-width: 800px;
  }
  .cid-szKAvDn4Ex .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szKAvDn4Ex .modal-xl {
    max-width: 1140px;
  }
  .cid-szKAvDn4Ex .container {
    max-width: 1140px;
  }
}
.cid-szKAvDn4Ex .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szKAvDn4Ex .container {
    max-width: 720px;
  }
}
.cid-szKAvDn4Ex .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szKAvDn4Ex .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szKAvDn4Ex .form-group {
  margin-bottom: 1rem;
}
.cid-szKAvDn4Ex .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-szKAvDn4Ex .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szKAvDn4Ex .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-szKAvDn4Ex .creditos {
  font-size: 90%;
  padding-top: 30px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-width: 1px;
}
.cid-szKBh5tYzJ.popup-builder {
  background-color: #ffffff;
}
.cid-szKBh5tYzJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szKBh5tYzJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szKBh5tYzJ .modal-content,
.cid-szKBh5tYzJ .modal-dialog {
  height: auto;
}
.cid-szKBh5tYzJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szKBh5tYzJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szKBh5tYzJ .form-wrapper .mbr-form .form-group,
  .cid-szKBh5tYzJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szKBh5tYzJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szKBh5tYzJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szKBh5tYzJ .mbr-text {
  text-align: left;
}
.cid-szKBh5tYzJ .pt-0 {
  padding-top: 0 !important;
}
.cid-szKBh5tYzJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szKBh5tYzJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szKBh5tYzJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szKBh5tYzJ .modal-open {
  overflow: hidden;
}
.cid-szKBh5tYzJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szKBh5tYzJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szKBh5tYzJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szKBh5tYzJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szKBh5tYzJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szKBh5tYzJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szKBh5tYzJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szKBh5tYzJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szKBh5tYzJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szKBh5tYzJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-szKBh5tYzJ .modal-backdrop.show {
  opacity: .5;
}
.cid-szKBh5tYzJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szKBh5tYzJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szKBh5tYzJ .modal-header .close:hover {
  opacity: 1;
}
.cid-szKBh5tYzJ .modal-header .close:focus {
  outline: none;
}
.cid-szKBh5tYzJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-szKBh5tYzJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szKBh5tYzJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szKBh5tYzJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szKBh5tYzJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szKBh5tYzJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szKBh5tYzJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szKBh5tYzJ .modal-sm {
    max-width: 300px;
  }
  .cid-szKBh5tYzJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szKBh5tYzJ .modal-lg,
  .cid-szKBh5tYzJ .modal-xl {
    max-width: 800px;
  }
  .cid-szKBh5tYzJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szKBh5tYzJ .modal-xl {
    max-width: 1140px;
  }
  .cid-szKBh5tYzJ .container {
    max-width: 1140px;
  }
}
.cid-szKBh5tYzJ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szKBh5tYzJ .container {
    max-width: 720px;
  }
}
.cid-szKBh5tYzJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szKBh5tYzJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szKBh5tYzJ .form-group {
  margin-bottom: 1rem;
}
.cid-szKBh5tYzJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-szKBh5tYzJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szKBh5tYzJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-szKBh5tYzJ .creditos {
  font-size: 90%;
  padding-top: 30px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-width: 1px;
}
.cid-szKCph9yI8.popup-builder {
  background-color: #ffffff;
}
.cid-szKCph9yI8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szKCph9yI8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szKCph9yI8 .modal-content,
.cid-szKCph9yI8 .modal-dialog {
  height: auto;
}
.cid-szKCph9yI8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szKCph9yI8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szKCph9yI8 .form-wrapper .mbr-form .form-group,
  .cid-szKCph9yI8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szKCph9yI8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szKCph9yI8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szKCph9yI8 .mbr-text {
  text-align: left;
}
.cid-szKCph9yI8 .pt-0 {
  padding-top: 0 !important;
}
.cid-szKCph9yI8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szKCph9yI8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szKCph9yI8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szKCph9yI8 .modal-open {
  overflow: hidden;
}
.cid-szKCph9yI8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szKCph9yI8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szKCph9yI8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szKCph9yI8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szKCph9yI8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szKCph9yI8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szKCph9yI8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szKCph9yI8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szKCph9yI8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szKCph9yI8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-szKCph9yI8 .modal-backdrop.show {
  opacity: .5;
}
.cid-szKCph9yI8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szKCph9yI8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szKCph9yI8 .modal-header .close:hover {
  opacity: 1;
}
.cid-szKCph9yI8 .modal-header .close:focus {
  outline: none;
}
.cid-szKCph9yI8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-szKCph9yI8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szKCph9yI8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szKCph9yI8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szKCph9yI8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szKCph9yI8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szKCph9yI8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szKCph9yI8 .modal-sm {
    max-width: 300px;
  }
  .cid-szKCph9yI8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szKCph9yI8 .modal-lg,
  .cid-szKCph9yI8 .modal-xl {
    max-width: 800px;
  }
  .cid-szKCph9yI8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szKCph9yI8 .modal-xl {
    max-width: 1140px;
  }
  .cid-szKCph9yI8 .container {
    max-width: 1140px;
  }
}
.cid-szKCph9yI8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szKCph9yI8 .container {
    max-width: 720px;
  }
}
.cid-szKCph9yI8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szKCph9yI8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szKCph9yI8 .form-group {
  margin-bottom: 1rem;
}
.cid-szKCph9yI8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-szKCph9yI8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szKCph9yI8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-szKCph9yI8 .creditos {
  font-size: 90%;
  padding-top: 30px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-width: 1px;
}
.cid-szKEbDK8GI.popup-builder {
  background-color: #ffffff;
}
.cid-szKEbDK8GI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szKEbDK8GI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szKEbDK8GI .modal-content,
.cid-szKEbDK8GI .modal-dialog {
  height: auto;
}
.cid-szKEbDK8GI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szKEbDK8GI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szKEbDK8GI .form-wrapper .mbr-form .form-group,
  .cid-szKEbDK8GI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szKEbDK8GI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szKEbDK8GI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szKEbDK8GI .mbr-text {
  text-align: left;
}
.cid-szKEbDK8GI .pt-0 {
  padding-top: 0 !important;
}
.cid-szKEbDK8GI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szKEbDK8GI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szKEbDK8GI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szKEbDK8GI .modal-open {
  overflow: hidden;
}
.cid-szKEbDK8GI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szKEbDK8GI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szKEbDK8GI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szKEbDK8GI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szKEbDK8GI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szKEbDK8GI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szKEbDK8GI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szKEbDK8GI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szKEbDK8GI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szKEbDK8GI .modal-backdrop.fade {
  opacity: 0;
}
.cid-szKEbDK8GI .modal-backdrop.show {
  opacity: .5;
}
.cid-szKEbDK8GI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szKEbDK8GI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szKEbDK8GI .modal-header .close:hover {
  opacity: 1;
}
.cid-szKEbDK8GI .modal-header .close:focus {
  outline: none;
}
.cid-szKEbDK8GI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-szKEbDK8GI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szKEbDK8GI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szKEbDK8GI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szKEbDK8GI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szKEbDK8GI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szKEbDK8GI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szKEbDK8GI .modal-sm {
    max-width: 300px;
  }
  .cid-szKEbDK8GI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szKEbDK8GI .modal-lg,
  .cid-szKEbDK8GI .modal-xl {
    max-width: 800px;
  }
  .cid-szKEbDK8GI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szKEbDK8GI .modal-xl {
    max-width: 1140px;
  }
  .cid-szKEbDK8GI .container {
    max-width: 1140px;
  }
}
.cid-szKEbDK8GI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szKEbDK8GI .container {
    max-width: 720px;
  }
}
.cid-szKEbDK8GI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szKEbDK8GI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szKEbDK8GI .form-group {
  margin-bottom: 1rem;
}
.cid-szKEbDK8GI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-szKEbDK8GI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szKEbDK8GI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-szKEbDK8GI .creditos {
  font-size: 90%;
  padding-top: 30px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-width: 1px;
}
.cid-szKG9moLkD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-szKG9moLkD .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-szKG9moLkD .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-szKG9moLkD .mbr-text,
.cid-szKG9moLkD .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-szKG9moLkD img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-szKH1z93gT.popup-builder {
  background-color: #ffffff;
}
.cid-szKH1z93gT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szKH1z93gT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szKH1z93gT .modal-content,
.cid-szKH1z93gT .modal-dialog {
  height: auto;
}
.cid-szKH1z93gT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szKH1z93gT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szKH1z93gT .form-wrapper .mbr-form .form-group,
  .cid-szKH1z93gT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szKH1z93gT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szKH1z93gT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szKH1z93gT .mbr-text {
  text-align: left;
}
.cid-szKH1z93gT .pt-0 {
  padding-top: 0 !important;
}
.cid-szKH1z93gT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szKH1z93gT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szKH1z93gT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szKH1z93gT .modal-open {
  overflow: hidden;
}
.cid-szKH1z93gT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szKH1z93gT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szKH1z93gT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szKH1z93gT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szKH1z93gT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szKH1z93gT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szKH1z93gT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szKH1z93gT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szKH1z93gT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szKH1z93gT .modal-backdrop.fade {
  opacity: 0;
}
.cid-szKH1z93gT .modal-backdrop.show {
  opacity: .5;
}
.cid-szKH1z93gT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szKH1z93gT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szKH1z93gT .modal-header .close:hover {
  opacity: 1;
}
.cid-szKH1z93gT .modal-header .close:focus {
  outline: none;
}
.cid-szKH1z93gT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-szKH1z93gT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szKH1z93gT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szKH1z93gT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szKH1z93gT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szKH1z93gT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szKH1z93gT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szKH1z93gT .modal-sm {
    max-width: 300px;
  }
  .cid-szKH1z93gT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szKH1z93gT .modal-lg,
  .cid-szKH1z93gT .modal-xl {
    max-width: 800px;
  }
  .cid-szKH1z93gT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szKH1z93gT .modal-xl {
    max-width: 1140px;
  }
  .cid-szKH1z93gT .container {
    max-width: 1140px;
  }
}
.cid-szKH1z93gT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szKH1z93gT .container {
    max-width: 720px;
  }
}
.cid-szKH1z93gT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szKH1z93gT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szKH1z93gT .form-group {
  margin-bottom: 1rem;
}
.cid-szKH1z93gT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.cid-szKH1z93gT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szKH1z93gT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-szKH1z93gT .creditos {
  font-size: 90%;
  padding-top: 30px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-width: 1px;
}
.cid-szKI30WOAY {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #8dcc29;
}
.cid-szKI30WOAY h3 {
  position: relative;
}
.cid-szKI30WOAY h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szKI30WOAY H1 {
  color: #ffffff;
}
.cid-szKI30WOAY .mbr-text,
.cid-szKI30WOAY .mbr-section-btn {
  color: #efefef;
}
.cid-szKKs2mTX7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #8dcc29;
}
.cid-szKKs2mTX7 .container-fluid {
  padding: 0 3rem;
}
.cid-szKKs2mTX7 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #5d3fca 50%, #efefef 120%);
  display: inline-block;
}
.cid-szKKs2mTX7 .mbr-section-title {
  color: #000000;
}
.cid-szKKs2mTX7 .mbr-section-subtitle {
  color: #000000;
}
.cid-szKKs2mTX7 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-szKKs2mTX7 .header-text {
  padding: 2rem 1rem !important;
}
.cid-szKKs2mTX7 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-szKKs2mTX7 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-szKKs2mTX7 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-szKKs2mTX7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szKKs2mTX7 .card .card-header a.panel-title:hover .sign {
  background-color: #a38dfd !important;
}
.cid-szKKs2mTX7 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #9cd83c;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-szKKs2mTX7 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-szKKs2mTX7 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-szKKs2mTX7 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-szKKs2mTX7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-szKKs2mTX7 .header-text {
    padding: 1rem !important;
  }
  .cid-szKKs2mTX7 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-szKKs2mTX7 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-szKKs2mTX7 .panel-group {
    padding: 0;
  }
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-szM3so1LeM {
  overflow-x: hidden !important;
}
.cid-szM3so1LeM,
.cid-szM3so1LeM .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-szM3so1LeM .mbr-section-title {
  color: #ffffff;
}
.cid-szM3so1LeM .mbr-section-title span {
  color: #5d3fca;
}
.cid-szM3so1LeM .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-szM3so1LeM .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-szM3so1LeM .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-szM3so1LeM .mbr-overlay {
  z-index: 1;
}
.cid-szM3so1LeM .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-szM3so1LeM h2 {
  font-size: 700%;
}
.cid-szM3spwbZy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szM3spwbZy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-szM3spwbZy .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-szM3spwbZy textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-szM3spwbZy .form-row {
    flex-direction: column;
  }
}
.cid-szM3spwbZy h4 {
  margin-bottom: 2rem;
}
.cid-szM3spwbZy .form-control,
.cid-szM3spwbZy .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-szM3spwbZy .form-control,
.cid-szM3spwbZy .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szM3spwbZy .form-control::-webkit-input-placeholder,
.cid-szM3spwbZy .field-input::-webkit-input-placeholder,
.cid-szM3spwbZy .form-control::-webkit-input-placeholder,
.cid-szM3spwbZy .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-szM3spwbZy .form-control:-moz-placeholder,
.cid-szM3spwbZy .field-input:-moz-placeholder,
.cid-szM3spwbZy .form-control:-moz-placeholder,
.cid-szM3spwbZy .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-szM3spwbZy .form-control:hover,
.cid-szM3spwbZy .field-input:hover,
.cid-szM3spwbZy .form-control:focus,
.cid-szM3spwbZy .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #88a2ea;
  box-shadow: none;
  outline: none;
}
.cid-szM3spwbZy .form-control:hover::-webkit-input-placeholder,
.cid-szM3spwbZy .field-input:hover::-webkit-input-placeholder,
.cid-szM3spwbZy .form-control:focus::-webkit-input-placeholder,
.cid-szM3spwbZy .field-input:focus::-webkit-input-placeholder,
.cid-szM3spwbZy .form-control:hover::-webkit-input-placeholder,
.cid-szM3spwbZy .field-input:hover::-webkit-input-placeholder,
.cid-szM3spwbZy .form-control:focus::-webkit-input-placeholder,
.cid-szM3spwbZy .field-input:focus::-webkit-input-placeholder {
  color: #7592e1;
}
.cid-szM3spwbZy .form-control:hover:-moz-placeholder,
.cid-szM3spwbZy .field-input:hover:-moz-placeholder,
.cid-szM3spwbZy .form-control:focus:-moz-placeholder,
.cid-szM3spwbZy .field-input:focus:-moz-placeholder,
.cid-szM3spwbZy .form-control:hover:-moz-placeholder,
.cid-szM3spwbZy .field-input:hover:-moz-placeholder,
.cid-szM3spwbZy .form-control:focus:-moz-placeholder,
.cid-szM3spwbZy .field-input:focus:-moz-placeholder {
  color: #7592e1;
}
.cid-szM3spwbZy .jq-number__spin:hover,
.cid-szM3spwbZy .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-szM3spwbZy .jq-number__spin {
  background-color: #7592e1;
  border-color: #f0f2f5;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szM3spwbZy .jq-selectbox li,
.cid-szM3spwbZy .jq-selectbox li {
  background-color: #7592e1;
  color: #ffffff;
}
.cid-szM3spwbZy .jq-selectbox li:hover,
.cid-szM3spwbZy .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-szM3spwbZy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-szM3spwbZy .jq-number__spin.minus:hover:after,
.cid-szM3spwbZy .jq-number__spin.plus:hover:after {
  border-top-color: #7592e1;
  border-bottom-color: #7592e1;
}
.cid-szM3spwbZy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-szM3spwbZy .jq-number__spin.minus:after,
.cid-szM3spwbZy .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-szM3spwbZy input::-webkit-clear-button {
  display: none;
}
.cid-szM3spwbZy input::-webkit-inner-spin-button {
  display: none;
}
.cid-szM3spwbZy input::-webkit-outer-spin-button {
  display: none;
}
.cid-szM3spwbZy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-szM3spwbZy H4 {
  color: #7592e1;
  text-align: center;
}
.cid-szM3spwbZy .form-busca {
  margin-right: 50px;
  margin-left: 50px;
  z-index: 2;
  margin-top: -100px;
  padding-top: 40px;
  background: #ffffff;
}
.cid-szM3spwbZy #titulo-form {
  color: #ffffff;
}
.cid-szM3sqO44x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szM3sqO44x .card-wrapper {
  z-index: 3;
}
.cid-szM3sqO44x .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-szM3sqO44x:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-szM3sqO44x .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-szM3sqO44x .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-szM3sqO44x H2 {
  text-align: right;
  color: #ffffff;
}
.cid-szM3Qv1klA {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-szM3Qv1klA h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-szM3Qv1klA h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 60px;
  background: currentColor;
}
.cid-szM3Qv1klA .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-sJVI3KS1N5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f3f3f3;
}
.cid-sJVI3KS1N5 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sJVI3KS1N5 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sJVI3KS1N5 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-sJVI3KS1N5 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sJVI3KS1N5 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-sJVI3KS1N5 .nav-tabs .nav-link:not(.active) {
  color: #465052;
}
.cid-sJVI3KS1N5 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sJVI3KS1N5 .nav-link,
.cid-sJVI3KS1N5 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sJVI3KS1N5 .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 3px solid #000000;
}
.cid-sJVI3KS1N5 H4 {
  text-align: center;
}
.cid-sJVI3KS1N5 H3 {
  text-align: center;
}
.cid-szM8kvmuo7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-szM8kvmuo7 .mbr-text,
.cid-szM8kvmuo7 .ornament {
  text-align: center;
  color: #4f4943;
}
.cid-szM8kvmuo7 .creditos {
  font-size: 90%;
}
.cid-sKdNJZSi3Z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f3f3f3;
}
.cid-sKdNJZSi3Z .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #5d3fca;
  margin-left: 1rem;
}
.cid-sKdNJZSi3Z .panel-group {
  border: none;
}
.cid-sKdNJZSi3Z .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sKdNJZSi3Z .panel-body {
  padding: 1rem 2rem;
}
.cid-sKdNJZSi3Z .header-wrapper {
  position: relative;
}
.cid-sKdNJZSi3Z .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-sKdNJZSi3Z span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-sKdNJZSi3Z .card {
  overflow: visible;
}
.cid-sKdNJZSi3Z .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-sKdNJZSi3Z .card:hover .hover-bg {
  background: #efefef;
  right: -8px;
  top: 8px;
}
.cid-sKdNJZSi3Z .card:hover span {
  transform: rotate(-90deg);
}
.cid-sKdNJZSi3Z .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-sKdNJZSi3Z .panel-body {
    padding: 1rem 0rem;
  }
  .cid-sKdNJZSi3Z .card-header {
    padding: 1rem 1rem;
  }
}
.cid-sKdNJZSi3Z H4 {
  color: #777d74;
}
.cid-sKdNJZSi3Z .panel-title-edit {
  color: #1c1c25;
}
.cid-szM51876CQ {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-szM51876CQ h3 {
  position: relative;
}
.cid-szM51876CQ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szM51876CQ H1 {
  color: #000000;
}
.cid-szM51876CQ H3 {
  color: #4f4943;
}
.cid-szM4I6hgSB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-szM4I6hgSB .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-szM4I6hgSB .mbr-iconfont:hover {
  color: #777777;
}
.cid-szM4I6hgSB .card-img {
  position: relative;
  overflow: hidden;
}
.cid-szM4I6hgSB a {
  font-weight: 600;
}
.cid-szM4I6hgSB .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-szM4I6hgSB .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-szM4I6hgSB .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-szM4I6hgSB .card-wrapper {
  height: 100%;
}
.cid-szM4I6hgSB .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-szM4I6hgSB .text {
  color: #767676;
}
.cid-szM4I6hgSB .card-subtitle {
  color: #000000;
}
.cid-szM3sxTv69 {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.cid-szM3sxTv69 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-szM3sxTv69 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szM3sxTv69 .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-szM3sxTv69 .mbr-section-subtitle,
.cid-szM3sxTv69 .title-align {
  color: #000000;
}
.cid-szM3sxTv69 H1 {
  color: #7592e1;
  font-weight: lighter;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-sCufcJt10k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/slid-interno-2-2000x770.jpg");
}
.cid-sCufcJt10k .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sCufcJt10k .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sCufcJt10k .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sCu8ulkmCB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sCu8ulkmCB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-sCuhVAFttn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/slid-interno-2-2000x770.jpg");
}
.cid-sCuhVAFttn .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sCuhVAFttn .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sCuhVAFttn .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sCuhVBQg5y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sCuhVBQg5y .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-sCuO0koBjI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/slid-interno-2-2000x770.jpg");
}
.cid-sCuO0koBjI .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sCuO0koBjI .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sCuO0koBjI .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sCuO0lLACG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sCuO0lLACG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-sNTHiDATvJ {
  overflow-x: hidden !important;
}
.cid-sNTHiDATvJ,
.cid-sNTHiDATvJ .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-sNTHiDATvJ .mbr-section-title {
  color: #ffffff;
}
.cid-sNTHiDATvJ .mbr-section-title span {
  color: #5d3fca;
}
.cid-sNTHiDATvJ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sNTHiDATvJ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sNTHiDATvJ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sNTHiDATvJ .mbr-overlay {
  z-index: 1;
}
.cid-sNTHiDATvJ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sNTHiDATvJ h2 {
  font-size: 700%;
}
.cid-sNTHiI0PLw {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNTHiI0PLw h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sNTHiI0PLw h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 60px;
  background: currentColor;
}
.cid-sNTHiI0PLw .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-sNTNcr80MI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sNTNcr80MI .foot-menu {
  display: flex;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sNTNcr80MI .foot-menu li {
  padding-right: 1.8rem;
  width: fit-content;
}
.cid-sNTNcr80MI .foot-menu li p {
  margin: 0;
}
.cid-sNTNcr80MI .text-warning:hover {
  color: #5d3fca !important;
}
.cid-sNTNcr80MI .first {
  list-style: none;
}
.cid-sNTNcr80MI img {
  height: 600px;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
.cid-sNTNcr80MI .mbr-figure {
  height: 100%;
}
.cid-sNTNcr80MI H3 {
  color: #808080;
}
@media (max-width: 767px) {
  .cid-sNTNcr80MI img {
    height: auto;
    object-fit: cover;
  }
  .cid-sNTNcr80MI .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-sNTNcr80MI .foot-menu li {
    padding-right: 0rem;
  }
  .cid-sNTNcr80MI .first {
    list-style: inherit;
  }
}
.cid-sNTNcr80MI H1 {
  text-align: center;
}
.cid-sNTNcr80MI .mbr-text,
.cid-sNTNcr80MI .mbr-section-btn {
  text-align: center;
}
.cid-sNTO9zDaZe {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sNTO9zDaZe .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #5d3fca;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sNTO9zDaZe .panel-group {
  border: none;
}
.cid-sNTO9zDaZe .panel-collapse {
  padding: 0 2rem;
}
.cid-sNTO9zDaZe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sNTO9zDaZe .panel-body,
.cid-sNTO9zDaZe .card-header {
  padding: 1rem 0;
}
.cid-sNTO9zDaZe .panel-title-edit {
  color: #6c758f;
}
.cid-sNTO9zDaZe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sNTO9zDaZe .card {
  overflow: visible;
}
.cid-sNTO9zDaZe .panel-text {
  color: #6c758f;
}
.cid-sNTO9zDaZe H3 {
  color: #36187d;
}
.cid-sNTJ3ZdPFT {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTJ3ZdPFT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTJ3ZdPFT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTJ3ZdPFT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTJ3ZdPFT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTJ3ZdPFT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTJ3ZdPFT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTJ3ZdPFT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTJ3ZdPFT .media-container-row .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-sNTJ3ZdPFT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTJ3ZdPFT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTJ3ZdPFT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTJ3ZdPFT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #88a2ea !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #88a2ea;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #88a2ea !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-sNTKqx2PHN {
  overflow-x: hidden !important;
}
.cid-sNTKqx2PHN,
.cid-sNTKqx2PHN .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 75px;
}
.cid-sNTKqx2PHN .mbr-section-title {
  color: #ffffff;
}
.cid-sNTKqx2PHN .mbr-section-title span {
  color: #5d3fca;
}
.cid-sNTKqx2PHN .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sNTKqx2PHN .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/teste2-1920x1280.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sNTKqx2PHN .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sNTKqx2PHN .mbr-overlay {
  z-index: 1;
}
.cid-sNTKqx2PHN .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sNTKqx2PHN h2 {
  font-size: 700%;
}
.cid-sNTKqzZgdE {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNTKqzZgdE h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sNTKqzZgdE h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 60px;
  background: currentColor;
}
.cid-sNTKqzZgdE .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-sNTKLe1Xyy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sNTKLe1Xyy *:focus {
  outline: none;
}
.cid-sNTKLe1Xyy .form-group {
  margin-bottom: 2rem;
}
.cid-sNTKLe1Xyy .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-sNTKLe1Xyy .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sNTKLe1Xyy .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-sNTKLe1Xyy .form-control::-moz-placeholder {
  color: #000000;
}
.cid-sNTKLe1Xyy .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-sNTKLe1Xyy .form-control:-moz-placeholder {
  color: #000000;
}
.cid-sNTKLe1Xyy input.form-control {
  padding: 1px 0;
}
.cid-sNTKLe1Xyy .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-sNTKLe1Xyy .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-sNTKLe1Xyy .soc-item .socicon:hover {
  opacity: .5;
}
.cid-sNTKLe1Xyy .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-sNTKLe1Xyy .first-column,
  .cid-sNTKLe1Xyy .form-1 {
    text-align: center;
  }
}
.cid-sNTKqATTLx {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-rodap-2000x788.jpg");
}
.cid-sNTKqATTLx .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTKqATTLx svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sNTKqATTLx g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sNTKqATTLx .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sNTKqATTLx .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sNTKqATTLx .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sNTKqATTLx .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNTKqATTLx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sNTKqATTLx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sNTKqATTLx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sNTKqATTLx .media-container-row .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-sNTKqATTLx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sNTKqATTLx .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sNTKqATTLx .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sNTKqATTLx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNTKqATTLx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNTKqATTLx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sNTKqATTLx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sNTLCDbEI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNTLCDbEI0 .nav-link {
  position: relative;
}
.cid-sNTLCDbEI0 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sNTLCDbEI0 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sNTLCDbEI0 .container {
  display: flex;
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .nav-link,
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-caption,
.cid-sNTLCDbEI0 .navbar.navbar-short .mbr-iconfont,
.cid-sNTLCDbEI0 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sNTLCDbEI0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sNTLCDbEI0 .dropdown-menu,
.cid-sNTLCDbEI0 .navbar.opened {
  background: #e6e6dc !important;
}
.cid-sNTLCDbEI0 .nav-item:focus,
.cid-sNTLCDbEI0 .nav-link:focus {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNTLCDbEI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNTLCDbEI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNTLCDbEI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNTLCDbEI0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e6e6dc;
  background: none;
}
.cid-sNTLCDbEI0 .navbar.opened {
  transition: all .3s;
}
.cid-sNTLCDbEI0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sNTLCDbEI0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNTLCDbEI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNTLCDbEI0 .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: 55%;
}
.cid-sNTLCDbEI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNTLCDbEI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNTLCDbEI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNTLCDbEI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNTLCDbEI0 .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: 55%;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNTLCDbEI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNTLCDbEI0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNTLCDbEI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNTLCDbEI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNTLCDbEI0 .navbar.navbar-short {
  background: #e6e6dc !important;
  min-height: 60px;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNTLCDbEI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNTLCDbEI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNTLCDbEI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNTLCDbEI0 .dropdown-item.active,
.cid-sNTLCDbEI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNTLCDbEI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNTLCDbEI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #88a2ea;
}
.cid-sNTLCDbEI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNTLCDbEI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNTLCDbEI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNTLCDbEI0 .navbar-buttons {
  text-align: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNTLCDbEI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNTLCDbEI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNTLCDbEI0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNTLCDbEI0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNTLCDbEI0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sNTLCDbEI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNTLCDbEI0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNTLCDbEI0 .navbar {
    height: 77px;
  }
  .cid-sNTLCDbEI0 .navbar.opened {
    height: auto;
  }
  .cid-sNTLCDbEI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTLCDbEI0 .bt-buscar {
  height: 42px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cid-sNTLCDbEI0 .bt-buscar {
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cid-sNTLCDbEI0 .campo-buscar {
    height: 42px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sNTLCDbEI0 .campo-buscar {
  height: 42px;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-sNTLCDbEI0 .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.cid-sNTLCDbEI0 ::-webkit-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 :-ms-input-placeholder {
  color: #bdb8f5;
}
.cid-sNTLCDbEI0 ::placeholder {
  color: #bdb8f5;
}
.cid-sNTKqATTLx .media-container-row .foot-menu li a {
	color: #ffffff;
	fonto-color: #ffffff;
	}