@font-face {
	font-family: 'Verlag XLight';
	src: url('../fonts/Verlag-XLightItalic.eot');
	src: url('../fonts/Verlag-XLightItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Verlag-XLightItalic.woff') format('woff'),
		url('../fonts/Verlag-XLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Verlag';
	src: url('../fonts/Verlag-Black.eot');
	src: url('../fonts/Verlag-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Verlag-Black.woff') format('woff'),
		url('../fonts/Verlag-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Verlag';
	src: url('../fonts/Verlag-LightItalic.eot');
	src: url('../fonts/Verlag-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Verlag-LightItalic.woff') format('woff'),
		url('../fonts/Verlag-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Verlag';
	src: url('../fonts/Verlag-BoldItalic.eot');
	src: url('../fonts/Verlag-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Verlag-BoldItalic.woff') format('woff'),
		url('../fonts/Verlag-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Verlag XLight';
	src: url('../fonts/Verlag-XLight.eot');
	src: url('../fonts/Verlag-XLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Verlag-XLight.woff') format('woff'),
		url('../fonts/Verlag-XLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Verlag';
	src: url('../fonts/Verlag-BlackItalic.eot');
	src: url('../fonts/Verlag-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Verlag-BlackItalic.woff') format('woff'),
		url('../fonts/Verlag-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Verlag';
	src: url('../fonts/Verlag-Bold.eot');
	src: url('../fonts/Verlag-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Verlag-Bold.woff') format('woff'),
		url('../fonts/Verlag-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Verlag';
	src: url('../fonts/Verlag-Light.eot');
	src: url('../fonts/Verlag-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Verlag-Light.woff') format('woff'),
		url('../fonts/Verlag-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Verlag Book';
	src: url('../fonts/Verlag-BookItalic.eot');
	src: url('../fonts/Verlag-BookItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Verlag-BookItalic.woff') format('woff'),
		url('../fonts/Verlag-BookItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Verlag Book';
	src: url('../fonts/Verlag-Book.eot');
	src: url('../fonts/Verlag-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Verlag-Book.woff') format('woff'),
		url('../fonts/Verlag-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Verlag Book', Arial;
	font-size: 16px;
	color: #4e4e4e;
	font-weight: 400;
	margin-top: 125px;
	line-height: 1.2em;
}
body * {
	box-sizing: border-box;
}
a {
	color: #4e4e4e;
}
.vcenter, .vbottom {
    display: inline-block;
    float: none;
}
.vcenter {
    vertical-align: middle;
}
.vbottom {
	vertical-align: bottom;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
.page-break {
	margin-bottom: 150px;
}
.panel {
	border-radius: 0px;
}
.lead {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
p {
	line-height: 1.2em;
}

.width {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

#home {
    display: grid;
    grid-template-columns: 7fr 4fr 2fr 4fr;
    column-gap: 15px;
	align-items: center;
}

#home .logo {
    grid-column-start: 2;
}

#home .contact-way {
    grid-column-start: 4;
}

#floating-header {
	height: 125px;
    display: grid;
    grid-template-columns: 7fr 6fr 3fr 2fr;
    column-gap: 15px;
	align-items: center;
}

#floating-header .col-logo {
    grid-column-start: 2;
}

#floating-header .col-language {
    grid-column-start: 4;
}

.header {
    width: 100%;
	display: block;
	position: fixed;
	top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
	border-bottom: 1px solid #fafafa;
}

.language ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: table;
	list-style: none;
	float: right;
}
.language ul li {
	display: table-cell;
	vertical-align: middle;
}
.language ul li a {
	line-height: 1.2em;
	padding: 0 5px;
	border-right: 1px solid #4e4e4e;
}
.language ul li:last-child a {
	border: 0;
}



.footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 40px;
    background: #fff;
    z-index: 999;
}
.footer .row {
    position: relative;
}
.main-menu {
	width: 100%;
    height: 63px;
    border: 1px solid #101010;
    margin: 0;
    z-index: 9000;
    bottom: 15px;
    background: #fff;
}
.main-menu ul {
	width: 100%;
	border: 0;
	line-height: 60px;
	height: 61px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 95%;
	width: calc(100% - 74px);
	float: left;
}
.main-menu:after {
	content: '';
	display: block;
	height: 61px;
	width: 73px;
	border-left: 1px solid #101010;
	float: left;
	color: #4e4e4e;
	background: url(../img/menu.png) 100% 0;
}
/*.main-menu:hover:after,*/
.main-menu.open:after,
.main-menu.current-menu-item:after {
	background: url(../img/menu.png) 100% 62px;
    width: 75px;
    float: right;
    margin: 0px 1px 0 0px;
}
.main-menu ul li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 60px;
	height: 62px;
	text-align: center;
	font-size: 21px;
	display: none;
	padding: 0 15px;
}
.main-menu a {
	text-decoration: none;
	color: #4e4e4e;
	position: relative;
	width: 100%;
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-menu ul.none-active li:first-child {
	display: block;
}
.main-menu.none-selected ul li:last-child,
.main-menu ul li.current-menu-item {
	display: block;
	position: relative;
}
.main-menu ul li.current-menu-item a:after, .main-menu ul li:hover a:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	top: calc(50% - 1px);
	background: #702c91;
	left: 0;
}
.main-menu ul li:last-child:hover a:after {
	display: none;
}
/*.main-menu:hover ul,*/
.main-menu.open ul,
.main-menu.active ul {
	position: absolute;
    bottom: 0;
    display: block;
    width: calc(100% - 96px);
    margin: 0 0 1px -1px;
}
/*.main-menu:hover ul li,*/
.main-menu.open ul li,
.main-menu.active ul li {
    display: block;
	background: #fff;
    border: 1px solid #101010;
    border-bottom-width: 0;
}

body > .content {
	margin-bottom: 100px;
}
.content.middle {
    display: table;
    width: 100%;
    position: relative;
    margin: 80px 0 0 0;
}
.logo-animated {
	width: 182px;
	height: auto;
}
body.home .header {
	opacity: 0;
}
.glyphicon.glyphicon-pause {
	transform: rotate(90deg);
}
.panel.panel-default.panel-profile {
    border: 1px solid transparent;
}
.panel-profile .panel-body {
	padding: 0 0 0 0;
	font-size: 13px;
}
.panel-profile .profile-content {
	padding: 0 0 0 0;
}
.panel-profile .photo {
	line-height: 0;
}
.panel-profile .photo img {
	max-width: 100%;
	height: auto!important;
    min-height: inherit!important;
}
.text-purple {
	color: #793998;
}
.panel.panel-purple {
	border-color: #702c91;
	padding-top: 20px;
    padding-bottom: 20px;
}

.carret img {
	width: 100%;
	height: auto;
} 

.icon {
	display: block;
	height: 40px;
	width: 71px;
}
.icon.icon-1 {
	background: url(../img/icons.png) 0px 100%;
}
.icon.icon-2 {
	background: url(../img/icons.png) -71px 100%;
}
.icon.icon-3 {
	background: url(../img/icons.png) -142px 100%;
}
.icon.icon-4 {
	background: url(../img/icons.png) -213px 100%;
}
img.embed-responsive-item {
    height: auto!important;
    min-height: 100%;
    background-size: cover;
    background-position: center center;
}
ul.clients {
	width: 100%;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
}
ul.clients li.client {
	width: 14.28%;
	display: inline-block;
	padding: 0 1.5% 15px 1.5%;
}
ul.clients li.client img {
	max-width: 100%;
	height: auto;
}
.suports {
	display: table;
	margin: 0 auto;
	padding: 0 0 0 0;
	max-width: 100%;
}
.suports .suport {
	display: table-cell;
	min-width: 295px;
	max-width: 445px;
	vertical-align: top;
}
.suports .suport .content {
	display: block;
	width: 100%;
	padding: 10px 20px;
}
.suports .suport .content .image {
    display: table;
    line-height: 0;
    margin: 0 auto 15px auto;
    min-height: 125px;
}
.suports .suport .content .image span {
 	display: table-cell;
 	vertical-align: middle;
}
.suports .suport .content img {
	max-width: 100%;
	height: auto;
}
.suports .suport .content .description {
	width: 95%;
	display: table;
	margin: 0 auto;
	text-align: center;
	font-weight: 300;
}
.post-content {
	/*white-space: pre-wrap;*/
}
.home .width.middle {
    padding-top: 120px;
}

.template-2 .col-lg-5 {
    padding-right: 0;
}
.template-2 .content {
	padding-right: 15px;
	margin-bottom: 0;
}
.width .page-break:last-child {
	margin-bottom: 0;
}
.bootstrap-wrapper h2 {
    font-size: 21px;
    font-weight: 400;
}
.page-section {
	display: table;
	position: relative;
	width: 100%;
	margin: 0 0 200px 0;
}

.page-section a:not(.text-link) {
    color: #793998;
    font-weight: 600;
}

.page-section .image img {
	max-width: 100%;
	height: auto;
}

.width .page-section:last-child {
    margin-bottom: 400px;
}

.maps iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.maps iframe.clicked{
	pointer-events: auto;
}
body.landscape .main-menu ul {
	display: block;
    overflow: auto;
}
.contact-way {
	text-align: right;
}
.header .logo {
	display: block;
	width: 100%;
}
.header .logo img {
	width: 100%;
	height: auto;
}