@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Business 01
Theme URI: 
Author: Ribeirao Na Web Team
Author URI: http://www.ribeiraonaweb.com.br/
*/

/*##########FONTS##########*/
@font-face {
    font-family: 'agendalightcondensed';
    src: url('../fonts/agenda-lightcondensed-webfont.eot');
    src: url('../fonts/agenda-lightcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agenda-lightcondensed-webfont.woff') format('woff'),
         url('../fonts/agenda-lightcondensed-webfont.ttf') format('truetype'),
         url('../fonts/agenda-lightcondensed-webfont.svg#agendalightcondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

/*##########FONTS##########*/
*{
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

html, body {height:100%;}

body{
}

.titulo{
	font-family: 'agendalightcondensed';
	font-size:19px;
	text-transform:uppercase;
}

.texto{
	font-family: 'agendalightcondensed';
	font-size:19px;
	color:#505050;
}

/*############PAGINA CONSTRUCAO############*/
#pagina-construcao{
	background:#000;
	height:100%;
	margin: 0 auto;
}

#pagina-construcao #imagem{
	position:relative;
	margin:0 auto;
	width:351px;
	height:227px;
	top:200px;
}

#pagina-construcao img{
	width:351px;
	height:93px;
}

#pagina-construcao #imagem #texto{
	position:relative;
	width:190px;
	height:50px;
	top:30px;
	left:12px;
	margin:0 auto;
	
}

#pagina-construcao #imagem #texto h4{
	font-family: 'agendamediumcondensed';
	font-weight:normal;
	color:#FFF;
	font-size:20px;
	text-transform:uppercase;
}

/*############PAGINA CONSTRUCAO############*/

/*############HEADER############*/
#header{
	position:relative;
	background:url(../images/bg-header-novo.jpg) no-repeat;
	background-position:center;
	width:100%;
	height:266px;
}

#header #info-header{
	position:relative;
	width:1000px;
	margin:0 auto;
}

#header #info-header a#logo{
	position:relative;
	width:325px;
	height:150px;
	margin:0 auto;
	display:block;
	top:50px;
	border:solid 1px transparent;
}

#header #info-header #busca{
	position:absolute;
	top:20px;
	right:-1px;
}

#header #info-header #busca input{
	background: url(../images/bg-busca.png) no-repeat;
	width:170px;
	height:36px;
	padding-left:30px;
	font-family: 'agendaboldcondensed';
	font-weight:normal;
	color:#1f5380;
	font-size:13px;
	border:none;
}

#header #info-header #busca input[type=text]{
	margin-right:43px;
}

#palavra::-webkit-input-placeholder{color:#1f5380;}

#header #info-header #busca #enviar{
	position:absolute;
	right:0px;
	top:0px;
	background:url(../images/btn-ok.png) no-repeat;
	width:38px;
	height:35px;
	text-indent:-99999px;}

#header #info-header #busca #enviar:hover{background-position-y:-36px;cursor:pointer;}
#header #info-header #busca #enviar:active{background-position-y:-72px;}

#header #info-header #contato{
	position:absolute;
	right:0px;
	top:70px;
	font-family: 'agendalightcondensed';
	font-size:17px !important;
	color:#1f5380 !important;
	text-align:right;
}

#header #info-header #contato #midias{
	margin-top:13px;
	position:absolute;
	right:0px;
	top:40px;
	width:200px;
	margin-left:555px;
}

#header #info-header #contato p{color:#1f5380;}

#header #info-header #menu{
	position:relative;
	background:url(../images/bg-menu-linhas.png) no-repeat;
	background-position:center 2px;
	width:1000px;
	height:60px;
	margin:0 auto;
	top:50px;
}

#header #info-header #menu ul li{
	display:block;
	width:100px;
	height:60px;
	margin-top:3px;
	padding-top:-10px;
	padding-right:97px;
	float:left;
	list-style:none;
}

#header #info-header #menu ul li a{
	background:url(../images/seta-menu.png) no-repeat;
	background-position:center -10px;
	font-family: 'agendamediumcondensed';
	font-size:24px;
	display:block;
	width:200px;
	height:52px;
	padding-top:20px;
	margin-top:-2px;
	text-decoration:none;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
}
#header #info-header #menu ul li a#institucional{padding-left:0px;}
#header #info-header #menu ul li a#contato{top:0px;left:0px;}

