.button-green {
    border-radius: 8px;
    color: #000;
    font-weight: 700;
    background-color: #18FAE9;
    padding: 12px;
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.button-green:hover{
    color:#000;
}

.modal-border-green{
    border: 4px solid #18FAE9;
    
}

.modal:is(.show){
    display: flex !important;
    align-items: center;
}

.card-modal {
    background-color: #282828;
    border-radius: 8px;
    padding: 16px;
    color: #fff;
}
.idade{
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    color: white;
    font-size: 10px;
    font-family: 'Montserrat-Regular';
    border-radius: 5px;
    padding: 3px;
    
}
.img-container{
    display: flex;
    flex-direction: column;

}
.portaria{
    display: flex;
    justify-content: end;
    align-items: end;
    font-size: 5px;
}
.responsabilidade{
    font-weight: bold;
    font-stretch: expanded;
    font-size: 14px;
}
.info{
    border: 1px solid #18FAE9;
}