/* YELLOW */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on October 24, 2016 */
@font-face {
  font-family: 'acer_focosemibold';
  src: url("../webfonts/acerfoco-semibold-webfont.woff2") format("woff2"), url("../webfonts/acerfoco-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'acer_focoblack';
  src: url("../webfonts/acerfoco-black-webfont.woff2") format("woff2"), url("../webfonts/acerfoco-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'acer_focobold';
  src: url("../webfonts/acerfoco-bold-webfont.woff2") format("woff2"), url("../webfonts/acerfoco-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'acer_focolight';
  src: url("../webfonts/acerfoco-light-webfont.woff2") format("woff2"), url("../webfonts/acerfoco-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'acer_focoregular';
  src: url("../webfonts/acerfoco-regular-webfont.woff2") format("woff2"), url("../webfonts/acerfoco-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "acer_focoregular";
  font-size: 12px;
  color: #000;
  background: #f8f8f8;
  overflow-x: hidden; }

.xs-hide {
  display: none; }
  @media (min-width: 992px) {
    .xs-hide {
      display: block; } }

@media (min-width: 992px) {
  .md-hide {
    display: none; } }

.clearfix::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

/* This parent can be any width and height */
@media (min-width: 992px) {
  .block {
    text-align: center;
    /* May want to do this if there is risk the container may be narrower than the element inside */
    white-space: nowrap; } }

/* The ghost, nudged to maintain perfect centering */
@media (min-width: 992px) {
  .block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ } }

/* The element to be centered, can also be of any width and height */
@media (min-width: 992px) {
  .centered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    white-space: normal; } }

img {
  max-width: 100%; }

/* HEADER */
#aspire-5-header {
  position: relative;
  background: #7dc03f;
  background-image: url("../images/layout/header-bg.png");
  padding: 35px 0px; }
  @media (min-width: 768px) {
    #aspire-5-header {
      background-position: center top; } }
  @media (min-width: 992px) {
    #aspire-5-header {
      height: 610px; } }
  @media (min-width: 1200px) {
    #aspire-5-header {
      height: 630px; } }
  #aspire-5-header .logo {
    display: block;
    margin: 0 auto; }
    @media (min-width: 992px) {
      #aspire-5-header .logo {
        display: inline-block;
        margin-bottom: 60px;
        margin-left: 30px; } }
  #aspire-5-header h1 {
    max-width: 80%;
    margin: 40px auto;
    text-align: center; }
    @media (min-width: 992px) {
      #aspire-5-header h1 {
        position: absolute;
        margin: 0px;
        top: 170px;
        right: 50px;
        text-align: right; } }
    @media (min-width: 1200px) {
      #aspire-5-header h1 {
        top: 220px; } }
    @media (min-width: 768px) {
      #aspire-5-header h1 img {
        max-width: 85%; } }
    @media (min-width: 1200px) {
      #aspire-5-header h1 img {
        max-width: 100%; } }
  #aspire-5-header .notebook {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      #aspire-5-header .notebook {
        max-width: 65%; } }
    #aspire-5-header .notebook img {
      max-width: 95%; }
      @media (min-width: 992px) {
        #aspire-5-header .notebook img {
          max-width: 100%; } }
  #aspire-5-header .selos {
    text-align: center; }
    @media (min-width: 992px) {
      #aspire-5-header .selos {
        position: absolute;
        bottom: 50px;
        right: 50px; } }
    #aspire-5-header .selos .windows {
      display: inline-block;
      margin-right: 25px; }
      @media (min-width: 768px) {
        #aspire-5-header .selos .windows {
          margin-right: 35px; } }
    #aspire-5-header .selos .intel {
      display: inline-block; }

