/*body {
	background: url(../img/pantallas/thanks_320.png)no-repeat 0 0;
	opacity: .6;
}*/


section.form-01 {
	padding-bottom: 89px;
	padding-top: 35px;
}

section.form-02 {
	padding-bottom: 44px;
	padding-top: 35px;
}

section.form .text .col-md-2:last-child {
	text-align: right;
}

section.form-01 .text span.detail {
	margin-top: 15px;
}

section.form h1 {
	margin-bottom: 45px;
}

section.form h2 {
	margin-bottom: 20px;
	margin-top: 10px;
}

section.form p.black {
	margin-bottom: 31px;
}

section.form-02 p.black {
	text-align: left;
}

section.form p.grey {
	display: inline-block;
	vertical-align: middle;
}

section.form p.grey.bold {
	font-family: 'NHaasGroteskTXStd-75Bd';
	margin-right: 7px;
}

section.form label.grey.bold {
	font-family: 'NHaasGroteskTXStd-75Bd';
	margin-right: 7px;
	display: inline;
}

section.form ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

section.form ul li {
	color: #999;
	display: inline-block;
	font-family: 'NHaasGroteskTXStd-75Bd';
	font-size: 12px;
	line-height: 40px;
	margin-left: 13px;
	margin-right: 13px;
	vertical-align: middle;
}

section.form ul li a {
	color: #999;
	position: relative;
}

section.form ul li a span {
	background: #1c1c1c;
  height: 2px;
  margin-top: 19px;
  position: absolute;
  width: 0;
}

section.form ul li a:hover span {
	width: 100%;
}

section.form ul li a:hover {
	color: #1c1c1c;
}

section.form label {
	color: #999;
	display: block;
	font-family: 'NHaasGroteskTXStd-55Rg';
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 4px;
}

section.form label.error {
	color: #f00;
}

section.form .filetype {
	position: relative;
}

section.form .filetype .background {
	background: #fbfbfb;
	border: 1px solid #ebebeb;
	color: #cecece;
	font-family: 'NHaasGroteskTXStd-55Rg';
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	outline: none;
	padding: 0 0 0 10px;
	position: absolute;
	width: 100%;
	overflow: hidden;
}

section.form input[type="text"],
section.form input[type="file"],
section.form textarea {
	background: #fbfbfb;
	border: 1px solid #ebebeb;
	color: #1c1c1c;
	font-family: 'NHaasGroteskTXStd-75Bd';
	font-size: 14px;
	height: 40px;
	letter-spacing: -0.025em;
	line-height: 40px;
	margin: 0 0 16px;
	outline: none;
	padding: 0 10px 0 10px;
	width: 100%;
}

