@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Cn.eot');
    src: url('../fonts/HelveticaNeueLTStd-Cn.eot?#iefix') format('embedded-opentype'),
      url('../fonts/HelveticaNeueLTStd-Cn.woff') format('woff'),
      url('../fonts/HelveticaNeueLTStd-Cn.ttf') format('truetype'),
      url('../fonts/HelveticaNeueLTStd-Cn.svg#HelveticaNeueLTStd-Cn') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-BdCn.eot');
    src: url('../fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),
      url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'),
      url('../fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype'),
      url('../fonts/HelveticaNeueLTStd-BdCn.svg#HelveticaNeueLTStd-BdCn') format('svg');
    font-weight: 700;
    font-style: normal;
  }
  
  
  * {
    margin: 0;
    padding: 0;
    border: none;
    background-repeat: no-repeat;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1em;
    -webkit-font-smoothing: antialiased
  }
  
  body,
  html {
    width: 100%;
    min-height: 100%;
    min-width: 800px;
  }
  
  b {
    font-weight: bold;
  }
  
  img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%
  }
  
  a {
    display: block;
    text-decoration: none
  }
  
  a:hover {
    text-decoration: underline
  }
  
  /*h1, h2, h3, h4, h5, h6 {
    font-family: 'HelveticaNeueLTStd BdCn', sans-serif;
  }*/
  
  .no-margin {
    margin: 0 !important;
  }

  h1, h2, h3 {
    font-family: "Roboto Condensed";
    font-weight: 700;
}

.text-right{
    text-align: right;
}

.container {
    width: 800px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    box-sizing: border-box;
}

/* header */
header{
    padding: 30px 0;
}
.logo-header{
    float: right;
    margin-top: 8px;
}

header p{
    font-size: 24px;
    font-weight: 400;
    line-height: 24.34px;
    color: #333333;
}
header h1 {
    color: #0c4da2;
    font-size: 29px;
}


/* SECAO 1 */

.sec1{
    padding: 70px 0 550px;
    background-position: top center;
    background-image: url(../img/bg-intro.jpg);
}

.sec1 h1{
    color: #0c4da2;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 39.66px;
    font-weight: 700;
}

/* SECAO 2 */
.sec2 {
    padding: 10px 0 70px;
}
.sec2 h2{
    text-align: center;
    color: #5cb946;
    font-size: 32px;
    margin-bottom: 70px;
}

.sec2 .slick-next:before {
    content: url(../img/direita.png);
}

.sec2 .slick-prev:before {
    content: url(../img/esquerda.png);
}

.sec2 .slick-prev, .sec2 .slick-next{
    top: 38%;
}

.sec2 .slick-prev {
    left: -32px;
}

.wrapper-slide img{
    margin: 0 5px;
}

/* SECAO 3 */

.sec3{
    padding: 85px 0 0;
    background-position: top center;
    background-image: url(../img/velocidade.jpg);
}

.sec3 h2{
    color: #0c4da2;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.sec3 .texto-velo{
    width: 52%;
    margin: 0 auto;
}

.sec3 .texto-velo img{
    float: left;
    margin-right: 13px;
}

.sec3 .texto-velo p{
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 60px;
}

.sec3 .velocidade-img{
        margin: 0 auto;
}

/* SEC 4 */
.sec4{
    padding: 50px 0 0;
}

.sec4 .item{
    text-align: right;
    margin-bottom: 75px;
}

.sec4 .item h3{
    font-size: 32px;
    color: #5cb946;
    margin-bottom: 30px;
}

.sec4 .item p{
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}

.sec4 .item img{
    display: inline-block;
    margin-bottom: 20px;
}
.sec4img{
    max-width: initial;
    margin-left: -260px;
    margin-top: -125px;
    z-index: -1;
    position: relative;
}
/* SECAO 5 */

.sec5{
    padding: 220px 0 80px;
    background-position: top center;
    background-image: url(../img/bg-programavel.jpg);
}

