* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: none;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
}
img {
  max-width: 100%;
  display: block;
}
html {
  font-size: 62.5%;
  font-weight: 400;
}
html,
body {
  overflow-x: hidden;
}
button {
  background: transparent;
  cursor: pointer;
}
p,
a {
  font-size: 1.6rem;
}
@media (max-width: 1080px) {
  html {
    font-size: 60.5%;
  }
}
.container {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .container {
    max-width: 90rem;
  }
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  font-weight: 600;
}
h1 {
  font: italic normal 900 5.8rem Roboto;
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 2.9px;
}
h2 {
  font-size: 4rem;
}
h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 100%;
}
h3 {
  font-size: 3.2rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.6rem;
}
header {
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  z-index: 1;
  box-shadow: 0px 3px 6px #00000029;
}
header .container {
  height: 9.68rem;
  transition: all 0.5s;
}
header .container .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 2rem 0px;
  transition: all 0.2s;
}
header .container .menu img {
  height: 6rem;
}
header .container .menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
header .container .menu ul li:not(:last-child) {
  margin-right: 5.4rem;
}
header .container .menu ul li a {
  font-family: "bebas-neue-by-fontfabric", sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  text-transform: uppercase;
  padding: 0.8rem 1.6rem;
  color: #333;
  border-bottom: 2px solid transparent;
  transition: all 0.6s;
}
header .container .menu ul li a:hover {
  color: #4f7302;
}
header .container .menu #menu-icon {
  width: 4rem;
  display: none;
}
@media (max-width: 1020px) {
  header .container .menu ul li:not(:last-child) {
    margin-right: 1.6rem;
  }
}
@media (max-width: 768px) {
  header .container .menu .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  header .container .menu .img #menu-icon {
    position: absolute;
    right: 2rem;
  }
  header .container .menu ul {
    display: none;
  }
  header .container .menu #menu-icon {
    width: 4rem;
    display: block;
  }
  header .menu-open {
    position: fixed;
    background-color: #fff;
    height: 100vh;
    z-index: 1;
  }
  header .menu-open .menu {
    height: 100vh;
    display: block;
    flex-direction: column;
  }
  header .menu-open .menu ul {
    padding-top: 4rem;
    display: block;
  }
  header .menu-open .menu ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #f3f3f3;
  }
  header .menu-open .menu ul li:not(:last-child) {
    margin-right: 0rem;
  }
  header .menu-open .menu ul li a {
    display: block;
    padding: 1.6rem 3.2rem;
    font-size: 3.2rem;
    text-align: center;
  }
}
@media (max-width: 428px) {
  header .container {
    height: 8.52rem;
  }
  header .container .menu img {
    height: 4.8rem;
  }
  header .menu-open {
    height: 100vh;
  }
}
.btn-primary {
  display: inline-block;
  line-height: 4.6rem;
  background-color: #fff;
  color: #4f7302 !important;
  border-radius: 4px;
  font-family: "bebas-neue-by-fontfabric", sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 2.2rem;
  transition: all 0.2s;
  padding: 0 6rem;
  padding-top: 0.4rem;
}
.btn-primary:hover {
  opacity: 0.9;
}
.s-header {
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  background: url(../img/banner.png) no-repeat center;
  background-size: cover;
  padding-bottom: 7rem;
  margin-top: 9.2rem;
}
.s-header .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.s-header .text .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 175px;
}
.s-header .text h1 {
  width: 100%;
  max-width: 48.8rem;
  line-height: 4.9rem;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
.s-header .text p {
  width: 100%;
  max-width: 35.5rem;
  height: 2px;
  background-color: #fff;
  margin-top: 1.6rem;
  margin-bottom: 4.4rem;
}
@media (max-width: 428px) {
  .s-header {
    margin-top: 8.5rem;
  }
  .s-header .container .text h1 {
    width: 23.1rem;
    font-size: 3.2rem;
    line-height: 3.8rem;
    letter-spacing: 0px;
  }
  .s-header .container .text p {
    width: 80%;
  }
  .s-header .container .text .btn-primary {
    font-size: 1.8rem;
  }
}
.s-solucao {
  padding: 4rem 0;
}
.s-solucao ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}
.s-solucao ul li {
  width: 27rem;
}
.s-solucao ul li:not(last-child) {
  margin-right: 3rem;
}
.s-solucao ul li .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.s-solucao ul li .item img {
  width: 100%;
  max-width: 7.2rem;
  margin-bottom: 2.4rem;
}
.s-solucao ul li .item h4 {
  text-transform: uppercase;
  line-height: 3.4rem;
  margin-bottom: 0.4rem;
  color: #333;
}
.s-solucao ul li .item span {
  width: 100px;
  height: 3px;
  background-color: #f3f3f3;
  margin-bottom: 0.8rem;
}
.s-solucao ul li .item .text {
  width: 100%;
}
.s-solucao ul li .item .text p {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #707070;
  margin-bottom: 2.4rem;
}
.s-solucao ul li .item .text .list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
}
.s-solucao ul li .item .text .list li {
  width: calc(100% - 2rem);
  font-family: "Roboto Condensed";
  font-style: italic;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #707070;
  margin: 0;
  margin-bottom: 1.6rem;
  position: relative;
}
.s-solucao ul li .item .text .list li::before {
  background-color: #8fb31b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-bottom: 2px;
  height: 8px;
  width: 8px;
  position: absolute;
  left: -20px;
  top: 8px;
}
@media (max-width: 1080px) {
  .s-solucao ul {
    flex-wrap: wrap;
  }
  .s-solucao ul li {
    width: calc(50% - 2rem);
    margin-right: 0px;
  }
  .s-solucao ul li:not(last-child) {
    margin-right: 0px;
  }
  .s-solucao ul li .item .text p {
    text-align: center;
  }
  .s-solucao ul li .item .text .list li {
    text-align: center;
  }
}
@media (max-width: 428px) {
  .s-solucao ul li {
    width: 100%;
  }
  .s-solucao ul li .item:not(last-child) {
    margin-bottom: 4rem;
  }
}
.s-infografico {
  background-color: #ececec;
  padding: 7rem 0;
}
.s-infografico .container-la {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  
  /* min-width: none; */
  padding: 5rem 0;
  background-color: rgb(255, 255, 255);
  
}
.s-infografico .container-la .infografico-mobile {
  max-width: 120rem;
  min-width: 50rem;
  width: 100%;
}

