#hero {
	background-image: url( "/img/web/above-the-fold-background.png" );
  background-size: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0% 100%;
	padding-bottom: 90px;
}

#hero .wrapper {
  max-width: 920px;
}

#related-functions .wrapper h2 {
  margin-bottom: 16px;
}

#related-functions .wrapper p {
  margin-bottom: 48px;
}

#related-functions .wrapper .container .item {
  text-align: left;
  display: flex;
  flex-direction: column;
}

#related-functions .wrapper .container .item p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
}

#related-functions .wrapper .container .item .title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 8px;
}

#related-functions .wrapper .container .item .btn-wrapper {
  margin-top: auto;
}

#related-functions .wrapper .container .item .btn-wrapper a {
  display: block;
}


.main-feature-image-wrapper {
	border-radius: 8px;
	max-width: 1070px;
	margin: -60px auto 0;
  width: 100%;
}

.main-feature-image-wrapper img {
  width: 100%;
}

#tracking-1 .wrapper {
  max-width: 920px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}


/*
main section#tracking-1 div.wrapper p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
  color: var(--drl-c-paragraph);
}


main section#tracking-1 div.wrapper p:not(:last-child) {
  margin-bottom: 16px;
}
  */

#features .features-explained {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  gap: 40px;
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0;
}

#features .features-explained li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#features .features-explained li .number {
}
#features .features-explained li .title {
  font-weight: 700;
  margin-bottom: 10px;
}
#features .features-explained li .description {
  font-size: 14px;
}

#google-roba-trafico h2 {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

#google-roba-trafico ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#google-roba-trafico ul li {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

#google-roba-trafico ul li .element-icon {
  flex-shrink: 0;
  margin-bottom: 0;
}
#google-roba-trafico ul li p {
  margin: 0;
}
#google-roba-trafico .dr-section-columns .column figure {
  margin: 0;
}
#google-roba-trafico .dr-section-columns .column figure img {
  display: block;
}
#google-roba-trafico .dr-section-columns:last-child {
  align-items: center;
}
#google-roba-trafico .dr-section-columns:last-child .column p {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
}

#tracking-2 > .wrapper > .image-wrapper {
  margin-bottom: 110px;
}
#tracking-2 > .wrapper > .image-wrapper figure {
  margin: 0 0 10px;
}
#tracking-2 > .wrapper > .image-wrapper figure img {
  display: block;
}
#tracking-2 > .wrapper > .image-wrapper figcaption {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
#tracking-2 .dr-section-columns {
  margin-bottom: 88px;
}
#tracking-2 .dr-section-columns:last-child {
  margin-bottom: 0;
}

#tracking-2 .dr-section-columns figure {
  margin-bottom: 0;
}

#tracking-2 .dr-section-columns h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 24px;
}

#tracking-3 .wrapper h2 span {
  display: block;
}

#tracking-3 .card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(235px, 1fr));
  gap: 32px;
  padding: 0;
}

#tracking-3 .card-grid .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  box-shadow: 0px 4px 16px 0px #00000014;
  border-radius: 8px;;
}
#tracking-3 .card-grid .card .element-icon {
  margin-bottom: 16px;
}

#tracking-3 .card-grid .card .card-content p {
  margin-bottom: 24px;
  font-size: 14px;
}

#tracking-4 .wrapper .dr-section-columns {
  align-items: flex-start;
  gap: 0;
  margin-bottom: 60px;
}

#tracking-4 .wrapper .dr-section-columns .column:first-child {
  padding-right: 48px;
  border-right: solid 1px #E0E7EB;
}
#tracking-4 .wrapper .dr-section-columns .column:last-child {
  padding-left: 48px;
}

#tracking-4 .wrapper .show-on-desktop {
  display: block;
}
#tracking-4 .wrapper .show-on-mobile {
  display: none;
}

#user-testimonials {
  padding: 0;
}

#plans-prices .wrapper .plans {
  margin-bottom: 50px;
}

@media screen and (max-width: 1280px) {
  #hero {
    background-size: cover;
    background-position: center;
  }

  #features .features-explained {
    grid-template-columns: repeat(2, minmax(230px, 1fr));
  }

  #tracking-3 .card-grid {
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  #hero {
    background-image: none;
    background-color: #002133;
  }

  #features .features-explained {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }

  #features .features-explained li p {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #hero {
    padding-bottom: 64px;
  }

  #features .features-explained {
    gap: 0;
  }
  #features img {
    width: 150%;
  }

  .wrapper .mobile-wrapper-overflow,
  .mobile-wrapper-overflow {
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: blue transparent;
    scrollbar-gutter: stable both-edges;
  }

  .wrapper .mobile-wrapper-overflow::-webkit-scrollbar,
  .mobile-wrapper-overflow::-webkit-scrollbar {
    height: 2px; /* grosor horizontal */
  }

  .wrapper .mobile-wrapper-overflow::-webkit-scrollbar-track,
  .mobile-wrapper-overflow::-webkit-scrollbar-track {
    background: transparent;
  }

  .wrapper .mobile-wrapper-overflow::-webkit-scrollbar-thumb,
  .mobile-wrapper-overflow::-webkit-scrollbar-thumb {
    background-color: blue;
    border-radius: 1px;
  }

  .wrapper .mobile-wrapper-overflow > img,
  .mobile-wrapper-overflow > img {
    width: 200%;
    max-width: 200%;
  }

  #google-roba-trafico h2 {
    flex-direction: column-reverse;
  }

  #features .features-explained li {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "icon title"
      "icon description";
    column-gap: 1em;
    align-items: start;
  }

  #features .features-explained li .element-icon {
    grid-area: icon;
  }

  #features .features-explained li .title {
    grid-area: title;
    text-align: left;
  }

  #features .features-explained li .description {
    grid-area: description;
    text-align: left;
  }

  #tracking-3 .card-grid {
    display: flex;
    overflow-x: scroll;
    margin-right: -20px;
    scrollbar-width: thin;
    scrollbar-color: blue transparent;
    scrollbar-gutter: stable both-edges;
  }

  #tracking-3 .card-grid .card {
    flex: 0 0 auto;
    width: 70%;
    justify-content: center;
  }

  #tracking-3 .card-grid .card .card-content p {
    text-align: center;
    margin: 0;
  }

  #tracking-4 .wrapper .dr-section-columns {
    text-align: center;
  }

  #tracking-4 .wrapper .dr-section-columns .column .element-icon {
    margin: 0 auto 16px;
  }
  
  #tracking-4 .wrapper .dr-section-columns .column:first-child {
    padding-right: 0;
    padding-bottom: 18px;
    margin-bottom: 48px;
    border-right: none;
    border-bottom: solid 1px #E0E7EB;
  }
  #tracking-4 .wrapper .dr-section-columns .column:last-child {
    padding-left: 0;
  }

  #tracking-4 .wrapper .show-on-desktop {
    display: none;
  }
  #tracking-4 .wrapper .show-on-mobile {
    display: block;
  }
}
