@media (max-width: 1550px) {

  .main-banner .main-titulo h1 {
    margin-top: 0px;
  }

  .main-banner .main-icon {
    width: 72px;
  }

  .main-imagen__container {
    max-width: 658px;
  }

  .tienda-boton button,
  .main-boton button {
    font-size: 31px;
    width: 288px;
    height: 60px;
    border-radius: 14px;
  }

}


@media (max-width: 1165px) {

  .contenedor-modulos {
    justify-content: center;
    gap: 40px;
  }

  .main-imagen__container {
    max-width: 500px;
  }

  .tienda-boton button,
  .main-boton button {
    font-size: 22px;
    width: 205px;
    height: 49px;
    /* border-radius: 9px; */
  }

}

@media (max-width: 1048px) {

  .main-banner .main-icon {
    width: 65px;
  }

  .main-imagen__container {
    max-width: 438px;
  }

  .tienda-boton button,
  .main-boton button {
    font-size: 21px;
    width: 197px;
    height: 48px;
    /* border-radius: 9px; */
  }


}

@media (max-width: 1023px) {
  #main-contenedor {
    padding-top: 225px;
    margin-top: 0px;
  }

  .main-banner {
    margin-top: 0px;
  }

  .main-contacto button {
    margin-left: 30px;
  }

  .contenedor_paso_a_paso {
    margin-top: 75px;
  }

  .testimonios__title {
    font-size: 45px;
  }

  .testimonios__description {
    font-size: 33px;
  }

  .contenedor-modulos {
    margin-top: 100px;
  }

  .main-banner .main-icon {
    width: 65px;
  }

  .testimonio__img {
    top: -5%;
    left: -12%;
    width: 124%;
    height: 110%;
  }

}

/* NUEVAS */
@media (max-width: 979px) {

  .main-imagen__container {
    max-width: 438px;
  }

  .tienda-boton button,
  .main-boton button {
    font-size: 21px;
    width: 197px;
    height: 48px;
    /* border-radius: 9px; */
  }

}

@media (max-width: 916px) {

  .main-banner .main-icon {
    width: 60px;
  }

}

@media (max-width: 857px) {

  .main-imagen__container {
    max-width: 400px;
  }

}

/* MOVIL */
@media (max-width: 837px) {
  #main-contenedor {
    padding-top: 200px;
  }

  .main-banner {
    margin: 0 38px;
    text-align: center;
  }

  .banner-break-line {
    display: block;
  }

  .banner-break-line--2 {
    display: none;
  }

  .main-banner .main-titulo h1 {
    font-size: clamp(16.6px, 4.61vw, 43.6px);
  }

  .main-banner .main-subtexto h2 {
    font-size: clamp(9.5px, 2.63vw, 23.9px);
  }

  .main-banner .main-icon {
    display: none;
  }

  .main-imagen__container {
    width: clamp(254px, 70.55vw, 580px);
  }

  .contenedor-ahorra-tiempo {
    margin-top: 100px;
  }

  .contenedor_paso_a_paso {
    margin-top: 15px;
  }

  .main-imagen__container {
    max-width: 675px;
  }

  .main-boton {
    display: none;
  }

  .texto-contacto {
    width: 245px;
  }

  .contenedor-funcionalidades {
    display: none;
  }

  .carrusel {
    display: block;
    margin-top: 10px;
  }

  .contenedor-estadisticas {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    height: 702px;
    margin-top: 75px;
  }

  .tarjeta-estadistica {
    height: 250px;
    width: 456px;
    border-radius: 20px;
  }

  #paso_a_paso-horizontal {
    display: none
  }

  #paso_a_paso-vertical {
    display: block
  }

  .contenedor_paso_a_paso img {
    max-height: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
  }

  .contenedor-modulos {
    margin-top: 0;
  }

  .testimonio {
    border: none;
    box-shadow: unset;
    flex-direction: column;
    padding: 0;
  }

  .testimonio__text {
    align-self: center;
    margin-bottom: 0;
  }

  .testimonio__text p {
    font-size: clamp(14.6px, 4.05vw, 23px);
  }

  .testimonio {
    gap: 30px;
    padding: 30px 15px;
    margin-bottom: 0;
  }

  .testimonio__img {
    top: -5%;
    left: -12%;
    width: 123%;
    height: 110%;
  }

  .testimonio__play {
    width: 120px;
    height: 55px;
    border-radius: 20px;
  }

  .play__img {
    width: 35px;
    height: 35px;
  }

  .testimonios__title {
    font-size: 24px;
    margin-top: 80px;
  }

  .testimonios__description {
    font-size: 16px;
  }

  .contenido-tienda h2, .nombre-modulo {
    margin: 0 auto;
  }

  .tienda-boton button {
    font-size: 29px;
    width: 272px;
    height: 52px;
  }

  .contenido-tienda h2, .nombre-modulo {
    margin-bottom: 10px;
  }

  .contenedor-tiendas .tienda-boton button {
    margin-top: 55px;
  }

  .contenedor-referencia div h2 {
    font-size: 30px;
  }

  .contenedor-modulos h2 {
    margin-top: 0;
    margin-bottom: 90px;
    font-size: clamp(17px, 4.7vw, 50px);
  }

  .main-banner .main-imagen .main-imagen__img--2 img {
    border-radius: 10px;
  }

  .main-imagen__container {
    margin-top: 20px;
  }

  .main-banner .main-subtexto {
    margin-top: 10px;
  }

  .slide h3,
  .slide p {
    width: 80%;
  }

  .slide h3 {
    font-size: clamp(10.8px, 3vw, 30px);
  }

  .slide p {
    font-size: clamp(10.8px, 3vw, 20px);
  }

  .paso-a-paso-break-line {
    display: block;
  }

  .funcionalidades-break-line {
    display: block;
  }

  .contenedor_paso_a_paso h2 {
    font-size: clamp(14.5px, 4.02vw, 35.8px);
  }

  .contenedor-ahorra-tiempo div h2 {
    font-size: clamp(14.5px, 4.02vw, 37px);
  }

  .contenido-tienda h2, .nombre-modulo {
    font-size: clamp(11.8px, 3.23vw, 32px);
  }

  .contenido-modulos {
    gap: clamp(50px, 13.88vw, 80px);
    width: clamp(260px, 72.22vw, 580px);
    margin: 0 auto;
  }

  .contenido-modulos {
    flex-wrap: wrap;
  }

  .item-modulo {
    flex: 1 1 calc(50% - 40px);
  }

  .contenido-modulos .item-modulo:nth-child(1) {
    order: 1;
  }

  .contenido-modulos .item-modulo:nth-child(2) {
    order: 3;
  }

  .contenido-modulos .item-modulo:nth-child(3) {
    order: 2;
  }

  .contenido-modulos .item-modulo:nth-child(4) {
    order: 4;
  }

}

