@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/GothamBold.ttf") format("truetype");
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.ttf") format("truetype");
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Black';
  src: url("../fonts/Gotham-Black.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham-Light.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium.otf");
  font-weight: normal;
  font-style: normal;
}

.gotham-light {
  font-family: 'Gotham-Light';
}

.gotham-black {
  font-family: 'Gotham-Black';
}

.gotham-bold {
  font-family: 'Gotham-Black';
}

.gotham-book {
  font-family: 'Gotham-Book';
}

body {
  font-family: 'Gotham-Book';
}

b, strong, h1 {
  font-family: 'Gotham-Bold';
}

ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: disc;
  list-style-position: outside;
}

.logo-lenovo {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 7%;
}

.icones-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 18px 18px;
}

section h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #ffffff;
}

section h2 {
  font-family: 'Gotham-Bold';
  font-size: 1em;
}

section p {
  font-size: 1.05rem;
  line-height: 1.3em;
}

section p.small {
  font-size: 0.8rem;
  line-height: 1rem;
}

section.section-header {
  min-height: 539px;
  color: #ffffff;
  background-image: url("../img/logo-lenovo-vertical.svg"), url("../img/sc1-bg1.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: right 45px, right top;
  background-size: 55px auto, auto auto;
}

section.section-header .img-container {
  width: 100%;
  height: 100%;
}

section.section-header .img-container img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75%;
}

section.two {
  min-height: auto;
  background: #69C345;
}

section.two p {
  color: #ffffff;
}

section.three {
  background: linear-gradient(6deg, #C5E7C5 0%, #C5E7C5 20%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%), url("../img/sc3-bg1.png");
  background-repeat: no-repeat;
  background-size: auto, 50%;
}

section.three h1 {
  color: #000000;
}

section.four h1 {
  color: #000000;
}

section.four .img-container img {
  width: 100%;
  height: auto;
}

section.five {
  background: url("../img/sc5-bg1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  min-height: 800px;
}

section.five h1 {
  color: #000000;
}

section.six {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#69C345), color-stop(33%, #69C345), color-stop(33%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), url("../img/sc6-bg1.png");
  background: linear-gradient(90deg, #69C345 0%, #69C345 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%), url("../img/sc6-bg1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto, 200%;
}

section.six .small {
  color: #000000;
}

section.six .note-100e {
  right: 0;
}

section.six .txt {
  min-height: 450px;
}

section.seven {
  color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#69c345), color-stop(25%, #69c345), color-stop(25%, #feea84), color-stop(30%, #feea84), color-stop(41%, #ef7664), color-stop(55%, #cc968b), color-stop(68%, #6f879f), color-stop(82%, #3f5e7d), color-stop(95%, #244362));
  background: linear-gradient(0deg, #69c345 0%, #69c345 25%, #feea84 25%, #feea84 30%, #ef7664 41%, #cc968b 55%, #6f879f 68%, #3f5e7d 82%, #244362 95%);
}

section.seven img {
  width: 100%;
}

section.garantia {
  background: #E4E4E4;
}

section.garantia h1 {
  font-size: 2rem;
  color: #000000;
}

.centralize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.carousel-indicators {
  bottom: -20px;
}

.carousel-item {
  min-height: 175px;
}

@media screen and (max-width: 767px) {
  .icones-container {
    padding: 0;
  }
  .icone-container {
    width: 160px;
    padding: 0;
  }
  .icone-container p {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  img.logo-yoga {
    width: 300px;
  }
  .carousel-item {
    min-height: 418px;
  }
  section h1 {
    font-size: 2rem;
  }
  section h2 {
    font-family: 'Gotham-Bold';
    font-size: 0.9em;
  }
  section p, section ul {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  section.section-header {
    background-image: url("../img/logo-lenovo-vertical.svg"), url("../img/sc1-bg1-mb.jpg");
    background-position: right 45px, right top;
    background-size: 40px auto, auto 100%;
  }
  section.section-header .img-container {
    width: 100%;
    height: 100%;
  }
  section.section-header .img-container img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  section.three {
    background-position: center top;
    background-size: cover;
    padding: 0;
  }
  section.three .img-container {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  section.three .img-container img {
    width: auto;
    height: 100%;
    margin-left: -50%;
  }
  section.four .img-container img {
    height: auto;
  }
  section.five {
    background-position: top center;
    background-size: 280%;
  }
  section.six {
    color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#69C345), color-stop(60%, #69C345), color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), url("../img/sc6-bg1.png");
    background: linear-gradient(180deg, #69C345 0%, #69C345 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%), url("../img/sc6-bg1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto, 400%;
  }
  section.six .note-100e {
    bottom: 80px;
  }
}
