@media all and (max-width: 992px) {
    #texto-bienvenida,
    #diagrama{
        float: none;
        width: 100%;
    }

    header nav.navbar{
        /* border-bottom: 1px solid #013952; */
    }

    .navbar-light .navbar-toggler{
        color: #003a53;
        border-color: transparent;
    }

    .navbar-expand-lg .navbar-nav .nav-link{
        margin: 20px 0;
        text-align: center;
    }

    #mision-vision-valores #mision, #mision-vision-valores #vision{
        flex-basis: 50%;
    }

    #mision-vision-valores #valores{
        margin-top: 30px;
        flex-basis: 100%;
    }

    footer.footer .img-footer {
        width: 30px;
    }

    footer.footer{
        font-size: 0.8em;
    }

    #ingredientes .ingrediente{
        width: 50%;
    }

    #ingredientes .ingrediente#premix-minerales{
        clear: both;
        margin: 0 auto;
        float: none;
        padding-top: 50px;
    }

    #contenedor-ingredientes{
        display: block;
    }

    #ingredientes .ingrediente{
        margin: 0 auto 50px;
        width: 90%;
        max-width: 500px;
    }

    #bloque-soluciones-adaptables{
        display: block;
    }

    #bloque-soluciones-adaptables .imagen,
    #bloque-soluciones-adaptables .texto{
        width: 100%;
    }

    #bloque-soluciones-adaptables .imagen{
        margin: 20px 0;
        text-align: center;
    }

    #bloque-soluciones-adaptables .imagen img{
        max-width: 300px;
    }

    #logos1,
    #logos3{
        display: none;
    }

    #logos2{
        display: block;
    }
}