@charset "UTF-8";
/* CSS Document */

#fono{
	float: right;
	width: 400px;
}

#fono h3{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
#fono a{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	color: #FF0004;
	font-weight: bolder;
}
#contenido form{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	width: 357px;
	margin-left: 10px;
	float: left;
	background-color: #C7C7C7;
	padding-left: 46px;
	padding-top: 40px;
	padding-bottom: 20px;
}

form h2{
	text-align: left;
	font-size: 21px;
	font-weight: normal;
}
#fono h4{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
fieldset{
	border-style: none;
}

input{
	width: 143px;
}


input  {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	font-family: Ubuntu-Bold;
	font-size: 18px;
	color: #8f8fa1;
	line-height: 1.2;
	text-align: left;
}


/*---------------------------------------------*/
input {
  height: 62px;
  padding: 0 35px 0 35px;
}


input.form-control{
	width: 250px;
	border: medium solid #FFFFFF;
}
textarea.form-control {
	min-height: 169px;
	padding: 19px 35px 0 35px;
	border-radius: 10px;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
	float: left;
	width: 250px;
	border: 10px solid #FDFDFD;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 31px;
  background-color: #fff;
  pointer-events: none;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 {
  width: calc(100% + 20px);
}




legend
{
	width: 212px;
	border-radius: 10px;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
	font-style: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	margin-top: 16px;
	padding-top: 15px;
}

input.btn{
	width: 200px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
}