/* SECTION */
.aspire-5-section {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center; }
  .aspire-5-section h2 {
    color: #7dc03f;
    font-size: 26px;
    font-family: "acer_focoblack";
    margin: 15px 0px;
    line-height: 30px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .aspire-5-section h2 {
        font-size: 32px;
        line-height: 36px; } }
    @media (min-width: 992px) {
      .aspire-5-section h2 {
        font-size: 52px;
        line-height: 46px; } }
  .aspire-5-section p {
    font-family: "acer_focoregular";
    font-size: 16px; }
    @media (min-width: 768px) {
      .aspire-5-section p {
        font-size: 21px; } }
    .aspire-5-section p strong {
      font-family: "acer_focobold"; }
    .aspire-5-section p br {
      display: none; }
      @media (min-width: 992px) {
        .aspire-5-section p br {
          display: block; } }
  .aspire-5-section .big-image {
    padding: 0 20px; }
    @media (min-width: 768px) {
      .aspire-5-section .big-image {
        padding: 0 40px; } }

/* CONCEITO */
#aspire-5-conceito {
  padding: 60px 20px 40px; }
  #aspire-5-conceito .awards {
    margin-bottom: 30px;
    width: 200px; }
    @media (min-width: 992px) {
      #aspire-5-conceito .awards {
        width: 250px;
        margin-bottom: 60px; } }
  #aspire-5-conceito .screens {
    padding: 0 30px; }
    #aspire-5-conceito .screens li {
      display: inline-block;
      background-color: #f4f4f4;
      padding: 30px;
      border: 1px solid #7dc03f;
      margin-bottom: 30px;
      list-style: none; }
      @media (min-width: 768px) {
        #aspire-5-conceito .screens li {
          width: calc((100% / 3) - 120px);
          margin-right: 20px; } }
      #aspire-5-conceito .screens li:last-child {
        margin-right: 0; }

