@charset "UTF-8";
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}


 html {
   position: relative;
  min-height: 100%;
	/*background-image: url(img-layout/fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	/*background-color: #ffffff;*/
   }
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #111111;
	font-family: 'Armata', Arial, TerbuchetMS, Georgia, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom:100px;
	margin-left: 0;
	text-align: left;
	/*background-color: #fff;*/
	background-image: url(img-layout/fundo.jpg);
	background-repeat: repeat;
	background-position: center top;
	/* [disabled]box-shadow: 3px 5px 16px #999; */
	/* [disabled]-webkit-box-shadow: 3px 5px 16px #999; */
	/* [disabled]-moz-box-shadow: 3px 5px 16px #999; */
	/*background-color: #00468C;*/
	background-color: transparent;	
}


.easySiteCSS #limites {
	min-height: 100%;
	position: relative;
	width: 100%;
	
}
:link img {
  border: none;
}
.easySiteCSS #container-tecla {
	/* está a ser udado o do bootstrap e não este
	overflow: hidden;
	width: 100%;
	padding-bottom: 120px;
	margin-right: auto;
	margin-left: auto; */
	
}
.easySiteCSS #cabecalho {
	background-color: #838383;
	text-align: left;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	height: 80px;
	/*padding-top: 25px;
	padding-right: 40px;
	margin-right: auto;
	margin-left: auto;
	*/
	background-image: url(img-layout/fundo-logo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 1px;
	position: relative;
}
.easySiteCSS #headerBar {
	background-color: #333333;
	text-align: center;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;	/*padding-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	*/
}
.easySiteCSS #headerBar h1{
	font-size: 2.5em;
	color: #00468C;
	font-weight: bold;
	margin-bottom: 18px;
	}
.easySiteCSS #headerBar p{
	font-size: 1.2em;
	color: #00468C;
	}
.easySiteCSS #header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	width: auto;
	margin-left: auto;
	height: 0px;
	visibility: hidden;
}
.easySiteCSS #logo {
	height: 80px;
	max-width: 400px;
	padding-top: 0px;
	position: relative;
	float: left;	
}
.easySiteCSS #slogan {
	text-align: right;
	width: 220px;
	font-size: 14px;
	float: right;
	padding-top: 15px;
	padding-right: 15px;
}
.easySiteCSS #cabecalho #slogan a {
	color: #FFF;
	text-decoration: none;
}
.easySiteCSS #menu {
	vertical-align: middle;
	width: 600px;
	/* [disabled]-webkit-border-radius: 5px 5px 5px 5px; */
	/* [disabled]-moz-border-radius: 5px 5px 5px 5px; */
	-khtml-border-radius: 5px 5px 5px 5px;
	/* [disabled]border-radius: 5px 5px 5px 5px; */
	height: 40px;
	/* [disabled]background-color: #FF1016; */
	/* [disabled]background-image: url(img-layout/men.jpg); */
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	float: left;
	clear: right;
}
.easySiteCSS #nav {
	vertical-align: top;
	background-color: #E5E5E5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-image: url(img-layout/nav.jpg);
	background-repeat: repeat-x;
	background-position: top;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.easySiteCSS #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.easySiteCSS #mainContent {
	color: #1F1F1F;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	width: auto;
	background-color: #FFF;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	overflow: visible;
	visibility: inherit;
}
.easySiteCSS #mainContentHome {
	color: #1F1F1F;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	width: auto;
	/*background-color: #FFF;*/
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	height: auto;
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 0px;
	/*height: 300px;*/
}
.easySiteCSS #footer {
	position: absolute;
	bottom: 0;
	height: 100px;
	background-color: #111111;
	padding: 20px;
	width: 100%;
	opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}

.container-footer {
	width: auto;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	position: relative;
}

.social-footer {
	width: 300px;
	margin-left: 40;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #CCC;
	line-height: 32px;
	float: left;
}

.easySiteCSS #footer .social-footer a {
	color: #fff;
	text-decoration: none;
}
.powered-footer {
	width: 100%;
	margin-left: 40;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	float: right;
	clear: both;
	color: #CCC;
	font-size: 11px;
	line-height: 36px;
	text-align: center;
}