#content iframe#fotos{
	width:687px;
	height:365px;
}

#content a.fotos-institucional{
	display:block;
	width:135px;
	height:70px;
	overflow:hidden;
	float:left;
	margin:3px 3px 0 0;
}

#wrapper #content a#fotos-institucional-right{
	margin:3px 0 0 0 !important;
}

#header #info-header #menu li a:hover,
#header #info-header #menu li a.selected{
	background:url(../images/seta-menu.png) no-repeat;
	background-position: center 0px;
	color:#7cc1e6;	
	z-index:2;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
/*############HEADER############*/

/*############WRAPER############*/
#wrapper{
	position:relative;
	width:1000px;
	margin:0 auto;
	margin-top:40px;
}

#wrapper #content{
	position:relative;
	width:690px;
	min-height:730px;
	font-family: 'agendalightcondensed';
	font-size:19px;
	color:#505050;
	margin-bottom:70px;
}


#wrapper #content #container{
	position:relative;
	min-height:900px;
	margin-bottom:100px;
}

#content #display-produtos{
	position:relative;
	background:#e8e8e8;
	width:250px;
}

#content #display-produtos #titulo-categoria{
	position:relative;
	background:url(../images/bg-titulo-categoria.png) no-repeat;
	width:250px;
	height:32px;
}

#content #display-produtos #titulo-categoria p{
	font-family: 'agendalightcondensed', sans-serif;
	font-weight:400;
	font-size:19px;
	text-transform:uppercase;
	color:#FFF;
	padding-top:4px;
	padding-left:20px;
}

#content #display-produtos #produto{
	padding:8px 0;
}

#content #display-produtos #produto a{
	font-family: 'agendalightcondensed', sans-serif;
	font-weight:400;
	font-size:19px;
	color:#303030;
	margin:2px 0;
	padding-left:30px;
	display:block;
	width:220px;
	line-height:100%;
	text-decoration:none;
}

#content #display-produtos #produto a:hover,
#content #display-produtos #produto a.selected{
	background:url(../images/bg-hover-produto.png) no-repeat;
	cursor:pointer;
}

#content #content-produtos{
	position:absolute;
	width:330px;
	top:0px;
	left:335px;
}

#content #content-produtos #foto-produto h2{
	font-family: 'agendaboldcondensed';
	font-weight:normal;
	width:330px;
	color:#1f5380;
	overflow:hidden;
	font-size:20px;
	text-transform:uppercase;
}

#content #content-produtos #foto-produto p{
	position:absolute;
	font-family: 'agendaboldcondensed', sans-serif;
	font-weight:400;
	display:block;
	color:#505050;
	font-size:13px;
	margin-top:-22px;
	padding-top:387px;
}

#content #content-produtos #foto-produto div a.jqzoom{
	position:absolute;
	width:330px;
	height:330px;
	top:35px;
	left:0px;
}

#wrapper #content-produtos #foto-produto div a.jqzoom img{
	border:solid 1px #999;
}

#content #content-produtos #foto-produto div a.mostra-detalhes{
	width:102px;
	height:30px;
	position:absolute;
	float:right;
	left:231px;
	top:380px;
	text-indent:-999999px;
	background:url(../images/btn-ampliar.png) no-repeat;
}
#content #content-produtos #foto-produto div a.mostra-detalhes:hover{
	background-position-y:-30px;
}
#content #content-produtos #foto-produto div a.mostra-detalhes:active{
	background-position-y:-60px;
}

#content #content-produtos #fotos-produto h2{
	position:absolute;
	font-family: 'agendaboldcondensed', sans-serif;
	font-weight:normal;
	font-size:19px;
	color:#1f5380;
	top:440px;
}

#wrapper #content-produtos #fotos-produto ul{
	position:absolute;
	top:470px;
}

#wrapper #content-produtos #fotos-produto ul li{
	list-style:none;
	display:block;
	width:78px;
	height:78px;
	float:left;
	margin-top:10px;
	margin-right:2px;
	border:solid 1px #999;
	cursor:pointer;
	overflow:hidden;
   	opacity: 0.7;
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
   	filter: alpha(opacity = 70);
}