.sec5 h1{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.sec5 p{
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 70px;
}

/* SECAO 6 */

.sec6{
    padding: 50px 0 30px;
    background-position: top center;
    background-image: url(../img/bg6.jpg);
}

.sec6 .item{
    text-align: right;
    margin-top: 125px;
}

.sec6 .item h3{
    font-size: 32px;
    color: #5cb946;
    margin-bottom: 30px;
}

.sec6 .item p{
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}

.sec6 .item img{
    display: inline-block;
    margin-bottom: 20px;
}
.sec6 .sec6img{
    max-width: initial;
    margin-left: -100px;
}

/* SECAO 7 */
.sec7{
    background-color: #5cb946;
    padding: 0 0 50px;
}

.sec7 .item{
    margin-bottom: 75px;
}

.sec7 .item h2{
    font-size: 32px;
    color: #000;
    margin-bottom: 30px;
}

.sec7 .item p{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.sec7 .item img{
    display: inline-block;
    margin-bottom: 20px;
}

.sec7 .sec7img{
    max-width: initial;
    margin-left: -100px;
    z-index: 0;
    position: relative;
    margin-top: -75px;
}

.sec7 .col-md-4{
    z-index: 4;
}

/* SECCAO 8 */
.sec8{
    padding: 50px 0 440px;
    background-position: bottom center;
    background-image: url(../img/bg8.jpg);
    background-size: cover;
}
.sec8 .item{
    text-align: right;
    margin-top: 90px;
}

.sec8 .item h3{
    font-size: 32px;
    color: #5cb946;
    margin-bottom: 30px;
}

.sec8 .item p{
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}

/* SECAO 9 */
.sec9{
    padding: 70px 0 10px;
}

.sec9 h4{
    font-size: 48px;
    color: #5cb946;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 70px;
}
.sec9 .item{
    min-height: 225px;
    margin-bottom: 70px;
}

.sec9 .item h3{
    font-size: 32px;
    color: #5cb946;
    margin-bottom: 30px;
}

.sec9 .item p{
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}

.sec9 .item img{
    display: inline-block;
    margin-bottom: 20px;
}

.sec9 .selo{
    position: absolute;
    top: -340px;
    right: 0;
}

/* ESPECIFICACOES */
.especificacoes{
    padding-top: 600px;
    background-position: top center;
    background-image: url(../img/bg-especificacoes.jpg);
    padding-bottom: 50px;
    color: #fff;
}

.especificacoes h2 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.especificacoes  h2 span {
    display: block;
    font-weight: 700;
}

.especificacoes ul {
    padding-left: 20px;
}

.especificacoes ul li {
    color: #408231;
    font-size: 28px;
        display: list-item;
        text-align: -webkit-match-parent;
}

.especificacoes ul li span {
    color: #ffffff;
    font-size: 16px;
    position: relative;
    top: -3px;
}

.espec{
    margin: -596px auto -35px;
}
  
  /* RODAPE */

  footer{
      padding: 55px 0;
      color: #666666;
      font-size: 14px;
  }

  footer p{
      margin-bottom: 18px;
      line-height: 1.4;
  }

  @media (min-width: 1710px){
    .sec8 {
        padding: 80px 0 490px;
        background-size: 100%;
    }
  }

  @media (max-width: 1290px){
    .sec7 .sec7img {
        max-width: 156%;
        margin-left: -100px;
        z-index: 0;
        position: relative;
        margin-top: -75px;
    }
  }

  @media (max-width: 1170px){
    .sec7 .sec7img {
        max-width: 140%;
        margin-left: -100px;
        z-index: 0;
        position: relative;
        margin-top: -41px;
    }
  }

  @media (max-width: 770px){
    body, html {
        width: 100%;
        min-height: 100%;
        min-width: 1px;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        box-sizing: border-box;
    }
    .sec7 .sec7img{
        display: none;
    }

    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 22px;
        color:#408231;
    }
    .slick-dots {
        bottom: -57px;
    }
    .especificacoes .container{
        padding: 0;
        width: 100%;
    }
    .especificacoes .container .col-md-12{
        padding: 0;
    }
    .sec7 .col-md-4 {
        z-index: 4;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
  }

  .only-mobile{
      display: none!important;
  }

  @media (max-width: 500px){
      .hide-mobile{
          display: none!important;
      }
      .logo-header {
        float: none;
        margin-top: 0;
        margin: 0 auto 30px;
    }
    .sec1 {
        padding: 0px 0 50px;
        background-position: top center;
        background-image: none;
        text-align: center;
    }
    .sec5 {
        padding: 0;
        background-position: top center;
        background-image: none;
    }
    .mobile2, .mobile3{
        margin-bottom: 30px;
    }
    .sec8 {
        padding: 0px 0 190px;
        background-position: bottom center;
        background-image: none;
        background-size: cover;
        background-color: #f6f6f4;
    }
    .sec2 h2 br{
        display: none;
    }
      .sec4img{
        max-width: 100%;
        margin-left: 0;
        margin-top: 0;
      }
      .sec6 .sec6img {
        max-width: 100%;
        margin-left: 0;
    }
    .sec3 .texto-velo {
        width: 100%;
        margin: 0 auto;
    }
    .sec8 .item {
        text-align: center;
        margin-top: 30px;
    }
    header {
        padding: 30px 0;
        text-align: center;
    }
    .only-mobile{
        display: block!important;
    }
    .espec {
        margin: -395px auto 0;
        width: 100%;
    }
    .especificacoes{
        background-color: #5cb946;
    }
    .sec6 .item {
        text-align: center;
        margin-top: 55px;
    }
    .sec4 .item {
        text-align: left;
        margin-bottom: 75px;
    }
    .sec7 {
        background-color: #5cb946;
        padding: 50px 0 50px;
    }

    .sec6 {
        padding: 50px 0 30px;
        background-position: top center;
        background-image: none;

        background-color: #fff;
    }

    .sec9 .selo {
        position: absolute;
        top: -320px;
        right: 0;
        width: 80%;
        left: 10%;
    }
    
    .especificacoes .col-md-5{
        padding: 0 30px 50px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .sec9 {
        padding: 165px 0 10px;
        margin-bottom: -180px;
    }
  }