@charset "UTF-8";
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $HELPERS
    -> Extends, Functions, Mixins, Animations
\*------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  overflow-y: scroll;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
.item-premios a{
  width: 11.25rem;
    height: 2rem;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    /*line-height: 2rem;*/
    line-height: 1.25rem;
    display: block;
    background: #435ea6;
    background: rgba(67, 94, 166, 0.1);
    border-radius: 3px;
    margin-top:0.3rem;
    margin-left: 0.4375rem;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * 1. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 2. Reset padding for webkit
 */
button {
  overflow: visible;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.item-edad a{
    width: 180px;
    display: block;
    line-height: 2rem;
    text-align: center;
    background: #435ea6;
    background: rgba(67, 94, 166, 0.1);
    border-radius: 3px;
}

.item-image img {
  border: 1px solid black;
}

.item-image img {
  border: 1px solid black;
}

.styled-select {
  width: 165px;
  height: 21px;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url(../../assets/images/chevron-down.svg) no-repeat right white;
  border: 2px double white;
  /*display: inline-block;*/
  position: relative;
}

.styled-select select.filtro-select {
  background: transparent;
  -webkit-appearance: none;
  width: 165px;
  border: 0;
  height: 21px;
  position: absolute;
  left: 0;
  top: -3px;
}

ul.seleccion li.filtro {
  /*  list-style-type: none;
  display: block;
  float:left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin:0 0 0 5px;*/
}

.subtitulo-ficha-libro {
  margin: 0 0 10px 0px;
}

.opinion-visible {
  display: block !important;
}

.opinion-oculto {
  display: none !important;
}

.no-borde {
  border: none !important;
}

.contenedor-slider{
  padding: 0em 0 0em !important;
}
/*------------------------------------*\
    $GRID
\*------------------------------------*/
@media only screen and (min-width: 48em) {
  .one-whole {
    width: 100%;
  }

  .one-half {
    width: 50%;
  }

  .one-half-indent {
    margin-left: 50%;
  }

  .one-third {
    width: 33.333%;
  }

  .two-thirds {
    width: 66.666%;
  }

  .one-third-indent {
    margin-left: 33.333%;
  }

  .two-thirds-indent {
    margin-left: 66.666%;
  }

  .one-quarter {
    width: 25%;
  }

  .two-quarters {
    width: 50%;
  }

  .three-quarters {
    width: 75%;
  }

  .one-quarter-indent {
    margin-left: 25%;
  }

  .two-quarters-indent {
    margin-left: 50%;
  }

  .three-quarters-indent {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 72.5em) {
  .desk-one-whole {
    width: 100%;
  }

  .desk-one-half {
    width: 50%;
  }

  .desk-one-half-indent {
    margin-left: 50%;
  }

  .desk-one-third {
    width: 33.333%;
  }

  .desk-two-thirds {
    width: 66.666%;
  }

  .desk-one-third-indent {
    margin-left: 33.333%;
  }

  .desk-two-thirds-indent {
    margin-left: 66.666%;
  }

  .desk-one-quarter {
    width: 25%;
  }

  .desk-two-quarters {
    width: 50%;
  }

  .desk-three-quarters {
    width: 75%;
  }

  .desk-one-quarter-indent {
    margin-left: 25%;
  }

  .desk-two-quarters-indent {
    margin-left: 50%;
  }

  .desk-three-quarters-indent {
    margin-left: 75%;
  }
}

/*------------------------------------*\
    $BASE
\*------------------------------------*/
/* Tipos */
@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-Regular.woff2") format("woff2"), url("../fonts/JosefinSans-Regular.woff") format("woff"), url("../fonts/JosefinSans-Regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-SemiBold.woff2") format("woff2"), url("../fonts/JosefinSans-SemiBold.woff") format("woff"), url("../fonts/JosefinSans-SemiBold.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-Bold.woff2") format("woff2"), url("../fonts/JosefinSans-Bold.woff") format("woff"), url("../fonts/JosefinSans-Bold.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "AnayaIcons";
  src: url("../fonts/AnayaIcons.woff2") format("woff2"), url("../fonts/AnayaIcons.woff") format("woff"), url("../fonts/AnayaIcons.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

/* Global */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #435ea6;
  color: #fff;
}

::selection {
  background: #435ea6;
  color: #fff;
}

::-moz-selection {
  background: #435ea6;
  color: #fff;
}

html {
  font-size: 100%;
}

body {
  background: #fff;
  color: #231f20;
  font-family: "Josefin Sans", sans-serif;
  font-size: 100%;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Content */
iframe {
  max-width: 100%;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: bold;
  color: #231f20;
  margin: 0;
}

ul, ol, dl, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.3;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  outline: none;
}

p a {
  color: #435ea6;
}

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
.wrapper {
  width: 100%;
  /*max-width: 1165px;*/
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 12px;
  padding: 0 0.75rem;
}

.inner-wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 12px;
  padding: 0 0.75rem;
}

.narrow-wrapper {
  max-width: 636px;
  margin: 0 auto;
  padding: 0 12px;
  padding: 0 0.75rem;
}

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 40vh;
  overflow-x: hidden;
}

@media only screen and (min-width: 48em) {
  .container {
    padding: 2em 0 3em;
  }
}
/*@media only screen and (min-width: 48em) {
  .container {
    padding: 2em 0 5em;
  }
}*/

/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
.g {
  font-size: 0;
}

.g > * {
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width: 48em) {
  .gi {
    display: inline-block;
    vertical-align: top;
  }

  .gi.gutter {
    padding-right: 10px;
    padding-right: 0.625rem;
  }

  .gi.gutter + .gi {
    padding-left: 10px;
    padding-left: 0.625rem;
  }
}

@media only screen and (min-width: 48em) {
  .only-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 47.9375em) {
  .only-desktop {
    display: none !important;
  }
}

/*------------------------------------*\
    $UTILS
\*------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.narrow-text {
  max-width: 570px;
  margin: 0 auto;
}

.right-align {
  text-align: right;
}

.strip.top-space {
  margin: 100px 0 0 0;
  margin: 6.25rem 0 0 0;
}

.top-space {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media only screen and (min-width: 48em) {
  .top-space {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.bottom-space {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 48em) {
  .bottom-space {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.no-scroll {
  overflow: hidden;
}

/*------------------------------------*\
    $ALERTS
\*------------------------------------*/
.alert {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 12px 45px;
  padding: 0.75rem 2.8125rem;
}

.alert.success {
  background: #3cb35f;
  /* fallback */
  background: rgba(60, 179, 95, 0.2);
  color: #3cb35f;
  border-color: #3cb35f;
}

.alert.error {
  background: #ee4551;
  /* fallback */
  background: rgba(238, 69, 81, 0.2);
  color: #ee4551;
  border-color: #ee4551;
}

.alert.warning {
  background: #ea8b49;
  /* fallback */
  background: rgba(234, 139, 73, 0.2);
  color: #ea8b49;
  border-color: #ea8b49;
}

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
.button {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  border: none;
  line-height: .9;
  cursor: pointer;
  padding: 0 17px;
  padding: 0 1.0625rem;
  margin: 0;
  text-transform: uppercase;
  border-radius: 2px;
  min-width: 180px;
  border: 2px solid transparent;
  outline: none;
  height: 50px;
  line-height: 1.1;
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.button-narrow.button {
  height: 32px;
  padding: 0 22px;
  padding: 0 1.375rem;
  min-width: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.button:disabled, .disabled.button, [disabled].button {
  pointer-events: none;
  background: #f4f4f4;
  border-color: #f4f4f4;
  color: #a7a5a6;
}

.button .icon, .button .text {
  display: inline-block;
  vertical-align: middle;
}

.button .icon {
  font-size: 18px;
  font-size: 1.125rem;
  opacity: .5;
  margin: 0 4px;
  margin: 0 0.25rem;
}

.full.button {
  width: 100%;
}

.button-icon {
  display: inline-block;
  vertical-align: middle;
}

.button-icon .icon {
  font-size: 26px;
  font-size: 1.625rem;
  color: #d34e67;
  padding: 6px;
  padding: 0.375rem;
}

.button-icon:hover .icon {
  color: #bf2f4a;
}

.button-icon.alternative .icon {
  color: #435ea6;
}

.button-icon.white .icon {
  color: white;
}

.button-emphasis {
  font-size: 20px;
  font-size: 1.25rem;
}

/* Primary button */
.button-primary {
  background: #d34e67;
  color: white;
  border-color: #d34e67;
}

.button-primary:hover {
  background: #d34e67;
  /* fallback */
  background: rgba(211, 78, 103, 0.7);
}

.button-primary:active {
  background: #b63d54;
  border-color: #b63d54;
}

/* Secondary button */
.button-secondary {
  background: transparent;
  color: #D0435E;
  border-color: #D0435E;
}

.button-secondary:hover {
  background: #faedef;
}

.button-secondary:active {
  background: #b63d54;
  border-color: #b63d54;
  color: #fff;
}

/* Tertiary button */
.button-tertiary {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.button-tertiary:hover {
  background: #fff;
  /* fallback */
  background: rgba(255, 255, 255, 0.2);
}

.button-tertiary:active {
  background: #fff;
  /* fallback */
  background: rgba(255, 255, 255, 0.5);
}

.button-tertiary:disabled, .button-tertiary.disabled, .button-tertiary[disabled] {
  background: #fff;
  /* fallback */
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  /* fallback */
  color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.button-tertiary.filled {
  background: #fff;
  color: #d34e67;
}

.button-tertiary.filled:hover {
  background: #fff;
  /* fallback */
  background: rgba(255, 255, 255, 0.8);
}

.button-tertiary.filled:active {
  background: #d34e67;
  border-color: #d34e67;
  color: #fff;
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
form {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button, input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

button, input, select, textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button[disabled], input[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

input[type="checkbox"], input[type="radio"] {
  width: auto;
}

/*------------------------------------*\
    $SPECIFIC FORMS
\*------------------------------------*/
.form-field {
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.form-field .label, .form-field .form-select, .form-field .form-input, .form-field.form-row {
  display: block;
}

.form-field .label {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.form-field .form-input, .form-field .form-select {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  border: 2px solid #435ea6;
  border-radius: 3px;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  outline: none;
}

.form-field .form-input:focus, .form-field .form-select:focus {
  border-color: #ffc602;
}

.form-field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c6cee4;
}

.form-field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c6cee4;
}

.form-field :-ms-input-placeholder {
  /* IE 10+ */
  color: #c6cee4;
}

.form-field :-moz-placeholder {
  /* Firefox 18- */
  color: #c6cee4;
}

.form-field.has-error .input-container {
  padding-right: 28px;
  padding-right: 1.75rem;
  position: relative;
}

.form-field.has-error .input-container:after {
  content: "\e90b";
  font-family: 'anayaIcons';
  color: #ee4551;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.form-field.has-error .form-input {
  border-color: #ee4551;
  color: #ee4551;
}

.form-field.transparent .form-input, .form-field.transparent .form-select {
  padding: 14px;
  padding: 0.875rem;
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.form-field.transparent .form-select {
  padding: 14px 40px 14px 14px;
  padding: 0.875rem 2.5rem 0.875rem 0.875rem;
}

.form-field.transparent .form-select-container:after {
  color: #fff;
}

.form-select-container {
  position: relative;
}

.form-select-container:after {
  content: "\e905";
  font-family: 'AnayaIcons';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #d34e67;
}

.form-select-container .form-select {
  background: transparent;
  color: #435ea6;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}

.check-item {
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  display: block;
}

.check-item label {
  color: #435ea6;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-left: 26px;
  padding-left: 1.625rem;
  min-height: 20px;
  display: inline-block;
}

.check-item label img {
  margin-top: -5px;
}

.check-item label:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 3px;
  border: 2px solid #435ea6;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.check-item label a {
  font-family: "Josefin Sans", sans-serif;
}

.check-item input {
  opacity: 0;
  position: absolute;
}

.check-item input:checked + label:before {
  text-align: center;
  background: #435ea6;
  content: "\e904";
  font-family: 'anayaIcons';
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
}

.clear .check-item {
  font-family: "Lato", sans-serif;
}

.clear .check-item label {
  color: #231f20;
}

.clear .check-item label:before {
  border-color: #c6cee4;
}

.clear .check-item label a {
  color: #d34e67;
}

.clear .check-item input:checked + label:before {
  background: #c6cee4;
}

/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
.alpha {
  font-size: 64px;
  font-size: 4rem;
}

.alpha.primary {
  color: #435ea6;
}

.beta {
  font-size: 40px;
  font-size: 2.5rem;
}

.beta.primary {
  color: #435ea6;
}

.gamma {
  font-size: 28px;
  font-size: 1.75rem;
}

.gamma.primary {
  color: #435ea6;
}

.delta {
  font-size: 22px;
  font-size: 1.375rem;
}

.epsilon {
  font-size: 16px;
  font-size: 1rem;
}

.epsilon-b {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.epsilon-b.primary {
  color: #435ea6;
}

.zeta {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

.zeta.emphasis {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: #231f20;
  letter-spacing: 3px;
}

.title {
  font-size: 16px;
  font-size: 1rem;
  color: #231f20;
}

/*------------------------------------*\
    $ICONS
\*------------------------------------*/
.icon {
  display: inline-block;
  vertical-align: middle;
  font-family: 'AnayaIcons';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  overflow: hidden;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon svg {
  display: block;
  height: 100%;
  max-width: 100%;
}

.no-svg .icon svg {
  display: none !important;
}

.no-svg .icon:before {
  display: inline-block;
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-audio:before {
  content: "\e902";
}

.icon-book:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e904";
}

.icon-chevron-down:before {
  content: "\e905";
}

.icon-chevron-left:before {
  content: "\e906";
}

.icon-chevron-right:before {
  content: "\e907";
}

.icon-chevron-up:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-edit:before {
  content: "\e90a";
}

.icon-error-input:before {
  content: "\e90b";
}

.icon-facebook:before {
  content: "\e90c";
}

.icon-google:before {
  content: "\e90d";
}

.icon-grid:before {
  content: "\e90e";
}

.icon-info:before {
  content: "\e90f";
}

.icon-instagram:before {
  content: "\e910";
}

.icon-issuu:before {
  content: "\e911";
}

.icon-less:before {
  content: "\e912";
}

.icon-linkedin:before {
  content: "\e913";
}

.icon-list:before {
  content: "\e914";
}

.icon-mail:before {
  content: "\e915";
}

.icon-pinterest:before {
  content: "\e916";
}

.icon-plus:before {
  content: "\e917";
}

.icon-press:before {
  content: "\e918";
}

.icon-search:before {
  content: "\e919";
}

.icon-sheet:before {
  content: "\e91a";
}

.icon-shopping-cart:before {
  content: "\e91b";
}

.icon-spotify:before {
  content: "\e91c";
}

.icon-star-active:before {
  content: "\e91d";
}

.icon-twitter:before {
  content: "\e91e";
}

.icon-user-circle:before {
  content: "\e91f";
}

.icon-user:before {
  content: "\e920";
}

.icon-users:before {
  content: "\e921";
}

.icon-web:before {
  content: "\e922";
}

.icon-youtube:before {
  content: "\e923";
}

.icon-video:before {
  content: "\e924";
}

/*------------------------------------*\
    $LINKS
\*------------------------------------*/
.link {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}

.link:not(.inverted) {
  color: #d34e67;
}

.link:not(.inverted):hover {
  color: #b63d54;
}

.link.inverted {
  color: #fff;
  text-decoration: underline;
}

/*------------------------------------*\
    $TAGS
\*------------------------------------*/
.tag {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  background: #ffc602;
  color: #435ea6;
  font-weight: 600;
  border-radius: 2px;
}

.tag.secondary {
  color: #d34e67;
  background: #d34e67;
  /* fallback */
  background: rgba(211, 78, 103, 0.1);
}

.tag.secondary:hover {
  background: #ecd2d7;
}

.tag-anchor:not(.secondary) {
  color: #435ea6;
  background: #435ea6;
  /* fallback */
  background: rgba(67, 94, 166, 0.1);
}

.tag-anchor:not(.secondary):hover {
  background: #c6cee4;
}

.tag-anchor.secondary {
  color: #d34e67;
  background: #d34e67;
  /* fallback */
  background: rgba(211, 78, 103, 0.1);
}

.tag-anchor.secondary:hover {
  background: #ecd2d7;
}

.tags {
  font-size: 0;
}

.tags > * {
  font-size: 16px;
  font-size: 1rem;
}

.tags .tag {
  margin: 0 16px 16px 0;
  margin: 0 1rem 1rem 0;
}

.tags-section {
  padding: 30px 0;
  padding: 1.875rem 0;
}

.tags-section .epsilon-b {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.tags-section .tag {
  margin: 0 16px 16px 0;
  margin: 0 1rem 1rem 0;
}

/*------------------------------------*\
    $TEXTS
\*------------------------------------*/
.normal-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.lead-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Lato", sans-serif;
}

.lead-text.blue {
  color: #8e9eca;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}

@media only screen and (min-width: 48em) {
  .lead-text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}

.info-piece .label {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.info-piece .link {
  display: block;
  /*
  margin-bottom: 16px;
  margin-bottom: 1rem;
  */
}

.info-piece .normal-text {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.info-piece.inline .label {
  margin: 0;
}

.info-piece.inline .link + .link {
  /*
  margin-left: 10px;
  margin-left: 0.625rem;
  */
}
.link{
  margin: 5px !important;
}

.info-piece.inline .label, .info-piece.inline .value, .info-piece.inline .link, .info-piece.inline .link-wrapper {
  display: inline-block;
  vertical-align: baseline;
  line-height: .9;
}

.info-piece + .info-piece:not(.inline) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.label {
  font-family: "Lato", sans-serif;
  color: #a7a5a6;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.label.dark {
  color: #231f20;
}

.loud-label {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7a5a6;
  letter-spacing: 3px;
}

.emphasis-text, .emphasis-text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #435ea6;
}

.link-like-text {
  color: #d34e67;
  margin-bottom: 10px;
}

.brick.secondary {
  background: #ffffff;
}

/*------------------------------------*\
    $TOOLTIPS
\*------------------------------------*/
.tooltip {
  background: #435ea6;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(167, 165, 166, 0.5);
  box-shadow: 0 2px 7px 0 rgba(167, 165, 166, 0.5);
  max-width: 200px;
  text-align: center;
  position: relative;
}

.tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #435ea6;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.has-tooltip {
  display: inline-block;
  position: relative;
}

.has-tooltip:hover .tooltip {
  display: block;
}

.has-tooltip .tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  min-width: 160px;
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
.search-box {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.search-box .label {
  display: none;
}

.search-box .form-field {
  margin: 0;
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.search-box .form-field .form-input {
  padding: 14px;
  padding: 0.875rem;
  border-color: #435ea6;
  border-radius: 3px 0 0 3px;
}

.search-box .search-button {
  border: none;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  background: #435ea6;
  color: #fff;
  border-radius: 0 3px 3px 0;
  outline: none;
}

.subscribe-box .form-field-composed {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.subscribe-box .form-field-composed .label {
  display: none;
}

.subscribe-box .form-field-composed .form-field {
  margin: 0;
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.subscribe-box .form-field-composed .form-field .form-input {
  padding: 14px;
  padding: 0.875rem;
  border-color: #435ea6;
  border-radius: 3px 0 0 3px;
}

.subscribe-box .form-field-composed .subscribe-button {
  border: none;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #435ea6;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 0 3px 3px 0;
  outline: none;
  text-transform: uppercase;
  padding: 0 24px;
  padding: 0 1.5rem;
}

.newsletter-button {border: none; background: #435ea6; color: #fff; font-size: 0.875rem; border-radius: 3px; outline: none; text-transform: uppercase; padding: 24px; padding: 1rem;}

.listing-filter {
  margin-bottom: 1.375rem;
}

.listing-filter h4 {
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: #435ea6;
}

.listing-filter .form-field {
  margin-bottom: 1.5rem;
}

.listing-filter:not(:last-child)::after {
  display: block;
  content: " ";
  width: 11.25rem;
  height: 0.125rem;
  background-color: #eceef6;
}

.listing-filter .view-more {
  position: relative;
  margin-bottom: 0.625rem;
  top: -0.625rem;
}

#price-slider {
  width: 11.875rem;
  margin-bottom: 3.125rem;
}

.noUi-target {
  background-color: #c6cee4;
}

.noUi-horizontal {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 2px;
  padding-left: 15px;
  margin-bottom: 40px;
}

.noUi-horizontal .noUi-handle {
  width: 19px;
  height: 25px;
  right: -2px !important;
  top: -11px !important;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  background: transparent url("../images/slider.svg") no-repeat center center;
}

.noUi-horizontal .noUi-handle::before {
  display: none;
}

.noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-horizontal .noUi-handle.noUi-active {
  background-image: url("../images/slider-active.svg");
}

.noUi-horizontal .noUi-connect {
  background-color: #435ea6;
}

.noUi-horizontal .noUi-tooltip {
  top: 135%;
  bottom: auto;
  border: 0;
  font-size: 12px;
  line-height: 1.67;
  text-align: left;
  color: #435ea6;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.875rem;
  padding: 0;
}

/*------------------------------------*\
    $ITEMS
\*------------------------------------*/
.single-slide {
  width: 100%;
  height: 460px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px;
}

.single-slide h4 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #231f20;
  width: 23.125rem;
  max-width: 100%;
}

.single-slide h5 {
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1875rem;
  color: white;
  text-transform: uppercase;
  width: 23.125rem;
  max-width: 100%;
  margin-bottom: 0.625rem;
}

.item-book, .item-character {
  padding: 32px 16px;
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
}

.item-book a, .item-character a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-book .item-image, .item-character .item-image {
  display: flex;
  align-items: center;
  width: 100%;
  /*height: 180px;*/
  height: 240px;
  overflow: hidden;
  max-width: 180px;
  margin: 0 auto 15px;
  margin: 0 auto 0.9375rem;
  text-align: -webkit-center;
}

.image{
  max-width: 76% !important;
}

.item-image img {
  border: 1px solid #dad7d7;
}

/*
    .item-book .item-image .image,
    .item-character .item-image .image {

      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  */
.item-book .item-image .image, .item-character .item-image .image {
  margin: 15px auto;
}

.item-book .rating, .item-character .rating {
  margin-bottom: 0.75rem;
}

.item-book .rating .number, .item-character .rating .number {
  font-size: 0.875rem;
}

.item-book .item-book-data, .item-character .item-book-data {
  min-height: 5rem;
  text-align: center;
}

.item-book .item-book-data strong, .item-character .item-book-data strong {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #231f20;
  display: block;
  margin-bottom: 0.625rem;
}

.item-book .item-book-data span, .item-character .item-book-data span {
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1875rem;
  color: #a7a5a6;
  text-transform: uppercase;
}

.item-book .item-book-price, .item-character .item-book-price {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #231f20;
}

.item-book .button-secondary, .item-character .button-secondary {
  font-size: 0.75rem;
  line-height: 2.125rem;
  height: 2.125rem;
  padding: 0;
  border-radius: 3px;
  margin-top: 2.5rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .item-image {
    overflow: hidden;
  }

  .item-image .image {
    min-height: 100%;
    width: auto !important;
    height: auto;
  }
}

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
.alphabet-selector {
  margin-bottom: 3.125rem;
}

.alphabet-selector .alphabet-item {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  color: #d34e67;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.75rem;
}

.alphabet-selector .alphabet-item.selected {
  color: #435ea6;
}

.alphabet-selector .alphabet-item:hover {
  color: #e9a6b3;
}

.summary-list {
  font-size: 0;
}

.summary-list > * {
  font-size: 16px;
  font-size: 1rem;
}

.summary-list .summary-list-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  color: #a7a5a6;
  padding: 0 14px;
  padding: 0 0.875rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.summary-list .summary-list-item:not(:last-child) {
  border-right: 1px solid #a7a5a6;
}

.footer-menu {
  display: inline-block;
  line-height: 1.5625rem;
}

.footer-menu .footer-menu-item {
  display: inline-block;
}

.footer-menu .footer-menu-item a {
  /*width: 8.75rem;*/
  width: 10rem;
  color: #435ea6;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  text-align: center;
}

.footer-menu .footer-menu-item a:hover {
  color: #435ea6;
}

.social-icons {
  display: block;
  text-align: center;
}

.social-icons .social-icon-item {
  display: inline-block;
}

.social-icons .social-icon-item a {
  margin: 0 4px;
  margin: 0 0.25rem;
}

.social-icons .social-icon-item a span {
  color: #d34e67;
  font-size: 50px;
  line-height: 3.4375rem;
  vertical-align: middle;
}

.social-icons .social-icon-item:hover a span {
  color: #b63d54;
}

.page-selector {
  display: block;
  margin: auto;
  text-align: center;
}

.page-selector .page-selector-item {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 4px 6px 4px;
  margin: 0 0.25rem 0.375rem 0.25rem;
  background: #d34e67;
  /* fallback */
  background: rgba(211, 78, 103, 0.05);
  border-radius: 3px;
  text-align: center;
  color: #d34e67;
  cursor: pointer;
}

.page-selector .page-selector-item.selected {
  color: white;
  background-color: #d34e67;
}

/*.page-selector .page-selector-item:first-child, .page-selector .page-selector-item:first-child ,
    .page-selector .page-selector-item:last-child, .page-selector .page-selector-item:last-child{
      background-color: white; }*/
.page-selector .page-selector-item.disabled {
  opacity: 0;
}

.page-selector.reduced {
  text-align: left;
  font-size: 0;
}

.page-selector.reduced > * {
  font-size: 16px;
  font-size: 1rem;
}

.page-selector.reduced .page-selector-item {
  width: auto;
  width: 50%;
  display: inline-block;
  margin: 0;
  text-align: left;
}

.page-selector.reduced .page-selector-item:last-child {
  text-align: right;
}

.page-selector.reduced .page-selector-item .icon, .page-selector.reduced .page-selector-item .text {
  display: inline-block;
  vertical-align: middle;
}

.page-selector.reduced .page-selector-item .icon {
  margin: 0 10px;
  margin: 0 0.625rem;
}

@media only screen and (min-width: 48em) {
  .social-icons {
    display: inline-block;
    float: right;
    padding-right: 1.25rem;
    text-align: right;
  }

  .social-icons .social-icon-item a span {
    font-size: 24px;
    line-height: 1.5625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .filter-tabs {
    white-space: nowrap;
  }

  .filter-tabs .filter-tabs-item {
    width: 5rem;
    height: 2rem;
    line-height: 2rem;
  }
}

.shop-list .shop-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 30px 0 0;
  padding: 0 1.875rem 0 0;
  height: 64px;
}

.shop-list .shop-item:not(:last-child) {
  border-bottom: 2px solid #d4daeb;
}

.shop-list .shop-item .name {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.shop-list .shop-item .shop-image {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  text-align: center;
}

@media only screen and (max-width: 47.99938em) {
  .shop-list .name {
    display: none;
  }

  .shop-list .button {
    margin-left: auto;
  }

  .shop-list .shop-item {
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}

.basic-list li:not(:last-child) {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.basic-list .link {
  display: block;
}

.rating {
  font-size: 0;
}

.rating > * {
  font-size: 16px;
  font-size: 1rem;
}

.rating .stars, .rating .number {
  display: inline-block;
  vertical-align: middle;
}

.rating .stars {
  position: relative;
  width: 116px;
  height: 20px;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.rating .stars .stars-hollow, .rating .stars .stars-full {
  position: absolute;
  top: 0;
  left: 0;
}

.rating .stars .stars-full {
  display: block;
  background-image: url("../images/stars-full.png");
  height: 100%;
  width: : 100%;
}

.rating .number {
  font-size: 16px;
  font-size: 1rem;
  color: #435ea6;
  padding-top: 6px;
  padding-top: 0.375rem;
}

.form-field:after {
  clear: both;
  content: '';
  display: table;
}

.rating-clicable {
  border: none;
  float: left;
}

.rating-clicable > input {
  display: none;
}

.rating-clicable > label {
  color: #c6cee4;
  float: right;
  cursor: pointer;
}

.rating-clicable > label:before {
  margin: 2px;
  font-size: 1.25em;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-weight: 900;
}

.rating-clicable .half:before {
  content: "\f089";
  position: absolute;
}

.rating-clicable > input:checked ~ label, .rating-clicable:not(:checked) > label:hover, .rating-clicable:not(:checked) > label:hover ~ label {
  color: #435ea6;
}

.rating-clicable input:checked + label:hover, .rating-clicable > input:checked ~ label:hover, .rating-clicable label:hover ~ input:checked ~ label, .rating-clicable > input:checked ~ label:hover ~ label {
  color: #5e78be;
}

@media only screen and (min-width: 48em) {
  .social-strip .button-icon {
    display: block;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
}

.brick {
  padding: 60px 16px;
  padding: 3.75rem 1rem;
}

.brick .gamma, .brick .beta {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}

.brick .gamma:not(.left-align), .brick .beta:not(.left-align) {
  text-align: center;
}

.brick .emphasis-text {
  text-align: center;
}

.brick.secondary {
  background: #faedef;
}

.brick.primary {
  background: #435ea6;
  color: #fff;
}

.brick.primary .alpha, .brick.primary .beta, .brick.primary .gamma, .brick.primary .text {
  color: #fff;
}

.brick.primary .emphasis-text {
  font-weight: 700;
  color: #8e9eca;
}

.brick.primary .form-input {
  color: #fff;
  border-color: #fff;
}

.brick.primary .check-item .text a {
  color: #fff;
  text-decoration: underline;
}

.brick.primary .check-item input:checked + label:before {
  background: transparent;
}

.brick.tertiary {
  background: #ffc602;
  /* fallback */
  background: rgba(255, 198, 2, 0.3);
}

@media only screen and (min-width: 48em) {
  .brick {
    padding: 80px 12px 60px;
    padding: 2rem 0.75rem 1rem;
  }
/*@media only screen and (min-width: 48em) {
  .brick {
    padding: 80px 12px 60px;
    padding: 5rem 0.75rem 3.75rem;
  }*/

  .brick.extra-vertical-space {
    padding: 120px 12px 100px;
    padding: 7.5rem 0.75rem 6.25rem;
  }

  .brick .intro {
    padding-top: 0;
  }
}

@media only screen and (max-width: 32.49938em) {
  .brick.mobile-full {
    width: calc(100% + 56px);
    margin-left: -28px;
    margin-bottom: -60px;
  }
}

.book-group .item-book {
  display: inline-block;
  vertical-align: top;
}

.book-overview {
  padding: 40px 60px;
  padding: 2.5rem 3.75rem;
}

.book-overview .book-cover {
  width: 165px;
  height: 168px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 165px;
  -ms-flex: 0 0 165px;
  flex: 0 0 165px;
}

.book-overview .book-cover .book-cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.book-overview .loud-label {
  margin: 10px 0 15px;
  margin: 0.625rem 0 0.9375rem;
}

.book-overview .delta, .book-overview .loud-label {
  padding-left: 5px;
  padding-left: 0.3125rem;
}

@media only screen and (max-width: 47.99938em) {
  .book-overview {
    padding: 40px 0 60px;
    padding: 2.5rem 0 3.75rem;
  }

  .book-overview .book-cover {
    display: none;
  }

  .book-overview .delta, .book-overview .loud-label {
    padding: 0 20px;
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width: 48em) {
  .book-overview {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .book-overview .book-info {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 40px 0 90px;
    padding: 0 2.5rem 0 5.625rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .book-overview .book-cover .book-cover-image {
    min-height: 100%;
    width: auto !important;
    height: auto;
  }
}

.download-pdf-form {
  max-width: 510px;
  margin: 0 auto;
}

.download-pdf-form .gi {
  position: relative;
}

.download-pdf-form .inverted {
  position: absolute;
  right: 0;
  top: 60px;
}

.download-pdf-form .button-primary {
  min-width: 240px;
}

@media only screen and (max-width: 47.99938em) {
  .download-pdf-form .button-primary {
    width: 100%;
  }

  .download-pdf-form .clear {
    padding: 20px 0;
    padding: 1.25rem 0;
  }
}

@media only screen and (min-width: 48em) {
  .download-pdf-form .inverted {
    top: 66px;
  }

  .download-pdf-form .clear {
    position: relative;
    top: -10px;
  }
}

.detail-tabs-container {
  position: relative;
}

.detail-tabs {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.detail-tabs .detail-tab-item {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #435ea6;
  border-radius: 2px;
}

.detail-tabs .detail-tab-item a {
  display: block;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
}

.detail-tabs .detail-tab-item.active {
  background: #eceef6;
}

@media only screen and (max-width: 47.99938em) {
  .detail-tabs {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    white-space: nowrap;
    overflow-x: auto;
  }
}

@media only screen and (min-width: 48em) {
  .detail-tabs .detail-tab-item {
    text-transform: uppercase;
  }

  .detail-tabs .detail-tab-item a {
    padding: 18px 10px;
    padding: 1.125rem 0.625rem;
    height: 50px;
  }
}

.detail-tabs-content {
  background: #eceef6;
  padding: 60px 20px;
  padding: 3.75rem 1.25rem;
}

.detail-tabs-content .detail-tab-content {
  max-width: 900px;
  margin: 0 auto;
}

.detail-tabs-content .detail-tab-content:first-child {
  display: block;
}

.detail-tabs-content .detail-tab-content .table-zebra {
  margin: 0 auto;
}

.detail-tabs-content.no-space {
  padding: 0;
}

.collapsible-tabs {
  text-align: center;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.collapsible-tabs .filter-tabs {
  display: none;
}

.collapsible-tabs .dropdown {
  margin: 0 auto;
  max-width: 270px;
}

@media only screen and (min-width: 48em) {
  .collapsible-tabs .filter-tabs {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .collapsible-tabs .dropdown {
    display: none;
  }
}

.filter-tabs {
  text-align: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 1.5625rem;
}

.filter-tabs .filter-tabs-item {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #D0435E;
  text-transform: uppercase;
  width: 7.5rem;
  height: 2.125rem;
  border: 0.125rem solid #D0435E;
  cursor: pointer;
  padding: 5px;
  padding: 0.3125rem;
}

.filter-tabs .filter-tabs-item:first-child {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.filter-tabs .filter-tabs-item:last-child {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.filter-tabs .filter-tabs-item.active {
  color: white;
  background-color: #D0435E;
}

.filter-tabs .filter-tabs-item + .filter-tabs-item {
  border-left: 0;
}

@media only screen and (min-width: 48em) {
  .filter-tabs .filter-tabs-item {
    height: 3.375rem;
  }
}

.filter-tabs.wide {
  margin-bottom: 3.75rem;
  max-width: 900px;
  margin: 0 auto;
}

.filter-tabs.wide .filter-tabs-item {
  width: 33.3%;
}

.info-block {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.info-block .title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.info-block .more-info {
  text-align: right;
}

.table-zebra {
  width: 100%;
  max-width: 564px;
  background: #fff;
}

.table-zebra tr:nth-child(even) {
  background: #eceef6;
}

.table-zebra td {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px;
  padding: 0.5rem;
  color: #615e5e;
}

.table-zebra td.label {
  color: #000;
}

.table-zebra td .link {
  font-family: "Josefin Sans", sans-serif;
}

.table-zebra.inverted tr:nth-child(even) {
  background: #fff;
}

.table-zebra.inverted tr:nth-child(odd) {
  background: #f4f4f4;
}

@media only screen and (max-width: 47.99938em) {
  .table-zebra.inverted .label {
    padding-left: 20px;
    padding-left: 1.25rem;
    font-weight: 700;
  }

  .table-zebra.inverted .right-align {
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}

.opinion-header {
  border-bottom: 2px solid #eceef6;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.opinion-header .rating {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.opinion-header + .opinions-group {
  border-top: none;
}

.opinion-form {
  padding: 24px 0;
  padding: 1.5rem 0;
}

.opinion-form .label {
  color: #231f20;
}

.opinion-form .title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.opinion-form .right-align {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.opinions-group {
  padding: 20px 0;
  padding: 1.25rem 0;
  border-top: 2px solid #eceef6;
}

.opinion-item {
  padding: 24px 0;
  padding: 1.5rem 0;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid #eceef6;
}

.opinion-item .author {
  position: relative;
  padding: 0 10px 10px 60px;
  padding: 0 0.625rem 0.625rem 3.75rem;
}

.opinion-item .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #c6cee4;
  color: #fff;
}

.opinion-item .avatar .icon {
  font-size: 24px;
  font-size: 1.5rem;
}

.opinion-item .name {
  font-weight: 700;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.opinion-item .date {
  color: #a7a5a6;
}

.opinion-item .normal-text {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/* .modal {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(167, 165, 166, 0.5);
  box-shadow: 0px 2px 7px 0px rgba(167, 165, 166, 0.5);
  position: relative;
  width: 90%;
  max-width: 860px;
}

.modal.fancybox-modal {
  display: none;
}

.modal .fancybox-button {
  border: none;
  background: transparent;
  outline: none;
  color: #c6cee4;
  width: 50px;
  height: 50px;
}

.modal .fancybox-button .icon {
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (min-width: 48em) {
  .modal {
    width: auto;
    min-width: 560px;
  }

  .modal.wide-modal {
    width: 100%;
  }
}

.modal-confirmation-message {
  padding: 50px 36px;
  padding: 3.125rem 2.25rem;
  text-align: center;
}

.modal-confirmation-message > .title {
  font-size: 22px;
  font-size: 1.375rem;
}

.modal-confirmation-message > .text {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #a7a5a6;
  max-width: 320px;
  margin: 14px auto 50px;
}

.modal-confirmation-message .button-primary {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .modal-confirmation-message {
    padding: 80px;
    padding: 5rem;
  }
} */

.fancybox-bg {
  background: rgba(0, 0, 0, 0.6);
}

.fancybox-content {
  padding: 0;
}

.card {
  background: #fff;
  padding: 40px 30px;
  padding: 2.5rem 1.875rem;
  border-radius: 2px;
}

.card .delta {
  color: #435ea6;
}

.card .card-text {
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 30px 0;
  padding: 1.875rem 0;
}

.card .card-link {
  display: block;
  padding: 10px 0;
  padding: 0.625rem 0;
  color: #d34e67;
}

.card .card-link .icon {
  margin-right: 5px;
  margin-right: 0.3125rem;
}

@media only screen and (min-width: 48em) {
  .card {
    min-height: 360px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card .card-text {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media only screen and (min-width: 77.5em) {
  .card {
    padding: 55px 55px 30px 55px;
    padding: 3.4375rem 3.4375rem 1.875rem 3.4375rem;
  }
}

.card-grid {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 0;
  padding: 3.75rem 0;
}

.card-grid .card {
  margin: 10px 0;
  margin: 0.625rem 0;
}

@media only screen and (min-width: 48em) {
  .card-grid {
    padding: 100px 0;
    padding: 6.25rem 0;
  }

  .card-grid .card {
    margin: 10px;
    margin: 0.625rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 72.49938em) {
  .card-grid .card {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 calc(50% - 20px);
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 72.5em) {
  .card-grid .card {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 calc(33.3% - 20px);
    -ms-flex: 1 1 calc(33.3% - 20px);
    flex: 1 1 calc(33.3% - 20px);
    width: calc(33.3% - 20px);
  }
}

.blog-card {
  display: block;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  border-bottom: 2px solid #eceef6;
  max-width: 440px;
}

.blog-card .image {
  min-width: 100%;
}

.blog-card .title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 700;
  margin: 26px 0 20px;
  margin: 1.625rem 0 1.25rem;
}

.date {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  color: #a7a5a6;
}

.dropdown {
  position: relative;
  z-index: 99;
  max-width: 160px;
}

.dropdown .drop-button {
  width: 100%;
  background: transparent;
  border: 2px solid #435ea6;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #435ea6;
  padding: 16px 10px 16px 14px;
  padding: 1rem 0.625rem 1rem 0.875rem;
  border-radius: 4px;
  outline: none;
  text-align: left;
}

.dropdown .drop-button:after {
  clear: both;
  content: '';
  display: table;
}

.dropdown .drop-button .icon {
  color: #d34e67;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 5px;
  padding: 0 0.3125rem;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  float: right;
}

.dropdown .drop-scroll {
  max-height: 290px;
  overflow-y: auto;
}

.dropdown .drop-content {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 2px solid #435ea6;
  border-top: none;
  width: 100%;
  border-radius: 0 0 4px 4px;
  display: none;
  overflow: visible;
}

.dropdown .drop-content .span, .dropdown .drop-content .icon {
  display: inline-block;
  vertical-align: middle;
}

.dropdown .drop-content .drop-item {
  display: block;
  padding: 16px 10px 16px 14px;
  padding: 1rem 0.625rem 1rem 0.875rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #435ea6;
  cursor: pointer;
}

.dropdown .drop-content .drop-item:not(:last-child) {
  border-bottom: 2px solid #435ea6;
}

.dropdown .drop-content .drop-item:hover, .dropdown .drop-content .drop-item:focus {
  background: #eceef6;
}

.dropdown .drop-content .drop-item:hover .inner-content, .dropdown .drop-content .drop-item:focus .inner-content {
  display: block;
}

.dropdown .drop-content .drop-item .icon {
  padding: 0 5px;
  padding: 0 0.3125rem;
  float: right;
}

.dropdown.is-open .drop-button {
  border-radius: 2px 2px 0 0;
}

.dropdown.is-open .drop-button .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown.is-open .drop-content {
  display: block;
}

.dropdown .inner-content {
  display: none;
  position: absolute;
  left: calc(100% + 2px);
  top: -2px;
  min-width: 98px;
  border: 2px solid #435ea6;
  border-left: none;
  background: #fff;
  border-radius: 0 2px 2px 0;
}

.dropdown .inner-content .drop-item {
  display: block;
  padding: 16px 10px;
}

.dropdown .inner-content .drop-item:not(:last-child) {
  border-bottom: 2px solid #435ea6;
}

.accordion .accordion-item {
  border-bottom: 1px solid #eceef6;
}

.accordion .accordion-item .title {
  font-size: 22px;
  font-size: 1.375rem;
}

/*.accordion .accordion-header {
  cursor: pointer;
  position: relative;
  padding:  26px 15px;
  padding:  1.625rem 0.9375rem; }
  .accordion .accordion-header .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    color: #c6cee4;
    font-size: 20px;
    font-size: 1.25rem; }*/
.accordion .accordion-header {
  cursor: pointer;
  position: relative;
  padding: 26px 15px;
  padding: 0 0.9375rem;
}

.accordion .accordion-header .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #c6cee4;
  font-size: 20px;
  font-size: 1.25rem;
}

.accordion .accordion-content {
  padding: 15px;
  padding: 0.9375rem;
  display: none;
}

.js-accordion-item.is-open .accordion-header .icon:before {
  content: "\e912";
}

.js-accordion-item.is-open > .accordion-content {
  display: block;
  padding-bottom: 100px;
}

.accordion-nested .js-accordion-item .accordion-header .icon:before, .accordion-small .js-accordion-item .accordion-header .icon:before {
  content: "\e905";
}

.accordion-nested .js-accordion-item.is-open .accordion-header .icon, .accordion-small .js-accordion-item.is-open .accordion-header .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-nested .js-accordion-item.is-open .accordion-header .icon:before, .accordion-small .js-accordion-item.is-open .accordion-header .icon:before {
  content: "\e905";
}

.accordion-small .accordion-header .icon {
  font-size: 10px;
  font-size: 0.625rem;
  color: #d34e67;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

/*.accordion-small .accordion-item {
  border-bottom-color: #d6d1d2; }*/
.accordion-small .accordion-item {
  border-bottom-color: #fff;
}

.accordion-small .accordion-item .title {
  font-size: 16px;
  font-size: 1rem;
}

.accordion-nested .accordion-header {
  padding: 0 20px 0 0;
  padding: 0 1.25rem 0 0;
}

.accordion-nested .accordion-header .icon {
  font-size: 10px;
  font-size: 0.625rem;
  color: #d34e67;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  position: absolute;
  top: 2px;
  -webkit-transform: none;
  transform: none;
  right: 0;
}

.accordion-nested .accordion-header .normal-text {
  font-weight: 700;
  margin: 0;
}

.accordion-nested .accordion-item {
  border-bottom: none;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.accordion-nested .accordion-content {
  padding: 26px 20px 0 0;
  padding: 1.625rem 1.25rem 0 0;
}

/*------------------------------------*\
    $BLOCKS
\*------------------------------------*/
.single-slide {
  width: 100%;
  height: 460px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px;
}

.single-slide h4 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #231f20;
  width: 23.125rem;
  max-width: 100%;
}

.single-slide h5 {
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1875rem;
  color: white;
  text-transform: uppercase;
  width: 23.125rem;
  max-width: 100%;
  margin-bottom: 0.625rem;
}

.item-book {
  padding: 32px 16px;
  padding: 2rem 1rem;
  position: relative;
}

.item-book a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-book .cover {
  height: 11.25rem;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto 15px;
  margin: 0 auto 0.9375rem;
}

.item-book .rating {
  margin-bottom: 0.75rem;
}

.item-book .rating .number {
  font-size: 0.875rem;
}

.item-book .item-book-data {
  min-height: 5rem;
  text-align: center;
}

.item-book .item-book-data strong {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #231f20;
  display: block;
  margin-bottom: 0.625rem;
}

.item-book .item-book-data span {
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1875rem;
  color: #5A5859;
  text-transform: uppercase;
}

.item-book .item-book-price {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #231f20;
}

.item-character {
  padding: 32px 16px;
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
}

.item-character a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-character .character-photo {
  height: 11.25rem;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto 25px;
  margin: 0 auto 1.5625rem;
}

.item-character strong {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #231f20;
  display: block;
  margin-bottom: 0.625rem;
}

.books-list-wrapper {
  width: 100%;
  max-width: 43.75rem;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 47.9375em) {
  .single-slide {
    height: 16.5625rem;
    padding: 0;
  }

  .single-slide > div {
    width: 100%;
    height: 100%;
    padding: 1rem;
    background: #231f20;
    /* fallback */
    background: rgba(35, 31, 32, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single-slide > div h4 {
    color: white;
    font-size: 1.75rem;
    line-height: 1.14;
  }

  .single-slide > div h5 {
    margin-bottom: 0.75rem;
  }
}

.call-action {
  padding: 0 36px;
  padding: 0 2.25rem;
}

.call-action .beta {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.call-action .button-tertiary {
  width: 100%;
}

.call-action .normal-text {
  font-weight: 700;
}

@media only screen and (max-width: 47.99938em) {
  .call-action .beta {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 48em) {
  .call-action {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .call-action .button-tertiary {
    width: auto;
    margin-left: auto;
  }

  .call-action .info {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 20px;
    padding-right: 1.25rem;
    max-width: 600px;
  }
}

@media only screen and (min-width: 72.5em) {
  .call-action {
    padding: 0 80px;
    padding: 0 5rem;
  }
}

.contact-info-block-group {
  padding: 20px 0 40px;
  padding: 1.25rem 0 2.5rem;
}

@media only screen and (min-width: 48em) {
  .contact-info-block-group {
    padding: 20px 0 120px;
    padding: 1.25rem 0 7.5rem;
  }
}

.contact-info-block {
  padding: 10px 40px 30px 0;
  padding: 0.625rem 2.5rem 1.875rem 0;
}

.contact-info-block .title {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  font-size: 22px;
  font-size: 1.375rem;
}

.contact-info-block .normal-text {
  max-width: 260px;
}

.legal .accordion {
  display: none;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

@media only screen and (max-width: 47.99938em) {
  .legal .beta {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .legal .accordion {
    display: block;
  }

  .legal .legal-wrapper {
    display: none;
  }
}

.book-summary {
  position: relative;
  padding: 20px 0;
  padding: 1.25rem 0;
}

.book-summary .summary-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 47.99938em) {
  .book-summary {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .book-summary .social-strip {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .book-summary .summary-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 48em) and (max-width: 72.49938em) {
  .book-summary .summary-content {
    padding-left: 60px;
    padding-left: 3.75rem;
  }
}

@media only screen and (min-width: 48em) {
  .book-summary .social-strip {
    position: absolute;
    top: 0;
    left: 0;
  }

  .book-summary .book-cover {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .book-summary .book-info {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}

@media only screen and (min-width: 72.5em) {
  .book-summary .book-info {
    padding-left: 80px;
    padding-left: 5rem;
  }

  .book-summary .summary-content {
    padding-left: 120px;
    padding-left: 7.5rem;
  }
}

.summary-content {
  width: 100%;
}

.summary-content .book-cover {
  width: 176px;
  height: 180px;
  overflow: hidden;
}

.summary-content .book-cover-image {
  border: 1px solid black;
  /*width: 100%;*/
  /* height: 100%; */
  min-width: 218px;
  width: auto !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.summary-content .gamma {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  color: #231f20;
}

.summary-content .info-header {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.summary-content .info-header .tag, .summary-content .info-header .rating {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.detail-tab-content p{
  margin-top: 1em;
}

.summary-content .info-header .tag {
  margin-right: 18px;
  margin-right: 1.125rem;
}

.summary-content .info-piece {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.summary-content .info-piece .loud-label {
  /*width: 100%;*/
  min-width: 120px;
  margin: 10px 0px;
}

.summary-content .normal-text {
  margin: 16px 0;
  margin: 1rem 0;
}

.summary-content .tags {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media only screen and (max-width: 47.99938em) {
  .summary-content .book-cover {
    margin: 0 auto;
    padding-left: 15px;
  }

  .summary-content .info-header {
    text-align: center;
  }

  .summary-content .rating {
    margin: 16px 0 24px;
    margin: 1rem 0 1.5rem;
  }

  .summary-content .social-strip {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    text-align: center;
  }

  .summary-content .tags, .summary-content .info-header .tag {
    display: none;
  }

  .summary-content .info-piece .loud-label, .summary-content .info-piece .link-wrapper {
    vertical-align: top;
  }

  .summary-content .info-piece .link {
    display: block;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }

  .summary-content .info-piece .link + .link {
    margin-left: 0;
  }
}

@media only screen and (min-width: 48em) {
  .summary-content .book-cover {
    width: 317px;
    height: 380px;
  }
}

.summary-actions {
  font-size: 0;
  padding: 30px 0;
  padding: 1.875rem 0;
}

.summary-actions > * {
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (max-width: 47.9em) {
  .summary-actions {
    text-align: center;
  }

  .summary-actions .button {
    max-width: 200px;
    margin: 0 auto 10px auto;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .summary-content .book-cover {
    width: auto !important;
    height: auto !important;;
    overflow: hidden;
}
}

@media only screen and (min-width: 48em) {
  .summary-actions {
    padding: 40px 0 50px 55px;
    padding: 2.5rem 0 3.125rem 3.4375rem;
  }

  .summary-actions .button-secondary {
    margin-right: 40px;
    margin-right: 2.5rem;
  }
}

/*g
  @media only screen and (min-width: 49em) {
    .summary-actions {
    background-color:red;
      padding:  40px 0 50px 55px;
      padding:  2.5rem 0 3.125rem 3.4375rem; }
      .summary-actions .button {
      float:right;
      margin:0 8em 0 0;
      margin:0 128px 0 0;
      text-align: center;
      }
      .summary-actions .button-secondary {
        text-align: center;
        float:left;
        margin:0 0 0 4em;
        margin:0 0 0 64px;
        /*margin-right: 40px;
        margin-right: 2.5rem;*/
}
}

/*g*/
@media only screen and (min-width: 72.5em) {
  .summary-actions {
    padding-left: 120px;
    padding-left: 7.5rem;
  }
}

/*------------------------------------*\
    $CONTENT
\*------------------------------------*/
.container.gray {
  background-color: #f4f4f4;
  padding: 75px 16px 130px;
  padding: 4.6875rem 1rem 8.125rem;
}

.container.gray .beta {
  color: #a7a5a6;
  margin-bottom: 2.8125rem;
}

.container.gray .delta {
  margin-bottom: 2.1875rem;
}

.container.gray .epsilon-b {
  color: #a7a5a6;
  margin-bottom: 0.625rem;
}

.container.gray .sidebar-menu li {
  margin-bottom: 0.9375rem;
}

@media only screen and (min-width: 48em) and (max-width: 72.49938em) {
  .container.gray .g .gi + .gi {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}

@media only screen and (min-width: 72.5em) {
  .container.gray {
    padding: 150px 16px 220px;
    padding: 9.375rem 1rem 13.75rem;
  }

  .container.gray .beta {
    padding-left: 6.25rem;
  }

  .container.gray .g .gi {
    padding: 0 30px 0 100px;
    padding: 0 1.875rem 0 6.25rem;
  }
}

/*------------------------------------*\
    $HOME
\*------------------------------------*/
.gamma {
  color: #435ea6;
  margin-bottom: 2.1875rem;
}

.slider-container, .strip {
  margin-bottom: 3.125rem;
  margin-top: 25px;
}

.strip {
  width: 100%;
  text-align: center;
}

.strip .g + button {
  margin-top: 4.0625rem;
}

.container.home-blue {
  background-color: #eceef6;
  margin-bottom: 4.375rem;
  padding: 75px 0;
  padding: 4.6875rem 0;
}

.container.home-blue .strip {
  margin-bottom: 0;
}

.home-characters-title {
  margin-bottom: 1.875rem;
}

.home-grid-item {
  height: 23.75rem;
  vertical-align: top;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
}

.home-grid-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-grid-item .alpha {
  color: white;
  width: 100%;
  text-align: center;
  padding: 0 5px;
  padding: 0 0.3125rem;
  font-size: 2.5rem;
}

.home-grid-blog-item {
  height: 23.75rem;
  vertical-align: top;
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-grid-blog-item .blog-item-photo {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.home-grid-blog-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-grid-blog-item .blog-item-photo {
  width: 100%;
  height: 16.875rem;
  background-size: cover;
}

.home-grid-blog-item .blog-title-container {
  height: 6.875rem;
  background-color: #435ea6;
  text-align: center;
  width: 100%;
  padding: 20px;
  padding: 1.25rem;
}

.home-grid-blog-item .blog-title-container .delta {
  color: white;
  width: 100%;
  line-height: 1.4;
}

.home-grid-blog-item .blog-title-container.blog-title-container-pink {
  background-color: #d34e67;
}

.home-grid-blog-item .blog-title-container.blog-title-container-yellow {
  background-color: #ffc602;
}

@media only screen and (max-width: 47.99938em) {
  .home-grid-blog-item .blog-title-container {
    height: auto;
  }
}

@media only screen and (min-width: 48em) {
  .home-grid-blog-item .blog-title-container {
    padding: 0;
    position: relative;
  }

  .home-grid-blog-item .blog-title-container .delta {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  }
}

@media only screen and (min-width: 48em) {
  .slider-container, .strip {
    margin-bottom: 3rem;
  }
/*  @media only screen and (min-width: 48em) {
    .slider-container, .strip {
      margin-bottom: 8.4375rem;
    }*/

  .container.home-blue {
    margin-bottom: 8.4375rem;
  }

  .home-characters-title {
    margin-bottom: 4.375rem;
  }

  .home-grid-item .alpha {
    font-size: 3.375rem;
  }
}

@media only screen and (max-width: 47.99938em) {
  .strip {
    width: 100%;
  }

  .home-grid-item {
    padding: 0 40px;
    padding: 0 2.5rem;
  }

  .home-grid-blog-item .blog-title-container h3 {
    padding: 5px 20px;
    padding: 0.3125rem 1.25rem;
  }
}

@media only screen and (min-width: 77.5em) {
  .home-grid-item .alpha {
    font-size: 4rem;
  }
}

/*------------------------------------*\
    $LISTINGS
\*------------------------------------*/
#search-results h1, #authors-list h1 {
  color: #435ea6;
}

#search-results h2, #authors-list h2 {
  color: #8e9eca;
  margin-bottom: 1.5625rem;
  font-family: "Lato", sans-serif;
}

#search-results .search-box, #authors-list .search-box {
  margin-bottom: 1.5625rem;
}

#search-results .search-box .form-field .form-input, #authors-list .search-box .form-field .form-input {
  border-color: #8e9eca;
}

#search-results .search-box .search-button, #authors-list .search-box .search-button {
  background-color: #8e9eca;
}

#search-results .toggle-mobile-filters, #authors-list .toggle-mobile-filters {
  float: right;
  margin-top: 0.3125rem;
}

#search-results .listing-order, #authors-list .listing-order {
  text-align: right;
  font-family: "Lato", sans-serif;
}

#search-results .listing-order .link, #authors-list .listing-order .link {
  font-weight: bold;
}

#search-results .page-selector, #authors-list .page-selector {
  margin: 90px 0;
  margin: 5.625rem 0;
}

#search-results .authors-list-nav .alphabet-selector, #authors-list .authors-list-nav .alphabet-selector {
  max-width: 14.375rem;
}

#search-results .authors-list-nav .form-field .form-select-container, #authors-list .authors-list-nav .form-field .form-select-container {
  width: 11.25rem;
}

.wrapper.intro {
  text-align: center;
}

.wrapper.intro .intro-photo {
  margin: 15px auto 30px auto;
  margin: 0.9375rem auto 1.875rem auto;
}

.wrapper.intro .beta {
  color: #435ea6;
  margin-bottom: 1.25rem;
}

.wrapper.intro .summary-list {
  margin-bottom: 1.875rem;
}

.wrapper.intro .summary-list .summary-list-item {
  font-size: 0.875rem;
  line-height: 1;
}

.wrapper.intro .lead-text {
  width: 100%;
  max-width: 54.0625rem;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 47.99938em) {
  .wrapper.intro .beta {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.container.author-intro {
  text-align: left;
  background: #d34e67;
  /* fallback */
  background: rgba(211, 78, 103, 0.8);
}

.container.author-intro .wrapper {
  padding: 40px 0 0 0;
  padding: 2.5rem 0 0 0;
}

.container.author-intro h1 {
  color: white;
  margin-bottom: 2.5rem;
}

.container.author-intro h2 {
  margin-bottom: 1rem;
  color: white;
  /* fallback */
  color: rgba(255, 255, 255, 0.5);
}

.container.author-intro .lead-text {
  width: 100%;
  max-width: 54.0625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: white;
  margin-bottom: 3.75rem;
}

.container.author-intro .author-web {
  font-weight: 600;
  color: white;
  margin-bottom: 2.125rem;
  display: block;
}

.container.author-intro .button-icon {
  margin-top: -10px;
  margin-left: -3px;
}

.container.author-intro .button-icon .icon {
  font-size: 1.875rem;
}

@media only screen and (max-width: 47.99938em) {
  .container.author-intro {
    padding: 40px 20px;
    padding: 2.5rem 1.25rem;
  }
}

.list-content {
  text-align: center;
}

.list-content .gamma {
  color: #435ea6;
  margin: 85px 0 70px 0;
  margin: 5.3125rem 0 4.375rem 0;
}

.list-content .books-list-wrapper + .page-selector {
  margin-top: 4.375rem;
  margin-bottom: 3.125rem;
}

@media only screen and (min-width: 48em) {
  .list-content {
    padding-bottom: 12.5rem;
  }
}

.listing-grid {
  padding-top: 3.75rem;
  overflow-x: hidden;
}

@media only screen and (min-width: 48em) {
  .search-results-container, .authors-list-container {
    padding: 0 20px 0 40px;
    padding: 0 1.25rem 0 2.5rem;
  }

  #search-results .search-box, #authors-list .search-box {
    margin-bottom: 1.5625rem;
    margin-top: 15px;
  }

  #contenedor-texto-resultado strong {
    color: #3b5fab;
  }

  .intro {
    padding-top: 80px;
    padding-top: 5rem;
  }

  .container.author-intro {
    background-image: url("../images/author-bg.svg");
    background-position: calc(50% - 50px) center;
    background-repeat: no-repeat;
  }

  .container.author-intro .wrapper {
    padding: 120px 150px 35px 150px;
    padding: 7.5rem 9.375rem 2.1875rem 9.375rem;
  }
}

@media only screen and (min-width: 72.5em) {
  .search-results-container, .authors-list-container {
    padding: 0 120px 0 70px;
    padding: 0 7.5rem 0 4.375rem;
  }
}

@media only screen and (max-width: 48em) {
  #search-results h1, #authors-list h1 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 3px;
  }

  #search-results .page-selector .page-selector-item, #authors-list .page-selector .page-selector-item {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
  }

  .search-results-filters {
    display: none;
    position: fixed;
    background: white;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    overflow-y: auto;
    padding-bottom: 3.75rem;
  }

  .search-results-filters .bottom-actions {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 2px solid #eceef6;
    padding: 10px;
    padding: 0.625rem;
    text-align: center;
    background: #fff;
    z-index: 10;
  }

  .btn-filter {
    bottom: 72px !important;
  }

  .search-results-filters .bottom-actions .button-primary .button-secondary {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .search-results-filters .alphabet-selector {
    padding: 40px 20px;
    padding: 2.5rem 1.25rem;
    margin: 0;
  }

  .search-results-filters .dropdown {
    margin: 0 auto;
    width: 90%;
    max-width: none;
  }

  .search-results-filters .mobile-filters-actions {
    padding: 1.0625rem;
    border-bottom: 2px solid #eceef6;
    margin-bottom: 0.625rem;
  }

  .search-results-filters .mobile-filters-actions .reset-filters {
    float: right;
    padding-top: 6px;
    padding-top: 0.375rem;
  }

  .search-results-filters .mobile-filters-actions .button-icon .icon {
    font-size: 14px;
    font-size: 0.875rem;
    color: #c6cee4;
  }

  .search-results-filters .listing-filter {
    padding: 1.25rem;
    margin-bottom: 0;
  }

  .search-results-filters .listing-filter:not(:last-child)::after {
    width: 100%;
  }

  .search-results-filters .listing-filter #price-slider {
    width: 100%;
  }

  .menu-oculta {
    display: none;
  }

  .listing-filter-last {
    margin-bottom: 60px!important;
  }

  .listing-filter-first {
    margin-top: 50px!important;
  }
}

/*------------------------------------*\
    $NEWSLETTER SUBSCRIPTION MODULE
\*------------------------------------*/
.newsletter-subscribe-container {
  border-top: 2px solid #eceef6;
  padding: 40px 10px;
  padding: 2.5rem 0.625rem;
  background-image: url("../images/subscribe-bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.newsletter-subscribe-container .delta {
  margin-bottom: 1.5625rem;
}

.newsletter-subscribe-container .normal-text {
  margin-bottom: 2.5rem;
}

.newsletter-subscribe-container .subscribe-box-container {
  width: 30.625rem;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.newsletter-subscribe-container .check-item {
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .newsletter-subscribe-container {
    padding: 115px 32px 80px;
    padding: 7.1875rem 2rem 5rem;
  }

  .newsletter-subscribe-container .subscribe-box-container {
    text-align: left;
  }

  .newsletter-subscribe-container .check-item {
    text-align: left;
  }
}

/*------------------------------------*\
    $USER
\*------------------------------------*/
.container.blue {
  background: #435ea6;
  /* fallback */
  background: rgba(67, 94, 166, 0.2);
  padding: 16px;
  padding: 1rem;
  min-height: calc(100vh - 96px);
  height: 100%;
}

.container.blue .user-form-container {
  width: 35rem;
  max-width: 100%;
  margin: auto;
  margin-bottom: 5vh;
  background-color: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(167, 165, 166, 0.5);
  box-shadow: 0 2px 7px 0 rgba(167, 165, 166, 0.5);
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.container.blue .user-form-container .beta {
  color: #435ea6;
  text-align: center;
  margin-bottom: 2.8125rem;
}

.container.blue .user-form-container .form-row {
  margin-bottom: 0.9375rem;
}

.container.blue .user-form-container .form-row + .form-row, .container.blue .user-form-container .form-row + .button {
  margin-top: 2.1875rem;
}

.container.blue .user-form-container .form-field .label {
  color: #231f20;
}

.container.blue .user-form-container .normal-text {
  text-align: center;
  width: 400px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container.blue .user-form-container .beta + .normal-text {
  margin-top: -0.625rem;
}

.container.blue .user-form-container .forgot-pwd {
  width: 100%;
  text-align: right;
  margin-bottom: 2.8125rem;
}

.container.blue .user-form-container .button-primary {
  margin-bottom: 1.875rem;
}

.container.blue .user-form-container .info-piece {
  text-align: center;
}

.container.blue .user-form-container .image-ok {
  display: block;
  margin: 1.5625rem auto;
}

@media only screen and (max-width: 47.99938em) {
  .container.blue .beta {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 48em) {
  .container.blue {
    min-height: calc(100vh - 141px);
  }

  .container.blue .user-form-container {
    padding: 40px;
    padding: 2.5rem;
    margin-top: 120px;
    margin-top: 7.5rem;
  }
}

.activities-row {
  max-width: 1060px;
  margin: 0 auto;
}

@media only screen and (min-width: 48em) {
  .activities-row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
    padding: 2.5rem 0;
  }

  .activities-row .item-activity {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
}

.item-activity {
  display: block;
  text-align: center;
  padding: 40px 0;
  padding: 2.5rem 0;
}

.item-activity .activity-img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.item-activity .activity-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}

.item-activity.active .activity-title {
  color: #d34e67;
}

@media only screen and (max-width: 47.99938em) {
  .owl-carousel.items-carousel .owl-stage {
    left: -40px;
  }
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 33px;
  padding-top: 2.0625rem;
}

.owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e9a6b3;
  margin: 0 9px;
  margin: 0 0.5625rem;
  outline: none;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #d34e67;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 999;
  display: none;
}

.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.2;
}

.owl-carousel .owl-nav button.owl-prev {
  background: url("../images/arrow-left.svg") no-repeat;
  background-size: contain;
  left: -10px;
}

.owl-carousel .owl-nav button.owl-next {
  background: url("../images/arrow-right.svg") no-repeat;
  background-size: contain;
  right: -10px;
}

@media only screen and (min-width: 72.5em) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    display: block;
  }
}

@media only screen and (min-width: 77.5em) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: -40px;
  }
}

.blog-filters {
  padding: 26px 0;
  padding: 1.625rem 0;
}

.blog-filters .wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.blog-filters .form-field, .blog-filters .dropdown {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 160px;
}

.blog-filters .form-field:not(:last-child), .blog-filters .dropdown:not(:last-child) {
  margin-right: 12px;
  margin-right: 0.75rem;
}

@media only screen and (min-width: 48em) {
  .blog-filters {
    padding: 80px 0 60px;
    padding: 5rem 0 3.75rem;
  }

  .blog-filters .form-field:not(:last-child), .blog-filters .dropdown:not(:last-child) {
    margin-right: 110px;
    /*margin-right: 1.5rem;*/
  }
}

.subcoleccion-filters {
  padding: 0px 0 1rem;
}

.subcoleccion-filters .wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.subcoleccion-filters .form-field, .subcoleccion-filters .dropdown {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 300px;
}

.subcoleccion-filters .form-field:not(:last-child), .subcoleccion-filters .dropdown:not(:last-child) {
  margin-right: 12px;
  margin-right: 0.75rem;
}

@media only screen and (min-width: 48em) {
  .subcoleccion-filters {
    /*padding:  80px 0 60px;*/ padding: 0 0 3.5rem;
  }

  .subcoleccion-filters .form-field:not(:last-child), .subcoleccion-filters .dropdown:not(:last-child) {
    margin-right: 110px;
    /*margin-right: 1.5rem;*/
  }
}

.blog-layout .page-selector.reduced {
  display: none;
}

.blog-layout .accordion {
  padding: 50px 0 100px;
  padding: 3.125rem 0 6.25rem;
}

.blog-layout .brick.primary, .blog-layout .accordion {
  max-width: 712px;
}

.blog-layout .call-action {
  padding: 0 40px;
  padding: 0 2.5rem;
}

.blog-layout .sidebar {
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}

@media only screen and (max-width: 47.99938em) {
  .blog-layout .content > .beta {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 15px;
    padding: 0.9375rem;
  }

  .blog-layout .brick.mobile-full {
    width: calc(100% + 40px);
  }

  .blog-layout .accordion {
    padding: 0 0 80px;
    padding: 0 0 5rem;
  }

  .blog-layout .page-selector {
    display: none;
  }

  .blog-layout .page-selector.reduced {
    display: block;
  }

  .blog-layout .sidebar {
    padding-top: 100px;
    padding-top: 6.25rem;
  }

  .blog-layout .sidebar-title {
    text-align: center;
  }

  .blog-layout .sidebar-title .icon {
    display: block;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width: 48em) {
  .blog-layout {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .blog-layout .accordion {
    padding: 100px 0;
    padding: 6.25rem 0;
  }

  .blog-layout .content {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 30px;
    padding-right: 1.875rem;
  }

  .blog-layout .page-selector {
    padding: 60px 0 100px;
    padding: 3.75rem 0 6.25rem;
  }

  .blog-layout .sidebar {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 260px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }
}

@media only screen and (min-width: 72.5em) {
  .blog-layout .blog-detail {
    padding-left: 100px;
  }
}

.blog-section {
  border-bottom: 2px solid #eceef6;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.blog-section .normal-text, .blog-section .blog-section-title {
  color: #615e5e;
}

.blog-section .blog-section-image {
  min-width: 100%;
  margin: 20px 0 50px;
  margin: 1.25rem 0 3.125rem;
}

.blog-section .blog-section-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.blog-section .social-strip {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .blog-section .social-strip {
    display: none;
  }
}

.grid:after {
  clear: both;
  content: '';
  display: table;
}

.grid .blog-card {
  width: calc(33% - 35px);
  float: left;
  margin: 0 15px;
  margin: 0 0.9375rem;
}

@media only screen and (max-width: 32.49938em) {
  .grid .blog-card {
    margin: 0;
  }
}

@media only screen and (max-width: 32.49938em) {
  .grid .blog-card {
    width: 100%;
    float: none;
  }
}

.sidebar-title {
  color: #d34e67;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
}

.sidebar-title .text, .sidebar-title .icon {
  display: inline-block;
  vertical-align: middle;
}

.sidebar-title .icon {
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.sidebar-section {
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
}

.sidebar-section:not(:last-child) {
  border-bottom: 2px solid #eceef6;
}

.sidebar-section + .sidebar-section {
  padding-top: 36px;
  padding-top: 2.25rem;
}

.sidebar-section .epsilon-b {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  letter-spacing: normal;
}

.blog-suscription-box .normal-text {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.blog-suscription-box .button-primary {
  width: 100%;
}

.blog-widget {
  background-image: url("../images/banner-plan-lector.svg");
  background-size: contain;
  display: block;
  text-align: center;
  position: relative;
  max-height: 360px;
}

.blog-widget:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.blog-widget .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}

.blog-widget .beta {
  color: #fff;
}

.blog-widget .emphasis-text {
  color: #c6cee4;
  font-weight: 700;
}

.blog-item-list .blog-item {
  display: block;
}

.blog-item-list .blog-item:not(:last-child) {
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
}

.blog-item-list .blog-item a {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-item-list .blog-item .title {
  line-height: 1.2;
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.blog-item-list .blog-item .image {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 88px;
  -ms-flex: 0 0 88px;
  flex: 0 0 88px;
  width: 72px;
  height: 56px;
  margin-right: 16px;
  margin-right: 1rem;
}

.blog-item-list .blog-item .image .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-detail-hero {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.blog-detail-hero .beta {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 47.99938em) {
  .blog-detail-hero .hero-image {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }

  .blog-detail-hero .hero-image img {
    min-width: 100%;
  }

  .blog-detail-hero .beta {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .blog-detail-hero .social-strip {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .blog-detail-hero {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 68px 20px;
    padding: 4.25rem 1.25rem;
  }

  .blog-detail-hero .hero-info {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 20px;
    padding-right: 1.25rem;
  }

  .blog-detail-hero .hero-image {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    overflow: hidden;
    width: 40%;
    height: 352px;
  }

  .blog-detail-hero .hero-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .blog-detail-hero .social-strip {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 12%;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
  }

  .blog-detail-hero .hero-info, .blog-detail-hero .social-strip {
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}

@media only screen and (min-width: 72.5em) {
  .blog-detail-hero {
    padding-right: 100px;
    padding-right: 6.25rem;
  }

  .blog-detail-hero .hero-info {
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-item-list .image {
    overflow: hidden;
  }

  .blog-item-list .cover {
    min-height: 100%;
    min-width: 100%;
    width: auto !important;
    height: auto;
  }

  .blog-detail-hero .hero-image image {
    min-height: 100%;
    width: auto !important;
    height: auto;
  }
}

.authors-list-container {
  padding-top: 10px;
  padding-top: 0.625rem;
}

.authors-list-table .item-author-row {
  padding: 10px;
  padding: 0.625rem;
  border-bottom: 2px solid #eceef6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.authors-list-table .item-author-row .link {
  padding: 12px 0;
  padding: 0.75rem 0;
}

.authors-list-table .item-author-row .item-author-book {
  display: none;
}

.authors-list-table .item-author-row .book-image {
  width: 84px;
  height: 94px;
  overflow: hidden;
}

.authors-list-table .item-author-row .book-image .cover {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.authors-list-table .item-author-header-row p {
  color: #a7a5a6;
  font-weight: 600;
}

.authors-list-table .item-author-header-row p:last-child {
  display: none;
}

@media only screen and (min-width: 48em) {
  .authors-list-table .item-author-header-row {
    /*padding:  8px 25px;
    padding:  0.5rem 1.5625rem;*/display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .authors-list-table .item-author-header-row p:first-child {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .authors-list-table .item-author-header-row p:last-child {
    display: block;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 260px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }

  .authors-list-table .item-author-row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .authors-list-table .item-author-row .link {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 10px;
    padding-right: 0.625rem;
  }

  .authors-list-table .item-author-row .item-author-book {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 260px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .authors-list-table .book-image {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 84px;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    margin-right: 20px;
    margin-right: 1.25rem;
  }

  .authors-list-table .book-info {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .book-image {
    overflow: hidden;
  }

  .book-image .cover {
    min-height: 100%;
    width: auto !important;
    height: auto;
  }
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
footer {
  padding: 60px 0;
  padding: 3.75rem 0;
}

footer .footer-menu {
  display: none;
}

@media only screen and (min-width: 48em) {
  footer .footer-menu {
    display: inline-block;
  }
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.main-header {
  padding: 24px 16px 26px;
  padding: 1.5rem 1rem 1.625rem;
  height: 96px;
}

.main-header .menu-burger {
  display: inline-block;
}

.main-header .logo {
  display: inline-block;
  width: 140px;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -70px;
}

.main-header .inverted-logo {
  display: none;
}

.main-header .main-menu {
  display: none;
}

.main-header .main-menu li {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.14;
  text-align: left;
}

.main-header .main-menu li a {
  color: #435ea6;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.main-header .main-menu li a:hover {
  color: #8e9eca;
}

.main-header .right-menu li.search-icon {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.main-header .right-menu li.search-icon a {
  font-size: 1.5rem;
}

.main-header .right-menu li.search-icon a .icon {
  color: #d34e67;
  line-height: 1.5625rem;
}

@media only screen and (max-width: 47.99938em) {
  .main-header .right-menu {
    float: right;
  }

  .main-header .right-menu li {
    display: none;
  }

  .main-header .right-menu li.search-icon {
    display: block;
  }
}

@media only screen and (min-width: 48em) {
  .main-header {
    padding: 64px 16px 29px;
    padding: 4rem 1rem 1.8125rem;
    height: auto;
  }

  .main-header .menu-burger {
    display: none;
  }

  .main-header .logo {
    display: inline-block;
    position: relative;
    top: 0px;
    left: auto;
    margin-left: auto;
    width: auto;
    padding-right: 18px;
    padding-right: 1.125rem;
  }

  .main-header .logo.inverted-logo {
    display: none;
  }

  .main-header > .wrapper:first-child {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .main-header .main-menu {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: inline-block;
  }

  .main-header .main-menu li {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 16px;
    padding: 0 1rem;
  }

  .main-header .main-menu li.active {
    position: relative;
  }

  .main-header .main-menu li.active::after {
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background-color: #d34e67;
    display: block;
    content: " ";
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    margin-left: -16px;
  }

  .main-header .right-menu li {
    display: inline-block;
  }

  .main-header .right-menu li a {
    opacity: 0.6;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #435ea6;
  }

  .main-header .right-menu li.search-icon a {
    opacity: 1;
    font-size: 1.25rem;
  }

  .main-header .right-menu li.search-icon a .icon {
    width: 1.375rem;
  }

  .main-header.inverted {
    background: #435ea6;
  }

  .main-header.inverted .logo:not(.inverted-logo) {
    display: none;
  }

  .main-header.inverted .inverted-logo {
    display: inline-block;
  }

  .main-header.inverted .main-menu li a {
    color: #fff;
  }

  .main-header.inverted .main-menu li.active:after {
    background-color: #fff;
  }

  .main-header.inverted .right-menu li a {
    color: #fff;
  }

  .main-header.inverted .right-menu .search-icon .icon {
    color: #fff;
  }
}

@media only screen and (min-width: 72.5em) {
  .main-header .main-menu li {
    padding: 0 37px;
    padding: 0 2.3125rem;
  }
}

.main-header .mobile-menu-container {
  display: none;
}

@media only screen and (min-width: 48em) {
  .main-header .mobile-overlay, .main-header .mobile-menu-container {
    visibility: hidden;
  }
}

.mobile-menu-container {
  background-color: white;
  width: 15rem;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  padding: 0;
}

.mobile-menu-container .mobile-menu-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow-x: hidden;
}

.mobile-menu-container .mobile-menu-top {
  width: 45rem;
  font-size: 0;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
  -webkit-transition: transform .4s ease-out;
  -moz-transition: transform .4s ease-out;
  -ms-transition: transform .4s ease-out;
  -o-transition: transform .4s ease-out;
}

.mobile-menu-container .mobile-menu-top > ul {
  width: 15rem;
  display: inline-block;
  vertical-align: top;
}

.mobile-menu-container .mobile-menu-top > ul li {
  height: 3rem;
  line-height: 3rem;
  display: block;
  padding-left: 1.5rem;
  text-align: left;
}

.mobile-menu-container .mobile-menu-top > ul li.item-premios {
  height: 5rem;
  line-height: 3rem;
  display: block;
  padding-left: 1.5rem;
  text-align: left;
}

a.item-premios-a {
  height: 4rem !important;
}

.titulo-premios-menu {
  height: 3rem !important;
}

.mobile-menu-container .mobile-menu-top > ul li a {
  color: #435ea6;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
}

.mobile-menu-container .mobile-menu-top > ul li.mobile-menu-go-left {
  text-align: left;
  background-image: url("../images/chevron-left.svg");
  background-position: 15px calc(50% - 2px);
  background-repeat: no-repeat;
}

.mobile-menu-container .mobile-menu-top > ul li.mobile-menu-go-left a {
  color: #c6cee4;
  padding-left: 1.5rem;
}

.mobile-menu-container .mobile-menu-top > ul li.mobile-menu-has-child {
  background-image: url("../images/chevron-right.svg");
  background-position: calc(100% - 15px) calc(50% - 2px);
  background-repeat: no-repeat;
}

.mobile-menu-container .mobile-menu-top.visible-depth-2 {
  -webkit-transform: translateX(15rem);
  transform: translateX(15rem);
}

.mobile-menu-container .mobile-menu-top.visible-depth-3 {
  -webkit-transform: translateX(15rem);
  transform: translateX(15rem);
}

.mobile-menu-container .mobile-menu-top .mobile-menu-depth-2 li:not(.mobile-menu-go-left) a {
  font-size: 1rem;
}

.mobile-menu-container .mobile-menu-top .mobile-menu-depth-3 li:not(.mobile-menu-go-left) a {
  width: 11.25rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  line-height: 2rem;
  display: block;
  background: #435ea6;
  /* fallback */
  background: rgba(67, 94, 166, 0.1);
  border-radius: 3px;
  margin-left: 0.4375rem;
}

.mobile-menu-container .mobile-menu-bottom li {
  height: 2.5rem;
  line-height: 2.5rem;
  padding-left: 1.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  color: #8e9eca;
}

.mobile-menu-container .mobile-menu-bottom li.account-link {
  height: 4rem;
  line-height: 4rem;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #e9a6b3;
  background-color: #d34e67;
  margin-top: 1rem;
}

.mobile-menu-container .mobile-menu-bottom li.account-link img {
  vertical-align: middle;
}

.mobile-overlay {
  display: none;
  background-color: #231f20;
  opacity: 0.2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.desktop-dropdown-menu {
  visibility: hidden;
  z-index: 999;
}

.main-header {
  position: relative;
}

.main-header .desktop-dropdown-menu {
  display: none;
  position: absolute;
  top: 8.75rem;
  left: 0;
  right: 0;
}

.main-header.inverted .desktop-dropdown-menu {
  background: #435ea6;
}

.main-header.inverted .desktop-dropdown-menu .desktop-dropdown-menu-content ul li a, .main-header.inverted .desktop-dropdown-menu .desktop-dropdown-menu-content ul li strong {
  color: #fff;
}

.main-header.inverted .desktop-dropdown-menu .desktop-dropdown-menu-content ul li .menu-tag {
  background: #eceef6;
  color: #435ea6;
}

@media only screen and (max-width: 47.99938em) {
  .main-header .desktop-drowpdown-menu {
    display: none;
  }
}

.desktop-dropdown-menu {
  visibility: visible;
  background-color: white;
  max-width: none;
  -webkit-box-shadow: 0px 12px 14px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 14px -8px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.desktop-dropdown-menu .desktop-dropdown-menu-content {
  padding-left: 2.5rem;
}

.desktop-dropdown-menu .desktop-dropdown-menu-content ul {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-right: 1.875rem;
  margin-bottom: 2.125rem;
}

.desktop-dropdown-menu .desktop-dropdown-menu-content ul li {
  margin-bottom: 1rem;
}

.desktop-dropdown-menu .desktop-dropdown-menu-content ul li strong {
  display: block;
  padding-bottom: 0.625rem;
}

.desktop-dropdown-menu .desktop-dropdown-menu-content ul li a {
  color: #435ea6;
}

.desktop-dropdown-menu .desktop-dropdown-menu-content ul li a.menu-view-all {
  color: #d34e67;
}

.desktop-dropdown-menu .desktop-dropdown-menu-content ul li a.menu-tag {
  width: 100px;
  display: block;
  line-height: 2rem;
  text-align: center;
  background: #435ea6;
  /* fallback */
  background: rgba(67, 94, 166, 0.1);
  border-radius: 3px;
}

@media only screen and (min-width: 72.5em) {
  .desktop-dropdown-menu {
    padding-left: 13.125rem;
  }
}

.search-box-container {
  display: none;
  background-color: white;
  padding: 90px 40px 65px 40px;
  padding: 5.625rem 2.5rem 4.0625rem 2.5rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.search-box-container .close-mobile-search-box.button-icon .icon {
  font-size: 0.875rem;
  color: #c6cee4;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

@media only screen and (min-width: 48em) {
  .search-box-container {
    position: absolute;
    max-width: none;
    -webkit-box-shadow: 0px 12px 14px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 14px -8px rgba(0, 0, 0, 0.2);
    top: 8.75rem;
    padding: 50px 0 50px 0;
    padding: 3.125rem 0 3.125rem 0;
  }

  .search-box-container .search-box-content {
    max-width: 35rem;
    margin: auto;
    position: relative;
  }

  .search-box-container .search-box-content .close-mobile-search-box.button-icon {
    position: relative;
    float: right;
    margin-top: -50px;
    margin-right: -20px;
  }

  .search-box-container .search-box-content .go-to-advanced-search {
    text-align: right;
    color: #a7a5a6;
    font-family: "Lato", sans-serif;
    width: 100%;
    display: block;
    margin-top: 0.75rem;
  }

  .search-box-container .search-box-content .go-to-advanced-search a {
    font-family: "Josefin Sans", sans-serif;
    color: #d34e67;
  }
}

.nudge {
  padding: 26px 15px !important;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: white;
}

.accordion-push {
  padding: 1.625rem 0.9375rem!important;
}

.a-catalago {
  padding: 15px;
  width: 100%;
}

.paginar-null {
  cursor: default!important;
}

.light-blue {
  color: #8e9eca;
}

.order-search {
  /*margin-bottom: 1.2rem;*/
}

.close-arrow-div {
  text-align: center;
}

.close-arrow {
  width: 50px;
}

#cont-segundo-menu > li {
  display: none;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.formato-libro, .formato-libro:focus {
  border: 0px solid #ffffff;
  width: 120px;
  outline-color: white;
}

.mb-0{
   margin-bottom: 0px!important;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease, -webkit-transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



/*------------------------------------*\
    POLITICA DE COOKIES
\*------------------------------------*/
@keyframes desaparecer{0%{bottom:0px;}
80%{bottom:0px;}
100%{bottom:-50px;}
}
@-webkit-keyframes desaparecer{0%{bottom:0px;}
80%{bottom:0px;}
100%{bottom:-50px;}
}
@keyframes aparecer{0%{bottom:-38px;}
10%{bottom:0px;}
90%{bottom:0px;}
100%{bottom:-38px;}
}
@-webkit-keyframes aparecer{0%{bottom:-38px;}
10%{bottom:0px;}
90%{bottom:0px;}
100%{bottom:-38px;}
}
#cookiesms1:target{display:none;}
.cookiesms{width:100%;height:auto;margin:0 auto;padding-left:1%;padding-top:9px;font-size:17px;clear:both;font-weight:strong;color:#333;bottom:0px;position:fixed;left:0px;background-color:rgba(0, 0, 0, 0.8);color:#FFFFFF;text-align:center;transition:bottom 1s;-webkit-transition:bottom 1s;padding:12px 25%;z-index:999999999;line-height:30px;}
.cookiesms:hover{bottom:0px;}
.cookies2{background-color:#FFF;display:inline;opacity:0.95;filter:alpha(opacity=95);position:absolute;left:1%;top:-30px;font-size:15px;height:30px;padding-left:25px;padding-right:25px;}
#enlace_cookies{border-bottom:3px solid #435ea6;color:#FFFFFF;text-decoration:none;}
#btn_aceptar_cookies{position:absolute;top:0px;right:0px;color:red;cursor:pointer; background-color: white;padding:0 5px; border-radius: 5px; }
#contenedor_cookies{width:100%;position:relative;}
@media only screen and (max-width:600px){.cookiesms{width:100%;height:90px;margin:0 auto;padding-left:1%;padding-top:9px;font-size:14px;clear:both;font-weight:strong;color:#333;bottom:0px;position:fixed;left:0px;background-color:rgba(0, 0, 0, 0.8);color:#FFFFFF;text-align:center;transition:bottom 1s;-webkit-transition:bottom 1s;padding:0px 0px;z-index:999999999;line-height:20px;}
.cookies2{background-color:#FFF;display:inline;opacity:0.95;filter:alpha(opacity=95);position:absolute;left:1%;top:-30px;font-size:15px;height:30px;padding-left:25px;padding-right:25px;}
#contenedor_cookies{width:98%;position:relative;}
}

.link-ordenar{
   float:left;
   margin:7px 0px;
}
.clear-both{
   clear: both;
   height: 1px;
}

.mt-20{
  padding-top: 20px;
  padding-top: 1.2rem;
}


body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px)
}

@media screen and (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: ""
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.4rem;
  padding-bottom: 2rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-footer>:not(:last-child) {
  margin-right: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2))
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2))
  }
  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg, .modal-xl {
    max-width: 800px
  }
}

@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}
.pt-3, .py-3 {
  padding-top: 1rem!important
}

.mw-100 {
  max-width: 100%!important
}
.pb-sm-5, .py-sm-5 {
  padding-bottom: 3rem!important
}


.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}
.text-center {
  text-align: center!important
}
.text-50{
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}


.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

a.close.disabled {
  pointer-events: none
}

@media only screen and (min-width: 48em) {

  .brick {

    padding: 80px 12px 60px;

    padding: 2rem 0.75rem 1rem;

  }
