@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-100e {
  width: 25%;
}

.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 {
  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, left top;
  background-size: 55px auto, cover;
}

section.section-header .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  min-height: 400px;
}

section.section-header .img-container img {
  margin-left: -40%;
  right: 0;
  top: 0;
  width: 150%;
}

section.two {
  min-height: auto;
  background: #3D8DDD;
}

section.two p {
  color: #ffffff;
}

section.three {
  background: -webkit-gradient(linear, left top, right top, from(#C1DFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #C1DFFF 0%, rgba(255, 255, 255, 0) 100%);
}

section.three h1, section.three p {
  color: #313131;
}

section.four {
  min-height: 800px;
  background: url("../img/sc4-bg1.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

section.four h1 {
  color: #000000;
}

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

section.five {
  background: url("../img/sc5-bg1.png"), -webkit-gradient(linear, left bottom, left top, from(#3D8DDD), color-stop(30%, #3D8DDD), color-stop(30%, #ffffff), to(#ffffff));
  background: url("../img/sc5-bg1.png"), linear-gradient(0deg, #3D8DDD 0%, #3D8DDD 30%, #ffffff 30%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 800px;
}

section.five h1 {
  color: #000000;
}

section.six {
  background: url("../img/sc6-bg1.png"), url("../img/sc6-bg2.png");
  background-repeat: no-repeat;
  background-position: left bottom, right 50px;
  background-size: auto, auto;
}

section.six h1 {
  color: #000000;
}

section.six .img-container img {
  max-width: 60vw;
}

section.garantia {
  background: #F1F1F1;
}

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) {
  section h1 {
    font-size: 1.8rem;
    line-height: 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-size: 40px auto, cover;
  }
  section.section-header .img-container {
    min-height: 300px;
  }
  section.section-header .img-container img {
    width: 100%;
    margin-left: 0;
  }
  section.three {
    background: -webkit-gradient(linear, left top, left bottom, from(#C1DFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #C1DFFF 0%, rgba(255, 255, 255, 0) 100%);
  }
  section.four {
    min-height: 600px;
  }
  section.four .img-container {
    border: 1px solid aqua;
  }
  section.four .img-container img {
    size: 350%;
    border: 1px solid red;
  }
  section.six .img-container img {
    max-width: 100vw;
  }
}