#aspire-5-features {
  padding-bottom: 0; }
  #aspire-5-features h2 {
    display: inline-block; }
    @media (min-width: 992px) {
      #aspire-5-features h2 {
        position: relative; } }
    #aspire-5-features h2::after {
      content: '';
      height: 5px;
      width: 100px;
      display: block;
      margin: 18px auto 0;
      background: #7dc03f; }
      @media (min-width: 992px) {
        #aspire-5-features h2::after {
          position: absolute;
          bottom: -20px; } }
  #aspire-5-features .aspire-5-row {
    margin-bottom: 40px;
    padding: 0 20px; }
    @media (min-width: 768px) {
      #aspire-5-features .aspire-5-row {
        padding: 0 40px;
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      #aspire-5-features .aspire-5-row {
        margin-bottom: 60px; } }
    @media (min-width: 1200px) {
      #aspire-5-features .aspire-5-row {
        margin-bottom: 30px; } }
    #aspire-5-features .aspire-5-row:last-child {
      margin-bottom: 0; }
  #aspire-5-features .fullwidth {
    padding: 0; }
    #aspire-5-features .fullwidth h2, #aspire-5-features .fullwidth p {
      padding: 0 20px; }
      @media (min-width: 768px) {
        #aspire-5-features .fullwidth h2, #aspire-5-features .fullwidth p {
          padding: 0 40px; } }
    @media (min-width: 992px) {
      #aspire-5-features .fullwidth p {
        padding-top: 20px; } }
  #aspire-5-features .row-design .right {
    height: auto;
    padding-top: 40px;
    padding-left: 20px; }
    @media (min-width: 992px) {
      #aspire-5-features .row-design .right {
        padding-top: 0px;
        padding-left: 0px; } }
  @media (min-width: 992px) {
    #aspire-5-features .row-cores .right {
      width: 41%; } }
  @media (min-width: 1200px) {
    #aspire-5-features .row-cores .right {
      width: 35%;
      height: 840px; } }
  @media (min-width: 992px) {
    #aspire-5-features .row-cores .right p {
      padding-left: 0px; } }
  @media (min-width: 1200px) {
    #aspire-5-features .row-cores .right p {
      padding-bottom: 100px; } }
  #aspire-5-features .row-cores .left {
    height: auto;
    padding-right: 20px; }
    @media (min-width: 992px) {
      #aspire-5-features .row-cores .left {
        width: 59%;
        padding-right: 0px; } }
    @media (min-width: 1200px) {
      #aspire-5-features .row-cores .left {
        width: 65%; } }
  @media (min-width: 992px) {
    #aspire-5-features .row-leve {
      padding-top: 40px; } }
  @media (min-width: 1200px) {
    #aspire-5-features .row-leve {
      padding-top: 80px; } }
  @media (min-width: 992px) {
    #aspire-5-features .row-leve .left {
      width: 46%; } }
  @media (min-width: 1200px) {
    #aspire-5-features .row-leve .left {
      width: 37%; } }
  @media (min-width: 992px) {
    #aspire-5-features .row-leve .left p {
      padding-right: 0px; } }
  #aspire-5-features .row-leve .right {
    padding-top: 40px;
    padding-left: 20px; }
    @media (min-width: 992px) {
      #aspire-5-features .row-leve .right {
        width: 54%;
        padding-top: 0px;
        padding-left: 0px; } }
    @media (min-width: 1200px) {
      #aspire-5-features .row-leve .right {
        width: 63%; } }
  #aspire-5-features .row-conexao .left {
    height: auto;
    padding-top: 40px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      #aspire-5-features .row-conexao .left {
        width: 51%;
        padding-top: 0px;
        padding-right: 0px; } }
    @media (min-width: 1200px) {
      #aspire-5-features .row-conexao .left {
        width: 63%; } }
  @media (min-width: 992px) {
    #aspire-5-features .row-conexao .right {
      width: 49%;
      height: 450px; } }
  @media (min-width: 1200px) {
    #aspire-5-features .row-conexao .right {
      width: 37%;
      height: 590px; } }
  @media (min-width: 992px) {
    #aspire-5-features .row-conexao .right p {
      padding-left: 0px; } }
  @media (min-width: 1200px) {
    #aspire-5-features .row-conexao .right p {
      padding-bottom: 100px; } }
  #aspire-5-features .row-transmissao {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #7dc03f; }
    @media (min-width: 992px) {
      #aspire-5-features .row-transmissao {
        padding-bottom: 40px;
        margin-top: 100px; } }
    #aspire-5-features .row-transmissao .left {
      height: auto; }
      @media (min-width: 992px) {
        #aspire-5-features .row-transmissao .left {
          padding-bottom: 10px; } }
    #aspire-5-features .row-transmissao .right {
      height: auto; }
      @media (min-width: 992px) {
        #aspire-5-features .row-transmissao .right {
          position: absolute;
          top: 80px;
          right: 0px;
          padding-bottom: 10px; } }
      @media (min-width: 1200px) {
        #aspire-5-features .row-transmissao .right {
          top: 50px; } }
    #aspire-5-features .row-transmissao .baixo {
      padding: 40px 20px; }
      @media (min-width: 992px) {
        #aspire-5-features .row-transmissao .baixo {
          padding: 0px 40px; } }
      @media (min-width: 1200px) {
        #aspire-5-features .row-transmissao .baixo {
          padding: 0px; } }
      #aspire-5-features .row-transmissao .baixo .desk {
        display: none; }
        @media (min-width: 992px) {
          #aspire-5-features .row-transmissao .baixo .desk {
            display: inline-block; } }
      @media (min-width: 992px) {
        #aspire-5-features .row-transmissao .baixo .mob {
          display: none; } }
  #aspire-5-features p {
    padding: 0; }
  #aspire-5-features h2 {
    padding: 0; }
  @media (min-width: 992px) {
    #aspire-5-features .left {
      text-align: left;
      float: left;
      width: 50%;
      height: 360px; } }
  @media (min-width: 1200px) {
    #aspire-5-features .left {
      height: 550px; } }
  @media (min-width: 992px) {
    #aspire-5-features .left h2::after {
      left: 40px; } }
  @media (min-width: 992px) {
    #aspire-5-features .right {
      text-align: right;
      float: right;
      width: 50%;
      height: 360px; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    #aspire-5-features .right {
      height: 550px; } }

  @media (min-width: 992px) {
    #aspire-5-features .right h2::after {
      right: 40px; } }

