@charset "utf-8";
/* form */

/** all devices and responsive browser windows **/
@media screen and (max-width: 800px) {
	
	#container {
		width: 100%;
	}
	#form1 #aligned {
		width: 100%;
		float: none;
		display: block;
	}
	#form1 #aside {
		width: 100%;
		display: block;
		float: none;
	}
	#form1 .txtinput, #form1 textarea {
		width: 85%;
	}
	#prioritycase {
		float: left;
		display: block;
	}
	#recipientcase {
		float: left;
		display: block;
		margin-right: 55px;
	}
}


/* smaller screen dropoff *******/
@media only screen and (max-width: 550px) {
 	#form1 .txtinput, #form1 textarea {
		width: 80%;
	}
}

/* iPhone Landscape ********/
@media only screen and (max-width: 480px) {
	body {
		padding: 10px 0px;
	}
	select.selmenu {
		width: 190px;
	}
}

/* iPhone portrait *******/
@media only screen and (max-width: 320px) {
	body {
		padding: 10px 0px;
	}
 	#form1 .txtinput, #form1 textarea {
		width: 70%;
	}
	#form1 #aligned {
		overflow: hidden;
	}
	select.selmenu {
		width: 160px;
	}
	#recipientcase {
		margin-right: 30px;
	}
}

#container {
	max-width: 380px;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
/** the form elements **/
#form1 {
	box-sizing: border-box;
}
#form1 .txtinput {
	display: block;
	font-family: 'Arial', sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 20px;
	font-size: 14px;
	padding: 11px 25px;
	padding-left: 55px;
	width: 90%;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#form1 .txtinput:focus {
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none;
}
#form1 input#nome {
	background: #fff url('../layout/form/usuario.png') 15px 12px no-repeat;
}
#form1 input#email {
	background: #fff url('../layout/form/email.png') 15px 12px no-repeat;
}
#form1 input#cidade {
	background: #fff url('../layout/form/cidade.png') 15px 12px no-repeat;
}
#form1 input#telefone {
	background: #fff url('../layout/form/fone.png') 15px 12px no-repeat;
}
#form1 textarea {
	display: block;
	font-family: 'Arial', sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 15px;
	font-size: 14px;
	padding: 11px 25px;
	padding-left: 55px;
	width: 90%;
	height: 180px;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#form1 textarea:focus {
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	outline: 0 none;
}
#form1 textarea.txtblock {
	background: #fff url('../layout/form/mensagem.png') 15px 12px no-repeat;
}
#form1 #slider {
	width: 60%;
}
#form1 #aligned {
	box-sizing: border-box;
	float: left;
	width: 450px;
	margin-right: 50px;
}
#form1 #aside {
	float: right;
	width: 350px;
	padding: 0;
	box-sizing: border-box;
	margin-top:-8px;
}
#wrapping {
	width: 100%;
	box-sizing: border-box;
}
span.radiobadge {
	display: block;
	margin-bottom: 8px;
}
span.radiobadge label {
	font-size: 1.2em;
	padding-bottom: 4px;
	color:#F00;
}
select.selmenu {
	font-size: 17px;
	color: #676767;
	padding: 9px !important;
	border: 1px solid #aaa;
	width: 200px;
}
/** custom buttons **/

#buttons {
	display: block;
	padding-top: 10px;
}
#buttons #resetbtn {
	display: block;
	float: left;
	color: #515151;
	text-shadow: -1px 1px 0px #fff;
	margin-right: 20px;
	height: 3em;
	padding: 0 1em;
	outline: 0;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgb(255,255,255)), color-stop(2%, rgb(240,240,240)), color-stop(100%, rgb(222,222,222)));
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
	background-image: linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede', GradientType=0 );
	border: 1px solid #969696;
	box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
#buttons #resetbtn:hover {
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #818181;
	background-color: #fff;
	border-color: #aeaeae;
	box-shadow: inset 0 1px 0 rgba(256, 256, 256, 0.4), 0 1px 3px rgba(0, 0, 0, 0.5);
}
#buttons #submitbtn {
	display: block;
	float: left;
	height: 3em;
	padding: 0 1em;
	border: 1px solid;
	outline: 0;
	font-weight: bold;
	font-size: 14px;
	color:  #fff;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background:#be3c3c;
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
	color: #fff;
	background:#d33f3f;
}
/** @group clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.boxInfoContato {
	width:400px;
	height:auto;
	min-height:350px;
	float:right;
	margin-top:-85px;
}
