.fixed-nav{  
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.form-email{
	float: right;
	width: 45%;
	background-color: #FFFFFF;
	margin: 2% auto 0;
	border: 2px solid #963835;
}

.form-email h3{
	font-size: 1.4em;
	font-weight: 700;
	margin: 1em 0 1em 0;
	text-align: center;
	color: #963835;
}

.form-email form{
	width: 100%;
	height: 75%;
	margin-right: 1em;
}

.form-email input{
	width: 70%;
	margin-right: 5%;
	float: right;
	height: 1.7em;
	margin-bottom: 0.7em;
}

.form-email textarea{
	margin-right: 5%;
	width: 70%;
	float: right;
	height: 9.4em;
	margin-bottom: 0.6em;
}

.form-email input[type="submit"]{
	width: 30%;
	height: 2.5em;
	color: #963835;
	text-decoration: none;
	border: 0;
	text-align: center;
	font-weight: 100;
	background: #FFFFFF;
	outline: 0;
	font-size: 1em;
	float: right;
	margin-bottom: 20px;
	border: 2px solid #963835;
	border-radius: 10px;
	font-weight: 600;
	transition:all linear 0.15s;
}


.form-email input[type="submit"]:hover{
	color: #FFFFFF;
	background-color: #963835;
	cursor: pointer;
}

#email-envio{
	width: 70%;
	float: left;
	text-align: left;
	font-size: 1.2em;
	height: 1.7em;
	margin: 0 0 0.7em 1.7em;
	color: #963835;
}

.barra-titulo {
	border: none;
	margin: 0 auto;
}

.descricao-produto{
	width: 80%;
	margin: 0 auto;
}
.titulo-produto{
	width: 100%;
	font-size: 36px;
	margin: 15px auto;
	text-align: center;
	float: right;
}
#imagem-produto{
	float: left;
	margin: 0 5px 20px 0;
	border: 1.5px solid rgb(96,38,35);
	max-height: 100%;
	max-width: 50%;
}

.destaque {
	font-size: 24px;
	clear: both;
	margin-bottom: 1em;
	text-align: justify;
}
.inf-produto{
	width: 100%;
}
.inf-produto p{
	font-size: 22px;
	font-weight: 300;
	text-indent: .75em;
	line-height: 1.5em;
}

.inf-produto h3{
	font-size: 26px;
	font-weight: 400;
	margin: 3em .5em .5em .5em;
	color: rgb(96,35,38);

}

.inf-produto ul{
	font-size: 20px;
	font-weight: 300;
	/*float: right;*/
	list-style: none;
	width: 100%;
}

.dwr-satellite ul , .dwr-servidor ul {
	float: none;
}

.dwr-satellite {
	float: left;
	width: 50%;
}

.dwr-servidor {
	width: 50%;
	float: left;
}

.inf-produto ul li:before{
  	color: rgb(96,38,35);
  	margin-right: .5em;
}

.inf-produto ul li {
	margin: 15px 0 15px 0;
	list-style: square url('/image/square.png');
}

.inf-produto ol{

	margin: 3em 0 1em 0;
	width: 100%;
}

.inf-produto ol li{
	font-size: 17px;
	font-weight: 300;
	list-style-type: disc;
}

.inf-secundarias li{
	list-style: none;
}
.descricao-produto h2{
	clear: both;
	font-size: 26px;
	margin: 2em;
}
.descricao-produto p{
	font-size: 22px;
	font-weight: 300;
	text-indent: .75em;
	line-height: 1.25em;
}
.galeria-produto{
	width: 100%;
	float: left;
	margin-bottom: 8%;
	margin-top: 2%;
}
.galeria-produto ul{
	width: 100%;
	list-style: none;
	display: inline-block;
	float: none;
}

.galeria-produto img{
	width: 100%;
	margin: 1em 0 1em 0;
	border: 2px solid rgb(96,38,35);
	opacity: 0.7;
}

.galeria-produto img:hover{
	opacity: 1;
	filter: alpha(opacity=99);
}


@media screen and (max-width: 1023px) {

	#imagem-produto{
		max-width: 100%;
	}
	.secondary-menu{
		display: none;
	}
	.inf-produto h3{
		font-size: 22px;
	}
	.inf-produto ol{
		font-size: 16px;
	}
	.inf-produto ul{
		font-size: 18px;
	}
	.galeria-produto{
		width: 100%;
	}
	.galeria-produto img{
		width: 100%;
	}
	.image-ajust {
		width: 100% !important;
	}

	.image-ajust2 {
		width: 100% !important;
	}
	div.figura {
		width: 100%;
	}

	.galeria-produto ul li:last-child{
		display: none;
	}

	.form-email {
		width: 100%;
	}
}

@media screen and (max-width: 435px) {
	.form-email {
    	width: 100%;
	}
}
