﻿#Contato #feedback-page{
	text-align:center;
}

#Contato #form-main{
	width:100%;
	padding-top:0;
}

#Contato #form-div {
	background-color:rgba(0, 0, 0, 0.28);
	padding:10px;
	max-width: 450px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#Contato #form-div p {
	margin-bottom: 3px;

}
#Contato .feedback-input {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	background-color: #fbfbfb;
	padding-top: 10px;
	margin-bottom: 3px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #ffffff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#Contato .feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
}
#Contato .focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#Contato #nome {
	background-image: url(../IMG/SVG/name.svg);
	background-size: 30px 30px;
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding-left:40px;
	height:44px;
}

#Contato #nome:focus {
	background-image: url(../IMG/SVG/name.svg);
	background-size: 30px 30px;
	background-repeat: no-repeat;
}

#Contato #email {
	background-image: url(../IMG/SVG/email.svg);
	background-size: 30px 30px;
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding-left:40px;
	height:44px;
}

#Contato #email:focus {
	background-image: url(../IMG/SVG/email.svg);
	background-size: 30px 30px;
	background-repeat: no-repeat;
}

#Contato #msg{
	background-image: url(../IMG/SVG/comment.svg);
	background-size: 30px 30px;
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding-left:40px;
	margin-bottom:10px;
}

#Contato textarea {
	width: 100%;
	height: 196px;
	line-height: 150%;
	resize:vertical;
}

#Contato input:hover, #Contato textarea:hover, #Contato input:focus, #Contato textarea:focus {
	background-color:white;
}

#Contato .button-blue{
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:10px;
	padding-bottom:10px;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	margin-top:-4px;
	font-weight:700;
}

#Contato .button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}

#Contato .submit:hover {
	color: #3498db;
}

#Contato .ease {
	width: 0;
	height: 53px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

#Contato .submit:hover .ease{
	width:100%;
	background-color:white;
}

@media only screen and (max-width: 580px) {
	#Contato #form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}