@media (max-width: 768px) {

  .tienda-boton button {
    font-size: 27px;
    width: 264px;
    height: 48px;
  }
}

@media (max-width: 720px) {

  .main-banner .main-boton button, .main-contacto button, .tienda-boton button {
    margin-top: 25px;
    font-size: 25px;
    width: 240px;
    height: 70px;
  }

  .main-contacto {
    margin-top: 60px;
    margin-bottom: 80px;
    gap: 20px;
  }

  .main-contacto button {
    margin-top: 0px;
  }

  .main-contacto .texto-contacto, .main-contacto button {
    margin-left: 0px;
  }

  .texto-contacto {
    width: 200px;
  }

  .main-contacto .texto-contacto {
    font-size: 25px;
  }

  .slide h3 {
    margin-left: auto;
    margin-right: auto;
  }

  .plataformas {
    gap: 20px;
  }

  .tienda-boton button {
    font-size: 25px;
    width: 240px;
    height: 70px;
    margin-top: 50px;
  }

  .contenedor-referencia {
    margin-top: 0;
  }

  .tarjeta-estadistica {
    width: 70vw;
  }

  .plataformas img {
    width: 50px;
    height: 50px;
  }

  .tienda-boton button {
    font-size: 24px;
    width: 230px;
    height: 46px;

  }
}

@media (max-width: 680px) {

  .plataformas img {
    width: 50px;
    height: 50px;
  }

}

@media (max-width: 640px) {

  .contenedor-ahorra-tiempo {
    margin-top: 75px;
  }


  .plataformas img {
    width: 45px;
    height: 45px;
  }

  .tienda-boton button {
    font-size: 22px;
    width: 216px;
    height: 42px;
    border-radius: 12px;
  }
}

@media (max-width: 590px) {

  .main-banner .main-boton button, .main-contacto button {
    font-size: 15px;
    width: 140px;
    height: 40px;
    border-radius: 10px;
  }

  .contenedor-referencia div h2 {
    font-size: 20px;
  }

  .contenedor_paso_a_paso img {
    padding-top: 30px;
  }

  .contenedor-estadisticas {
    margin-top: 50px;
  }

  .numero-estadistica {
    font-size: 45px;
  }

  .plataformas img {
    width: 40px;
    height: 40px;
  }

  .tienda-boton button {
    font-size: 19px;
    width: 182px;
    height: 38px;
  }

  .testimonios__title {
    margin-top: 50px;
  }

  .contenedor-tiendas .tienda-boton button {
    margin-top: 40px;
  }

  .carta-modulo #modulo1, .carta-modulo #modulo3 {
    padding: 30px;
  }

}

@media (max-width: 524px) {

  .plataformas img {
    width: 35px;
    height: 35px;
  }

  .tienda-boton button {
    font-size: 17px;
    width: 162px;
    height: 35px;
  }
}

@media (max-width: 480px) {

  .plataformas img {
    width: 28px;
    height: 28px;
  }

  .tienda-boton button {
    font-size: 16px;
    width: 150px;
    height: 35px;
  }

}

@media (max-width: 450px) {

  .texto-contacto {
    width: 120px;
  }

  .slide h3 {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonio__text {
    margin: 0;
  }

  .tienda-boton button {
    font-size: 15px;
    width: 145px;
    height: 35px;
    border-radius: 9px;
  }

}

@media (max-width: 414px) {

  .plataformas img {
    width: 25px;
    height: 25px;
  }

  .tienda-boton button {
    font-size: 15px;
    width: 140px;
    height: 35px;
    border-radius: 9px;
  }

}

@media (max-width: 390px) {

  .plataformas img {
    width: 23px;
    height: 23px;
  }

}