.easySiteCSS #footer p {
	font-size: 9px;
	font-family: 'Armata', Arial, TerbuchetMS, Georgia, Helvetica, sans-serif;
	text-align: right;
	vertical-align: middle;
	color: #CCC;
	padding-right: 12px;
	margin-bottom: 0;
	margin-left: 0;
}
.easySiteCSS #footerLink {
	color: #CCC;
	text-decoration: none;
}
.easySiteCSS #footer-content {
	color: #CCC;
	text-decoration: none;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.easySiteCSS #admin {
	background: #DDDDDD;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-size: 14px;
	color: #444444;
	margin: auto;
	text-align: center;
	position: relative;
	top: 0px;
	left: auto;
	width: 100%;
	right: auto;
	z-index: 500;
}
.easySiteCSS #Adminlinkof {
	color: #999999;
	text-decoration: none;
}
.easySiteCSS #AdminlinkOn {
	color: #0000CC;
	text-decoration: none;
}
.easySiteCSS #Adminlinkdestacado {
	color: #0000CC;
	text-decoration: blink;
}
a:visited {
	color: #666666;
}
a:link {
	color: #444444;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
tr {
	font-size: 15px;
	color: #555555;
	text-align: left;
}
p {
}
.titulo16 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.subtitulo12 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.titulo14 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
td {
	font-family: 'Armata', Arial, TerbuchetMS, Georgia, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

h1 {
	font-family: 'Armata', Arial, Helvetica, sans-serif;	/*-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	*/
	color: #111111;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
h2 {
	font-family: 'Armata', Arial, Helvetica, sans-serif;
	margin: 0px;	/*-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	*/
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
lista {
	list-style-image: url(img-layout/bulet.png);
}

.easySiteCSS #topic {
	vertical-align: top;
	background-color: #f5f5f5;
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-image: url(img-layout/topic.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 16px;
	color: #555555;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
*display:inline;
}

.navbar-tecla {
	position: relative;
	min-height: 50px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B3B3B3;
	border-right-color: #B3B3B3;
	border-bottom-color: #B3B3B3;
	border-left-color: #B3B3B3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	color: #fff;
	background-color: #818181;
	background-image: url(../img-layout/fundo-menu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.container-site {
	padding-bottom: 120px;
}

.navbar-brand-tecla{
	float: left;
	padding: 8px 25px;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	color: #ccc;
	margin-top: 0px;
	background-image: url(../img-layout/fundo-menu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #838383;
}


/*---------------------------------------------
css do submenus de momento n está a ser usado
----------------------------------------------*/
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/*modificar cor dos menus*/
.navbar .nav>li>a{
	color: #CCC;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	background-image: url(../img-layout/fundo-menu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 46px;
	padding-left: 46px;
}
@media (max-width: 992px) {
.navbar .nav>li>a{
	padding-right: 36px;
	padding-left: 36px;} 
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
	color: #fff;
	background-color: #ccc;
	background-image: none;
}
/*modificar cor do texto dologo na nav bar*/
.navbar-default .navbar-brand{color:#CCC}

@media (min-width:1200px){.container{width:1010px}}


.contactosHome {
	color: #fff;
	background-color: #666;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
}
.conteudo {
	background-color: #FFF;
	padding-left: 7%;
	pading-top: 2%;
	}

.consultoria {
	background-image: url(http://www2.intotum.pt/img-layout/consultoria.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 555px;
	 /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
 -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;*/
}

.comunicacao {
	background-image: url(http://www.intotum.pt/img-layout/comunicacao.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 555px;
}

.formacao {
	background-image: url(http://www.intotum.pt/img-layout/formacao.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 555px;
}

.projectos {
	background-image: url(http://www.intotum.pt/img-layout/projectos.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 555px;
}

.consultoria {
	background-image: url(http://www.intotum.pt/img-layout/consultoria.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 555px;
}

.containerTecla {
	/*padding-bottom: 110px;*/
	}
	
	 
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
}
	
	
@media (max-width:768px) {
.comunicacao{background-image: none;min-height: 555px;} 
.consultoria{background-image: none;min-height: 555px;} 
.projectos{background-image: none;min-height: 555px;} 
.formacao{background-image: none;min-height: 555px;} 
}