#wrapper #content-produtos #fotos-produto ul li:hover{
	display:block;
	width:78px;
	height:78px;
	float:left;
	margin-right:2px;
	border:solid 1px #333;
	overflow:hidden;
   	opacity: 1;
	-moz-opacity:1;
	-webkit-opacity:1;
   	filter: alpha(opacity = 100);
}

#content #content-produtos #descricao-produto{
	position:absolute;
	float:right;
	width:330px;
	font-family: 'agendalightcondensed', sans-serif;
	top:600px;
	font-weight:400;
	font-size:19px;
	color:#505050;
}

#content #content-produtos #descricao-produto h2{
	font-family: 'agendaboldcondensed', sans-serif;
	font-weight:normal;
	font-size:19px;
	color:#1f5380;
}

#content #content-produtos #descricao-produto p{
	font-family: 'agendalightcondensed', sans-serif;
	font-weight:400;
	font-size:19px;
	color:#505050;
	margin-top:10px;
	padding-bottom:10px;
}

#content #content-produtos #descricao-produto a#solicitar-orcamento{
	background:url(../images/btn-solicitar-orcamento.png) no-repeat;
	background-position:0 0;
	margin-top:30px;
	display:block;
	width:166px;
	height:40px;
	margin-left:90px;
	text-indent:-99999px;
	bottom:70px;
}

#content #content-produtos #descricao-produto a#solicitar-orcamento:hover{
	background-position-y:-40px;
}
#content #content-produtos #descricao-produto a#solicitar-orcamento:active{
	background-position-y:-80px;
}
	
#content #borda{
	position:relative;
	width:695px;
	margin-bottom:30px;
	border-bottom:solid 1px #aeaeae;
}

#content #data-noticia{
	color:#505050;
}

#content #content-servicos{
	position:relative;
	top:15px;
	font-family: 'agendalightcondensed', sans-serif;
	font-weight:400;
	font-size:19px;
	color:#303030;
	padding-bottom:45px;
}

#content #content-noticia{
	position:relative;
	top:15px;
	font-family: 'agendalightcondensed', sans-serif;
	font-weight:400;
	font-size:19px;
	color:#303030;
	padding-bottom:45px;
}

#content #content-noticia a,
#content p#titulo-noticia a{text-decoration:none;color:#303030;}
#content #content-noticia a:hover,
#content p#titulo-noticia a:hover{text-decoration:underline;}

#content p#titulo-servico,
#content p#titulo-noticia{
	font-size:19px;
	text-transform:uppercase;
}

#content #paginacao a{
	background:url(../images/btn-paginacao.png) no-repeat;
	color:#fff;
	display:block;
	width:36px;
	height:29px;
	text-align:center;
	padding-top:6px;
	border:solid 1px;
	float:left;
	margin-right:3px;
	text-decoration:none;
}
#content #paginacao a:hover{
	background-position-y:-35px;
}

#content #plugins-sociais{
	width:700px;
	height:39px;
	position:relative;
	margin-top:20px;
}

#content #plugins-sociais #facebook{
	width:170px;
	height:20px;
	position:absolute;
	left:0px;
	top:10px;
}
#content #plugins-sociais #twitter{
	width:105px;
	height:20px;
	position:absolute;
	left:170px;
	top:10px;
}
#content #plugins-sociais #google{
	width:105px;
	height:20px;
	position:absolute;
	left:278px;
	top:10px;
}
#content #plugins-sociais #pinterest{
	width:105px;
	height:20px;
	position:absolute;
	left:360px;
	top:10px;
}

#content a#outras-noticias{
	position:relative;
	background:url(../images/btn-noticias.png) no-repeat;
	background-position:0 0;
	margin-top:30px;
	display:block;
	width:166px;
	height:28px;
	font-family: 'agendaboldcondensed', sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#fff;
	text-align:center;
	margin-left:0px;
	padding-top:11px;
}
#content a#outras-noticias:hover{background-position-y:-40px;text-decoration:none;}
#content a#outras-noticias:active{background-position-y:-80px;}

/*############WRAPPER############*/

/*############SIDEBAR############*/
#wrapper #sidebar{
	position:relative;
	width:260px;
	float:right;
}

#wrapper #sidebar h3{
	font-family: 'agendaboldcondensed', sans-serif;
	font-weight:normal;
	font-size:20px;
	text-align:center;
	color:#FFF;
	padding-top:10px;
}

