﻿.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

.drop-opcoes {
    display: none;
}

@media only screen and (max-width: 992px) {
    .drop-opcoes {
        display: block;
    }

    #opcCard .btn-menu-provas {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #opcCard .btn-menu-provas.esconde-mobile {
        display: none;
    }

    #opcCard .span-MenuProvas {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    #opcCard .btn-menu-provas > .span-MenuProvas > a {
        width: 100%;
        margin: 0;
    }
}