@font-face {
    font-family: 'Bebas';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



#mapa-do-site
{
	margin-top: 20px;
}

#encontre-nos
{
	margin-top: 20px;
}

#entre-em-contato
{
	margin-top: 20px;
}


body 
{
	color: #000;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

a 
{
	text-shadow: none !important;
	color: #000000;
	text-decoration: none;
}


a:link,
a:visited,
a:hover,
a:active
 {
    text-decoration: none;
}

/*NAV*/

nav{
	display:block;
	float:left;
	width: 1000px;
	height: 95px;
	margin-top: -70px;
	margin-left: 240px;
	font-family:'Bebas';
	font-size:25px;
	letter-spacing: 1px;
}
nav ul {
	font-family:'Bebas';
	font-size:25px;
	letter-spacing: 1px;
    float: left;
    display: block;
    background: none;
}
nav ul li {
display: inline;
float: left;
padding: 24px 15px;
}

nav ul li a {
background: none;
padding-top: 40px;
padding-left: 3px;
padding-right: 3px; 
color: black;
}

nav ul li a:hover{
	color:#fff;
	background: #00A259;
}

.ativado{
	background: #00A259;
	color: #fff;
}

/*MENU PRINCIPAL*/

.menu-principal {
	background: #EAEFED;
	opacity: 0.9;
	border: 0px #000000 solid;
	height:95px;
	position: absolute;
	width: 1100px;
	top: 10%;
	left: 50%;
	margin-top: -10px;
	margin-left: -550px;
	font-size: 17px;
	font-weight: 900;
}

.menu-principal logo a:hover{
	background-color: transparent;
}


.logo {
	z-index: 999;
	opacity: 1.0;
	margin-top: 10px;
	margin-left: 30px;
	padding-top: 8px;
	padding-right: 0px;
}

/*MENU PRODUTOS*/

.menu-produtos-div {
   display: block;
   float: left;
   width: 850px;
   height: 30px;
   margin-top: -50px;
   margin-left: 220px;
   padding-left: 30px;
   background: #00A259;
   font-family: 'Bebas';
   font-size: 20px;
}

.menu-produtos-div a{
	padding-top: 20px;
	margin-top:15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
}

.menu-produtos-div a:hover{
	color:#000000;
}


input[class=input-small] {
  font-family: 'Roboto', sans-serif;
  color: #A5A5A5;
  background: #FFF;
  width: 400px;
  height: 20px;
  margin-bottom: 10px;
  line-height: 30px;
  padding: 11px 19px;
  font-size: 16px;
  margin-left: 0px;
    -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
          border-color: #000000;	
}

.input-small::-webkit-input-placeholder { 
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #A5A5A5;
  padding-top: 2px;

}

.form-control { 
 	 padding: 11px 19px;
	 width: 400px;
	 height: 117px;
	 margin-left: 40px;
	 font-size: 18px;
	 border-color: #000000;
	 margin-top: 10px;
	 margin-left: 0px;
	  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;

}

#carrossel-header {
	width: 284px;
	height: 284px;
	border: 0px solid #CCC;
	margin: 0 auto;
	margin-top: 30px;

}

#carrossel-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 284px;
	height: 284px;
	overflow: hidden;
}

#carrossel-header ul li {
	display: inline;
	float: left;
	width: 284px;
	height: 284px;
	padding: 16px;
}

#carrossel-header {
	width: 284px;
	height: 284px;
	border: 0px solid #CCC;
	margin: 0 auto;
	margin-top: 30px;

}

#carrossel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 284px;
	height: 284px;
	overflow: hidden;
}

#carrossel ul li {
	display: inline;
	float: left;
	width: 284px;
	height: 284px;
	padding: 16px;
}

#menu-produtos-div-carrossel {
	float:left;
	border: 0px solid #CCC;
	margin: 0 auto;
	display: block;
	margin-top: 5px;
	height: 30px;
}

#menu-produtos-div-carrossel ul {
	list-style: none;
	display: inline;
	float: left;
	width: 600px;
	height: 30px;

}

#menu-produtos-div-carrossel ul li {
	display: inline;
	float: left;
	width: 200px;
	height: 100px;

}

.menu-produtos-div-sub{
	display:block;
	float:left; 
	width: 600px;
}

/*.left-icon{
	display: inline;
	width: 23px;
	height: 23px;
    -ms-transform: rotate(270deg); IE 9
    -webkit-transform: rotate(270deg); Chrome, Safari, Opera
    transform: rotate(270deg);
    margin-top: 4px;
    float: left;
    margin-left: -10px;
} */

/*.right-icon{
	display: inline;
	width: 23px;
	height: 23px;
    -ms-transform: rotate(90deg);IE 9
    -webkit-transform: rotate(90deg); Chrome, Safari, Opera
    transform: rotate(90deg);
    float:left;
    margin-top: -31px;
    margin-left: 820px;
} */

.icon-arrow-left{
	display: block;
    margin-top: 10px;
    float: left;
    margin-left: 0px;
}

.icon-arrow-right{
	display: block;
    float:left;
    margin-top: -25px;
    margin-left: 820px;
    position: relative;
}

.titulo{
	display:block;
	float:left;
	width: 100%;
	font-family: 'Bebas';
	font-size: 25px;
	margin-bottom: 15px;
}

.titulo hr{
      color: #f00;
      background-color: #00A759;
      height: 5px;
}

hr{
	padding:0;
	margin:0;
}

.produto {
	font-weight: 500;
	margin-top:50px;
	padding:0;
	text-align: center;
	padding-bottom: 15px;
	font-size: 16px
}
.produto-img{
	width: 100%;
	text-align: center;
	height: 200px;
	display:block;
	float:left;
}
.produto-img img{
	max-width: 176px;
	max-height: 196px;
}


.nome{
	font-size: 13px;
	margin-bottom: 12px;
	font-weight: 600;
	height: 70px;
}

.descricao{
	font-size: 13px;
}

#fale-conosco{
	margin-top: 30px;
}

#quem-somos{
	margin-top: 30px;
}

#conteudo{
	margin-top: 30px;
}

#servicos{
	margin-top: 30px;
}

#produtos{
	margin-top: 30px;
}

.carousel .item  {
    width: 100%; /*slider width*/
    max-height: 600px; /*slider height*/
}
.carousel .item img {
    width: 100%; /*img width*/
}
/*add some makeup*/
.carousel .carousel-control {
    background: none;
    border: none;
    top: 50%;
}
/*full width container*/
@media (max-width: 767px) {
    .block {
        margin-left: -20px;
        margin-right: -20px;
    }
}

#rodape
{
	height: 300px;
	background-color: #D6D9D8;
	bottom:0px;
}

.container-fluid{
	max-width: 100%;
	padding: 0;
	margin-left: 0px;
	margin-top: -90px;
}

#msgContato {display: none; width: 200px; margin: 0 auto; font-family: segoe ui; text-align: center; padding:10px  }

#msgContato a {text-decoration: none; color: #000}

.sucesso {background-color: #ADE9CC; border: 1px dashed #3E795C; color: #3E795C; }
.falha {color: #793E3E; border: 1px dashed #793E3E; background-color: #E9ADAD; }

