section {
  /*
	&.contact {
		background-color: @backgroundColor3;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 50px;
		img {
			margin-bottom: 35px;
			width: 58px;
		}
		h3 {
			.AntonRegular;
			color:@color4;
			font-size: 2rem;
			margin-bottom: 20px;
		}
		h4 {
			font-size: 1.125rem;
			color: @color0;
		}
	}
	*/
}
section.main .header {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 70px;
}
section.main .header:after {
  content: ' ';
  height: 6px;
  width: 40px;
  display: block;
  background-color: #e9e9e9;
  margin-top: 20px;
}
section.main .content {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 105px;
}
section.form {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #efefef;
}
section.form .title {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ef7f1a;
  font-size: 2.375rem;
  text-align: center;
  margin-bottom: 40px;
}
section.form .subtitle {
  font-size: 1.375rem;
  color: #333333;
  text-align: center;
  margin-bottom: 70px;
}
section.form form .mid-data {
  width: 50%;
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.form form .mid-data input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  background-color: #efefef;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #333333;
  font-size: 1.375rem;
  padding: 23px 20px;
  margin-bottom: 33px;
}
section.form form .mid-data input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
section.form form .mid-data input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
section.form form .mid-data input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
section.form form .mid-data input:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
section.form form .mid-data input::placeholder {
  color: #333333;
}
section.form form .mid-data input.error {
  border-bottom: 1px solid #e76767;
}
section.form form .full-data {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.form form .full-data textarea, section.form form .full-data input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  background-color: #efefef;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #333333;
  font-size: 1.375rem;
  padding: 23px 20px;
  margin-bottom: 45px;
}
section.form form .full-data textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
section.form form .full-data textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
section.form form .full-data textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
section.form form .full-data textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
section.form form .full-data textarea::placeholder {
  color: #333333;
}
section.form form .full-data textarea.error, section.form form .full-data input.error {
  border-bottom: 1px solid #e76767;
}
section.form form .privacy {
  text-align: center;
  color: #333333;
  font-size: 0.75rem;
  margin-bottom: 44px;
}
section.form form .privacy input {
  display: inline-block;
  outline: none;
  vertical-align: middle;
  margin-right: 3px;
}
section.form form .privacy input.error {
  outline: 1px solid #e76767;
}
section.form form .privacy a {
  color: #ef7f1a;
}
section.form form .privacy a:hover {
  text-decoration: underline;
}
section.form form .submit {
  text-align: center;
}
section.form form .submit button {
  padding-left: 26px;
  background: url('../img/icon-arrow-right.svg') top left no-repeat transparent;
  background-size: 17px 17px;
  text-align: left;
  border: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #afafaf;
  font-size: 1rem;
  line-height: 17px;
  cursor: pointer;
}
section.form form .submit button:hover {
  color: #ef7f1a;
}
section.form form .legal {
  margin-top: 20px;
  text-align: center;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.75;
  margin-bottom: 55px;
}
section.form form .legal a {
  color: #ef7f1a;
}
section.form form .legal a:hover {
  text-decoration: underline;
}
article {
  position: relative;
}
article.large .image {
  width: 100%;
  margin-bottom: 90px;
}
article.large .image img {
  display: block;
  width: 100%;
}
article.large .header-mobile {
  display: none;
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #333333;
  margin-bottom: 45px;
  font-size: 1.25rem;
  text-align: center;
}
article.large .text .detail {
  width: 50%;
  float: left;
  text-align: center;
}
article.large .text .detail .type {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #afafaf;
  font-size: 1rem;
  margin-bottom: 36px;
}
article.large .text .detail .data {
  font-size: 1.375rem;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #333333;
}
article.large .text .detail .data:hover {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #afafaf;
}
@media (max-width: 767px) {
  main.global-main {
    margin-top: 55px;
  }
  section {
    /*
		&.contact {
			padding-top: 16px;
			padding-bottom: 25px;
			img {
				margin-bottom: 19px;
				width: 37px;
			}
			h3 {
				font-size: 1.125rem;
				margin-bottom: 16px;
			}
			h4 {
				font-size: 0.688rem;
				line-height: 1.8;
			}

		}
		*/
  }
  section.main .header {
    display: none;
  }
  section.main .content {
    margin-bottom: 20px;
  }
  section.form {
    padding-top: 38px;
    padding-bottom: 30px;
  }
  section.form .title {
    font-size: 1.375rem;
    margin-bottom: 27px;
  }
  section.form .subtitle {
    font-size: 0.875rem;
    line-height: 1.37;
    margin-bottom: 35px;
  }
  section.form form .mid-data {
    width: 100%;
    float: none;
    padding: 0;
  }
  section.form form .mid-data input {
    font-size: 0.875rem;
    padding: 10px 10px;
    margin-bottom: 15px;
  }
  section.form form .full-data {
    padding: 0;
  }
  section.form form .full-data textarea {
    font-size: 0.875rem;
    padding: 10px 10px;
    margin-bottom: 30px;
  }
  section.form form .privacy {
    font-size: 0.65rem;
    margin-bottom: 33px;
  }
  section.form form .submit button {
    background-size: 12px 12px;
    padding-left: 16px;
    font-size: 0.8rem;
    line-height: 12px;
  }
  section.form form .submit button:hover {
    color: #afafaf;
  }
  section.form form .legal {
    font-size: 0.65rem;
  }
  article.large .image {
    margin-bottom: 40px;
  }
  article.large .header-mobile {
    display: block;
    font-size: 1.35rem;
  }
  article.large .text .detail {
    width: 100%;
    float: none;
    margin-bottom: 35px;
  }
  article.large .text .detail .type {
    font-size: 0.75rem;
    margin-bottom: 15px;
  }
  article.large .text .detail .data {
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=contacto.css.map */