/* STYLE DO MODAL */


.modal-title {
    color: rgb(255, 0, 140);
    text-align: center;
    margin-bottom: 15px;
}
.modal-header {
    border-bottom: 1 px solid rgb(255, 0, 140);
}
.form-geral {
    display: flex;
    flex-direction: column;
    font-family: 'Baloo 2', cursive;
}
.conteudo-modal {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.conteudo-modal img {
    width: 30%;
}
.conteudo-modal h6 {
    font-size: 100%;
    padding: 15px;
}