@charset "utf-8";
@import url("../fonts/fonts.css");
@import url("reset.css");

/* ---------------------------------------------------------- */

body {
	background:url(../images/fundos/body.jpg) repeat;
}
/* Genérico */
.carousel img, .carousel img:hover, #categorias img, #categorias img:hover, #footer_full #botao, #footer_full #botao:hover, #footer_full #botao:active {
	transition:all 0.1s linear 0.1s;
	-webkit-transition-duration:0.1s;-moz-transition-duration:0.1s;-ms-transition-duration:0.1s;-o-transition-duration:0.1s;transition-duration:0.1s;
}

.scale {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#boxCompartilhe img:hover {
	opacity:0.7; /* Previsto nas CSS3 já é suportado atualmente pelo Firefox 2 e pelo Ópera 9, o valor da opacidade varia de 0 a 1; */
	-moz-opacity: 0.7; /* Declaração proprietária para servir navegadores Mozilla, o valor da opacidade varia de 0 a 1; */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* valor da opacidade varia de 0 a 100. */
	filter: alpha(opacity=7); /* Declaração proprietária para servir navegadores IE o valor da opacidade varia de 0 a 100. */
}

#bx-pager img, .thumbnail img, #logos img, .qualidades, #footer_full #botao {
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
	border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

.floatLeft {float:left;}
.floatRight {float:right;}
.displayTable {display: table;}
.clearBoth {
	clear:both;
}
.txt_center {
	text-align:center !important;
}
.typeArrow li {
	padding-left:20px;
	margin:5px 0 10px 20px;
	background:url(../images/arrow.png) no-repeat left;
}
.linha {
	clear:both;
	background:url(../images/fundos/linha.png) repeat-x;
	height:7px;
	margin:15px 0;
}
body .preco {
	color:#f97a51;
	font-weight:700;
}

/* ---------------------------------------------------------- */

/* Conteúdo */

.pag_full {
	width: 100%;
	height: auto;
	display:table;
}

.pag_margem {
	width: 1035px;
	height:auto;
	margin: auto;
	display:table;
}

#internas .pag_margem {
	width:945px;
	padding:25px 45px;
	background-color:rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0 0 5px 1px #878787;
	-webkit-box-shadow: 0 0 5px 1px #878787;
	box-shadow: 0 0 5px 1px #878787;
}
	#internas h1 {
		font-family:"Lobster1.4";
		font-size:50px;
		color:#1E1E1E;
		
		text-align:center;
		margin:auto auto 40px auto;
		padding-bottom:18px;
		background: url(../images/fundos/f1.png) no-repeat bottom;
	}
	#internas h2 {
		font-family: 'TwCenMT-Medium';
		font-weight:700;
		font-size:22px;
		line-height:34px;
		color:#333;
	}
		#internas h2.tit_OpenSans {
			font-family:"Open Sans Light";
			font-size:50px;
			font-size:30px;
			color:#D0AB6F;
			text-shadow: 0px 1px 1px white;
			padding-bottom:20px;
			margin:auto;
			display: table;
			padding-top: 40px;
		}
	#internas h3 {
		font-family: 'TwCenMT-Medium';
		font-weight:700;
		font-size:18px;
		line-height:28px;
		letter-spacing: 0.4px;
		padding-bottom:10px;
		padding-top:20px;
		color:#1E1E1E;
	}
	#internas p {
		font-family: 'TwCenMT-Medium';
		font-size:17px;
		line-height:24px;
		margin:5px 0 20px 0;
	}
	
#categorias a {
	font-family: 'TwCenMT-Medium';
	font-size:20px;
	text-align:center;
	color:#1E1E1E;
	display:table;
	float:left;
	margin:20px 10px;
	padding:5px 0;
}
#categorias img {
	margin-bottom:6px;
	border:solid 8px #FFF;
	
	-moz-box-shadow: 0 0 5px 1px #878787;
	-webkit-box-shadow: 0 0 5px 1px #878787;
	box-shadow: 0 0 5px 1px #878787;
	
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari and Chrome */
	border-radius: 50%; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
	#categorias img:hover {
		border-color:#1E1E1E;

		-moz-border-radius: 0; /* Firefox */
		-webkit-border-radius: 0; /* Safari and Chrome */
		border-radius: 0; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
		behavior: url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	}
	
#logos img {
	float:left;
	margin:8px;
	-moz-box-shadow: 0 0 5px 1px #999;
	-webkit-box-shadow: 0 0 5px 1px #999;
	box-shadow: 0 0 5px 1px #999;
	padding:20px;
	width:100px;
	height:100px;
	background-color:#FFF;
}

#internas .qualidades {
	font-family: 'TwCenMT-Medium';
	margin: 20px 35px;
    float: left;
    width: 400px;
}
	#internas .qualidades h3 {
		font-size:30px;
		color:#1e1e1e;
	}
	#internas .qualidades p {
		font-size:24px;
		color:#eda537;
	}
	.qualidades img {
		float:left;
		margin-right:30px;
		margin-top:20px;
	}
	.qualidades#rapidez {
		width: 600px;
		display: table;
		margin: 50px auto 10px auto;
		float: none;
	}
	.qualidades#rapidez h3 {
		padding-top:35px;
	}

.tipos {
	float:left;
	width:250px;
	margin:30px;
}
.tipos img {
	width:100%;
	border: solid 8px #FFF;
  -moz-box-shadow: 0 0 5px 1px #CCC;
  -webkit-box-shadow: 0 0 5px 1px #CCC;
  box-shadow: 0 0 5px 1px #CCC;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(border-radius.htc);
  
  transition:all 0.3s ease-in-out 0.3s;
	-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;
}
	.tipos img:hover {
		border-color:#DDD;
		transition:all 0.3s ease-in-out 0.3s;
	-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;
	}