/*DUVIDAS*/

.duvidasButton{
	position:relative;
	width:984px;
	min-width:320px;
	height:60px;
	margin:auto;
	cursor:pointer;
	text-align:left;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:60px;
	font-size: 36px;
	padding:0 15px 0 15px;
	opacity:1;
}

.duvidasButton a{
	display: block;
	width:100%;
	height:60px;
	font-size: 36px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:60px;
	padding:0 0 0 0;
	text-decoration:none;
	color:#FFFFFF;
	background: url("../images/Global/BTSetaNextWhite.png") no-repeat;
	background-size:18px 32px;
	background-position:bottom 15px right 0;
	opacity: 0.9;
}

.duvidasButton a:hover{
	background: url("../images/Global/BTSetaNextWhite.png") no-repeat;
	background-size:18px 32px;
	background-position:bottom 15px right 0;
	opacity: 1;
}

.duvidasButtonClosed{
	position:relative;
	width:984px;
	min-width:320px;
	height:60px;
	margin:auto;
	cursor:pointer;
	text-align:left;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:60px;
	font-size: 36px;
	padding:0 15px 0 15px;
	opacity:1;
}

.duvidasButtonOpen{
	position:relative;
	width:984px;
	min-width:320px;
	height:60px;
	margin:auto;
	cursor:pointer;
	text-align:left;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:20px;
	font-size: 36px;
	padding:20px 15px 0 15px;
	opacity:0.6;
}

.duvidasButtonClosed span.duvidasArrow{
	position:absolute;
	top:0;
	right:15px;
	width:61px;
	height:100%;
	background:url("../images/Global/BTSetaUpDownWhite.png") no-repeat;
	background-position:right -61px center;
}

.duvidasButtonOpen span.duvidasArrow{
	position:absolute;
	top:0;
	right:15px;
	width:61px;
	height:100%;
	background:url("../images/Global/BTSetaUpDownWhite.png") no-repeat;
	background-position:right center;
}

.contactFromDiv{
	width:984px;
	min-width:320px;
	margin:auto;
	padding:0;
	text-align:left;
	background-color:transparent;
	overflow:hidden;
	padding:0 15px 0 15px;
}

.contentForm{
	width:100%;
	margin:auto;
	padding:20px 0 52px 0;
	text-align:left;
	background-color:transparent;
	overflow:hidden;
}

.formBlock1{
	width:51.57%;
	margin:0;
	padding:0 25px 0 0;
	border:0;
	border-collapse:collapse;
	float:left;
}
.formBlock2{
	width:48.43%;
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	float:left;
}

/*End DUVIDAS*/


#formDuvidas label.fieldLabel{
	color:#FFFFFF;
	margin:20px 0 5px 0;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:20px;
	font-size: 18px;
	display:block;
}

#formDuvidas input{
	width:100%;
	height:44px;
	font-size:19px;
	font-family: 'Source Sans Pro', sans-serif;
	margin:0 0 0 0;
	padding:0 50px 0 15px;
	border:1px #999999 solid;
	outline:0;
	-webkit-transition: box-shadow .7s, -moz-box-shadow .7s, -webkit-box-shadow .7s;
	-moz-transition: box-shadow .7s, -moz-box-shadow .7s, -webkit-box-shadow .7s;
	transition: box-shadow .7s, -moz-box-shadow .7s, -webkit-box-shadow .7s;
}

#formDuvidas input:focus{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.8);
	box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.8);
	border:1px #999999 solid;
	outline:0;
}

#formDuvidas textarea{
	width:100%;
	height:133px;
	font-size:19px;
	font-family: 'Source Sans Pro', sans-serif;
	margin:0 0 0 0;
	padding:10px 15px 15px 15px;
	border:1px #999999 solid;
	outline:0;
	-webkit-transition: box-shadow .7s, -moz-box-shadow .7s, -webkit-box-shadow .7s;
	-moz-transition: box-shadow .7s, -moz-box-shadow .7s, -webkit-box-shadow .7s;
	transition: box-shadow .7s, -moz-box-shadow .7s, -webkit-box-shadow .7s;
}

#formDuvidas textarea:focus{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.8);
	box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.8);
	border:1px #999999 solid;
	outline:0;
}

#formDuvidas .btsubmit{
	width:100%;
	height:44px;
	line-height:44px;
	margin:41px 0 0 0;
	padding:0;
	font-size:16px;
	cursor:pointer;
	color:#FFFFFF;
	border:none;
	background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	float:right;
}

#formDuvidas .btsubmit:hover{
	color:#FFFFFF;
	background: #ff7667; /* Old browsers */
background: -moz-linear-gradient(top,  #ff7667 0%, #fb3f3f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7667), color-stop(100%,#fb3f3f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff7667 0%,#fb3f3f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff7667 0%,#fb3f3f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff7667 0%,#fb3f3f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff7667 0%,#fb3f3f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7667', endColorstr='#fb3f3f',GradientType=0 ); /* IE6-9 */
}

#formDuvidas .profBt{
	display: block;
	width:100%;
	max-width:220px;
	height:44px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	line-height:40px;
	margin:25px 0 0 0;
	text-decoration:none;
	text-align:center;
	padding:0;
	color:#FFFFFF;
	border:none;
background: #636363; /* Old browsers */
background: -moz-linear-gradient(top, #636363 1%, #565656 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #636363 1%,#565656 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #636363 1%,#565656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
	float: right;
}

#formDuvidas .profBt:hover{
	color:#FFFFFF;
	background: #727272; /* Old browsers */
background: -moz-linear-gradient(top, #727272 0%, #6b6b6b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #727272 0%,#6b6b6b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #727272 0%,#6b6b6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#6b6b6b',GradientType=0 ); /* IE6-9 */
}

::-webkit-input-placeholder {
    color: #CCCCCC;
}
:-moz-placeholder {
    color: #CCCCCC;
}
::-moz-placeholder {
    color: #CCCCCC;
}
:-ms-input-placeholder {
    color: #CCCCCC;
}

/*End Contacto Form */

/* Error Styles */

#formDuvidas label.error{
	display:block;
	margin:5px 0 15px 0;
	font-size:16px;
	line-height:20px;
	color:#CC0001;
	transition: display .7s, display .7s, display .7s;
	font-family: 'Source Sans Pro', sans-serif;
}

#formDuvidas input.error,
#formDuvidas textarea.error{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(204,0,1,1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(204,0,1,1);
	box-shadow: 0px 0px 5px 1px rgba(204,0,1,1);
	border:1px #CC0001 solid;
	outline:0;
}

/* End Error Styles*/

/* Media Queries */

@media (max-width:999px){
.duvidasButton, .duvidasButtonClosed, .duvidasButtonOpen, .contactFromDiv{
	width:100%;
}

}

@media (max-width:480px){
.formBlock1, .formBlock2{
	width:100%;
	padding:0 0 0 0;
	clear:both;
}
.formBlock1 input{
	width:100%;
}
}

/* End Media Queries */