@media screen and (max-width:992px) {
    .modalSelecioneFormaPg .modal-header h1 {
        margin-top: 0;
        line-height: normal !important;
        margin: 0 !important;
    }
}


.modalSelecioneFormaPg .modal-header h1 {
    margin-top: 0;
}

.modalSelecioneFormaPg h5 {
    text-align: center;
    margin: 20px 0;
}

.botoesEscolhaFormaPgt {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.botoesEscolhaFormaPgt .escolherPlano {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #10447f;
}

.botoesEscolhaFormaPgt .escolherPlano img {
    cursor: pointer;
}

.botoesEscolhaFormaPgt .escolherPlano img:hover, .botoesEscolhaFormaPgt .escolherPlano img:focus {
    opacity: 0.8;
}