.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
section {
    background-color: #ffffff;
}
.text-center {
	text-align: center !important;
}
.fw-bold {
	font-weight: 600 !important;
}
.h-90 {
	height: 90% !important;
}
.hidden-mobile { display: block; }
.hidden-desktop { display: none; }

@media (max-width: 767px) {
    .hidden-mobile { display: none; }
    .hidden-desktop { display: block; }
    
    .mt30Mobile { margin-top: 30px !important; }
    
    .twdata_card { padding: 10px 20px 30px; }
    
    .pagContratos .cid-tIqK5KWNlT { padding-top: 30px; }
    .pagContratos .mt-4 { margin-top: 0 !important; }
    
}
.mt-30 {
	margin-top: 30px !important;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.3rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}

.display-6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 1.65;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
  }
}

/** Serviços Custom **/
.service-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.20);
  background: #0b2a44bd;
}

.card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.card-media {
  margin: 0;
  aspect-ratio: 3 / 4;
      min-height: 400px;
  overflow: hidden;
  position: relative;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .5s ease;
}

.card-body {
  position: absolute;
  left: 0;
  right: 16px;
  bottom: 0;
  background: #0b2a44bd;
  color: #fff;
  border-radius: 18px;
      padding: 18px;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
  transition: background-color .35s ease, transform .35s ease;
}

.card-title {
      margin: 0 0 5px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.2;
}

.card-desc {
  margin: 0 0 5px;
  font-size: .95rem;
  line-height: 1.5;
  opacity: .95;
}

.card-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: .95rem;
}

.service-card:hover .card-media img {
  transform: scale(1.06);
}

.service-card:hover .card-body {
  background: #061928;
  transform: translateY(-4px);
}

.card-link:focus-visible .card-body {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

@media (max-width: 767px) {
	.services-space-mobile {
		margin-bottom: 20px;
	}
}

.mbr-section-btn2 .btn {
	border-radius: 0 !important;
}

/** Diferenciais **/
.py-6{ padding-top: 4rem; padding-bottom: 4rem; }

p {
	padding: 10px 0;
}

.sec-results{
  position: relative;
  background: url("../../../assets/images/home/background-beneficios.jpg") center/cover no-repeat;
  color: #fff;
}
.sec-results::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(14, 20, 36, 0.75);
}
.sec-results > .container{
  position: relative;
  z-index: 1; /* garante que o conteúdo fique acima do overlay */
}

.feature-card{
      background: #d8dadf36;
    border-radius: 20px;
    /* box-shadow: 0 6px 18px rgba(0, 0, 0, .16); */
    overflow: hidden;
    backdrop-filter: blur(58px);
    -webkit-backdrop-filter: blur(58px);
    border: 1px solid #FFFFFF1C;
}
.feature-icon img{
      width: 48px;
    height: 48px;
  object-fit:contain;
}
.feature-title{
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 18px !important;
	line-height: 1.4 !important;
}
.feature-item p {
	font-size: 15px !important;
}
.feature-desc{
    margin: 5px 0;
    color: #dbdbdb;
    font-size: 13px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

.feature-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  transition: transform .25s ease, box-shadow .25s ease;
}

/** Blog **/
.twdata_card_titulo {
	font-family: 'Open Sans', sans-serif;
}
.loop_categ {
	font-family: 'Open Sans', sans-serif;
}
.twdata_card_data {
	font-family: 'Open Sans', sans-serif;
}
.twdata_list-group {
		font-family: 'Open Sans', sans-serif;
}

.loop_input_search {
	font-family: 'Open Sans', sans-serif;	
}

/** Missão - Sobre **/
.image-wrapper img {
	border-radius: 10px !important;
}

.section-divider {
	position: relative;
}

.section-divider::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 46%;
	width: 1px;
	background-color: #e5e5e5;
}

.compromisso-title {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	font-family: 'Open Sans', sans-serif;
}

.feature-item {
	margin-bottom: 2rem;
}

.me3 {
	margin-right: 10px;
}

.arrow-icon {
	color: #009d3f;
	transition: transform 0.3s ease;
	margin-right: 15px;
}

.feature-item:hover .arrow-icon {
	transform: translateX(5px);
}

.feature-title2 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

@media (max-width: 767.98px) {
	.section-divider::after {
		display: none;
	}
}

