/*                                                               
                                   
   *********        *                *           ***********                                                                                                          
   *********      *****            *****         ***********                                                                                                    
   ***           *** ***          *** ***              ****                                                                                       
   *********    *** * ***        *** * ***           ****                                                                                               
   *********   *** *** ***      *** *** ***        ****                                                                                                    
   ***        *** ***** ***    *** ***** ***     ***********                                                                                                      
   ***       *** ******* ***  *** ******* ***    ***********  
                       COMUNICAÇÃO                                                                                                                
  
  
	// e-mail: contato@faazcomunicacao.com.br
	// http://www.faazcomunicacao.com.br
	// tel: +55 21 9680-3518
						  
	
*/

/************************************************************************************
RESET
*************************************************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	overflow-x: hidden;
	background-color: #414143;
}
ol, ul {
	list-style: none;
}
img {
	border: none;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
*:focus {
	outline: 0;
}
#wrap {
	width: 100%;
	height: 100%;
	background-color: #414143;
}
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
/************************************************************************************
MENU
*************************************************************************************/
#menu {
	width: 100%;
	background-color: #fff;
	height: 102px;
	margin: 0;
	padding: 0;
	top: 0;
	position: fixed;
	z-index: 999999;
	border-bottom: 4px solid #ffcb05;
}
#menu-conteudo {
	height: 100px;
	max-width: 1000px;
	min-width: 600px;
	margin: 0px auto;
	position: relative;
}
#logo {
	height: 100px;
	width: 140px;
	float: left;
}
#logo img {
	margin: 16px 0 0 10px;
}
#menu .menu-dir {
	height: 100px;
	float: right;
	width: 452px;
	margin-top: 5px;
}
#menu .menu-dir ul {
	list-style: none;
	width: 452px;
	float: right;
	text-align: left;
	margin-top: 25px;
}
#menu .menu-dir ul li {
	float: left;
	height: 50px;
}
#menu .menu-dir ul li a {
	font-size: 1.2rem;
	display: block;
	padding-top: 20px;
	font-family: 'heroregular';
	color: #6d6e71;
	text-transform: uppercase;
}
#menu .menu-dir ul li.home {
	margin-left: 25px;
	height: 50px;
	width: 57px;
}
#menu .menu-dir ul li.home a {
	padding-left: 12px
}
#menu .menu-dir ul li.home a:hover {
	height: 50px;
	background-image: url(../imgs/home/current.png);
	background-repeat: no-repeat;
	background-position: center 6px;
	background-size: auto;
}
#menu .menu-dir ul li.sobre {
	margin-left: 13px;
	height: 50px;
}
#menu .menu-dir ul li.sobre a:hover {
	height: 50px;
	background-image: url(../imgs/home/current.png);
	background-repeat: no-repeat;
	background-position: center 6px;
}
#menu .menu-dir ul li.arquitetura {
	margin-left: 25px;
	height: 50px;
}
#menu .menu-dir ul li.arquitetura a:hover {
	height: 50px;
	background-image: url(../imgs/home/current.png);
	background-repeat: no-repeat;
	background-position: center 6px;
}
#menu .menu-dir ul li.arquitetura {
	margin-left: 25px;
	height: 50px;
}
#menu .menu-dir ul li.arquitetura a:hover {
	height: 50px;
	background-image: url(../imgs/home/current.png);
	background-repeat: no-repeat;
	background-position: center 6px;
}
#menu .menu-dir ul li.contato {
	margin-left: 25px;
	height: 50px;
}
#menu .menu-dir ul li.contato a:hover {
	height: 50px;
	background-image: url(../imgs/home/current.png);
	background-repeat: no-repeat;
	background-position: center 6px;
}
/************************************************************************************
GOOGLE MAPS
*************************************************************************************/
#mapa {
	width: 100%;
	height: 400px;
	margin-top: 106px;
}
#mapa-img {
	font-size: 1.2rem;
}
/************************************************************************************
CONTATO
*************************************************************************************/
#contato {
	width: 1000px;
	height: 442px;
	margin: 0 auto;
}
#contato-esq {
	width: 40%;
	height: 280px;
	float: left;
	margin-top: 70px;
}
#contato-esq p.titulo {
	color: #fcaf17;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-family: 'heroregular';
}
#contato-esq p.texto {
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.6rem;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'heroregular';
}
#contato-esq p.texto a{
	color: #fff;
	font-size: 1.3rem;
	line-height: 2.6rem;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'heroregular';
}
#contato-esq span {
	color: #fcaf17;
	font-size: 1.4rem;
	font-family: 'heroregular';
}
#contato-esq a {
	color: #fff;
}
#contato-esq p.texto a:hover {
	color: #222;
}
#contato-dir {
	width: 60%;
	height: 280px;
	float: left;
	margin-top: 70px;
}
/************************************************************************************
FORMULARIO
*************************************************************************************/
#form {
	width: 550px;
	height: 280px;
}
#form fieldset {
	float: left;
	width: 550px;
	height: 280px;
	border: none;
}
#form fieldset input[type="text"] {
	background-color: #58595b;
	border: 0 none;
	color: #fff;
	float: left;
	font-family: 'heroregular';
	letter-spacing: 1px;
	font-size: 1.2rem;
	margin: 3px 0 0 10px;
	height: 40px;
	outline: none;
	padding-left: 12px;
}
::-webkit-input-placeholder { /* WebKit browsers */
 color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #fff;
}
#form fieldset textarea {
	background-color: #58595b;
	border: 0 none;
	color: #fff;
	float: left;
	font-family: 'heroregular';
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin: 15px 0 0 10px;
	outline: none;
	max-height: 200px;
	min-height: 103px;
	max-width: 309px;
	min-width: 309px;
	overflow: auto;
	padding-left: 12px;
	padding-top: 8px;
}
#form fieldset input[type="submit"] {
	background-color: #e7e8e9;
	border: 0 none;
	color: #6d6e71;
	float: left;
	height: 110px;
	text-align: center;
	width: 180px;
	margin-top: 15px;
	margin-left: 10px;
	font-family: 'heroregular';
	font-size: 1.2rem;
}
#form fieldset input[type="submit"]:hover {
	cursor: pointer;
	background-color: #fdb814;
	color: #b66113;
}
/*CSS for Error notification*/
.notification_error, .notification_ok {
	/*	border: 1px solid #67666a; */
	border: 1px solid #fcaf17;
	width: 490px;
	margin-left: 10px;
	height: auto;
	color: #fff;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-family: 'heroregular';
	text-transform: uppercase;
	letter-spacing: 1px;
}
.notification_error span {
	color: #0094bb;
	font-weight: bold;
}
/************************************************************************************
FAAZ COMUNICAÇÃO
*************************************************************************************/
#faaz {
	width: 120px;
	height: 45px;
	text-align: center;
	margin: 0 auto;
	clear: both;
	padding-top: 40px;
}
#faaz p {
	font-size: 0.9rem;
	color: #77787b;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-family: 'heroregular';
}
#faaz img {
	margin-top: -8px;
}
#faaz:hover {
	opacity: 0.8;
}
/************************************************************************************
FONTE
*************************************************************************************/
@font-face {
	font-family: 'heroregular';
	src: url('../fontes/hero-webfont.eot');
	src: url('../fontes/hero-webfont.eot?#iefix') format('embedded-opentype'), url('../fontes/hero-webfont.woff') format('woff'), url('../fontes/hero-webfont.ttf') format('truetype'), url('../fontes/hero-webfont.svg#heroregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
