/*
* Página Estilo CSS Site Adelino Tur
* Copyright 2011-2019 Equipe VK2 Authors
* Licensed under EULA
*/
img{
	height: 100%
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Metropolis";
	background-color: #E9E9E9;
}
p{
	margin: 0;
}
a,
a:hover,
a:not(.btn) {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}

.disHighlight {
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-o-user-select: none;
	-moz-user-select: none;
}
.hidden {
	display: none !important;
}
#content{
	display: block;
	width: 100%;
	margin: 0 0 90px 0;
	padding: 0;
	background: #e9e9e9;
}
.box-header {
	display: flex;
	margin: 0;
	padding: 0 0 0 20px;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 112px;
}
.box {
	display: flex;
	width: calc(100% - 40px);
	margin: 30px auto 0 auto;
	padding: 0;
	background: transparent;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
.box-client{
	overflow: visible;
}
.box-header-page{
	display: block;
	margin: 40px 0 0 0;
	padding: 0 20px;
	visibility: hidden;
}

#box-service{
	display: block;
	font-size: 0;
}
.page-title {
	display: block;
	min-height: 40px;
	margin: 0 0 40px 0;
	padding: 0;
	font-family: 'Metropolis Bold';
	font-size: 35px;
	color: #232e3f;
	line-height: 40px;
	visibility: hidden;
}
.page-title-bar {
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0;
	height: 1px;
	width: 100%;
	background: #828282;
	visibility: hidden;
}

#returned-to-top {
  z-index: 9999;
	display: none;
	position: fixed;
	margin: 0;
	width: 91px;
	height: 91px;
	background: #344773;
	border-radius: 50%;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
#returned-to-top::before{
	content: '\0047';
	display: inline-block;
	font-family: 'meta-icons';
	font-style: normal;
	font-weight: normal;
	width: 100%;
	height: 100%;
	line-height: 90px;
	color: #fafafa;
	font-size: 29px;
	text-align: center;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#returned-to-top:hover{
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
#returned-to-top:hover::before{font-size: 37px;}


/*jssor slider loading skin double-tail-spin css*/
.jssorl-004-double-tail-spin img {
	animation-name: jssorl-004-double-tail-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-004-double-tail-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
/*__________________General CSS_____________________*/
/* #region breadcrumb */
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	background-color: #e9e9e9;
	border-radius: .25rem;
	padding: 30px 0 40px 0;
	margin: 0;
}

