section.main .header .title {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  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 {
  width: 100%;
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 45px;
}
section.main .content .filters {
  font-size: 0;
  margin-bottom: 60px;
}
section.main .content .filters .btn-filter {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
  color: #333333;
  display: inline-block;
  border: solid 1px #333333;
  line-height: 50px;
  width: 18%;
  margin-right: 2.5%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
  -ms-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
section.main .content .filters .btn-filter.selected {
  background-color: #333333;
  color: #ffffff;
}
section.main .content .filters .btn-filter:hover {
  background-color: #333333;
  color: #ffffff;
}
section.main .content .filters .btn-filter:last-child {
  margin: 0;
}
section.main .content .filters .btn-filter span {
  display: inline-block;
  vertical-align: baseline;
  line-height: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  -o-hyphens: manual;
  hyphens: manual;
  -webkit-hyphenate-character: auto;
  -moz-hyphenate-character: auto;
  -ms-hyphenate-character: auto;
  hyphenate-character: auto;
}
section.main .content .articles {
  float: left;
  margin-left: -3%;
  font-size: 0;
  width: 106%;
  min-height: 400px;
}
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: 90px;
  float: left;
  width: 27.3%;
  margin-left: 3%;
  margin-right: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s transform ease, 0.5s opacity ease-in;
  -moz-transition: 0.5s transform ease, 0.5s opacity ease-in;
  -ms-transition: 0.5s transform ease, 0.5s opacity ease-in;
  -o-transition: 0.5s transform ease, 0.5s opacity ease-in;
  transition: 0.5s transform ease, 0.5s opacity ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity = 100);
  opacity: 1;
}
article.medium .image {
  overflow: hidden;
  font-size: 0;
  display: block;
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
  -ms-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity = 100);
  opacity: 1;
}
article.medium .image img {
  width: 100%;
}
article.medium .image:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity = 50);
  opacity: 0.5;
}
article.medium .category {
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #ef7f1a;
  font-size: 0.75rem;
}
article.medium .title {
  display: block;
}
article.medium .title h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.4;
}
article.medium.hidden {
  -webkit-transition: 0.25s transform ease, 0.25s opacity ease-out;
  -moz-transition: 0.25s transform ease, 0.25s opacity ease-out;
  -ms-transition: 0.25s transform ease, 0.25s opacity ease-out;
  -o-transition: 0.25s transform ease, 0.25s opacity ease-out;
  transition: 0.25s transform ease, 0.25s opacity ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity = 0);
  opacity: 0;
}
@media (max-width: 1190px) {
  section.main .content .filters .btn-filter {
    line-height: 80px;
  }
}
@media (max-width: 980px) {
  section.main .content .filters .btn-filter {
    font-size: 1rem;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  section.main .header .title {
    font-size: 1.35rem;
    margin-bottom: 33px;
    text-align: center;
  }
  section.main .header .title:after {
    display: none;
  }
  section.main .header .subtitle {
    display: none;
  }
  section.main .content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  section.main .content .filters {
    margin-bottom: 37px;
  }
  section.main .content .filters .btn-filter {
    font-size: 0.875rem;
    line-height: 40px;
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  section.main .content .filters .btn-filter:nth-child(n) {
    margin-right: 10px;
  }
  section.main .content .filters .btn-filter:nth-child(2n) {
    margin-left: 10px;
    margin-right: 0;
    clear: right;
  }
  section.main .content .filters .btn-filter:last-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  section.main .content .articles {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  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%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 55px;
  }
  article.medium .category {
    font-size: 0.625rem;
    margin-top: 17px;
    margin-bottom: 10px;
  }
  article.medium .title h3 {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=proyectos.css.map */