/* [start] /mixins/_mixin_container.scss */
.container {
  max-width: 914px;
  width: 100%;
  margin: auto;
}

/* [end] /mixins/_mixin_container.scss */
/* [start] /mixins/_mixin_fullhide.scss */
.fullhide {
  display: none;
  visibility: hidden;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  overflow: hidden;
  height: 0;
  width: 0 !important;
}

.element-invisible-focusable {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.element-invisible-focusable:active,
.element-invisible-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* [end] /mixins/_mixin_fullhide.scss */
/* [start] /utilities/_normalize.scss */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* [end] /utilities/_normalize.scss */
/* [start] /components/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* [start] /components/_base.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body {
  line-height: 1.5;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1F2228;
  overflow-x: hidden;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 914px;
  margin: auto !important;
  padding: 20px 15px 0 15px;
}
@media (min-width: 75em) {
  .page-title {
    padding: 20px 0 0 0;
  }
}

.layout-container {
  margin: 0;
}

body.page-node-type-page .region-content .block-system-main-block {
  max-width: 914px;
  margin: auto;
  padding: 10px 15px 40px 15px;
}
@media (min-width: 75em) {
  body.page-node-type-page .region-content .block-system-main-block {
    padding: 0 0 40px 0;
  }
}

.btn-standard {
  border-radius: 10px;
  border: 1px solid #000;
  background-color: #FFF;
  color: #000;
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-standard:hover,
.btn-standard:focus {
  background-color: #000;
  color: #FFF;
}

.eu-cookie-compliance-banner button,
.btn-standard-reverse {
  border-radius: 5px;
  border: 1px solid #FFF;
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.eu-cookie-compliance-banner button:hover, .eu-cookie-compliance-banner button:focus,
.btn-standard-reverse:hover,
.btn-standard-reverse:focus {
  background-color: #FFF;
  color: #000;
}

@media (min-width: 62em) {
  a.scroll-up-page {
    display: none;
    background: url(../img/iconos/icon-scroll-up-page.svg) center center no-repeat;
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 90px;
    width: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.7;
  }
  a.scroll-up-page:hover, a.scroll-up-page:focus {
    opacity: 0.9;
  }
  a.scroll-up-page.visible {
    display: block;
  }
}

table.table-responsive {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table.table-responsive tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}
table.table-responsive th,
table.table-responsive td {
  padding: 0.625em;
  text-align: left;
}
table.table-responsive th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 30em) {
  table.table-responsive.table-size-xxs {
    border: 0;
  }
  table.table-responsive.table-size-xxs thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-responsive.table-size-xxs tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table.table-responsive.table-size-xxs td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table.table-responsive.table-size-xxs td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media (max-width: 30em) {
  table.table-responsive.table-size-xs {
    border: 0;
  }
  table.table-responsive.table-size-xs thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-responsive.table-size-xs tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table.table-responsive.table-size-xs td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table.table-responsive.table-size-xs td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media (max-width: 36em) {
  table.table-responsive.table-size-sm {
    border: 0;
  }
  table.table-responsive.table-size-sm thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-responsive.table-size-sm tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table.table-responsive.table-size-sm td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table.table-responsive.table-size-sm td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media (max-width: 48em) {
  table.table-responsive.table-size-md {
    border: 0;
  }
  table.table-responsive.table-size-md thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-responsive.table-size-md tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table.table-responsive.table-size-md td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table.table-responsive.table-size-md td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media (max-width: 62em) {
  table.table-responsive.table-size-lg {
    border: 0;
  }
  table.table-responsive.table-size-lg thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-responsive.table-size-lg tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table.table-responsive.table-size-lg td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table.table-responsive.table-size-lg td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media (max-width: 75em) {
  table.table-responsive.table-size-xl {
    border: 0;
  }
  table.table-responsive.table-size-xl thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-responsive.table-size-xl tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table.table-responsive.table-size-xl td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table.table-responsive.table-size-xl td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media (max-width: 100em) {
  table.table-responsive.table-size-xxl {
    border: 0;
  }
  table.table-responsive.table-size-xxl thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-responsive.table-size-xxl tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table.table-responsive.table-size-xxl td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table.table-responsive.table-size-xxl td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}

.breadcrumb {
  padding: 15px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 75em) {
  .breadcrumb {
    padding: 15px 0px;
  }
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 914px;
  margin: auto !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width : 30em) {
  .breadcrumb ol {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.breadcrumb ol li {
  margin-right: 10px;
  color: #FFF;
  font-family: sans-serif;
}
.breadcrumb ol li:before {
  padding-right: 5px;
  color: #FFF;
}
.breadcrumb ol li a {
  color: #333;
  -webkit-transition: color linear 0.5s;
  transition: color linear 0.5s;
}
.breadcrumb ol li a:hover {
  color: #FFF;
}

#sliding-popup {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
}

.eu-cookie-compliance-banner {
  padding: 0px 17px 0px 67px;
  background-color: #0779BF;
}
.eu-cookie-compliance-banner h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px 0;
}
.eu-cookie-compliance-banner p {
  font-size: 12px;
  font-weight: bold;
}
.eu-cookie-compliance-banner button {
  font-size: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
  text-shadow: none;
  padding: 0px 10px;
}
.eu-cookie-compliance-banner button.eu-cookie-withdraw-button {
  display: none;
}
.eu-cookie-compliance-banner *:focus {
  outline: thick solid #FF2F2F !important;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons {
  max-width: 100%;
  float: none;
  text-align: center;
}
@media (min-width: 36em) {
  .eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons {
    max-width: 60%;
    float: left;
  }
}
.eu-cookie-compliance-banner .eu-cookie-compliance-has-categories {
  float: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-has-categories button {
  margin: 1em auto;
}
@media (min-width: 36em) {
  .eu-cookie-compliance-banner .eu-cookie-compliance-has-categories {
    float: right;
    max-width: initial;
    width: initial;
  }
}

.disagree-button.eu-cookie-compliance-more-button {
  padding: 0px 8px;
}

.messages {
  max-width: 914px;
  margin: 20px auto;
}
.messages.messages--error {
  border-color: #b30000;
}

.tabs.primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.iconos-responsive {
  padding-bottom: 1em;
}
.iconos-responsive .icono-desplegable {
  text-align: right;
}
.iconos-responsive .btn {
  padding: 0;
}
.iconos-responsive .btn:hover, .iconos-responsive .btn:focus {
  background: red;
}
.iconos-responsive .btn svg {
  width: 0.8em;
}
.iconos-responsive .btn span {
  display: block;
}
@media (min-width: 48em) {
  .iconos-responsive {
    display: none;
  }
}

#block-euroblind-main-menu {
  display: none;
}
@media (min-width: 48em) {
  #block-euroblind-main-menu {
    display: block;
  }
}

.style-buscador {
  width: 50rem !important;
  display: contents !important;
}

.style-buscador2 {
  width: 40rem !important;
  position: relative;
  left: 2rem;
}

.btn-funcional-search {
  position: relative;
  left: 3rem;
}

.lupa-buscador {
  position: relative;
}

.display-btn {
  display: inherit;
}

.lang-dropdown-select-element,
#edit-lang-dropdown-select-selectized {
  border: none;
  background-image: none;
  position: relative;
  z-index: 1000;
}

#edit-lang-dropdown-select-selectized {
  display: none !important;
}

.selectize-dropdown.single.lang-dropdown-select-element.form-select {
  top: 6px !important;
  left: -10px !important;
}

@media (min-width: 765px) {
  .icono-desplegable {
    display: none !important;
  }
}
.icono-desplegable {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.iconos-responsive {
  padding-bottom: 1em;
}
.iconos-responsive .icono-desplegable {
  text-align: right;
}
@media (max-width: 765px) {
  .iconos-responsive .main-navigation .menu {
    display: none !important;
  }
}
.iconos-responsive .btn {
  padding: 0;
}
.iconos-responsive .btn:hover, .iconos-responsive .btn:focus {
  background: #000;
}
.iconos-responsive .btn svg {
  width: 0.8em;
}
.iconos-responsive .btn span {
  display: block;
}
@media (min-width: 48em) {
  .iconos-responsive {
    display: none;
  }
}

.modal-backdrop {
  z-index: 1000 !important;
}

.offcanvas .menu-item a {
  width: 100%;
  color: #001E6E;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0.9em;
  font-size: 0.85em;
  font-weight: bold;
}

.offcanvas .menu-item {
  width: 100%;
}

.iconos-responsive .icono-desplegable {
  margin-left: 152%;
}

.lit-menu {
  display: none !important;
}

.region-header-sup {
  background-color: #000;
}
.region-header-sup .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.region-header-sup .menu a {
  color: #FFF;
}

.footer {
  background-color: #000;
}
.footer .menu {
  padding: 0px;
  margin: 0px;
}
.footer .menu a {
  color: #FFF;
}
.footer .menu a.is-active {
  color: #FFF;
}/*# sourceMappingURL=sass-styles.css.map */