

/* ======= ESTILO BÁSICO ======= */








.item-topo{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.btn-detalhes{
    cursor:pointer;
    width: 300px;
}

.item-detalhes{
    display:none;
    padding:0 20px 20px;
}