#wrapper #sidebar p{
	font-family: 'agendalightcondensed', sans-serif;
	font-size:20px;
	text-align:center;
	color:#303030;
}

#wrapper #sidebar #recomendamos{
	position:relative;
	background:url(../images/bg-sidebar-recomendamos.png) no-repeat;
	background-position:center top;
	height:260px;
	overflow:hidden;
}

#wrapper #sidebar #recomendamos a img,
#wrapper #sidebar #recomendamos img{
	position:absolute;
	width:220px;
	height:190px;
	top:49px;
	left:19px;
	overflow:hidden;
}

#wrapper #sidebar #recomendamos:hover{
	background:url(../images/bg-sidebar-recomendamos.png) no-repeat;
	background-position:center -260px ;
}
/*
#wrapper #sidebar #recomendamos #content-recomendamos{
	position:absolute;
	top:42px;
	left:13px;
	width:210px;
	height:180px;
	padding:10px;
	overflow:hidden;
	border:solid 1px red;
}
*/
#wrapper #sidebar #facebook{
	position:relative;
	background:url(../images/btn-sidebar-2.png) no-repeat;
	height:260px;
	top:25px;
}

#wrapper #sidebar a#noticias-sidebar{
	position:relative;
	display:block;
	background:url(../images/btn-noticias-sidebar.png) no-repeat;
	top:50px;
	height:50px;
	padding-bottom:50px;
	cursor:pointer;
}
/*############SIDEBAR############*/

/*############CONTATO############*/
#wrapper #content-contato{
	position:relative;
	min-height:1050px;
	margin-bottom:50px;
}

#wrapper #mapa{
	position:relative;
}

#wrapper #content-contato h4{
	font-family: 'agendaboldcondensed';
	font-weight:normal;
	color:#1f5380;
	font-size:20px;
	padding-bottom:20px;
} 

#wrapper #content-contato #mapa{
	position:relative;
	width:550px;
	height:415px;
}
#wrapper #content-contato #mapa #borda{
	position:relative;
	width:485px;
	height:305px;
	padding:33px;
	border:solid 1px #c3c3c3;
}

#wrapper #content-contato #mapa img{
	position:relative;
	background:#c3c3c3;
	width:485px;
	height:305px;
	left:30px;
	top:32px;
}

#wrapper #content-contato #fale-conosco{
	position:relative;
	width:400px;
	height:415px;
	float:right;
	top:-415px;
}

#nome-fale::-webkit-input-placeholder,
#email-fale::-webkit-input-placeholder,
#mensagem-fale::-webkit-input-placeholder,
#nome-or::-webkit-input-placeholder,
#email-or::-webkit-input-placeholder,
#telefone-or::-webkit-input-placeholder,
#cidade-or::-webkit-input-placeholder,
#veiculo-or::-webkit-input-placeholder,
#pagamento-or::-webkit-input-placeholder,
#observacoes-or::-webkit-input-placeholder
{color:#505050;}

#wrapper #content-contato #fale-conosco #borda{
	position:relative;
	border:solid 1px #c3c3c3;
}

#wrapper #content-contato #fale-conosco input{
	position:relative;
	width:330px;
	height:30px;
	margin-bottom:12px;
	padding-left:10px;
	left:30px;
	top:30px;
	font-family: 'agendalightcondensed';
	font-size:19px;
	border:solid 1px #c3c3c3;
}

#wrapper #content-contato #fale-conosco textarea{
	position:relative;
	width:330px;
	height:173px;
	max-width:330px;
	max-height:173px;
	min-width:330px;
	min-height:173px;
	padding-left:10px;
	padding-top:7px;
	left:30px;
	top:30px;
	font-family: 'agendalightcondensed';
	font-size:19px;
	border:solid 1px #c3c3c3;
}

#wrapper #content-contato #fale-conosco .btn{
	position:relative;
	background:url(../images/btn-enviar.png) no-repeat;
	text-indent:-99999px;
	left:270px;
	width:102px;
	height:35px;
	border:none;
	margin-top:12px;
	margin-bottom:56px;
	cursor:pointer;
}

#wrapper #content-contato #fale-conosco .btn:hover{background-position-y:-35px;}
#wrapper #content-contato #fale-conosco .btn:active{background-position-y:-70px;}

