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

    .titulo {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    .bold-titulo {
        font-size: 3.5rem;
    }

    .redes {
        justify-content: center;
    }

    .redes-container {
        width: 37%;
        justify-content: space-around;
        align-items: center;
    }

    .redes a {
        text-align: center;
        margin-top: 0px;
    }

    .flex-clientes {
        height: 60%;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .flex-column-clientes {
        order: 2;
    }

    .img-empresa {
        width: 100%;
        text-align: center;
    }

    .img-empresa img {
        width: 20%;                           
    }

    .texto-solapa {
        width: 100%;
        text-align: center;
        margin-bottom: 10%;
    }

    .btn-center {
        text-align: center;
    }

    .solapa-center {
        display: flex;
        justify-content: center;
    }

    .solapa { 
        height: 150px;
    }

    .texto-cliente {
        margin-top: 0px;
        margin-bottom: 8%;
    }
        
    .clientes-img {
        width: 95%;
        max-width: 100%;
        margin-left: 0px;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 3%;
        margin-bottom: 3%;
    }

    .imagenes-clientes {
        width: 95px;
    }

    .flex-muestra-producto {
        flex-wrap: wrap;
        justify-content: center;
    }

    .slider-container-cilindro {
        width: 100%;
    }

    .flex-imagen-producto img {
        width: 50%;
        padding: 0.5rem;
    }

    .flex-column-cilindro {
        width: 100%;
        align-items: center;
        margin-left: 0px;
    }

    .flex-column-cilindro p {
        text-align: center;
        width: 47%;
    }

    .titulo-presentacion-producto {
        font-size: 1.7rem;
        margin-bottom: 1%;
        line-height: 2.1rem;
        letter-spacing: 1.5px;
        text-align: center;
    }

    .btn-muestra-producto-2 {
        display: none;
    }

    .btn-muestra-producto {
        display: inline-block
    }

    .texto-presentacion {
        margin-bottom: 3%;
        text-align: center; 
        font-size: 0.9rem;
        line-height: 0.8rem;
    }

    .btn-muestra-producto {
        width: 180px;
    }

    .slider-container-cilindro-esp {
        width: 100%;
    }

    .flex-column-cilindro-right {
        order: 2;
        width: 100%;
        align-items: center;
        margin-right: 0px;
    }

    .flex-imagen-producto-right {
        order: 1;
        justify-content: center;
    }

    .flex-imagen-producto-right img {
        width: 50%;
        padding: 0.5rem;
    }

    .flex-column-cilindro-right p {
        text-align: center;
        width: 47%;
    }

    .slider-container-cilindro-lima {
        width: 100%;
        overflow: hidden; /* Oculta lo que está fuera del contenedor */
        position: relative;
      }

    .form-content {
        display: none;
    }

    .titulo-asesor {
        margin-bottom: 10px;
    }

    .texto-presentacion-1 {
        font-size: 1rem;
    }

}