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

    .redes-container {
        width: 50%;
    }
    
    .imagenes-clientes {
        width: 57px;
    }

    .texto-solapa {
        font-size: 0.8rem;
    }

    .texto-productos {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    .iconos {
        width: 12%;
    }

    .texto-presentacion {
        line-height: 0.5rem;
    }

    .flex-column-cilindro p {
        width: 80%;
    }

    .flex-column-cilindro-right p {
        width: 80%;
    }

    .texto-asesor {
        width: 80%;
    }

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

    .flex-column-footer {
        display: none;
    }

}