.alinha-form{
	position:relative;
	min-height: 26.875em;
	padding:0em 0em 0.938em 0.313em;
}

.caixa label{
	color:#5F5147;
	font-size: 0.688em;
	letter-spacing: 0.063em;
	padding-top: 20px;
	text-align: left;
	display:inline;
}

.caixa textarea {
	height:9.375em;
	font-size:0.750em;
	border:0.063em solid #999;
	}
	.caixa textarea:focus{
		height:9.375em;
		font-size:12px;
		border:1px solid #84C02C;
		background:#E6F2D5;
		}

.caixa input,
.caixa select,
.caixa textarea{
	background: #FAFAFA;
	border: 1px solid #999;
	font-family: 'Roboto', sans-serif;
	font-size: 0.750em;
	overflow:auto;
	margin:3px 0px 10px 0px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.caixa select{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
	background-position: 100% center;
  	background-repeat: no-repeat;
	}
	.caixa select:focus{
		outline: none;
	}

.caixa input:focus,
.caixa select:focus,
.caixa textarea:focus{
	background:#DFEFFF;
	margin:3px 0px 10px 0px;
	border:1px solid #2C6886;
	overflow:auto;
	box-shadow: 0em 0em 1em #E6F2D5;
}

.caixa option{
		background:#DFEFFF;
	}

.btn-enviar{
	float: right;
	cursor:pointer;
	width:5.625em;
	line-height:2.500em;
	background:#2C6886;
	color: #FFF;
	border: none;
	border-radius: 0.313em;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 500;
	font-size: 1.063em;
	letter-spacing: 0.065em;
	margin-top: .5em;
	overflow: hidden;
	text-transform: uppercase;
	transition:  all .2s ease-in;
}
.btn-enviar:hover{
	background: #25BEDE;
}

small.error{
	float: right;
	font-size: 0.750em;
	font-family: "Ubuntu Condensed", sans-serif;
	font-style: italic;
	color: #C00;
	background: none;
	text-align: right;
	display: inline;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

#retorno1,
#retorno2,
#retorno3,
#retorno4,
#retorno5,
#retorno6{
	background: none repeat scroll 0 0 #FF9;
    border: 1px solid #FC0;
    color: #000;
    line-height: 3.125em;
    padding: 0em 0.625em;
    position: absolute;
    z-index: 10;
	text-align: center;
	font-family:"Ubuntu Condensed", sans-serif;
	display: none;
}
#retorno1{
	top: 18.70em;
    width: 99.5%;
    height: 7.1em;
}
#retorno2{
	top: 43.45em;
    width: 100%;
    height: 7.0em;
}
#retorno3{
	top: 2em;
    width: 99%;
    height: 7.5em;
}
#retorno4{
	top: 29.55em;
    width: 99.5%;
    height: 7.1em;
}
#retorno5{
	top: 20.1em;
    width: 99.5%;
    height: 7.1em;
}
#retorno6{
	top: 15.50em;
    width: 99.5%;
    height: 7.1em;
}
@media screen and (max-width: 640px) {

#retorno1{
    height: 7.0em;
    top: 23.9em;
    width: 100%;
}

#retorno2{
    height: 7.0em;
    top: 44.45em;
}

#retorno3{
    height: 7.0em;
    top: 23.9em;
    width: 100%;
}
#retorno4{
    height: 7.0em;
    top: 30.15em;
    width: 99.5%;
}
#retorno5{
    height: 7.0em;
    top: 23.9em;
    width: 100%;
}
#retorno6{
    height: 7.0em;
    top: 15.94em;
    width: 100%;
}
}
