/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Roboto Slab', serif; */
/* parallax */

/* test */
/*body {
  background-image: url('../img/contactos.jpg');
  background-position: top;
  background-repeat: no-repeat;
}
* {
    background-color: transparent !important;
}

div.max_area, div.max_area_imagem {
    opacity: 0.4;
}*/

/* parallax */

a { text-decoration: none !important; }
div.hrsite {
	width: 100%;
	background-color:  #f1f1f1;
	height: 1px;
}
div.loading_area {
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	bottom: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 9999;
}
div.loading {
  /*position: absolute;*/
  position: relative;
  left: 50%;
  top: 50%;
  margin: -25px 0 -25px 0;
  border-bottom: 6px solid rgba(0, 0, 0, .1);
  border-left: 6px solid rgba(0, 0, 0, .1);
  border-right: 6px solid rgba(0, 0, 0, .1);
  border-top: 6px solid rgba(0, 0, 0, .4);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: rot .6s infinite linear;
  z-index: 9999;
}
@keyframes rot {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}
div.max_area {
	width: 100%;
	/*max-width: 1400px;*/
	margin: 0 auto;
	min-width: 320px;
	max-width: 1140px;
}
div.bxButton:hover {
	background-color: #FC8226;
}
div.bxButton {
	position: absolute;
	margin: -127px 0 0 190px;
	padding: 9px 44px 10px 44px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 13.5px;
	color: white;
	cursor: pointer;
	background-color: #f68632;
}
div.max_area_imagem {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 1px auto;
	position: relative;
	z-index: 1;
	max-height: 374px;
	overflow: hidden;
}
div.max_area_imagem > ul {
	margin: 0;
	padding: 0;
}
div.max_area_imagem > ul > li {
	list-style-type: none;
}
div.max_area_imagem > ul > li img {
	width: 100%;
	height: 374px;
}
div.max_area_imagem img { /*width: 100%;*/ display: block; /*height: 374px;*/ }
div.imagem_pager {
	text-align: center;
	height: 30px;
	/*border: solid 1px #ccc;*/
	position: relative;
	margin:  1px 0 0 0;
}
/*div.imagem_pager:after {
  position: relative;
  display: inline-block;
  content: '';
  background-image: url('../img/imagem_cabecalho_sombra.png');*/
  /* min-width: 1140px; */
/*  background-repeat: no-repeat;
  max-height: 34px;
  height: 100%;
  z-index: -1;
  top: -20px;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  min-width: 1140px;*/
  /* max-width: 1400px; */
  /*background-position: 0 -2px;*/
/*}*/
div.imagem_pager > div.max_area > ul {
	position: relative;
	top: 6px;
	padding: 0;
	margin: 0 auto;
	width: 170px;
}
div.imagem_pager > div.max_area > ul > li.activo,
div.imagem_pager > div.max_area > ul > li:hover {
	background-position: 0 0;
}
div.imagem_pager > div.max_area > ul > li {
	display: inline-block;
	list-style-type: none;
	background-image: url('../img/pager.png');
	width: 13px;
	height: 12px;
	background-repeat: no-repeat;
	margin: 0 3px 0 0;
	background-position: 0 100%;
	cursor: pointer;
}
div.caixa_superior {
	margin: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	border-color:  #e9e9e9;
	box-sizing: border-box;
	background-color:  #f1f1f1;
	width: 100%;
	height: 31px;
}
div.caixa_superior > div.max_area {
	display: flex;
	justify-content: space-between;
}
div.caixa_superior > div.max_area div.contacto {
	display: flex;
	direction: row;
	
}
div.caixa_superior > div.max_area div.contacto {
	width: 100%;
}
div.caixa_superior > div.max_area div.contacto > div > span {
	color:  #666666;
	font-size: 10px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}
div.caixa_superior > div.max_area div.contacto > div > span+span {
	color:  #333333;
	font-size: 14px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}
div.caixa_superior > div.max_area div.contacto > div+div > span+span {
	color:  #666666;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
}
div.caixa_superior > div.max_area div.caixa_direita > div+div > a {
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	position: relative;
	left: 63px;
}
div.caixa_superior > div.max_area div.caixa_direita > div > div {
	border-right: solid 1px #ccc;
	height: 20px;
	padding: 0 0 0 0;
	width: 29px;
	position: relative;
	left: 63px;
	z-index: 999999;
}
div.caixa_superior > div.max_area div.caixa_direita {
	display: flex;
	width: 205px;
	position: relative;
}
div.caixa_superior > div.max_area div.caixa_direita > div > div > div.lupa {
	cursor: pointer;
	width: 20px;
	height: 19px;
	background-image: url('../img/lupa.png');
}

div.menu_area > div.max_area {
	height: 95px;
}
div.menu_area > div.max_area:after {
	display: inline-block;
	content: '';
	background-image: url('../img/shadow_menu.png');
	width: 100%;
	max-width: 1138px;
	height: 5px;
	background-position: 0 -6px;
	background-repeat: no-repeat;
	position: relative;
	top: -7px;
}
div.menu_area > div.max_area > div > div.logotipo {
	width: 420px;
	height: 92px;
	padding: 37px 0 0 30px;
}
div.menu_area > div.max_area > div+div {}
div.menu_area > div.max_area > div+div > ul {
	padding: 38px 0 0 94px;
	margin: 0;
	float: right;
	position: relative;
	left: 15px;
}
div.menu_area > div.max_area > div+div > ul > li {
	list-style-type: none;
	float: left;
	margin: 0 26px 0 0;
}
div.menu_area > div.max_area > div+div > ul > li.activo > a,
div.menu_area > div.max_area > div+div > ul > li:hover > a {
	color:  #333333;
}
div.menu_area > div.max_area > div+div > ul > li:last-child {
	margin: 0;
}
div.menu_area > div.max_area > div+div > ul > li > a {
	text-transform: uppercase;
	color:  #666666;
	font-size: 13px;/* Aproximação devido à substituição de fonte */
	font-weight: 600;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}


div.ultimas_noticias  {
	padding: 27px 0 0 0px;
	text-align: center;
}
div.ultimas_noticias > div.max_area > div.titulo {
	color:  #333333;
	font-size: 28px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	font-family: 'Roboto Slab', serif;
}
div.ultimas_noticias > div.max_area > div.items:hover {
	background-color:  #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 1, 0.35);
}
div.ultimas_noticias > div.max_area > div.items {
	margin: 26px 23px 0 0;
	padding: 9px 9px 9px 9px;
	background-color:  #f7f7f7;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
	width: 266px;
	height: 370px;
	/*float: left;*/
	overflow: hidden;
	-webkit-transition: box-shadow 0.5s,background-color 0.5s;
	-o-transition: box-shadow 0.5s,background-color 0.5s;;
	transition: box-shadow 0.5s,background-color 0.5s;
	cursor: pointer;
	opacity: 0;
	display: inline-grid;
}
div.noticias_view > div.max_area > div.items:last-child {
	margin-right: 0;
}
div.noticias_view > div.max_area > div.items:nth-child(4n) {
	margin-right: 0;
}

