.bg-form {
	background-color:#ffffff;
	height:500px;
	width:100%;
}
.bg-form-2 {
	background-color:#ffffff;
	height:700px;
	width:100%;
}
.form-conteiner {
	height: 500px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
.title-form {
	font-family: 'Open Sans', "sans-serif;";
	font-size: 22px;
	font-weight:700;
	text-align: center;
	margin-top:80px;
	color: #333333;
	height: 80px;
	width: 1100px;
}
.title-form-2 {
	font-family: 'Open Sans', "sans-serif;";
	font-size: 22px;
	font-weight:700;
	text-align: center;
	margin-top:80px;
	color: #009ada;
	height: 80px;
	width: 1100px;
}
.title-form-c {
	font-family: 'Open Sans', "sans-serif;";
	font-size: 22px;
	font-weight:700;
	text-align: center;
	margin-top:40px;
	color: #333;
	height: 50px;
	width: 1100px;
}
.button-conteiner {
	height: 70px;
	width: 354px;
	position:relative;
	margin-top:40px;
	margin-left:371px;
	margin-right:371px;
	text-align:center;
	float:left;
}
.btn-form {
  font-family:'Open Sans', "sans-serif;";
  font-weight:600;
  font-size:16px;
  text-align:center;
  color:#FFFFFF;
  height:46px;
  width:354px;
  position:relative;
  border:none;
  text-decoration:none;
  background-color:#009ada;
  margin-right: 43px;
  transition:all 0.2s ease-in;
}
.btn-form:hover {
    color:white;
    background-color:#007aa0;
	animation: shine 0.9s 0s linear;
	cursor: pointer;
}
.half-up{
	width:1100px;
	height:46px;
	margin-bottom:20px;
	margin-top:20px;
	position:relative;
	float:left;
}
.half-up-2{
	width:1100px;
	height:84px;
	margin-top:20px;
	position:relative;
	float:left;
}
#input-nombre{
	 font-family:'Open Sans', "sans-serif;";
	 position:relative;
	 float:left;
	 width: 334px;
	 height:40px;
	 padding-left:15px;
	 margin-right:21px;
	 font-size:14px;
	 font-weight:500;
	 color: #000000;
     border: 1px solid #939191;
}
#input-phone{
	 font-family:'Open Sans', "sans-serif;";
	 position:relative;
	 float:left;
	 width: 334px;
	 height:40px;
	 padding-left:15px;
	 margin-right:21px;
	 font-size:14px;
	 font-weight:500;
	 color: #000000;
     border: 1px solid #939191;
}
#input-email{
	 font-family:'Open Sans', "sans-serif;";
	 position:relative;
	 float:left;
	 width: 335px;
	 height:40px;
	 padding-left:15px;
	 font-size:14px;
	 font-weight:500;
	 color: #000000;
     border: 1px solid #939191;
}
#text-area{
	 font-family:'Open Sans', "sans-serif;";
	 position:relative;
	 float:left;
	 width: 707px;
	 height:70px;
	 padding-top:10px;
	 padding-left:15px;
	 margin-right:20px;
	 font-size:14px;
	 font-weight:500;
	 color: #000000;
     border: 1px solid #939191;
}
.option-contact{
	font-family:'Open Sans', "sans-serif;";
	font-size:16px;
	font-weight:600;
	color: #333;
	position:relative;
	float:left;
	width:354px;
	height:84px;
}
.radiobutton {
  display: inline-block;
  margin: 12px;
  position: relative;
}





/* Radio Button */
.radiobutton input[type="radio"] {
  position: absolute;
  left: -9999px;
  z-index: -9999;
  visibility: hidden;
}
.radiobutton input[type="radio"] + label {
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.radiobutton input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #999;
}
.radiobutton input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4px;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: none;
}
.radiobutton input[type="radio"]:active,
.radiobutton input[type="radio"]:focus {
  outline: 1px dashed #009ada;
}
.radiobutton input[type="radio"]:checked + label:after {
  content: "";
  background: #009ada;
  -webkit-transition: all 75ms ease-in;
  transition: all 75ms ease-in;
}


.img-message{
	width:110px;
	height:550px;
	margin-top:15px;
	margin-bottom:40px;
}