.s-infografico .container .teste{
  width: 100%;
  background-color: white;
} 
.s-saiba {
  padding: 8rem 0;
}
.s-saiba .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.s-saiba .container .text .aspas-left {
  height: 8rem;
  margin-bottom: 0.8rem;
}
.s-saiba .container .text #citacao {
  width: 100%;
  max-width: 39.5rem;
  line-height: 3.2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-size: 2.4rem;
  text-align: center;
  color: #606060;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 4rem;
}
.s-saiba .container .text #citacao b {
  color: #333;
}
.s-saiba .container .text #citacao:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #f3f3f3;
  position: absolute;
  bottom: -16px;
  right: 50%;
  margin-right: -50px;
}
.s-saiba .container .text .aspas-right {
  position: absolute;
  height: 5rem;
  margin-bottom: 0.8rem;
  right: 2rem;
  bottom: -2.8rem;
}
.s-saiba .container .text .autor {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.s-saiba .container .text .autor img {
  width: 100%;
  max-width: 11rem;
  margin-right: 2rem;
}
.s-saiba .container .text .autor p {
  width: 100%;
  max-width: 14.7rem;
  color: #606060;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.s-saiba .container .video {
  width: 640px;
  height: 420px;
}
@media (max-width: 1080px) {
  .s-saiba .container .text {
    margin-right: 2rem;
  }
  .s-saiba .container .video {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .s-saiba .container {
    flex-direction: column;
  }
  .s-saiba .container .text {
    margin-bottom: 4rem;
  }
  .s-saiba .container .video {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .s-saiba .container {
    flex-direction: column;
  }
  .s-saiba .container .text {
    margin-bottom: 4rem;
  }
  .s-saiba .container .video {
    width: 100%;
  }
}
@media (max-width: 428px) {
  .s-saiba .container .text {
    margin-bottom: 4rem;
  }
  .s-saiba .container .text #citacao {
    font-size: 1.8rem;
  }
  .s-saiba .container .text .aspas-left {
    height: 6rem;
  }
  .s-saiba .container .text .aspas-right {
    height: 4rem;
    right: 0;
  }
  .s-saiba .container .text .autor {
    justify-content: center;
  }
  .s-saiba .container .text .autor img {
    max-width: 6rem;
  }
  .s-saiba .container .text .autor p {
    font-size: 2.4rem;
  }
}
.s-contato {
  height: 12rem;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.s-contato .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.s-contato .container .info {
  display: flex;
  align-items: center;
  padding: 0px 2rem;
  height: 4.6rem;
}

.uper-none{
  text-transform: none !important;
}
.s-contato .container .info:not(:last-child) {
  border-right: 1px solid #d9e021;
}
.s-contato .container .info p {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 1.6rem;
  color: #d9e021;
  text-transform: uppercase;
  margin-left: 1.6rem;
}
@media (max-width: 470px) {
  .s-contato .container {
    flex-direction: column;
  }
  .s-contato .container .info:not(:last-child) {
    border-right: 0px;
  }
  .s-contato .container .info img {
    width: 2rem;
  }
  .s-contato .container .info p {
    font-size: 1.4rem;
  }
}
footer {
  background-color: #d9e021;
  padding: 2.4rem;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
footer .container .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
footer .container .logos #logo-koneksi img {
  height: 40px;
}
footer .container .logos #logo-finep img {
  height: 40px;
}
footer .container .logos #logo-ciag img {
  height: 40px;
}
footer .container a {
  font-family: "bebas-neue-by-fontfabric", sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: #333;
}
footer .container a:not(:last-child) {
  margin-right: 4rem;
}
footer .container a:last-child {
  padding: 12px 0 0 0;
}
@media (max-width: 470px) {
  footer .container .logos {
    flex-direction: column;

  }
}
.s-privacity {
  padding-top: 14rem;
  padding-bottom: 6.4rem;
}
.s-privacity .text {
  margin-bottom: 3.2rem;
}
.s-privacity .text h4 {
  margin-bottom: 2.4rem;
}
.s-privacity .text p {
  font-size: 1.6rem;
  line-height: 150%;
  color: #606060;
}
.s-privacity .text ul {
  list-style: initial;
  margin: 2.4rem 0;
  margin-left: 2.4rem;
}
.s-privacity .text ul li {
  font-size: 1.6rem;
  line-height: 150%;
  color: #606060;
  list-style: initial;
}
.s-app {
  padding: 6rem 0;
  background-color: #f3f3f3;
}
.s-app .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.s-app .container .text {
  margin-right: 8rem;
}
.s-app .container .text h2 {
  color: #333;
  margin-bottom: 2.4rem;
}
.s-app .container .text p {
  width: 100%;
  max-width: 56rem;
  font-size: 1.8rem;
  line-height: 200%;
  font-weight: normal;
  color: #606060;
  margin-bottom: 4rem;
}
.s-app .container .text .btns {
  display: flex;
}
.s-app .container .text .btns a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  background-color: #4f7302;
  font-family: "Roboto", sans-serif;
}
.s-app .container .text .btns a:first-child {
  margin-right: 16px;
}
.s-app .container .text .btns a img {
  margin-right: 16px;
}
.s-app .container .text .btns a p {
  width: 90px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
}
.s-app .container .text .btns a:nth-child(2) {
  background-color: #8fb31b;
}
.s-app .container .app {
  height: 60rem;
}

.content-web{
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  padding: 3rem;
  align-items: center;
}

.content-web img{
  width: 100%;
  max-width: 1100px;
  min-width: 400px;
}

.content-web .link{
  display: flex;
  width: 30%;
  max-width: 400px;
  min-width: 100px;
  background-color: #4f7302;
  font-size: 1.75rem;
  padding: 2rem;
  border-radius: 25px;
  border: none;
  color: white;
  justify-content: center;
  align-items: center
}

@media (max-width: 768px) {
  .s-app .container {
    flex-direction: column-reverse;
  }
  .s-app .container .text {
    text-align: center;
    margin: 0px;
  }
  .s-app .container .text .btns {
    justify-content: center;
  }
  .s-app .container .app {
    height: 32rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 428px) {
  .s-app .container {
    flex-direction: column-reverse;
  }
  .s-app .container .text {
    text-align: center;
    margin: 0px;
  }
  .s-app .container .text .btns {
    justify-content: center;
  }
  .s-app .container .text .btns a {
    flex-direction: column;
  }
  .s-app .container .text .btns a img {
    margin: 0;
  }
  .s-app .container .text .btns a p {
    text-align: center;
  }
}