div.noticia_homepage > div.max_area > div.items {
	margin-right: 16px;
}
div.noticia_homepage > div.max_area > div.items+div.items+div.items+div.items {
	/*margin-right: 0;*/
}
div.noticia_homepage > div.max_area > div.margem-direita {
	margin-right: 0;
}
div.ultimas_noticias > div.max_area > div.items .imagem img {
	width: 247px;
    	height: 190px;
}
div.ultimas_noticias > div.max_area > div.items > div.titulo {
	margin: 16px 0 0 0;
	font-family: 'Roboto Slab', serif;
	color:  #333333;
	font-size: 14px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
}
div.ultimas_noticias > div.max_area > div.items > div.data {
	margin: 3px 0 10px 0;
	font-family: 'Roboto Slab', serif;
	color:  #666666;
	font-size: 10px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
}
div.ultimas_noticias > div.max_area > div.items > div.texto {
	font-family: 'Open Sans', sans-serif;
	color:  #666666;
	font-size: 13px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
    	height: 55px;
    	overflow: hidden;
}
div.ultimas_noticias > div.max_area > div.items > div.imagem {
	overflow: hidden;
}

/*div.outros_artigos:before {
	position: relative;
	display: inline-block;
	content: '';
	background-image: url('../img/shadow_two.png');
	background-repeat: no-repeat;
	height: 15px;
	z-index: -1;
	top: -5px;
	max-width: 1146px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
/*div.outros_artigos:after {
	display: inline-block;
	content: '';
	background-image: url('../img/shadow_three.png');
	max-width: 1146px;
	width: 100%;
	background-repeat: no-repeat;
	height: 5px;
	background-position: 0 -17px;
	z-index: 1;
	top: 10px;
	position: relative;
}*/
div.outros_artigos {
	margin: 52px 0 0 0;
	background-color:  #f7f7f7;
	width: 100%;
	text-align: center;
}
div.outros_artigos > div.max_area {
	padding: 14px 0 0 0;
	min-height: 493px;
}
div.outros_artigos > div.max_area > div.titulo_centro {
	font-family: 'Roboto Slab', serif;
	color:  #666666;
	font-size: 28px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: center;
}
div.outros_artigos > div.max_area > div.lista:last-child {
	/*margin-bottom: 0px;*/
}
div.outros_artigos > div.max_area > div.lista {
	vertical-align:middle;
	display: inline-block;
	background-color:  #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 1, 0.35);
	width: 180px;
	height: 268px;
	margin: -2px 10px 10px 0;
	opacity: 0;
}
div.outros_artigos > div.max_area > div.lista > div.titulo {
	font-family: 'Roboto Slab', serif;
	color:  #666666;
	font-size: 16px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: center;
	padding: 23px 0 0px 0;
	height: 75px;
}
div.outros_artigos > div.max_area > div.lista > div.conteudo {
	font-family: 'Open Sans', sans-serif;
	color:  #666666;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	line-height: 17px;/* Aproximação devido à substituição de fonte */
	text-align: left;
	padding: 0 10px 10px 10px;
}


div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee {
	display: none;
	margin: -115px 0 0 0;
}
/* caixa_iconeee5 */
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee5 > div.icone {
	width: 56px;
	height: 61px;
	background-image: url('../img/e_icone_5.png');
	display: inline-block;
}
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee5 > div.ponto {
	margin: 10px 0 0 0;
	width: 14px;
	height: 14px;
	background-image: url('../img/e_icone_5_2.png');
	display: inline-block;
}
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee5 > div.seta {
	margin: -15px 0 0 0;
	width: 12px;
	height: 17px;
	background-image: url('../img/e_icone_arrow.png');
	text-align: center;
	position: relative;
	transform: rotate(90deg);
	display: inline-block;
}
/* caixa_iconeee5 */
/* caixa_iconeee4 */
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee4 > div.icone {
  	width: 63px;
  	height: 46px;
  	background-image: url('../img/e_icone_4.png');
	display: inline-block;
}
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee4 > div.ponto {
	margin: 24px 0 0 0;
  	width: 14px;
  	height: 14px;
  	background-image: url('../img/e_icone_4_2.png');
	display: inline-block;
}
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee4 > div.seta {
	margin: -15px 0 0 0;
	width: 12px;
	height: 17px;
	background-image: url('../img/e_icone_arrow.png');
	position: relative;
	transform: rotate(90deg);
	display: inline-block;
}
/* caixa_iconeee4 */
/* caixa_iconeee3 */
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee3 > div.icone {
  width: 58px;
  height: 47px;
  background-image: url('../img/e_icone_3.png');
	display: inline-block;
}
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee3 > div.ponto {
	margin: 24px 0 0 0;
    width: 14px;
    height: 14px;
    background-image: url('../img/e_icone_3_2.png');
	display: inline-block;
}
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee3 > div.seta {
	margin: -15px 0 0 0;
    width: 12px;
    height: 17px;
    background-image: url('../img/e_icone_arrow.png');
    position: relative;
	transform: rotate(90deg);
	display: inline-block;
}
/* caixa_iconeee3 */
/* caixa_iconeee2 */
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee2 {

}
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee2 > div.icone {
    width: 47px;
    height: 43px;
    background-image: url('../img/e_icone_2.png');
	display: inline-block;
}
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee2 > div.ponto {
	margin: 24px 0 0 0;
    width: 14px;
    height: 14px;
    background-image: url('../img/e_icone_2_2.png');
	display: inline-block;
}
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee2 > div.seta {
	margin: -15px 0 0 0;
    width: 12px;
    height: 17px;
    background-image: url('../img/e_icone_arrow.png');
    position: relative;
	transform: rotate(90deg);
	display: inline-block;
}
/* caixa_iconeee2 */
/* caixa_iconeee1 */
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee1 {

}
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee1 > div.icone {
    width: 47px;
    height: 43px;
    background-image: url('../img/e_icone_1.png');
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
	left: 5px
}
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee1 > div.ponto {
	margin: 24px 0 0 0;
    width: 14px;
    height: 14px;
    background-image: url('../img/e_icone_1_2.png');
	display: inline-block;
}
div.outros_artigos > div.max_area > div.lista > div.caixa_iconeee1 > div.seta {
	margin: -15px 0 0 0;
    width: 12px;
    height: 17px;
    background-image: url('../img/e_icone_arrow.png');
    position: relative;
	transform: rotate(90deg);
	display: inline-block;
}
/* caixa_iconeee1 */