.breadcrumb-item+.breadcrumb-item:before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration: underline;
	text-decoration: none
}
.breadcrumb-item{
	display: inline-block;
	color: #404040;
	font-family: 'Metropolis';
	text-transform: capitalize;
	font-size: 14px;
}
.breadcrumb-item.active {
	color: #374387;
	font-family: 'Metropolis Semi';
	text-transform: uppercase;
}
/* #endregion */
/* #region Shadows */
.shadow-2dp {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.shadow-3dp {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.shadow-4dp {
	-moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.shadow-6dp,
button:active,
button:hover {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.shadow-8dp {
	-moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.shadow-16dp {
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.shadow-24dp {
	-webkit-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
}
.shadow-inset {
	-moz-box-shadow: inset 0 0 5px #000000;
	-webkit-box-shadow: inset 0 0 5px #000000;
	box-shadow: inset 0 0 5px #000000;
}
/* #endregion */
/* #region header */
#header{
	display: block;
	width: 100%;
	height: 115px;
	font-size: 0;
	background: #f9f9f9;
	visibility: hidden;
}
.header-logo {
	display: inline-block;
	margin: 21px 0 18px 0;
	padding: 0;
	width: 250px;
	vertical-align: top;
}
.header-logo a {
	display: block;
	margin: 0;
	padding: 35px;
	background: #fff;
}
.header-logo-responsive {
	margin: 0 0 0 0;
	width: 200px;
	z-index: 999;
}
.header-logo img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#header-menu{
	display: none;
	width: calc(100% - 200px);
	max-width: 1400px;
	height: 112px;
	line-height: 112px;
}
.header-list-menu {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}
.header-menu {
	display: block;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid transparent;
	height: 112px;
	table-layout: fixed;
	visibility: hidden;
}
.header-menu-actived,
.header-menu:hover{
	color: #36457c;
	border-bottom: 3px solid #edbf25;
	background: #dcdbd8;
	transition: 0s;
}
.header-menu a{
	display: block;
	margin: 0;
	padding: 0;
}
.header-menu-client {
	display: block;
	text-align: center;
	table-layout: fixed;
	visibility: hidden;
}
.header-menu-client a{
	display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 45px;
	margin: 35px 0 0 50px;
	border-radius: 5px;
	padding: 0;
	background: #354c8f;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
}
.header-menu-title{
	display: inline-block;
	font-size: 14px;
	font-family: 'Metropolis Semi';
	color: #565557;
	max-height: 100%;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
.header-menu-client .header-menu-title{
	display: inline-block;
	width: 100%;
	color: #fcfcfc;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Metropolis Semi';
	max-height: 100%;
	vertical-align: top;
	text-align: center;
  padding-top: 3px
}
.header-menu-client a:hover{
	background: #e8c33d;
}
.header-menu-client a:hover .header-menu-title{
	color: #354c8f;
}
.header-bar{
	display: block;
	width: 100%;
	height: 3px;
	background: #374387;
	margin: 0 0 0 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
}
#header-menu-responsive {
	display: inline-block;
	font-size: 30px;
	height: 100%;
	line-height: 115px;
	margin: 0;
	width: calc(100% - 200px);
	text-align: center;
}
.menu-button{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Metropolis Medium';
	color: #494949;
	cursor: pointer;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
.menu-button:hover{
	background: #355092;
	color: #edbf25;
}
.header-list-menu-responsive{
	display: none;
	position: absolute;
	width: 100%;
	min-height: 100%;
	z-index: 10000000;
	top: 0;
	background: #fff;
	/* transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	*/
}
.header-menu-responsive {
	display: none;
	width: 100%;
	min-height: 80px;
	margin: 0 auto 0 auto;
	padding: 20px 30px;
	font-family: 'Metropolis Medium';
	font-size: 30px;
	line-height: 40px;
	color: #494949;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease 100ms;
	-moz-transition: all 250ms ease 100ms;
	-webkit-transition: all 250ms ease 100ms;
	-ms-transition: all 250ms ease 100ms;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.308);
}
.close-menu {
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding: 0;
}
.header-menu-responsive-bar{
	display: block;
	width: 100%;
	height: 2px;
	background: #9099a8;
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
}
.menu-button:hover,
.header-menu-responsive:hover{
	background: #355092;
	color: #edbf25;
	transition: background 0s;
}
.header-menu-responsive:hover{
	border: 1px solid rgba(255, 255, 255, 0.308);
	
}
.header-menu-client-responsive {
	cursor: pointer;
	display: block;
	width: 300px;
	height: 80px;
	border-radius: 5px;
	background: #355092;
	margin: 0 auto 30px auto;
	color: #fafafa;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-family: 'Metropolis Semi';
}
.header-menu-client-responsive:hover{
	background: #354c8f;
	color: #edbf25;
	
	-webkit-box-shadow: inset 0 6px 10px 0 rgba(255, 255, 255, 0.14), inset 0 1px 18px 0 rgba(255, 255, 255, 0.12), inset 0 3px 5px -1px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 6px 10px 0 rgba(255, 255, 255, 0.14), inset 0 1px 18px 0 rgba(255, 255, 255, 0.12), inset 0 3px 5px -1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 6px 10px 0 rgba(255, 255, 255, 0.14), inset 0 1px 18px 0 rgba(255, 255, 255, 0.12), inset 0 3px 5px -1px rgba(255, 255, 255, 0.2);
}
/* #endregion */

/* #region Footer */
#footer{
	display: block;
	background: #293541;
	width: 100%;
	/* min-height: 1170px; */
	min-height: auto;
	margin: 0;
	padding: 85px 10px 0 10px;
	box-sizing: border-box;
	position: relative;
	visibility: hidden;
}
.footer-first{
	display: block;
	background: #293541;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.footer-second {
	display: flex;
	background: #293541;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-around;
}
.footer-last{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	background: #293541;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.footer-first-list-itens {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.footer-itens-logo {
	margin: 0 0 80px 0;
	padding: 0;
	display: block;
	min-width: 200px;
	width: 100%;
	visibility: hidden;
}
.footer-itens-logo img {margin: 0 auto;padding: 0;display: block;}
.footer-itens-menu{
	display: none;
	margin: 0 0 80px 0;
	padding: 0;
	max-width: 1060px;
}
.footer-list-menu{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.footer-menu {
	display: block;
	font-size: 15px;
	line-height: 45px;
	color: #fff;
	font-family: 'Metropolis Semi';
	margin: 0;
	padding: 0 15px;
	cursor: pointer;
	border-radius: 5px;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	visibility: hidden;
}
.footer-menu a{
	display: block;
	padding: 0;
	margin: 0;
}
.footer-menu-actived,
.footer-menu:hover{
	background: rgb(53, 76, 143);
	-webkit-box-shadow: 0 6px 10px 0 rgba(130, 130, 130, 0.14), 0 1px 18px 0 rgba(130, 130, 130, 0.12), 0 3px 5px -1px rgba(130, 130, 130, 0.2);
	-moz-box-shadow: 0 6px 10px 0 rgba(130, 130, 130, 0.14), 0 1px 18px 0 rgba(130, 130, 130, 0.12), 0 3px 5px -1px rgba(130, 130, 130, 0.2);
	box-shadow: 0 6px 10px 0 rgba(130, 130, 130, 0.14), 0 1px 18px 0 rgba(130, 130, 130, 0.12), 0 3px 5px -1px rgba(130, 130, 130, 0.2);
}
.footer-itens-social {
	display: block;
	margin: 0 0 80px 0;
	padding: 0;
	width: 100%;
	height: 50px;
}
.footer-list-social {
	display: flex;
	text-align: center;
	width: 100%;
	min-height: 50px;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.footer-social {
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 50px;
	cursor: pointer;
	border-radius: 50%;
	background: #9099a7;
	font-size: 0;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	visibility: hidden;
}
.footer-social-icon{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #293541;
	position: relative;
}
.footer-social-icon::before {
	display: block;
	margin: 0 0 0 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.footer-social:hover {
	background: #355092;
	color: #fff;
}
.footer-itens-client {
	display: block;
	margin: 0 auto 70px auto;
	width: 280px;
	height: 85px;
	line-height: 85px;
	background: #354d81;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	visibility: hidden;
}
.footer-itens-client a{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Metropolis Semi';
	font-size: 25px;
	color: #fcfdfd;
}
.footer-itens-client:hover{
	-moz-box-shadow: inset 0 8px 10px 1px rgba(255, 255, 255, 0.14), inset 0 3px 14px 2px rgba(255, 255, 255, 0.12), inset 0 5px 5px -3px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 8px 10px 1px rgba(255, 255, 255, 0.14), inset 0 3px 14px 2px rgba(255, 255, 255, 0.12), inset 0 5px 5px -3px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 8px 10px 1px rgba(255, 255, 255, 0.14), inset 0 5px 5px -3px rgba(255, 255, 255, 0.2), inset 0 3px 14px 2px rgba(255, 255, 255, 0.12);
}
.footer-bar {
	display: block;
	width: 100%;
	height: 2px;
	background: #9099a8;
	margin: 0 0 50px 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
}
.footer-second-text{
	font-family: 'Metropolis Black';
	font-size: 25px;
	text-align: center;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	color: #fafafa;
	visibility: hidden;
}
.footer-second-text:first-child{
	width: 60%;
}
.footer-second-text p{margin: 0;}
.footer-email{
	font-size: 20px;
	margin: 50px 0 0 0;
}
.footer-phone{
	color: #5c76aa;
	margin: 50px 0 0 0;
}
.footer-phone a{
	display: block;
}
.footer-bar-with-button {
	display: block;
	background: #293541;
	width: 100%;
	height: auto;
	margin: 45px 0 40px 0;
	padding: 0;
}
.footer-bar-left, .footer-bar-right {
	display: inline-block;
	width: calc(50% - 65px);
	vertical-align: top;
	margin: 44px 0 0 0;
}
.meta-arrow-up {
	display: inline-block;
	width: 91px;
	height: 91px;
	background: #344773;
	border-radius: 50%;
	margin: 0 10px;
	padding: 0;
	position: relative;
	cursor: pointer;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
.meta-arrow-up::before {
	width: 100%;
	height: 100%;
	line-height: 90px;
	color: #fafafa;
	font-size: 29px;
	text-align: center;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
.meta-arrow-up:hover{
	-moz-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
}
.meta-arrow-up:hover::before{
	font-size: 37px;
}
.footer-copyright {
	text-align: center;
	display: block;
	color: #fafafa;
	font-size: 14px;
	width: 250px;
	margin: 0 0 30px 0;
	line-height: 20px;
}
.footer-copyright p{
	margin: 0;
}
.footer-copyright-separation{
	display: none;
	text-align: center;
	color: #fafafa;
	font-size: 14px;
	width: 15px;
	margin: 0;
	padding: 0;
}
.footer-copyright-separation:last-child{
	display: none;
}
/* #endregion */

/* #region Contato*/
.contact-left {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}
.contact-text {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-family: 'Metropolis Light';
	color: #636464;
	line-height: 35px;
	margin: 0 auto 45px auto;
	visibility: hidden;
}
.contact-phones {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 35px 0 0 0;
	visibility: hidden;
}
a.meta-whatsapp-logo {
	display: inline-block;
	min-width: 50%;
	text-align: center;
	margin: 0 0 30px 0;
	height: 35px;
	font-size: 0;
	line-height: 35px;
}
.text-decoration{
	display: inline-block;
	width: auto;
	border-bottom: 1px solid #a7a7a6;
	font-size: 18px;
	font-family: 'Metropolis Bold';
}
.meta-whatsapp-logo::before {
	color: #2d8e81;
	font-size: 35px;
	line-height: 35px;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.contact-landline{
	display: inline-block;
	min-width: 50%;
	text-align: center;
	margin: 0 0 30px 0;
	height: 35px;
	line-height: 35px;
}
.contact-mail{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: 'Metropolis Bold';
	color: #232e3f;
	line-height: 35px;
}
.contact-mail-color{
	font-size: 18px;
	font-family: 'Metropolis';
	color: #355092;
	line-height: 35px;
}
.content-separation-bar {
	display: block;
	width: 100%;
	margin: 50px auto;
	padding: 0;
	border: 0;
	height: 2px;
	background: #a7a7a6;
	visibility: hidden;
}
.contact-address {
	display: block;
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	font-family: 'Metropolis';
	font-size: 18px;
	color: #3f3f3f;
	line-height: 25px;
	visibility: hidden;
}
.contact-landline p,
.contact-mail p,
.contact-address p,
.contact-text p{margin: 0;}
.contact-right {
	display: inline-block;
	width: 100%;
	margin: 0 0 45px 0;
	padding: 0;
	height: auto;
}
a.vacant-job-name{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: 'Metropolis Light';
	font-size: 16px;
	color: #636464;
	line-height: 20px;
	visibility: hidden;
}
#contact-form-container {
	display: block;
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0;
}
#formContact {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.contact-select-wrapper,
.contact-form-input-wrapper {
	display: block;
	width: 350px;
	height: 48px;
	position: relative;
	font-family: 'Metropolis Light';
	margin: 0 auto 30px auto;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	visibility: hidden;
}
.contact-select-wrapper{
	padding-left: 0;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
.contact-form-textarea-wrapper{
	display: block;
	width: 350px;
	height: 135px;
	position: relative;
	font-family: 'Metropolis Light';
	margin: 0 auto 20px auto;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	visibility: hidden;
}
.contact-form-label, .contact-form-label {
	display: block;
	font-size: 18px;
	color: #90908f;
	position: absolute;
	top: 8px;
	left: 10px;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
.contact-form-input, .contact-form-textarea, .contact-select {
	display: block;
	width: 100%;
	padding: 0 10px 0 10px;
	margin: 0;
	border: 0;
	border-bottom: 2px solid #a9a9ac;
	background: none;
	line-height: 48px;
	font-size: 18px;
	color: #404040;
	position: absolute;
	top: 0;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
.contact-form-textarea{
	height: 135px;
	line-height: 25px;
	font-size: 18px;
	resize: none;
}
.contact-select {
	font-family: 'Metropolis Light';
	color: #90908f;
	background: #e9e9e9;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0 5px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
	outline: 0;
}
select::-ms-expand {display: none}
.contact-form-input-file-content{
	display: inline-block;
	width: 400px;
	height: 50px;
	cursor: pointer;
	position: relative;
}
.contact-select-wrapper::after {
	display: block;
	content: '\0059';
	font-family: 'meta-icons';
	width: 17px;
	height: 25px;
	font-size: 25px;
	color: #939392;
	position: absolute;
	right: 10px;
	z-index: 3;
}
.contact-form-input-wrapper:hover .contact-form-label{
	color: #404040;
}
.contact-select:hover,
.contact-form-input:hover,
.contact-form-input:focus,
.contact-form-textarea:hover,
.contact-form-textarea:focus{
	border-bottom: 2px solid #355092;
}
.contact-select-wrapper:hover::after {
	color: #355092;
}
.content-form-info-wrapper {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: 'Metropolis';
	line-height: 25px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.content-form-submit-wrapper{
	display: block;
	width: 100%;
	height: 54px;
	margin: 40px 0 0 0;
	visibility: hidden;
}
.contact-form-submit{
	display: block;
	width: 237px;
	height: 54px;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #354c8f;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
	font-family: 'Metropolis';
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	color: #354c8f;
	text-transform: capitalize;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-o-user-select: none;
	-moz-user-select: none;
}
.contact-form-submit:hover{
	border: 2px solid #354c8f;
	color: #fff;
	background: #354c8f;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.main-error {
	box-sizing: border-box;
	border: 2px solid #ff3939;
	border-bottom: 0;
}
.error-message {
	font-family: 'Metropolis Light';
	font-size: 12px;
	color: #ff3939;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}
/* #endregion */

/* #region job Us */
.contact-form-input-file{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form-inputfile{
	display: inline-block;
	width: 400px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.form-inputfile::before {
	font-size: 21px;
	color: #90908f;
	line-height: 50px;
	padding: 0 0 0 10px;
	background: #e9e9e9;
	z-index: 1110;
	position: absolute;
	right: 0;
}
.contact-form-label-files {
	float: right;
	width: calc(100% - 400px - 25px);
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-family: 'Metropolis ExtraLight Italic';
	font-size: 16px;
}
/* #endregion */
/* #region News */
#news-list {
	display: flex;
	width: 100%;
	height: auto;
	margin: 0 0 90px 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.news-list-item {
	display: block;
	width: 345px;
	height: 455px;
	margin: 0 50px 55px 0;
	padding: 0;
	box-sizing: border-box;
	border: 1px solid #c9caca;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	visibility: hidden;
}
.news-list-item:nth-child(4n) {
	margin: 0 0 55px 0;
}
.news-list-item-divimg {
	display: block;
	width: 100%;
	height: 280px;
	margin: 0;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
	border: none;
	visibility: hidden;
}
.news-list-item-imagem {
	display: block;
	min-width: 100%;
	min-height: 100%;
	border: none;
}
.news-list-item-article {
	display: block;
	background: #f9faf9;
	height: 175px;
	margin: 0;
	padding: 32px 10px;
	box-sizing: border-box;
	border-top: 1px solid #c9caca;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-o-user-select: none;
	-moz-user-select: none;
}
.news-list-item-article-date {
	display: block;
	margin: 0 0 35px 0;
	padding: 0;
	font-family: "Metropolis";
	font-size: 20px;
	line-height: 22px;
	color: #35477a;
	visibility: hidden;
}
.news-list-item-article-paragraph {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	font-family: "Metropolis";
	font-size: 20px;
	line-height: 24px;
	color: #2a2b2a;
	visibility: hidden;
}
.news-list-item:hover .news-list-item-article{background: #35477a;}
.news-list-item:hover .news-list-item-article .news-list-item-article-date,
.news-list-item:hover .news-list-item-article .news-list-item-article-paragraph{ color: #ffffff;}
.notices-pagination-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#notices-pagination-title {
	display: block;
}
.notices-pagination-title {
	display: block;
	font-family: 'Metropolis Medium';
	color: #2e3749;
}
.notices-pagination-bar {
	border: 0;
	background: #e8c33d;
}
/* #region Paginate */
.notices-pagination-container .page-item {
	display: block;
}
.notices-pagination-container .paginate-link {
	font-family: 'Metropolis Medium';
	background-color: transparent;
	display: inline-block;
	color: #354c8f;
	border: 1px solid #354c8f;
	letter-spacing: 0px;
	cursor: pointer;
	padding: 0;
	border-radius: 5px;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
.notices-pagination-container .paginate-link-navigate {
	font-family: 'Metropolis Medium';
	background-color: transparent;
	display: inline-block;
	color: #354c8f;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #354c8f;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
.notices-pagination-container .paginate-link-ellipses {
	font-family: 'Metropolis Medium';
	background-color: transparent;
	display: inline-block;
	color: #354c8f;
	cursor: default;
	margin: 0;
}
.notices-pagination-container .page-item.disabled .paginate-link-navigate {
	cursor: not-allowed;
	background-color: #354c8f;
	color: #f9faf9;
}
.notices-pagination-container .page-item.active .paginate-link {
	border: 1px solid #354c8f;
	color: #f9faf9;
	background-color: #354c8f;
	cursor: not-allowed;
}
.notices-pagination-container .page-item:last-child .paginate-link,
.notices-pagination-container .page-item:first-child .paginate-link {
	border-radius: 5px;
}
.notices-pagination-container .paginate-link:not(:disabled):not(.disabled):hover,
.notices-pagination-container .paginate-link:not(:disabled):not(.disabled):hover,
.notices-pagination-container .page-item:not(:disabled):not(.disabled) .paginate-link-navigate:hover {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	background: #e8c33d;
	border-color: #e8c33d;
}
.notices-pagination-container .page-item.active .paginate-link:hover {
	border: 1px solid #354c8f;
	color: #f9faf9;;
	background-color: #354c8f;
	cursor: not-allowed;
	box-shadow: none;
}
/* #endregion */

/* #endregion */

/* #region notice - zoom */
.notice-article-autors {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Metropolis Light';
	font-size: 16px;
	line-height: 24px;
	color: #2a2b2a;
}
.notice-article-autors strong{
	font-family: 'Metropolis Medium';
	font-weight: normal;
}
#notice {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}
.notice-article{
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
.notice-article-header {
	display: block;
	width: 100%;
	padding: 0 265px 0 20px;
	margin: 0 0 55px 0;
}
.notice-article-abreviation{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "Metropolis";
	font-size: 22px;
	line-height: 24px;
	color: #2a2b2a;
	text-align: left;
}
.notice-article-image {
	display: block;
	width: 605px;
	height: 495px;
	float: left;
	margin: 0 60px 20px 0;
	background: #35477a;
	border-radius: 5px;
	border: 1px solid #c9caca;
	overflow: hidden;
	box-sizing: border-box;
}
.notice-article-text{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "Metropolis";
	font-size: 22px;
	line-height: 24px;
	color: #2a2b2a;
	text-align: left;
}
.notice-article-text p,
.notice-article-abreviation p{
	margin: 0;
}
.notice-article-footer{
	display: block;
	margin: 75px 0 0 0;
	padding: 0;
	font-size: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-o-user-select: none;
	-moz-user-select: none;
	
}
.notice-article-footer-font{
	display: inline-block;
	height: 30px;
	border-radius: 5px;
	background: #d2d3d6;
	font-family: 'Metropolis Medium';
	font-size: 18px;
	color: #2e3749;
	line-height: 30px;
	margin: 0 20px 0 0;
	padding: 0 10px;
}
.notice-article-footer-author{
	display: inline-block;
	height: 30px;
	border-radius: 5px;
	background: #d2d3d6;
	font-family: 'Metropolis Light';
	font-size: 16px;
	line-height: 30px;
	color: #2a2b2a;
	padding: 0 10px;
}
.notice-article-footer-author strong{
	font-family: 'Metropolis Medium';
	font-weight: 500;
}
#outhers-notices {
	display: block;
	margin: 45px 0 0 0;
	padding: 0;
	width: 100%;
}
#outhers-notices #news-list{
	margin: 0;
}
.outhers-notices-title {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Metropolis Bold';
	font-size: 35px;
	line-height: 30px;
	color: #2e3749;
	visibility: hidden;
}
.outhers-notices-bar {
	border: none;
	margin: 10px auto 50px auto;
	display: block;
	width: 85px;
	height: 3px;
	background: #e8c33d;
	box-sizing: border-box;
	visibility: hidden;
}
/* #endregion */

/* #region company */
.company-description {
	display: block;
	width: calc(100% - 965px - 70px);
	margin: 0 auto 0 0;
}
.page-company-tilte {
	margin: 0 0 50px 0;
	font-family: 'Metropolis Bold';
	font-size: 70px;
	line-height: 95px;
	text-align: left;
	visibility: hidden;
}
.page-company-title-bar {
	background: #e8c33d;
	height: 5px;
	margin: 0 0 70px 0;
	visibility: hidden;
}
.company-description-text {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	font-family: "Metropolis";
	color: #2a2b2a;
	text-align: left;
	visibility: hidden;
}
.company-img{
	display: block;
	width: 965px;
	height: 610px;
	margin: 0;
	padding: 0;
	background: #355092;
	visibility: hidden;
}
.company-img img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.company-principles {
	display: block;
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 40px 0;
	background: #dcdbd8;
}
.company-principles-title {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: 'Metropolis Bold';
	font-size: 35px;
	line-height: 30px;
	color: #2e3749;
	width: 100%;
}
.company-principles-bar{
	display: block;
	border: none;
	margin: 15px auto 50px auto;
	padding: 0;
	width: 265px;
	height: 3px;
	background: #e8c33d;
	box-sizing: border-box;
	visibility: hidden;
}
.company-principles-list {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	justify-content: space-between;
	flex-wrap: wrap;
}
.company-principles-item {
	display: block;
	/* width: 530px; */
	width: 100%;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.company-principles-item-title {
	display: block;
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
	font-family: 'Metropolis Extra';
	font-size: 60px;
	line-height: 55px;
	color: #355092;
}
.company-principles-item-description{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 60px 0 0;
	font-family: 'Metropolis';
	font-size: 19px;
	line-height: 24px;
	color: #2a2b2a;
}
.testimonies {
	display: block;
	width: 400px;
	margin: 0 0 0 0;
	padding: 0;
}
.testimonies-tilte {
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Metropolis Black";
	font-size: 35px;
	color: #2e3749;
	visibility: hidden;
}
.testimonies-title-bar {
	background: #e8c33d;
	border: 0;
	display: block;
	width: 133px;
	height: 9px;
	margin: 10px 0 30px 0;
	visibility: hidden;
}
.testimonies-text {
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Metropolis";
	font-size: 23px;
	color: #535354;
	visibility: hidden;
}
.testimony-reports {
	display: block;
	width: calc(100% - 465px);
	margin: 0 0 0 0;
	padding: 0;
	visibility: hidden;
}
#testimony-controls-index {
	display: none;
	font-size: 0;
	margin: 25px 0;
	width: 100%;
}
[class*='testimony-controls-index-']{
	display: block;
	width: 13px;
	height: 13px;
	background: #656363;
	margin: 0 5px 0 0;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
}
[class*='testimony-controls-index-']:last-child{
	margin: 0;
}
[class*='testimony-controls-index-'].actived{
	background: #355092;
}
.testimony-controls {
	display: block;
	width: 35px;
	margin: 0 30px 0 auto;
	padding: 0;
	height: auto;
	visibility: hidden;
}
.testimony-control {
	display: inline-block;
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	background: #35477a;
	margin: 0 0 20px 0;
	cursor: pointer;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
.testimony-control:hover{
	-moz-box-shadow: inset 0 8px 10px 1px rgba(255, 255, 255, 0.14), inset 0 3px 14px 2px rgba(255, 255, 255, 0.12), inset 0 5px 5px -3px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 8px 10px 1px rgba(255, 255, 255, 0.14), inset 0 3px 14px 2px rgba(255, 255, 255, 0.12), inset 0 5px 5px -3px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 8px 10px 1px rgba(255, 255, 255, 0.14), inset 0 5px 5px -3px rgba(255, 255, 255, 0.2), inset 0 3px 14px 2px rgba(255, 255, 255, 0.12);
}
.testimony-control::before{
	font-size: 28px;
	color: #e9e9e9;
	line-height: 90px;
	text-align: center;
	width: 100%;
}
.wrapper {
	overflow: hidden;
	position: relative;
	width: 530px;
	height: 100%;
	z-index: 1;
}
.testimony-reports-list {
	display: flex;
	position: relative;
	top: 0;
	left: -530px;
	width: 1000000000px;
}
.testimony-reports-list.shifting {
	transition: left .2s ease-out;
}
.testimony-reports-item {
	margin: 0;
	padding: 0;
	width: 530px;
	height: auto;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 1s;
	position: relative;
}
.testimony-reports-date {
	font-family: "Metropolis";
	font-size: 23px;
	line-height: 30px;
	color: #3f3f3f;
}
.testimony-reports-author {
	font-family: "Metropolis Bold Italic";
	font-size: 23px;
	line-height: 30px;
	color: #3f3f3f;
	margin: 0 0 30px 0;
}
.testimony-reports-description {
	font-family: "Metropolis";
	font-size: 20px;
	line-height: 24px;
	color: #2a2b2a;
}
/* #endregion */

/* #region Services */
#service-list-link{
	position: relative;
}
.service-list-link-name{
	display: block;
	width: 100%;
	margin: 0;
	padding: 15px 0 15px 40px;
	font-family: 'Metropolis';
	min-height: 22px;
	color: #565657;
	cursor: pointer;
	transition: all 200ms ease 50ms;
	-moz-transition: all 200ms ease 50ms;
	-webkit-transition: all 200ms ease 50ms;
	-ms-transition: all 200ms ease 50ms;
	box-sizing: border-box;
	border-bottom: 1px solid transparent;
	position: relative;
	visibility: hidden;
}
.service-list-link-name:hover{
	background: #354c8f;
	color: #e8c33d;
	transition: background 0s;
	border-bottom: 1px solid #e8c33d;
}
.service-list-link-name a{
	display: block;
}
a.service-list-name-click{
	display: block;
	margin: 0;
	padding: 0;
}
.service-list-name {
	display: block;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0 0 45px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #828282;
	visibility: hidden;
}
.service-list-name-header {
	display: block;
	padding: 0;
	margin: 0 0 0 0;
	min-height: 100px;
	font-size: 0;
}
.service-list-name-header-icon {
	display: inline-block;
	border: 3px solid #232e3f;
	text-align: center;
	border-radius: 50%;
	vertical-align: top;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	visibility: hidden;
}
.service-list-name-header-icon::before {
	display: block;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
.service-actived{
	border: 3px solid #354c8f;
	color: #354c8f;
	background: #354c8f;
}
.service-actived::before{
	color: #e8c33d;
}
.service-list-name-header-title {
	padding: 0;
	font-family: 'Metropolis Bold';
	color: #232e3f;
	visibility: hidden;
}
.service-list-name-description {
	display: block;
	margin: 30px 0 50px 0;
	padding: 0;
	font-family: 'Metropolis';
	font-size: 18px;
	line-height: 26px;
	color: #2a2b2a;
	visibility: hidden;
}
a.service-list-name-click:hover .service-list-name-header-title {
	color: #354c8f;
}
a.service-list-name-click:hover .service-list-name-header-icon::before {
	color: #e8c33d;
}
a.service-list-name-click:hover .service-list-name-header-icon{
	background: #354c8f;
	border: 3px solid #e8c33d;
}
.service-list-name-buttons {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0;
}
a.service-list-name-button-more {
	border: 2px solid #e8c33d;
	color: #e8c33d;
	text-align: center;
	border-radius: 5px;
	font-family: 'Metropolis';
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	vertical-align: top;
	visibility: hidden;
}
a.service-list-name-button-more:hover{
	border: 2px solid #354c8f;
	color: #e8c33d;
	background: #354c8f;
	font-size: 28px;
}
a.service-list-name-button-chat {
	border: 2px solid #354c8f;
	color: #354c8f;
	text-align: center;
	border-radius: 5px;
	font-family: 'Metropolis';
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	visibility: hidden;
}
a.service-list-name-button-chat:hover{
	border: 2px solid #e8c33d;
	color: #354c8f;
	background: #e8c33d;
	font-size: 18px;
}
#service{
	display: block;
	font-size: 0;
	margin: 0 0 75px 0;
	padding: 0;
}
.service-header{
	display: block;
	font-size: 0;
	margin: 0 0 75px 0;
	padding: 0;
}
.service-header-icon {
	display: inline-block;
	padding: 0;
	border: 3px solid #232e3f;
	border-radius: 50%;
	vertical-align: top;
	visibility: hidden;
}
.service-header-icon::before{
	display: block;
	text-align: center;
	color: #232e3f;
}
.service-header-title {
	display: inline-block;
	color: #232e3f;
	font-family: "Metropolis Bold";
	visibility: hidden;
}
.service-description {
	display: block;
	font-size: 0;
	margin: 0;
	padding: 0;
}
.service-description-image{
	min-height: 173px;
	display: inline-block;
	padding: 0;
	position: relative;
	vertical-align: top;
	visibility: hidden;
}
.main_service_image{
	min-height: 173px;
	display: block;
}
.solution_image_main{
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}
.service-description-text {
	display: inline-block;
	font-family: 'Metropolis';
	color: #282a28;
	padding: 0;
	visibility: hidden;
}
.service-buttons{
	display: block;
	margin: 40px 0 0 0;
	padding: 0;
	font-size: 0;
}
a.service-button-specialist {
	font-family: 'Metropolis Black';
	border-radius: 5px;
	border: 2px solid #354c8f;
	background: #e9e9e9;
	color: #354c8f;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	visibility: hidden;
}
a.service-button-specialist:hover {
	border-color: #e8c33d;
	background: #e8c33d;
	color: #354c8f;
}
.service-button-chat {
	box-sizing: border-box;
	font-size: 0;
	border-radius: 5px;
	background: #354c8f;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	overflow: hidden;
	white-space: nowrap;
	visibility: hidden;
}
.service-button-chat-text {
	font-family: 'Metropolis Black';
	text-align: left;
	color: #eaeaea;
}
a.buttons-chat-icons, .buttons-chat-icons {
	color: #eaeaea;
	vertical-align: top;
	cursor: pointer;
}
a.buttons-chat-icons::before, .buttons-chat-icons::before{
	display: block;
	line-height: 45px;
}
a.buttons-chat-icons:hover, .buttons-chat-icons:hover{
	color: #e8c33d;
}
#formServiceContact{
	display: block;
	margin: 0;
	padding: 0;
}
.chat-form-label {
	vertical-align: top;
	font-family: 'Metropolis Black';
	text-align: left;
	color: #eaeaea;
}
.chat-form-input {
	border-radius: 5px;
	vertical-align: top;
	color: #414142;
	font-family: 'Metropolis';
}
.chat-form-send {
	border: 2px solid #e9e9e9;
	background: transparent;
	border-radius: 5px;
	color: #e9e9e9;
	font-family: 'Metropolis';
	cursor: pointer;
}
.chat-form-send:hover{
	border-color: #e8c33d;
	color: #354c8f;
	background: #e8c33d;
}
.main-error-service{
	box-sizing: border-box;
	border: 2px solid #ff3939;
	background: #ecb2b2;
}
#phone-error{
	display: none;
}
/* #endregion */

/* #region accountant Page */
.page-accountant-tilte {
	font-family: 'Metropolis Bold';
	visibility: hidden;
}
.page-accountant-title-bar {
	background: #e8c33d;
	height: 5px;
	visibility: hidden;
}
.accountant-description-text {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "Metropolis";
	color: #2a2b2a;
	visibility: hidden;
}
.main_accountant_image{
	min-height: 173px;
	display: block;
}
.accountant-img{
	visibility: hidden;
	display: block;
	padding: 0;
	background: #355092;
}
.accountant-img img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.accountant-principles {
	display: block;
	background: #dcdbd8;
}
.accountant-principles-title {
	display: block;
	font-family: 'Metropolis Bold';
	color: #2e3749;
	visibility: hidden;
}
.accountant-principles-bar{
	display: block;
	border: none;
	background: #e8c33d;
	box-sizing: border-box;
	visibility: hidden;
}
.accountant-principles-list {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	justify-content: space-between;
	flex-wrap: wrap;
}
.accountant-principles-item {
	display: block;
	/* width: 530px; */
	width: 100%;
	margin: 0;
	padding: 0;
}
.accountant-principles-item-title {
	display: block;
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
	font-family: 'Metropolis Extra';
	font-size: 60px;
	line-height: 55px;
	color: #355092;
}
.accountant-principles-item-description{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 60px 0 0;
	font-family: 'Metropolis';
	font-size: 20px;
	line-height: 24px;
	color: #2a2b2a;
}
.accountant-category {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
}
.accountant-category-tilte {
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Metropolis Black";
	color: #2e3749;
	visibility: hidden;
}
.accountant-category-title-bar {
	background: #e8c33d;
	border: 0;
	display: block;
	visibility: hidden;
}
.accountant-category-text {
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Metropolis";
	color: #535354;
	visibility: hidden;
}
.accountant-category-list {
	display: block;
	padding: 0;
}
#accountant-category-list-icons{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.accountant-category-item-icons {
	display: block;
	background: #dcdbd8;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	visibility: hidden;
}
.accountant-category-item-icons-title {
	display: block;
	color: #354c8f;
	font-family: 'Metropolis';
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
.accountant-category-item-icons-svg{
	display: block;
	margin: 0 auto;
}
.accountant-category-item-icons-svg::before{
	display: block;
	margin: 0;
	color: #354c8f;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
.accountant-category-item-icons:hover {
	background: #354c8f;
}
.accountant-category-item-icons:hover .accountant-category-item-icons-title,
.accountant-category-item-icons:hover .accountant-category-item-icons-svg::before {
	color: #e8c33d;
}
.accountant-category-item-icons[title] {
	position: relative;
}
.accountant-category-item-icons[title]:hover::before {
	content: attr(title);
	position: absolute;
	bottom: 0;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 5px;
	background: #e8c33d;
	color: #354c8f;
	font-size: 12px;
	font-family: 'Metropolis Black';
	white-space: nowrap;
	right: 0;
	opacity: 0.2;
}
/* #endregion */

/* #region HOME */
/* #region home-banner-section */
#home-banner-section{
	display: block;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 0;
	visibility: hidden;
}
#banner-section-slider{position:relative; margin:0 auto; top:0px; left:0px; width:1920px; height:695px; overflow:hidden; visibility:hidden;}
.banner-section-slider{cursor:default; position:relative; top:0px; left:0px; width:1920px; height:695px; overflow:hidden;}
.banner-button-content{
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
}
a.banner-button{
	display: inline-block;
	border: 2px solid #f9faf9;
	border-radius: 5px;
	background: transparent;
	text-align: center;
	font-family: 'Metropolis Bold';
	color: #eeefef;
	transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-webkit-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
}
a.banner-button:hover{
	border-color: #e8c33d;
	background: #e8c33d;
	color: #354c8f;
}
.banner-section-slider-spin img {
	animation-name: banner-section-slider-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes banner-section-slider-spin {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
/* #endregion */
/* #region home-clients-section*/
#home-clients-section{
	display: block;
	width: 100%;
	margin: -75px 0 80px 0;
	padding: 20px;
	font-size: 0;
	background: #fff;
	z-index: 9999;
	box-sizing: border-box;
	border: 1px solid #00000040;
	position: absolute;
	top: -120px;
}
.home-clients-head{
	display: inline-block;
	visibility: hidden;
	padding: 0;
	vertical-align: top;
}
.home-clients-tilte {
	font-family: "Metropolis Bold";
	color: #232e3f;
	text-align: left;
}
.home-clients-title-bar{
	display: block;
	height: 5px;
	border: 0;
	background: #e8c33d;
	margin: 0 0 30px 0;
	padding: 0;
}
.home-clients-text {
	display: block;
	font-family: "Metropolis";
	color: #414141;
	text-align: left;
}
.home-clients-logo{
	display: inline-block;
	margin: 0;
	padding: 0;
}
#home-clients-logo-list {
	display: block;
	position:relative;
	margin:0 auto;
	top:0px;
	left:0px;
	width:100%;
	height:200px;
	overflow:hidden;
	white-space: nowrap;
}
.home-clients-logo-item{
	display: inline-block;
	transform: translateY(-200px);
	width: 250px;
	height: 150px;
	margin: 25px 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.home-clients-logo .slick-slide{
	width: 250px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.home-clients-logo-item-link{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
}
.home-clients-logo-item-link-img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
}
.home-clients-logo-img{
	display: inline-block;
/*	width: 100%;*/
	height: 150px;
	margin: 0 auto;
	padding: 0;
}
.home-clients-logo-item-link-txt{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1001;
	background: #35477acc;
	top: 0;
	left: 0;
	opacity: 0;	
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.home-clients-logo-item-link-txt span {
	display: inline-block;
	font-family: 'Metropolis Black';
	color: #e5e5e5;
	text-align: center;
	width: 100%;
}
.home-clients-logo-item-link-txt span::before {
	display: inline-block;
	background: #35477a;
	font-family: 'Metropolis ExtraLight';
	content: "+";
	color: #ffffff;
	text-align: center;
	-moz-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.14), 0 0px 14px 5px rgba(0, 0, 0, 0.12), 0 0px 5px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.14), 0 0px 14px 5px rgba(0, 0, 0, 0.12), 0 0px 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.14), 0 0px 14px 5px rgba(0, 0, 0, 0.12), 0 0px 5px 1px rgba(0, 0, 0, 0.2);
	opacity: 1;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	margin: 0 15px 0 0;
	vertical-align: top;
}
.home-clients-logo-item:hover .home-clients-logo-item-link-txt{
	opacity: 1;
}



/* #endregion */
/* #region home-services-section */
#home-services-section{
	display: block;
	width: 100%;
	margin: 0 0 80px 0;
	padding: 0;
}
.services-section-head{
	display: block;
	width: 100%;
	margin: 250px 0 70px 0;
	padding: 0;
}
.home-services-title{
	font-family: "Metropolis Bold";
	color: #232e3f;
	text-align: center;
	visibility: hidden;
}
.home-services-title::after{
	display: block;
	border: 0;
	background: #e8c33d;
	margin: 0 auto;
	padding: 0;
	content: "";
}
.home-services-text {
	display: block;
	width: 100%;
	font-family: "Metropolis";
	text-align: center;
	color: #414141;
	visibility: hidden;
}
.services-section-content{
	display: flex;
	flex-wrap: wrap;
}
.services-home-item{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background: #e8c33d;
	visibility: hidden;
}
.services-home-iten-link{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.services-home-iten-link::after,
.services-home-iten-link::before{
	content: "";
	display: block;
	width: 0%;
	height: 0%;
	position: absolute;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	z-index: 1005;
}
.services-home-iten-link::after{
	top: 15px;
	left: 0;
	border-top: 3px solid #fff;
}
.services-home-iten-link::before{
	top: 0;
	left: 10px;
	border-left: 3px solid #fff;
}
.services-home-iten-hover{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1001;
	opacity: 0;
	background: #35477acc;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}
@supports (-ms-ime-align:auto) {
	.services-home-iten-hover {background: rgba(53, 71, 122, 0.8);}
  }
.services-home-iten-title {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Metropolis Black';
	color: #e5e5e5;
}
.services-home-iten-click {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Metropolis Light';
	color: #e5e5e5;
}
.services-home-iten-img-content{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
	overflow: hidden;
}
.services-home-iten-img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.services-home-iten-img::after {
	display: block;
	background: #35477a;
	font-family: 'Metropolis ExtraLight';
	content: "+";
	color: #ffffff;
	text-align: center;
	-moz-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.14), 0 0px 14px 5px rgba(0, 0, 0, 0.12), 0 0px 5px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.14), 0 0px 14px 5px rgba(0, 0, 0, 0.12), 0 0px 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.14), 0 0px 14px 5px rgba(0, 0, 0, 0.12), 0 0px 5px 1px rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 1001;
	opacity: 1;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}
.services-home-iten-img img{
	display: block;
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
}
.services-home-iten-link:hover::after {
	width: 100%;
	height: 100%;
}
.services-home-iten-link:hover::before {
	width: 100%;
	height: 100%;
}
.services-home-iten-link:hover .services-home-iten-hover{
	opacity: 1;
}
.services-home-iten-link:hover .services-home-iten-img::after{
	opacity: 0;
	top: 0%;
	left: 0%;
	margin:0;
	width: 100%;
	height: 100%;
	content: "";
	background: #35477acc;
}
/* #endregion */
/* #region home-publicity-section*/
#home-publicity-section {
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-height: 368px;
	padding: 0;
	margin: 0 0 60px 0;
	background: linear-gradient(to right, #35477a, #627eb6);
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-o-user-select: none;
	-moz-user-select: none;
	visibility: hidden;
}
.publicity-article {
	display: block;
	padding: 0;
	height: 100%;
	visibility: hidden;
}
.publicity-name {
	font-family: 'Metropolis Bold';
	padding: 0;
	color: #ffffff;
	text-align: left;
}
.publicity-bar {
	display: block;
	height: 5px;
	border: 0;
	background: #e8c33d;
}
.publicity-description {
	font-family: 'Metropolis Medium';
	margin: 0 0 30px 0;
	padding: 0;
	color: #ffffff;
	text-align: left;
}
a.publicity-button {
	display: block;
	border: 2px solid #e8c33d;
	color: #e8c33d;
	background: transparent;
	font-family: 'Metropolis Black';
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
a.publicity-button:hover{
	border: 2px solid #e5e5e5;
	background: #e8c33d  ;
	color: #35477a;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.publicity-image-content{
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	height: 100%;
	visibility: hidden;
}
.publicity-image{
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;
	height: 100%;
}
/* #endregion */
/* #region home-notices-section*/
#home-notices-section{
	display: block;
	width: 100%;
	margin: 0 0 100px 0;
	padding: 0;
}
.home-notices-header {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
}
.home-notices-title {
	font-family: "Metropolis Bold";
	color: #232e3f;
	text-align: center;
	visibility: visible;
}
.home-notices-title::after{
	display: block;
	height: 5px;
	border: 0;
	background: #e8c33d;
	margin: 0 auto;
	padding: 0;
	content: "";
}
.home-notices-content {
	display: flex;
	width: 100%;
	padding: 0;
	justify-content: left;
	flex-wrap: wrap;
}
.home-notices-list {
	display: flex;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.home-notices-item {
	display: block;
	padding: 0;
	box-sizing: border-box;
	border: 1px solid #c9caca;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	visibility: hidden;
}
.home-notices-item:nth-child(3n) {
	margin: 0;
}
.home-notices-item-divimg {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
	border: none;
}
.home-notices-item-imagem {
	display: block;
	width: auto;
	height: 100%;
	border: none;
}
.home-notices-item-article {
	height: 175px;
	padding: 32px 10px;
}
.home-notices-item-article-date {
	display: block;
	padding: 0;
	font-family: "Metropolis";
	color: #35477a;
}
.home-notices-item-article-text {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	font-family: "Metropolis";
	color: #2a2b2a;
}
.home-notices-item:hover .home-notices-item-article{background: #35477a;}
.home-notices-item:hover .home-notices-item-article .home-notices-item-article-date,
.home-notices-item:hover .home-notices-item-article .home-notices-item-article-text{ color: #ffffff;}
.home-notices-description{
	display: block;
	margin: 0 ;
	text-align: right;
}
.home-notices-description-title{
	display: block;
	padding: 0;
	font-family: 'Metropolis Bold';
	color: #232e3f;
	visibility: hidden;
}
.home-notices-title-bar {
	display: block;
	border: 0;
	background: #e8c33d;
	padding: 0;
	visibility: hidden;
}
.home-notices-description-text {
	display: block;
	margin: 0 0 0 auto;
	font-family: 'Metropolis';
	color: #535354;
	visibility: hidden;
}
a.home-notices-description-link {
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	border: 2px solid #e8c33d;
	background: transparent;
	font-family: 'Metropolis';
	color: #e8c33d;
	text-align: center;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	visibility: hidden;
}
a.home-notices-description-link:hover{
	border: 2px solid #354c8f;
	background: #354c8f;
	color: #e5e5e5;
}
/* #endregion */
/* #endregion */
/* #region */
#client-page {
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}
.client-article {
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0;
}
.client-article-image {
	display: inline-block;
	padding: 0;
	vertical-align: top;
}
.client-article-image img {
	display: block;
	height: auto;
	padding: 0;
}
.client-article-description{
	display: inline-block;
	padding: 0;
}
.client-article-title{
	display: block;
	font-family: 'Metropolis Bold';
	color: #232e3f;
}
.client-article-text{
	display: block;
	font-family: 'Metropolis';
	color: #282a28;
}
#client-services{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
	background: #dcdbd8;
}
.client-services-head{
	display: block;
	height: auto;
	padding: 0;
}
.client-services-head-title{
	display: block;
	font-family: 'Metropolis Bold';
	color: #232e3f;
}
.client-services-head-bar{
	display: block;
	padding: 0;
	background: #e8c33d;
	border: 0;
}
.client-services-head-text{
	display: block;
	font-family: 'Metropolis';
	color: #414141;
}
.client-services-list{
	display: flex;
	flex-wrap: wrap;
	height: auto;
	padding: 0;
}
.client-services-item{
	display: block;
	height: auto;
	padding: 0;
}
.client-services-item a{
	display: block;
	font-size: 0;
}
.client-services-item-img{
	display: block;
	padding: 0;
}
.client-services-item-img img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.client-services-title-icon{
	display: inline-block;
	border-radius: 50%;
	border: 3px solid #232e3f;
	vertical-align: top;
	position: relative;
}
.client-services-title-icon::before {
	display: block;
	color: #232e3f;
	text-align: center;
	position: absolute;
}
.client-services-title{
	display: inline-block;
	font-family: 'Metropolis';
	color: #232e3f;
	text-align: left;
}
.client-infos-title{
	display: block;
	font-family: 'Metropolis Bold';
	color: #232e3f;
}
.client-infos-title::after{
	display: block;
	content: "";
	padding: 0;
	background: #e8c33d;
}
.client-infos-text{
	display: block;
	font-family: 'Metropolis';
	color: #2a2b2a;
}
.client-infos-buttons{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.client-infos-buttons a {
	display: block;
	background: transparent;
	border: 2px solid #354c8f;
	border-radius: 5px;
	font-family: "Metropolis";
	color: #354c8f;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}
.client-infos-buttons a:hover{
	background: #354c8f;
	color: #eaeaea;
}
/* #endregion */