/*------------------------------------*\
    Importa fonte Open Sans
\*------------------------------------*/
@font-face {
    font-family: 'OpenSans';
    src: url('https://gsibrasil.ind.br/site/fontes/opensans/OpenSans-Light.ttf') format('truetype');
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
  }

  @font-face {
    font-family: 'OpenSans';
    src: url('https://gsibrasil.ind.br/site/fontes/opensans/OpenSans-Regular.ttf') format('truetype');
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
  }

  @font-face {
    font-family: 'OpenSans';
    src: url('https://gsibrasil.ind.br/site/fontes/opensans/OpenSans-Medium.ttf') format('truetype');
    font-stretch: 100%;
    font-style: normal;
    font-weight: 600;
  }

  @font-face {
    font-family: 'OpenSans';
    src: url('https://gsibrasil.ind.br/site/fontes/opensans/OpenSans-Bold.ttf') format('truetype');
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
  }

  @font-face {
    font-family: 'OpenSans';
    src: url('https://gsibrasil.ind.br/site/fontes/opensans/OpenSans-ExtraBold.ttf') format('truetype');
    font-stretch: 100%;
    font-style: normal;
    font-weight: 800;
  }

/*------------------------------------*\
    Importa fonte nunito
\*------------------------------------*/

@font-face {
    font-family: 'Nunito';
    src: url('https://gsibrasil.ind.br/site/fontes/nunito/NunitoSans-Regular.ttf') format('truetype');
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
  }

  @font-face {
    font-family: 'Nunito';
    src: url('https://gsibrasil.ind.br/site/fontes/nunito/NunitoSans-SemiBold.ttf') format('truetype');
    font-stretch: 100%;
    font-style: normal;
    font-weight: 600;
  }


/*------------------------------------*\
    Importa fonte Damion
\*------------------------------------*/

@font-face {
    font-family: 'Damion';
    src: url('https://gsibrasil.ind.br/site/fontes/damion/Damion-Regular.ttf') format('truetype');
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
  }

/*------------------------------------*\
    Scroolbars
\*------------------------------------*/
::-webkit-scrollbar {
    width: 8px;
    padding: 2px;
}
::-webkit-scrollbar-track {
    background-color: #231f20;
    /*border-left: 1px solid #ccc;*/
}
::-webkit-scrollbar-thumb {
    background-color:#fdb945;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #4a310b;
}

/*------------------------------------*\
    RESET gdebrasil
\*------------------------------------*/
*
{
	margin:0;
	padding:0;
	border:0px;
	outline:0px;
	text-decoration:none;
	list-style:none;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	font-family:inherit;
	font-style:inherit;
	font-size:inherit;
	font-family: 'OpenSans', sans-serif;
/*	font-family: 'Damion', cursive;*/
}
html,
body {
	width: 100%;
  	height: 100%;
	background:#FFF;
}
a{
 color:inherit;
}
i {
 font-style: italic;
}

u{
  text-decoration:underline !important;
}

input {
    /*-webkit-appearance: textfield;*/
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-writing-mode: horizontal-tb !important;
    text-overflow: ellipsis;
}

/*------------------------------------*\
    Estrutura topo
\*------------------------------------*/

.topo {
	width: 100%;
	height: 200px;
  position: absolute;
  top: 0px;
  z-index: 9999;
  background: url(../imgs/fundo_menu.png) repeat-x;
  background-position: bottom;
  /*background: rgba(30,30,42,1);
background: -moz-linear-gradient(top, rgba(30,30,42,1) 0%, rgba(30,30,42,1) 63%, rgba(30,30,42,1) 75%, rgba(30,30,42,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,30,42,1)), color-stop(63%, rgba(30,30,42,1)), color-stop(75%, rgba(30,30,42,1)), color-stop(100%, rgba(30,30,42,0)));
background: -webkit-linear-gradient(top, rgba(30,30,42,1) 0%, rgba(30,30,42,1) 63%, rgba(30,30,42,1) 75%, rgba(30,30,42,0) 100%);
background: -o-linear-gradient(top, rgba(30,30,42,1) 0%, rgba(30,30,42,1) 63%, rgba(30,30,42,1) 75%, rgba(30,30,42,0) 100%);
background: -ms-linear-gradient(top, rgba(30,30,42,1) 0%, rgba(30,30,42,1) 63%, rgba(30,30,42,1) 75%, rgba(30,30,42,0) 100%);
background: linear-gradient(to bottom, rgba(30,30,42,1) 0%, rgba(30,30,42,1) 63%, rgba(30,30,42,1) 75%, rgba(30,30,42,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e2a', endColorstr='#1e1e2a', GradientType=0 );
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;*/
}

