html, body{
	height: 100%;
}

body{
	font-family: 'Roboto', sans-serif !important;
	min-width:305px;
}

nav, .titulo_noticia, .subtitulo_o_que_fazemos{
	font-family: 'Abel', sans-serif !important;
}

.titulo_seccao{
	font-family: 'Playfair Display', sans-serif !important;
	font-size: 42px;
}

.texto_seccao{
	line-height: 20px;
}

#wrapper{
	position: relative;
	height: 100%;
	border-color:#000;
}

.DIVlimitador{
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.DIVlimitador:not(.navegacao){
	position: relative;
}

/* sections */

header, section{
	position: relative;
	overflow: hidden;
}

header{
	height:100%;
	//margin-top:0;
	background: #fff;
}

section{
	margin-bottom: 120px;
}

p{
	margin-bottom: 12px;
}

.conteudo_seccao{
	position: relative;
}

.linha_picotada_preto, .linha_picotada_branco{
	max-width: 1000px;
	position: absolute;
	border-bottom: 1px dashed #000;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

.linha_picotada_branco{
	border-color: #fff;
}

#menu_arrowtop, #arrow_movel, .white_arrowtop, .white_arrowbottom{
	width:29px;
	height:15px;
	background: url("../img/imgs.png") -183px -17px no-repeat;
	position: absolute;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

#arrow_movel{
	background-position: -183px -1px;
}

.white_arrowtop{
	top: 0;
	background-position: -183px -33px;
}

.white_arrowbottom{
	bottom: 0;
	background-position: -183px -49px;
}

/* MENU */

nav{
	text-transform:uppercase;
}

.nav-min-btn_open, .nav-min-btn_close{
	cursor: pointer;
	position: absolute;
	top:18px;
	background: url("../img/imgs.png") -228px -203px no-repeat;
}

.nav-min-btn_open{
	width:41px;
	height:33px;
	display: none;
	z-index: 101;
}

.nav-min-btn_close{
	width: 33px;
	height: 33px;
	background-position: -361px -3px;
	z-index: 100;
}

.caixa_movel{
	height: 35px;
	width: 100%;
	z-index:99;
	left:0;
	background: #fff;
	border-top: 4px solid #ff9900;
}

div.logo_movel{
	margin-top: 30px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	overflow: hidden;
	z-index: 150;
}

.minimenu{
	top:0;
}

.menu{
	z-index: 100;
}

.movel {
	position: fixed;
}

.fixed {
    position: fixed !important;
}

.right{
	right: 0;
	font-size: 14px;
}

.menu li{
	float: left;
}

.menu li:first-child{
	margin-left: 7px;
}

.menu li a{
	color: black;
}

.menu li.active a{
	color:#ff9900;
}

.menu .active{
	background: url('../img/imgs.png') 0px -253px no-repeat;
}


.menu li.languageSelector{margin-right:3px !important;margin-left:3px !important;}
.menu li.languageSelector.barSeparator{display:block;}
.menu li.languageSelector.marked a{color:#ff9900;}

#overlay{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 200;
	background: #ff9900;
	top: 0;
	left: 0;
	font-size: 18px;
}

#overlay li{
	margin-bottom: 20px;
	padding-left: 30px;
}

#overlay li a{
	color:#000;
}

#overlay .caixa_movel{
	background: transparent;
	position: absolute;
	top: 0;border-top-color: white;
}

#overlay #logo_movel{
	display: block;
}

#overlay .linha_picotada_branco{
	top: 285px;
	max-width: 95%;
}

#overlay #menu1, #right_menu1{
	position: absolute;
	top: 324px;
}

#overlay #menu1{
	top: 120px;
}

#overlay .active {
	background: url('../img/imgs.png') 0 -236px no-repeat;
}

#overlay .active a{
	color:#fff;
}

#overlay li.languageSelector.barSeparator{display:none;}
#overlay li.languageSelector.marked a{color:#ffffff;}

.caixa_movel .white_arrowtop{
	top:0px;
}



/*	RODAPE	*/
#rodape{
	background: #ff9900;
	position: relative;
	text-align: center;
	height:110px;
}

.linkedin, .siga-nos, .copyright{
	position: absolute;
}

.linkedin, .siga-nos{
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 12px;
}

.linkedin, .copyright{
	top: 50%;
}

.linkedin{
	width:51px;
	height:51px;
	background: url("../img/imgs.png") -290px -141px no-repeat;
}

.copyright{
	color: #fff;
	font-size: 12px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

#rodape a{
	color:#000;
}