.card{
	transition: transform .3s ease-in-out;
	box-shadow: 0 2px 4px rgba(0,0,0,.6);
}

.card:hover{
	transform: scale(1.01);
	box-shadow: 0 3px 8px rgba(40,167,69,.6);
}

.item{
        position: relative;
        display: block;
        padding: .5rem 0rem;
        margin-bottom: -1px;
        background-color: #fff;        
      }

 /* Estilos sistema login */

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
  	border: 1px #285310 solid;
  	border-radius: 5px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit;
}

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
  height: 65px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
}

.titul {
    color: #fff;
}

@media (max-width: 576px) {
  .titul {
    display: none;
  }
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #28A745;
}
.nav-tabs .nav-link {
    background-color: #fff;
}