.logo {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 20px;
  width: 130px;
  display: block;
}
.logo_menu2 {
  position: absolute;
  left: 50%;
  margin-left: -560px;
  top: 12px;
  width: 58px;
  opacity: 0;
  z-index: 99999999999999;
  -moz-transition: all 100ms ease;
-webkit-transition: all 100ms ease;
-ms-transition: all 100ms ease;
-o-transition: all 100ms ease;
}
.linguagem {
  width: 180px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 50%;
  margin-right: -250px;
  top: 30px;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #FFF;
  display: inline-block;
}
.linguagem h2{
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  float: left;
  line-height: 53px;
  margin-right: 6px;
}
.linguagem li {
  font-weight: 700;
  float: left;
  margin-right: 6px;
}
.lativo {
  color: #fdb945;
}
.busca {
  width: 270px;
  height: 40px;
  position: absolute;
  right: 50%;
  margin-right: -500px;
  top: 35px;
  font-family: 'Nunito', sans-serif;
}
.search.icon {
  color: #fff;
  position: absolute;
  left: 8px;
  top: 12px;
  margin-top: 2px;
  margin-left: 8px;
  width: 12px;
  height: 12px;
  border: solid 1px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search.icon:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 5px;
  height: 6px;
  width: 1px;
  background-color: currentColor;
}
.busca input[type='text']{
  width: 227px;
  height: 40px;
  border: 1px solid #fff;
  float: right;
  position: relative;
  background: rgba(0, 0, 0, 0);
  padding: 0 0 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.busca input::placeholder {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.busca button {
  position: absolute;
  right: 22px;
  top: 12px;
  z-index: 99;
  cursor: pointer;
}
.arrow-right.icon {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  margin-left: 2px;
  margin-top: 19px;
  width: 6px;
  height: 1px;
  background-color: currentColor;
  right: 15px;
}
.arrow-right.icon:before {
  content: '';
  position: absolute;
  right: 0px;
  top: -3px;
  width: 6px;
  height: 6px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


.nav {
  width: 1000px;
  height: 33px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  font-family: 'Nunito', sans-serif;
  display: block;
  z-index: 9999999999999999999999999;
  top: 100px;
}
/*primeiro nivel*/
.nav ul {
  width: 100%;
  height: 33px;
  position: relative;
  align-items: stretch;
  float: right;

}

.nav ul li {
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-bottom: 3px solid rgba(0,0,0,0);
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-weight: 700;
  text-align: center;
	margin: 10px 12px 0 13px;
    font-size: 13px;
  float: left;
  /*background-color: #55e6a7;
  cursor: pointer;*/
  position: relative;

}
.nav ul li:hover {
  border-bottom: 3px solid rgba(245,179,53,1);
}

/*segundo nivel*/
.nav ul li ul {
  position: absolute !important;
  left: 0px;
  top: 30px;
  width: auto !important;
  height: auto !important;
  white-space: nowrap;
  background: rgba(32, 30, 32, 0.7);
  padding: 1px 0px 0px 0;
  visibility: hidden;
  opacity: 0;
}
.nav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.nav ul li ul li{
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-bottom: 0px solid rgba(0,0,0,0) !important;
  border-left: 3px solid rgba(0,0,0,0);
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-weight: 500 !important;
  text-align: center;
  margin: 0 0 0 0;
  font-size: 13px;
  /*cursor: pointer;*/
  padding: 0 15px 0 5px;
  width: 100%;
  text-align: left;
  position: relative;
}
.nav ul li ul li:hover {
    color:#1e1e2a;
    background: #f5b335;
}
/*terceiro nivel*/
.nav ul li ul li ul {
  position: absolute !important;
  left: 100%;
  margin-left: 0px;
  top: 0px;
  width: auto !important;
  height: auto !important;
  white-space: nowrap;
  background: rgba(32, 30, 32, 0.7);
  padding: 0;

}/*
.nav ul li ul li:hover ul {
  visibility: visible !important;
  opacity: 1 !important;
}*/

/*quarto nivel*/
.nav ul li ul li ul li ul{
  position: absolute !important;
  left: 100%;
  margin-left: 0px;
  top: 0px;
  width: auto !important;
  height: auto !important;
  white-space: nowrap;
  background: rgba(32, 30, 32, 0.7);
  padding: 0;

}
/*
.nav ul li ul li ul li:hover ul{
  visibility: visible !important;
  opacity: 1 !important;
  }*/
.menu_rolagem {
  width: 100%;
  height: 60px;
  top: 0px;
  background: rgba(30,30,42,1);
  position: fixed;
  z-index: 999999999;
  display: none;
}
.caminho {
  width: 100%;
  height: 20px;
  position: fixed;
  top: 60px;
  background: rgba(245,179,53,0.8);
  z-index: 999;
  display: none;
}
.caminho span {
  width: 1000px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -555px;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
}
.caminho span a {
  font-size: 9px;
  font-weight: 900;
}
.caminho span a:hover {
  text-decoration:underline;
}
/*------------------------------------*\
    Estrutura conteudo
\*------------------------------------*/
.fundo_cinza_inicial {
	width: 100%;
	height: 555px;
	background: #e9e9e9;
	position: relative;
	z-index: 999;
}
.fundo_cinza_inicial h3{
    width: 1000px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    font-size: 24px;
    color: #f5b335;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 470px;
    font-weight: 500;
}
.destaques_inicial {
    width: 1000px;
    height: 555px;
    left: 50%;
    margin: -70px 0 0 -500px;
    position: absolute;
    z-index: 999;
}
.destaques_inicial ul{
  width: 1000px;
  height: 555px;
}
.destaques_inicial ul li{
    width: 310px;
    height: 470px;
    background: #fff;
    display: table-cell;
    float: left;
    position: relative;
    margin: 0 10px 0 10px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.destaques_inicial ul li:hover{
    box-shadow: 0px 3px 42px rgb(176, 176, 176);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.destaques_inicial ul li img{
    width: 100%;
    height: auto;
}
.destaques_inicial ul li h1{
    width: 100%;
    height: auto;
    font-size: 18px;
    text-align: left;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding: 0px 0 0 20px;
    letter-spacing: -1px;
	margin-top:30px;
}
.destaques_inicial ul li h2{
    width: 100%;
    height: auto;
    font-size: 28px;
    text-align: left;
    font-weight: 100;
    color: #000;
    position: relative;
    padding: 0px 0 0 20px;
    letter-spacing: 0;
    font-family: 'Damion', cursive;
    line-height: 10px;
}
.destaques_inicial ul li hr {
    width: 30px;
    height: 2px;
    background: #f5b335;
    position: relative;
    margin: 20px 0 0 20px;
}
.destaques_inicial ul li p {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 20px 0 20px;
    font-weight: 300;
    font-size: 13px;
    color: #727272;
    text-align: left;
	line-height:20px;
}
.depoimentos_inicial {
  width: 100%;
  height: 555px;
  background-image: url(../imgs/fundo_depoimentos_inicial.jpg);
  background-size: 100% 100%;
  position: relative;
  z-index: 999;
}
.video {
    width: 500px;
    height: 281px;
    position: absolute;
    left: 50%;
    margin-left: -480px;
    margin-top: 120px;
}
.marca {
    width: auto;
    height: 110px;
    position: absolute;
    right: 50%;
    margin-right: -380px;
    margin-top: 70px;
}
.depoimentos_inicial h1 {
    width: 410px;
    height: auto;
    position: absolute;
    right: 50%;
    margin-right: -500px;
    font-size: 17px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    line-height: 20px;
    margin-top: 220px;
    letter-spacing: 0px;
}
.depoimentos_inicial h1 span{
    font-weight: 700;
}
.dado1 {
    width: 120px;
    height: 110px;
    position: absolute;
    right: 50%;
    margin-right: -211px;
    margin-top: 325px;
}
.dado1 h2 {
    width: 100%;
    height: auto;
    position: relative;
	float:left;
	left:0%;
    font-size:32px;
	font-weight:900;
	text-align:left;
	color:#FFF;
}
.dado1 p {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    left: 0%;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
    line-height: 13px;
}
.dado2 {
    width: 120px;
    height: 110px;
    position: absolute;
    right: 50%;
    margin-right: -350px;
    margin-top: 325px;
}
.dado2 h2 {
    width: 100%;
    height: auto;
    position: relative;
	float:left;
	left:0%;
    font-size:32px;
	font-weight:900;
	text-align:left;
	color:#FFF;
}
.dado2 p {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    left: 0%;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
    line-height: 13px;
}
.dado3 {
    width: 120px;
    height: 110px;
    position: absolute;
    right: 50%;
    margin-right: -500px;
    margin-top: 325px;
}
.dado3 h2 {
    width: 100%;
    height: auto;
    position: relative;
	float:left;
	left:0%;
    font-size:32px;
	font-weight:900;
	text-align:left;
	color:#FFF;
}
.dado3 p {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    left: 0%;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
    line-height: 13px;
}
.botao_depo {
    width: 250px;
    height: 50px;
    position: absolute;
    right: 50%;
    margin-right: -345px;
    border: 3px solid #fff;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    padding: 12px 0 0 0;
    margin-top: 445px;
    text-transform: uppercase;
    font-weight: 700;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.botao_depo:hover {
    border: 3px solid #f5b335;
	color: #f5b335;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.news_inicial {
	width: 100%;
	height: 790px;
	background: #262836;
	position: relative;
	margin: 100px 0 140px 0;
}
.news_inicial h1{
    width: 1000px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -500px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 20px;
    top: 50px;
}
.lado1 {
	width: 495px;
    height: 700px;
    position: relative;
    float: left;
    left: 50%;
    margin-left: -500px;
    margin-top: 100px;
}
.lado1 ul{
	width: 495px;
	height:700px;
}
.lado1 ul li ol {
  opacity: 0;
  position: relative;
}
.lado1 ul li img {
  filter: none;
  transition: 0.3s;
}
.lado1 ul li:hover img {
  filter: grayscale(100%) brightness(20%);
}
.lado1 ul li:hover ol {
  opacity: 1;
}
.um {
	width: 495px;
  height: 255px;
  margin-top: 22px;
}
.um img {
	width: 495px;
  height: 242px;
}
.overlay_um {
  width: 495px;
  height: 242px;
  position: absolute;
  background: url(../imgs/overlay.png);
  z-index: 999;
  top: 0px;
  left: 0px;
  opacity: 0;
  -moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.overlay_um:hover {
  opacity: 1;
}
.tit_not {
	width: 495px;
    height: 225px;
    background: #f5b335;
    margin-top: 4px;
}
.tit_not:hover {
  background: #cc942a;
}

.tit_not h2{
    width: auto;
    height: auto;
    font-size: 32px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    padding: 30px 0 0 60px;
    line-height: 31px;
}
.tit_not h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 6px 3px 60px;
    line-height: 13px;
}
.tit_not p{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 60px;
}
.tit_not p1{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 60px;
    position: relative;
    top: 25px;
}
.dois{
	width: 495px;
    height: 212px;
    margin-top: -20px;
    position: relative;
}
.dois img{
    width: 240px;
    height: 213px;
}
.overlay_dois {
  width: 240px;
  height: 213px;
  position: absolute;
  background: url(../imgs/overlay.png);
  z-index: 999;
  top: 0px;
  left: 0px;
  opacity: 0;
  -moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.overlay_dois:hover {
  opacity: 1;
}
.tit_not2 {
    width: 245px;
    height: 213px;
    background: #f5b335;
    position: relative;
    float: right;
}
.tit_not2:hover {
  background: #cc942a;
}
.tit_not2 h2{
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    padding: 30px 0 0 20px;
    line-height: 25px;
}
.tit_not2 h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 20px;
    line-height: 13px;
}
.tit_not2 p{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 20px;
}
.tit_not2 p1{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left:20px;
    position: relative;
    top: 25px;
}
.lado2 {
	width: 495px;
    height: 700px;
    position: relative;
    float: right;
    right: 50%;
    margin-right: -500px;
    margin-top: 100px;
}
.lado2 ul{
	width: 495px;
	height:700px;
}

.noticia1 {
	width: 495px;
    height: 243px;
    position: relative;
    float: right;
}
.noticia1 img{
  width: 245px;
  height: 242px;
	position:relative;
	float:right;
}
.overlay_noticia1 {
  width: 245px;
  height: 242px;
  position: absolute;
  background: url(../imgs/overlay.png);
  z-index: 999;
  top: 0px;
  right: 0px;
  opacity: 0;
  -moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.overlay_noticia1:hover {
  opacity: 1;
}

.noticia_extra01 {
  width: 245px;
  height: 242px;
  position: absolute;
  right: 0px;
  z-index: 3;
}
.noticia_extra01 img{
  width: 100%;
  position: absolute;
  transition: 0.3s;
}
.noticia_extra01:hover img{
  filter: grayscale(100%) brightness(20%);
}
.noticia_extra01 h2{
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
  padding: 30px 0 0 15px;
    line-height: 25px;
    display: none;
}
.noticia_extra01 h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 15px;
    line-height: 13px;
    display: none;
}
.noticia_extra01 p{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 17px;
    display: none;
}
.noticia_extra01 p1{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 15px;
    position: relative;
    top: 25px;
    display: none;
}
.overlay_noticia_extra01 {
  width: 245px;
  height: 225px;
  position: absolute;
  background: url(../imgs/overlay.png);
  z-index: 9;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  -moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.noticia_extra01:hover h2{
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra01:hover h3 {
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra01:hover p {
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra01:hover p1 {
  display: block;
  position: relative;
  z-index: 9999;
}
.noticia_extra01:hover .overlay_noticia_extra01 {
  opacity: 1;
}



.noticia_extra02 {
  width: 240px;
  height: 225px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.noticia_extra02 img{
  width: 100%;
  position: absolute !important;
  transition: 0.4s;
}
.noticia_extra02:hover img {
  filter: grayscale(100%) brightness(20%);
}
.noticia_extra02 h2{
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
  padding: 30px 0 0 15px;
    line-height: 25px;
    display: none;
}
.noticia_extra02 h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 15px;
    line-height: 13px;
    display: none;
}
.noticia_extra02 p{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 17px;
    display: none;
}
.noticia_extra02 p1{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 15px;
    position: relative;
    top: 25px;
    display: none;
}
.overlay_noticia_extra02 {
  width: 245px;
  height: 225px;
  position: absolute;
  background: url(../imgs/overlay.png);
  z-index: 9;
  top: 0px;
  left: 0px;
  opacity: 0;
  -moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.noticia_extra02:hover h2{
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra02:hover h3 {
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra02:hover p {
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra02:hover p1 {
  display: block;
  position: relative;
  z-index: 9999;
}
.noticia_extra02:hover .overlay_noticia_extra02 {
  opacity: 1;
}



.noticia_extra03 {
  width: 240px;
  height: 213px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.noticia_extra03 img{
  width: 100%;
  position: absolute !important;
  transition: 0.4s;
}
.noticia_extra03:hover img {
  filter: grayscale(100%) brightness(20%);
}
.noticia_extra03 h2{
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
  padding: 30px 0 0 15px;
    line-height: 25px;
    display: none;
}
.noticia_extra03 h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 15px;
    line-height: 13px;
    display: none;
}
.noticia_extra03 p{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 17px;
    display: none;
}
.noticia_extra03 p1{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 15px;
    position: relative;
    top: 25px;
    display: none;
}
.overlay_noticia_extra03 {
  width: 240px;
  height: 213px;
  position: absolute;
  background: url(../imgs/overlay.png);
  z-index: 9;
  top: 0px;
  left: 0px;
  opacity: 0;
  -moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.noticia_extra03:hover h2{
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra03:hover h3 {
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra03:hover p {
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra03:hover p1 {
  display: block;
  position: relative;
  z-index: 9999;
}
.noticia_extra03:hover .overlay_noticia_extra03 {
  opacity: 1;
}



.noticia_extra04 {
  width: 240px;
  height: 213px;
  position: absolute;
  left: 0px;
  z-index: 7;
}
.noticia_extra04 img{
  width: 100%;
  position: absolute;
}
.noticia_extra04 h2{
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
  padding: 30px 0 0 15px;
    line-height: 25px;
    display: none;
}
.noticia_extra04 h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 15px;
    line-height: 13px;
    display: none;
}
.noticia_extra04 p{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 17px;
    display: none;
}
.noticia_extra04 p1{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 15px;
    position: relative;
    top: 25px;
    display: none;
}
.overlay_noticia_extra04 {
  width: 240px;
  height: 213px;
  position: absolute;
  background: url(../imgs/overlay.png);
  z-index: 9;
  top: 0px;
  left: 0px;
  opacity: 0;
  -moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.noticia_extra04:hover h2{
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra04:hover h3 {
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra04:hover p {
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra04:hover p1 {
  display: block;
  position: relative;
  z-index: 9999;
}
.noticia_extra04:hover .overlay_noticia_extra04 {
  opacity: 1;
}




.tit_not3 {
	width: 240px;
    height: 242px;
    background: #f5b335;
    position: relative;
    float: left;
    overflow: hidden;
}
.tit_not3:hover {
  background: #cc942a;
}
.tit_not3 h2{
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
	padding: 30px 0 0 15px;
    line-height: 25px;
}
.tit_not3 h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 15px;
    line-height: 13px;
}
.tit_not3 p{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 17px;
}
.tit_not3 p1{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 15px;
    position: relative;
    top: 25px;
}
.noticia2 {
	width: 495px;
    height: 225px;
    position: relative;
    float: right;
    margin: 8px 0 0 0;
}
.noticia2 img{
	width: 240px;
    height: 225px;
	position:relative;
	float:left;
}
.overlay_noticia2 {
  width: 240px;
  height: 225px;
  position: absolute;
  background: url(../imgs/overlay.png);
  z-index: 999;
  top: 0px;
  left: 0px;
  opacity: 0;
  -moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.overlay_noticia2:hover {
  opacity: 1;
}
.tit_not4 {
    width: 245px;
    height: 225px;
    background: #f5b335;
    position: relative;
    float: right;
}
.tit_not4:hover {
  background: #cc942a;
}
.tit_not4 h2{
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
	padding: 30px 0 0 15px;
    line-height: 25px;
}
.tit_not4 h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 15px;
    line-height: 13px;
}
.tit_not4 p{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 17px;
}
.tit_not4 p1{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 15px;
    position: relative;
    top: 25px;
}


.noticia3 {
	width: 495px;
    height: 213px;
    position: relative;
    float: right;
    margin: 10px 0 0 0;
}
.noticia3 img{
	width: 240px;
    height: 213px;
	position:relative;
	float:left;
}
.overlay_noticia3 {
  width: 240px;
  height: 213px;
  position: absolute;
  background: url(../imgs/overlay.png);
  z-index: 999;
  top: 0px;
  left: 0px;
  opacity: 0;
  -moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.overlay_noticia3:hover {
  opacity: 1;
}
.tit_not5 {
    width: 245px;
    height: 213px;
    background: #f5b335;
    position: relative;
    float: right;
}
.tit_not5:hover {
  background: #cc942a;
}
.tit_not5 h2{
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
	padding: 30px 0 0 15px;
    line-height: 25px;
}
.tit_not5 h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 15px;
    line-height: 13px;
}
.tit_not5 p{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 17px;
}

.tit_not5 p1{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 15px;
    position: relative;
    top: 25px;
}
.conteudo {
    max-width: 1000px;
    min-height: 300px;
    margin: 0px auto 10px auto;
    text-align: justify;
    position: relative;
    z-index: 99;
}
.conteudo:after  {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
    overflow:hidden;
}
.produtos {
    width: 100%;
    height: 350px;
	position:relative !important;
}
.produtos ul{
	width:100% !important;
    height: 350px !important;
	position:absolute !important;

}
.produtos ul li{
    width: 220px;
    height: auto;
    display: table-cell;
    float: left;
    margin: 25px 15px 30px 15px;
    position: relative;
}
.detalhe100 {
    width: 100%;
    height: 300px;
    position: relative;
    background: #5e7d6c;
    margin: 20px 0;
}
.titulo {
    width: 100%;
    height: 78px;
    background: #fdb945;
    position: relative;
    font-weight: normal;
    margin-top: 226px;
}
.titulo h1{
    position: absolute;
    width: 1000px;
    height: 40px;
    line-height: 80px;
    left: 50%;
    margin-left: -570px;
    font-weight: 800;
    text-align: left;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}
/*------------------------------------*\
    Estrutura rodape
\*------------------------------------*/

.agco {
  width: 290px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 30px;
  color: #fff;
  font-size: 11px;
  z-index: 99999999;
}
.agco img{
  height: 100%;
  }

.newsletter {
    width: 100%;
    height: 150px;
    position: relative;
    background: #c4c4c4;
}
.newsletter h1{
    width: auto;
    height: auto;
    color: #2c2c2c;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    margin-top: 60px;
    line-height: 18px;
}
.footer {
    width: 100%;
    height: 620px;
    position: relative;
    background: #252634;
}
.logo_footer {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 80px;
  width: 260px;
}
.logo_footer_01 {
    position: absolute;
    left: 50%;
    margin-left: -220px;
    top: 70px;
    width: auto;
}
.endereco {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -500px;
	margin-top: 195px;
    font-size: 13px;
    color: #FFF;
    font-weight: 400;
    text-align: left;
    line-height: 19px;
}
.ico1{
    width: 35px;
    height: 35px;
    background: #303744;
    border-radius: 20px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    margin-top: 385px;
    padding: 8px 0 0 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.ico1:hover {
    background: #f5b335;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.ico2{
    width: 35px;
    height: 35px;
    background: #303744;
    border-radius: 20px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -455px;
    margin-top: 385px;
    padding: 8px 0 0 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.ico2:hover {
    background: #f5b335;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.ico3{
    width: 35px;
    height: 35px;
    background: #303744;
    border-radius: 20px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -410px;
    margin-top: 385px;
    padding: 8px 0 0 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.ico3:hover {
    background: #f5b335;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.ico4{
    width: 35px;
    height: 35px;
    background: #303744;
    border-radius: 20px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -455px;
    margin-top: 385px;
    padding: 8px 0 0 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.ico4:hover {
    background: #f5b335;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.ico5{
    width: 35px;
    height: 35px;
    background: #303744;
    border-radius: 20px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -367px;
    margin-top: 385px;
    padding: 8px 0 0 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.ico5:hover {
    background: #f5b335;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.footer hr {
    width: 545px;
    height: 1px;
    margin-top: 120px;
    background: #f5b335;
    position: absolute;
    right: 50%;
    margin-right: -500px;
}
.menu_rodape {
    width: 693px;
    height: 300px;
    position: absolute;
    right: 50%;
    margin-right: -500px;
    margin-top: 170px;
    display: flex;
    flex-flow: column wrap;
}
.menu_rodape ul{
  width: 100%;
  height: 350px;
  display: flex;
  flex-flow: column wrap;
}
.menu_rodape ul h1{
 width: auto;
  height: auto;
  position:relative;
  float:left;
  margin: 0 20px 0px 0;
}
.menu_rodape ul li {
  width: auto;
  height: auto;
    font-size: 10px;
    color: #FFF;
    text-align: left;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.menu_rodape ul li:hover {
  color: #f5b335;
  }
.menu_rodape ul ul{
  width: 170px;
  height: auto;
  display: flex;
  flex-flow: column wrap;
  margin-right: 20px;
  }
.menu1 {
    width: auto;
    height: auto;
	position:relative;
	float:left;
	margin: 0 20px 0px 0;
}
.menu1 h1 {
	width: 100%;
    height: auto;
    font-size: 11px;
    color: #FFF;
    text-align: left;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.menu1 h1 a:hover {
	color:#f5b335;
}
.menu2 {
    width: auto;
    height: auto;
	position:relative;
	float:left;
	margin: 0 20px 0px 0;
}
.menu2 h1 {
	width: 100%;
    height: auto;
    font-size: 11px;
    color: #FFF;
    text-align: left;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.menu2 h1 a:hover {
	color:#f5b335;
}
.menu3 {
    width: auto;
    height: auto;
	position:relative;
	float:left;
	margin: 0 20px 0px 0;
}
.menu3 h1 {
	width: 100%;
    height: auto;
    font-size: 11px;
    color: #FFF;
    text-align: left;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.menu3 h1 a:hover {
	color:#f5b335;
}
.menu4 {
    width: auto;
    height: auto;
	position:relative;
	float:left;
	margin: 0 20px 0px 0;
}
.menu4 h1 {
	width: 100%;
    height: auto;
    font-size: 11px;
    color: #FFF;
    text-align: left;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.menu4 h1 a:hover {
	color:#f5b335;
}
.menu5 {
    width: auto;
    height: 195px;
	position:relative;
	float:left;
}
.menu5 h1 {
	width: 100%;
    height: auto;
    font-size: 11px;
    color: #FFF;
    text-align: left;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.menu5 h1 a:hover {
	color:#f5b335;
}

.gdebrasil {
    position: absolute;
    right: 50%;
    margin-right: -500px;
    width: 98px;
    height: 19px;
    transition: all .60s;
    -moz-transition: all .60s;
    -webkit-transition: all .60s;
    z-index: 99999;
    bottom: 15px;
}
.gdebrasil img{
    position: absolute;
    right: 0px;
    bottom: 0px;
    transition: all .60s ;
    -moz-transition: all .60s;
    -webkit-transition: all .60s;
    z-index: 99999;
    width: 90px;
}
.gdebrasil p{
    position: absolute;
    right: 21px;
    bottom: 4px;
    transition: all .60s ;
    -moz-transition: all .60s;
    -webkit-transition: all .60s;
    z-index: 99999;
    font-size: 9px;
    color: #e45b00;
}
.gdebrasil i{
	width: 79px;
	height: 19px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../imgs/gdebrasil1.png);
	opacity: 0;
	z-index: 99999;
}
.gdebrasil:hover i {
	opacity: 1;
	z-index: 99999;
}
.gdebrasil:hover p {
	right: 100px;
	z-index: 99999;
}

.gdebrasil_interna {
    position: absolute;
    right: 50%;
    margin-right: -500px;
    width: 98px;
    height: 19px;
    transition: all .60s;
    -moz-transition: all .60s;
    -webkit-transition: all .60s;
    z-index: 99999;
    margin-top: 100px;
}
.gdebrasil_interna img{
	position: absolute;
	right: 0px;
	bottom: 0px;
	transition: all .60s ;
	-moz-transition: all .60s;
	-webkit-transition: all .60s;
	z-index: 99999;
}
.gdebrasil_interna p{
	position: absolute;
	right: 21px;
	bottom: 4px;
	transition: all .60s ;
	-moz-transition: all .60s;
	-webkit-transition: all .60s;
	z-index: 99999;
	font-size: 9px;
	color: #e45b00;
}
.gdebrasil_interna i{
	width: 79px;
	height: 19px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../imgs/gdebrasil1.png);
	opacity: 0;
	z-index: 99999;
}
.gdebrasil_interna:hover i {
	opacity: 1;
	transition: all .80s;
	-moz-transition: all .80s;
	-webkit-transition: all .80s;
	z-index: 99999;
}
.gdebrasil_interna:hover p {
	right: 100px;
	transition: all .80s;
	-moz-transition: all .80s;
	-webkit-transition: all .80s;
	z-index: 99999;
}
.gdebrasil_interna:hover img {
	right: 79px;
	transition: all .80s;
	-moz-transition: all .80s;
	-webkit-transition: all .80s;
    -ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
	z-index: 99999;
}
.copy {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    height: 20px;
    bottom: 22px;
    text-align: center;
    color: #fff;
    font-size: 11px;
}
.form {
    width: 500px;
    height: 60px;
    position: absolute;
    right: 50%;
    margin-right: -430px;
    z-index: 99;
    margin-top: 50px;
}
.botao {
    width: 320px;
    height: 60px;
    font-size: 17px;
    font-weight: 300;
    color: #7c7c7c;
    text-align: center;
    padding: 8px 0 0 0;
    background: #FFF;
    position: relative;
    float: left;
}
.botao2 {
    width: 180px;
    height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 18px;
    background: #f6343f;
    position: relative;
    float: right;
    font-weight: 500;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.botao2:hover {
    background: #dd1d28;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.banner_interna {
	width: 100%;
    height: auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 0px;
}
.seta_esquerda_mar {
	margin-top: 170px;
	position: relative;
	cursor: pointer;
	float: left;
	width: 24px;
	height: 24px;
	margin-left: -40px;
	background: url(../imgs/seta_esquerda_cli.png) no-repeat;
}
.seta_direita_mar {
	margin-top: 170px;
	margin-right: -50px;
	cursor: pointer;
	position: relative;
	float: right;
	width: 24px;
	height: 24px;
	background: url(../imgs/seta_direita_cli.png) no-repeat;
}
.img_institucional_ar {
	width:100%;
	height:auto;
	position:relative;
	/*background:url(../imgs/inicial02.jpg) center top no-repeat;
  background-size: cover;*/
}
.img_institucional_ar img{
  width: 100%;
  height: auto;
  position: relative;
}
.img_institucional_ar h1 {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    bottom: 100px;
    font-size: 40px;
    color: #FFF;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    line-height: 36px;
    text-shadow: 0.1em 0.1em 0.3em black;
    letter-spacing: -1px;
    z-index: 99;
}
.img_institucional_av {
  width:100%;
  height:auto;
  position:relative;
  /*background:url(../imgs/inicial01.jpg) center top no-repeat;
  background-size: cover;*/
}
.img_institucional_av img{
  width: 100%;
  height: auto;
  position: relative;
  }
.img_institucional_av h1 {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    bottom: 100px;
    font-size: 40px;
    color: #FFF;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    line-height: 36px;
    text-shadow: 0.1em 0.1em 0.3em black;
    letter-spacing: -1px;
    z-index: 9;
}
.texto_insti {
    width: 70%;
    height: auto;
    font-size: 13px;
    text-align: justify;
    color: #5f5f5f;
    font-weight: 600;
    margin: 50px 0 150px -345px;
    position: relative;
    left: 50%;
    line-height: 24px;
}
.texto_insti2 {
    width: 70%;
    height: auto;
    font-size: 13px;
    text-align: justify;
    color: #5f5f5f;
    font-weight: 600;
    margin: 50px 0 -10px -345px;
    position: relative;
    left: 50%;
    line-height: 24px;
}
.detalhe_video {
    width: 100%;
    height: 350px;
    background: #aaa8a8;
    position: relative;
}
.video_institucional {
    width: 700px;
    height: 394px;
    position: absolute;
    left: 50%;
    margin-left: -343px;
    margin-top: -450px;
}
.institucional2 {
    width: auto;
    height: auto;
    margin: 80px 0 80px 180px;
}
.institucional22 {
    width: auto;
    height: auto;
    margin: 80px 0 80px 160px;
}
.img_produto {
	width:100%;
	height:430px;
	position:relative;
	/*background:url(../imgs/produtos_interna.png) center top no-repeat;*/
}
.img_produto h1 {
    width: 70%;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    margin-top: 300px;
    font-size: 40px;
    color: #FFF;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    line-height: 38px;
    text-shadow: 0.1em 0.1em 0.3em black;
    letter-spacing: -1px;
    text-align: center;
}
.lista_produtos{
	width:100%;
	height:auto;
	position:relative;
    margin: 50px 0 50px 0;
}
.lista_produtos ul{
	width:100%;
	height:auto;
}
.lista_produtos ul li{
    width: 220px;
    height: 340px;
    position: relative;
    float: left;
    margin: 0 15px 50px 15px;
}
.lista_produtos ul li img{
    width: 220px;
    height: 147px;
}
.lista_produtos ul li h1{
    width: 100%;
    height: auto;
	font-size:12px;
	color:#666;
	font-weight:400;
	text-align:left;
	margin:5px 0 5px 0;
}
.lista_produtos ul li h2{
    width: 100%;
       height: 60px;
    font-size: 20px;
    color: #333;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
    line-height: 20px;
}
.lista_produtos ul li:hover h2{
  color: #fdb945;
}
.lista_produtos ul li h3{
	width: 100%;
    height: auto;
    font-size: 13px;
    color: #fdb945;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0px;
    margin: 15px 0 0 0;
    text-decoration: underline;
}

.lista_produtos ul li h4{
    width: 100%;
    height: auto;
	font-size:12px;
	color:#666;
	font-weight:400;
	text-align:left;
	margin:5px 0 5px 0;
}
.img_produto_interna {
	width:100%;
	height:774px;
	position:relative;
	background:url(../imgs/produtos_interna2.png) center top no-repeat;
}
.img_produto_interna h1 {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    margin-top: 600px;
    font-size: 40px;
    color: #FFF;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    line-height: 38px;
    text-shadow: 0.1em 0.1em 0.3em black;
    letter-spacing: -1px;
}
.destaque_produto {
	width:100%;
	height:auto;
	position:relative;
	margin:50px 0 0 0;
	float:left;
}
.destaque_produto img {
	width:470px;
	height:460px;
	position:relative;
	float:left;
}
.info_produto {
    width: 65%;
    min-height: 465px;
	position:relative;
	float:right;
}
.destaque_produto h1 {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    text-align: left;
    font-weight: 900;
}
.destaque_produto p {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #666;
    text-align: left;
    font-weight: 500;
}
.galeria_interna {
	width: 29%;
	/*width: 100%;*/
	position:relative;
	float:left;
	margin: 20px 0 50px 0;
  overflow: hidden;
}
/*.galeria_interna img {
  width: 220px;
  height: auto;
}*/

.galeria_interna li{
	width: 100px;
    height: 100px;
    position: relative;
    float: left;
    margin: 0 8px 0 8px;
    background: #252634;
	border:none;
}
.galeria_interna li:hover {
	border: 3px solid #016dff;
}
.materiais_produtos {
	width: 100%;
	height:auto;
	position:relative;
	float:left;
	margin: 0 0 100px 0;
}
.materiais_produtos h1{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #252634;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
    line-height: 20px;
}
.materiais_produtos ul {
	width: 100%;
	height:auto;
}
.materiais_produtos ul li{
	width: 270px;
    height: 330px;
    position: relative;
    float: left;
    margin: 10px 60px 0 0px;
    box-shadow:0px 3px 30px rgba(176, 176, 176, 0.23);
}
.materiais_produtos ul li img{
	width: 100%;
    height: auto;
}
.materiais_produtos ul li h1{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #252634;
    font-weight: 700;
    text-align: center;
    margin: 15px 0 0 0;
    text-transform: none;
    line-height: normal;
    letter-spacing: 0;
}
.produtos_relacionados {
	width: 100%;
	height:auto;
	position:relative;
	float:left;
	margin: 0 0 50px 0;
}
.produtos_relacionados h1{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #252634;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
    line-height: 20px;
}
.produtos_relacionados ul {
	width: 100%;
	height:auto;
}
.produtos_relacionados ul li{
	width: 270px;
    height: 435px;
    position: relative;
    float: left;
    margin: 10px 60px 0 0px;
    box-shadow: 0px 3px 30px rgba(176, 176, 176, 0.23);
}
.produtos_relacionados ul li img{
	width: 100%;
    height: auto;
}
.produtos_relacionados ul li h1{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #252634;
    font-weight: 700;
    text-align: center;
    margin: 15px 0 0 0;
    text-transform: none;
    line-height: normal;
    letter-spacing: 0;
}
.produtos_relacionados ul li p{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #252634;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    line-height: normal;
    letter-spacing: 0;
}
.back_noti {
	width:100%;
	height:580px;
	position:relative;
	background:#1e1e2a;
}

.des_noticia {
    width: 700px;
    height: auto;
    position: relative;
    float: left;
    left: 50%;
    margin-left: -330px;
    margin-top: -363px;
}
.des_noticia img{
    width: 100%;
    height: auto;
}
.des_noticia h1 {
    width: 100%;
    height: 100px;
    font-size: 18px;
    color: #fdb945;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0px;
    line-height: 20px;
    z-index: 99;
    position: absolute;
    margin-top: 362px;
    padding: 50px 0 0 35px;
    background: rgba(0, 0, 0, 0.46);
}
.des_noticia h2{
    width: 100%;
    height: 80px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    line-height: 20px;
    z-index: 999;
    position: absolute;
    margin-top: 355px;
    padding: 30px 0 0 35px;
}
.texto_noti_interna {
	width: 65%;
    height: auto;
    font-size: 13px;
    text-align: justify;
    color: #5f5f5f;
    font-weight: 600;
    position: relative;
    float: right;
    line-height: 24px;
    right: 150px;
    margin-top: 0px;
    margin-bottom: 50px;
}
.noticias_relacionadas {
	width: 100%;
	height:auto;
	position:relative;
	float:left;
	margin: 0 0 50px 0;
}
.noticias_relacionadas h1{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #252634;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
    line-height: 20px;
}
.noticias_relacionadas ul {
	width: 100%;
	height:auto;
}
.noticias_relacionadas ul li{
	width: 270px;
    height: 355px;
    position: relative;
    float: left;
    margin: 10px 60px 0 0px;
    box-shadow: 0px 3px 30px rgba(176, 176, 176, 0.23);
}
.noticias_relacionadas ul li img{
	width: 100%;
    height: auto;
}
.noticias_relacionadas ul li h1{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    text-align: left;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 0;
	padding: 0 15px 0 15px;
}
.formulario {
	width: 70%;
    min-height: 750px;
    background: #fff;
    box-shadow: 0px 3px 30px rgba(176, 176, 176, 0.23);
    position: relative;
    top: -300px;
    float: left;
    left: 50%;
    margin-left: -330px;
	padding: 120px;
}
.form_contato {
    width: 85%;
    height: auto;
    float: left;
    margin: 50px 0 0 95px;
}
.form_contato input[type="text"] {
    width: 85%;
    height: 37px;
    line-height: 25px !important;
    float: left;
    margin-left: 0;
    padding-left: 0px;
    margin-bottom: 45px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px #d0d0d0 solid;
    font-weight: 400;
    padding: 10px 0 10px 10px;
}
.mensagem{
	width: 100%;
    height: 300px;
    float: left;
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #d0d0d0;
	padding: 10px 0 0 10px;
}
.form_contato input[type="button"] {
    background: #fdb945;
    width: 130px;
    height: 45px;
    color: #FFF;
    float: left;
    margin-top: 35px;
    margin-right: 353px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
	text-align:center;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	letter-spacing: 1px;
}
.form_contato input[type="button"]:hover {
	background: #1e1e2a;
	color:#FFF;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.form_contato label {
	color: #B1B1B1;
    font-size: 14px;
    font-weight: 400;
    float: left;
    width: 85%;
}
.endereco_contato {
  font-size: 12px;
  background: #252634;
  float: left;
  width: 96%;
  padding: 20px;
  color: #fff;
}
.endereco_contato img {
  float: right;
  width: 45%;
}
.img_representantes {
	width:100%;
	height:580px;
	position:relative;
	background:url(../imgs/representantes.png) center center no-repeat;
}
.img_representantes  h1 {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    margin-top: 260px;
    font-size: 40px;
    color: #FFF;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    line-height: 38px;
    text-shadow: 0.1em 0.1em 0.3em black;
    letter-spacing: -1px;
}
.mapa_representantes {
	width:100%;
	min-height:500px;
	position:relative;
	/*background:#FC6;*/
	margin:0px 0;
}
.busca_repres {
  width: 365px;
  height: auto;
  max-height: 500px;
  background: #fff;
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 99;
  padding: 13px;
  overflow: scroll;
  overflow-x: hidden;
}
.busca_repres a{
  background: #ffba36;
  padding: 2px 8px;
  font-size: 12px;
  color: #333;
  }
.busca_repres h1{
  font-size: 23px;
  letter-spacing: -1px;
  color: #f1a411;
  width: 100%;
  text-align: center;
}
.busca_repres li{
  font-size: 11px;
  text-align: left;
  border-bottom: 1px solid #888;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.busca1 {
	width:230px;
	height:38px;
	position:absolute;
	left:50%;
	margin-left: -380px;
	margin-top: -150px;
	background:#FFF;
}
.busca1 select {
	width: 230px;
    height: 38px;
    background: url(../imgs/setabusca.png) right top no-repeat #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-size: 12px;
    color: #848484;
    letter-spacing: 0px;
    float: left;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}
.busca1 input[type='text'] {
	width: 353px;
	padding-left: 15px;
	height: 38px;
	float: left;
	background: #e7e7e7;
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
    margin-left: 10px;
}
::-webkit-input-placeholder {
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
}

:-moz-placeholder {
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
}

::-moz-placeholder {
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
}

:-ms-input-placeholder {
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
}
.busca1 input[type='button'] {
	width: 115px;
	height: 38px;
	background: #f27233;
	float: right;
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	font-weight: 900;
	font-size: 22px;
	letter-spacing: -1px;
	color: #fff;
	text-shadow:1px 1px 1px #d4642d;
}
.busca1 input[type='button']:hover {
	background: #ad4a19;
}
.busca2 {
	width:230px;
	height:38px;
	position:absolute;
	left:50%;
	margin-left: -130px;
	margin-top: -150px;
	background:#FFF;
}
.busca2 select {
	width: 230px;
    height: 38px;
    background: url(../imgs/setabusca.png) right top no-repeat #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-size: 12px;
    color: #848484;
    letter-spacing: 0px;
    float: left;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}
.busca2 input[type='text'] {
	width: 353px;
	padding-left: 15px;
	height: 38px;
	float: left;
	background: #e7e7e7;
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
    margin-left: 10px;
}


::-webkit-input-placeholder {
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
}

:-moz-placeholder {
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
}

::-moz-placeholder {
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
}

:-ms-input-placeholder {
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
}
.busca2 input[type='button'] {
	width: 115px;
	height: 38px;
	background: #f27233;
	float: right;
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	font-weight: 900;
	font-size: 22px;
	letter-spacing: -1px;
	color: #fff;
	text-shadow:1px 1px 1px #d4642d;
}
.busca2 input[type='button']:hover {
	background: #ad4a19;
}
.busca3 {
	width:230px;
	height:30px;
	position:absolute;
	right:50%;
	margin-right: -350px;
	margin-top: -150px;
	background:#FFF;
}
.busca3 select {
	width: 230px;
    height: 38px;
    background: url(../imgs/setabusca.png) right top no-repeat #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-size: 12px;
    color: #848484;
    letter-spacing: 0px;
    float: left;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}
.busca3 input[type='text'] {
	width: 353px;
	padding-left: 15px;
	height: 38px;
	float: left;
	background: #e7e7e7;
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
    margin-left: 10px;
}
::-webkit-input-placeholder {
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
}

:-moz-placeholder {
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
}

::-moz-placeholder {
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
}

:-ms-input-placeholder {
    font-size: 16px;
    color: #4b5195;
    letter-spacing: -1px;
}
.busca3 input[type='button'] {
	width: 115px;
	height: 38px;
	background: #f27233;
	float: right;
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	font-weight: 900;
	font-size: 22px;
	letter-spacing: -1px;
	color: #fff;
	text-shadow:1px 1px 1px #d4642d;
}
.busca3 input[type='button']:hover {
	background: #ad4a19;
}
/*----------------A SEGUIR DIVS ESCONDIDAS NO DESKTOP--------------------*/

.menu_mobile, .abremenu, .fechamenu, .outra_noti {
	display: none;
}

.bt_top {
	width:40px;
	height:48px;
	position:fixed;
	bottom:115px;
	right:1px;
	background:url(../imgs/bt_topo.png);
	display:none;
	z-index:10;
}
.bt_voltar {
	width:40px;
	height:48px;
	position:fixed;
	bottom:160px;
	right:1px;
	background:url(../imgs/bt_voltar.png);
	z-index:10;
}

/* contato inicio */
.form-contato{
    float: left;
    width: 450px;
    margin-float: 350px;
    margin-bottom: 40px;
}
.formTexto{
    margin-top: -10px;
    margin-bottom: 6px;
    font-size: 17px;
    color:#000;
    font-weight:600;
	letter-spacing:-1px;
}

.form-contato label{
    display: block;
    margin-bottom: 4px;
}

.form-contato label input, .form-contato label textarea{
    display: block;
    padding: 7px;
    width: 440px;
    margin-top: 15px;
    border: thin solid #A2A2A2;
	    font-size: 14px;
}
.form-contato label select{
    display: block;
    padding: 5px;
    width: 240px;
    height: 30px;
    margin-top: 2px;
    border: thin solid #333333;
}
.form-contato label textarea{
    height: 100px !important;
    max-width: 440px !important;
  /*border: thin solid #5C5C5C !important;*/
}
.contatoBtn {
    width: 118px;
    height: 74px;
    background: #fff;
    color: #9E9E9E;
    float: right;
    border: 1px solid #FDB945;
    border-radius: 5px;
    margin-right: 9px;
}
.contatoBtn:hover{
    background: #FDB945;
    color: #858585;
}

.g-recaptcha {
    width: 70%;
    float: left;
}
.form-contato label input#contatoTelefone{
    width: 180px;
}

.barra_obrig{
  font-size:14px !important;
  margin-bottom:15px;
}

.obriga_barra_cor{
  border-left: 3px #FDB945 solid !important;
  color:#FF8A00;
  font-size:20px;
}

.texto_obrig{
  border-left: 3px #FDB945 solid !important;
  box-shadow:none;
}
.opt_list {
  height: 22px;
  height: 40px;
  width: 98% !important;
}

/* contato fim */
::-webkit-input-placeholder {
   color: #676767;
   font-size:14px;
}

:-moz-placeholder {
   color: #676767;
   font-size:14px;
}

::-moz-placeholder {
   color: #676767;
   font-size:14px;
}

:-ms-input-placeholder {
   color: #676767;
   font-size:14px;
}

/* trabalhe conosco */
.form_curriculo{
    padding: 5px;
    overflow: auto;
    width: 520px;
    font-size: 14px;
    float: left;
}
.form_curriculo label{
  display:block;
  margin:0 10px 20px 0;
  text-align:left;
  color: #6b6b6b;
  font-size: 14px;
}
.form_curriculo label input{
  border: thin solid #DBDBDB;
  width:100%;
  height:35px;
  padding-left:10px;
}
.form_curriculo label select{
  padding:7px;
  border:thin solid #DBDBDB;
  width:100%;
}
.form_curriculo label textarea{
  padding:3px;
  min-width:100%;
  max-width:100%;
  min-height:120px;
  border:solid #DBDBDB 1px;
}
.lb_nome{
  float:left;
  height:auto;
  margin-right:20px !important;
  width:490px;
}
.lb_cpf{
  float:left;
  width:47%;
}
.lb_nasc{
  width:47%;
  float:left;
  margin-right:20px !important;
}
.lb_car{
  float:left;
   width:490px;
}
.lb_uf{
  width:100px;
  float:right;
}
.lb_end{
    width:490px
}
.lb_cid{
  width:388px;
  float:left;
  margin-right:0 !important;
}
.lb_telefone, .lb_celular{
  float:left;
  width:47%;
}
.lb_email{
   width:490px;
}
.lb_texto{
   width:490px;
}
.lb_file{
   width:490px;
}
#btn_enviar{
    background: #FDB945;
    width: 100%;
    height: 40px;
    color: #FFF;
    float: right;
    margin-top: 10px;
    margin-right: 19px;
    font-weight: bold;
    margin-top: -10px;
    cursor: pointer;
}
#btn_enviar:hover{
   opacity:0.8;
}

/*---------------------------mapa------------------------------------------------------------------------*/

#map-canvas {
	width:100%;
	height: 100vh !important;
	margin: 0px;
	padding: 0px;
	position:relative;
	z-index:9;
	margin: 0px;
	padding: 0px;
	color:#000;
}
#img_obra {
	float:left;
	margin:0px 15px 10px 0px !important;
	border: 1px solid #A3A3A3;
}

#img_obra:hover {
	border: 1px solid #666666;
}
.firstHeading{
	font-size:16px;
}
#bodyContent{
	color:#000;
	float:left;
}
.input-cidades{
  border: 1px solid #F4B641 !important;
  height: 2em !important;
  width: 99% !important;
  border-radius: 3px !important;
}

.fundo_noti_um {
	width:100%;
	height:580px;
	position:relative;
	background-color:#1E1E2A;
}
.des_noticia_um {
    width: 700px;
    height: auto;
    position: relative;
    float: left;
    margin: -363px auto 0 150px;

}
.des_noticia_um img{
    width: 100%;
    height: auto;
}
.des_noticia_um h1 {
    width: 100%;
    height: 80px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    line-height: 20px;
    z-index: 999;
    position: absolute;
    margin-top: 340px;
    padding: 30px 0 0 35px;
}
.des_noticia_um h2{
    width: 100%;
    height: 112px;
    font-size: 18px;
    color: #fdb945;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0px;
    line-height: 20px;
    z-index: 99;
    position: absolute;
    margin-top: 350px;
    padding: 50px 0 0 35px;
    background: rgba(0, 0, 0, 0.46);
}
.des_noticia_um h3 {
    width: 100%;
    height: 80px;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    line-height: 20px;
    z-index: 999;
    position: absolute;
    margin-top: 400px;
    padding: 30px 0 0 35px;
}
.menu_noticia{
    width: 930px;
    height: 40px;
    background-color: #cccccc;
    position: relative;
    margin: 119px 35px 35px 35px;
    float: left;
}
.menu_noticia ul{
    width: 100%;
    height: 40px;
    display: table;
}
.menu_noticia ul li {
    width: 25%;
    height: 40px;
    font-size: 15px;
    text-align: center;
    display: table-cell;
    /*padding: 10px 10px;*/
    letter-spacing: 1px;
	line-height:40px;
    color: #333;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.menu_noticia ul li:hover {
    color:#000;
	font-weight:600;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.lista_noticias {
  width: 930px;
  height: auto;
  float: left;
  margin: 0 35px 25px 35px;
  display: table;
  padding: 20px 10px 0px 10px;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.lista_noticias:hover {
  background: rgba(0,0,0,0.02);
}
.lista_noticias img {
  float: left;
  width: 20%;
  margin: 0 20px 20px 0;
}
.lista_noticias h3 b{
  background: #fdb945;
  color: #000;
  padding: 0 6px;
}
.lista_noticias h4{
  font-size: 12px;
  font-weight: 100;
  margin-top: 5px;
}
.lista_noticias h1 {
  color: #fdb945;
  font-size: 22px;
}
.lista_noticias h2 {
  font-size: 16px;
  font-weight: normal;
}

.lista_mod {
	width: 930px;
    height: auto;
    position: relative;
    float: left;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: 30px;
}
.mod_lado1 {
    width: 695px;
	height:auto;
	position:relative;
	float:left;
}
.mod_lado1  ul{
    width: 695px;
	height:auto;
}
.um1 {
    width: 695px;
    height: 225px;
}
.um1 img {
    width: 460px;
    height: 225px;
}
.tit_not1 {
    width: 225px;
    height: 225px;
    background: #f5b335;
    float: right;
}
.tit_not1  h2{
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    padding: 10px 0 0 20px;
    line-height: 25px;
}
.tit_not1  h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 20px;
    line-height: 13px;
}
.tit_not1  p{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 20px;
}
.tit_not1  p1{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 20px;
    position: relative;
    top: 5px;
}
.dois2 {
    width: 695px;
    height: 225px;
	margin-top: 10px;
}
.dois2 img {
    width: 225px;
    height: 225px;
    float: left;
}
.tit_not22 {
    width: 460px;
    height: 225px;
    background: #f5b335;
    float: right;
}
.tit_not22  h2{
    width: auto;
    height: auto;
    font-size: 32px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    padding: 30px 0 0 30px;
    line-height: 31px;
}
.tit_not22  h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 30px;
    line-height: 13px;
}
.tit_not22 p{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 30px;
}
.tit_not22 p1{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 30px;
    position: relative;
    top: 25px;
}
.outras_mod {
    width: 709px;
	height:auto;
	position:relative;
	float:left;
}
.outras_mod ul {
    width: 709px;
	height:auto;
}
.outras_mod ul li{
	width: 225px;
    height: auto;
    float: left;
    margin: 10px 10px 0 0;
}
.outras_mod ul li img{
	width: 225px;
    height: 225px;
}
.mod_lado1_outras {
	width: 225px;
    height: 225px;
    background: #f5b335;
    position: absolute;
	bottom: 5px;
}
.mod_lado1_outras p1 {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 20px;
    position: relative;
    top: 10px;
}
.mod_lado1_outras h2 {
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    padding: 15px 0 0 20px;
    line-height: 25px;
}
.mod_lado1_outras h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 20px;
    line-height: 13px;
}
.mod_lado1_outras p {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 20px;
}


.mod_lado1_outras1 {
	width: 225px;
    height: 225px;
    background: #f5b335;
    position: relative;
    float: right;
}
.mod_lado1_outras1 p1 {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 20px;
    position: relative;
    top: 10px;
}
.mod_lado1_outras1 h2 {
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    padding: 15px 0 0 20px;
    line-height: 25px;
}
.mod_lado1_outras1 h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 20px;
    line-height: 13px;
}
.mod_lado1_outras1 p {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 20px;
}
.baixo{
	width: 225px;
    height: 225px;
	margin-top: 10px;
}
.mod_lado1 ul li:hover {
    /*box-shadow: 0px 3px 30px rgba(176, 176, 176, 0.69);*/
}
.mod_lado2:hover {
	/*box-shadow: 0px 3px 30px rgba(176, 176, 176, 0.69);*/
}







.noticia_extra_interna01 {
  width: 460px;
  height: 225px;
  position: absolute;
  left: 0px;
}
.noticia_extra_interna01 img{
  width: 100%;
  position: absolute;
  transition: 0.4s;
}
.noticia_extra_interna01:hover img{
  filter: grayscale(100%) brightness(20%);
  }
.noticia_extra_interna01 h2{
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
  padding: 30px 0 0 15px;
    line-height: 25px;
    display: none;
}
.noticia_extra_interna01 h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 15px;
    line-height: 13px;
    display: none;
}
.noticia_extra_interna01 p{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 17px;
    display: none;
}
.noticia_extra_interna01 p1{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 15px;
    position: relative;
    top: 25px;
    display: none;
}
.overlay_noticia_extra_interna01 {
  width: 460px;
  height: 225px;
  position: absolute;
  background: url(../imgs/overlay.png);
  z-index: 9;
  top: 0px;
  left: 0px;
  opacity: 0;
  -moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.noticia_extra_interna01:hover h2{
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra_interna01:hover h3 {
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra_interna01:hover p {
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra_interna01:hover p1 {
  display: block;
  position: relative;
  z-index: 9999;
}
.noticia_extra_interna01:hover .overlay_noticia_extra_interna01 {
  opacity: 1;
}






.noticia_extra_interna02 {
  width: 225px;
  height: 225px;
  position: absolute;
  left: 0px;
}
.noticia_extra_interna02 img{
  width: 100%;
  position: absolute;
  transition: 0.4s;
}
.noticia_extra_interna02:hover img{
  filter: grayscale(100%) brightness(20%);
  }
.noticia_extra_interna02 h2{
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
  padding: 30px 0 0 15px;
    line-height: 25px;
    display: none;
}
.noticia_extra_interna02 h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 15px;
    line-height: 13px;
    display: none;
}
.noticia_extra_interna02 p{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 17px;
    display: none;
}
.noticia_extra_interna02 p1{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 15px;
    position: relative;
    top: 25px;
    display: none;
}
.overlay_noticia_extra_interna02 {
  width: 225px;
  height: 225px;
  position: absolute;
  background: url(../imgs/overlay.png);
  z-index: 9;
  top: 0px;
  left: 0px;
  opacity: 0;
  -moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.noticia_extra_interna02:hover h2{
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra_interna02:hover h3 {
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra_interna02:hover p {
  display: block;
  position: relative;
  z-index: 99;
}
.noticia_extra_interna02:hover p1 {
  display: block;
  position: relative;
  z-index: 9999;
}
.noticia_extra_interna02:hover .overlay_noticia_extra_interna02 {
  opacity: 1;
}









.mod_lado2 {
	width: 225px;
	height:auto;
	position:relative;
	float:right;
}
.mod_lado2 img {
    width: 225px;
    height: 695px;
}
.mod_lado2_elo {
	width: 225px;
    height: 225px;
    background: #f5b335;
    position: relative;
    float: right;
	margin-top: 0px;
}
.mod_lado2_elo p1 {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 0;
    margin-left: 20px;
    position: relative;
    top: 10px;
}
.mod_lado2_elo h2 {
    width: auto;
    height: auto;
    font-size: 26px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    padding: 15px 0 0 20px;
    line-height: 25px;
}
.mod_lado2_elo h3 {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    padding: 2px 0 3px 20px;
    line-height: 13px;
}
.mod_lado2_elo p {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    font-weight: 200;
    padding: 5px 0 0 20px;
}
.cotacoes {
  padding: 10px;
}
.cotacoes h1{
  font-size: 19px;
  color: #fff;
  font-weight: 900;
  color: #fff;
}
.cotacoes table {
  width: 90%;
}
.cotacoes h1 b{
  font-size: 10px;
  font-weight: 700;
  float: right;
  vertical-align: middle;
}
.cotacoes th {
  color: #fff;
  font-weight: 500;
}
.valor_cotacao {
  font-size: 12px;
  color: #5a3d3d !important;
}
.direita {
  float: right;
}
/*-----------------------mapa-------------------------------------------------------------------*/
.cont{
	position:absolute;
	top:250px;
}

/*Inicio videos*/
.video_musica {
    width: 100%;
    height: 45px;
    line-height: 16px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: -20px;
    font-weight: 600;
	text-align:center;
}

.video_interna {
    width: 430px;
    height: 230px;
    float: left;
    margin-left:50px;
	margin-top:10px;
	margin-bottom:40px;
}

/*galeria de imagens inicio*/
.galeria_fotos_interna{
	width:100%;
	min-height:263px;
	float:left;
	margin-bottom:30px;
}
.galeria_fotos_interna ul {
	width:100%;
	min-height:263px;
	float:left;
}
.galeria_fotos_interna ul li{
	width:201px;
	height:215px;
	float:left;
	background:#F7F7F7;
	margin-right: 32px;
	margin-left:17px;
	position:relative;
	font-size:13px;
	color:#3F3F3F;
	text-align:justify;
	letter-spacing:-1px;
	margin-bottom:30px !important;
	margin-top:10px;
}
.galeria_fotos_interna ul li:hover {
	opacity:0.8;
}
.galeria_fotos_interna ul li img {
	float:left;
}
.galeria_fotos_interna ul li span{
    width:190px;
    padding: 5px 5px;
    float: left;
    letter-spacing: 0px;
    font-size: 15px;
	font-weight:normal;
	line-height: 23px;
    letter-spacing:-1px;
    text-align: center;
}

/*interna galeria inicio*/
.galeria_fotorama{
    float: left;
    margin-bottom: 10px;
}
.galeria_titulo_int{
	font-size: 18px;
    color: #484848;
    font-weight: normal;
    padding: 5px 5px 5px 0px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
.texto_foto_interna {
    width:200px;
    height:50px;
    padding:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background:#0068b3;
    position:relative;
    margin:-28px 0px 0px 0px;
    color:#FFF;
    font-size:12px;
    line-height:15px;
}
.texto_foto_interna:hover {
    background:#1e4c6e;
}
.texto_galeria{
    width: 100%;
	font-size:13px;
}
/* galeria fim */



.titulo_pag_pequena {
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -495px;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: -1px;
}
.canalrepresentante {
  position: absolute;
  right: 50%;
  margin-right: -500px;
  bottom: 100px;
  text-transform: uppercase;
  padding: 6px 14px;
  background: #303744;
  color: #fff;
  font-size: 13px;
  letter-spacing: -1px;
  -moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

.canalrepresentante:hover {
  background: #f5b335;
}

.lista-orcamento {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 60px;
	margin-top:40px;
}
.lista-orcamento li{
    list-style: none;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 0;
}
.lista-orcamento li:hover{
    background: #f5f5f5;
}

.qtde_bt {
    width: 120px;
    position: relative;
    float: right;
    border: 1px solid #f0f0f0;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    top: 30px;
}
.carrinhoremove {
    cursor: pointer;
    margin-top: 41px;
    float: right;
    margin-right: 28px;
}
.produto {
    position: relative;
    float: left;
    width: auto;
}

.orcamento_desc {
    margin-left: 20px;
    float: left;
    position: relative;
	margin-top: 34px;
}


.carrinho_topo {
  color: #fdb945;
  position: absolute;
  top: 7px;
  left: -40px;
  font-size: 11px;
  display: flex;
  align-items: center;
}
.carrinho_topo:hover {
  color: #fff;
}
.carrinho_topo i{
  color: #fff;
  font-size: 25px;
}
.qnt {
  width: 14px;
  height: 14px;
  background: #fdb945;
  color: #000 !important;
  font-size: 10px;
  text-align: center;
  position: absolute;
  right: -7px;
  top: -7px;
  border-radius: 50%;
}

.carrinho {
  float: left;
  margin: 40px 0 0 0 ;
}
.ico_orcamento {
  width: 25px;
}

.bt_orcar {
  width: 200px !important;
  height: 39px !important;
}

/*Estilização do SELECT REPRESENTANTES*/

/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #F4B641;
  background-image: none;
}
/* Custom Select */
.select {
  position: relative;
  display: block;
  width: 20em;
  height: 2em;
  line-height: 2em;
  background: #F4B641;
  overflow: hidden;
  border-radius: .25em;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #fff;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/* Arrow */
.select::after {
  content: '\25BC';
  font-size: 12px;
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0em 1em;
  background: #34495e;
  pointer-events: none;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
.select select option {
        border: 1px solid #000;
}
.quadro_repre h2 {
  font-size: 13px;
}
.quadro_repre select {
  font-size: 13px;
}
.avanca_repre {
    background: #ffba36;
    padding: 9px 18px;
    font-size: 15px;
    color: #333;
    margin: 10px 0 0 0;
    border-radius: 5px;
}
.menu-privacidade {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 125px;
}
.menu-privacidade ul {
  display: flex;
  flex-flow: column;
}
.menu-privacidade ul li {
  color: #fff;
  font-size: 12px;
  padding: 3px 0;
}
.menu-privacidade ul li:hover {
      color: #f5b335;
}