body{
padding: 20px;
}
.caixa_principal{width: 100%;display: flex;flex-direction: column;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);transition: all 0.3s cubic-bezier(.25,.8,.25,1);margin-bottom: 20px;}
.caixa_principal:hover{box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
.caixa_img{width: 100%;height: 160px;}
.caixa_img img{width: 100%;height: 100%;}
.caixa_itens{ width: 100%;height: 40px;display: flex;flex-direction: row;}
.item{width: 25%;display: flex;align-items: center;justify-content: center;border-top: 1px solid #eee;cursor: pointer;transition: .3s;}
.item:nth-child(-n+3) {border-right: 1px solid #eee;}
.c1{color: #007bff;}
.c1:hover{ background: #007bff;color: #fff;}
.c2{ color: #28a745;}
.c2:hover{background: #28a745;color: #fff; }
.c3{color: #138496;}
.c3:hover{background: #138496; color: #fff;}
.c4{color: #dc3545;}
.c4:hover{background: #dc3545;color: #fff;}
.caixa_info{ width: 100%;border-top: 1px solid #eee;}
.caixa_info h4{text-align: center;margin-top: 5px;}