#news_data{
	font-size: 10px;
	color: #CCCCCC;
	vertical-align: top;
	line-height: 24px;
}

.limite_noticias{
	margin: 0 auto;
}

.limite_noticias li{
	list-style: none;
}

.limite_noticias li:not(:last-child){
  border-bottom: 1px dashed #ff9900;
}

.foto_noticia{
	width: 234px;
	margin-right: 50px;
}

.titulo_noticia, .texto_noticia{
	max-width: 635px;
}

#new{
	vertical-align: top;
	display: table-cell;
}

.titulo_noticia{
	font-size: 24px;
	height: 45px;
	line-height: 24px;
}

.texto_noticia{
	line-height: 20px;
}

.texto_noticia a{
	color:#ff9900;
}

#more_news{	
	font-size: 11px;
	text-align: center;
	display: table;
}

#more_news img{
	width:48px;
}

#news{
	display: table;
}

#news span{
	color:black;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}

#news img{
	width:5px;
}



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;margin-top: 200px;margin-left: 30px;
}

.texto_seccao{
  line-height: 20px;margin-left: 30px;
}

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

.DIVlimitador{
  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{
  width: 100%;
  position: relative;
  bottom: 15px;
  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);
}
.laranja{
	border-color: #ff9900;
}

.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;
  right:24px;
  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: fixed;
  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;
}

#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;
}

.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;
}
.subtitulo_o_que_fazemos{
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 8px;
  color:#ff9900;
}
b{font-weight: bold}