﻿@media (max-width: 575.98px) {
    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;
    }

    .mobile-titulo {
        margin-left: 20px;
    }

    .btn-width-mobile {
        width: 95.5% !important;
    }
}

.btn-width-mobile {
    width: 96%;
}
