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: 60px;
}
section.video {
  margin-bottom: 130px;
}
section.video .header {
  text-align: center;
  margin-bottom: 70px;
}
section.video .header span {
  margin: 0 auto;
  color: #ffffff;
  display: inline-block;
  padding: 25px 40px;
  background-color: #000000;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
}
section.video .header span:after,
section.video .header span:before {
  content: ' ';
  display: block;
  background-color: #000000;
  height: 1px;
  width: 135px;
  position: relative;
}
section.video .header span:before {
  left: -175px;
  top: 10px;
}
section.video .header span:after {
  left: 175px;
  top: -10px;
}
section.video .content {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.video .content .player {
  display: block;
  width: 100%;
  cursor: pointer;
}
section.members {
  padding-top: 55px;
  padding-bottom: 32px;
  background-color: #efefef;
}
section.members .title {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ef7f1a;
  font-size: 2.375rem;
  text-align: center;
  margin-bottom: 40px;
}
section.members .subtitle {
  margin-bottom: 70px;
}
section.members .subtitle p {
  font-size: 1.375rem;
  color: #333333;
  text-align: center;
  line-height: 50px;
}
section.members .list .member {
  display: inline-block;
  width: 33%;
  text-align: center;
  vertical-align: top;
  margin-bottom: 60px;
}
section.members .list .member .image {
  width: 65%;
  margin-left: 17.5%;
  margin-bottom: 30px;
}
section.members .list .member .image img {
  width: 100%;
  border-radius: 100%;
}
section.members .list .member .name {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 1.375rem;
  margin-bottom: 18px;
}
section.members .list .member .position {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #ef7f1a;
  font-size: 1.125rem;
  margin-bottom: 18px;
}
section.members .list .member .description {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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.large .image {
  width: 100%;
  margin-bottom: 50px;
}
article.large .image img {
  display: block;
  width: 100%;
}
article.large .header-mobile {
  display: none;
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #333333;
  text-align: center;
}
article.large .text h4 {
  background-color: #000000;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 20px;
  margin: 20px 10px 45px;
  display: inline-block;
}
article.large .text p {
  font-size: 1.375rem;
  line-height: 2.2727;
  color: #333333;
  margin: 0 10px 26px;
}
article.large .text p strong {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
article.large .text ul,
article.large .text ol {
  margin-bottom: 30px;
  margin-left: 45px;
  list-style-position: outside;
}
article.large .text ul li,
article.large .text ol li {
  color: #333333;
  font-size: 1.375rem;
  line-height: 50px;
  margin-bottom: 30px;
}
article.large .text ul li a,
article.large .text ol li a {
  color: #333333;
  text-decoration: underline;
}
article.large .text ul li strong,
article.large .text ol li strong {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
article.large .text ul {
  list-style-type: disc;
}
article.large .text ol li {
  counter-increment: chapter;
}
article.large .text ol li:before {
  content: counter(chapter, lower-latin) ". ";
  color: #333333;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3rem;
}
@media (max-width: 767px) {
  main.global-main {
    margin-top: 55px;
  }
  section.main .header {
    display: none;
  }
  section.main .content {
    margin-bottom: 30px;
  }
  section.video {
    margin-bottom: 70px;
  }
  section.video .header {
    margin-bottom: 35px;
  }
  section.video .header span {
    font-size: 0.75rem;
    padding: 11px 0;
    width: 96px;
  }
  section.video .header span:before {
    left: -102px;
    top: 7px;
    width: 102px;
  }
  section.video .header span:after {
    left: 96px;
    top: -6px;
    width: 102px;
  }
  section.members {
    padding-top: 40px;
  }
  section.members .title {
    font-size: 1.375rem;
    margin-bottom: 25px;
  }
  section.members .subtitle {
    margin-bottom: 45px;
  }
  section.members .subtitle p {
    font-size: 0.875rem;
    line-height: 1.785;
  }
  section.members .list .member {
    width: 100%;
    display: block;
    margin-bottom: 45px;
  }
  section.members .list .member .image {
    margin-bottom: 20px;
  }
  section.members .list .member .name {
    font-size: 0.875rem;
    margin-bottom: 12px;
  }
  section.members .list .member .position {
    font-size: 0.8rem;
  }
  section.members .list .member .description {
    font-size: 0.875rem;
  }
  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.large .image {
    margin-bottom: 40px;
  }
  article.large .header-mobile {
    display: block;
    margin-bottom: 40px;
    font-size: 1.35rem;
    line-height: 1.2;
  }
  article.large .text h4 {
    font-size: 0.938rem;
    line-height: 1.333;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  article.large .text p {
    font-size: 0.875rem;
    line-height: 1.785;
  }
  article.large .text ul li,
  article.large .text ol li {
    font-size: 0.875rem;
    line-height: 1.785;
  }
}
/*# sourceMappingURL=estudio.css.map */