@charset "UTF-8";
/*
 * ██╗   ██╗ █████╗ ██████╗ ██╗ █████╗ ██████╗ ██╗     ███████╗███████╗
 * ██║   ██║██╔══██╗██╔══██╗██║██╔══██╗██╔══██╗██║     ██╔════╝██╔════╝
 * ██║   ██║███████║██████╔╝██║███████║██████╔╝██║     █████╗  ███████╗
 * ╚██╗ ██╔╝██╔══██║██╔══██╗██║██╔══██║██╔══██╗██║     ██╔══╝  ╚════██║
 *  ╚████╔╝ ██║  ██║██║  ██║██║██║  ██║██████╔╝███████╗███████╗███████║
 *   ╚═══╝  ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚══════╝╚══════╝
 */
/*
 *  ██████╗ ██████╗ ███╗   ███╗███╗   ███╗ ██████╗ ███╗   ██╗
 * ██╔════╝██╔═══██╗████╗ ████║████╗ ████║██╔═══██╗████╗  ██║
 * ██║     ██║   ██║██╔████╔██║██╔████╔██║██║   ██║██╔██╗ ██║
 * ██║     ██║   ██║██║╚██╔╝██║██║╚██╔╝██║██║   ██║██║╚██╗██║
 * ╚██████╗╚██████╔╝██║ ╚═╝ ██║██║ ╚═╝ ██║╚██████╔╝██║ ╚████║
 *  ╚═════╝ ╚═════╝ ╚═╝     ╚═╝╚═╝     ╚═╝ ╚═════╝ ╚═╝  ╚═══╝
 */
div.pure-g div[class^=pure-u] {
  _border: 1px solid red;
}

/* ------------------------------------------------------------------------------------------------------------------ */
.wrapper {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 60px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/*
 * TEXT SELECTION
 */
::-moz-selection {
  background-color: rgba(200, 200, 200, 0.5);
  color: #2A7FF9;
}

::selection {
  background-color: rgba(200, 200, 200, 0.5);
  color: #2A7FF9;
}

/* ------------------------------------------------------------------------------------------------------------------ */
span[rel=message] {
  padding: 4px 10px;
  margin: 0;
  display: block;
  font-size: 0.929em;
  font-weight: 400;
  color: white;
  background-color: rgba(153, 52, 52, 0.75);
  border-top: 1px solid #993344;
  border-bottom: 1px solid #993344;
  border-left: 4px solid #993344;
  border-right: 1px solid #993344;
}

span[rel=message] i {
  margin-right: 10px;
}

span[rel=message].success {
  background-color: rgba(73, 153, 52, 0.75);
  border-color: #499934;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/*
 * COMMON
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
}

body > #container {
  margin: 0;
  padding: 0;
  width: 100%;
}

body.overlay:after,
body.overlay.dark:after {
  z-index: 1000;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(255, 255, 255, 0.75);
}

