﻿
@media (max-width: 575.98px) {
    .ml-sm-2 {
        padding-left: 2px !important;
    }

    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        margin: 0;
    }

    main {
        flex-grow: 1;
    }

    .footer {
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
        margin-top: auto !important;
    }

    .dropdown-menu {
        width: 79% !important;
        left: 11% !important;
        /*      padding-right:2px !important;*/
    }

    #suministro-container {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }
}

.btn-suministro-mobile {
    margin-left: 7px !important;
}
