.tile-progress {
  background-image: linear-gradient(#ffffff,  #e4ecf0);
  color: #fff;
  /*box-shadow: 2px 2px 2px 2px #D7D7D7;*/
  color: #fff;
  margin-bottom: 30px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  border-top: #000000;
  border-left: #000000;
  border-bottom: #000000;
  border-right: #000000;
  border-style: groove;
  border-width: 3px;
}

  .tile-progress .tile-header {
    padding-left: 15px;
    padding-right: 15px; 
  }

.tile-header h2 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 10px;;
  text-align: center;
  color: #000000;
}

.tile-header-info {
  display: none;
}
.tile-info-info {
  display: block;
  text-align: center;
}
/*
.tile-header:hover .tile-header-info {
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  min-height: 160px;
  display: block;
  color: #000000;
}

.tile-header:hover .tile-info-info {
  display: none;
}

*/

.tile-image{
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 150px;
}

/* unvisited link */
.tile-progress a:link {
  color: #FFFFFF;
  text-decoration: none;
}

/* visited link */
.tile-progress a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

/* mouse over link */
.tile-progress a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/* selected link */
.tile-progress a:active {
  color: #FFFFFF;
  text-decoration: none;
}






.tile-progress .tile-progressbar {
  height: 4px;
  background: rgba(0,0,0,0.2);
  margin: 0;
}

  .tile-progress .tile-progressbar span {
    display: block;
    background: #fff;
    width: 0;
    height: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
    -moz-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
    -o-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
    transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
  }


.tile-title {
  padding-top: 1px;
  text-align: center;
  border-bottom: #000000;  
  border-left: #000000;
  border-right: #000000;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-style: groove;
  border-top: none;
  background-image: linear-gradient(#ffffffb2,  #c3c9cc);
}
.tile-progress .tile-footer {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  border-top: #000000;  
  border-bottom: none;
  text-align: right;
  color: #000000;
  border-style: groove;
  border-right: none;
  border-width: 2px;
  background-image: linear-gradient(#ffffff7a,  #0808084b);

  /*-webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;*/
}


/* unvisited link */
.tile-footer a {
  color: #FFFFFF;
  text-decoration: none;
}

  .tile-footer a:link {
    color: #FFFFFF;
    text-decoration: none;
  }

  /* visited link */
  .tile-footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }

  /* mouse over link */
  .tile-footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
  }

  /* selected link */
  .tile-footer a:active {
    color: #FFFFFF;
    text-decoration: none;
  }




.tile-red-400 {
  background-color: #EF5350;
 }

.tile-red-500 {
  background-color: #F44336;
 }

.tile-red {
  background-color: #f56954;
}


.tile-pink-400 {
  background-color: #EC407A;
 }

.tile-pink-500 {
  background-color: #E91E63;
 }

.tile-light-pink {
  background-color: #ec3b83;
}

.tile-pink {
  background-color: #e37091;
}



.tile-purple-400 {
  background-color: #AB47BC;
}

.tile-purple-500 {
  background-color: #9C27B0;
}
.tile-purple-600 {
  background-color: #8E24AA;
}

.tile-purple {
  background-color: #ba79cb;
}



.tile-deep-purple-400 {
  background-color: #7E57C2;
}
.tile-deep-purple-500 {
  background-color: #673AB7;
}




.tile-grey{
  background-image: linear-gradient(#747382, #666670);
}


.tile-orange {
  background-color: #f0ad4e;
}

.tile-black {
  background-color: #303641;
}

.tile-blue {
  background-color: #0073b7;
}

.tile-aqua {
  background-color: #00c0ef;
}

.tile-green {
  background-color: #00a65a;
}

.tile-cyan {
  background-color: #00b29e;
}



.tile-brown {
  background: #a39569;
}





#titulo-green {
  background-color: #5cb85c;
}

#titulo-blue {
  background-color: #337ab7;
}

#titulo-red {
  background-color: #d9534f;
}

#titulo-light-blue {
  background-color: #5bc0de;
}

#titulo-purple {
  background-color: #a069c3;
}