/* E-icones */
div.outros_artigos > div.max_area > div.e_icones {
  height: 140px;
  max-width: 1135px;
  width: 100%;
  margin: -3px 0 0 0;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa {
	height: 89px;
	width: 156px;
	display: inline-block;
	margin: 50px 0 0 0;;
	position: relative;
	z-index: 1;
	opacity: 0;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa > div.icone {
	width: 123px;
	height: 89px;
	background-image: url('../img/e_nicone_1.png');
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa > div.ponto {
	margin: 35px 0 0 12px;
	width: 14px;
	height: 14px;
	background-image: url('../img/e_icone_1_2.png');
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa {
	padding: 0 0 0 0;
	height: 89px;
	width: 156px;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa > div.seta {
	margin: -15px 0 0 0;
	width: 12px;
	height: 17px;
	background-image: url('../img/e_icone_arrow.png');
	float: right;
	position: relative;
	right: 37px;;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa.i2 > div.icone {
	left:21px;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa.i2 > div.seta {
	left: -8px
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa > div.icone {
	position: relative;
	width: 125px;
	height: 95px;
	background-image: url('../img/e_nicone_2.png');
	top: -12px;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa > div.ponto {
	margin: 28px 0 0 41px;
	width: 14px;
	height: 14px;
	background-image: url('../img/e_icone_2_2.png');
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa > div.seta {
	margin: -15px 0 0 0;
	width: 12px;
	height: 17px;
	background-image: url('../img/e_icone_arrow.png');
	float: right;
	position: relative;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa.i3 > div.icone {
	left:23px;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa.i3 > div.seta {
	left: 24px
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa.i3 > div.ponto {
	position: relative;
	left: 26px
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa+div.caixa {
	padding: 0 0 0 25px;
	height: 89px;
	width: 156px;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa+div.caixa > div.icone {
	width: 131px;
	height: 95px;
	background-image: url('../img/e_nicone_3.png');
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa+div.caixa > div.ponto {
	margin: 24px 0 0 20px;
	width: 14px;
	height: 14px;
	background-image: url('../img/e_icone_3_2.png');
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa+div.caixa > div.seta {
	margin: -15px 0 0 0;
	width: 12px;
	height: 17px;
	background-image: url('../img/e_icone_arrow.png');
	float: right;
	position: relative;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa.i4 > div.icone {
	position: relative;
	left:15px;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa.i4 > div.seta {
	position: relative;
	left: 54px
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa.i4 > div.ponto {
	position: relative;
	left: 28px
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa+div.caixa+div.caixa {
	padding: 0 0 0 62px;
	height: 89px;
	width: 156px;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa+div.caixa+div.caixa > div.icone {
	width: 134px;
	height: 94px;
	background-image: url('../img/e_nicone_4.png');
	position: relative;
	top: -11px;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa+div.caixa+div.caixa > div.ponto {
	margin: 24px 0 0 12px;
	width: 14px;
	height: 14px;
	background-image: url('../img/e_icone_4_2.png');
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa.i5 > div.icone {
	position: relative;
	left:49px;
	top: -12px !important;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa.i5 > div.ponto {
	position: relative;
	left: 58px
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa+div.caixa+div.caixa+div.caixa {
	padding: 0 0 0 62px;
	height: 89px;
	width: 156px;
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa+div.caixa+div.caixa+div.caixa > div.icone {
	width: 56px;
	height: 98px;
	background-image: url('../img/e_nicone_5.png');
}
div.outros_artigos > div.max_area > div.e_icones > div.caixa+div.caixa+div.caixa+div.caixa+div.caixa > div.ponto {
	margin: 10px 0 0 12px;
	width: 14px;
	height: 14px;
	background-image: url('../img/e_icone_5_2.png');
}
div.outros_artigos > div.max_area > div.e_icone_sombra {
	top: -22px;
	margin: 0 auto;
	height: 7px;
	background-image: url('../img/e_icone_sombra.png');
	z-index: 0;
	position: relative;
	max-width: 769px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0;
}
/*  FIM E-icones */
div.sombras_quatro_cinco {
	height: 20px;
	text-align: center;
	width: 100%;
}
/*div.sombras_quatro_cinco.aplicar_cima:before {
	display: inline-block;
	position: relative;
	content: '';
	background-image: url('../img/shadow_four.png');
	background-repeat: no-repeat;
	height: 23px;
	z-index: 1;
	background-position: 0 18px;
	top: -24px;
	max-width: 1146px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div.sombras_quatro_cinco.aplicar_baixo:after {
	display: inline-block;
	position: relative;
	content: '';
	background-image: url('../img/shadow_five.png');
	background-repeat: no-repeat;
	height: 23px;
	z-index: 0;
	background-position: 0 -18px;
	top: -9px;
	max-width: 1146px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

/* mediamaster btn */
div.mediamaster-btn {
	display: inline-block;
	position: relative;
	top: 0px;
	left: -1px;
}
div.mediamaster-btn button {
	border: solid 1px transparent;
	box-sizing: border-box;
	background-color:  #cc0000;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color:  #f7f7f7;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: center;
	padding: 12px 22px 12px 21px;
}
div.mediamaster-btn:hover button {
	background-color:  #333333;
}
div.copyright {
	margin: 5px 0 0 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color:  #666666;
	font-size: 10px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	min-height: 33px;
}

div.area_texto_menu {
	padding: 22px 0 0 0;
	margin: 0 0 4px 0;
	background-color:  #f1f1f1;
	height: 90px;
	text-align: center;
}
div.area_texto_menu > div.max_area > div.titulo {
	font-family: 'Roboto Slab', serif;
	color:  #333333;
	font-size: 22px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
}
div.area_texto_menu > div.max_area > div.texto {
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
}
div.noticias_view {
	margin: -9px 0 0 0;
}
div.projetos_dropdowns {
	margin: 12px 0 0 0;
	/*border: solid 1px red;*/
	height: 51px;
	position: relative;;
}
div.projetos_dropdowns > div.max_area > div.mbtn {
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 12px 0 0;
}
div.projetos_dropdowns > div.max_area > div.mbtn.todos {
	font-family: 'Open Sans', sans-serif;
	color:  #f7f7f7;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: center;
	background-color:  #cc0000;
	padding: 5px 11px 5px 11px;
	position: relative;
}
div.projetos_dropdowns > div.max_area > div.mbtn.web {
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: center;
	background-color:  white;
	padding: 5px 8px 5px 8px;
	border: solid 1px #e5e5e5;
	position: relative;
}
div.projetos_dropdowns > div.max_area > div.mbtn.web > span.color {
	display: block;
	background-color:  #ff6600;
	width: 11px;
	height: 11px;
	float: left;
	margin: 3px 9px 0 0;
}
div.projetos_dropdowns > div.max_area > div.mbtn.web > span.arrow {
	display: block;
	width: 9px;
	height: 4px;
	float: right;
	background-image: url('../img/arrow_projetos.png');
	margin: 5px 0 0 9px;
	background-repeat: no-repeat;
}

div.projetos_dropdowns > div.max_area > div.mbtn.grafico {
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: center;
	background-color:  white;
	padding: 5px 8px 5px 8px;
	border: solid 1px #e5e5e5;
}
div.projetos_dropdowns > div.max_area > div.mbtn.grafico > span.color {
	display: block;
	background-color:  #0099cc;
	width: 11px;
	height: 11px;
	float: left;
	margin: 3px 9px 0 0;
}
div.projetos_dropdowns > div.max_area > div.mbtn.grafico > span.arrow {
	display: block;
	width: 9px;
	height: 4px;
	float: right;
	background-image: url('../img/arrow_projetos.png');
	margin: 5px 0 0 9px;
	background-repeat: no-repeat;
}

div.projetos_dropdowns > div.max_area > div.mbtn.editorial {
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: center;
	background-color:  white;
	padding: 5px 8px 5px 8px;
	border: solid 1px #e5e5e5;
}
div.projetos_dropdowns > div.max_area > div.mbtn.editorial > span.color {
	display: block;
	background-color:  #cc33cc;
	width: 11px;
	height: 11px;
	float: left;
	margin: 3px 9px 0 0;
}
div.projetos_dropdowns > div.max_area > div.mbtn.editorial > span.arrow {
	display: block;
	width: 9px;
	height: 4px;
	float: right;
	background-image: url('../img/arrow_projetos.png');
	margin: 5px 0 0 9px;
	background-repeat: no-repeat;
}


div.projetos_dropdowns > div.max_area > div.mbtn.marketingdigital {
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: center;
	background-color:  white;
	padding: 5px 8px 5px 8px;
	border: solid 1px #e5e5e5;
}
div.projetos_dropdowns > div.max_area > div.mbtn.marketingdigital > span.color {
	display: block;
	background-color:  #8BC34A;
	width: 11px;
	height: 11px;
	float: left;
	margin: 3px 9px 0 0;
}
div.projetos_dropdowns > div.max_area > div.mbtn.marketingdigital > span.arrow {
	display: block;
	width: 9px;
	height: 4px;
	float: right;
	background-image: url('../img/arrow_projetos.png');
	margin: 5px 0 0 9px;
	background-repeat: no-repeat;
}

div.projetos_dropdowns > div.max_area > div.mbtn.redes_sociais {
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: center;
	background-color:  white;
	padding: 5px 8px 5px 8px;
	border: solid 1px #e5e5e5;
}
div.projetos_dropdowns > div.max_area > div.mbtn.redes_sociais > span.color {
	display: block;
	background-color:  #CC9900;
	width: 11px;
	height: 11px;
	float: left;
	margin: 3px 9px 0 0;
}
div.projetos_dropdowns > div.max_area > div.mbtn.redes_sociais > span.arrow {
	display: block;
	width: 9px;
	height: 4px;
	float: right;
	background-image: url('../img/arrow_projetos.png');
	margin: 5px 0 0 9px;
	background-repeat: no-repeat;
}

/*div.projetos_dropdowns > div.max_area > div.mbtn:hover > div.caixa_dropdown {
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
}*/
div.projetos_dropdowns > div.max_area > div.mbtn > div.caixa_dropdown {
	z-index: 1;
}
div.projetos_dropdowns > div.max_area > div.mbtn > div.caixa_dropdown > ul {
	padding: 0;
	margin: 0;
}
div.projetos_dropdowns > div.max_area > div.mbtn > div.caixa_dropdown > ul > li{
	text-align: left;
	margin: 6px 0 6px 10px;
	list-style-type: none;
	font-size: 11px !important;
}
div.projetos_dropdowns > div.max_area > div.mbtn.web > div.caixa_dropdown { width: 180px; }
div.projetos_dropdowns > div.max_area > div.mbtn.grafico > div.caixa_dropdown { width: 157px; }
div.projetos_dropdowns > div.max_area > div.mbtn.editorial > div.caixa_dropdown { width: 166px; }
div.projetos_dropdowns > div.max_area > div.mbtn.marketingdigital > div.caixa_dropdown { width: 179px; }
div.projetos_dropdowns > div.max_area > div.mbtn.redes_sociais > div.caixa_dropdown { width: 142px; }
div.projetos_dropdowns > div.max_area > div.mbtn > div.caixa_dropdown {
	margin: 5px 0 0 -9px;
	position: absolute;
	border: solid 1px #e5e5e5;
	height: auto;
	display: none;
	background-color: white;
	border-top: none;
}

div.projetos_view {
	border: solid 1px transparent;
	background-color:  #e5e5e5;
	height: auto;
}
div.projetos_view > div.max_area {
	padding: 43px 0 0 0;
	text-align: center;
}
div.projetos_view > div.max_area > div.projeto:last-child {
	margin-right: 0;
}
div.projetos_view > div.max_area > div.projeto {
	background-color:  #ffffff;
	width: 319px;
	height: 297px;
	padding: 11px;
	display: inline-block;
	-webkit-transition: box-shadow 0.5s,background-color 0.5s;
	-o-transition: box-shadow 0.5s,background-color 0.5s;
	transition: box-shadow 0.5s,background-color 0.5s;
	cursor: pointer;
	opacity: 0;
	margin: 0 68px 43px 0;
}
div.projetos_view > div.max_area > div.projeto:hover {
	background-color:  #ffffff;
	box-shadow: 0px 0px 5px 0px #000000;
}
div.projetos_view > div.max_area > div.projeto:nth-child(3n) {
	margin-right: 0;
}
div.projetos_view > div.max_area > div.projeto > div.imagem {
	margin: 0 0 11px 0;
}
div.projetos_view > div.max_area > div.projeto > div.imagem img {
	width: 296px;
    	height: 180px;
}
div.projetos_view > div.max_area > div.projeto > div.titulo {
	font-family: 'Roboto Slab', serif;
	color:  #333333;
	font-size: 16.46px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	margin: 0 0 22px 0;
    	height: 50px;
    	float: left;
    	width: 100%;
    	overflow: hidden;
}
div.projetos_view > div.max_area > div.projeto > div.cores > div {
	float: left;
	width: 11px;
	height: 11px;
	margin: 0 3px 0 0;
}
div.projetos_view > div.max_area > div.projeto > div.cores > div.web {
	background-color:  #ff6600;
}
div.projetos_view > div.max_area > div.projeto > div.cores > div.grafico {
	background-color:  #0099cc;
}
div.projetos_view > div.max_area > div.projeto > div.cores > div.editorial {
	background-color:  #cc33cc;
}
div.projetos_view > div.max_area > div.projeto > div.cores > div.marketingdigital {
	background-color:  #8BC34A;
}
div.projetos_view > div.max_area > div.projeto > div.cores > div.redes_sociais {
	background-color:  #CC9900;
}


div.ntres {
	margin: 9px 0 0 0;
	height: 28px;
}
div.ntres > ul {
	padding: 0;
	margin: 0;
}
div.ntres > ul > li {
	display: inline-block;
	padding: 0 30px 4px 0;
}
div.ntres > ul > li.activo > a,
div.ntres > ul > li:hover > a {
	color:  #cc0000;
}
div.ntres > ul > li:hover:after,
div.ntres > ul > li.activo:after {
	position: relative;
	display: block;
	content: '';
	width: 9px;
	height: 4px;
	left: 45%;
	top: 4px;
	background-image: url('../img/ntres_arrow.png');
}
div.ntres > ul > li > a {
	font-family: 'Open Sans', sans-serif;
	color:  #666666;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
div.ntres_hr {
	background-color:  #f1f1f1;
	width: 100%;
	height: 3px;
}

div.csimples {
	margin: 37px 0 0px 0;
}
div.csimples > div.max_area {
}
div.csimples > div.max_area > div.titulo {
	margin: 0 0 10px 0;
	font-family: 'Roboto Slab', serif;
	color:  #333333;
	font-size: 14px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
}
div.csimples > div.max_area > div.texto {
	color:  #666666;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	line-height: 19px;
}
div.csimples > div.max_area > div.texto p {
	padding: 0;
	margin: 0;
}
div.csimples > div.max_area > div.texto strong {
	color:  #666666;
	font-weight: 700;
}

/*div.caixa_ultimos_projetos:before {
	content: '';
	display: inline-block;
	background-image: url('../img/shadow_ultimos_projetos_top.png');
	max-width: 1146px;
	width: 100%;
	height: 6px;
	position: relative;
	top: -14px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
/*div.caixa_ultimos_projetos.shadow_ultimos_projetos_bottom:after {
	content: '';
	display: inline-block;
	background-image: url('../img/shadow_ultimos_projetos_bottom.png');
	max-width: 1146px;
	width: 100%;
	height: 6px;
	position: relative;
	top: 40px;
	background-position: 0 -16px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
div.caixa_ultimos_projetos {
	width: 100%;
	background-color:  #f9f9f9;
	text-align: center;
	min-height: 336px;
	height: auto;
    	padding-top: 20px;
    	margin-top: 20px;
    	margin-bottom: -25px;
}
div.caixa_ultimos_projetos > div.max_area {
	text-align: center;
	padding: 16px 0 55px 0;
}
div.caixa_ultimos_projetos > div.max_area > div.titulo {
	display: inline-block;
	width: 490px;
	font-family: 'Roboto Slab', serif;
	color:  #666666;
	font-size: 28px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: center;
	border-bottom: solid 1px #cccccc;
	padding: 0 0 15px 0;
	margin: 0 0 26px 0;
}
div.caixa_ultimos_projetos > div.max_area > div.lista {
	display: inline-block;
	/*margin: 0 7px 10px 0;
	width: 253px;
	height: 168px;*/
    	margin: 0 12px 10px 0;
    	width: 296px;
    	height: 180px;
	overflow: hidden;
	cursor: pointer;
}
div.caixa_ultimos_projetos > div.max_area > div.lista > img {
	width: 100%;
	height: 100%;
}
div.contacto_view {
	margin: 40px 0 53px 0;
}
div.contacto_view > div.max_area > div.caixa_esquerda {
	background-color:  #f7f7f7;
	/*width: 757px;*/
	float: left;
	padding: 20px 20px 0px 20px;
	max-width: 66.2%;
	width: 100%;
	min-height: 713px;;
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.titulo {
	font-family: 'Roboto Slab', serif;
	color:  #333333;
	font-size: 14px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.texto {
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	margin: 0 0 23px 0;
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-12 > div.col-md-6 > div.form-group label {
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
}
/* código postal */
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-12 > div.col-md-3 > div.form-group input {
	border: solid 1px #cccccc; border-radius: 0;
	padding: 0 !important;
}
/* 1 */
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-12 > div.col-md-3 > div.form-group input {
	width: 55px;
	float: left;
	margin: 0 6px 0 0;
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-12 > div.col-md-3 > div.form-group input+input {
	width: 38px;
	margin: 0 0 0 0;
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-12 > div.col-md-3 > div.form-group label {
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
}
/* 2 */
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-12 > div.col-md-3+div.col-md-3 {
	margin: 0 0 0 -65px;
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-12 > div.col-md-3+div.col-md-3 > div.form-group input {
	width: 215px;
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-12 > div.col-md-3+div.col-md-3 > div.form-group label {
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-12 > div.col-md-6 > div.form-group ul {
	padding: 0;
	margin: 0;
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-12 > div.col-md-6 > div.form-group textarea {
	height: 118px;
	border: solid 1px #cccccc; border-radius: 0;
	padding: 0 !important;
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-12 > div.col-md-6 > div.form-group ul > li input {
	position: relative;
	top: 2px
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-12 > div.col-md-6 > div.form-group ul > li {
	list-style-type: none;
	color:  #333333;
	font-size: 11px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}

div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-6 > div.mediamaster-btn {
	background-color:  #cc0000;
	cursor: pointer;
	margin: 11px 0 0 0;
/*	top: -28px;
	position: relative;;*/
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-6 > div.mediamaster-btn > span {
	font-family: 'Open Sans', sans-serif;
	color:  #ffffff;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	padding: 5px 47px 5px 34px;
	display: block;
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-6 > span {
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 11px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
/*	position: relative;
	top: -25px;*/
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-6 > div.mediamaster-btn:hover {
	background-color:  #333333;
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-6 > div.mediamaster-btn > span:after {
	content: '';
	display: inline-block;
	background-image: url('../img/arrow_enviar.png');
	width: 8px;
	height: 11px;
	position: relative;
	left: 16px;
	top: 1px;
}
div.contacto_view > div.max_area > div.caixa_direita {
	padding: 20px 0 0 31px;
	width: 33.5%;
	float: left;
}

div.contacto_view > div.max_area > div.caixa_direita img {
    	width: 117%;
    	margin-top: -19px;
}
div.contacto_view > div.max_area > div.caixa_direita > div.titulo {
	font-family: 'Roboto Slab', serif;
	color:  #333333;
	font-size: 14px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
div.contacto_view > div.max_area > div.caixa_direita > div.texto strong {
	font-family: 'Roboto Slab', serif;
	color:  #333333;
	font-size: 14px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
}
div.contacto_view > div.max_area > div.caixa_direita > div.texto p {
	padding: 0;
	margin: 0 0 5px 0;
}
div.contacto_view > div.max_area > div.caixa_direita > div.texto {
	font-family: 'Open Sans', sans-serif;
	color:  #666666;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
}
/* area btn */
div.area_btn.right > div.mediamaster-btn {
	background-color:  #cc0000;
	cursor: pointer;
}
div.area_btn.right > div.mediamaster-btn > span {
	font-family: 'Open Sans', sans-serif;
	color:  #ffffff;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	padding: 8px 37px 8px 17px;
	display: block;
}
div.area_btn.right > div.mediamaster-btn:hover {
	background-color:  #333333;
}
div.area_btn.right > div.mediamaster-btn > span:after {
	content: '';
	display: inline-block;
	background-image: url('../img/arrow_enviar.png');
	width: 8px;
	height: 11px;
	position: relative;
	left: 16px;
	top: 1px;
}
div.area_btn.left > div.mediamaster-btn {
	background-color:  #cc0000;
	cursor: pointer;
}
div.area_btn.left > div.mediamaster-btn > span {
	font-family: 'Open Sans', sans-serif;
	color:  #ffffff;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	padding: 8px 17px 7px 32px;
	display: block;
}
div.area_btn.left > div.mediamaster-btn:hover {
	background-color:  #333333;
}
div.area_btn.left > div.mediamaster-btn > span:before {
	content: '';
	display: inline-block;
	background-image: url('../img/arrow_voltar.png');
	width: 8px;
	height: 11px;
	position: relative;
	right: 16px;
	top: 1px;
}
div.projeto_view {
	margin: 40px 0 0 0;
}
div.projeto_view > div.max_area > div.row > div.col-md-3 > div.imagem {
	overflow: hidden;
	width: 276px;
	height: 276px;
}
div.projeto_view > div.max_area > div.row > div.col-md-3 > div.imagem  > img {
	width: 100%;
}
div.projeto_view > div.max_area > div.row > div.col-md-6 > div.titulo {
	padding: 45px 0 18px 0;
	font-family: 'Roboto Slab', serif;
	color:  #333333;
	font-size: 18px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
}
div.projeto_view > div.max_area > div.row > div.col-md-6 > div.texto P {
	padding: 0;
	margin: 0;
}
div.projeto_view > div.max_area > div.row > div.col-md-6 > div.texto {
	font-family: 'Open Sans', sans-serif;
	color:  #666666;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	margin: 0 0 20px 0;
	/*height: 137px;*/
}
div.projeto_view > div.max_area > div.row > div.col-md-3 > div.titulo {
	font-family: 'Roboto Slab', serif;
	color:  #333333;
	font-size: 14px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	padding: 0 0 11px 0;
}
div.projeto_view > div.max_area > div.row > div.col-md-3+div+div.col-md-3 {
	border-left: solid 1px #ccc;
}
div.projeto_view > div.max_area > div.row > div.col-md-3 > ul {
	padding: 0;
	margin: 0;
}
div.projeto_view > div.max_area > div.row > div.col-md-3 > ul > li {
	list-style-type: none;
	margin: 0 0 11px 0;
}
div.projeto_view > div.max_area > div.row > div.col-md-3 > ul > li > span.cor {
	width: 11px;
	height: 10px;
	display: block;
	float: left;
	margin: 6px 9px 0 0;
}
div.projeto_view > div.max_area > div.row > div.col-md-3 > ul > li > span.cor.web {
	background-color:  #ff6600;
}
div.projeto_view > div.max_area > div.row > div.col-md-3 > ul > li > span.cor.grafico {
	background-color:  #0099cc;
}
div.projeto_view > div.max_area > div.row > div.col-md-3 > ul > li > span.cor.editorial {
	background-color:  #cc33cc;
}
div.projeto_view > div.max_area > div.row > div.col-md-3 > ul > li > span.cor.marketingdigital {
	background-color:  #8BC34A;
}
div.projeto_view > div.max_area > div.row > div.col-md-3 > ul > li > span.cor.redes_sociais {
	background-color:  #CC9900;
}
div.projeto_view > div.max_area > div.row > div.col-md-3 > ul > li > em {
	font-style: normal;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
div.projeto_view > div.max_area > div.hr_projto_view {
  	border-top: 1px solid #ccc;
  	float: right;
  	width: 74.3%;
  	margin: 20px 0 0 0;
}
div.projeto_view > div.max_area > div.row+div+div.row {
	font-family: 'Open Sans', sans-serif;
	margin-top: 63px;
	margin-bottom: 48px;
	color:  #666666;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
}
div.projeto_view > div.max_area > div.row+div+div.row p {
	padding: 0;
	margin: 0 0 10px 0;
}
div.projeto_view > div.max_area > div.row+div+div.row strong {
	font-family: 'Roboto Slab', serif;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
}
/*div.noticia_view > div.max_area > div.row:after {
	content: '';
	background-image: url('../img/noticia_sombra.png');
	max-width: 1400px;
	width: 100%;
	display: inline-block;
	height: 20px;
	background-position: 0 -15px;
	z-index: 1;
	background-repeat: no-repeat;
	position: relative;
	top: 40px;
}*/
div.noticia_view > div.max_area > div.row {
	margin-top: 40px;
}
div.noticia_view > div.max_area > div.row > div.col-md-5 {
	text-align: left;
}
div.noticia_view > div.max_area > div.row > div.col-md-5 {
	width: 38.4%;
}
div.noticia_view > div.max_area > div.row > div.col-md-5 > div.imagem {
	border: solid 6px #f7f7f7;
	margin: -2px 0 0 3px;
	width: 433px;
	height: 332px;
}
div.noticia_view > div.max_area > div.row > div.imagem img {
	width: 100%;
	height: 100%;
}
div.noticia_view > div.max_area > div.row > div.col-md-7 > div.titulo {
	font-family: 'Roboto Slab', serif;
	color:  #333333;
	font-size: 18px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	padding: 0 0 0 8px;
}
div.noticia_view > div.max_area > div.row > div.col-md-7 > div.texto p {
	padding: 0 0 0 8px;
	margin: 0;
}
div.noticia_view > div.max_area > div.row > div.col-md-7 > div.texto {
	margin: 10px 0 0 0;
	color:  #666666;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}
div.noticia_view > div.max_area > div.row > div.col-md-7 > div.data {
	padding: 0 0 0 8px;
	font-family: 'Roboto Slab', serif;
	color:  #666666;
	font-size: 10px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
}

div.clientes_view > div.max_area > div.row {
	margin-top:  32px;
	border-bottom: solid 1px #f1f1f1;
	padding-bottom: 25px;
}
div.clientes_view > div.max_area > div.row > div.col-md-8 > div.titulo {
	font-family: 'Roboto Slab', serif;
	color:  #333333;
	font-size: 18px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	margin: 0 0 16px 0;
}
div.clientes_view > div.max_area > div.row > div.col-md-8 > div.texto {
	font-family: 'Open Sans', sans-serif;
	color:  #666666;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
}
div.clientes_view > div.max_area > div.row > div.col-md-8 > div.texto strong {
	font-family: 'Open Sans', sans-serif;
	color:  #666666;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
}
div.clientes_view > div.max_area > div.row > div.col-md-8 > div.texto em {
	color:  #666666;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
}
div.clientes_view > div.max_area > div.row > div.col-md-4 { width: 26.3%;

}
div.clientes_view > div.max_area > div.row > div.col-md-4 > div.imagem {
	padding: 9px 0 0 0;
	float: left;
	border-right: solid 1px #c2c2c2
}
div.clientes_view > div.max_area > div.row > div.col-md-4 > div.imagem_border_right {
	position: relative;
	top: 50px;
	border-right: solid 1px #cccccc;
	height: 134px;
	width: 1px;
	float: right;
}


div.caixa_direita > div.caixa_pesquisa_topo {
	background-color:  #ffffff;
	width: 228px;
	height: 25px;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	position: absolute;
	margin: -3px 0 0 -121px;
	display: none;
	z-index: 99999999999;
}
div.caixa_direita > div.caixa_pesquisa_topo > input {
	outline: none;
	width: 197px;
	border: none;
	padding: 2px 0 0 5px;
    font-family: 'Open Sans', sans-serif;
}
div.caixa_direita > div.caixa_pesquisa_topo > span.icone {
	display: block;
	float: right;
	background-image: url('../img/lupa_caixa_icone.png');
	width: 20px;
	height: 19px;
	position: relative;
	right: 8px;
	top: 3px;
	cursor: pointer;
	z-index: 9999;
}

/* sombras */
/*div.sombra_3:after {
  display: inline-block;
  content: '';
  background-image: url('../img/shadow_ultimos_projetos_bottom.png');
  max-width: 1146px;
  width: 100%;
  background-repeat: no-repeat;
  height: 5px;
  background-position: 0 -16px;
  z-index: 1;
  top: 10px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

div.pesquisa_view > div.max_area > form > input {
	border-style: solid;
	border-width: 1px;
	border-color:  #cccccc;
	box-sizing: border-box;
	background-color:  #ffffff;
	width: 207px;
	height: 29px;
	float: left;
}
div.pesquisa_view {
	margin: 40px 0 0 0;
}
div.pesquisa_view > div.max_area > form > div.mediamaster-btn:hover {
	background-color:  #333333;
}
div.pesquisa_view > div.max_area > form > div.mediamaster-btn {
	background-color:  #cc0000;
	cursor: pointer;
	margin: 0 0 0 4px;
}
div.pesquisa_view > div.max_area > form > div.mediamaster-btn > span {
	font-family: 'Open Sans', sans-serif;
	color:  #ffffff;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	padding: 6px 25px 6px 25px;
	display: block;
}
div.pesquisa_view > div.max_area > div.info {
	color:  #333333;
	font-size: 14px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	font-family: 'Roboto Slab', serif;
	margin: 28px 0 40px 0;
	text-transform: uppercase;
}
div.pesquisa_view > div.max_area > div.resultado > div.titulo {
	font-family: 'Roboto Slab', serif;
	color:  #333333;
	font-size: 18px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	margin: 0 0 27px 0;
	cursor: pointer;
}

div.pesquisa_view > div.max_area > div.resultado {
	margin: 0 0 0 0;
}
div.pesquisa_view > div.max_area > div.resultado > div.texto {
	font-family: 'Open Sans', sans-serif;
	color:  #666666;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	padding: 0 0 17px 0;
	cursor: pointer;
	border-bottom: solid 1px #f1f1f1;
}
div.i1 {
	position: relative;
	top: -9px;
	left: -13px;
}
div.i2 {
	position: relative;
	top: -3px;
	left: -5px;
}
div.i3 {
	position: relative;
	top: -2px;
	left: -5px;
}
div.i4 {
	position: relative;
	top: -3px;
	left: -4px;
}
div.i5 {
	position: relative;
	top: -8px;
	left: 0;
}

div.projeto_view h4 {
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Roboto Slab', serif;
    color:  #333333;
    font-weight: 700;
}

div.projeto_view > div.max_area > div.row > div.col-md-6 > div.area_btn {
    /*position: absolute;*/
    /* margin: 87px 0 0 0; */
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.form > div.row > div.col-md-12 > div.col-md-6 > div.form-group input[type=text] {
  border: solid 1px #cccccc;
  border-radius: 0;
  height: 30px;
  width: 320px;
}

/* nova formatação */
div.contacto_view > div.max_area > div.caixa_esquerda > div.form {
	padding: 0 0 0 25px;
	position: relative;
	top: -2px
}
div.contacto_view > div.max_area > div.caixa_esquerda > div.hrform {
	  border-bottom: solid 5px #666666;
	  bottom: 0;
	  position: relative;
	  left: -20px;
	  width: 105.5%;
	  margin: 13px 0 0 0;
}
div.form > div.my-form-group > label {
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	display: block;
}
div.form > div.my-form-group {
	float: left;
	margin: 0 22px 18px 0;
}
div.form > div.my-form-group > input[type=text] {
	font-family: 'Open Sans', sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color:  #cccccc;
	box-sizing: border-box;
	background-color:  #ffffff;
	width: 319px;
	height: 30px;
}
div.form > div.my-form-codpostal > div > label {
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	display: block;
}
div.form > div.my-form-codpostal > div {
	float: left;
	margin: 0 22px 22px 0;
}
div.form > div.my-form-codpostal > div > input[type=text] {
	font-family: 'Open Sans', sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color:  #cccccc;
	box-sizing: border-box;
	background-color:  #ffffff;
	width: 100%;
	height: 30px;
}
div.form > div.my-form-codpostal > div.one {
	width: 101px;
	margin: 0 13px 0 0;
}
div.form > div.my-form-codpostal > div.one > input {
	width: 54px;
	margin: 0 3px 0 0;
}
div.form > div.my-form-codpostal > div.one > input+input {
	width: 38px;
	margin: 0 0 0 0;
}

div.form > div.my-form-codpostal > div.two {
	width: 205px;
}
div.fix-distrito-pais {
	margin-top: -26px !important;
}
div.form > div.caixa.esquerda {
	width: 319px;
	float: left;
	margin: 0 22px 0 0;
}
div.form > div.caixa.esquerda > label {
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}
div.form > div.caixa.esquerda > ul {
	padding: 0;
	margin: -5px 0 0 2px;
}
div.form > div.caixa.esquerda > ul > li {
	list-style-type: none;
}
div.form > div.caixa.esquerda > ul > li > span {
	color:  #333333;
	font-size: 11px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	left: 2px;
}
div.form > div.caixa.direita {
	width: 319px;
	float: left;
}
div.form > div.caixa.direita > label {
	color:  #333333;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}
div.form > div.caixa.direita > textarea {
	border-style: solid;
	border-width: 1px;
	border-color:  #cccccc;
	box-sizing: border-box;
	background-color:  #ffffff;
	width: 319px;
	height: 118px;
	font-family: 'Open Sans', sans-serif;
}
div.form > div.caixa.direita > div.receber_copia {
	position: relative;
	top: -4px;
}
div.form > div.caixa.direita > div.receber_copia > span {
	color:  #333333;
	font-size: 11px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	position: relative;
	top: -2px;
	left: 3px;
}
div.form > div.caixa.baixo {
	width: 660px;
}
div.form > div.caixa.baixo > div.reCAPTCHA {
	float: left;
	padding: 0 0 0 15px;
	width: 319px;
}
div.form > div.caixa.baixo > div.caixa.enviar {
	padding: 14px 0 0 25px;
	float: left;
	width: 319px;
}
div.form > div.caixa.baixo > div.caixa.enviar > div.mediamaster-btn {
	background-color:  #cc0000;
	cursor: pointer;
	margin: 11px 0 0 0;
/*	top: -28px;
	position: relative;;*/
}
div.form > div.caixa.baixo > div.caixa.enviar > div.mediamaster-btn > span {
	font-family: 'Open Sans', sans-serif;
	color:  #ffffff;
	font-size: 12px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	padding: 6px 48px 6px 34px;
	display: block;
}
div.form > div.caixa.baixo > div.caixa.enviar > span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	color:  #333333;
	font-size: 11px;/* Aproximação devido à substituição de fonte */
	font-weight: 400;
	text-align: left;
	margin: 6px 0 0 0;
/*	position: relative;
	top: -25px;*/
}
div.form > div.caixa.baixo > div.caixa.enviar > div.mediamaster-btn:hover {
	background-color:  #333333;
}
div.form > div.caixa.baixo > div.caixa.enviar > div.mediamaster-btn > span:after {
	content: '';
	display: inline-block;
	background-image: url('../img/arrow_enviar.png');
	width: 8px;
	height: 11px;
	position: relative;
	left: 16px;
	top: 1px;
}

.form_error {
	border: solid 1px rgb(239, 122, 122) !important;
}

.notify {
	z-index: 9999;
	top: 5%;
	width: 40%;
	min-height: 35px;
	position: fixed;
	right: 1%;
	border-radius: 2px;
	display: none;
}
.notify p {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}


/* sombras fix */
div.caixa_sombra img {
	width: 100%;
	height: 100%;
}
div.caixa_sombra1 {
	margin: -30px 0 6px 0;
	position: relative;
	z-index: -1;
	height: 34px;
}
div.caixa_sombra2 {
	margin: -21px 0 0 0;
	position: relative;
	z-index: -1;
	height: 25px;
	top: 69px;
}
div.caixa_sombra3 {
	margin: 0 0 0 0;
	position: relative;
	z-index: -1;
	height: 25px;
	top: -17px;
}
div.caixa_sombra4 {
	margin: 0 0 20px 0;
	position: relative;
	z-index: 9999;
	height: 23px;
	top: 0px;
	overflow: hidden;
}
div.caixa_sombra4 > img {
	position: relative;
	top: 19px;
}
div.caixa_sombra5 {
	margin: 0 0 0 0;
	position: relative;
	z-index: 9999;
	height: 23px;
	overflow: hidden;
}
div.caixa_sombra5 > img {
	position: relative;
	top: -19px;
}
div.caixa_sombra6 {
	margin: 44px 0 0 0;
	position: relative;
	z-index: 9999;
	height: 23px;
	overflow: hidden;
}
div.caixa_sombra6 > img {
	position: relative;
	top: -16px;
}
div.caixa_sombra7 {
	margin: 0px 0 0 0;
	position: relative;
	z-index: 9999;
	height: 23px;
	overflow: hidden;
}
div.caixa_sombra7 > img {
	position: relative;
	top: 17px;
}
div.caixa_sombra8 {
	margin: 0px 0 -23px 0;
	position: relative;
	z-index: 9999;
	height: 23px;
	overflow: hidden;
}
div.caixa_sombra8 > img {
	position: relative;
	top: -16px;
}
div.caixa_sombra9 {
	margin: 30px 0 20px 0;
	position: relative;
	z-index: 9999;
	height: 23px;
	top: 0px;
	overflow: hidden;
}
div.caixa_sombra9 > img {
	position: relative;
	top: 19px;
}

/***************	ALERT		**********************/
.ohsnap {
    bottom: 5px;
    margin-left: 5px;
    position: fixed;
    right: 5px;
    z-index: 99;
    display: none;
}
.alert {
    border: 1px solid #eed3d7;
    border-radius: 4px;
    clear: right;
    float: right;
    margin-top: 10px;
    padding: 15px;
    text-align: right;
}
.alert-red {
    background-color: #da4453;
    color: white;
}
.alert-green {
    background-color: #37bc9b;
    color: white;
}
.alert-blue {
    background-color: #4a89dc;
    color: white;
}
.alert-yellow {
    background-color: #f6bb42;
    color: white;
}
.alert-orange {
    background-color: #e9573f;
    color: white;
}
.ohsnap {
    text-shadow: none;
}
.error {
	border: 1px solid #CF4D4D !important;
	background: #fffafa !important;
}
div.caixa_2 > div.div-ralc {
    position: relative;
    text-align: center;
	margin-top: 20px;
}
div.caixa_2 > div.div-ralc img {
    width: 130px;
}
div.caixa_2 > div.div-livro {
    position: relative;
    margin-top: 15px;
    text-align: center;
}
div.caixa_2 > div.div-livro img {
    width: 85px;
}
.col-cookie .colunas-com-bordas {
	border:1px solid #6d6e71;
	padding:10px;
	font-size: 16px;
	display: table-cell !important;
}
.col-cookie tr {
	display: table-row !important;
}
.col-cookie li {
	font-size: 16px;
}