.btn, .btn-large, .btn-small {
    background-color: #b5a36a;
  }
  
  .teal.lighten-1 {
    background-color: #b5a36a !important;
}

  .teal-text.text-lighten-2 {
    color: #b5a36a !important;
  }
  
  
  .teal-text.text-lighten-1 {
    color: #b5a36a !important;
  }

  .teal {
    background-color: #b5a36a !important;
  }

  .colecciones_ug {
    background-color: #b5a36a ;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.colecciones_ug:hover {
    background-color: #0277bd;
}

.mis-slider li figcaption {
  font-weight: 500;
  letter-spacing: .5px;
}

#nav_divider{
  background-color: #b5a36a;
  height:4px;
}

.material-icons{
  color: #0277bd;
}