#aspire-5-specs {
  padding: 10px 20px 50px 20px; }
  @media (min-width: 992px) {
    #aspire-5-specs {
      background-size: auto;
      padding-top: 30px; } }
  #aspire-5-specs h2 {
    padding: 0;
    margin-bottom: 40px; }
  #aspire-5-specs .img-specs {
    width: 200px;
    margin-bottom: -15px; }
    @media (min-width: 768px) {
      #aspire-5-specs .img-specs {
        width: 260px;
        margin-bottom: -25px; } }
  #aspire-5-specs .table-specs {
    padding: 40px 30px 30px;
    background: #626262; }
    @media (min-width: 992px) {
      #aspire-5-specs .table-specs {
        width: 960px;
        margin: 0 auto; } }
    #aspire-5-specs .table-specs h3 {
      font-family: "acer_focosemibold";
      font-size: 24px;
      font-style: italic;
      display: inline-block;
      margin-bottom: 30px;
      color: #fff; }
      #aspire-5-specs .table-specs h3::after {
        content: '';
        height: 3px;
        width: 40%;
        display: inline-block;
        background: #7dc03f; }
    @media (min-width: 992px) {
      #aspire-5-specs .table-specs ul {
        float: left;
        width: 50%; } }
    #aspire-5-specs .table-specs ul li {
      list-style: none;
      font-size: 16px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(204, 204, 204, 0.3); }
      @media (min-width: 992px) {
        #aspire-5-specs .table-specs ul li:last-child {
          border: none; } }
      @media (min-width: 768px) {
        #aspire-5-specs .table-specs ul li {
          font-size: 16px; } }
      @media (min-width: 992px) {
        #aspire-5-specs .table-specs ul li {
          float: left;
          width: 100%;
          text-align: left; } }
      #aspire-5-specs .table-specs ul li span {
        display: block; }
        #aspire-5-specs .table-specs ul li span.title {
          color: #7dc03f;
          font-family: "acer_focobold"; }
          @media (min-width: 992px) {
            #aspire-5-specs .table-specs ul li span.title {
              width: 30%;
              float: left;
              line-height: 40px; } }
        #aspire-5-specs .table-specs ul li span.desc {
          font-family: "acer_focolight";
          color: #fff; }
          @media (min-width: 992px) {
            #aspire-5-specs .table-specs ul li span.desc {
              width: 70%;
              line-height: 25px;
              float: left; } }
          @media (min-width: 992px) {
            #aspire-5-specs .table-specs ul li span.desc.oneline {
              line-height: 40px; } }
    @media (min-width: 992px) {
      #aspire-5-specs .table-specs ul .interface {
        padding-bottom: 36px; } }
    @media (min-width: 992px) {
      #aspire-5-specs .table-specs ul .rede {
        padding-bottom: 10px; } }
    #aspire-5-specs .table-specs ul:last-of-type li:last-child {
      padding-bottom: 0;
      border: none; }

#aspire-5-footer {
  background: #7dc03f;
  padding: 32px;
  text-align: center; }
  @media (min-width: 992px) {
    #aspire-5-footer {
      padding: 42px; } }
  #aspire-5-footer .logo {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      #aspire-5-footer .logo {
        float: left; } }
  #aspire-5-footer p {
    font-family: "acer_focoblack";
    font-size: 30px;
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 992px) {
      #aspire-5-footer p {
        float: right;
        font-size: 40px;
        text-align: left; } }

footer {
  text-align: center;
  padding: 10px 0; }
  @media (min-width: 992px) {
    footer {
      padding: 30px 0 15px; } }

/*# sourceMappingURL=style.css.map */
