@font-face {
  font-family: 'Oranienbaum';
  font-style: normal;
  font-weight: 400;
  src: local('Oranienbaum'), local('Oranienbaum-Regular'), url(WyaFSM_en0pjtlmUWwS7GZ0EAVxt0G0biEntp43Qt6E.ttf) format('truetype');
}

/*  THEME VARS  */
/*  COLOR  */
/*  FONT  */
/*  ELEMENTS  */
/*  DOCUMENT  */
html {
  background: url("../imagenes/geometricB_03.png") repeat;
}
/*  LINKS  */
a {
  color: #916d87;
}
a:hover {
  color: #a98da1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oranienbaum, serif;
}
/*  CLASSES  */
/*  FONT  */
.theme-font-family {
  font-family: Oranienbaum, serif;
}
/*  BACKGROUND  */
.theme-bg-lighter {
  background-color: #a98da1;
}
.theme-bg-light {
  background-color: #9d7d94;
}
.theme-bg-lightest {
  background-color: #bda7b7;
}
.theme-bg-lightest-hover:hover {
  background-color: #bda7b7;
}
.theme-bg-lighter-op-10 {
  background-color: rgba(169, 141, 161, 0.1);
}
.theme-bg-lighter-op-20 {
  background-color: rgba(169, 141, 161, 0.2);
}
.theme-bg-lighter-op-40 {
  background-color: rgba(169, 141, 161, 0.4);
}
.theme-bg {
  background-color: #916d87;
}
.theme-bg-active.active {
  background-color: #916d87;
}
.theme-bg-op-20 {
  background-color: rgba(145, 109, 135, 0.2);
}
.theme-bg-op-40,
.theme-bg-op-40-hover:hover {
  background-color: rgba(145, 109, 135, 0.4);
}
.theme-bg-op-50 {
  background-color: rgba(145, 109, 135, 0.5);
}
.theme-bg-op-50-hover:hover {
  background-color: rgba(145, 109, 135, 0.5);
}
.theme-bg-op-50-disabled.disabled {
  background-color: rgba(145, 109, 135, 0.5);
}
.theme-bg-dark {
  background-color: #816178;
}
.theme-bg-darken {
  background-color: #715569;
}
.theme-bg-darken-active.active,
.theme-bg-darken-hover:hover {
  background-color: #715569;
}
/*  BORDER   */
.theme-border-color {
  border-color: #916d87;
}
.theme-border-color-darken {
  border-color: #715569;
}
.theme-border-color-darkest {
  border-color: #604859;
}
/*  TEXT  */
.theme-text-color {
  color: #916d87;
}
.theme-text-color:hover {
  color: #916d87;
}
.text-color-theme {
  color: #916d87;
}
.theme-text-color-darken {
  color: #715569;
}
.theme-text-color-lighter {
  color: #a98da1;
}
.theme-text-color-lightest {
  color: #b69eb0;
}
/*  PAGINATION  */
.pagination-item {
  background-color: #a98da1;
}
.pagination-item:hover {
  background-color: #9d7d94;
}
.pagination-item.active {
  background-color: #916d87;
}
.pagination-item.disabled {
  background-color: rgba(145, 109, 135, 0.4);
}
/*  THUMBNAILS  */
.thumbnail figure,
figure.thumbnail {
  border-color: #916d87;
}
/*  BUTTONS  */
.button,
.button:focus {
  color: #916d87;
}
.button:hover,
.button:focus:hover {
  color: #916d87;
}
/*  ICONS  */
.icon.alt {
  border-color: #916d87;
  background-color: #916d87;
}
/*  FORMS  */
.theme-form {
  background-color: #916d87;
}
/*  TABLES  */
.theme-table thead th {
  background-color: #916d87;
}
/*  BADGES  */
.badge {
  background-color: #916d87;
}
/*  LARGE  */
@media (min-width: 1025px) {
  /*  NAVIGATION  */
  header .main-nav .container nav ul.menu > li.active > a {
    color: #b69eb0;
  }
  header .main-nav .container nav ul.menu > li .dropdown-list li.active {
    background-color: #916d87;
  }
  /*  FOOTER  */
  footer .container {
    background-color: #715569;
    border-color: #604859;
  }
  /*  BORDER  */
  .theme-border-color-large {
    border-color: #916d87 !important;
  }
  /*  TEXT  */
  .theme-text-color-lighter-large {
    color: #a98da1;
  }
}
