/* CONFIGURAÇÕES GERAIS */
.boxFundo {
	margin: 0 auto;
	min-width: 1150px;
	background-size: 100% 100%;
	background-image: url("../images/boxFundo.jpg");
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	-moz-background-size: 100% 100%;
	font-family:'Roboto', sans-serif;
}
.boxFundo img.bg {
	display: none;
}
.boxCentral {
	margin: 0 auto;
	width: 1100px;
	min-height: 800px;
}
.boxConteudo  {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 5px;
	min-height: 800px;
}
.boxLogo {
	z-index: 9999;
	position: absolute;
	margin-left: 0px;
	margin-top: 0;
	height: 219px;
	width: 218px;
	background-image: url("../images/saulologo.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center; 
}
.boxNavegacao {
	margin-top: 45px;
	min-height: 600px;
	text-align: left;
}
.boxInferior {
	z-index: -1;
	margin: 0 auto;
	height: 120px;
	background-color: #000000;
	background-size: 100%;
	/* Opacidade */
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
	-webkit-opacity:0.3;
	-ms-opacity:0.3;
	-o-opacity:0.3;
}
.boxEndereco {
	z-index: 9999;
	position: absolute;
	width: 360px;
	height: 115px;
	text-align: left;
	font-size: 15px;
	color: #CDAA7D;
}
.boxFaleConosco {
	z-index: 9999;
	position: absolute;
	margin-left: 363px;
	width: 360px;
	height: 115px;
	text-align: center;
	font-size: 15px;
	color: #CDAA7D;
}
.boxMidias {
	z-index: 9999;
	position: absolute;
	margin-left: 726px;
	width: 360px;
	height: 115px;
	text-align: right;
	font-size: 15px;
	color: #CDAA7D;
}
.boxEndereco h1, .boxMidias h1, .boxFaleConosco h1 {
	font-size: 18px;
}
/* CONFIGURAÇÃO DO MENU */
.menu {
	width: 720px;
	margin-top: 165px;
	height: 5px;
	padding: 0px;
	margin-left: 270px;
	text-align: justify;
	font-family:'Alegreya Sans SC', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.menu nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #000000;
	border-radius: 10px;
	/* Opacidade */
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
	-ms-opacity:0.7;
	-o-opacity:0.7;
}
.menu nav ul {
	border-radius: 10px;
	border-bottom: 2px solid #EEE8AA;
}
.menu nav li {
	display: inline;
}
.menu nav li a {
	padding: 4px 12px;
	display: inline-block;
	/*VISUAL DO LINK*/
	color: #EEE8AA;
	text-decoration: none;
}
.menu nav li a:hover {
	color: #CDBE70;
	text-decoration: none;
}
/* CONFIGURAÇÃO DO CAROUSEL */
#carousel {
	width: 1060px;
	overflow: hidden;
	margin-left: 0px;
	border-radius: 10px;
	/*SOMBRA */ 
	box-shadow: 3px 3px 3px #1C1C1C;
	-moz-box-shadow: 3px 3px 3px #1C1C1C;
	-webkit-box-shadow: 3px 3px 3px #1C1C1C;
	-ms-box-shadow: 3px 3px 3px #1C1C1C;
	-o-box-shadow: 3px 3px 3px #1C1C1C;
}
#carousel ul {
	width: 6360px;
	padding: 0;
	margin: 0;
}
#carousel ul li {
	width: 1060px;
	text-align: center;
	height: 500px;
	list-style: none;
	float: left;
}
#carousel ul li img {
	margin-top: 0px;
	width: 1060px;
	height: 500px;
}
/* CAROUSEL-SERVIÇOS */
#outer {
	width: 100%;
	height: 100%;
	min-width: 800px;
	min-height: 400px;
	position: relative;
}
#inner {
	width: 800px;
	height: 300px;
	margin: -150px 0 0 -400px;
	position: absolute;
	top: 20%;
	left: 50%;
}
.carousel {
	width: 400px;
	height: 300px;
	overflow: hidden;
	float: left;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.7);
}
.carousel img {
	display: block;
	float: left;
	border-radius: 10px;
}
#carousel-txt {
	height: 30px;
	position: absolute;
	top: 135px;
	right: 0;
	z-index: 2;
}
#carousel-txt h3 {
	text-shadow: 0 2px 5px rgba(150, 50, 50);
	color: #CDBE70;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	width: 400px;
	height: 30px;
	padding-left: 5px;
	margin: 0;
	float: left;
}
#carousel-txt h3 a {
	text-decoration: none;
	color: #CDBE70;
}
#carousel-txt h3 a:hover {
	color: #EEE8AA;
}
#overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 400px;
	height: 300px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 10px;
}
#next, #prev {
	background: rgba(150, 50, 50, 0.9);
	color: #CDBE70;
	border-radius: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 4;
}
#prev {
	right: 50px;
}
#next {
	right: 0;
}
#prev:hover {
	text-indent: -5px;
}
#next:hover {
	text-indent: 5px;
}
/* PÁGINA HOME */
.boxMarketing {
	width: 1060px;
	height: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #CDBE70;
	text-align: center;
	background-color: #1C1C1C;
	border-radius: 10px;
	/*aplicar opacidade em css*/
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
	-ms-opacity:0.9;
	-o-opacity:0.9;
}
.bloco1 {
	z-index: 9999;
	position: absolute;
	margin-top: 10px;
	width: 1060px;
	height: 260px;
}
.bloco2 {
	z-index: 9999;
	position: absolute;
	margin-top: 300px;
	width: 1060px;
	height: 260px;
}
.boxMkt1, .boxMkt2, .boxMkt3, .boxMkt4 {
	border-radius: 10px;
	width: 255px;
	height: 240px;
}
.boxMkt1 h3, .boxMkt2 h3, .boxMkt3 h3, .boxMkt4 h3 {
	margin-top: -5px;
	margin-left: 20px;
	font-size: 25px;
	text-align: left;
}
.boxMkt1 a, .boxMkt2 a, .boxMkt3 a, .boxMkt4 a {
	text-decoration: none;
	font-family:'Roboto', sans-serif;
	color: #CDBE70;
}
.boxMkt1 a:hover, .boxMkt2 a:hover, .boxMkt3 a:hover, .boxMkt4 a:hover {
	color: #EEE8AA;
}
.boxMkt1 p, .boxMkt2 p, .boxMkt3 p, .boxMkt4 p {
	margin-top: -10px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-size: 17px;
	text-align: right;
	white-space: pre-wrap;
}
.boxMkt1 img, .boxMkt2 img, .boxMkt3 img, .boxMkt4 img {
	width: 255px;
	height: 240px;
	border-radius: 10px;
}
.boxMkt1 button, .boxMkt2 button, .boxMkt3 button, .boxMkt4 button {
	width: 260px;
	height: 20px;
	margin-top: -10px;
	border: none;
	border-radius: 10px;
	background-color: #CDBE70;
	font-family:'Roboto', sans-serif;
	font-size: 16px;
	text-align: right;
}
.boxMkt1 button:hover, .boxMkt2 button:hover, .boxMkt3 button:hover, .boxMkt4 button:hover {
	width: 260px;
	height: 20px;
	margin-bottom: 2px;
	border: none;
	border-radius: 10px;
	background-color: #EEE8AA;
	font-family:'Roboto', sans-serif;
	font-size: 16px;
	text-align: right;
}
.boxMkt1 {
	z-index: 9999;
	position: absolute;
}
.boxMkt2 {
	z-index: 9999;
	position: absolute;
	margin-left: 265px;
}
.boxMkt3 {
	z-index: 9999;
	position: absolute;
	margin-left: 530px;
}
.boxMkt4 {
	z-index: 9999;
	position: absolute;
	margin-left: 795px;
}
/* PÁGINA EMPRESA */
.boxEmpresa {
	margin-top: 45px;
	width: 1080px;
	height: 700px;
	background-color: #1C1C1C;
	text-align: center;
	color: #CDBE70;
	border-radius: 10px;
	/*aplicar opacidade em css*/
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
	-ms-opacity:0.9;
	-o-opacity:0.9;
}
.empresaSpamLeft {
	margin-left: 30px;
	margin-right: 30px;
	width: 1020px;
	height: 200px;
	text-align: left;
}
.empresaSpamRight {
	margin-left: 30px;
	margin-right: 30px;
	width: 1020px;
	height: 200px;
	text-align: right;
}
.empresaSpamLeft p {
	z-index: 9999;
	position: absolute;
	width: 660px;
	text-align: left;
	white-space: pre-wrap;
	margin-left: 360px;
	margin-top: -150px;
	font-size: 18px;
}
.empresaSpamLeft h3 {
	z-index: 9999;
	position: absolute;
	width: 660px;
	text-align: left;
	margin-left: 360px;
	margin-top: -190px;
	font-size: 22px;
}
.empresaSpamRight h3 {
	z-index: 9999;
	position: absolute;
	width: 660px;
	text-align: left;
	font-size: 22px;
	margin-right: 360px;
	margin-top: -200px;
}
.empresaSpamRight p {
	z-index: 9999;
	position: absolute;
	width: 650px;
	text-align: justify;
	white-space: pre-wrap;
	font-size: 18px;
	margin-right: 360px;
	margin-top: -190px;
}
.empresaSpamLeft img, .empresaSpamRight img {
	width: 350px;
	height: 190px;
	border-radius: 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.empresaSpamRight a, .empresaSpamLeft a {
	text-decoration: none;
	color: #CDBE70;
}
.empresaSpamLeft a:hover, .empresaSpamRight a:hover {
	color: #EEE8AA;
}
/*PÁGINA SERVIÇOS */
.servicoMarketing1 {
	z-index: 9999;
	position: absolute;
	margin: -350px 0 0 5px;
	width: 265px;
	height: 270px;
	border-radius: 10px;
	text-align: left;
}
.servicoMarketing2 {
	z-index: 9999;
	position: absolute;
	margin: -350px 0 0 275px;
	width: 265px;
	height: 270px;
	border-radius: 10px;
	text-align: left;
}
.servicoMarketing3 {
	z-index: 9999;
	position: absolute;
	margin: -350px 0 0 540px;
	width: 265px;
	height: 270px;
	border-radius: 10px;
	text-align: left;
}
.servicoMarketing4 {
	z-index: 9999;
	position: absolute;
	margin: -350px 0 0 810px;
	width: 265px;
	height: 270px;
	border-radius: 10px;
	text-align: left;
}
.servicoMarketing1 p, .servicoMarketing2 p, .servicoMarketing3 p, .servicoMarketing4 p {
	text-align: left;
	white-space: pre-wrap;
	font-size: 18px;
	width: 240px;
	margin-left: 0px;
}
/* PRODUTOS */
.boxProdutos {
	margin-top: 45px;
	width: 1080px;
	height: 920px;
	background-color: #1C1C1C;
	text-align: center;
	color: #CDBE70;
	border-radius: 10px;
	/*aplicar opacidade em css*/
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
	-ms-opacity:0.9;
	-o-opacity:0.9;
}
.produtoSpamLeft {
	margin-left: 30px;
	margin-right: 30px;
	width: 1020px;
	height: 200px;
	text-align: left;
}
.produtoSpamRight {
	margin-left: 30px;
	margin-right: 30px;
	width: 1020px;
	height: 200px;
	text-align: right;
}
.produtoSpamLeft p {
	z-index: 9999;
	position: absolute;
	width: 660px;
	text-align: justify;
	white-space: pre-wrap;
	margin-left: 360px;
	margin-top: -150px;
	font-size: 18px;
}
.produtoSpamLeft h3 {
	z-index: 9999;
	position: absolute;
	width: 660px;
	text-align: left;
	margin-left: 360px;
	margin-top: -190px;
	font-size: 22px;
}
.produtoSpamRight h3 {
	z-index: 9999;
	position: absolute;
	width: 660px;
	text-align: left;
	font-size: 22px;
	margin-right: 360px;
	margin-top: -200px;
}
.produtoSpamRight p {
	z-index: 9999;
	position: absolute;
	width: 650px;
	text-align: justify;
	white-space: pre-wrap;
	font-size: 18px;
	margin-right: 360px;
	margin-top: -170px;
}
.produtoSpamLeft img, .produtoSpamRight img {
	width: 350px;
	height: 190px;
	border-radius: 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.produtoSpamRight a, .produtoSpamLeft a {
	text-decoration: none;
	color: #CDBE70;
}
.produtoSpamLeft a:hover, .produtoSpamRight a:hover {
	color: #EEE8AA;
}
/* ORÇAMENTOS */
.boxOrcamentos {
	z-index: 9999;
	position: absolute;
	margin-top: 0px;
	margin-left: 280px;
	width: 780px;
	min-height: 570px;
	font-size: 18px;
	color: #CDBE70;
	text-align: center;
	background-color: #1C1C1C;
	border-radius: 10px;
	/*aplicar opacidade em css*/
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
	-ms-opacity:0.9;
	-o-opacity:0.9;
}
.boxOrcamentos h3 {
	margin-top: -20px;
	font-size: 16px;
}
.boxOrcaCupPer {
	z-index: 9999;
	position: absolute;
	width: 480px;
	height: 90px;
	margin-left: 260px;
	margin-top: 40px;
	text-align: left;
	font-size: 16px;
}
.boxOrcamentosImg1 {
	z-index: 9999;
	position: absolute;
	margin-left: 10px;
}
.boxOrcamentosImg1 img {
	margin-left: 10px;
	width: 220px;
	height: 180px;
	border-radius: 10px;
	/*SOMBRA */ 
	box-shadow: 3px 3px 3px #1C1C1C;
	-moz-box-shadow: 3px 3px 3px #1C1C1C;
	-webkit-box-shadow: 3px 3px 3px #1C1C1C;
	-ms-box-shadow: 3px 3px 3px #1C1C1C;
	-o-box-shadow: 3px 3px 3px #1C1C1C;
}
.boxSpam1 {
	z-index: 9999;
	position: absolute;
	width: 240px;
	height: 230px;
	margin-left: 10px;
	margin-top: 220px;
	font-size: 15px;
	text-align: justify;
}
.boxSpam2 {
	z-index: 9999;
	position: absolute;
	width: 240px;
	height: 230px;
	margin-top: 220px;
	margin-left: 270px;
	font-size: 15px;
	text-align: justify;
}
.boxSpam3 {
	z-index: 9999;
	position: absolute;
	width: 240px;
	height: 230px;
	margin-top: 220px;
	margin-left: 530px;
	font-size: 15px;
	text-align: justify;
}
.boxSpam1 img, .boxSpam2 img, .boxSpam3 img {
	width: 200px;
	height: 140px;
	margin-left: 20px;
	border-radius: 10px;
	/*SOMBRA */ 
	box-shadow: 3px 3px 3px #1C1C1C;
	-moz-box-shadow: 3px 3px 3px #1C1C1C;
	-webkit-box-shadow: 3px 3px 3px #1C1C1C;
	-ms-box-shadow: 3px 3px 3px #1C1C1C;
	-o-box-shadow: 3px 3px 3px #1C1C1C;
}
.boxSpam1 h3, .boxSpam2 h3, .boxSpam3 h3 {
	margin-top: 5px;
	text-align: center;
}
.boxOrcamentosImg1 a, .boxOrcaCupPer a, .boxSpam1 a, .boxSpam2 a, .boxSpam3 a {
	text-decoration: none;
	font-family:'Roboto', sans-serif;
	color: #CDBE70;
}
.boxOrcamentosImg1 a:hover, .boxOrcaCupPer a:hover, .boxSpam1 a:hover, .boxSpam2 a:hover, .boxSpam3 a:hover {
	color: #EEE8AA;
}

/* ORÇAMENTOS , E ETC */
.formCupulaPersonalizada {
	z-index: 9999;
	position: absolute;
	margin-top: 0px;
	margin-left: 290px;
	width: 770px;
	min-height: 590px;
	font-size: 18px;
	color: #CDBE70;
	text-align: center;
	background-color: #1C1C1C;
	border-radius: 10px;
	/*aplicar opacidade em css*/
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
	-ms-opacity:0.9;
	-o-opacity:0.9;
}
.formCupulaPersonalizada h3 {
	margin-top: -20px;
	font-size: 16px;
}
.formCupulaPersonalizada p {
	margin-bottom: 0px;
}
.cupulaPersonalizada {
	z-index: 9999;
	position: absolute;
	margin-top: -30px;
	width: 790px;
	height: 490px;
}
.cupulaPersonalizada textarea {
	background-color: #CDBE70;
	color: #1C1C1C;
	font-size: 17px;
	font-style: bold;
	width: 420px;
	height: 100px;
	border-radius: 10px;
}
.txtBoxTelOrcamento {
	margin-left: -5px;
	width: 150px;
	border-radius: 10px;
	color: #1C1C1C;
	font-size: 17px;
	font-style: bold;
	background-color: #CDBE70;
}
.lblTelOrcamento {
	z-index: 1;
	position: absolute;
	margin-left: -80px;
	margin-top: 5px;
}
.txtBoxCelOrcamento {
	margin-left: 120px;
	width: 150px;
	border-radius: 10px;
	color: #1C1C1C;
	font-size: 17px;
	font-style: bold;
	margin-bottom: 5px;
	background-color: #CDBE70;
}
.lblCelOrcamento {
	z-index: 9999;
	position: absolute;
	margin-left: 55px;
	margin-top: 5px;
}
.comentario {
	font-size: 12px;
	font-style: italic;
}
.lblSegmento {
	margin-left: -185px;
}
.lblTipo {
	margin-left: -55px;
}
.lblModelo {
	margin-left: -75px;
}
.lblMedidas {
	margin-left: -80px;
}
.lblQtde {
	margin-left: -170px;
}
.lblQTDE {
	margin-left: -160px;
}
.lblMetragem {
	margin-left: -95px;
}
.lblCostura {
	margin-left: -80px;
}
.lblTecido {
	margin-left: -70px;
}
.lblAcabamento {
	margin-left: -110px;
}
.lblQuantidade {
	margin-left: -125px;
}
.lblQUANTIDADE {
	margin-left: -140px;
}
.lblObservacoes {
	margin-left: -125px;
}
.lblArquivo {
	margin-left: -250px;
}
.txtBoxMenor {
	background-color: #CDBE70;
	margin-bottom: 5px;
	width: 150px;
	border-radius: 10px;
	color: #1C1C1C;
	font-size: 17px;
	font-style: bold;
}

/* PÁGINA CONTATO */
footer.footer {
	font-size: 12px;
	text-align: center;
}
.boxContato {
	z-index: 9999;
	position: absolute;
	margin-top: 20px;
	margin-left: 290px;
	width: 770px;
	min-height: 520px;
	font-size: 18px;
	color: #CDBE70;
	text-align: center;
	background-color: #1C1C1C;
	border-radius: 10px;
	/*aplicar opacidade em css*/
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
	-ms-opacity:0.9;
	-o-opacity:0.9;
}
.boxBannerImg img {
	z-index: 9999;
	position: absolute;
	margin-left: 25px;
	margin-top: 40px;
	width: 240px;
	height: 480px;
	border-radius: 10px;
	/*SOMBRA */ 
	box-shadow: 3px 3px 3px #1C1C1C;
	-moz-box-shadow: 3px 3px 3px #1C1C1C;
	-webkit-box-shadow: 3px 3px 3px #1C1C1C;
	-ms-box-shadow: 3px 3px 3px #1C1C1C;
	-o-box-shadow: 3px 3px 3px #1C1C1C;
}
.contatoCol-1 {
	z-index: 9999;
	position: absolute;
	margin-top: -30px;
	margin-left: 35px;
	width: 350px;
	height: 100px;
}
.contatoCol-1 p, .contatoCol-2 p {
	text-align: left;
	margin-left: 50px;
}
.contatoCol-2 {
	z-index: 9999;
	position: absolute;
	margin-top: -30px;
	margin-left: 405px;
	width: 350px;
	height: 100px;
}
.contatoForm {
	z-index: 9999;
	position: absolute;
	margin-top: 60px;
	width: 790px;
	height: 350px;
}
.lblNome, .lblEmail, .lblPergunta {
	margin-left: -65px;
	margin-right: 5px;
}
.txtBox {
	background-color: #CDBE70;
	color: #1C1C1C;
	font-size: 17px;
	font-style: bold;
	width: 420px;
	margin-bottom: 5px;
	border-radius: 10px;
}
.lblTel, .lblCel {
	margin-left: -335px;
}
.txtBoxTel, .txtBoxCel {
	background-color: #CDBE70;
	color: #1C1C1C;
	font-size: 17px;
	font-style: bold;
	width: 165px;
	margin-bottom: 5px;
	border-radius: 10px;
}
.contatoForm textarea {
	background-color: #CDBE70;
	color: #1C1C1C;
	font-size: 17px;
	font-style: bold;
	width: 420px;
	height: 100px;
	border-radius: 10px;
}

/* CONFIRMAÇÃO */
.boxConfirma {
	z-index: 9999;
	position: absolute;
	margin-top: 20px;
	margin-left: 290px;
	width: 770px;
	min-height: 520px;
	font-size: 18px;
	color: #CDBE70;
	text-align: center;
	background-color: #1C1C1C;
	border-radius: 10px;
	/*aplicar opacidade em css*/
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
	-ms-opacity:0.9;
	-o-opacity:0.9;
}
.confirma a {
	text-decoration: none;
	font-family:'Roboto', sans-serif;
	color: #CDBE70;
}
.confirma a:hover {
	text-decoration: none;
	font-family:'Roboto', sans-serif;
	color: #EEE8AA;
}

/*BOTÃO */
.btn {
	/* Tamanho */
  width: 100px;
  height: 25px;
  margin-top: 5px;
  /* Texto */
  font-family:'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #1C1C1C;
  /* Layout */
  background-color: #CDBE70;
  border-radius: 10px;
  border: 2px solid #1C1C1C;
  /* SOMBRA */
  box-shadow: 3px 3px 3px #1C1C1C;
  -moz-box-shadow: 3px 3px 3px #1C1C1C;
  -webkit-box-shadow: 3px 3px 3px #1C1C1C;
  -ms-box-shadow: 3px 3px 3px #1C1C1C;
  -o-box-shadow: 3px 3px 3px #1C1C1C;
}
.btn:hover {
  width: 110px;
  height: 30px;
  margin-top: 0px;
  border-radius: 10px;
  /* Texto */
  font-family:'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #1C1C1C;
}