@font-face {
	font-family: 'FontSlogan';
	src:url(../fonts/tabela_soft/tabelaSoft-Regular.otf);
}

body{
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#FFFFFF;
}

/* Global */
.container{
  width:80%;
  margin:auto;
  overflow:hidden;
}

ul{
  margin:0;
  padding:0;
}

.button_1{
  height:38px;
  background:#58482E;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#ffffff;
}

.dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}

/* Header **/
header{
  background:#fff;
  color:#ffffff;
  padding-top:30px;
  min-height:70px;
}

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding img{
	margin: 0;
	width: 200px;
}

header #branding h1{
  margin:0;
}

header nav{
  float:right;
  margin-top:10px;
}

header .highlight, header .current a{
  color:#e8491d;
  font-weight:bold;
}

header a:hover{
  color:#cccccc;
  font-weight:bold;
}

/* Showcase */
#showcase{
  min-height:500px;
  color:#ffffff;
  margin:0 100px;
}

#showcase .showcase-video{
  position: relative;
  top:-200px;
  left:-300px;
  margin: auto;
}

.container-video{
	display: flex;
	align-items: center;
	position: absolute;
	overflow: hidden;
	top:121px;
	left:100px;
	height: 500px;
	width: 86%;
}

#showcase h1{
  position:relative;
  font-family: 'FontSlogan', sans-serif;
  text-align: center;
  margin-top:230px;
  font-size:40px;
  margin-bottom:0px;
  color:#FFFFFF;
  z-index:3;
}

#showcase .header-overlay{
    height:500px;
    position: absolute;
    top:121px;
    left:100px;
    width:86%;
    z-index:2;
    background: #58482E;
    opacity:0.35;	
  }	


#showcase p{
  font-size:20px;
}


/* Newsletter */
#newsletter{
  padding:15px;
  color:#ffffff;
  background:#FFFFFF;
}

#newsletter h1{
  float:left;
  color: #58482E;
}

#newsletter form {
  float:right;
  margin-top:15px;
}

#newsletter input[type="nome"]{
  padding:4px;
  height:25px;
  width:150px;
  border-color: #58482E;
}

#newsletter input[type="email"]{
  padding:4px;
  height:25px;
  width:200px;
  border-color: #58482E;
}

#newsletter input[type="assunto"]{
  padding:4px;
  height:25px;
  width:200px;
  border-color: #58482E;
}


/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form{
    float:none;
    text-align:center;
    width:100%;
  }

.container{
  width:100%;
  margin:auto 0;
  overflow:hidden;
}	
	
  header{
    padding-bottom:20px;
  }

 #showcase .header-overlay{
    height:360px;
    position: absolute;
    top:143px;
    left:0;
    width:100vw;
    z-index:2;
    background: #58482E;
    opacity:0.35;
  }	
	
#showcase{
  min-height:360px;
  color:#ffffff;
  text-align:center;
  margin:0 100px;
}	

.container-video{
	display: flex;
	align-items: center;
	position: absolute;
	overflow: hidden;
	top:143px;
	left:0;
	height: 360px;
	width: 100%;	
}	
	
  #showcase h1{
	position: relative;
    margin-top:130px;
	font-size:23px;
	line-height: 1.2;
	z-index:3;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="nome"], .quote input, .quote textarea{
    width:96%;
    margin-bottom:5px;
	border-color: #58482E;
  }
	
  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:96%;
    margin-bottom:5px;
	border-color: #58482E;
  }	
    
  #newsletter form input[type="assunto"], .quote input, .quote textarea{
    width:96%;
    margin-bottom:5px;
	border-color: #58482E;
  }	    
}
