/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container {
	/*width: 1400px;*/
}
/******** ************/
@font-face {
  font-family: 'dincondlight';
  src: url('../fonts/DIN/FF_DIN_Condensed_Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dincondmedium';
  src: url('../fonts/DIN/FF_DIN_Condensed_Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinlight';
  src: url('../fonts/DIN/FF_DIN_Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinlightalternate';
  src: url('../fonts/DIN/FF_DIN_Light_Alternate.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dincondbold';
  src: url('../fonts/DIN/FF_DIN_Condensed_Bold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinmedium';
  src: url('../fonts/DIN/FF_DIN_Medium.otf');
  font-weight: normal;
  font-style: normal;
}


h2{
    font-family: 'dincondlight';
    font-size: 67px;
}

h4 {
    font-family: 'dincondlight';
    font-size: 40px;
}
p {
    font-family: 'dincondlight';
}

/*CSS MENU FLUTUANTE*/
@media (max-width: 768px) {
  .navbar {     
    background: url('../img/bg-menu-flutuante.jpg') !important;
  }
}
.navbar {     
  background: url('../img/bg-menu-flutuante.jpg') no-repeat;
  /*background-size: cover;*/
  
  background-color: transparent;
  border-color: transparent;
}
/*.navbar-collapse.in {
  background: url('../img/bg-menu-flutuante.jpg');
}*/
.navbar-brand {
  height: auto;
  padding: 0;
}
.logo-float img {
  /*width: 50%;*/
}
.navbar-nav {
  width: 74%;
  /*width: auto;*/
  padding-top: 4%;
}
nav.navbar {
  display: none;
}
nav li {
  
    padding: 0% 10%;
}

nav li a {
  font-family: 'dincondlight' !important;
  font-size: 1.7em !important;
  padding: 15px 0px !important;
}
      
/*CSS MENU INF*/
.menu .row {
    margin: 0;
}
.menu .col-md-4 {
    padding: 0;
    height: inherit;
}
.menu .img-responsive {
    margin: 0 auto;
}

.menu div {
    text-align: center;
}
.menu p {
    font-size: 20px;
}
.menu a {
    text-decoration: none;
    color: inherit;
}
.menu .home {
    background-color: #f2e6c9;
    /*padding-top: 30px;*/
    padding-top: 15px;
}

.menu .home .img-content {
    height: 240px;
}

.menu .home img{
    /*padding-right: 100px;*/
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin: auto;

}
.menu .produtos {
    background-color: #efd79c;
    /*padding-top: 30px;*/
    padding-top: 15px;
}

.menu .produtos .img-content {
    height: 240px;
}

.menu .produtos img{
    padding-right: 100px;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin: auto;

}
.menu .quem-somos {
    background-color: #ffffff;
    /*padding-top: 55px;*/
    padding-top: 15px;
}
.menu .quem-somos .img-content {
    height: 240px;
}
.menu .quem-somos img{
    
position: absolute;
top: 0; bottom: 0;
left: 0; right: 0;
margin: auto;

}
.menu .contato {
    background-color: #bb8b45;
    padding-top: 15px;
}
.menu .divise {
    padding-top: 20px;
    padding-bottom: 5px;
}
.menu .description {
    padding-top: 10px;
    height: 80px;
}



/*CSS FOOTER*/
.footer {
    background-image: url('../img/bg-footer.png');
    text-align: center;
}
.footer .row {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .row .line * {
  display: inline-block;
}
.footer p {
    color: #ffffff;
    font-size: 22px;
}
.footer nav {

}
.footer ul li {
    list-style: outside none none;
    display: inline-block;
    padding: 0px 10px;
}