#wrapper #content-contato #endereco{
	position:absolute;
	top:463px;
	margin-bottom:102px;
	padding-top:15px;
	width:1000px;
	height:40px;
	font-family: 'agendaboldcondensed';
	font-weight:normal;
	color:#1f5380;
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
	border-bottom:solid 1px #c3c3c3;
	border-top:solid 1px #c3c3c3;
}

#wrapper #content-contato #orcamento{
	position:absolute;
	width:1000px;
	top:568px;
	padding-bottom:100px;
}

#wrapper #content-contato #orcamento #borda{
	position:relative;
	height:340px;
	padding-top:32px;
	padding-left:30px;
	border:solid 1px #c3c3c3;
}

#wrapper #content-contato #orcamento input{
	width:452px;
	height:30px;
	padding-left:10px;
	margin-right:5px;
	margin-bottom:12px;
	font-family: 'agendalightcondensed';
	font-size:19px;
	border:solid 1px #c3c3c3;
}

#wrapper #content-contato #orcamento textarea{
	width:925px;
	height:128px;
	max-width:925px;
	max-height:128px;
	min-width:925px;
	min-height:128px;
	padding-left:10px;
	padding-top:7px;
	margin-bottom:12px;
	font-family: 'agendalightcondensed';
	font-size:19px;
	border:solid 1px #c3c3c3;
}

#wrapper #content-contato #orcamento .btn{
	position:relative;
	background:url(../images/btn-enviar.png) no-repeat;
	text-indent:-99999px;
	width:102px;
	height:35px;
	left:835px;
	border:none;
	cursor:pointer;
}

#wrapper #content-contato #orcamento .btn:hover{background-position-y:-35px;}
#wrapper #content-contato #orcamento .btn:active{background-position-y:-70px;}


/*############CONTATO############*/

/*############BUSCA############*/
.retorno-busca{
	position:relative;
	min-height:190px;
	margin-bottom:20px;
	border-bottom:solid 1px #cacaca;
	overflow:hidden;
}

.retorno-busca p{
	position:relative;
	float:left;
}

.retorno-busca img#imagem-busca{
	float:left;
	border:solid 1px #aeaeae;
	padding:5px;
}

.retorno-busca a#titulo-busca{
	float:left;
	margin-left:20px;
	text-decoration:none;
	color:#505050;
}

.retorno-busca a#titulo-busca:hover{text-decoration:underline;}

.retorno-busca #descricao-resultado{
	position:absolute;
	width:505px;
	left:180px;
}

/*############FOOTER############*/
#footer{
	position:relative;
	background:#e8e8e8;
	width:100%;
	height:270px;
}

#footer #info-footer{
	position:relative;
	width:1000px;
	height:270px;
	margin:0 auto;
}

#footer #info-footer h4{
	font-family:'agendaboldcondensed';
	font-size:20px;
	font-weight:normal;
	color:#1f5380;
	padding-bottom:20px;
}

#footer #info-footer #logo-footer{
	position:relative;
	width:257px;
	height:120px;
	top:49px;
	float:left;
}

#footer #info-footer #endereco{
	position:relative;
	width:275px;
	height:115px;
	float:left;
	top:49px;
	left:97px;
	font-family: 'agendalightcondensed';
	color:#1f5380;
	font-size:19px;
	overflow:hidden;
}

#footer #info-footer #endereco p{
	font-family: 'agendalightcondensed';
	color:#50505;
	font-size:19px;
}

#footer #info-footer #endereco p#email{color:#505050;}

#footer #info-footer #contato-footer{
	position:relative;
	width:300px;
	height:100px;
	top:49px;
	float:right;
}

#footer #info-footer #contato-footer p{
	font-family: 'agendalightcondensed';
	color:#505050;
	font-size:19px;
	padding-bottom:3px;
	margin-top:-2px;
}

#footer #info-footer #direitos{
	position:relative;
}

#footer #info-footer #direitos p{/*Open Sans*/
	position:absolute;
	width:1000px;
	top:230px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	font-size:11px;
	color:#505050;
	text-align:center;
}

#footer #info-footer #direitos a{color:#505050; text-decoration:none;}
#footer #info-footer #direitos a:hover{text-decoration:underline;}
