/* --------------------------------------------------------------    
   TIPOGRAFY
-------------------------------------------------------------- */
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 14px;
  color: #33222A;
  font-family: 'Open Sans', sans-serif;
}

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-family: 'Open Sans', sans-serif; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0 0 0 0;
}

/* Text elements
-------------------------------------------------------------- */
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

.left p {text-align: justify; margin: 16px 0;}

.justify {text-align: justify;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

/* Lists
-------------------------------------------------------------- */
li ul, 
li ol       { margin: 0; }
ul, ol      { margin: 0; }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Misc classes
-------------------------------------------------------------- */
hr {border-width: 0; height: 1px; border-top-width: 1px; border-top-color:#ddd; *width:150px;}

.small      { font-size: 10px; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.cinza		{ color: #999999; }
.white			{ color: #FFFFFF; }
.white:hover	{ color: #FFFFFF; }
.white:visited	{ color: #FFFFFF; }

.black			{ color: #000; }
.black:hover	{ color: #000; }
.black:visited	{ color: #000; }

.link_reweb			{ color: #899AB3; }
.link_reweb:hover	{ color: #899AB3; }
.link_reweb:visited { color: #899AB3; }

.clear 		{ clear: both }
.cleft 		{ clear: left }
.left 		{ float:left; }
.right 		{ float:right; }
.bold 		{ font-weight: bold; }
.bold a		{ font-weight: bold; }
.s14		{ font-size: 14px; }
.migalha 	{ font: 10px Open Sans; }
.subTitulo  { font: bold 13px Open Sans; }

.ml10  { margin-left: 	10px; }
.ml20  { margin-left: 	20px; }
.ml25  { margin-left: 	25px; }
.ml30  { margin-left: 	30px; }
.ml80  { margin-left: 	80px; }
.ml120 { margin-left: 	120px; }

.mt-45 { margin-top:-45px; }
.mt5 { margin-top:5px; }
.mt8  { margin-top:8px; }
.mt20  { margin-top:20px; }
.mt10  { margin-top:10px; }
.mt15  { margin-top:15px; }
.mt26  { margin-top:26px; }
.mt30  { margin-top:30px; }
.mt31  { margin-top:31px; }
.mt35  { margin-top:35px; }
.mt40  { margin-top:40px; }
.mt60  { margin-top:60px; }

.m0   { margin:0 auto; }
.mb5  { margin-bottom:5px; }
.mb10  { margin-bottom:10px; }
.mb15  { margin-bottom:15px; }
.mb20  { margin-bottom:20px; color:#DC222C; font-size:11px; font-family:Tahoma; }
.mb30  { margin-bottom:30px; }
.mb35  { margin-bottom:10px; color:#DC222C; font-size:11px; font-family:Tahoma; }
.mb60  { margin-bottom:60px; }

.mr5  { margin-right:5px; }
.mr10  { margin-right:10px; }
.mr15  { margin-right:15px; }
.mr20  { margin-right:20px; }
.mr24  { margin-right:24px; }
.mr30  { margin-right:30px; }
.mr35  { margin-right:35px; }
.mr36  { margin-right:36px; }
.mr40  { margin-right:40px; }
.mr44  { margin-right:44px; }
.mr50  { margin-right:50px; }
.mr70  { margin-right:70px; }
.mr90  { margin-right:90px; }

.pt70  { padding-top:70px; }
.pt60  { padding-top:60px; }
.pt25  { padding-top:25px; }
.pt20  { padding-top:20px; }
.pt15  { padding-top:15px; }
.pt10  { padding-top:10px; }

.pr20  { padding-right:20px; }
.pr40  { padding-right:40px; }
.pr50  { padding-right:50px; }
.pl10	{padding-left:10px;	}
.pl115	{padding-left:115px;	}

.m15   { margin-top: 15px }

.w75  { width: 75px; }
.w85  { width: 85px; }
.w90  { width: 90px; }
.w100  { width: 100px; }
.w110  { width: 110px; }
.w120  { width: 120px; }
.w125  { width: 125px; }
.w130  { width: 130px; }
.w135  { width: 135px; }
.w140  { width: 140px; }
.w150  { width: 150px; }
.w160  { width: 160px; }
.w165  { width: 165px; }
.w180  { width: 180px; }
.w185  { width: 185px; }
.w190  { width: 190px; }
.w220  { width: 220px; }
.w270  { width: 270px; }
.w280  { width: 280px; }
.w310  { width: 310px; }
.w320  { width: 320px; }
.w350  { width: 350px; }
.w465  { width: 465px; }
.w540  { width: 540px; }
.w640  { width: 640px; }
.w724  { width: 724px; }
.w980  { width: 980px; }

.h147 {height: 147px;}

.pr85  { padding-right:85px;  }
.pr10  { padding-right:10px;  }
.pr8  { padding-right:8px;  }
.pr5  { padding-right:5px;  }

.pt1	{ padding-top:1px;	}
.pt2	{ padding-top:2px;	}
.pt5	{ padding-top:5px;	}
.pt10	{ padding-top:10px;	}
.pt20	{ padding-top:20px;	}

.pb10	{ padding-bottom:10px;	}
.pb15	{ padding-bottom:15px;	}

.min-h300	{ min-height: 300px; }

.f_203x60   { width: 203px; height:60px; }

.h0 		{ height: 0px; }
.h85 		{ height: 85px; }
.h90 		{ height: 90px; }
.h490 		{ height: 490px; }

.padding10 { padding:20px; }

.pl20 {padding-left: 20px;}

.pleft10 { padding-left:10px; }

.tbl_garantia 	{ font: 11px Open Sans }
.arial11 		{ font: 11px Open Sans }
.nobg 			{ background: none; }
.v18			{ font-size: 18px; }
.v15			{ font-size: 15px; }
.v13			{ font-size: 13px; }
.v12			{ font-size: 12px; }
.v11			{ font-size: 11px; }
.v10			{ font-size: 10px; }
.v9 			{ font-size: 9px;  }
.v9_color 		{ font-size: 9px; color: #8DA2C0; }
.verm       	{ color: #CC0000;  }
.azul       	{ color: #0000FF;  }
.vm         	{ vertical-align:middle; }
.texto-centro	{ text-align: center; }
.texto-direita	{ text-align: right; }
.texto-esquerda	{ text-align: left; }
.hide-text 		{ text-indent:-9999px; }
.absmiddle		{ vertical-align: middle; }

.azul  { color:#2F65FF }
.verde  { color:#265E35 }

.bgcinza  { background-color:#dedede}

.border-right	{	border-right:1px solid #EAEAEA;	}
.border {  border-bottom:1px solid #BFBFBF; }

small {
    display: table;
    margin: 0 auto;
    color: #999999;
}

small a {
    color: #999999;
}


/*-----------------------------------------------------------*/
/* LINKS
-------------------------------------------------------------*/
a			{ text-decoration: none; color:inherit }
a:visited	{ text-decoration: none; color:inherit}
a:focus,
a:hover     { text-decoration: none; color:inherit}

.white a           { text-decoration: none; color: #FFFFFF;}
.white a:visited   { text-decoration: none; color: #FFFFFF;}
.white a:focus,
.white a:hover     { text-decoration: underline; color: #FFFFFF;}

.black a           { text-decoration: none; color: #000;}
.black a:visited   { text-decoration: none; color: #000;}
.black a:focus,
.black a:hover     { text-decoration: underline; color: #000;}

.linkSm				{ text-decoration: none; color: #002E64;}
.linkSm:visited		{ text-decoration: none; color: #002E64;}
.linkSm:focus,
.linkSm:hover      	{ text-decoration: none; color: #002E64; font-weight: bold}

/*-----------------------------------------------------------*/
/* MIGALHA
-------------------------------------------------------------*/
.caminho .btn-inicial { float:left; background:url(../img/btn-inicial.jpg) no-repeat; width:130px; height:31px; text-indent:-9999px; margin-top:-7px; }
.caminho .btn-inicial a {  }

.caminho .secao a {  }

.caminho a			{ text-decoration: none; color:#266533; font-weight:bold; margin-right:15px;  }
.caminho a:visited	{ text-decoration: none; color:#266533; font-weight:bold; }
.caminho a:focus,
.caminho a:hover     { text-decoration: none; color:#266533; font-weight:bold;}
 
.caminho-pao{ width:705px; }

.caminho { margin-bottom:25px; width:705px; }

.caminho img{ /*width:16px; height:13px;*/ margin-right:10px; float:left; }

/*-----------------------------------------------------------*/
/* STRUCTURE
-------------------------------------------------------------*/
html { /*height: 100%;*/ width: 100%;  }

body { width:100%; min-width:990px;  }
body#capa { width:100%; min-width:990px;  }

.row_conceitual {
  width: 100%;
  height: 253px;
  float: left;
  background: url('../img/bg.jpg') no-repeat center center;
}

.row { width:100%; float: left;}

.centro {
  width: 990px;
  margin: 0 auto;
}

.ico1 {
  padding-left: 40px;
  background: url("../img/ico_01.png") no-repeat left center;
}

.ico2 {
  padding-left: 40px;
  background: url("../img/ico_2.png") no-repeat left center;
}

.target {
  padding-left: 20px;
  background: url("../img/target.png") no-repeat left center;
  font-size: 18px;
}


.bg_wine {
  background: #993857;
  color: #ffffff;
  padding-bottom: 70px;
}
/*-----------------------------------------------------------*/
/* TOPO
-------------------------------------------------------------*/
.topo {	
	width:990px; 
	position:relative; 
	margin:0 auto; 
	height:167px; 
}
.top-logo {
	float: left;
	width: 278px;
	height: 107px;
}
.top-logo strong {
	background: url(../img/logo.png) no-repeat; 
	width: 259px;
	height: 153px;
	text-indent: -9999px;
	position: relative;
	float: left;
	top:2px;
	left: 10px;
}
.top-texto {
	float:left;
	width:504px;
	height:107px;
}
.top-texto h1 {
	text-indent: -9999px;
}
.top-dados {
	float:left;
	width:208px;
	position:relative;
	top:33px;
}
.top-dados p {
  font-size: 16px;
  margin: 0;
}

.telefone {
  font-size: 28px !important;
}

/*-----------------------------------------------------------*/
/* MENU
-------------------------------------------------------------*/
.menu { 
	width:100%; 
	height: 45px;
	background: #993857;
}
.menu ul.lista-menu {
	width:990px;
	margin:0 auto; 
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li a {
	position:relative;
	z-index:1;
	float:left;
	display: block;
	color: #ffffff;
	font-size: 15px;
	padding: 12px 99px 0 0;
}

.menu ul li a.last {
	padding: 12px 0 0 0;
}

/*-----------------------------------------------------------*/
/* RODAPE
-------------------------------------------------------------*/
.rodape {
	position:relative;
	width:100%;
	padding-top: 15px;
	background: #993857;
	float: left;
	margin-top: 30px;
}


.endereco {
	width: 200px;
	float: right;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	margin-right: 10px;
}

.seo {
	width: 990px;
	margin: 0 auto;
	padding: 15px;
	clear: both;
	color: #ffffff;
}

/*-----------------------------------------------------------*/
/* FORM
-------------------------------------------------------------*/
.formOrcamento {
	float:right;
	width:300px;
	position:relative;
	background: #993857;
	margin-top: 20px;
}

.formOrcamento strong {
	float:left;
	width:313px;
	height:151px;
	position:relative;
}
.formOrcamento h5 {
  font-size: 20px;
  color: #ffffff;
  padding: 13px 0 0 15px;
}
.formOrcamento p {
	float:left;
	width:100%;
	font-family:Open Sans;
	font-size:12px;
	position:relative;
}
form {
	float:left;
	width:260px;
	position:relative;
	margin:15px 0 0 20px;
}

input {
	float:left;
	width:249px;
	font-family:Open Sans;
	font-size:12px;
	position:relative;
	height:28px;
	margin: 0 0 10px 0;
	border: none;
	padding-left: 10px;
}
select {
	color: #666666;
	float: left;
	font-family: Open Sans;
	font-size: 12px;
	height: 28px;
	margin: 0 0 10px;
	padding-left: 5px;
	padding-top: 5px;
	position: relative;
	width: 260px;
}
textarea {
	float:left;
	width:240px;
	font-family:Open Sans;
	font-size:12px;
	position:relative;
	height:75px;
	margin: 0 0 10px 0;
	resize: none;
	padding: 10px;
}
.btn-enviar {
	float:right;
	width:100px;
	margin: 0 0 10px 0;
}

/*- -*/
.google-maps {
	position: relative;
	padding-bottom: 28%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.google-maps {
	padding-bottom: 58%;
}
#map-canvas{
	height: 548px;
	width: auto;
}

