/* 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;

}
#loaderbox{
	display: none;
}


.subtitulo {
	font-size:26px;
	font-family: universbold;
	font-weight: bold;
	text-align: center;
}
.page-header-branco{
   display: none; // Desliga a flecha Branca standalone.
}
.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-mobile::after {
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 23px solid #FFF;
	top: 0px;
	content: "";
//  display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.container {
	margin: 0 auto;
    padding: 1em;
    box-sizing: border-box;
//	width: 85vw;
	width: 90vw;
}

#logo {
	background-image: url(../imagens/logoCastile.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	background-size: contain;
	position: fixed;
	left:7px;
	right:unset;
	top: 7px;
	width: 9em;
	height: 45px;
	z-index: 10;
	border-radius:2px;
}

#logoMenu {
	display: none;
}

#map {
	margin: 0;
    height: 25em;
}

#legenda {
	font-size: 14px;
	line-height:14px;
	color: #FFF;
	/*background:rgba(0, 0, 0, 0.8);*/
	background-color: var(--highlightColor);
	position: relative;
	padding:1rem 15rem 1rem 2rem;
	width: 100%;
}
	#legenda h3 {
	margin-top: 0;
	}
	#legenda img {
	vertical-align: middle;
	}

.icon-bar {
	background: #000 none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
	margin-bottom: 3px;
}

#navMobile{
	background-color: #FFF;
	position: fixed;
	width: 100%;
	height: 4em;
	position: fixed;
	left:0;
	right:0;
	display: block;
	z-index: 10;
}
	
#buttomMobile{
	margin-right: 0;
    position: absolute;
    right: 10px;
	border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
	cursor: pointer;
	background: #ffffff none repeat scroll 0 0;
}
	
nav{
	background-color: #fff;
	text-transform: uppercase;
	font-family: nexabold;
	border-top: 1px solid transparent;
	padding: 1em 0;
	height: 12em;
	line-height: 3em;
	overflow-y: auto;
	text-align: center;
	/*text-shadow: 1px 1px 3px #000;*/
	position: fixed;
	left:0;
	right:0;
	top:4em;
	z-index: 9;
	display: none;
	box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.25);
}

a:link, a:visited {
	color:#000;
	text-decoration: none;
	display: block;
}
span{
	display:none;
}
a:hover{
	transform: scale(0.9);
	text-shadow: unset;
}

.Titulo{
	font-family: universbold;
	font-size: 13px;
	text-align: center;
//	border: 1px solid;
	width: 100%;	
//	display: none;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	box-sizing: border-box;
}

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

.textbox {
	font-family: universlight;
	font-size:16px;
	font-weight: 500;
	width: 63%;
	padding: 2vh 2vw 7vh 3vw;
	display: inline;
	text-align: justify;
}
#home {
	border-color: #E1E1E1;	
	overflow: hidden;
	background-image: url(../imagens/fundo2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
#empresa {
	background-color: var(--highlightColor);
	color:#FFF;
}#empresa .conteudo{
	right: -45vw;
}

#empresaImg{
	background-image: url(../imagens/fundo4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 45vw;
    width: 100%;
}
#clientes {
	background-color: var(--highlightColor);
	color:#FFF;
	position:relative;
//	padding:44px 0;
	z-index:1;
}
#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;
    height: 20vw;
	margin: 3em auto;
    width: 55%;
	transform: scale(1);
}

#automotiveBusinessLogo{
	background-image: url(../imagens/logo_Automotive_Business.svg);
}
#sdtvLogo{
	background-image: url(../imagens/logo_turismo.png);
	transform: scale(1.7);
}
#sdectLogo{
	background-image: url(../imagens/sdect.png);
	transform: scale(0.8);
}
#iamspeLogo{
	background-image: url(../imagens/iamspe.png);
	transform: scale(0.8);
}
#alagoasLogo{
	background-image: url(../imagens/alagoas.png);
	transform: scale(0.8);
}
#standre{
	background-image: url(../imagens/standre2.png);
}
#necLogo{
	background-image: url(../imagens/nec.png);
	transform: scale(0.6);
}
#seniorLogo{
	background-image: url(../imagens/senior.png);
	transform: scale(0.6);
}
#organonLogo{
	background-image: url(../imagens/organon.png);
	transform: scale(0.6);
}
#amilinorte {
	background-image: url(../imagens/amilinorte.png);
	transform: scale(0.8);
}
#fundosse-sp {
	background-image: url(../imagens/fundosse-sp.png);
	transform: scale(1);
}
#alvorada {
	background-image: url(../imagens/alvorada.png);
	transform: scale(0.8);
}

#casesImg{
	background-image: url(../imagens/time.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 50%;
    height: 30vw;
	margin: 0 auto;
}

#cases {	
	background-color: #e8e8e8;
}

#contato {
	overflow: hidden;
	width: 100%;
	height: auto;
    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) inset;
	padding: 44px 0;
	display: block;
	box-sizing: border-box;
}
#ead, #gestao{
	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;
}

#text1{
	color:#FFF;
}
#text2{
	color:#000;
	background-color: #FFF;
	width: 80vw;
}
#text3{
	color:#000;
	background-color: #FFF;
	width: 80vw;
}
#text4{
	width: 80vw;
}