.coluna-2 {
		column-count: 2;
	}

.text-right {
	text-align: right !important;
}.text-left {
	text-align: left !important;
}

body {
  font-family: 'NunitoSans-Regular';
}
.display-1 {
  font-family: 'PlusJakartaSans-VariableFont_wght';
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-2 {
  font-family: 'PlusJakartaSans-VariableFont_wght';
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'NunitoSans-Regular';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'PlusJakartaSans-VariableFont_wght';
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-6 {
  font-family: 'NunitoSans-Regular';
  font-size: 1rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'NunitoSans-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.17rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5f80f5 !important;
}
.bg-success {
  background-color: #aabbf7 !important;
}
.bg-info {
  background-color: #1aa383 !important;
}
.bg-warning {
  background-color: #142866 !important;
}
.bg-danger {
  background-color: #269f0e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5f80f5 !important;
  border-color: #5f80f5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0f40ee !important;
  border-color: #0f40ee !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f40ee !important;
  border-color: #0f40ee !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #22d6ab !important;
  border-color: #22d6ab !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #168b6f !important;
  border-color: #168b6f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #168b6f !important;
  border-color: #168b6f !important;
}
.btn-info,
.btn-info:active {
  background-color: #1aa383 !important;
  border-color: #1aa383 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0e5847 !important;
  border-color: #0e5847 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0e5847 !important;
  border-color: #0e5847 !important;
}
.btn-success,
.btn-success:active {
  background-color: #aabbf7 !important;
  border-color: #aabbf7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #5b7cf0 !important;
  border-color: #5b7cf0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5b7cf0 !important;
  border-color: #5b7cf0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #142866 !important;
  border-color: #142866 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #060c1e !important;
  border-color: #060c1e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #060c1e !important;
  border-color: #060c1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #269f0e !important;
  border-color: #269f0e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #134f07 !important;
  border-color: #134f07 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #134f07 !important;
  border-color: #134f07 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5f80f5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0f40ee !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f80f5 !important;
  border-color: #5f80f5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22d6ab;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #168b6f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #22d6ab !important;
  border-color: #22d6ab !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1aa383;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0e5847 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1aa383 !important;
  border-color: #1aa383 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #aabbf7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5b7cf0 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #aabbf7 !important;
  border-color: #aabbf7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #142866;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #060c1e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #142866 !important;
  border-color: #142866 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #269f0e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #134f07 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #269f0e !important;
  border-color: #269f0e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5f80f5 !important;
}
.text-secondary {
  color: #22d6ab !important;
}
.text-success {
  color: #aabbf7 !important;
}
.text-info {
  color: #1aa383 !important;
}
.text-warning {
  color: #142866 !important;
}
.text-danger {
  color: #269f0e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e3ce0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #147e65 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4d70ee !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0c4b3c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #030711 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #104106 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*='text-']:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*='text-']:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5f80f5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1aa383;
}
.alert-warning {
  background-color: #142866;
}
.alert-danger {
  background-color: #269f0e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5f80f5;
  border-color: #5f80f5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5f80f5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #58e4c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #2952d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #5cee3e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'NunitoSans-Regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5f80f5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'NunitoSans-Regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #5f80f5;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type='submit'] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type='submit']:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5f80f5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5f80f5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5f80f5;
  border-bottom-color: #5f80f5;
}
.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: #5f80f5 !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: #22d6ab !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='%235f80f5' %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-t23u1rCcEo {
  z-index: 1000;
  width: 100%;
}
.cid-t23u1rCcEo nav.navbar {
  position: fixed;
}
.cid-t23u1rCcEo .btn {
  padding: 10px 12px;
  background-image: linear-gradient(20deg, #d0f5ec 0%, #43dcb8 33%, 5dd 0ca 100%);
  border: 0;
}
.cid-t23u1rCcEo .width-logo {
  width: 20%;
}
.cid-t23u1rCcEo .width-menu {
  width: 80%;
}
.cid-t23u1rCcEo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t23u1rCcEo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t23u1rCcEo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t23u1rCcEo .dropdown-item:hover,
.cid-t23u1rCcEo .dropdown-item:focus {
  background: #5f80f5 !important;
  color: white !important;
}
.cid-t23u1rCcEo .dropdown-item:hover span {
  color: white;
}
.cid-t23u1rCcEo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t23u1rCcEo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t23u1rCcEo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t23u1rCcEo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t23u1rCcEo .nav-link {
  position: relative;
  color: #6c7577;
}
.cid-t23u1rCcEo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t23u1rCcEo .container {
    flex-wrap: nowrap;
  }
}
.cid-t23u1rCcEo .iconfont-wrapper {
  color: #2e6b75 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t23u1rCcEo .dropdown-menu,
.cid-t23u1rCcEo .navbar.opened {
  background: #fff !important;
}
.cid-t23u1rCcEo .nav-item:focus,
.cid-t23u1rCcEo .nav-link:focus {
  outline: none;
}
.cid-t23u1rCcEo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t23u1rCcEo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t23u1rCcEo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t23u1rCcEo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t23u1rCcEo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t23u1rCcEo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t23u1rCcEo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(6, 16, 148, 0);
}
.cid-t23u1rCcEo .navbar.opened {
  transition: all 0.3s;
}
.cid-t23u1rCcEo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t23u1rCcEo .navbar .navbar-logo img {
  width: auto;
}
.cid-t23u1rCcEo .navbar .navbar-collapse {
  z-index: 1;
  margin: 0 auto !important;
}
@media (min-width: 992px) {
  .cid-t23u1rCcEo .navbar .navbar-collapse {
    justify-content: space-between;
    max-width: 1000px;
    margin-right: auto;
    margin-left: 105px;
  }
}
.cid-t23u1rCcEo .navbar.collapsed {
  justify-content: center;
}
.cid-t23u1rCcEo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t23u1rCcEo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t23u1rCcEo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t23u1rCcEo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t23u1rCcEo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t23u1rCcEo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t23u1rCcEo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t23u1rCcEo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t23u1rCcEo .navbar .brand-toggler-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .cid-t23u1rCcEo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t23u1rCcEo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t23u1rCcEo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t23u1rCcEo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t23u1rCcEo .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t23u1rCcEo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t23u1rCcEo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t23u1rCcEo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t23u1rCcEo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t23u1rCcEo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t23u1rCcEo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t23u1rCcEo .navbar.navbar-short {
  min-height: 60px;
  background: #fff;
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
}
.cid-t23u1rCcEo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t23u1rCcEo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t23u1rCcEo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t23u1rCcEo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t23u1rCcEo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t23u1rCcEo .dropdown-item.active,
.cid-t23u1rCcEo .dropdown-item:active {
  background-color: transparent;
}
.cid-t23u1rCcEo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t23u1rCcEo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t23u1rCcEo .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t23u1rCcEo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #061094;
}
.cid-t23u1rCcEo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t23u1rCcEo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t23u1rCcEo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t23u1rCcEo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t23u1rCcEo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t23u1rCcEo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2e6b75;
}
.cid-t23u1rCcEo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t23u1rCcEo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t23u1rCcEo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t23u1rCcEo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t23u1rCcEo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t23u1rCcEo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t23u1rCcEo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t23u1rCcEo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t23u1rCcEo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t23u1rCcEo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400 !important;
}
.cid-t23u1rCcEo a.nav-link:hover {
  color: inherit;
}
.cid-t23u1rCcEo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t23u1rCcEo .navbar {
    height: 70px;
  }
  .cid-t23u1rCcEo .navbar.opened {
    height: auto;
  }
  .cid-t23u1rCcEo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t23u1rCcEo .navbar-caption {
  color: #2e6b75;
  font-weight: 400 !important;
}
.cid-t23u1rCcEo .display-4 {
  font-weight: 500;
}
.cid-t23u1rCcEo .collapsed .container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-t23u1rCcEo .collapsed .brand-toggler-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cid-t23u0IK8ra {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-forma1-1-1920x800.png");
}
.cid-t23u0IK8ra .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t23u0IK8ra .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t23u0IK8ra .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t23u0IK8ra .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-t23u0IK8ra .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-t23u0IK8ra .mbr-section-title {
  color: #5f80f5;
}
.cid-t23u0IK8ra .mbr-text {
  color: #6c7577;
}
.cid-t23u0IK8ra .btn {
  padding: 1rem 3.4rem;
}
.cid-t23u0IK8ra .mbr-text,
.cid-t23u0IK8ra .mbr-section-btn {
  color: #000000;
}
.cid-t29r1eathE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-forma3-1920x800.png");
}
.cid-t29r1eathE .nav-tabs .nav-item.open .nav-link:focus,
.cid-t29r1eathE .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t29r1eathE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t29r1eathE .card_wrap {
  margin-bottom: 20px;
  display: flex;
}
.cid-t29r1eathE .item .iconfont-wrapper {
  background-image: linear-gradient(20deg, #017e7a 0%, #017e7a 33%, #afd7cd 100%);
}
.cid-t29r1eathE .item .mbr-iconfont {
  color: #fff !important;
}
.cid-t29r1eathE .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-t29r1eathE .card_info {
  display: inline-block;
}
.cid-t29r1eathE .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.1));
}
.cid-t29r1eathE .iconfont-wrapper .mbr-iconfont {
  color: #fff;
  font-size: 36px;
  line-height: 70px;
}
.cid-t29r1eathE .mbr-text,
.cid-t29r1eathE .mbr-section-btn {
  text-align: left;
  color: #1a1a1a;
}
.cid-t29r1eathE .card_title {
  padding-bottom: 10px;
  color: #5f80f5;
  text-align: left;
  font-size: 22px;
  line-height: 1.3;
}
.cid-t29r1eathE .card_text {
  margin-bottom: 0;
  color: #000000;
  font-size: 16px;
}
.cid-t29r1eathE .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-t29r1eathE .card_wrap {
    margin-bottom: 25px;
  }
  .cid-t29r1eathE .card_title {
    margin-bottom: 10px;
  }
  .cid-t29r1eathE .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-t29r1eathE .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-t29r1eathE .nav-tabs {
  border-radius: 24px;
  justify-content: center;
  background-color: #dbe3ff;
  border: 0;
  width: 750px;
  margin: 0 auto;
}
.cid-t29r1eathE .nav-tabs li {
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-t29r1eathE .nav-item {
    margin: 0;
  }

	.coluna-2 {
		column-count: 1;
	}

	.text-right {
		text-align: center !important;
	}.text-left {
		text-align: center !important;
	}

	.cid-t29r1eathE .nav-tabs {
		width: 320px;
		margin: 0 auto;
	}

	.cid-t86aEWNbLF .mbr-section-title {
		margin-top: 40px;
	}

	.cid-t86e0wpJfq .mr-30 {
		margin-right: 0!important;
		margin-bottom: 10px;
	}

	.cid-t86aElMnWG .tab-content {
		padding: 20px;
		margin-right: 0;
		margin-left: 0;
	}

	.cid-t86aElMnWG .fs-form2 {
		margin-top: 50px;
	}

	.cid-t86bjUHJE4 {
		text-align: center;
	}

	.cid-t86bjUHJE4 .title__menu {
		margin-top: 30px;
	}

	.cid-t86bjUHJE4 .logo-footer {
		width: 80px;
		padding-right: 0;
		display: inline-block;
	}

	.cid-t23u1rCcEo .navbar.navbar-short {
		min-height: 60px;
		background: #fff !important;
		box-shadow: 6px 5px 30px 0 rgb(0 0 0 / 12%);
	}

}
.cid-t29r1eathE .nav-tabs .nav-link {
  transition: all 0.5s;
  border-radius: 6px !important;
  width: max-content;
  border: none;
}
.cid-t29r1eathE .nav-tabs .nav-link:not(.active) {
  color: #212121;
  font-weight: 500;
}
.cid-t29r1eathE .nav-link,
.cid-t29r1eathE .nav-link.active {
  padding: 0.8rem 2rem;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
}
.cid-t29r1eathE .nav-tabs .nav-link.active {
  background: #ffffff;
  color: #5f80f5;
  font-weight: 500;
}
.cid-t29r1eathE H4 {
  text-align: center;
}
.cid-t29r1eathE H3 {
  text-align: center;
  color: #22d6ab;
}
.cid-t29r1eathE P {
  color: #000000;
}
.cid-t29r1eathE .mbr-section-title {
  text-align: left;
  color: #5f80f5;
}
.cid-t24qasd1YW {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-10-1920x900.jpg");
}
.cid-t24qasd1YW .mbr-section-title {
  color: #ffffff;
}
.cid-t24qasd1YW .mbr-text,
.cid-t24qasd1YW .mbr-section-btn {
  color: #fafafa;
}
.cid-t24qasd1YW .mbr-section-text {
  color: #ffffff;
}
.cid-t24qasd1YW img {
  border-radius: 2rem;
}
.cid-t24qasd1YW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t24qasd1YW .number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t24qasd1YW .image-wrapper {
    display: none;
  }
}
.cid-t86aEWNbLF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-t86aEWNbLF .container,
.cid-t86aEWNbLF .container-fluid {
  position: static;
}
.cid-t86aEWNbLF .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-t86aEWNbLF .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-t86aEWNbLF .mbr-section-title {
  color: #5f80f5;
  margin-bottom: 25px;
}
.cid-t86aEWNbLF .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-t86aEWNbLF .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-t86aEWNbLF .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-t86aEWNbLF .mbr-text {
    margin-top: 38px;
  }
}
.cid-t86aEWNbLF .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-t86aEWNbLF .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-t86aEWNbLF .mbr-section-btn .btn:before {
  display: none;
}
.cid-t86aEWNbLF .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-t86aEWNbLF .image-wrapper {
  max-height: 100%;
}
.cid-t86aEWNbLF .image-wrapper img {
  border-radius: 7px;
  max-width: 100%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-t86aEWNbLF .image-wrapper {
    position: absolute;
    top: 14%;
    width: 37.13%;
    z-index: 2;
    right: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-t86aEWNbLF .image-wrapper {
    width: 44%;
    top: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-t86aEWNbLF .image-wrapper {
    width: 37.13%;
    top: 26%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t86aEWNbLF .image-wrapper {
    top: 26%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-t86aEWNbLF .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-t86aEWNbLF .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-t86aEWNbLF .col-text {
    margin-right: auto;
  }
}
.cid-t86aEWNbLF .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-t86aEWNbLF .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-t86aEWNbLF .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-t86aEWNbLF .list-item {
  display: flex;
  align-items: center;
}
.cid-t86aEWNbLF .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-t86aEWNbLF .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-t86aEWNbLF .icon-wrapper span {
  color: #22d6ab;
  font-size: 13px;
}
.cid-t86aEWNbLF .list-item-text {
  flex-grow: 1;
  color: #010101;
}
.cid-t86aEWNbLF .mbr-text,
.cid-t86aEWNbLF .mbr-section-btn {
  color: #010101;
}
.cid-t86e0wpJfq {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg-8-1920x900.jpg");
}
.cid-t86e0wpJfq .mbr-iconfont {
  color: #ffffff !important;
  font-size: 2.7rem !important;
  font-weight: 100 !important;
}
.cid-t86e0wpJfq .img-icone {
  width: 50px !important;
  height: auto !important;
}
.cid-t86e0wpJfq .help .help-container2 {
  position: relative;
  height: 160px;
  background-color: rgba(26, 163, 131, 0.7);
  box-shadow: 0 5px 15px 0 rgba(110, 110, 110, 0.1);
}
.cid-t86e0wpJfq .help {
  position: relative;
}
.cid-t86e0wpJfq .mr-30 {
  margin-right: 30px;
}
.cid-t86e0wpJfq .help .help-item .img,
.cid-t86e0wpJfq .help .help-item .img1,
.cid-t86e0wpJfq .help .help-item .inform {
  display: inline-block;
  vertical-align: middle;
}
.cid-t86e0wpJfq .help .help-item {
  position: absolute;
  top: -6px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border: 0;
  font-size: 0;
  padding: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.cid-t86e0wpJfq .help .help-item:before {
  content: '';
  position: absolute;
  top: 35px;
  bottom: 0;
  left: 28%;
  width: 1px;
  height: 50%;
  background: #ebebeb;
  transition: all .3s ease;
}
.cid-t86e0wpJfq .help .help-item .img {
  position: relative;
  width: 28%;
  height: 100%;
}
.cid-t86e0wpJfq .help .help-item span {
  position: absolute;
  top: 52%;
  left: 58%;
  width: 55px;
  height: 55px;
  transform: translate(-50%, -50%);
}
.cid-t86e0wpJfq .help .help-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  transform: translate(-50%, -50%);
}
.cid-t86e0wpJfq .help .help-item .inform {
  width: 72% !important;
  padding: 0px 30px;
}
.cid-t86e0wpJfq .help .help-item .inform .card-title {
  font-size: 20px !important;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-t86e0wpJfq .help .help-item .inform .mbr-text {
  font-size: 13px!important;
  line-height: 1.5;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.cid-t86e0wpJfq .help .help-item .inform .btn {
  font-size: 12px!important;
  padding: 4px 9px!important;
  color: #fff;
  margin: 12px 0px 0px 10px !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
.cid-t86e0wpJfq .help .help-item .inform .btn:hover {
  border: 1px solid #fc0001 !important;
}
.cid-t86e0wpJfq .row {
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-t86e0wpJfq .link {
  margin: 0;
}
.cid-t86e0wpJfq .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-t86e0wpJfq .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-t86e0wpJfq h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-t86e0wpJfq h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t86e0wpJfq h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t86e0wpJfq .btn {
  margin: 0.2rem !important;
}
.cid-t86e0wpJfq .card-title,
.cid-t86e0wpJfq .card-img {
  text-align: left;
}
.cid-t86e0wpJfq .mbr-text,
.cid-t86e0wpJfq .link {
  text-align: left;
}
.cid-t86e0wpJfq H1 {
  text-align: left;
}
.cid-t86e0wpJfq .mbr-maintext,
.cid-t86e0wpJfq .mbr-section-btn {
  text-align: left;
}
.cid-taIPbcTTsl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bg-forma2-1920x800.png");
}
.cid-taIPbcTTsl .subtitle {
  font-weight: 300 !important;
}
.cid-taIPbcTTsl ul,
.cid-taIPbcTTsl ol,
.cid-taIPbcTTsl pre,
.cid-taIPbcTTsl blockquote {
  margin-bottom: 0;
}
.cid-taIPbcTTsl .content-right-wrapper .mbr-list {
  color: #212121;
}
.cid-taIPbcTTsl .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .cid-taIPbcTTsl .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-taIPbcTTsl .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-taIPbcTTsl .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #22d6ab;
}
.cid-taIPbcTTsl .content-left-wrapper .mbr-section-title {
  color: #5f80f5;
}
.cid-t86aElMnWG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t86aElMnWG .nav-tabs .nav-item.open .nav-link:focus,
.cid-t86aElMnWG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t86aElMnWG .fs-form {
  font-size: 30px;
  text-align: left;
  color: #5f80f5 !important;
}
.cid-t86aElMnWG .mbr-text span {
  font-size: 25px;
  font-weight: 500;
}
.cid-t86aElMnWG .fs-form2 {
  font-size: 20px;
  text-align: left;
  color: #5f80f5 !important;
}
.cid-t86aElMnWG .cor-roxa {
  color: #5f80f5 !important;
}
.cid-t86aElMnWG .tab-content {
  width: 100%;
  margin-top: 0.5rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
  padding: 3.2rem 3.5rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
.cid-t86aElMnWG .iconfont-wrapper {
  display: block;
}
.cid-t86aElMnWG .iconfont-wrapper span {
  font-size: 35px!important;
  width: 30px;
  height: 30px;
}
.cid-t86aElMnWG .tab-head {
  margin-top: .6rem;
  display: block;
}
.cid-t86aElMnWG .nav-tabs {
  border: none;
  justify-content: center;
}
.cid-t86aElMnWG .nav-item {
  transition: .4s;
  list-style: none;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 1rem;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .cid-t86aElMnWG .nav-item {
    margin: 0;
  }
}
.cid-t86aElMnWG .nav-tabs .nav-link {
  transition: all 0.5s;
  border-radius: 6px !important;
  border: none;
  font-weight: 600;
  width: 220px;
}
.cid-t86aElMnWG .nav-tabs .nav-link:not(.active) {
  color: #212121;
}
.cid-t86aElMnWG .nav-link,
.cid-t86aElMnWG .nav-link.active {
  padding: 1rem 1rem;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
}
.cid-t86aElMnWG .nav-link,
.cid-t86aElMnWG .mbr-iconfont.active {
  padding: 0.8rem 2rem;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
}
.cid-t86aElMnWG .nav-tabs .mbr-iconfont.active {
  color: #fff !important;
}
.cid-t86aElMnWG .nav-tabs .nav-link.active {
  background: #5f80f5;
  color: #ffffff;
}
.cid-t86aElMnWG H4 {
  text-align: center;
}
.cid-t86aElMnWG H3 {
  text-align: center;
  color: #5f80f5;
}
.cid-t86aElMnWG P {
  color: #000000;
}
.cid-t86aElMnWG H5 {
  color: #5f80f5;
}
.cid-t86bjUHJE4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-footer-1-1920x800.jpg");
}
.cid-t86bjUHJE4 .social__wrap {
  padding-top: 5px;
}
.cid-t86bjUHJE4 .social__wrap a {
  margin: 0 15px;
}
.cid-t86bjUHJE4 .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t86bjUHJE4 .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t86bjUHJE4 .social__wrap a:hover {
  color: #1aa383 !important;
}
.cid-t86bjUHJE4 .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-t86bjUHJE4 .logo-footer {
  width: 110px;
  padding-right: 50px;
}
.cid-t86bjUHJE4 .logo-premio {
  width: 100px;
}
.cid-t86bjUHJE4 .menu {
  margin-bottom: 10px;
}
.cid-t86bjUHJE4 .title__menu {
  margin-bottom: 5px;
  font-weight: 500;
  color: #5f80f5;
}
.cid-t86bjUHJE4 .menu__items {
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
}
.cid-t86bjUHJE4 .menu__items a:hover {
  color: #fff !important;
}
.cid-t86bjUHJE4 .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t86bjUHJE4 .social {
  margin-bottom: 50px;
}
.cid-t86bjUHJE4 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t86bjUHJE4 .divider {
  background-color: #18348c;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t86bjUHJE4 .divider {
    margin-top: 0;
  }
}
.cid-t86bjUHJE4 .divider2 {
  background-color: #18348c;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t86bjUHJE4 .divider2 {
    margin-top: 0;
  }
}
.cid-t86bjUHJE4 .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t86bjUHJE4 .brand {
  margin-bottom: 30px;
}
.cid-t86bjUHJE4 .brand__text {
  margin-bottom: 0;
}
.cid-t86bjUHJE4 .brand__text a {
  font-weight: 700;
}
.cid-t86bjUHJE4 .brand__text a:hover {
  color: #1aa383 !important;
}
.cid-t86bjUHJE4 .adress {
  margin-bottom: 50px;
}
.cid-t86bjUHJE4 .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-t86bjUHJE4 .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-t86bjUHJE4 .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t86bjUHJE4 .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t86bjUHJE4 .title__menu {
    margin-bottom: 15px;
  }
  .cid-t86bjUHJE4 .menu__items {
    margin-bottom: 10px;
  }
  .cid-t86bjUHJE4 .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t86bjUHJE4 .bottom__wrap,
  .cid-t86bjUHJE4 .social {
    text-align: center;
  }
  .cid-t86bjUHJE4 .bottom__wrap {
    justify-content: center;
  }
}
.cid-t66piiJQ6F {
  z-index: 1000;
  width: 100%;
}
.cid-t66piiJQ6F nav.navbar {
  position: fixed;
}
.cid-t66piiJQ6F .btn {
  padding: 10px 12px;
  background-image: linear-gradient(20deg, #d0f5ec 0%, #43dcb8 33%, 5dd 0ca 100%);
  border: 0;
}
.cid-t66piiJQ6F .width-logo {
  width: 20%;
}
.cid-t66piiJQ6F .width-menu {
  width: 80%;
}
.cid-t66piiJQ6F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t66piiJQ6F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t66piiJQ6F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t66piiJQ6F .dropdown-item:hover,
.cid-t66piiJQ6F .dropdown-item:focus {
  background: #5f80f5 !important;
  color: white !important;
}
.cid-t66piiJQ6F .dropdown-item:hover span {
  color: white;
}
.cid-t66piiJQ6F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t66piiJQ6F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t66piiJQ6F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t66piiJQ6F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t66piiJQ6F .nav-link {
  position: relative;
  color: #6c7577;
}
.cid-t66piiJQ6F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t66piiJQ6F .container {
    flex-wrap: nowrap;
  }
}
.cid-t66piiJQ6F .iconfont-wrapper {
  color: #2e6b75 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t66piiJQ6F .dropdown-menu,
.cid-t66piiJQ6F .navbar.opened {
  background: #061094 !important;
}
.cid-t66piiJQ6F .nav-item:focus,
.cid-t66piiJQ6F .nav-link:focus {
  outline: none;
}
.cid-t66piiJQ6F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t66piiJQ6F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t66piiJQ6F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t66piiJQ6F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t66piiJQ6F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t66piiJQ6F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t66piiJQ6F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(6, 16, 148, 0);
}
.cid-t66piiJQ6F .navbar.opened {
  transition: all 0.3s;
}
.cid-t66piiJQ6F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t66piiJQ6F .navbar .navbar-logo img {
  width: auto;
}
.cid-t66piiJQ6F .navbar .navbar-collapse {
  z-index: 1;
  margin: 0 auto !important;
}
@media (min-width: 992px) {
  .cid-t66piiJQ6F .navbar .navbar-collapse {
    justify-content: space-between;
    max-width: 1000px;
    margin-right: auto;
    margin-left: 105px;
  }
}
.cid-t66piiJQ6F .navbar.collapsed {
  justify-content: center;
}
.cid-t66piiJQ6F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t66piiJQ6F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t66piiJQ6F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t66piiJQ6F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t66piiJQ6F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t66piiJQ6F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t66piiJQ6F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t66piiJQ6F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t66piiJQ6F .navbar .brand-toggler-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .cid-t66piiJQ6F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t66piiJQ6F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t66piiJQ6F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t66piiJQ6F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t66piiJQ6F .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t66piiJQ6F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t66piiJQ6F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t66piiJQ6F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t66piiJQ6F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t66piiJQ6F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t66piiJQ6F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t66piiJQ6F .navbar.navbar-short {
  min-height: 60px;
  background: #fff;
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
}
.cid-t66piiJQ6F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t66piiJQ6F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t66piiJQ6F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t66piiJQ6F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t66piiJQ6F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t66piiJQ6F .dropdown-item.active,
.cid-t66piiJQ6F .dropdown-item:active {
  background-color: transparent;
}
.cid-t66piiJQ6F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t66piiJQ6F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t66piiJQ6F .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t66piiJQ6F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #061094;
}
.cid-t66piiJQ6F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t66piiJQ6F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t66piiJQ6F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t66piiJQ6F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t66piiJQ6F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t66piiJQ6F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2e6b75;
}
.cid-t66piiJQ6F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t66piiJQ6F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t66piiJQ6F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t66piiJQ6F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t66piiJQ6F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t66piiJQ6F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t66piiJQ6F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t66piiJQ6F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t66piiJQ6F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t66piiJQ6F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400 !important;
}
.cid-t66piiJQ6F a.nav-link:hover {
  color: inherit;
}
.cid-t66piiJQ6F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t66piiJQ6F .navbar {
    height: 70px;
  }
  .cid-t66piiJQ6F .navbar.opened {
    height: auto;
  }
  .cid-t66piiJQ6F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t66piiJQ6F .navbar-caption {
  color: #2e6b75;
  font-weight: 400 !important;
}
.cid-t66piiJQ6F .display-4 {
  font-weight: 500;
}
.cid-t66piiJQ6F .collapsed .container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-t66piiJQ6F .collapsed .brand-toggler-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cid-t66pij6b3B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t66pij6b3B .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t66pij6b3B .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-t66pij6b3B .mbr-text {
  margin: 10px 0 30px;
}
.cid-t66pij6b3B .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-t66pij6b3B .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-t66pij6b3B .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t66pij6b3B .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t66pij6b3B .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-t66pij6b3B .mbr-section-title {
  color: #17161a;
}
.cid-t66pRch79c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t66pRch79c .nav-tabs .nav-item.open .nav-link:focus,
.cid-t66pRch79c .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t66pRch79c .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-t66pRch79c .nav-tabs .nav-item {
  padding: 0.8rem 3rem 0.8rem 0rem;
  border-bottom: 1px solid #f9f7f6;
}
.cid-t66pRch79c .quote {
  padding-top: 0.8rem;
  color: #000000;
  font-weight: 700;
}
.cid-t66pRch79c .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-t66pRch79c .nav {
  flex-direction: column;
}
.cid-t66pRch79c .nav-tabs .nav-link {
  padding: 0.2rem 1rem;
  color: #c3c3c3;
  font-style: normal;
  font-weight: 700;
  transition: all 0.5s;
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t66pRch79c .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1aa383;
  border-left: 3px solid #1aa383;
}
.cid-t66pRch79c .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #1aa383;
  font-style: normal;
  border-left: 3px solid #1aa383;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-t66pRch79c .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-t66pRch79c .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t66pRch79c p {
    padding-left: 0rem;
  }
  .cid-t66pRch79c .quote {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-t66pRch79c .mbr-text {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-t66pRch79c .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t66pRch79c .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-t66pRch79c p {
    padding-left: 0rem;
  }
}
.cid-t86bjUHJE4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-footer-1-1920x800.jpg");
}
.cid-t86bjUHJE4 .social__wrap {
  padding-top: 5px;
}
.cid-t86bjUHJE4 .social__wrap a {
  margin: 0 15px;
}
.cid-t86bjUHJE4 .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t86bjUHJE4 .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t86bjUHJE4 .social__wrap a:hover {
  color: #1aa383 !important;
}
.cid-t86bjUHJE4 .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-t86bjUHJE4 .logo-footer {
  width: 110px;
  padding-right: 50px;
}
.cid-t86bjUHJE4 .logo-premio {
  width: 100px;
}
.cid-t86bjUHJE4 .menu {
  margin-bottom: 10px;
}
.cid-t86bjUHJE4 .title__menu {
  margin-bottom: 5px;
  font-weight: 500;
  color: #5f80f5;
}
.cid-t86bjUHJE4 .menu__items {
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
}
.cid-t86bjUHJE4 .menu__items a:hover {
  color: #fff !important;
}
.cid-t86bjUHJE4 .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t86bjUHJE4 .social {
  margin-bottom: 50px;
}
.cid-t86bjUHJE4 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t86bjUHJE4 .divider {
  background-color: #18348c;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t86bjUHJE4 .divider {
    margin-top: 0;
  }
}
.cid-t86bjUHJE4 .divider2 {
  background-color: #18348c;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t86bjUHJE4 .divider2 {
    margin-top: 0;
  }
}
.cid-t86bjUHJE4 .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t86bjUHJE4 .brand {
  margin-bottom: 30px;
}
.cid-t86bjUHJE4 .brand__text {
  margin-bottom: 0;
}
.cid-t86bjUHJE4 .brand__text a {
  font-weight: 700;
}
.cid-t86bjUHJE4 .brand__text a:hover {
  color: #1aa383 !important;
}
.cid-t86bjUHJE4 .adress {
  margin-bottom: 50px;
}
.cid-t86bjUHJE4 .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-t86bjUHJE4 .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-t86bjUHJE4 .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t86bjUHJE4 .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t86bjUHJE4 .title__menu {
    margin-bottom: 15px;
  }
  .cid-t86bjUHJE4 .menu__items {
    margin-bottom: 10px;
  }
  .cid-t86bjUHJE4 .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t86bjUHJE4 .bottom__wrap,
  .cid-t86bjUHJE4 .social {
    text-align: center;
  }
  .cid-t86bjUHJE4 .bottom__wrap {
    justify-content: center;
  }
}
.cid-t2ajLSYPaq {
  z-index: 1000;
  width: 100%;
}
.cid-t2ajLSYPaq nav.navbar {
  position: fixed;
}
.cid-t2ajLSYPaq .btn {
  padding: 10px 12px;
  background-image: linear-gradient(20deg, #d0f5ec 0%, #43dcb8 33%, 5dd 0ca 100%);
  border: 0;
}
.cid-t2ajLSYPaq .width-logo {
  width: 20%;
}
.cid-t2ajLSYPaq .width-menu {
  width: 80%;
}
.cid-t2ajLSYPaq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2ajLSYPaq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2ajLSYPaq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2ajLSYPaq .dropdown-item:hover,
.cid-t2ajLSYPaq .dropdown-item:focus {
  background: #5f80f5 !important;
  color: white !important;
}
.cid-t2ajLSYPaq .dropdown-item:hover span {
  color: white;
}
.cid-t2ajLSYPaq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2ajLSYPaq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2ajLSYPaq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t2ajLSYPaq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2ajLSYPaq .nav-link {
  position: relative;
  color: #6c7577;
}
.cid-t2ajLSYPaq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2ajLSYPaq .container {
    flex-wrap: nowrap;
  }
}
.cid-t2ajLSYPaq .iconfont-wrapper {
  color: #2e6b75 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2ajLSYPaq .dropdown-menu,
.cid-t2ajLSYPaq .navbar.opened {
  background: #061094 !important;
}
.cid-t2ajLSYPaq .nav-item:focus,
.cid-t2ajLSYPaq .nav-link:focus {
  outline: none;
}
.cid-t2ajLSYPaq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2ajLSYPaq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2ajLSYPaq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2ajLSYPaq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2ajLSYPaq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2ajLSYPaq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2ajLSYPaq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(6, 16, 148, 0);
}
.cid-t2ajLSYPaq .navbar.opened {
  transition: all 0.3s;
}
.cid-t2ajLSYPaq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2ajLSYPaq .navbar .navbar-logo img {
  width: auto;
}
.cid-t2ajLSYPaq .navbar .navbar-collapse {
  z-index: 1;
  margin: 0 auto !important;
}
@media (min-width: 992px) {
  .cid-t2ajLSYPaq .navbar .navbar-collapse {
    justify-content: space-between;
    max-width: 1000px;
    margin-right: auto;
    margin-left: 105px;
  }
}
.cid-t2ajLSYPaq .navbar.collapsed {
  justify-content: center;
}
.cid-t2ajLSYPaq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2ajLSYPaq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t2ajLSYPaq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2ajLSYPaq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2ajLSYPaq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2ajLSYPaq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2ajLSYPaq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2ajLSYPaq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2ajLSYPaq .navbar .brand-toggler-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .cid-t2ajLSYPaq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2ajLSYPaq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2ajLSYPaq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2ajLSYPaq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2ajLSYPaq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2ajLSYPaq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2ajLSYPaq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2ajLSYPaq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2ajLSYPaq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2ajLSYPaq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2ajLSYPaq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2ajLSYPaq .navbar.navbar-short {
  min-height: 60px;
  background: #fff;
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
}
.cid-t2ajLSYPaq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2ajLSYPaq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2ajLSYPaq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2ajLSYPaq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2ajLSYPaq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2ajLSYPaq .dropdown-item.active,
.cid-t2ajLSYPaq .dropdown-item:active {
  background-color: transparent;
}
.cid-t2ajLSYPaq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2ajLSYPaq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2ajLSYPaq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2ajLSYPaq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #061094;
}
.cid-t2ajLSYPaq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2ajLSYPaq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2ajLSYPaq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2ajLSYPaq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2ajLSYPaq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2ajLSYPaq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2e6b75;
}
.cid-t2ajLSYPaq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2ajLSYPaq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2ajLSYPaq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2ajLSYPaq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2ajLSYPaq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2ajLSYPaq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2ajLSYPaq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2ajLSYPaq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2ajLSYPaq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2ajLSYPaq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400 !important;
}
.cid-t2ajLSYPaq a.nav-link:hover {
  color: inherit;
}
.cid-t2ajLSYPaq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2ajLSYPaq .navbar {
    height: 70px;
  }
  .cid-t2ajLSYPaq .navbar.opened {
    height: auto;
  }
  .cid-t2ajLSYPaq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2ajLSYPaq .navbar-caption {
  color: #2e6b75;
  font-weight: 400 !important;
}
.cid-t2ajLSYPaq .display-4 {
  font-weight: 500;
}
.cid-t2ajLSYPaq .collapsed .container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-t2ajLSYPaq .collapsed .brand-toggler-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cid-t2an06wUv7 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-forma1-1-1920x800.png");
}
.cid-t2an06wUv7 .mbr-section-title {
  color: #5f80f5;
  text-align: center;
}
.cid-t2an06wUv7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  font-size: 20px !important;
}
.cid-t2al1UR7xs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-solucoes-1-1920x900.jpg");
}
@media (max-width: 991px) {
  .cid-t2al1UR7xs .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-t2al1UR7xs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2al1UR7xs .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t2al1UR7xs .mbr-section-title {
  color: #ffffff;
}
.cid-t2al1UR7xs .mbr-text {
  color: #ffffff;
}
.cid-t2al1UR7xs .mbr-description {
  color: #6c7577;
}
.cid-t86mmyXcCU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0e5746;
}
.cid-t86mmyXcCU .content__block {
  padding: 50px 15px;
}
.cid-t86mmyXcCU .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #5f80f5;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-t86mmyXcCU .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-t86mmyXcCU .mbr-text {
  opacity: 0.8;
  margin-bottom: 25px;
}
.cid-t86mmyXcCU .image {
  perspective: 3500px;
  position: relative;
}
.cid-t86mmyXcCU .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(14, 87, 70, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-t86mmyXcCU .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t86mmyXcCU .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t86mmyXcCU .mbr-section-btn .btn-white-outline:hover {
  color: #5f80f5 !important;
}
@media (max-width: 991px) {
  .cid-t86mmyXcCU .content__block {
    padding: 30px 15px;
  }
  .cid-t86mmyXcCU .mbr-figure {
    padding: 0;
  }
  .cid-t86mmyXcCU .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(14, 87, 70, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-t86mmyXcCU .lg-push {
    right: 5%;
  }
  .cid-t86mmyXcCU .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-t86mmyXcCU .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-t86mmyXcCU .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-t86gVdIVFH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-solucoes-3-1920x900.jpg");
}
@media (max-width: 991px) {
  .cid-t86gVdIVFH .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-t86gVdIVFH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t86gVdIVFH .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t86gVdIVFH .mbr-section-title {
  color: #ffffff;
}
.cid-t86gVdIVFH .mbr-text {
  color: #ffffff;
}
.cid-t86gVdIVFH .mbr-description {
  color: #6c7577;
}
.cid-t86bjUHJE4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-footer-1-1920x800.jpg");
}
.cid-t86bjUHJE4 .social__wrap {
  padding-top: 5px;
}
.cid-t86bjUHJE4 .social__wrap a {
  margin: 0 15px;
}
.cid-t86bjUHJE4 .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t86bjUHJE4 .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t86bjUHJE4 .social__wrap a:hover {
  color: #1aa383 !important;
}
.cid-t86bjUHJE4 .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-t86bjUHJE4 .logo-footer {
  width: 110px;
  padding-right: 50px;
}
.cid-t86bjUHJE4 .logo-premio {
  width: 100px;
}
.cid-t86bjUHJE4 .menu {
  margin-bottom: 10px;
}
.cid-t86bjUHJE4 .title__menu {
  margin-bottom: 5px;
  font-weight: 500;
  color: #5f80f5;
}
.cid-t86bjUHJE4 .menu__items {
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
}
.cid-t86bjUHJE4 .menu__items a:hover {
  color: #fff !important;
}
.cid-t86bjUHJE4 .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t86bjUHJE4 .social {
  margin-bottom: 50px;
}
.cid-t86bjUHJE4 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t86bjUHJE4 .divider {
  background-color: #18348c;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t86bjUHJE4 .divider {
    margin-top: 0;
  }
}
.cid-t86bjUHJE4 .divider2 {
  background-color: #18348c;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t86bjUHJE4 .divider2 {
    margin-top: 0;
  }
}
.cid-t86bjUHJE4 .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t86bjUHJE4 .brand {
  margin-bottom: 30px;
}
.cid-t86bjUHJE4 .brand__text {
  margin-bottom: 0;
}
.cid-t86bjUHJE4 .brand__text a {
  font-weight: 700;
}
.cid-t86bjUHJE4 .brand__text a:hover {
  color: #1aa383 !important;
}
.cid-t86bjUHJE4 .adress {
  margin-bottom: 50px;
}
.cid-t86bjUHJE4 .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-t86bjUHJE4 .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-t86bjUHJE4 .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t86bjUHJE4 .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t86bjUHJE4 .title__menu {
    margin-bottom: 15px;
  }
  .cid-t86bjUHJE4 .menu__items {
    margin-bottom: 10px;
  }
  .cid-t86bjUHJE4 .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t86bjUHJE4 .bottom__wrap,
  .cid-t86bjUHJE4 .social {
    text-align: center;
  }
  .cid-t86bjUHJE4 .bottom__wrap {
    justify-content: center;
  }
}
