.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;
}

.dropdown-content li > a, .dropdown-content li > span {
   
  color:#0277bd;

}

.tabs .tab a:focus.active {
  background-color: #dfcb8a;
  outline: none;
}

.swiper-pagination-bullet {
  height: 18px;
  width: 18px;
  margin: 15px;
  }

/*Style discovery buttons */

    .btn-hover.color-9 {
        background-image: linear-gradient(to right, #25aae1, #4481eb, #3f86ed, #0277bd);
        box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .buttons {
        margin: 10%;
        text-align: center;
    }

    .btn-hover {
        width: 190px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        cursor: pointer;
        margin: 20px;
        height: 45px;
        text-align: center;
        border: none;
        background-size: 300% 100%;

        border-radius: 10px;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn-hover:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn-hover:focus {
        outline: none;
    }

/*Style discovery buttons */