section.main .header {
  /*
			.AntonRegular;
			font-size: 2rem;
			color: @color2;
			margin-bottom: 90px;
			&:after {
				content: ' ';
				height: 6px;
				width: 40px;
				display: block;
				background-color: @backgroundColor6;
				margin-top: 20px;
			}
			*/
}
section.main .header .title {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #333333;
  margin-bottom: 60px;
}
section.main .header .title:after {
  content: ' ';
  height: 6px;
  width: 40px;
  display: block;
  background-color: #e9e9e9;
  margin-top: 20px;
}
section.main .header .subtitle {
  margin-bottom: 70px;
  color: #333333;
  font-size: 1.375rem;
  line-height: 2.272;
}
section.main .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.contact {
  background-color: #333333;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
  line-height: 1.5;
}
section.contact img {
  margin: 0 auto 35px;
  width: 58px;
}
section.contact h3 {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ef7f1a;
  font-size: 2rem;
  margin-bottom: 20px;
}
section.contact h4 {
  font-size: 1.125rem;
  color: #ffffff;
}
article {
  position: relative;
}
article.medium {
  margin-bottom: 100px;
  padding: 0 10px;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article.medium .image {
  overflow: hidden;
  font-size: 0;
  display: block;
  margin-bottom: 35px;
  height: 80px;
  width: 80px;
}
article.medium .image img {
  width: 100%;
}
article.medium .title h3 {
  margin-bottom: 35px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 1.375rem;
}
article.medium .subtitle {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.6875;
}
article.medium .subtitle a {
  text-decoration: underline;
  color: #333333;
}
@media (max-width: 767px) {
  section.main .header .title {
    font-size: 1.35rem;
    margin-bottom: 55px;
    text-align: center;
  }
  section.main .header .title:after {
    display: none;
  }
  section.main .header .subtitle {
    font-size: 0.875rem;
    line-height: 1.785;
  }
  section.main .content {
    margin-bottom: 20px;
  }
  section.contact {
    padding-top: 16px;
    padding-bottom: 25px;
  }
  section.contact img {
    margin-bottom: 19px;
    width: 37px;
  }
  section.contact h3 {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
  section.contact h4 {
    font-size: 0.688rem;
    line-height: 1.8;
  }
  article.medium {
    width: 100%;
    margin-bottom: 60px;
  }
  article.medium .image {
    margin-bottom: 28px;
  }
  article.medium .title h3 {
    font-size: 1.063rem;
    margin-bottom: 24px;
  }
  article.medium .subtitle {
    font-size: 0.875rem;
    line-height: 1.785;
  }
}
/*# sourceMappingURL=servicios.css.map */