body.overlay.dark:after {
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* ------------------------------------------------------------------------------------------------------------------ */
img {
  border: 0;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: 50% 50%;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0 0 0 20px;
  padding: 0;
  float: right;
}

figure figcaption {
  text-align: right;
  font-size: 0.929em;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 4px;
  font-weight: 400;
}

figure figcaption i {
  font-size: 0.929em;
  font-weight: 400;
}

figure img {
  max-width: auto;
  width: 100%;
}

/* ------------------------------------------------------------------------------------------------------------------ */
a {
  color: #333333;
  text-decoration: none;
  font-weight: bolder;
  -webkit-transition: color 0.25s ease-out, background-color 2s ease-in;
  -moz-transition: color 0.25s ease-out, background-color 2s ease-in;
  -ms-transition: color 0.25s ease-out, background-color 2s ease-in;
  -o-transition: color 0.25s ease-out, background-color 2s ease-in;
  transition: color 0.25s ease-out, background-color 2s ease-in;
}

a:hover {
  color: #2A7FF9;
}

a.solid,
button.solid {
  border: 0px none;
  padding: 8px 16px;
  color: white;
  text-transform: uppercase;
  background-color: #333333;
}

/* ------------------------------------------------------------------------------------------------------------------ */
a[rel=video] {
  display: inline-block;
  float: left;
  margin: 0 2px;
  width: 80px;
  height: 80px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

a[rel=video] div {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  background-image: url(/img/icons/67x67/video.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a[rel=video].white div {
  background-image: url(/img/icons/67x67/video-blanco.png);
}

a[rel=video]:hover div {
  background-image: url(/img/icons/67x67/hover/video.png);
}

/* ------------------------------------------------------------------------------------------------------------------ */
a[rel=info] {
  display: inline-block;
  background-image: url(/img/icons/67x67/hover/info.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

a[rel=info] div {
  display: inline-block;
  border-left: 1px solid #5290f6;
  padding-left: 10px;
  margin-left: 48px;
}

a[rel=info] div h1,
a[rel=info] div h5,
a[rel=info] div h6 {
  color: white;
  margin: 0;
  padding: 0;
}

a[rel=info] div h1 {
  font-size: 26px;
  text-transform: uppercase;
}

a[rel=info] div h5,
a[rel=info] div h6 {
  font-size: 0.929em;
  text-transform: lowercase;
  line-height: 20px;
}

a[rel=info] div h6 {
  font-size: 12px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
ul.horizontal {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.horizontal li {
  display: inline-block;
  text-transform: uppercase;
}

ul.horizontal li a {
  padding: 0 5px;
  border-right: 1px solid #333333;
}

ul.horizontal li:first-child a {
  padding-left: 0;
}

ul.horizontal li:last-child a {
  border-right: 0px none;
}

/* ------------------------------------------------------------------------------------------------------------------ */
label.error,
small.error {
  color: #993344;
  font-size: 12px;
  font-weight: 400;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/*
 * ███╗   ███╗ ██████╗ ██████╗  █████╗ ██╗     ███████╗
 * ████╗ ████║██╔═══██╗██╔══██╗██╔══██╗██║     ██╔════╝
 * ██╔████╔██║██║   ██║██║  ██║███████║██║     ███████╗
 * ██║╚██╔╝██║██║   ██║██║  ██║██╔══██║██║     ╚════██║
 * ██║ ╚═╝ ██║╚██████╔╝██████╔╝██║  ██║███████╗███████║
 * ╚═╝     ╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚══════╝
 */
article[class=modal] {
  z-index: 1001;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
}

article[class=modal] a[rel=close] {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 16px;
  background-image: url(/img/icons/64x64/close.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

article[class=modal] a[rel=close]:hover {
  background-image: url(/img/icons/64x64/hover/close.png);
}

article[class=modal] header,
article[class=modal] main {
  padding: 10px 0;
}

article[class=modal] header {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #333333;
}

article[class=popup] {
  display: none;
  z-index: 1001;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  padding: 40px;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 800px;
}

article[class=popup] header {
  text-align: center;
}

article[class=popup] header dl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

article[class=popup] header dl dt,
article[class=popup] header dl dd {
  font-size: 26px;
  margin: 0;
  padding: 2px 0;
}

article[class=popup] header dl dt {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #333333;
}

article[class=popup] header dl dd {
  font-weight: 400;
  font-style: italic;
}

article[class=popup] main {
  margin: 40px 0;
}

article[class=popup] main h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 1.2em;
}

article[class=popup] main p {
  font-size: 18px;
}

article[class=popup] footer {
  display: block;
  text-align: center;
}

article[rel=zoom],
article[class=asterisks] {
  display: none;
  z-index: 1001;
  padding: 40px;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

article[rel=zoom] a[rel=close],
article[class=asterisks] a[rel=close] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2000;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url(/img/icons/64x64/close.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

article[rel=zoom] a[rel=close]:hover,
article[class=asterisks] a[rel=close]:hover {
  background-image: url(/img/icons/64x64/hover/close.png);
}

article[rel=zoom] > div,
article[class=asterisks] > div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

article[rel=zoom] > header {
  width: 100%;
  height: 100%;
}

article[rel=zoom] > header div {
  overflow: hidden;
}

article[rel=zoom] > footer {
  display: inline-block;
  position: absolute;
  z-index: 2000;
  top: 40px;
  right: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px;
}

article[rel=zoom] > footer a[class=close],
article[rel=zoom] > footer a[class=zoom-in],
article[rel=zoom] > footer a[class=zoom-out],
article[rel=zoom] > footer a[class=reset] {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 4px 0;
}

article[rel=zoom] > footer a[class=zoom-in] {
  background-image: url(/img/icons/67x67/menu_inferior_abrir.png);
}

article[rel=zoom] > footer a[class=zoom-out] {
  background-image: url(/img/icons/67x67/menu_inferior_cerrar.png);
}

article[rel=zoom] > footer a[class=reset] {
  background-image: url(/img/icons/67x67/zoom.png);
}

article[rel=zoom] > footer a[class=zoom-in]:hover {
  background-image: url(/img/icons/67x67/hover/menu_inferior_abrir.png);
}

article[rel=zoom] > footer a[class=zoom-out]:hover {
  background-image: url(/img/icons/67x67/hover/menu_inferior_cerrar.png);
}

article[rel=zoom] > footer a[class=reset]:hover {
  background-image: url(/img/icons/67x67/hover/zoom.png);
}

article[class=asterisks] > div {
  text-align: center;
}

article[class=asterisks] > div div[rel=picture] {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/*
 *  █████╗ ██╗   ██╗████████╗ ██████╗  ██████╗ ██████╗ ███╗   ███╗██████╗ ██╗     ███████╗████████╗███████╗
 * ██╔══██╗██║   ██║╚══██╔══╝██╔═══██╗██╔════╝██╔═══██╗████╗ ████║██╔══██╗██║     ██╔════╝╚══██╔══╝██╔════╝
 * ███████║██║   ██║   ██║   ██║   ██║██║     ██║   ██║██╔████╔██║██████╔╝██║     █████╗     ██║   █████╗
 * ██╔══██║██║   ██║   ██║   ██║   ██║██║     ██║   ██║██║╚██╔╝██║██╔═══╝ ██║     ██╔══╝     ██║   ██╔══╝
 * ██║  ██║╚██████╔╝   ██║   ╚██████╔╝╚██████╗╚██████╔╝██║ ╚═╝ ██║██║     ███████╗███████╗   ██║   ███████╗
 * ╚═╝  ╚═╝ ╚═════╝    ╚═╝    ╚═════╝  ╚═════╝ ╚═════╝ ╚═╝     ╚═╝╚═╝     ╚══════╝╚══════╝   ╚═╝   ╚══════╝
 */
.autocomplete-suggestions {
  margin-top: 4px;
  background: #EFEFEF;
  border: 1px solid #333333;
  padding: 4px;
  overflow: none;
  overflow-x: none;
  overflow-y: auto;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #2A7FF9;
}

.autocomplete-suggestions strong,
.autocomplete-suggestion,
.autocomplete-selected,
.autocomplete-group,
.autocomplete-group strong {
  font-size: 14px;
}

.autocomplete-group,
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-suggestion {
  cursor: pointer;
}

.autocomplete-selected {
  background-color: #DDDDDD;
  color: #333333;
}

.autocomplete-group {
  margin: 4px 0 0 0;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #999999;
  color: #999999;
  font-weight: bolder;
  font-size: 14px;
  text-transform: uppercase;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/*
 * ███╗   ███╗███████╗███╗   ██╗██╗   ██╗    ██╗███████╗██╗   ██╗██████╗ ███╗   ███╗███████╗███╗   ██╗██╗   ██╗
 * ████╗ ████║██╔════╝████╗  ██║██║   ██║   ██╔╝██╔════╝██║   ██║██╔══██╗████╗ ████║██╔════╝████╗  ██║██║   ██║
 * ██╔████╔██║█████╗  ██╔██╗ ██║██║   ██║  ██╔╝ ███████╗██║   ██║██████╔╝██╔████╔██║█████╗  ██╔██╗ ██║██║   ██║
 * ██║╚██╔╝██║██╔══╝  ██║╚██╗██║██║   ██║ ██╔╝  ╚════██║██║   ██║██╔══██╗██║╚██╔╝██║██╔══╝  ██║╚██╗██║██║   ██║
 * ██║ ╚═╝ ██║███████╗██║ ╚████║╚██████╔╝██╔╝   ███████║╚██████╔╝██████╔╝██║ ╚═╝ ██║███████╗██║ ╚████║╚██████╔╝
 * ╚═╝     ╚═╝╚══════╝╚═╝  ╚═══╝ ╚═════╝ ╚═╝    ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝     ╚═╝╚══════╝╚═╝  ╚═══╝ ╚═════╝
 */
nav ul li a {
  font-weight: 700;
  font-size: 16px;
}

nav ul li a[data-icon] {
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  margin-left: 10px;
}

nav ul[rel=toggleExpand] {
  display: none;
  margin-top: 10px;
}

nav ul[rel=toggleExpand] li a {
  font-weight: 700;
}

/*
 * ███████╗██╗██╗  ████████╗███████╗██████╗ ███████╗
 * ██╔════╝██║██║  ╚══██╔══╝██╔════╝██╔══██╗██╔════╝
 * █████╗  ██║██║     ██║   █████╗  ██████╔╝███████╗
 * ██╔══╝  ██║██║     ██║   ██╔══╝  ██╔══██╗╚════██║
 * ██║     ██║███████╗██║   ███████╗██║  ██║███████║
 * ╚═╝     ╚═╝╚══════╝╚═╝   ╚══════╝╚═╝  ╚═╝╚══════╝
 */
/* Trigger */
a[rel=filters] {
  position: absolute;
  z-index: 3;
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: url(/img/icons/67x67/menu_inferior_abrir.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

a[rel=filters]:hover {
  background-image: url(/img/icons/67x67/hover/menu_inferior_abrir.png);
}

a[rel=filters].clicked {
  background-image: url(/img/icons/67x67/menu_inferior_cerrar.png);
}

a[rel=filters].clicked:hover {
  background-image: url(/img/icons/67x67/hover/menu_inferior_cerrar.png);
}

/* Container */
div[name=filters] {
  display: none;
  position: absolute;
  top: 94px;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: white;
  padding: 25px 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

div[name=filters] > div.wrapper {
  padding: 0 60px;
}

div[name=filters] > div.wrapper a[rel=remove-filters] {
  font-size: 0.929em;
  float: right;
  cursor: pointer;
  font-weight: 700;
}

div[name=filters] > div.wrapper h5,
div[name=filters] > div.wrapper h6 {
  margin: 10px 0;
  padding: 0;
  text-align: center;
  font-weight: 300;
  color: #2A7FF9;
  text-transform: uppercase;
}

div[name=filters] > div.wrapper h6 {
  color: #333333;
  font-weight: 700;
  margin-top: 4px 0;
}

div[name=filters] > div.wrapper form {
  padding: 0;
  margin-left: 20px;
}

div[name=filters] > div.wrapper form fieldset {
  border: 0px none;
}

div[name=filters] > div.wrapper form fieldset > legend {
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

div[name=filters] > div.wrapper form fieldset > legend output {
  color: #2A7FF9;
  font-weight: 700;
  font-size: 0.929em;
  line-height: initial;
}

div[name=filters] > div.wrapper form fieldset > legend output b,
div[name=filters] > div.wrapper form fieldset > legend output strong {
  font-size: inherit;
}

div[name=filters] > div.wrapper form fieldset > legend output small {
  color: #2A7FF9;
  font-weight: 700;
  font-size: inherit;
}

div[name=filters] > div.wrapper form fieldset > legend output small:after {
  color: #333333;
  content: ' • ';
}

div[name=filters] > div.wrapper form fieldset > legend output small:hover {
  text-decoration: line-through;
  color: #333333;
}

div[name=filters] > div.wrapper form fieldset article {
  display: none;
  width: 90%;
  margin: 0 40px;
}

div[name=filters] > div.wrapper form fieldset article header {
  text-transform: center;
}

div[name=filters] > div.wrapper form fieldset article header ul.filters {
  list-style-type: none;
  padding: 0;
  margin: 0 20px 0 0;
}

div[name=filters] > div.wrapper form fieldset article header ul.filters > li {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}

div[name=filters] > div.wrapper form fieldset article header ul.filters > li:hover {
  font-weight: 700;
  color: #2A7FF9;
}

div[name=filters] > div.wrapper form fieldset article header ul.filters > li.selected {
  font-weight: 700;
}

div[name=filters] > div.wrapper form fieldset article footer {
  width: 100%;
}

div[name=filters] > div.wrapper form fieldset article footer span {
  margin: 0 40px;
  font-weight: 700;
  color: #999;
}

div[name=filters] > div.wrapper form fieldset article.async header,
div[name=filters] > div.wrapper form fieldset article.async footer {
  display: inline-block;
  min-height: 180px;
  vertical-align: top;
}

div[name=filters] > div.wrapper form fieldset article.async footer {
  margin: 0;
  padding: 0;
  border-left: 1px solid #333333;
}

div[name=filters] > div.wrapper form fieldset article.async footer ul {
  list-style-type: none;
  margin: 0 40px;
  padding: 0;
  max-height: 180px;
  overflow: none;
  overflow-x: none;
  overflow-y: auto;
}

div[name=filters] > div.wrapper form fieldset article.async footer ul > li {
  display: block;
  line-height: 30px;
  cursor: pointer;
}

div[name=filters] > div.wrapper form fieldset article.async footer ul > li a {
  font-size: 14px;
}

div[name=filters] > div.wrapper form fieldset article.async footer ul > li a b,
div[name=filters] > div.wrapper form fieldset article.async footer ul > li a strong {
  font-size: inherit;
}

div[name=filters] > div.wrapper form fieldset article.async footer.loading {
  background-image: url(/img/loading.svg);
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
 * ██████╗  █████╗  ██████╗ ██╗███╗   ██╗ █████╗ ████████╗██╗ ██████╗ ███╗   ██╗
 * ██╔══██╗██╔══██╗██╔════╝ ██║████╗  ██║██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║
 * ██████╔╝███████║██║  ███╗██║██╔██╗ ██║███████║   ██║   ██║██║   ██║██╔██╗ ██║
 * ██╔═══╝ ██╔══██║██║   ██║██║██║╚██╗██║██╔══██║   ██║   ██║██║   ██║██║╚██╗██║
 * ██║     ██║  ██║╚██████╔╝██║██║ ╚████║██║  ██║   ██║   ██║╚██████╔╝██║ ╚████║
 * ╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝
 */
ul.pagination {
  border-top: 1px dotted #333333;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li a,
ul.pagination li span {
  padding: 2px 4px;
  font-size: x-large;
  font-weight: 300;
}

ul.pagination li.active span {
  color: #2A7FF9;
  font-weight: 400;
}

/*
 * ████████╗ ██████╗  ██████╗ ██╗     ██████╗  █████╗ ██████╗
 * ╚══██╔══╝██╔═══██╗██╔═══██╗██║     ██╔══██╗██╔══██╗██╔══██╗
 *    ██║   ██║   ██║██║   ██║██║     ██████╔╝███████║██████╔╝
 *    ██║   ██║   ██║██║   ██║██║     ██╔══██╗██╔══██║██╔══██╗
 *    ██║   ╚██████╔╝╚██████╔╝███████╗██████╔╝██║  ██║██║  ██║
 *    ╚═╝    ╚═════╝  ╚═════╝ ╚══════╝╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝
 */
ul[rel=toolbar] {
  list-style-type: none;
  margin: 2px 0;
  padding: 0;
}

ul[rel=toolbar] > li {
  display: inline-block;
  margin: 0 10px;
}

ul[rel=toolbar] > li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

ul[rel=toolbar] > li a[rel^=toolbar-] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

ul[rel=toolbar] > li a[rel=toolbar-video] {
  background-image: url(/img/icons/67x67/video.png);
}

ul[rel=toolbar] > li a[rel=toolbar-video]:hover {
  background-image: url(/img/icons/67x67/hover/video.png);
}

ul[rel=toolbar] > li a[rel=toolbar-favorite] {
  background-image: url(/img/icons/67x67/corazon2.png);
}

ul[rel=toolbar] > li a[rel=toolbar-favorite]:hover {
  background-image: url(/img/icons/67x67/hover/corazon1.png);
}

ul[rel=toolbar] > li a[rel=toolbar-favorite].enabled {
  background-image: url(/img/icons/67x67/corazon1.png);
}

ul[rel=toolbar] > li a[rel=toolbar-fancybox] {
  background-image: url(/img/icons/67x67/ampliar.png);
}

ul[rel=toolbar] > li a[rel=toolbar-fancybox]:hover {
  background-image: url(/img/icons/67x67/hover/ampliar.png);
}

ul[rel=toolbar] > li .fancybox-overlay {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  background: url("fancybox_overlay.png");
}

ul[rel=toolbar] > li a[rel=toolbar-author] {
  background-image: url(/img/icons/67x67/autor.png);
}

ul[rel=toolbar] > li a[rel=toolbar-author]:hover {
  background-image: url(/img/icons/67x67/hover/autor.png);
}

ul[rel=toolbar] > li a[rel=toolbar-asterisks] {
  background-image: url(/img/icons/67x67/info.png);
}

ul[rel=toolbar] > li a[rel=toolbar-asterisks]:hover {
  background-image: url(/img/icons/67x67/hover/info.png);
}

ul[rel=toolbar] > li a[rel=toolbar-style] {
  background-image: url(/img/icons/67x67/movimiento.png);
}

ul[rel=toolbar] > li a[rel=toolbar-style]:hover {
  background-image: url(/img/icons/67x67/hover/movimiento.png);
}

ul[rel=toolbar] > li a[rel=toolbar-movements] {
  background-image: url(/img/icons/67x67/mapa.png);
}

ul[rel=toolbar] > li a[rel=toolbar-movements]:hover {
  background-image: url(/img/icons/67x67/hover/mapa.png);
}

ul[rel=toolbar] > li a[rel=toolbar-audio] {
  background-image: url(/img/icons/67x67/audio.png);
}

ul[rel=toolbar] > li a[rel=toolbar-audio]:hover {
  background-image: url(/img/icons/67x67/hover/audio.png);
}

ul[rel=toolbar] > li a[rel=toolbar-zoom] {
  background-image: url(/img/icons/67x67/zoom.png);
}

ul[rel=toolbar] > li a[rel=toolbar-zoom]:hover {
  background-image: url(/img/icons/67x67/hover/zoom.png);
}

ul[rel=toolbar] > li a[rel=toolbar-360] {
  background-image: url(/img/icons/67x67/panoramica.png);
}

ul[rel=toolbar] > li a[rel=toolbar-360]:hover {
  background-image: url(/img/icons/67x67/hover/panoramica.png);
}

ul[rel=toolbar] > li a[rel=toolbar-comparator] {
  background-image: url(/img/icons/67x67/comparacion.png);
}

ul[rel=toolbar] > li a[rel=toolbar-comparator]:hover {
  background-image: url(/img/icons/67x67/hover/comparacion.png);
}

ul[rel=toolbar] > li a[rel=toolbar-comparator-measures] {
  background-image: url(/img/icons/67x67/comparador.png);
}

ul[rel=toolbar] > li a[rel=toolbar-comparator-measures]:hover {
  background-image: url(/img/icons/67x67/hover/comparador.png);
}

ul[rel=toolbar] > li a[rel=toolbar-audio].active {
  background-image: url(/img/icons/67x67/audio-active.png);
}

ul[rel=toolbar] > li a[rel=toolbar-audio].active:hover {
  background-image: url(/img/icons/67x67/hover/audio.png);
}

ul[rel=toolbar] > li a[rel=toolbar-links] {
  background-image: url(/img/icons/67x67/links.png);
}

ul[rel=toolbar] > li a[rel=toolbar-links]:hover {
  background-image: url(/img/icons/67x67/hover/links.png);
}

ul[rel=toolbar] > li a[rel=toolbar-links].active {
  background-image: url(/img/icons/67x67/links-active.png);
}

ul[rel=toolbar] > li a[rel=toolbar-links].active:hover {
  background-image: url(/img/icons/67x67/hover/links.png);
}

ul[rel=toolbar] > li:first-child {
  margin: 0;
}

ul[rel=toolbar].right {
  text-align: right;
}

ul[rel=toolbar-text] {
  list-style-type: none;
  margin: 0;
  padding: 12px 0 0 0;
  text-align: right;
}

ul[rel=toolbar-text] li {
  display: inline-block;
}

ul[rel=toolbar-text] li a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

ul[rel=toolbar-text] li:not(:first-child):before {
  color: #666;
  content: ' | ';
}

section[rel=toolbar] {
  margin: 20px 0 0 0;
}

section[rel=toolbar] div.pure-g div[class^=pure-u-1-2]:nth-child(1) {
  text-align: left;
}

section[rel=toolbar] div.pure-g div[class^=pure-u-1-2]:nth-child(2) {
  text-align: right;
}

section[rel=links] {
  display: none;
  padding-top: 20px;
}

section[rel=links] h4 {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #333333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

section[rel=links] ul {
  list-style-type: none;
  padding: 0;
}

section[rel=links] ul li {
  margin: 10px 0;
  color: #666666;
}

section[rel=links] ul li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #0B487C;
}

section[rel=links] ul li a i {
  font-style: normal;
  font-size: inherit;
  font-weight: inherit;
}

section[rel=links] ul li a:hover {
  color: #2A7FF9;
}

/*
 * ███████╗ █████╗ ███╗   ██╗ ██████╗██╗   ██╗    ██████╗  ██████╗ ██╗  ██╗███████╗███████╗
 * ██╔════╝██╔══██╗████╗  ██║██╔════╝╚██╗ ██╔╝    ██╔══██╗██╔═══██╗╚██╗██╔╝██╔════╝██╔════╝
 * █████╗  ███████║██╔██╗ ██║██║      ╚████╔╝     ██████╔╝██║   ██║ ╚███╔╝ █████╗  ███████╗
 * ██╔══╝  ██╔══██║██║╚██╗██║██║       ╚██╔╝      ██╔══██╗██║   ██║ ██╔██╗ ██╔══╝  ╚════██║
 * ██║     ██║  ██║██║ ╚████║╚██████╗   ██║       ██████╔╝╚██████╔╝██╔╝ ██╗███████╗███████║
 * ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═══╝ ╚═════╝   ╚═╝       ╚═════╝  ╚═════╝ ╚═╝  ╚═╝╚══════╝╚══════╝
 */
/* Fullscreen images */
.custom-fancybox .fancybox-close {
  position: fixed;
  top: 20px;
  right: 40px;
  background-image: none;
  color: white;
  display: inline-block;
  height: 40px;
  width: 40px;
}

.custom-fancybox .fancybox-close i.ti-close {
  font-size: 26px;
}

.custom-fancybox .fancybox-close:hover {
  color: #2A7FF9;
}

/*
 *  ██████╗ █████╗ ██████╗ ██████╗  ██████╗ ██╗   ██╗███████╗███████╗██╗
 * ██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔═══██╗██║   ██║██╔════╝██╔════╝██║
 * ██║     ███████║██████╔╝██████╔╝██║   ██║██║   ██║███████╗█████╗  ██║
 * ██║     ██╔══██║██╔══██╗██╔══██╗██║   ██║██║   ██║╚════██║██╔══╝  ██║
 * ╚██████╗██║  ██║██║  ██║██║  ██║╚██████╔╝╚██████╔╝███████║███████╗███████╗
 *  ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝ ╚═════╝  ╚═════╝ ╚══════╝╚══════╝╚══════╝
 */
.bxslider-container {
  position: relative;
  margin: 10px 0;
}

.bxslider-container i.ti-angle-right,
.bxslider-container i.ti-angle-left {
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.bxslider-container i.ti-angle-right {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.bxslider-container i.ti-angle-left {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.bxslider-container i.ti-angle-up,
.bxslider-container i.ti-angle-down {
  position: absolute;
  left: 50%;
  cursor: pointer;
  font-size: 30px;
}

.bxslider-container i.ti-angle-up {
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.bxslider-container i.ti-angle-down {
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.bxslider-container ul[rel=bxslider] {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  position: relative;
  margin: 0 !important;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper .bx-viewport {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/packages/jquery.bxslider/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-prev {
  position: absolute;
  top: 50%;
  left: -32px;
  margin-top: -16px;
  background: url(/packages/jquery.bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  position: absolute;
  top: 50%;
  right: -32px;
  margin-top: -16px;
  background: url(/packages/jquery.bxslider/images/controls.png) no-repeat -43px -32px;
}

/* FONDO QUE CAMBIA DE LA PÁGINA DE LOGIN */
.home-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: 50% center;
  /*display: none;*/
}
/* FIN FONDO QUE CAMBIA DE LA PÁGINA DE LOGIN */

@media only screen and (max-width: 320px) {
  .wrapper {
    padding: 20px 30px;
  }
  div[name=filters] > div.wrapper form, div[name=filters] > div.wrapper form fieldset article {
    margin: 0;
  }
  div[name=filters] > div.wrapper form fieldset article {
    width: 100%;
    margin: 0;
  }
  div[name=filters] > div.wrapper form fieldset article.async footer ul {
    margin: 0 0 0 5px;
  }
  div[name=filters] > div.wrapper form fieldset article header ul.filters {
    overflow: none;
    overflow-x: none;
    overflow-y: auto;
    max-height: 180px;
  }
  ul[rel=toolbar-text] li:not(:first-child):before {
    content: '';
  }
  section[rel=details] ul[rel=toolbar].right {
    text-align: left;
  }
  section[rel=details] figure {
    float: left;
    margin: 0;
    text-align: left;
  }
  body > #container > header[rel=header] article header div[class^=pure-u]:nth-child(2) h1 {
    font-size: 1em;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  ul[rel=toolbar-text] {
    text-align: left;
  }
  div[name=filters] {
    top: 69px;
  }
  body > #container > header[rel=header] article footer, #logo, body > #container > header[rel=header] article header div[class^=pure-u]:nth-child(3) form {
    display: none !important;
  }
  article[rel=digital-frame] header, article[rel=digital-frame] footer {
    opacity: 0.75 !important;
  }
}

@media (min-width: 769px) {
  section[rel=details] {
    margin: 40px 0;
  }
  #mobileMenu, #mobileNavHome, #mobileNav {
    display: none !important;
  }
  section[rel=artebook] article[id=container] > footer ul[rel=chapters] {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  body > #container > header[rel=header] article footer nav ul.horizontal li a {
    padding: 0 20px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------ */
body {
  height: 100vh;
  overflow: hidden;
}

body article {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 300px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body article > main {
  font-size: 0.929em;
}

body article > main strong {
  font-size: 12px;
}

body article > main a[rel=new-password] {
  color: #2A7FF9;
}

body article > main form label {
  text-align: left;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  cursor: pointer;
  color: #666666;
}

body article > main form input[type=email],
body article > main form input[type=password] {
  display: block;
  width: 100%;
  padding: 4px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  border: 0px none;
  border-bottom: 1px solid #333333;
  background-color: transparent;
  outline: none;
  margin-bottom: 10px;
}

body article > main form button[type=submit] {
  display: inline-block;
  padding: 8px 16px;
  border: 0px none;
  outline: none;
  font-weight: normal;
  background-color: #2A7FF9;
  color: white;
}

body article > footer {
  margin-top: 20px;
  text-align: left;
}

body article > footer a {
  font-size: 12px;
}

.vjs-text-track-display,
.vjs-loading-spinner,
.vjs-big-play-button,
.vjs-control-bar {
  display: none;
}
