@import url('normalize.css');
body{
	font-size: 12px;
	color: #333;
	background-color: #F1F1F1;
	background-image: url(../images/fundo_conteudo.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 100%;
	min-height: 100%;
	margin: 0;
}
html {
	height: 100%;
	min-height: 100%;
}
p {
	line-height: 18px;
}

@font-face {
    font-family: 'Conv_FuturaStd';
    src: url('futurastd-bold-webfont.eot');
    src: url('futurastd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurastd-bold-webfont.woff') format('woff'),
         url('futurastd-bold-webfont.ttf') format('truetype'),
         url('futurastd-bold-webfont.svg#FuturaStdBookBold') format('svg');
    font-weight: bold;
    font-style: bold;

}
@font-face {
    font-family: 'Conv_FuturaStd';
    src: url('futurastd-light-webfont.eot');
    src: url('futurastd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurastd-light-webfont.woff') format('woff'),
         url('futurastd-light-webfont.ttf') format('truetype'),
         url('futurastd-light-webfont.svg#FuturaStdLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

::selection {
	background: #F06722; /* Safari */
	color: #FFF;
	}
::-moz-selection {
	background: #F06722; /* Firefox */
	color: #FFF;
}
h1{
	font-style: italic;
	border-bottom: 1px solid rgba(126, 126, 126, 0.3);
	padding: 35px 15px 15px 15px;
	margin: 0px 20px 20px 20px;
	position: relative;
	font-size: 38px;
}
h3{
	font-family:'Conv_FuturaStd', Arial;
	font-size: 22px;
	display: block;
	height: 30px;
	text-align: center;
	color: #F06722;
	border-bottom:1px solid #F06722;
	clear: both;
	text-transform: uppercase;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	color: #F06722;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

a{
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover{
	color: #333;
}
.hs-headline{
	text-align: center;
	background-image: url(../images/logo_topo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 114px;
}
.hs-menu{
	position: fixed;
	z-index: 10;
	color: #000;
	width: 180px;
	left: 0px;
	top: 0px;
	height: 100%;
	background-color: #2B2B2B;
	background-image: url(../images/fundo_menu.jpg);
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
.hs-menu .menutopo{
	position: absolute;
	top: 150px;
	left: 0px;
	right: 0px;
	bottom: 1px;
	margin-bottom: 49px;
}
.hs-menu .menutopo a{
	font-family:'Conv_FuturaStd', Arial;
	width: 180px;
	font-size: 12px;
	color: #000;
	display: block;
	text-align: center;
	outline: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 18px;
	padding-bottom: 16px;
}
.hs-menu .menutopo a:last-child{
	font-family:'Conv_FuturaStd', Arial;
	font-size: 12px;
	color: #000;
	display: block;
	text-align: center;
	outline: none;
	border-top-style: solid;
	padding-top: 18px;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-color: #000;
}
.acaba_menu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.hs-menucurrent {
	font-weight: bold;
	background-image: url(../images/seta_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.hs-submenucurrent {
	font-weight: bold;
}

.hs-menu .menutopo a:active{
}
.hs-menu .menutopo a:hover{
	background-image: url(../images/seta_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.selected{
	background-image: url(../images/seta_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
}
.hs-menu .menutopo .submenu a:hover{
	font-weight: bold;
	background-image: none;
}
.subselected{
	font-weight: bold;
	background-image: none;
}


.hs-menu .menutopo a:first-child{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.hs-menu .menutopo a span:nth-child(2){
	display: block;
	color: #fff;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
	padding-top: 3px;
}

.hs-menu .menutopo .submenu a:first-child{
	font-family:'Conv_FuturaStd', Arial;
	font-size: 10px;
	color: #000;
	display: block;
	text-align: center;
	outline: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

.hs-menu .menutopo .submenu a{
	font-family:'Conv_FuturaStd', Arial;
	font-size: 10px;
	color: #000;
	display: block;
	text-align: center;
	outline: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 150px;
	margin-right: 15px;
	margin-left: 15px;
	border-top-style: none;
}

.hs-menu .menutopo .submenu a:last-child{
	font-family:'Conv_FuturaStd', Arial;
	font-size: 10px;
	color: #000;
	display: block;
	text-align: center;
	outline: none;
	padding-top: 10px;
	padding-bottom: 15px;
	background-image: url(../images/sombra_menu.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu_linha {
	display: block;
	outline: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 15px;
	margin-left: 15px;
}

.idiomas {
	width: 100%;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	position: absolute;
	bottom: 0px;
	
	background-image: url(../images/fundo_menu.jpg);
	background-repeat: repeat;
}
.idiomas a{
	display: block;
	width: 20px;
	font-family:'Conv_FuturaStd', Arial;
	font-size: 14px;
	color: #000;
	margin-left: 15px;
	padding-top: 15px;
	float: left;
}
.idiomas a:hover{
	background-image: url(../images/seta_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.idiomas a:first-child{
	display: block;
	width: 20px;
	font-family:'Conv_FuturaStd', Arial;
	font-size: 14px;
	color: #000;
	margin-left: 30px;
	padding-top: 15px;
	float: left;
}

.idioma_select{
	font-weight: bold;
	background-image: url(../images/seta_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.hs-content-scroller{
	position: absolute;
	left: 180px;
	right: 0px;
	overflow: auto;
	height: 100%;
}

.containerhome {
	position: fixed;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	top: 0;
}

.hs-content-wrapper{
	width: 7735px;
	position: absolute;
	height: 100%;
	overflow: visible;
	left: 180px;
}


.hs-content-scroller{
	overflow: hidden;
}
/* -------------- TITULOS -------------- */
h2{
	position: relative;
	font-family:'Conv_FuturaStd', Arial;
	font-weight: normal;
	font-size: 40px;
	color: #CBCBCB;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
	margin-top: 0px;
	text-transform: uppercase;
}

.titulo_360{
	background-image:url(../images/fundo_titulo_desel.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 85px;
	top: 0px;
	position: relative;
	width: 360px;
	color: #CBCBCB;
	font-size: 40px;
	text-align: center;
	padding-top: 30px;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.titulo_720{
	background-image:url(../images/fundo_titulo_desel.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 85px;
	top: 0px;
	position: relative;
	width: 720px;
	color: #CBCBCB;
	font-size: 40px;
	text-align: center;
	padding-top: 30px;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.titulo_540{
	background-image:url(../images/fundo_titulo_desel.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 85px;
	top: 0px;
	position: relative;
	width: 540px;
	color: #CBCBCB;
	font-size: 40px;
	text-align: center;
	padding-top: 30px;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.hs-content:hover .titulo_360, .hs-content-active .titulo_360, .hs-content:hover .titulo_720, .hs-content-active .titulo_720, .hs-content:hover .titulo_540, .hs-content-active .titulo_540 {
	background-image:url(../images/fundo_titulo_sel.png);
}
.hs-content:hover h2, .hs-content-active h2 {
	color: #F06722;
}
/* -------------- ACABA TITULOS -------------- */

/* -------------- CONTEUDOS -------------- */
.conteudo_360{
	width: 280px;
	min-height: 200px;
	margin-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.conteudo_360 img {
	border: solid;
	border-width: 3px;
	border-color: #E5E5E5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
}
.conteudo_720{
	width: 640px;
	min-height: 200px;
	margin-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.conteudo_540_e{
	width: 460px;
	min-height: 200px;
	margin-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.conteudo_540_e li {
	margin-left: -25px;
}
.conteudo_540 img {
	border: solid;
	border-width: 3px;
	border-color: #E5E5E5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.conteudo_540_e img {
	border: solid;
	border-width: 3px;
	border-color: #E5E5E5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.conteudo_720_e{
	background-image: url(../images/topo_empresa.png);
	background-repeat: no-repeat;
	width: 640px;
	min-height: 200px;
	margin-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
/* -------------- ACABA CONTEUDOS -------------- */
.empresa_col {
	width: 200px;
	overflow: auto;
	float: left;
	margin-right: 20px;
}
.empresa_col h4 {
	font-size: 14px;
	color: #F06722;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
.clientes_logos {
	width: 640px;
	min-height: 500px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBCBCB;
	padding-bottom: 20px;
}
.clientes_logos .logo {
	width: 145px;
	height: 40px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	transition: background 0.1s linear;
}

.st-accordion {
	width: auto;
	position: relative;
	overflow: auto;
	margin-left: -40px;
	top: -40px;
	
}

.equipamentos_tabela {
	width: auto;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	line-height: 16px;
	overflow: hidden;
}
.equipamentos_tabela .linha {
	width: auto;
	height: 60px;
}
.equipamentos_tabela .descricao {
	width: 190px;
	min-width: 190px;
	height: 60px;
	color: #F06722;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.equipamentos_tabela .capacidade {
	width: 105px;
	min-width: 105px;
	height: 60px;
	color: #F06722;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.equipamentos_tabela .dimensoes {
	width: 100px;
	min-width: 100px;
	height: 60px;
	color: #F06722;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.equipamentos_tabela .descricao_art {
	width: 190px;
	min-width: 190px;
	height: 60px;
	color: #333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.equipamentos_tabela .capacidade_art {
	width: 105px;
	min-width: 105px;
	height: 60px;
	color: #333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.equipamentos_tabela .dimensoes_art {
	width: 100px;
	min-width: 100px;
	height: 60px;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.coordenadas {
	width: 215px;
	float: left;
	margin-left: 20px;
	overflow: auto;
}
.coordenadas a {
	text-transform: lowercase;
}
.morada {
	width: 215px;
	float: left;
	margin-bottom: 15px;
	overflow: auto;
}
.quad_mapa {
	width: 190px;
	height: 180px;
	float: right;
	margin-top: 15px;
	background-color:#333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: visible;
}

.st-accordion ul li{
	width: auto;
	max-width: 460px;
    height: 40px;
    border-bottom: 1px solid #CBCBCB;
    overflow: hidden;
	padding-top: 35px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
.st-accordion ul li:last-child{
	width: auto;
	max-width: 460px;
    height: 40px;
    border-bottom: 1px solid #CBCBCB;
    overflow: hidden;
	padding-top: 35px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}


.emp_colunas {
	width: auto;
	overflow: auto;
}
.empresa_footer {
	width: auto;
	height: 110px;
	padding-top: 10px;
	margin-top: 10px;
}

.logos_certificacao {
	width: auto;
	max-width: 340px;
	overflow: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBCBCB;
	margin-left: auto;
	margin-right: auto;
	
}
.logos_certificacao .logo {
	width: 130px;	
	margin-top: 20px;
}
.logos_certificacao .logo img {
	border: none;
}


.conteudo_individual {
	width: 100%;
	overflow: auto;
}

.hs-content_ultimo{
	height: 100%;
	width: 1250px;
	float: left;
	background-image: url(../images/fundo_menu.jpg);
	background-repeat: repeat;
	position: relative;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
.assinatura {
	width: 1230px;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	position: absolute;
	bottom: 0;
	padding-top: 20px;
	padding-left: 20px;
}

#automovel {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.hs-content {
	overflow-y: scroll;
	height: 100%;
	float: left;
	margin: 0;
	background: transparent;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	transition: background 0.3s linear;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F06722;
}
.hs-content1{
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	float: left;
	background: transparent;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	transition: background 0.3s linear;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F06722;
}
.hs-content:hover, .hs-content-active{
	background-color: #F1F1F1;
}
.hs-content:first-child{
}

.hs-inner{
	padding-bottom: 10px;
}
.hs-inner p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333333;
	line-height: 18px;
}
a.hs-totop-link{
	display: none;
	content: 'Voltar ao menu';
	position: fixed;
	z-index: 20;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #aaa;
	text-shadow: 1px 1px 1px #fff;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	border-top: 1px solid #cacaca;
}

/* ----- CLIENTES ----- */
.clientes_logos .logo:hover {
	background-position: bottom;
}

.entrar {
	border: none;
}

.espaco_formata {
	width: 600px;
	height: 30px;
	float: left;
}
.caixa_login {
	width: 140px;
	height: 20px;
	background-color: #1A1A1A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	color: #F06722;
	text-align: center;
}
input:focus {
	border: 1px solid #F06722;
	outline: none;
}


/* Media Queries */
@media screen and (max-width: 1024px) {
	.jspVerticalBar{
		opacity: 1;
	}
	.hs-content-scroller{
		overflow-x: hidden;
	}
	.hs-content:hover{
		background: transparent;
	}
	.hs-content-active:hover {
		background: #F1F1F1;
	}
}


/* Flexible Slide-to-top Accordion Style*/
.st-accordion ul li > a{
	font-family:'Conv_FuturaStd', Arial;
	font-size: 22px;
	display: block;
	position: relative;
	height: 40px;
	outline:none;
	-webkit-transition:  color 0.5s ease-in-out;
	-moz-transition:  color 0.5s ease-in-out;
	-o-transition:  color 0.5s ease-in-out;
	-ms-transition:  color 0.5s ease-in-out;
	transition:  color 0.5s ease-in-out;
	list-style: none;
	text-align: center;
	color: #CBCBCB;
	border-bottom:1px solid #CBCBCB;	
}
.st-accordion ul li > a span{
	/*background: transparent url(../images/down.png) no-repeat center center;*/
	text-indent:-9000px;
	width: 24px;
	height: 14px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	opacity:0;
}
.st-accordion ul li > a:hover{
	color: #F06722;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
	color: #F06722;
	border-bottom: 1px solid #F06722;
}
.st-accordion ul li.st-open {
	color: #F06722;
	border-bottom: 1px solid #F06722;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content, .st-content1 {
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.duas_colunas {
	width: 220px;
	overflow: auto;
	margin-bottom: 14px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	margin-top: 14px;
	float: left;
}
.st-content .lista, .st-content1 .lista {
	width: 460px;
	height: auto;
	overflow: visible;
	padding: 0px;
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;
	-moz-column-gap:20px; /* Firefox */
	-webkit-column-gap:20px; /* Safari and Chrome */
	column-gap:20px;
	margin-bottom: 14px;
}
.st-content .lista01, .st-content1 .lista01 {
	width: 460px;
	height: auto;
	overflow: visible;
	padding: 0px;
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;
	-moz-column-gap:20px; /* Firefox */
	-webkit-column-gap:20px; /* Safari and Chrome */
	column-gap:20px;
}
.st-content ul li, .st-content1 ul li {
	height: auto;
	overflow: visible;
}
.st-content ul, .st-content1 ul {
	padding: 0px;
	margin: 0px;
}
.st-content ul li, .st-content1 ul li {
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 20px;
	list-style-type: none;
	display: list-item;
	list-style-position: inside;
}
.st-content ul li:last-child, .st-content1 ul li:last-child {
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 20px;
	list-style-type: none;
	display: list-item;
	list-style-position: inside;
	margin-bottom:0px;
}
.lista ul li, .lista ul li:first-child, .lista ul li:last-child {
	list-style-type: disc;
	display: list-item;
	list-style-position: inside;
	color: #333333;
	height: auto;
}
.lista01 ul li, .lista01 ul li:first-child, .lista01 ul li:last-child {
	list-style-type: disc;
	display: list-item;
	list-style-position: inside;
	color: #333333;
	height: auto;
}

/* noticias */
.noticias-back {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color:rgba(31,31,31,0.95);
	z-index: 30;
	top: 0;
	display: none;
}
.carregarmais {
	float: left;
	width: 360px;
	padding: 12px 0;
	margin-left: -40px;
	background-color: #E5E5E5;
	font-family:'Conv_FuturaStd', Arial;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #CBCBCB;
}
.carregarmais a {
	color: #747474;
}
.noticia {
	width: 100%;
	float: left;
	margin-bottom: 24px;
}
.noticia .noticia-texto p {
	font-size: 12px;
	text-transform: none;
}
.noticia .tit {
	width: 100%;
	font-family:'Conv_FuturaStd', Arial;
	font-weight: normal;
	font-size: 18px;
	color: #f06722;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f06722;
}
.noticia p {
	margin-bottom: 4px;
}
.noticia .readmore {
	color: #f06722;
	font-size: 12px;
	text-transform: none;
	float: left;
	margin-top: 6px;
}

/* noticia */
.noticia-area {
	position: relative;
	width: 720px;
	margin: 0 auto;
	padding: 32px 0;
	display: none;
	z-index: 40;
}
.noticia-area-cnt {
	width: 100%;
	margin: 0;
	background-color: #f1f1f1;
	background-image: url(../images/fundo_conteudo.jpg);
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.noticia-area-cnt.activo {
	background-image: none;
}
.noticia-area-cnt .noticia-cnt {
	width: 479px;
	float: left;
	border-right: 1px solid #f06722;
	background-color: #f1f1f1;
	padding-bottom: 16px;
}
.noticia-cnt .titulo, .mais-noticias-cnt .titulo {
	width: 100%;
	float: left;
	margin-bottom: 18px;
	border-bottom: 1px solid #f06722;
	background-image: url(../images/fundo_conteudo.jpg);
}
.noticia-cnt .titulo h2, .mais-noticias-cnt .titulo h2 {
	font-family:'Conv_FuturaStd', Arial;
	font-weight: normal;
	font-size: 18px;
	color: #f06722;
	text-transform: uppercase;
	margin: 0 40px;
	padding: 28px 0 18px 0;
}
.noticia-cnt .data {
	float: left;
	margin: 6px 40px;
	color: #f06722;
}
.noticia-texto {
	width: 100%;
	height: 82px;
	overflow: hidden;
}
.noticia-cnt p {
	float: left;
	margin: 10px 40px;
}
.noticia-cnt .imgtop {
	float: left;
	margin: 10px 40px 0px 40px;
}
.noticia-cnt .media {
	float: left;
	margin: 18px 40px 0 40px;
}
.noticia-cnt .media img, .noticia-cnt .imgtop img, .noticia-cnt .videonot {
	border: 3px solid #E5E5E5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 24px;
}
.noticia-cnt .imgtop img {
	margin-bottom: 12px;
}

.noticia-area-cnt .mais-noticias-cnt {
	width: 240px;
	min-height: 400px;
	float: right;
	padding-bottom: 16px;
}
.mais-noticias-cnt .titulo {
	border-bottom: 1px solid #cbcbcb;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.mais-noticias-cnt .titulo h2 {
	color: #cbcbcb;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.mais-noticias-cnt .titulo.activo {
	border-bottom: 1px solid #f06722;
}
.mais-noticias-cnt .titulo.activo h2 {
	color: #f06722;
}
.mais-noticias-cnt ul {
	width: 160px;
	list-style: none;
	margin: 6px 40px;
	padding: 0;
	float: left;
}
.mais-noticias-cnt ul li {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #cbcbcb;
	font-weight: bold;
}
.mais-noticias-cnt ul li a {
	display: block;
	width: 100%;
	padding: 12px 0 10px 0;
	font-size: 12px;
	text-transform: none;
}
.mais-noticias-cnt ul li a:hover {
	color: #f06722;
}

.texto-noticia, .texto-noticia p {
	margin-top: 0;
	margin-bottom: 0;
}
.texto-noticia p {
	width: 406px;
}
.noticia-texto p {
	margin-top: 0;
	margin-bottom: 0;
}

.bottommenu {
	display: flex;
    width: 100%;
    position: absolute;
    bottom: 51px;
    /* margin: 0 36px; */
    text-align: center;
    height: 51px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #000;
    font-family: 'Conv_FuturaStd', Arial;
    /* width: 180px; */
    font-size: 12px;
    color: #000;
}

.bottommenu:hover {
	color: #000;
    background-image: url(../images/seta_menu.png);
    background-repeat: no-repeat;
    background-position: center top;
}