body{
    background-color: #ebebeb;
}
#box-clientes {
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    opacity: 0;
    max-height: 0;
}
