/* Variaveis */
:root {
  /* Cores do Fundo */
  --highlightColor: #333333;
/*  --highlightColor: #102d59;*/
}

html,body{
	font-family:universlight;
	font-size:16px;
	line-height:1.5;
	overflow-x:hidden;
	margin: 0;
}
hr {
	border: none;
	border-top: thin solid;
	color: #FFF;
}

@font-face {
    font-family: 'nexabold';
    src: url('../font/NexaBold.eot');
    src: url('../font/NexaBold.eot?#iefix') format('embedded-opentype'),
         url('../font/NexaBold.woff2') format('woff2'),
         url('../font/NexaBold.woff') format('woff'),
         url('../font/NexaBold.ttf') format('truetype'),
         url('../font/NexaBold.svg#universcondensed') format('svg');
}

@font-face {
    font-family: 'universbold';
    src: url('../font/Univers-Bold.eot');
    src: url('../font/Univers-Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/Univers-Bold.woff2') format('woff2'),
         url('../font/Univers-Bold.woff') format('woff'),
         url('../font/Univers-Bold.ttf') format('truetype'),
         url('../font/Univers-Bold.svg#universcondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'universcondensed';
    src: url('../font/UVC_____.eot');
    src: url('../font/UVC_____.eot?#iefix') format('embedded-opentype'),
         url('../font/UVC_____.woff2') format('woff2'),
         url('../font/UVC_____.woff') format('woff'),
         url('../font/UVC_____.ttf') format('truetype'),
         url('../font/UVC_____.svg#universcondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'universlight';
    src: url('../font/UVL_____.eot');
    src: url('../font/UVL_____.eot?#iefix') format('embedded-opentype'),
         url('../font/UVL_____.woff2') format('woff2'),
         url('../font/UVL_____.woff') format('woff'),
         url('../font/UVL_____.ttf') format('truetype'),
         url('../font/UVL_____.svg#universlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
.overflow-hidden {
	overflow: hidden;
}
.subtitulo {
//	font-family: universbold;
	font-weight: bold;
    font-size: 24px;
    margin: 0;
    border-bottom: 1px solid;
//	text-align: center;
}
.page-header-branco-mobile{
   display: none; // Desliga a flecha branca Mobile.
}
.page-header::after {
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 23px solid var(--highlightColor);
	bottom: -23px;
	content: "";
//  display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.page-header-branco::after {
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 23px solid #FFF;
	bottom: -23px;
	content: "";
//  display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.container {
	margin: 0 auto;
    padding: 1em;
    box-sizing: border-box;
//	width: 85vw;
	width: 97vw;
}

.twoCollums{
	display: table-cell;
    padding: 0 1em 0em 1em;
	font-size: 13px;
//	width: 40%;
}
.twoCollumsImg{
	display: table-cell;
    padding: 0 1em 0m 1em;
	font-size: 13px;
	width: 33%;
}
.oneCollum{
	display: inline-block;
    padding: 1em;
	font-size: 13px;
	width: 95%;
	text-align: center;
}

#logo {
	background-image: url(../imagens/logoMenu.png);
	background-repeat: no-repeat;
	background-size: contain;
  	background-position: center top;
	position: fixed;
	left:0;
	right:0;
	top: 30vh;
	width: 30vw;
	height: 25vw;
	z-index: 10;
	margin: 0 auto;
}

#logoMenu {
	/*background-image: url(../imagens/logo2.svg);
	background-repeat: no-repeat;
	height: 4.2vw;
    width: 6.2vw;
	position: absolute;
	opacity: 0;
	top: 1vw;
	left: 10vw;
	pointer-events:none;
	cursor:default;
	transition: all 0.5s ease-in-out;*/
	background-image: url(../imagens/logoCastile.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: fixed;
	left:60px;
	right:unset;
	top: 22px;
	width: 9em;
	height: 45px;
	z-index: 10;
	border-radius:2px;
}

#map {
	margin: 0;
    height: 100%;
	z-index: -1;
}

#legenda {
	font-size: 25px;
	line-height:9px;
	color: #FFF;
	background-color: var(--highlightColor);
	/*background:rgba(0, 0, 0, 0.7);*/
	margin:0px;
	position: absolute;
	/*height: 61vh;*/
	height: 13em;
	left: 5%;
//	right: 45%;
	top: 10%;
	bottom:0;
	padding: 2%;
	min-width: 13em;
}
	#legenda h3 {
		margin-top: 0;
		display: inline;
		font-size: 20px;
		padding-left: 3%;
	}
	#legenda img {
		vertical-align: middle;
		padding-left: 3%;
	}
.inlineText{
	display: inline;
	font-size: 14px;
	text-align: end;
	vertical-align: middle;
}
#navMobile{
	display:none;
}

