@media screen and (max-width: 768px) {

	#header {
		height: 60px;
	}

	#logo {
		left: 5px;
	}

	#menu, #secondMenu
	{
		display: none;
	}

	#menu_mobile {
		/*display: block;*/
		position: absolute;
		padding: 10px;
		top: 50px;
		width: 100%;
		background: #fff;
		box-sizing: border-box;
		z-index: 1000;	
		/*height: 140px;*/
	}

	#menu_mobile li {
		padding: 5px;
		color:#0B2F63;
		font: 15px 'MyriadProRegular';
	}

	#cruz, #barras, #checkbox {
	  display: block;
	}

	.links
	{
		/*position: relative;*/
		float: none;
		/*margin-right: 10px;
		margin-left: 10px;
		color:#0B2F63;
		font: 15px 'MyriadProRegular';
		text-decoration: none;
		margin-top: 15px;*/

	}

	#arealang {
		right: 80px;
	}


	#holderTextSlider
	{
		width: 100%;
	}

	.textSlider {
		width: 100%;
	}


	.container {
		width: 100%;
	}

	.tab {
		padding-left: 20px;
	}

	.textTabs {
		margin-left: 0;
		font-size: 18px;
	}

	/*.tabExp1 img {
		width: 60%;
		margin-left: 0;
	}*/

	.imgTabs {
		width: 100%;
	}

	#containerFooter {
		box-sizing: border-box;
	}

	#direitos, #apoios, #linkedIn, #emailFooter, #moradaFooter {
		width: 100%;
		float: none;
	}

	#categorias {
		position: static;
		white-space: nowrap;
		overflow: auto;
		float: none;
		width: auto;
		height: auto;
		margin-top: 0px;
		margin-left: 0px;
	}

	.categoriasArea
	{
	position: static;
	display: inline-block;
	float: none;
	margin-left:0px;
	margin-top: 0px;
	width: auto;
	height: 40px;
	background: #FFF;
	border-bottom: 1px solid #ccc;
	color:#D16707;
	cursor: pointer;
	padding: 10px;
	}

	.containerBarraCat, .barraCat {
		width: 100%;
		height: 8px;
	}

	#subCategorias {
		position: static;
		
		
		float: none;
		width: 100%;
		height: auto;
		margin-top: 0px;
		margin-left: 0px;
	}

	.containerCategorias
	{
		position: static;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		float: none;
		margin-left:0px;
		margin-top: 0px;
		width: auto;
		height: 158px;
		
	}

	.subCatAreas
	{
		display: inline-block;
		position: static;
		float: none;
		margin-left:0px;
		margin-top: 0px;
		width: 219px;
		height: 158px;

	}

	.titleSubCatArea {
		word-break: break-word;
	    white-space: normal;
	}

	#descricaoArea, .descricao, .sliderHolder, .descHolder {
		width: 100%;
	}


	/* Recursos humanos */
	#textQuadro {
		font-size: 18px;
	}

	.permArea {
		width: 100%;
		margin-left: 0;
	}

	/*Certificações */
	#gridEsq, #gridDir {
		height: auto;
		width: 100%;
	}


	#certiTitle {
		margin-left:0px;
	}

	#certiText {
		margin-left: 0px;
		font-size: 18px;
	}

	/*--------- Serviços ---------*/
	#sevicosArea, #servicosTitle {
		width: 100%;
	}

	#servicosTitle, .servicosText {
		
	}


	.tab {
		padding-top: 10px;
		height: 80px;
	}

	.accTitle {
		font-size: 80%;
	}

	.servicoTitle
	{
		font: 38px 'MyriadProLight';
	}

	/*------------- Testemunhos ------------*/
	.testemunhoArea {
		width: 100%;
		box-sizing: border-box;
	}

	.testemunhoText p {
		width: 100%;
	}

	.separadorTestemunhosNew {
		width: 100%;
	}

	/*--------------- Contactos --------------*/
	.formTitles, .formArea, #textArea, #btnEnviar {
		float: none;
		margin-left: 0px;
	}

	.formArea, #textArea, textarea {
		margin-top: 0px;
		width: 100%;
	}

	#FormularioContacto {
		margin-top: 20px;
		width: 100%;
	}


}