/** Page Title **/
.header-sobre { 
  background-color: #030B1E;
  background-image: linear-gradient(
    90deg,
    #030B1E 0%,
    #031323 10%,
    #012032 22%,
    #00283A 38%,
    #003042 55%,
    #003649 75%,
    #003B4B 100%
  ) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-blog { 
	background-color: #030B1E;
  background-image: linear-gradient(
    90deg,
    #030B1E 0%,
    #031323 10%,
    #012032 22%,
    #00283A 38%,
    #003042 55%,
    #003649 75%,
    #003B4B 100%
  ) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-manutencao { 
	background-color: #030B1E;
  background-image: linear-gradient(
    90deg,
    #030B1E 0%,
    #031323 10%,
    #012032 22%,
    #00283A 38%,
    #003042 55%,
    #003649 75%,
    #003B4B 100%
  ) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-instalacao { 
	background-color: #030B1E;
  background-image: linear-gradient(
    90deg,
    #030B1E 0%,
    #031323 10%,
    #012032 22%,
    #00283A 38%,
    #003042 55%,
    #003649 75%,
    #003B4B 100%
  ) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-projetos { 
	background-color: #030B1E;
  background-image: linear-gradient(
    90deg,
    #030B1E 0%,
    #031323 10%,
    #012032 22%,
    #00283A 38%,
    #003042 55%,
    #003649 75%,
    #003B4B 100%
  ) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-contato { 
	background-color: #030B1E;
  background-image: linear-gradient(
    90deg,
    #030B1E 0%,
    #031323 10%,
    #012032 22%,
    #00283A 38%,
    #003042 55%,
    #003649 75%,
    #003B4B 100%
  ) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

/** Serviços **/
.font-size-subtitle {
	font-size: 17px !important;
	line-height: 1.6;
}

.img-wrap img {
	border-radius: 10px !important;
}

/** Cores **/
.cor-azul {
	color: #18f8f8 !important;
}

.cor-verde {
	color: #009d3f;
}

/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 36px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 36px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 36px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 36px;
}
.bg-primary {
  background-color: #009d3f !important;
}
.bg-success {
  background-color: #44a001 !important;
}
.bg-info {
  background-color: #28334f !important;
}
.bg-warning {
  background-color: #148221 !important;
}
.bg-danger {
  background-color: #e2e2e2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #009d3f !important;
  border-color: #009d3f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #009d3f;
  border-color: #009d3f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #009d3f !important;
  border-color: #009d3f !important;
}
.btn-primary:hover {
  background-color: #0b8e00 !important;
  border-color: #0b8e00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #353534 !important;
  border-color: #353534 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #353534;
  border-color: #353534;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #353534 !important;
  border-color: #353534 !important;
}
.btn-secondary:hover {
  background-color: #009d3f !important;
  border-color: #009d3f !important;
}
.btn-info,
.btn-info:active {
  background-color: #28334f !important;
  border-color: #28334f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #28334f;
  border-color: #28334f;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #28334f !important;
  border-color: #28334f !important;
}
.btn-info:hover {
  background-color: #171d2d !important;
  border-color: #171d2d !important;
}
.btn-success,
.btn-success:active {
  background-color: #44a001 !important;
  border-color: #44a001 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #44a001;
  border-color: #44a001;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #44a001 !important;
  border-color: #44a001 !important;
}
.btn-success:hover {
  background-color: #2e6d01 !important;
  border-color: #2e6d01 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #148221 !important;
  border-color: #148221 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #148221;
  border-color: #148221;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.btn-warning:hover {
  background-color: #0d5616 !important;
  border-color: #0d5616 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: #626262 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #626262 !important;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #626262 !important;
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
}
.btn-danger:hover {
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #009d3f;
  color: #009d3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #009d3f !important;
  border-color: #009d3f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #009d3f !important;
  border-color: #009d3f !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #353534;
  color: #353534;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #353534 !important;
  border-color: #353534;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #353534 !important;
  border-color: #353534 !important;
}
.btn-secondary-outline:hover {
  background-color: #009d3f !important;
  border-color: #009d3f !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #28334f;
  color: #28334f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #28334f !important;
  border-color: #28334f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #28334f !important;
  border-color: #28334f !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #44a001;
  color: #44a001;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #44a001 !important;
  border-color: #44a001;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #44a001 !important;
  border-color: #44a001 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #148221;
  color: #148221;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #148221 !important;
  border-color: #148221;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e2e2e2;
  color: #e2e2e2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #626262 !important;
  background: #e2e2e2 !important;
  border-color: #e2e2e2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #626262 !important;
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #009d3f !important;
}
.text-secondary {
  color: #353534 !important;
}
.text-success {
  color: #44a001 !important;
}
.text-info {
  color: #28334f !important;
}
.text-warning {
  color: #148221 !important;
}
.text-danger {
  color: #e2e2e2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #075b00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #020201 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #193b00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #06070b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #062a0b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #afafaf !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #009d3f !important;
}
.alert-success {
  background-color: #44a001;
}
.alert-info {
  background-color: #28334f;
}
.alert-warning {
  background-color: #148221;
}
.alert-danger {
  background-color: #e2e2e2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #009d3f;
  border-color: #009d3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #009d3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #50ff42;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7ffe23;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #94a3c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #36e04a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #009d3f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #009d3f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #009d3f;
  border-bottom-color: #009d3f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #009d3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #353534 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar.navbar-short .nav-link {
  color: #fff !important;
  border-color: #fff;
}
.cid-ttI6DwG6NO .nav-link {
  font-size: 16px !important;
  color: #fff;
  position: relative;
  font-weight: 400 !important;
}
.cid-ttI6DwG6NO .nav-link:hover {
  color: #009d3f  !important;
}
.cid-ttI6DwG6NO .nav-dropdown .dropdown-item {
  line-height: 1.5 !important;
}
.cid-ttI6DwG6NO .btn {
  margin: 0rem 0.5rem;
  padding: 6px 10px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.cid-ttI6DwG6NO .btn:hover {
  color: #fff !important;
}
.cid-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item {
  color: #000 !important;
  font-weight: 400 !important;
  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-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item:hover {
  color: #009d3f !important;
  opacity: 1 !important;
}
.cid-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .dropdown-item {
  color: #fff !important;
}
.cid-ttI6DwG6NO .mb-10 {
  margin-bottom: 10px !important;
}
.cid-ttI6DwG6NO .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-ttI6DwG6NO .btn-white {
  color: #009d3f !important;
}
.cid-ttI6DwG6NO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .4em !important;
}
.cid-ttI6DwG6NO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttI6DwG6NO .container {
  display: flex;
  margin: auto;
}
.cid-ttI6DwG6NO .navbar.navbar-short .nav-link,
.cid-ttI6DwG6NO .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-ttI6DwG6NO .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-ttI6DwG6NO .navbar.opened {
  background: #28334f !important;
}
.cid-ttI6DwG6NO .nav-item:focus,
.cid-ttI6DwG6NO .nav-link:focus {
  outline: none;
}
.cid-ttI6DwG6NO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttI6DwG6NO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttI6DwG6NO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #28334f;
  background: none;
}
.cid-ttI6DwG6NO .navbar.opened {
  transition: all 0.3s;
}
.cid-ttI6DwG6NO .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ttI6DwG6NO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttI6DwG6NO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttI6DwG6NO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttI6DwG6NO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttI6DwG6NO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttI6DwG6NO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttI6DwG6NO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttI6DwG6NO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttI6DwG6NO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttI6DwG6NO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttI6DwG6NO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttI6DwG6NO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-ttI6DwG6NO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttI6DwG6NO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ttI6DwG6NO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttI6DwG6NO .navbar.navbar-short {
  background: #28334f !important;
  min-height: 60px;
}
.cid-ttI6DwG6NO .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-ttI6DwG6NO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttI6DwG6NO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttI6DwG6NO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttI6DwG6NO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttI6DwG6NO .dropdown-item.active,
.cid-ttI6DwG6NO .dropdown-item:active {
  background-color: transparent;
}
.cid-ttI6DwG6NO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttI6DwG6NO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttI6DwG6NO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttI6DwG6NO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #28334f;
}
.cid-ttI6DwG6NO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttI6DwG6NO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttI6DwG6NO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttI6DwG6NO .navbar-buttons {
  text-align: center;
}
.cid-ttI6DwG6NO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttI6DwG6NO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttI6DwG6NO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .icons-menu span {
  font-size: 20px;
  color: #009d3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttI6DwG6NO .navbar {
    height: 77px;
  }
  .cid-ttI6DwG6NO .navbar.opened {
    height: auto;
  }
  .cid-ttI6DwG6NO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttI82rXoQ0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  margin-top: -70px;
  background-color: #eeeeee;
}
.cid-ttI82rXoQ0 .carousel {
  height: 550px;
}
.cid-ttI82rXoQ0 .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-ttI82rXoQ0 .carousel-item,
.cid-ttI82rXoQ0 .carousel-inner {
  height: 100%;
}
.cid-ttI82rXoQ0 .mbr-section-title {
  font-weight: 400 !important;
  text-align: left;
  margin-bottom: 20px;
}
.cid-ttI82rXoQ0 .mbr-text {
  margin-bottom: 20px;
}
.cid-ttI82rXoQ0 .text-right {
  text-align: right !important;
}
.cid-ttI82rXoQ0 .slider-1 {
  left: -696px !important;
}
.cid-ttI82rXoQ0 .slider-2 {
  right: -457px !important;
  text-align: right !important;
}
.cid-ttI82rXoQ0 .slider-3 {
  left: -460px !important;
}
.cid-ttI82rXoQ0 .btn-pd {
  padding: 12px 17px !important;
}
.cid-ttI82rXoQ0 .mbr-overlay {
  z-index: 1;
}
.cid-ttI82rXoQ0 .carousel-caption {
  top: 55%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-ttI82rXoQ0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ttI82rXoQ0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ttI82rXoQ0 .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-ttI82rXoQ0 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttI82rXoQ0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ttI82rXoQ0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ttI82rXoQ0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ttI82rXoQ0 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-ttI82rXoQ0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttI82rXoQ0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ttI82rXoQ0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ttI82rXoQ0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ttI82rXoQ0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #ebeaed;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-ttI82rXoQ0 .carousel-indicators li.active {
  background-color: #01eff0;
}
.cid-ttI82rXoQ0 .carousel-indicators li.active,
.cid-ttI82rXoQ0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ttI82rXoQ0 .carousel-indicators li::after,
.cid-ttI82rXoQ0 .carousel-indicators li::before {
  content: none;
}
.cid-ttI82rXoQ0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ttI82rXoQ0 .carousel-indicators {
    display: none !important;
  }
}
.cid-ttI82rXoQ0 .btn {
  color: #ffffff !important;
}
.cid-ttI82rXoQ0 .btn.btn-primary-outline {
  border: 1px solid #009d3f;
}
.cid-ttI82rXoQ0 .btn.btn-primary-outline:hover {
  background-color: #009d3f !important;
  color: #ffffff !important;
}
.cid-ttI82rXoQ0 .btn.btn-secondary-outline {
  border: 1px solid #353534;
}
.cid-ttI82rXoQ0 .btn.btn-secondary-outline:hover {
  background-color: #353534 !important;
  color: #ffffff !important;
}
.cid-ttI82rXoQ0 .btn.btn-success-outline {
  border: 1px solid #44a001;
}
.cid-ttI82rXoQ0 .btn.btn-success-outline:hover {
  background-color: #44a001 !important;
  color: #ffffff !important;
}
.cid-ttI82rXoQ0 .btn.btn-info-outline {
  border: 1px solid #28334f;
}
.cid-ttI82rXoQ0 .btn.btn-info-outline:hover {
  background-color: #28334f !important;
  color: #ffffff !important;
}
.cid-ttI82rXoQ0 .btn.btn-warning-outline {
  border: 1px solid #148221;
}
.cid-ttI82rXoQ0 .btn.btn-warning-outline:hover {
  background-color: #148221 !important;
  color: #ffffff !important;
}
.cid-ttI82rXoQ0 .btn.btn-danger-outline {
  border: 1px solid #e2e2e2;
}
.cid-ttI82rXoQ0 .btn.btn-danger-outline:hover {
  background-color: #e2e2e2 !important;
  color: #ffffff !important;
}
.cid-ttI82rXoQ0 .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-ttI82rXoQ0 .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-ttI82rXoQ0 .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-ttI82rXoQ0 .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-ttI82rXoQ0 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-ttI82rXoQ0 .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-ttI82rXoQ0 .carousel-control {
    display: none;
  }
  .cid-ttI82rXoQ0 .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-ttI82rXoQ0 .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-ttI82rXoQ0 .mbr-text,
.cid-ttI82rXoQ0 .mbr-section-btn {
  text-align: left;
}
.cid-ttIjXyG9kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28334f;
}
.cid-ttIjXyG9kZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttIjXyG9kZ .card-title strong {
  font-weight: 400 !important;
}
.cid-ttIjXyG9kZ .card-title {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 10px;
}
.cid-ttIjXyG9kZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttIjXyG9kZ .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ttIjXyG9kZ .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ttIjXyG9kZ .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ttIjXyG9kZ .card-text {
  font-weight: 300;
  color: #f5f7fd;
  margin-bottom: 0;
}
.cid-ttIjXyG9kZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttIjXyG9kZ .card-row {
  align-items: stretch;
}
.cid-ttIjXyG9kZ .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ttIjXyG9kZ .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 20px 16px;
  overflow: hidden;
  border-radius: 25px;
  border: 1px solid #009d3f;
}
.cid-ttIjXyG9kZ .card-box {
  height: 100%;
}
.cid-ttIjXyG9kZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 15px;
}
.cid-ttIjXyG9kZ .iconfont-wrapper .mbr-iconfont {
  font-size: 35px;
  color: #009d3f;
}
.cid-szbl4W0Ti8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0e1424;
}
.cid-szbl4W0Ti8 .content__block {
  padding: 30px 15px;
}
.cid-szbl4W0Ti8 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ececec;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-szbl4W0Ti8 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-szbl4W0Ti8 .mbr-text {
  opacity: 0.8;
  margin-bottom: 25px;
  line-height: 1.6;
}
.cid-szbl4W0Ti8 .image {
  perspective: 3500px;
  position: relative;
}
.cid-szbl4W0Ti8 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(14, 20, 36, 1));
  z-index: 1;
  pointer-events: none;
}
.cid-szbl4W0Ti8 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-szbl4W0Ti8 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-szbl4W0Ti8 .mbr-section-btn .btn-white-outline:hover {
  color: #ececec !important;
}
@media (max-width: 991px) {
  .cid-szbl4W0Ti8 .content__block {
    padding: 30px 15px;
  }
  .cid-szbl4W0Ti8 .mbr-figure {
    padding: 0;
  }
  .cid-szbl4W0Ti8 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(40, 51, 79, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-szbl4W0Ti8 .lg-push {
    right: 9%;
  }
  .cid-szbl4W0Ti8 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-szbl4W0Ti8 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-szbl4W0Ti8 .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-szbl4W0Ti8 .mbr-text,
.cid-szbl4W0Ti8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIr4B8fuhw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIr4B8fuhw .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tIr4B8fuhw .btn {
  color: #fff !important;
}
.cid-tIr4B8fuhw .btn:hover {
  background-color: #009d3f !important;
  color: #fff !important;
}
.cid-tIr4B8fuhw .mbr-section-title {
  text-align: left;
}
.cid-tIr4B8fuhw .mbr-section-subtitle {
  font-size: 30px;
  color: #212121;
}
@media (max-width: 991px) {
  .cid-tIr4B8fuhw .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-tIr4B8fuhw .video-wrapper img {
  width: 100%;
}
.cid-tIr4B8fuhw .label-text {
  color: #000000;
}
.cid-tIr1TN9o4O {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIr1TN9o4O .images-container {
  display: grid;
  width: 100%;
  max-width: 100%;
  align-items: center;
  grid-column-gap: 0.83rem;
  grid-row-gap: 0.83rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tIr1TN9o4O .images-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tIr1TN9o4O .images-container {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-tIr1TN9o4O .mbr-section-head {
  display: flex;
  width: 100%;
  align-items: center;
}
.cid-tIr1TN9o4O .mbr-section-title {
  width: 100%;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIr1TN9o4O .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tIr1TN9o4O img {
  max-width: 90%;
  width: auto;
  margin: auto;
}
.cid-tIr1TN9o4O .card {
  transition: all 0.3s;
  height: fit-content;
  width: 100%;
}
.cid-tIpaKhYxCT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/banner-certificados.jpg");
}
.cid-tIpaKhYxCT .mbr-section-title {
  line-height: 1.8;
  text-align: center;
  color: #ffffff;
}
.cid-tIpaKhYxCT .fs-subtitle {
  line-height: 1.5;
  font-size: 17px !important;
  text-align: center!important;
}
.cid-tIpaKhYxCT .mbr-section-btn .btn {
  min-width: 100px;
  border-radius: 0;
}
.cid-tIpaKhYxCT .btn-sm {
  padding: 6px 9px !important;
  font-size: 13px;
}
.cid-tIpaKhYxCT .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tIpaKhYxCT .container {
    max-width: 1130px;
  }
  .cid-tIpaKhYxCT .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-tIpaKhYxCT .mbr-section-btn {
  padding-top: 0px;
  text-align: center!important;
}
.cid-tIpaKhYxCT .btn-outline {
  color: #f1ce00!important;
  background-color: transparent !important;
  border: 1px solid #f1ce00;
}
.cid-tIpaKhYxCT .btn-outline:hover {
  color: #fff !important;
  background-color: #f1ce00 !important;
  border: 1px solid #f1ce00 !important;
}
.cid-tIpaKhYxCT .card-title {
  font-size: 20px !important;
  text-align: center;
  color: #ffffff;
}
.cid-tIpaKhYxCT .mbr-text {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-tIpaKhYxCT .item-content {
  padding: 0 1rem;
}
.cid-tIpaKhYxCT .item img {
  width: 50px;
  margin-bottom: 15px;
  display: inline-block;
}
.cid-tIpaKhYxCT .item:focus,
.cid-tIpaKhYxCT span:focus {
  outline: none;
}
.cid-tIpaKhYxCT .item-wrapper {
  position: relative;
  text-align: center;
}
.cid-tIpaKhYxCT .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  padding: 30px 5px 25px 5px;
}
.cid-tIpaKhYxCT .embla__slide {
  border-radius: 10px;
  background: transparent;
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
  margin: 34px 0;
}
@media (max-width: 768px) {
  .cid-tIpaKhYxCT .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tIpaKhYxCT .embla__button--next,
.cid-tIpaKhYxCT .embla__button--prev {
  display: flex;
}
.cid-tIpaKhYxCT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #1c2127;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
}
.cid-tIpaKhYxCT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tIpaKhYxCT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIpaKhYxCT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIpaKhYxCT .embla__button {
    top: auto;
  }
}
.cid-tIpaKhYxCT .embla {
  position: relative;
  width: 100%;
}
.cid-tIpaKhYxCT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tIpaKhYxCT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tIpaKhYxCT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tIpaKhYxCT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tIpaKhYxCT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIprHKDQoP {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tIprHKDQoP .container,
.cid-tIprHKDQoP .container-fluid {
  position: static;
}
.cid-tIprHKDQoP .label-text {
  width: 100%;
  color: #009d3f;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tIprHKDQoP .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tIprHKDQoP .mbr-section-title {
  color: #060203;
  margin-bottom: 15px;
  text-align: center;
}
.cid-tIprHKDQoP .colored-text {
  color: #999999;
  line-height: inherit;
  text-decoration: none;
}
.cid-tIprHKDQoP .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tIprHKDQoP .mbr-text {
    padding-right: 48px;
  }
}
.cid-tIprHKDQoP .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tIprHKDQoP .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 5px;
}
.cid-tIprHKDQoP .card:hover .card-number {
  background: #009d3f;
  border-color: #009d3f;
  color: #ffffff;
}
.cid-tIprHKDQoP .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #1b1b1b;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-tIprHKDQoP .card-title {
  color: #060203;
  margin-bottom: 8px;
}
.cid-tIprHKDQoP .card-text {
  color: #000000;
  opacity: 0.8;
}
.cid-tIprHKDQoP .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tIprHKDQoP .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tIprHKDQoP .mbr-section-btn .btn:before {
  display: none;
}
.cid-tIprHKDQoP .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tIprHKDQoP .bg-round {
  position: absolute;
  top: -14%;
  padding: 0;
}
.cid-tIprHKDQoP .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tIprHKDQoP .bg-round {
    width: 56%;
    left: 0;
    transform: scale(-1, 1);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-tIprHKDQoP .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tIprHKDQoP .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-tIprHKDQoP .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-tIprHKDQoP .bg-round svg {
    height: 100%;
  }
}
.cid-tIprHKDQoP .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tIprHKDQoP .col-text {
    margin-left: auto;
  }
}
.cid-tIpAKHOCat {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-tIpAKHOCat .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #067e8e;
}
.cid-tIpAKHOCat .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-tIpAKHOCat .mbr-section-title {
  font-weight: 400;
  color: #000000;
  text-align: center;
}

.mbr-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #00F4D2, #00ED83));
    border-radius: 2px;
}
.cid-tIpAKHOCat .mbr-text {
  margin: 10px 0 30px;
}
.cid-tIpAKHOCat .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-tIpAKHOCat .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-tIpAKHOCat .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tIpAKHOCat .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tIpAKHOCat .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-tIr3mdG5dd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIr3mdG5dd .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #009d3f;
}
.cid-tIr3mdG5dd .mbr-text {
  margin-bottom: 20px;
}
.cid-tIr3mdG5dd .wrap {
  margin-bottom: 30px;
}
.cid-tIr3mdG5dd .card__wrap {
  display: flex;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tIr3mdG5dd .card__wrap:hover .author,
.cid-tIr3mdG5dd .card__wrap:hover .date,
.cid-tIr3mdG5dd .card__wrap:hover .category__content,
.cid-tIr3mdG5dd .card__wrap:hover .category__estimate,
.cid-tIr3mdG5dd .card__wrap:hover .content__title,
.cid-tIr3mdG5dd .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-tIr3mdG5dd .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tIr3mdG5dd .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tIr3mdG5dd .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-tIr3mdG5dd .image {
  overflow: hidden;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-tIr3mdG5dd .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
 /* height: 100%;*/
  object-fit: cover;
      border-radius: 20px;
}
.cid-tIr3mdG5dd .image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
      border-radius: 20px;
}
.cid-tIr3mdG5dd .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-tIr3mdG5dd .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tIr3mdG5dd .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tIr3mdG5dd .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-tIr3mdG5dd .card__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
  top: 0;
}
.cid-tIr3mdG5dd .card__content > div {
  pointer-events: all;
}
.cid-tIr3mdG5dd .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 26px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-tIr3mdG5dd .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-tIr3mdG5dd .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-tIr3mdG5dd .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #009d3f;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tIr3mdG5dd .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-tIr3mdG5dd .mbr-section-btn .btn {
    margin-bottom: 0;
  }
}
.cid-tIr3mdG5dd .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-tIr3mdG5dd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIr3mdG5dd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIpAArHnHQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home/background-contato.jpg");
}
.cid-tIpAArHnHQ .mbr-text {
  margin-bottom: 20px;
}
.cid-tIpAArHnHQ .mbr-section-title {
  font-weight: 600 !important;
  font-size: 33px;
}
.cid-tIpAArHnHQ .mbr-section-btn .btn:hover {
  background-color: #009d3f !important;
  border-color: #009d3f !important;
}
.cid-tIpAArHnHQ .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-tIpAArHnHQ .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-tIpAArHnHQ .contact__wrap {
  padding-bottom: 40px;
}
.cid-tIpAArHnHQ .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-tIpAArHnHQ .contact__title,
.cid-tIpAArHnHQ .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tIpAArHnHQ .contact__wrap,
  .cid-tIpAArHnHQ .title__block {
    padding-bottom: 30px;
  }
}
.cid-tIpAArHnHQ .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-tIpAArHnHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIpAArHnHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIpwpeEyao {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #28334f;
}
.cid-tIpwpeEyao .social__wrap {
  padding-top: 5px;
}
.cid-tIpwpeEyao .social__wrap a {
  margin: 0 15px;
}
.cid-tIpwpeEyao .social__wrap a:last-child {
  margin-right: 0;
}
.cid-tIpwpeEyao .social__wrap a:first-child {
  margin-left: 0;
}
.cid-tIpwpeEyao .social__wrap a:hover {
  color: #28334f !important;
}
.cid-tIpwpeEyao .menu__items span {
  font-weight: 200 !important;
  font-size: 12px;
  line-height: 2;
}
.cid-tIpwpeEyao .menu__items {
  font-weight: 200 !important;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
.cid-tIpwpeEyao .menu__items a:hover {
  color: #fff !important;
}
.cid-tIpwpeEyao .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-tIpwpeEyao .logo-footer {
  width: 140px;
}
.cid-tIpwpeEyao .logo-premio {
  width: 100px;
}
.cid-tIpwpeEyao .menu {
  margin-bottom: 10px;
}
.cid-tIpwpeEyao .title__menu {
  margin-bottom: 5px;
  font-weight: 400;
  color: #ffffff;
}
.cid-tIpwpeEyao .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tIpwpeEyao .social {
  margin-bottom: 50px;
}
.cid-tIpwpeEyao .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tIpwpeEyao .divider {
  background-color: #e95924;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tIpwpeEyao .divider {
    margin-top: 0;
  }
}
.cid-tIpwpeEyao .divider2 {
  background-color: #e95924;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tIpwpeEyao .divider2 {
    margin-top: 0;
  }
}
.cid-tIpwpeEyao .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-tIpwpeEyao .brand {
  margin-bottom: 30px;
}
.cid-tIpwpeEyao .brand__text {
  margin-bottom: 0;
}
.cid-tIpwpeEyao .brand__text a {
  font-weight: 700;
}
.cid-tIpwpeEyao .brand__text a:hover {
  color: #28334f !important;
}
.cid-tIpwpeEyao .adress {
  margin-bottom: 50px;
}
.cid-tIpwpeEyao .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-tIpwpeEyao .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-tIpwpeEyao .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-tIpwpeEyao .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tIpwpeEyao .title__menu {
    margin-bottom: 15px;
  }
  .cid-tIpwpeEyao .menu__items {
    margin-bottom: 10px;
  }
  .cid-tIpwpeEyao .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tIpwpeEyao .bottom__wrap,
  .cid-tIpwpeEyao .social {
    text-align: center;
  }
  .cid-tIpwpeEyao .bottom__wrap {
    justify-content: center;
  }
}
.cid-tuyTF5N1wb {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-paginas-1920x400.jpg");
}
@media (max-width: 767px) {
  .cid-tuyTF5N1wb h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tuyTF5N1wb .container {
    position: relative;
  }
  .cid-tuyTF5N1wb .row {
    margin: 0;
  }
  .cid-tuyTF5N1wb h2 {
    margin: 0;
  }
}
.cid-tuyTF5N1wb .mbr-section-title {
  font-weight: 200 !important;
  text-align: left;
}
.cid-tuyTF5N1wb .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tuyTF5N1wb .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 13px;
}
.cid-tuyTF5N1wb .line-title {
  width: 40px;
  height: 2px;
  background-color: #e2e2e2;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tuyTF5N1wb .vertical-line:before {
  content: '';
  background-color: #e2e2e2;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tuyTF5N1wb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tuyTF5N1wb .container-column,
.cid-tuyTF5N1wb h2 {
  color: #ffffff;
}
.cid-szR0qGamJb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-szR0qGamJb .mbr-section-subtitle {
  color: #767676;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar.navbar-short .nav-link {
  color: #fff !important;
  border-color: #fff;
}
.cid-ttI6DwG6NO .nav-link {
  font-size: 16px !important;
  color: #fff;
  position: relative;
  font-weight: 400 !important;
}
.cid-ttI6DwG6NO .nav-link:hover {
  color: #009d3f  !important;
}
.cid-ttI6DwG6NO .nav-dropdown .dropdown-item {
  line-height: 1.5 !important;
}
.cid-ttI6DwG6NO .btn {
  margin: 0rem 0.5rem;
  padding: 6px 10px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.cid-ttI6DwG6NO .btn:hover {
  color: #fff !important;
}
.cid-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item {
  color: #000 !important;
  font-weight: 400 !important;
  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-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item:hover {
  color: #009d3f !important;
  opacity: 1 !important;
}
.cid-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .dropdown-item {
  color: #fff !important;
}
.cid-ttI6DwG6NO .mb-10 {
  margin-bottom: 10px !important;
}
.cid-ttI6DwG6NO .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-ttI6DwG6NO .btn-white {
  color: #009d3f !important;
}
.cid-ttI6DwG6NO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .4em !important;
}
.cid-ttI6DwG6NO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttI6DwG6NO .container {
  display: flex;
  margin: auto;
}
.cid-ttI6DwG6NO .navbar.navbar-short .nav-link,
.cid-ttI6DwG6NO .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-ttI6DwG6NO .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-ttI6DwG6NO .navbar.opened {
  background: #28334f !important;
}
.cid-ttI6DwG6NO .nav-item:focus,
.cid-ttI6DwG6NO .nav-link:focus {
  outline: none;
}
.cid-ttI6DwG6NO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttI6DwG6NO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttI6DwG6NO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #28334f;
  background: none;
}
.cid-ttI6DwG6NO .navbar.opened {
  transition: all 0.3s;
}
.cid-ttI6DwG6NO .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ttI6DwG6NO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttI6DwG6NO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttI6DwG6NO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttI6DwG6NO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttI6DwG6NO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttI6DwG6NO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttI6DwG6NO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttI6DwG6NO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttI6DwG6NO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttI6DwG6NO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttI6DwG6NO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttI6DwG6NO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-ttI6DwG6NO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttI6DwG6NO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ttI6DwG6NO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttI6DwG6NO .navbar.navbar-short {
  background: #28334f !important;
  min-height: 60px;
}
.cid-ttI6DwG6NO .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-ttI6DwG6NO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttI6DwG6NO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttI6DwG6NO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttI6DwG6NO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttI6DwG6NO .dropdown-item.active,
.cid-ttI6DwG6NO .dropdown-item:active {
  background-color: transparent;
}
.cid-ttI6DwG6NO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttI6DwG6NO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttI6DwG6NO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttI6DwG6NO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #28334f;
}
.cid-ttI6DwG6NO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttI6DwG6NO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttI6DwG6NO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttI6DwG6NO .navbar-buttons {
  text-align: center;
}
.cid-ttI6DwG6NO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttI6DwG6NO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttI6DwG6NO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .icons-menu span {
  font-size: 20px;
  color: #009d3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttI6DwG6NO .navbar {
    height: 77px;
  }
  .cid-ttI6DwG6NO .navbar.opened {
    height: auto;
  }
  .cid-ttI6DwG6NO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIpwvCrswA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f7fd;
}
@media (max-width: 767px) {
  .cid-tIpwvCrswA .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-tIpwvCrswA .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-tIpwvCrswA .mbr-section-title {
  color: #000000;
}
.cid-tIpwvCrswA .mbr-text {
  color: #ffffff;
}
.cid-tv8ply1wh3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #28334f;
}
.cid-tv8ply1wh3 .social__wrap {
  padding-top: 5px;
}
.cid-tv8ply1wh3 .social__wrap a {
  margin: 0 15px;
}
.cid-tv8ply1wh3 .social__wrap a:last-child {
  margin-right: 0;
}
.cid-tv8ply1wh3 .social__wrap a:first-child {
  margin-left: 0;
}
.cid-tv8ply1wh3 .social__wrap a:hover {
  color: #28334f !important;
}
.cid-tv8ply1wh3 .menu__items span {
  font-weight: 200 !important;
  font-size: 12px;
  line-height: 2;
}
.cid-tv8ply1wh3 .menu__items {
  font-weight: 200 !important;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
.cid-tv8ply1wh3 .menu__items a:hover {
  color: #fff !important;
}
.cid-tv8ply1wh3 .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-tv8ply1wh3 .logo-footer {
  width: 160px;
}
.cid-tv8ply1wh3 .logo-premio {
  width: 100px;
}
.cid-tv8ply1wh3 .menu {
  margin-bottom: 10px;
}
.cid-tv8ply1wh3 .title__menu {
  margin-bottom: 5px;
  font-weight: 400;
  color: #ffffff;
}
.cid-tv8ply1wh3 .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tv8ply1wh3 .social {
  margin-bottom: 50px;
}
.cid-tv8ply1wh3 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tv8ply1wh3 .divider {
  background-color: #e95924;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tv8ply1wh3 .divider {
    margin-top: 0;
  }
}
.cid-tv8ply1wh3 .divider2 {
  background-color: #e95924;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tv8ply1wh3 .divider2 {
    margin-top: 0;
  }
}
.cid-tv8ply1wh3 .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-tv8ply1wh3 .brand {
  margin-bottom: 30px;
}
.cid-tv8ply1wh3 .brand__text {
  margin-bottom: 0;
}
.cid-tv8ply1wh3 .brand__text a {
  font-weight: 700;
}
.cid-tv8ply1wh3 .brand__text a:hover {
  color: #28334f !important;
}
.cid-tv8ply1wh3 .adress {
  margin-bottom: 50px;
}
.cid-tv8ply1wh3 .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-tv8ply1wh3 .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-tv8ply1wh3 .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-tv8ply1wh3 .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tv8ply1wh3 .title__menu {
    margin-bottom: 15px;
  }
  .cid-tv8ply1wh3 .menu__items {
    margin-bottom: 10px;
  }
  .cid-tv8ply1wh3 .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tv8ply1wh3 .bottom__wrap,
  .cid-tv8ply1wh3 .social {
    text-align: center;
  }
  .cid-tv8ply1wh3 .bottom__wrap {
    justify-content: center;
  }
}
.cid-tv2CmYil3K {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-paginas-1920x400.jpg");
}
@media (max-width: 767px) {
  .cid-tv2CmYil3K h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tv2CmYil3K .container {
    position: relative;
  }
  .cid-tv2CmYil3K .row {
    margin: 0;
  }
  .cid-tv2CmYil3K h2 {
    margin: 0;
  }
}
.cid-tv2CmYil3K .mbr-section-title {
  font-weight: 200 !important;
  text-align: left;
}
.cid-tv2CmYil3K .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tv2CmYil3K .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 13px;
}
.cid-tv2CmYil3K .line-title {
  width: 40px;
  height: 2px;
  background-color: #e2e2e2;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tv2CmYil3K .vertical-line:before {
  content: '';
  background-color: #e2e2e2;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tv2CmYil3K .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tv2CmYil3K .container-column,
.cid-tv2CmYil3K h2 {
  color: #ffffff;
}
.cid-szcCPkU12D {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-szcCPkU12D .mbr-section-title,
.cid-szcCPkU12D .title__address,
.cid-szcCPkU12D .title__social {
  margin-bottom: 20px;
}
.cid-szcCPkU12D .info {
  margin-bottom: 20px;
}
.cid-szcCPkU12D .text__info,
.cid-szcCPkU12D .work__time,
.cid-szcCPkU12D .work__address {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szcCPkU12D .info__wrap {
    padding: 0 30px;
  }
}
.cid-szcCPkU12D .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-szcCPkU12D .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none !important;
  line-height: 1.3;
  border-radius: 4px;
  background-color: #ebeaed !important;
}
.cid-szcCPkU12D .dragArea .form-control:hover,
.cid-szcCPkU12D .dragArea .form-control:focus {
  border: none !important;
}
.cid-szcCPkU12D .dragArea .jq-selectbox li:hover,
.cid-szcCPkU12D .dragArea .jq-selectbox li.selected {
  background-color: #28334f;
  color: #ffffff;
}
.cid-szcCPkU12D .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #353534 !important;
}
.cid-szcCPkU12D .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-szcCPkU12D .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: 0.8;
}
.cid-szcCPkU12D .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  right: 20px;
  border-color: #353534;
}
.cid-szcCPkU12D .dragArea textarea {
  height: 160px !important;
}
.cid-szcCPkU12D .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-szcCPkU12D .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-szcCPkU12D .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-szcCPkU12D .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-szcCPkU12D .input-group-btn {
  padding: 0 10px;
}
.cid-szcCPkU12D .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
      border-radius: 35px;
}
.cid-szcCPkU12D .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-szcCPkU12D .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
.cid-szcCPkU12D .form-group,
.cid-szcCPkU12D .input-group-btn {
  padding: 0 7px;
}
.cid-szcCPkU12D .dragArea .form-control {
  border: none;
}
@media (max-width: 991px) {
  .cid-szcCPkU12D .divider {
    margin: 40px 15px 45px;
  }
  .cid-szcCPkU12D .form-group,
  .cid-szcCPkU12D .input-group-btn {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-szcCPkU12D .social,
  .cid-szcCPkU12D .address,
  .cid-szcCPkU12D .info__wrap {
    margin-bottom: 30px;
  }
  .cid-szcCPkU12D .form-group {
    padding: 10px 15px;
  }
  .cid-szcCPkU12D .input-group-btn {
    padding: 0 15px;
  }
}
.cid-szcCPkU12D LABEL {
  color: #000000;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar.navbar-short .nav-link {
  color: #fff !important;
  border-color: #fff;
}
.cid-ttI6DwG6NO .nav-link {
  font-size: 16px !important;
  color: #fff;
  position: relative;
  font-weight: 400 !important;
}
.cid-ttI6DwG6NO .nav-link:hover {
  color: #009d3f  !important;
}
.cid-ttI6DwG6NO .nav-dropdown .dropdown-item {
  line-height: 1.5 !important;
}
.cid-ttI6DwG6NO .btn {
  margin: 0rem 0.5rem;
  padding: 6px 10px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.cid-ttI6DwG6NO .btn:hover {
  color: #fff !important;
}
.cid-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item {
  color: #000 !important;
  font-weight: 400 !important;
  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-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item:hover {
  color: #009d3f !important;
  opacity: 1 !important;
}
.cid-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .dropdown-item {
  color: #fff !important;
}
.cid-ttI6DwG6NO .mb-10 {
  margin-bottom: 10px !important;
}
.cid-ttI6DwG6NO .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-ttI6DwG6NO .btn-white {
  color: #009d3f !important;
}
.cid-ttI6DwG6NO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .4em !important;
}
.cid-ttI6DwG6NO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttI6DwG6NO .container {
  display: flex;
  margin: auto;
}
.cid-ttI6DwG6NO .navbar.navbar-short .nav-link,
.cid-ttI6DwG6NO .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-ttI6DwG6NO .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-ttI6DwG6NO .navbar.opened {
  background: #28334f !important;
}
.cid-ttI6DwG6NO .nav-item:focus,
.cid-ttI6DwG6NO .nav-link:focus {
  outline: none;
}
.cid-ttI6DwG6NO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttI6DwG6NO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttI6DwG6NO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #28334f;
  background: none;
}
.cid-ttI6DwG6NO .navbar.opened {
  transition: all 0.3s;
}
.cid-ttI6DwG6NO .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ttI6DwG6NO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttI6DwG6NO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttI6DwG6NO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttI6DwG6NO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttI6DwG6NO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttI6DwG6NO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttI6DwG6NO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttI6DwG6NO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttI6DwG6NO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttI6DwG6NO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttI6DwG6NO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttI6DwG6NO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-ttI6DwG6NO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttI6DwG6NO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ttI6DwG6NO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttI6DwG6NO .navbar.navbar-short {
  background: #28334f !important;
  min-height: 60px;
}
.cid-ttI6DwG6NO .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-ttI6DwG6NO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttI6DwG6NO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttI6DwG6NO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttI6DwG6NO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttI6DwG6NO .dropdown-item.active,
.cid-ttI6DwG6NO .dropdown-item:active {
  background-color: transparent;
}
.cid-ttI6DwG6NO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttI6DwG6NO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttI6DwG6NO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttI6DwG6NO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #28334f;
}
.cid-ttI6DwG6NO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttI6DwG6NO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttI6DwG6NO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttI6DwG6NO .navbar-buttons {
  text-align: center;
}
.cid-ttI6DwG6NO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttI6DwG6NO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttI6DwG6NO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .icons-menu span {
  font-size: 20px;
  color: #009d3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttI6DwG6NO .navbar {
    height: 77px;
  }
  .cid-ttI6DwG6NO .navbar.opened {
    height: auto;
  }
  .cid-ttI6DwG6NO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIpwpeEyao {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #28334f;
}
.cid-tIpwpeEyao .social__wrap {
  padding-top: 5px;
}
.cid-tIpwpeEyao .social__wrap a {
  margin: 0 15px;
}
.cid-tIpwpeEyao .social__wrap a:last-child {
  margin-right: 0;
}
.cid-tIpwpeEyao .social__wrap a:first-child {
  margin-left: 0;
}
.cid-tIpwpeEyao .social__wrap a:hover {
  color: #28334f !important;
}
.cid-tIpwpeEyao .menu__items span {
  font-weight: 200 !important;
  font-size: 12px;
  line-height: 2;
}
.cid-tIpwpeEyao .menu__items {
  font-weight: 200 !important;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
.cid-tIpwpeEyao .menu__items a:hover {
  color: #fff !important;
}
.cid-tIpwpeEyao .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-tIpwpeEyao .logo-footer {
  width: 160px;
}
.cid-tIpwpeEyao .logo-premio {
  width: 100px;
}
.cid-tIpwpeEyao .menu {
  margin-bottom: 10px;
}
.cid-tIpwpeEyao .title__menu {
  margin-bottom: 5px;
  font-weight: 400;
  color: #ffffff;
}
.cid-tIpwpeEyao .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tIpwpeEyao .social {
  margin-bottom: 50px;
}
.cid-tIpwpeEyao .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tIpwpeEyao .divider {
  background-color: #e95924;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tIpwpeEyao .divider {
    margin-top: 0;
  }
}
.cid-tIpwpeEyao .divider2 {
  background-color: #e95924;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tIpwpeEyao .divider2 {
    margin-top: 0;
  }
}
.cid-tIpwpeEyao .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-tIpwpeEyao .brand {
  margin-bottom: 30px;
}
.cid-tIpwpeEyao .brand__text {
  margin-bottom: 0;
}
.cid-tIpwpeEyao .brand__text a {
  font-weight: 700;
}
.cid-tIpwpeEyao .brand__text a:hover {
  color: #28334f !important;
}
.cid-tIpwpeEyao .adress {
  margin-bottom: 50px;
}
.cid-tIpwpeEyao .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-tIpwpeEyao .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-tIpwpeEyao .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-tIpwpeEyao .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tIpwpeEyao .title__menu {
    margin-bottom: 15px;
  }
  .cid-tIpwpeEyao .menu__items {
    margin-bottom: 10px;
  }
  .cid-tIpwpeEyao .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tIpwpeEyao .bottom__wrap,
  .cid-tIpwpeEyao .social {
    text-align: center;
  }
  .cid-tIpwpeEyao .bottom__wrap {
    justify-content: center;
  }
}
.cid-tv2FTRtHpN {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-paginas-1920x400.jpg");
}
@media (max-width: 767px) {
  .cid-tv2FTRtHpN h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tv2FTRtHpN .container {
    position: relative;
  }
  .cid-tv2FTRtHpN .row {
    margin: 0;
  }
  .cid-tv2FTRtHpN h2 {
    margin: 0;
  }
}
.cid-tv2FTRtHpN .mbr-section-title {
  font-weight: 200 !important;
  text-align: left;
}
.cid-tv2FTRtHpN .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tv2FTRtHpN .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 13px;
}
.cid-tv2FTRtHpN .line-title {
  width: 40px;
  height: 2px;
  background-color: #e2e2e2;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tv2FTRtHpN .vertical-line:before {
  content: '';
  background-color: #e2e2e2;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tv2FTRtHpN .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tv2FTRtHpN .container-column,
.cid-tv2FTRtHpN h2 {
  color: #ffffff;
}
.cid-szQmBZroSf {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szQmBZroSf .nav-tabs .nav-item.open .nav-link:focus,
.cid-szQmBZroSf .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-szQmBZroSf .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-szQmBZroSf .nav-tabs .nav-item {
  padding: 0.8rem 3rem 0.8rem 0rem;
  border-bottom: 1px solid #f9f7f6;
}
.cid-szQmBZroSf .quote {
  padding-top: 0.8rem;
  color: #000000;
  font-weight: 700;
}
.cid-szQmBZroSf .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-szQmBZroSf .nav {
  flex-direction: column;
}
.cid-szQmBZroSf .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-szQmBZroSf .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #009d3f;
  border-left: 3px solid #009d3f;
}
.cid-szQmBZroSf .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #009d3f;
  font-style: normal;
  border-left: 3px solid #009d3f;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-szQmBZroSf .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-szQmBZroSf .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-szQmBZroSf p {
    padding-left: 0rem;
  }
  .cid-szQmBZroSf .quote {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-szQmBZroSf .mbr-text {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-szQmBZroSf .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-szQmBZroSf .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-szQmBZroSf p {
    padding-left: 0rem;
  }
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar.navbar-short .nav-link {
  color: #fff !important;
  border-color: #fff;
}
.cid-ttI6DwG6NO .nav-link {
  font-size: 16px !important;
  color: #fff;
  position: relative;
  font-weight: 400 !important;
}
.cid-ttI6DwG6NO .nav-link:hover {
  color: #009d3f  !important;
}
.cid-ttI6DwG6NO .nav-dropdown .dropdown-item {
  line-height: 1.5 !important;
}
.cid-ttI6DwG6NO .btn {
  margin: 0rem 0.5rem;
  padding: 6px 10px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.cid-ttI6DwG6NO .btn:hover {
  color: #fff !important;
}
.cid-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item {
  color: #000 !important;
  font-weight: 400 !important;
  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-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item:hover {
  color: #009d3f !important;
  opacity: 1 !important;
}
.cid-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttI6DwG6NO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .dropdown-item {
  color: #fff !important;
}
.cid-ttI6DwG6NO .mb-10 {
  margin-bottom: 10px !important;
}
.cid-ttI6DwG6NO .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-ttI6DwG6NO .btn-white {
  color: #009d3f !important;
}
.cid-ttI6DwG6NO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .4em !important;
}
.cid-ttI6DwG6NO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttI6DwG6NO .container {
  display: flex;
  margin: auto;
}
.cid-ttI6DwG6NO .navbar.navbar-short .nav-link,
.cid-ttI6DwG6NO .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-ttI6DwG6NO .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-ttI6DwG6NO .navbar.opened {
  background: #28334f !important;
}
.cid-ttI6DwG6NO .nav-item:focus,
.cid-ttI6DwG6NO .nav-link:focus {
  outline: none;
}
.cid-ttI6DwG6NO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttI6DwG6NO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttI6DwG6NO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #28334f;
  background: none;
}
.cid-ttI6DwG6NO .navbar.opened {
  transition: all 0.3s;
}
.cid-ttI6DwG6NO .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ttI6DwG6NO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttI6DwG6NO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttI6DwG6NO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttI6DwG6NO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttI6DwG6NO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttI6DwG6NO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttI6DwG6NO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttI6DwG6NO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttI6DwG6NO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttI6DwG6NO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttI6DwG6NO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttI6DwG6NO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-ttI6DwG6NO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttI6DwG6NO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttI6DwG6NO .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-ttI6DwG6NO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ttI6DwG6NO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttI6DwG6NO .navbar.navbar-short {
  background: #0e1424 !important;
  min-height: 60px;
}
.cid-ttI6DwG6NO .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-ttI6DwG6NO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttI6DwG6NO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttI6DwG6NO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttI6DwG6NO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttI6DwG6NO .dropdown-item.active,
.cid-ttI6DwG6NO .dropdown-item:active {
  background-color: transparent;
}
.cid-ttI6DwG6NO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttI6DwG6NO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttI6DwG6NO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttI6DwG6NO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #28334f;
}
.cid-ttI6DwG6NO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttI6DwG6NO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttI6DwG6NO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttI6DwG6NO .navbar-buttons {
  text-align: center;
}
.cid-ttI6DwG6NO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttI6DwG6NO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttI6DwG6NO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttI6DwG6NO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttI6DwG6NO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttI6DwG6NO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttI6DwG6NO .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-ttI6DwG6NO .icons-menu span {
  font-size: 20px;
  color: #009d3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttI6DwG6NO .navbar {
    height: 77px;
  }
  .cid-ttI6DwG6NO .navbar.opened {
    height: auto;
  }
  .cid-ttI6DwG6NO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIpwpeEyao {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0e1424;
}
.cid-tIpwpeEyao .social__wrap {
  padding-top: 5px;
}
.cid-tIpwpeEyao .social__wrap a {
  margin: 0 15px;
}
.cid-tIpwpeEyao .social__wrap a:last-child {
  margin-right: 0;
}
.cid-tIpwpeEyao .social__wrap a:first-child {
  margin-left: 0;
}
.cid-tIpwpeEyao .social__wrap a:hover {
  color: #28334f !important;
}
.cid-tIpwpeEyao .menu__items span {
  font-weight: 200 !important;
  font-size: 12px;
  line-height: 2;
}
.cid-tIpwpeEyao .menu__items {
  font-weight: 200 !important;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
.cid-tIpwpeEyao .menu__items a:hover {
  color: #fff !important;
}
.cid-tIpwpeEyao .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-tIpwpeEyao .logo-footer {
  width: 160px;
}
.cid-tIpwpeEyao .logo-premio {
  width: 100px;
}
.cid-tIpwpeEyao .menu {
  margin-bottom: 10px;
}
.cid-tIpwpeEyao .title__menu {
  margin-bottom: 5px;
  font-weight: 400;
  color: #ffffff;
}
.cid-tIpwpeEyao .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tIpwpeEyao .social {
  margin-bottom: 50px;
}
.cid-tIpwpeEyao .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tIpwpeEyao .divider {
  background-color: #233a76;
  opacity: .3;
  margin: 50px 0 25px;
  height: 1px;
}
@media (max-width: 991px) {
  .cid-tIpwpeEyao .divider {
    margin-top: 0;
  }
}
.cid-tIpwpeEyao .divider2 {
  background-color: #fff;
  opacity: .3;
  margin: 50px 0 25px;
  height: 1px;
}
@media (max-width: 991px) {
  .cid-tIpwpeEyao .divider2 {
    margin-top: 0;
  }
}
.cid-tIpwpeEyao .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-tIpwpeEyao .brand {
  margin-bottom: 30px;
}
.cid-tIpwpeEyao .brand__text {
  margin-bottom: 0;
}
.cid-tIpwpeEyao .brand__text a {
  font-weight: 700;
}
.cid-tIpwpeEyao .brand__text a:hover {
  color: #28334f !important;
}
.cid-tIpwpeEyao .adress {
  margin-bottom: 50px;
}
.cid-tIpwpeEyao .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-tIpwpeEyao .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-tIpwpeEyao .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-tIpwpeEyao .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tIpwpeEyao .title__menu {
    margin-bottom: 15px;
  }
  .cid-tIpwpeEyao .menu__items {
    margin-bottom: 10px;
  }
  .cid-tIpwpeEyao .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tIpwpeEyao .bottom__wrap,
  .cid-tIpwpeEyao .social {
    text-align: center;
  }
  .cid-tIpwpeEyao .bottom__wrap {
    justify-content: center;
  }
}
.cid-tIpz6Yz9zy {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("https://placehold.co/1920x500");
}
@media (max-width: 767px) {
  .cid-tIpz6Yz9zy h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tIpz6Yz9zy .container {
    position: relative;
  }
  .cid-tIpz6Yz9zy .row {
    margin: 0;
  }
  .cid-tIpz6Yz9zy h2 {
    margin: 0;
  }
}
.cid-tIpz6Yz9zy .mbr-section-title {
  font-weight: 200 !important;
  text-align: left;
  font-size: 2.5rem !important;
}
.cid-tIpz6Yz9zy .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tIpz6Yz9zy .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 13px;
}
.cid-tIpz6Yz9zy .line-title {
  width: 40px;
  height: 2px;
  background-color: #e2e2e2;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tIpz6Yz9zy .vertical-line:before {
  content: '';
  background-color: #e2e2e2;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tIpz6Yz9zy .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tIpz6Yz9zy .container-column,
.cid-tIpz6Yz9zy h2 {
  color: #ffffff;
}
.cid-tIqK5KWNlT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tIqK5KWNlT .mbr-iconfont {
  font-weight: bold;
  width: 15px;
  height: 15px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 14px;
  padding: 5px;
  margin-left: 10px;
}
.cid-tIqK5KWNlT .mbr-text {
  font-size: 16px;
  color: #000;
}
.cid-tIqK5KWNlT .mbr-section-title {
  color: #06182d;
  font-size: 28px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-tIqK5KWNlT .mbr-section-subtitle {
  color: #06182d;
}
.cid-tIqK5KWNlT .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tIqK5KWNlT .mbr-section-text {
  color: #999999;
}
.cid-tIqK5KWNlT .nav-tabs .nav-item.open .nav-link:focus,
.cid-tIqK5KWNlT .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tIqK5KWNlT .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.cid-tIqK5KWNlT .nav-tabs .nav-item {
  margin-right: 4px;
}
@media (max-width: 991px) {
  .cid-tIqK5KWNlT .nav-tabs {
    margin-bottom: 20px;
  }
}
.cid-tIqK5KWNlT .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
      font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
  border: none;
  background-color: #ffffff;
  border-radius: 9px !important;
  padding: 11px 27px;
  margin-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
}
.cid-tIqK5KWNlT .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #009d3f;
}
.cid-tIqK5KWNlT .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #28334f;
}
.cid-tIqK5KWNlT P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-tIqK5KWNlT .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tIqK5KWNlT .mbr-text,
  .cid-tIqK5KWNlT .nav-link {
    text-align: center;
  }
}
.cid-tIqK5KWNlT .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tIqK5KWNlT * {
    text-align: center;
  }
}
.cid-tIqK5KWNlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIqK5KWNlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIqK5KWNlT .mbr-text,
.cid-tIqK5KWNlT .col {
  color: #000000;
}
.cid-tIpz6YWrr4 .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-tIpz6YWrr4 .navbar.navbar-short .nav-link {
  color: #fff !important;
  border-color: #fff;
}
.cid-tIpz6YWrr4 .nav-link {
  font-size: 16px !important;
  color: #fff;
  position: relative;
  font-weight: 400 !important;
}
.cid-tIpz6YWrr4 .nav-link:hover {
  color: #009d3f  !important;
}
.cid-tIpz6YWrr4 .nav-dropdown .dropdown-item {
  line-height: 1.5 !important;
}
.cid-tIpz6YWrr4 .btn {
  margin: 0rem 0.5rem;
  padding: 6px 10px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.cid-tIpz6YWrr4 .btn:hover {
  color: #fff !important;
}
.cid-tIpz6YWrr4 .dropdown .dropdown-menu .dropdown-item {
  color: #000 !important;
  font-weight: 400 !important;
  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-tIpz6YWrr4 .dropdown .dropdown-menu .dropdown-item:hover {
  color: #009d3f !important;
  opacity: 1 !important;
}
.cid-tIpz6YWrr4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIpz6YWrr4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIpz6YWrr4 .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-tIpz6YWrr4 .dropdown-item {
  color: #fff !important;
}
.cid-tIpz6YWrr4 .mb-10 {
  margin-bottom: 10px !important;
}
.cid-tIpz6YWrr4 .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-tIpz6YWrr4 .btn-white {
  color: #009d3f !important;
}
.cid-tIpz6YWrr4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .4em !important;
}
.cid-tIpz6YWrr4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIpz6YWrr4 .container {
  display: flex;
  margin: auto;
}
.cid-tIpz6YWrr4 .navbar.navbar-short .nav-link,
.cid-tIpz6YWrr4 .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-tIpz6YWrr4 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tIpz6YWrr4 .navbar.opened {
  background: #28334f !important;
}
.cid-tIpz6YWrr4 .nav-item:focus,
.cid-tIpz6YWrr4 .nav-link:focus {
  outline: none;
}
.cid-tIpz6YWrr4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIpz6YWrr4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIpz6YWrr4 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #28334f;
  background: none;
}
.cid-tIpz6YWrr4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIpz6YWrr4 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tIpz6YWrr4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIpz6YWrr4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIpz6YWrr4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIpz6YWrr4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIpz6YWrr4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIpz6YWrr4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIpz6YWrr4 .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-tIpz6YWrr4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIpz6YWrr4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIpz6YWrr4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIpz6YWrr4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIpz6YWrr4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIpz6YWrr4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIpz6YWrr4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIpz6YWrr4 .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-tIpz6YWrr4 .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-tIpz6YWrr4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIpz6YWrr4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIpz6YWrr4 .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-tIpz6YWrr4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tIpz6YWrr4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIpz6YWrr4 .navbar.navbar-short {
  background: #28334f !important;
  min-height: 60px;
}
.cid-tIpz6YWrr4 .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-tIpz6YWrr4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIpz6YWrr4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIpz6YWrr4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIpz6YWrr4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIpz6YWrr4 .dropdown-item.active,
.cid-tIpz6YWrr4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIpz6YWrr4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIpz6YWrr4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIpz6YWrr4 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIpz6YWrr4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #28334f;
}
.cid-tIpz6YWrr4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIpz6YWrr4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIpz6YWrr4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIpz6YWrr4 .navbar-buttons {
  text-align: center;
}
.cid-tIpz6YWrr4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIpz6YWrr4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIpz6YWrr4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIpz6YWrr4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIpz6YWrr4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIpz6YWrr4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIpz6YWrr4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIpz6YWrr4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIpz6YWrr4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIpz6YWrr4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIpz6YWrr4 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIpz6YWrr4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIpz6YWrr4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIpz6YWrr4 .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-tIpz6YWrr4 .icons-menu span {
  font-size: 20px;
  color: #009d3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIpz6YWrr4 .navbar {
    height: 77px;
  }
  .cid-tIpz6YWrr4 .navbar.opened {
    height: auto;
  }
  .cid-tIpz6YWrr4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIpz6Zqput {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #28334f;
}
.cid-tIpz6Zqput .social__wrap {
  padding-top: 5px;
}
.cid-tIpz6Zqput .social__wrap a {
  margin: 0 15px;
}
.cid-tIpz6Zqput .social__wrap a:last-child {
  margin-right: 0;
}
.cid-tIpz6Zqput .social__wrap a:first-child {
  margin-left: 0;
}
.cid-tIpz6Zqput .social__wrap a:hover {
  color: #28334f !important;
}
.cid-tIpz6Zqput .menu__items span {
  font-weight: 200 !important;
  font-size: 12px;
  line-height: 2;
}
.cid-tIpz6Zqput .menu__items {
  font-weight: 200 !important;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
.cid-tIpz6Zqput .menu__items a:hover {
  color: #fff !important;
}
.cid-tIpz6Zqput .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-tIpz6Zqput .logo-footer {
  width: 160px;
}
.cid-tIpz6Zqput .logo-premio {
  width: 100px;
}
.cid-tIpz6Zqput .menu {
  margin-bottom: 10px;
}
.cid-tIpz6Zqput .title__menu {
  margin-bottom: 5px;
  font-weight: 400;
  color: #ffffff;
}
.cid-tIpz6Zqput .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tIpz6Zqput .social {
  margin-bottom: 50px;
}
.cid-tIpz6Zqput .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tIpz6Zqput .divider {
  background-color: #e95924;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tIpz6Zqput .divider {
    margin-top: 0;
  }
}
.cid-tIpz6Zqput .divider2 {
  background-color: #e95924;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tIpz6Zqput .divider2 {
    margin-top: 0;
  }
}
.cid-tIpz6Zqput .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-tIpz6Zqput .brand {
  margin-bottom: 30px;
}
.cid-tIpz6Zqput .brand__text {
  margin-bottom: 0;
}
.cid-tIpz6Zqput .brand__text a {
  font-weight: 700;
}
.cid-tIpz6Zqput .brand__text a:hover {
  color: #28334f !important;
}
.cid-tIpz6Zqput .adress {
  margin-bottom: 50px;
}
.cid-tIpz6Zqput .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-tIpz6Zqput .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-tIpz6Zqput .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-tIpz6Zqput .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tIpz6Zqput .title__menu {
    margin-bottom: 15px;
  }
  .cid-tIpz6Zqput .menu__items {
    margin-bottom: 10px;
  }
  .cid-tIpz6Zqput .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tIpz6Zqput .bottom__wrap,
  .cid-tIpz6Zqput .social {
    text-align: center;
  }
  .cid-tIpz6Zqput .bottom__wrap {
    justify-content: center;
  }
}
.cid-tIpwBAEvkq {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-paginas-1920x400.jpg");
}
@media (max-width: 767px) {
  .cid-tIpwBAEvkq h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tIpwBAEvkq .container {
    position: relative;
  }
  .cid-tIpwBAEvkq .row {
    margin: 0;
  }
  .cid-tIpwBAEvkq h2 {
    margin: 0;
  }
}
.cid-tIpwBAEvkq .mbr-section-title {
  font-weight: 200 !important;
  text-align: left;
}
.cid-tIpwBAEvkq .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tIpwBAEvkq .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 13px;
}
.cid-tIpwBAEvkq .line-title {
  width: 40px;
  height: 2px;
  background-color: #e2e2e2;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tIpwBAEvkq .vertical-line:before {
  content: '';
  background-color: #e2e2e2;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tIpwBAEvkq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tIpwBAEvkq .container-column,
.cid-tIpwBAEvkq h2 {
  color: #ffffff;
}
.cid-tIpwBAYTXv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tIpwBAYTXv .mbr-section-subtitle {
  color: #767676;
}
.cid-tIpwBB91pF .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-tIpwBB91pF .navbar.navbar-short .nav-link {
  color: #fff !important;
  border-color: #fff;
}
.cid-tIpwBB91pF .nav-link {
  font-size: 16px !important;
  color: #fff;
  position: relative;
  font-weight: 400 !important;
}
.cid-tIpwBB91pF .nav-link:hover {
  color: #009d3f  !important;
}
.cid-tIpwBB91pF .nav-dropdown .dropdown-item {
  line-height: 1.5 !important;
}
.cid-tIpwBB91pF .btn {
  margin: 0rem 0.5rem;
  padding: 6px 10px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.cid-tIpwBB91pF .btn:hover {
  color: #fff !important;
}
.cid-tIpwBB91pF .dropdown .dropdown-menu .dropdown-item {
  color: #000 !important;
  font-weight: 400 !important;
  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-tIpwBB91pF .dropdown .dropdown-menu .dropdown-item:hover {
  color: #009d3f !important;
  opacity: 1 !important;
}
.cid-tIpwBB91pF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIpwBB91pF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIpwBB91pF .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-tIpwBB91pF .dropdown-item {
  color: #fff !important;
}
.cid-tIpwBB91pF .mb-10 {
  margin-bottom: 10px !important;
}
.cid-tIpwBB91pF .dropdown-menu {
  padding: 10px 0;
  background: #ffffff !important;
}
.cid-tIpwBB91pF .btn-white {
  color: #009d3f !important;
}
.cid-tIpwBB91pF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.6em .4em !important;
}
.cid-tIpwBB91pF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIpwBB91pF .container {
  display: flex;
  margin: auto;
}
.cid-tIpwBB91pF .navbar.navbar-short .nav-link,
.cid-tIpwBB91pF .navbar.navbar-short .navbar-caption {
  color: #fff !important;
  border-color: #fff;
}
.cid-tIpwBB91pF .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tIpwBB91pF .navbar.opened {
  background: #28334f !important;
}
.cid-tIpwBB91pF .nav-item:focus,
.cid-tIpwBB91pF .nav-link:focus {
  outline: none;
}
.cid-tIpwBB91pF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIpwBB91pF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIpwBB91pF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #28334f;
  background: none;
}
.cid-tIpwBB91pF .navbar.opened {
  transition: all 0.3s;
}
.cid-tIpwBB91pF .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tIpwBB91pF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIpwBB91pF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIpwBB91pF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIpwBB91pF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIpwBB91pF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIpwBB91pF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIpwBB91pF .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-tIpwBB91pF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIpwBB91pF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIpwBB91pF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIpwBB91pF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIpwBB91pF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIpwBB91pF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIpwBB91pF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIpwBB91pF .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-tIpwBB91pF .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-tIpwBB91pF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIpwBB91pF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIpwBB91pF .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-tIpwBB91pF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tIpwBB91pF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIpwBB91pF .navbar.navbar-short {
  background: #28334f !important;
  min-height: 60px;
}
.cid-tIpwBB91pF .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-tIpwBB91pF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIpwBB91pF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIpwBB91pF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIpwBB91pF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIpwBB91pF .dropdown-item.active,
.cid-tIpwBB91pF .dropdown-item:active {
  background-color: transparent;
}
.cid-tIpwBB91pF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIpwBB91pF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIpwBB91pF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIpwBB91pF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #28334f;
}
.cid-tIpwBB91pF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIpwBB91pF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIpwBB91pF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIpwBB91pF .navbar-buttons {
  text-align: center;
}
.cid-tIpwBB91pF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIpwBB91pF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIpwBB91pF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIpwBB91pF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIpwBB91pF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIpwBB91pF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIpwBB91pF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIpwBB91pF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIpwBB91pF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIpwBB91pF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIpwBB91pF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIpwBB91pF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIpwBB91pF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIpwBB91pF .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-tIpwBB91pF .icons-menu span {
  font-size: 20px;
  color: #009d3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIpwBB91pF .navbar {
    height: 77px;
  }
  .cid-tIpwBB91pF .navbar.opened {
    height: auto;
  }
  .cid-tIpwBB91pF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIpwBBLog5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #28334f;
}
.cid-tIpwBBLog5 .social__wrap {
  padding-top: 5px;
}
.cid-tIpwBBLog5 .social__wrap a {
  margin: 0 15px;
}
.cid-tIpwBBLog5 .social__wrap a:last-child {
  margin-right: 0;
}
.cid-tIpwBBLog5 .social__wrap a:first-child {
  margin-left: 0;
}
.cid-tIpwBBLog5 .social__wrap a:hover {
  color: #28334f !important;
}
.cid-tIpwBBLog5 .menu__items span {
  font-weight: 200 !important;
  font-size: 12px;
  line-height: 2;
}
.cid-tIpwBBLog5 .menu__items {
  font-weight: 200 !important;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
.cid-tIpwBBLog5 .menu__items a:hover {
  color: #fff !important;
}
.cid-tIpwBBLog5 .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-tIpwBBLog5 .logo-footer {
  width: 160px;
}
.cid-tIpwBBLog5 .logo-premio {
  width: 100px;
}
.cid-tIpwBBLog5 .menu {
  margin-bottom: 10px;
}
.cid-tIpwBBLog5 .title__menu {
  margin-bottom: 5px;
  font-weight: 400;
  color: #ffffff;
}
.cid-tIpwBBLog5 .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tIpwBBLog5 .social {
  margin-bottom: 50px;
}
.cid-tIpwBBLog5 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tIpwBBLog5 .divider {
  background-color: #e95924;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tIpwBBLog5 .divider {
    margin-top: 0;
  }
}
.cid-tIpwBBLog5 .divider2 {
  background-color: #e95924;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tIpwBBLog5 .divider2 {
    margin-top: 0;
  }
}
.cid-tIpwBBLog5 .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-tIpwBBLog5 .brand {
  margin-bottom: 30px;
}
.cid-tIpwBBLog5 .brand__text {
  margin-bottom: 0;
}
.cid-tIpwBBLog5 .brand__text a {
  font-weight: 700;
}
.cid-tIpwBBLog5 .brand__text a:hover {
  color: #28334f !important;
}
.cid-tIpwBBLog5 .adress {
  margin-bottom: 50px;
}
.cid-tIpwBBLog5 .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-tIpwBBLog5 .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-tIpwBBLog5 .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-tIpwBBLog5 .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tIpwBBLog5 .title__menu {
    margin-bottom: 15px;
  }
  .cid-tIpwBBLog5 .menu__items {
    margin-bottom: 10px;
  }
  .cid-tIpwBBLog5 .title__info {
    margin-bottom: 15px;
  }
  
	.cid-ttI82rXoQ0 .slider-2 {
		right: 0 !important;
		text-align: center !important;
	}
	
	.cid-ttI82rXoQ0 .mbr-section-title {
		font-weight: 400 !important;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.cid-ttI82rXoQ0 .mbr-text, .cid-ttI82rXoQ0 .mbr-section-btn {
		text-align: center;
	}
	
	.cid-ttI82rXoQ0 .slider-3 {
		left: 0 !important;
	}
	
	.cid-ttI82rXoQ0 .slider-1 {
		left: 0 !important;
	}
	
	.cid-ttI82rXoQ0 .carousel-control {
		display: block;
	}
	
	.cid-tIr4B8fuhw img {
		width: 100%;
	}
	
	.cid-tIpaKhYxCT .embla__slide {
		min-width: 100%;
	}
	
	.cid-tIpaKhYxCT .embla__button {
		top: 118px;
	}
}
@media (max-width: 575px) {
  .cid-tIpwBBLog5 .bottom__wrap,
  .cid-tIpwBBLog5 .social {
    text-align: center;
  }
  .cid-tIpwBBLog5 .bottom__wrap {
    justify-content: center;
  }
}