nav{
//	background-color: #FFF;
	color:#FFF;
	font-family: nexabold;
	text-transform: uppercase;
	font-size: 20px;
	padding: 30px 0 30px 43%;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	z-index: 9;
	/*text-shadow: 1px 1px 3px #000;*/
	transition: all 0.5s ease-in-out;
//	display: block !important;
}

a:link, a:visited {
	color:#FFF;
	text-decoration: none;
	margin: 0px 20px; 	
	position:relative;
}

a:hover{
	top: -3px;
	transform: scale(0.9,0.9);
}

.Titulo{
	border-bottom: 1px solid;
}

.conteudo{
	display: table;
	margin: 1em auto;
	text-align: justify;
    width: 90%;
}

.textbox {
	font-family: universlight;
	font-size:16px;
	font-weight: 500;
	width: 90%;
	padding: 2em;
//	padding: 2vh 2vw 7vh 3vw;
	display: table-cell;
	text-align: justify;
}
#home {
	border-color: #E1E1E1;
	height: 100vh;	
	overflow: hidden;
	background-image: url(../imagens/bg_home_2.jpg);
	background-repeat: round;
	background-size: cover;
/*	background-position: 72vw 2vw;*/
	background-attachment: fixed;
/*	background-blend-mode: hard-light;*/
  	background-color: #000;
	transform: scale(1.1);
}
#valores {
	position:relative;
	padding:1.5em 0 0 0;
}
#valoresBlock {
	margin: auto;
  	width: 50vw;
}
#empresa {
	background-color: var(--highlightColor);
	color:#FFF;
	position:relative;
	padding:1em;
	z-index:1;
}#empresa .conteudo{
	right: -45vw;
}
#clientes {
	background-color: var(--highlightColor);
	color:#FFF;
	position:relative;
//	padding:44px 0;
	z-index:1;
}
.valuesIcons{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	display: table-cell;
}
#valoresImg{
	background-image: url(../imagens/valores.png);
}
#visaoImg{
	background-image: url(../imagens/visao.png);
}
#missaoImg{
	background-image: url(../imagens/missao.png);
/*	transform: translateY(6vw);*/
}

#servicos {	
	background-color: var(--highlightColor);
	color: #FFF;
}#servicos .conteudo{
	left: 0;
}
.logoClientes{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: table-cell;
    height: 6vw;
	margin: 3em;
    width: 25%;
	transform: scale(0.8);
}

#automotiveBusinessLogo{
	background-image: url(../imagens/logo_Automotive_Business.svg);
}
#sdtvLogo{
	background-image: url(../imagens/logo_turismo.png);
	transform: scale(1.1);
}
#iamspeLogo{
	background-image: url(../imagens/iamspe.png);
}
#standre{
	background-image: url(../imagens/standre2.png);
	transform: scale(0.7);
}
#alagoasLogo{
	background-image: url(../imagens/alagoas.png);
	transform: scale(0.7);
}
#necLogo{
	background-image: url(../imagens/nec.png);
	transform: scale(0.4);
}
#seniorLogo{
	background-image: url(../imagens/senior.png);
	transform: scale(0.4);
}
#organonLogo{
	background-image: url(../imagens/organon.png);
	transform: scale(0.4);
}
#fundosse-sp {
	background-image: url(../imagens/fundosse-sp.png);
	transform: scale(1);
}
#cases {	
	background-color: #e8e8e8;
}

#contato {
	overflow: hidden;
	width: 100%;
	height: 100%;
    left: 0;
    position: absolute;
    z-index: 3;
}

#empresa, #servicos, #cases{
	position: relative;
	height: auto;
	box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.25);
	padding: 44px 0;
	display: block;
	box-sizing: border-box;
}

#ead, #gestao, #eventos{
	position: relative;
	padding: 44px 0;
}
#ead{
	background-color: var(--highlightColor);
	color:#FFF;
	z-index:-1;
}
#expertise{
	background-color: var(--highlightColor);
	color:#FFF;
	z-index:-1;
}
article {
	height: auto;
	overflow: hidden;
}

ul {
	display:inline-block;
}

#fundo1{
	border-color: #E1E1E1;
	height: 300px;
	overflow: hidden;
	background-image: url(../imagens/fundo1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
/*	transform: scale(1.04);*/
}
#fundo2{
	border-color: #E1E1E1;
	height: 300px;
	overflow: hidden;
	background-image: url(../imagens/fundo2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
//	transform: scale(1.04);
}
#fundo3{	
	border-color: #E1E1E1;
	height: 300px;
	overflow: hidden;
	background-image: url(../imagens/fundo4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
//	transform: scale(1.04);
}
#text1{
	color:#FFF;
	margin: 0 auto;
	width: 40%;
}
#text2{
	color:#000;
	background-color: #FFF;
	width: 100vw;
}
#text3{
	color:#000;
	background-color: #FFF;
	width: 100vw;
}
#text4{
//	color:#FFF;
	width: 100vw;
}
.minText h2,.minText p{
	font-size: 13px;
	text-align: center;
	margin: 0 0 10px 0;
}