#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;
}

.img-principalfuncionalidad{
	display:block;
	border-radius: 8px;
	max-width: 975px;
	margin: -45px auto 0;
  width: 100%;
}

#section-1 .wrapper {
  max-width: 825px;
  text-align: left;
}

#section-2 .wrapper .screenshot {
  margin-bottom: -120px;
  margin-left: -75px;
  margin-right: -75px;
}

#section-2 .wrapper .below-figure {
  max-width: 750px;
  margin: 0 auto;
}

#section-2 .wrapper .below-figure h3 {
  margin-bottom: 24px;
}

#section-2 .wrapper .dr-section-columns {
  margin-top: 100px;
}

#section-2 .wrapper .dr-section-columns .column figure {
  margin: 0;
}

#section-2 .wrapper .dr-section-columns .column.with-text {
  margin: 0 auto;
  max-width: 660px;
  padding: 0;
}

#section-3 .wrapper figure {
  margin-left: -40px;
  margin-right: -40px;
}

#section-3 .wrapper .dr-section-columns {
  grid-template-columns: repeat(6, 1fr);
  margin-top: 60px;
  gap: 48px;
  align-items: flex-start;
}

/* Los primeros 3 elementos ocupan 2 columnas cada uno */
#section-3 .wrapper .dr-section-columns .column:nth-child(1),
#section-3 .wrapper .dr-section-columns .column:nth-child(2),
#section-3 .wrapper .dr-section-columns .column:nth-child(3) {
  grid-column: span 2;
}

/* Los últimos 2 elementos ocupan 2 columnas pero centrados */
#section-3 .wrapper .dr-section-columns .column:nth-child(4) {
  grid-column: 2 / 4;  /* Empieza en columna 2, ocupa 2 columnas */
  margin-left: -48px;
}

#section-3 .wrapper .dr-section-columns .column:nth-child(5) {
  grid-column: 4 / 6;  /* Empieza en columna 4, ocupa 2 columnas */
  margin-right: -48px;
}

#section-3 .wrapper .dr-section-columns .column .list-with-icon-numbers li p {
  margin-bottom: 8px;
}
#section-3 .wrapper .dr-section-columns .column .list-with-icon-numbers li div p {
  font-size: 14px;
}
#section-3 .wrapper .dr-section-columns .column .list-with-icon-numbers li p > img {
  transform: rotate(180deg);
}

#section-4 .wrapper figure,
#section-5 .wrapper figure {
  text-align: center;
}
#section-4 .wrapper figure img,
#section-5 .wrapper figure img {
  max-width: 85%;
}
#section-4 .wrapper .dr-section-columns .column .list-with-icon-numbers li p {
  margin-bottom: 20px;
}
#section-4 .wrapper .dr-section-columns .column .list-with-icon-numbers li p:last-child {
  margin-bottom: 0;
}

#section-5 .wrapper .dr-section-columns {
  margin-left: 0px;
  margin-right: 0px;
}

#nuestras-cifras .wrapper {
  padding: 0;
}

#user-testimonials {
  padding: 0;
}

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

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

  #section-2 .wrapper .screenshot,
  #section-3 .wrapper figure,
  #section-5 .wrapper .dr-section-columns {
    margin-left: 0;
    margin-right: 0;
  }

}

@media screen and (max-width: 768px) {
  #hero {
    background-image: url( "/img/web/above-the-fold-background-mobile.png" );
    background-color: var(--black);
    padding-bottom: 50px;
  }

  .list-with-icon-numbers li {
    align-items: flex-start;
  }
  
  #section-1 .wrapper {
    margin-top: 50px;
  }
  #section-2 .wrapper .screenshot {
    margin-bottom: -40px;
  }

  #section-3 .wrapper .dr-section-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #section-3 .wrapper .dr-section-columns .column:nth-child(1), 
  #section-3 .wrapper .dr-section-columns .column:nth-child(2), 
  #section-3 .wrapper .dr-section-columns .column:nth-child(3) {
    grid-column: auto;
  }
  #section-3 .wrapper .dr-section-columns .column:nth-child(4),
  #section-3 .wrapper .dr-section-columns .column:nth-child(5) {
    grid-column: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {

  #hero {
    margin-bottom: -80px;
    padding-bottom: 150px;
    background-position: 0 98%;
  }
  .img-principalfuncionalidad-wrapper {
    padding: 0 20px;
  }
  .img-principalfuncionalidad {
    margin-top: 0;
  }
  #section-2 .wrapper .dr-section-columns {
    gap: 40px;
  }
  #section-2 .wrapper .screenshot {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #section-3 .wrapper .dr-section-columns .column .list-with-icon-numbers li h3 {
    margin-bottom: 10px;
    text-align: left;
  }
  
  #section-4 .wrapper figure {
    margin-bottom: 20px;
  }
  #section-4 .wrapper figure img {
    max-width: none;
  }
}