section.form input[type="file"] {
	height: 30px;
	line-height: 30px;
	opacity: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

section.form textarea {
	height: 100px;
	line-height: 20px;
	margin: 0 0 11px;
	resize: none;
	padding-top: 10px;
}

section.form div.checkbox {
	background: #fbfbfb;
	border: 1px solid #ebebeb;
	display: inline-block;
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 20px;
}

section.form div.checkbox input[type="checkbox"] {
	float: left;
	height: 20px;
	margin: 0;
	position: relative;
	visibility: hidden;
	width: 20px;
}

section.form div.checkbox label {
	cursor: pointer;
	position: absolute;
	height: 20px;
  left: 0;
  margin: 0;
  min-height: auto;
  padding-left: 0;
  top: 0;
  width: 20px;
}

section.form div.checkbox label:after {
	background: transparent;
  border: 2px solid #1c1c1c;
  border-top: none;
  border-right: none;
  content: '';
  height: 5px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 5px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section.form div.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

section.form div.radio {
	background: #fbfbfb;
	border: 1px solid #ebebeb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 20px;
}

section.form div.radio input[type="radio"] {
	float: left;
	height: 20px;
	margin: 0;
	position: relative;
	visibility: hidden;
	width: 20px;
}

section.form div.radio label {
	cursor: pointer;
	position: absolute;
	height: 20px;
  left: 0;
  margin: 0;
  min-height: auto;
  padding-left: 0;
  top: 0;
  width: 20px;
}

section.form div.radio label:after {
	background: #1c1c1c;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
  content: '';
  height: 4px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 7px;
  width: 4px;
}

section.form div.radio input[type=radio]:checked + label:after {
  opacity: 1;
}

section.form div.division {
	margin-bottom: 35px;
	margin-top: 41px;
}

section.form button.black-btn {
	margin: 0;
}

section.form button.black-btn[type=submit] {
	height: 40px;
	line-height: 40px;
	margin-top: 4px;
	width: 100%;
}

section.form p.error {
	margin-top: 25px;
}

section.thanks {
	padding-top: 35px;
}

section.thanks .col-md-2:last-child {
	text-align: right;
}

section.thanks h1 {
	margin-bottom: 45px;
}

section.thanks p.black {
	text-align: center;
}

.thanks{
	display: none;
}

@media (max-width: 991px) {
	section.form-01 {
		padding-bottom: 86px;
		padding-top: 39px;
	}

	section.form-02 {
		padding-bottom: 34px;
		padding-top: 39px;
	}

	section.form-01 h1 {
    margin-bottom: 21px;
	}

	section.form-02 h1 {
    margin-bottom: 26px;
	}

	section.form h2 {
		font-size: 12px;
		margin-bottom: 19px;
		margin-top: 41px;
	}

	section.form-01 p.black {
  	margin-bottom: 0;
  	text-align: left;
	}

	section.form-02 p.black {
		margin-bottom: 0;
	}

	section.form-01 .text span.detail {
  	margin-top: 45px;
	}

	section.form ul {
		margin: 31px 0 0;
	}

	section.form ul li {
		font-size: 10px;
	}

	section.form div.division {
  	margin-bottom: 47px;
  	margin-top: 47px;
	}

	section.form input[type="file"] {
		margin-top: 11px;
	}

	section.form p.grey.bold {
		margin-right: 14px;
	}

	section.form button.black-btn[type=submit] {
		margin-top: 2px;
	}

	section.thanks {
		padding-bottom: 314px;
		padding-top: 39px;
	}

	section.thanks h1 {
		margin-bottom: 26px;
	}

	.file-description {
		display: block !important;
	}
}

@media (max-width: 767px) {
	section.form-01 {
		padding-bottom: 49px;
		padding-top: 35px;
	}

	section.form-02 {
		padding-bottom: 21px;
		padding-top: 35px;
	}

	section.form-01 h1 {
    margin-bottom: 22px;
	}

	section.form-02 h1 {
    margin-bottom: 20px;
	}

	section.form h2 {
	  margin-bottom: 21px;
	  margin-top: 27px;
	}

	section.form-02 p.black {
  	margin-bottom: 19px;
	}

	section.form-02 p.grey {
		display: block;
	}

	section.form-02 p.grey.bold,
	section.form .col-xs-6 p.grey {
		display: inline-block;
	}

	section.form-01 .text .col-md-2:last-child {
		display: none;
	}

	section.form-01 .text .col-md-2 {
		text-align: center;
	}

	section.form-01 .text span.detail {
  	margin-top: 27px;
	}

	section.form-02 .text span.detail {
		display: none;
	}

	section.form-02 div.division {
    margin-bottom: 44px;
    margin-top: 11px;
	}

	section.form textarea {
		height: 260px;
	}

	section.form ul {
		margin: 5px 0 0;
	}

	section.form ul li {
		display: block;
		line-height: 30px;
	}

	section.form ul li a span {
		margin-top: 13px;
	}

	section.form div.checkbox,
	section.form .col-xs-6 p.grey {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	section.form input[type="file"] {
  	margin-top: 21px;
	}

	section.form button.black-btn {
    margin: 0 0 39px;
	}

	section.form button.black-btn[type=submit] {
		height: 30px;
		line-height: 30px;
		margin-top: 16px;
	}

	section.thanks {
		padding-bottom: 66px;
		padding-top: 35px;
	}

	section.thanks .col-md-2 a.detail {
		display: none;
	}

	section.thanks h1 {
		margin-bottom: 21px;
	}

	.file-description {
		display: inline-block !important;
	}
}
