/* COLORS ADI FAD */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%;
  line-height: 100%;
  scroll-behavior: smooth; }

body {
  background-color: #ffffff;
  font-family: "SI-Regular";
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1; }
  body.body-fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
    scroll: none;
    overflow: hidden; }

strong {
  font-weight: bold; }

.hide {
  display: none !important; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

a {
  text-decoration: none; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 124rem; }
  @media (min-width: 76.8rem) {
    .container {
      max-width: calc( 8 + $max-width); } }
hr {
  border: none;
  width: 100%;
  display: block;
  margin: 1rem auto;
  height: 0.1rem;
  background-color: #000000; }

.wp-block-button {
  text-align: center;
  padding: 0;
  font-family: "SI-Semibold";
  width: max-content;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  cursor: pointer;
  text-align: center;
  border: 1px solid #000000;
  background-color: #ffffff;
  text-decoration: none; }
  .wp-block-button a.wp-block-button__link {
    border-radius: 0;
    color: #ffffff; }
  .wp-block-button:hover {
    background-color: #000000; }
    .wp-block-button:hover a.wp-block-button__link {
      border-radius: 0;
      color: #ffffff; }

.button:hover.is-checked,
.button:active.is-checked,
.button.is-checked {
  color: #ffffff;
  text-decoration: underline; }

.button-group:after {
  content: ' ';
  display: block;
  clear: both; }

.video-widget {
  background: #000000;
  height: 100%; }
  .video-widget .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  .video-widget .embed-container iframe,
  .video-widget .embed-container object,
  .video-widget .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.to-top {
  float: right;
  margin: 2rem 1rem 0 0;
  cursor: pointer; }

.img-responsive {
  width: 100%;
  height: auto; }

.img-responsive img {
  width: 100%;
  height: auto; }

p a {
  color: #343434;
  cursor: pointer;
  text-decoration: underline; }
  p a:hover {
    text-decoration: none; }

/* COLORS TIPUS DE PREMIS */
strong {
  font-family: "SI-Semibold"; }

em {
  font-family: "SI-Regular";
  font-style: italic; }

.delta,
li.delta a,
strong.delta {
  color: #856029 !important;
  font-family: "SI-Regular"; }

.medalles,
li.medalles a,
strong.medalles {
  color: #d54d37 !important;
  font-family: "SI-Regular"; }

.cultura,
li.cultura a,
strong.cultura {
  color: #787878 !important;
  font-family: "SI-Regular"; }

.video-home {
  height: auto;
  padding: 56.25% 0 0 0;
  position: relative; }

/* ALING FULL */
.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 1000%;
  width: auto; }
  @media xs {
    .alignfull {
      margin-left: calc(50% - 48.5vw);
      margin-right: calc(50% - 48.5vw); } }
  @media sm {
    .alignfull {
      margin-left: calc(50% - 49.3vw);
      margin-right: calc(50% - 49.3vw);
      max-width: 1000%;
      width: auto; } }
@media sm {
  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw); }
    .alignwide.wp-block-gallery {
      margin-left: calc(25% - 25vw - 1rem);
      margin-right: calc(25% - 25vw - 1rem); } }

/* PAGINATION */
.pagination {
  width: 100%;
  margin: 2rem auto 0;
  border-top: 1px solid #000000;
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  color: #8e8e8d; }
  .pagination a {
    color: #000000;
    display: inline-block;
    padding: 0.5rem;
    font-family: "SI-Regular"; }

/* ARXIU */
.fwpl-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
  width: 124rem;
  border: 1px solid red;
  margin: 0 auto; }
  .fwpl-layout .size-thumbnail {
    width: 100% !important;
    height: auto !important; }

.facetwp-template {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0 !important;
  margin-left: 0 !important; }
  .facetwp-template .hentry .entry-content {
    padding: 0 0 2rem 0;
    margin: 0 !important; }
  .facetwp-template .hentry .entry-title {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "SI-Semibold";
    line-height: 1.25;
    letter-spacing: 0.025rem;
    margin: 0 0 1rem 0; }
    .facetwp-template .hentry .entry-title a {
      color: #000000; }
  .facetwp-template .hentry .entry-image {
    position: relative;
    display: block;
    text-decoration: none;
    height: 0;
    padding-bottom: 16rem;
    overflow: hidden;
    width: 100%;
    margin: 0 0 2rem 0; }
  .facetwp-template .hentry .price {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.15;
    margin: 0 0 0.5rem 0;
    font-family: "SI-Semibold";
    letter-spacing: 0.025rem; }
  .facetwp-template .hentry .entry-content p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.25;
    margin: 0 0 0.5rem 0;
    font-weight: normal; }
  @media (min-width: 48rem) {
    .facetwp-template {
      grid-template-columns: 1fr 1fr 1fr; }
      .facetwp-template .hentry .entry-image {
        padding-bottom: 25rem; } }
  @media (min-width: 76.8rem) {
    .facetwp-template {
      margin-left: 5vw;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
.single .entry-content .entry-header {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0 0 2rem 0;
  margin: 3rem 0; }

.single .entry-content .entry-title {
  display: block;
  margin: 2rem 0; }

.single .entry-content .wpuf_customs {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .single .entry-content .wpuf_customs li {
    margin: 0 0 2rem 0;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25rem; }
    .single .entry-content .wpuf_customs li label {
      font-family: "SI-Semibold"; }
    .single .entry-content .wpuf_customs li a {
      text-decoration: underline;
      color: #343434; }
      .single .entry-content .wpuf_customs li a:hover {
        text-decoration: none; }
  @media (min-width: 76.8rem) {
    .single .entry-content .wpuf_customs li {
      width: 50%;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.4; } }
.single .entry-content.adi-medalles-2020 {
  color: #d54d37; }
  .single .entry-content.adi-medalles-2020 .entry-header {
    border-top: 1px solid #d54d37;
    border-bottom: 1px solid #d54d37; }
    .single .entry-content.adi-medalles-2020 .entry-header .entry-title {
      color: #d54d37; }
  .single .entry-content.adi-medalles-2020 li {
    color: #d54d37; }
    .single .entry-content.adi-medalles-2020 li a {
      text-decoration: underline;
      color: #d54d37; }
      .single .entry-content.adi-medalles-2020 li a:hover {
        text-decoration: none; }

.single .entry-content.adi-cultura-2020 {
  color: #787878; }
  .single .entry-content.adi-cultura-2020 .entry-header {
    border-top: 1px solid #787878;
    border-bottom: 1px solid #787878; }
    .single .entry-content.adi-cultura-2020 .entry-header .entry-title {
      color: #787878; }
  .single .entry-content.adi-cultura-2020 li {
    color: #787878; }
    .single .entry-content.adi-cultura-2020 li a {
      text-decoration: underline;
      color: #787878; }
      .single .entry-content.adi-cultura-2020 li a:hover {
        text-decoration: none; }

.single .entry-content.premis-delta-2020 {
  color: #856029; }
  .single .entry-content.premis-delta-2020 .entry-header {
    border-top: 1px solid #856029;
    border-bottom: 1px solid #856029; }
    .single .entry-content.premis-delta-2020 .entry-header .entry-title {
      color: #856029; }
  .single .entry-content.premis-delta-2020 li {
    color: #856029; }
    .single .entry-content.premis-delta-2020 li a {
      text-decoration: underline;
      color: #856029; }
      .single .entry-content.premis-delta-2020 li a:hover {
        text-decoration: none; }

.back-to {
  color: #343434;
  text-decoration: underline; }
  .back-to:hover {
    text-decoration: none; }

.single-dt_gallery .entry .entry-content {
  margin: 3rem 1rem;
  display: flex;
  flex-direction: column;
  padding-top: 4rem; }
  .single-dt_gallery .entry .entry-content p {
    margin: 0 0 1rem 0; }
  .single-dt_gallery .entry .entry-content .entry-image,
  .single-dt_gallery .entry .entry-content .entry-text {
    width: 100%; }
  @media (min-width: 76.8rem) {
    .single-dt_gallery .entry .entry-content.flex {
      flex-direction: row;
      flex-wrap: wrap; }
      .single-dt_gallery .entry .entry-content.flex .entry-image {
        width: 75%;
        order: 2; }
      .single-dt_gallery .entry .entry-content.flex .entry-text {
        order: 1;
        width: 25%;
        padding-right: 4rem; } }
body.single-arxiu .entry-content {
  margin-top: 5rem; }
  body.single-arxiu .entry-content.flex {
    display: flex;
    flex-direction: column; }
    body.single-arxiu .entry-content.flex .entry-image {
      margin-bottom: 2rem; }
    body.single-arxiu .entry-content.flex .entry-text {
      padding: 0 1rem; }

@media (min-width: 48rem) {
  body.single-arxiu .entry-content.flex {
    display: flex;
    flex-direction: row; }
    body.single-arxiu .entry-content.flex .entry-image {
      max-width: 65%;
      order: 2; }
    body.single-arxiu .entry-content.flex .entry-text {
      width: 35%;
      order: 1;
      padding: 0 5% 0 0; } }

.single-arxiu .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25; }

.single-arxiu .emtry-content p {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 1rem 0; }
  .single-arxiu .emtry-content p a {
    color: #000000;
    text-decoration: underline; }
    .single-arxiu .emtry-content p a:hover {
      text-decoration: none; }

@font-face {
  font-family: "SI-Regular";
  src: url("../fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl-Regular.woff") format("woff"), url("../fonts/SuisseIntl-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "SI-Semibold";
  src: url("../fonts/SuisseIntl-SemiBold.woff2") format("woff2"), url("../fonts/SuisseIntl-SemiBold.woff") format("woff"), url("../fonts/SuisseIntl-SemiBold.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

.wp-block-galeria-gif .gallery-gif {
  position: relative; }
  .wp-block-galeria-gif .gallery-gif a {
    display: block; }
    .wp-block-galeria-gif .gallery-gif a:first-child:hover {
      opacity: 0;
      z-index: 1; }
    .wp-block-galeria-gif .gallery-gif a:last-child {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1; }
    .wp-block-galeria-gif .gallery-gif a .img-responsive {
      width: 100%;
      height: auto; }

.menu-nav {
  position: relative;
  height: 0; }
  .menu-nav ul.menu {
    display: none; }
  .menu-nav.active {
    height: 100vh;
    display: flex;
    flex-direction: column; }
    .menu-nav.active .menu-premis-menu-container,
    .menu-nav.active .menu-premis-menu-eng-container,
    .menu-nav.active .menu-premis-menu-esp-container {
      order: 1;
      margin: 10rem 3rem 0;
      border-top: 1px solid #000000;
      padding: 1rem 0; }
    .menu-nav.active .menu-main-menu-container,
    .menu-nav.active .menu-main-menu-eng-container,
    .menu-nav.active .menu-main-menu-esp-container {
      order: 2;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000;
      padding: 1rem 0;
      margin: 0 3rem; }
    .menu-nav.active ul.menu {
      display: block;
      width: 100%;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%; }
      .menu-nav.active ul.menu li {
        display: block;
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 2;
        margin: 0;
        text-align: left; }
        .menu-nav.active ul.menu li a {
          color: #000000; }
        .menu-nav.active ul.menu li ul.idiomes {
          display: flex; }
          .menu-nav.active ul.menu li ul.idiomes li {
            font-size: 18px;
            font-size: 1.8rem;
            margin: 0 1rem 0 0;
            padding: 1rem 0; }
            .menu-nav.active ul.menu li ul.idiomes li:first-child {
              margin-top: 0; }
  @media (min-width: 48rem) {
    .menu-nav {
      height: auto; }
      .menu-nav .menu-main-menu-container ul.menu,
      .menu-nav .menu-main-menu-eng-container ul.menu,
      .menu-nav .menu-main-menu-esp-container ul.menu {
        border-bottom: 1px solid #000000;
        align-content: space-between; }
        .menu-nav .menu-main-menu-container ul.menu li a,
        .menu-nav .menu-main-menu-eng-container ul.menu li a,
        .menu-nav .menu-main-menu-esp-container ul.menu li a {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1; }
          .menu-nav .menu-main-menu-container ul.menu li a:hover,
          .menu-nav .menu-main-menu-eng-container ul.menu li a:hover,
          .menu-nav .menu-main-menu-esp-container ul.menu li a:hover {
            font-family: "SI-Semibold"; }
      .menu-nav ul.menu {
        display: flex;
        flex-direction: row;
        /* WPML IDIOMES */ }
        .menu-nav ul.menu li {
          margin: .6rem 2rem 0 0;
          padding: 1rem 0; }
          .menu-nav ul.menu li a {
            color: #000000;
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 1; }
            .menu-nav ul.menu li a:hover {
              font-family: "SI-Semibold"; }
          .menu-nav ul.menu li.current-menu-item a {
            color: #000000;
            text-decoration: none;
            font-family: "SI-Semibold";
            letter-spacing: 0.05rem; }
          .menu-nav ul.menu li.search-item label {
            display: none; }
          .menu-nav ul.menu li.search-item .ico-search {
            margin-bottom: -0.5rem;
            background: transparent url("../img/lupa.svg") center center no-repeat;
            background-size: 2rem;
            height: 3rem;
            width: 3rem;
            display: block;
            cursor: pointer; }
          .menu-nav ul.menu li.lenguages {
            margin: 0.5rem 0 0 auto;
            padding: 0; }
        .menu-nav ul.menu ul.idiomes {
          display: flex;
          margin-right: -2rem; }
          .menu-nav ul.menu ul.idiomes li {
            margin: 0 0 0 1rem;
            padding: 1rem 0; }
            .menu-nav ul.menu ul.idiomes li:first-child {
              margin-top: 0 !important; } }
#burguer {
  display: block;
  position: fixed;
  top: 2rem;
  right: 2rem;
  height: 3rem;
  width: 3rem;
  z-index: 30; }
  #burguer span {
    position: absolute;
    width: 3rem;
    height: 0.2rem;
    left: 0;
    background: #000000;
    transition: 0.25s;
    display: block;
    top: 1.15rem; }
  #burguer span:first-child {
    left: 0;
    top: 0rem; }
  #burguer span:last-child {
    left: 0;
    top: 2.3rem; }
  #burguer:hover {
    cursor: pointer; }
  #burguer.active span {
    border-radius: 0;
    opacity: 0;
    top: 50%;
    position: absolute;
    width: 100%;
    height: 0.2rem;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: #000000; }
  #burguer.active span:first-child {
    opacity: 1;
    transform: rotate(45deg); }
  #burguer.active span:last-child {
    opacity: 1;
    transform: rotate(-45deg); }
  @media (min-width: 48rem) {
    #burguer {
      top: 1rem;
      right: 0;
      height: 1.35rem;
      display: none; } }
.menu-premis-menu-container ul.menu li,
.menu-premis-menu-eng-container ul.menu li,
.menu-premis-menu-esp-container ul.menu li {
  margin-top: 0; }
  .menu-premis-menu-container ul.menu li a,
  .menu-premis-menu-eng-container ul.menu li a,
  .menu-premis-menu-esp-container ul.menu li a {
    color: #000000; }
  .menu-premis-menu-container ul.menu li:nth-child(2n) a,
  .menu-premis-menu-eng-container ul.menu li:nth-child(2n) a,
  .menu-premis-menu-esp-container ul.menu li:nth-child(2n) a {
    color: #856029; }
  .menu-premis-menu-container ul.menu li:nth-child(3n) a,
  .menu-premis-menu-eng-container ul.menu li:nth-child(3n) a,
  .menu-premis-menu-esp-container ul.menu li:nth-child(3n) a {
    color: #d54d37; }
  .menu-premis-menu-container ul.menu li:nth-child(4n) a,
  .menu-premis-menu-eng-container ul.menu li:nth-child(4n) a,
  .menu-premis-menu-esp-container ul.menu li:nth-child(4n) a {
    color: #787878; }

.menu-premis-menu-container ul.menu li:first-child,
.menu-premis-menu-eng-container ul.menu li:first-child,
.menu-premis-menu-esp-container ul.menu li:first-child {
  display: none; }

.premis .sub-menu {
  margin-top: 1rem;
  padding-left: 1rem; }

/* SUMENUS */
.menu-premis-menu-eng-container .menu .sub-menu {
  display: none; }

.active .menu-premis-menu-eng-container .menu li {
  position: relative; }
  .active .menu-premis-menu-eng-container .menu li:before {
    position: absolute;
    right: 0; }
  .active .menu-premis-menu-eng-container .menu li .sub-menu {
    display: none; }
    .active .menu-premis-menu-eng-container .menu li .sub-menu li {
      display: block;
      font-size: 18px;
      font-size: 1.8rem; }
      .active .menu-premis-menu-eng-container .menu li .sub-menu li:before {
        content: ' '; }

.search-header {
  display: flex;
  flex-direction: column; }
  .search-header .search-form {
    margin-top: 2rem;
    text-align: right; }
    .search-header .search-form #keyword {
      transition: 0.5s;
      width: 0;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2;
      border: none;
      margin-bottom: 2rem;
      text-align: right; }
      .search-header .search-form #keyword::-webkit-input-placeholder {
        color: #8e8e8d; }
      .search-header .search-form #keyword::placeholder {
        color: #8e8e8d; }
      .search-header .search-form #keyword:-ms-input-placeholder {
        color: #8e8e8d; }
      .search-header .search-form #keyword.active {
        width: 60%;
        padding-right: 1rem;
        border-bottom: 1px solid #8e8e8d; }
    .search-header .search-form .ico-lupa {
      background: url("../img/lupa.svg") right center no-repeat;
      background-size: 2rem 2rem;
      display: inline-block;
      width: 2rem; }
  @media (min-width: 48rem) {
    .search-header {
      flex-direction: row; }
      .search-header .entry-title {
        width: 25%; }
      .search-header .search-form {
        width: 75%; } }
#arxiu-list {
  transition: 0.5s;
  opacity: 1; }
  #arxiu-list.active-search {
    opacity: 0; }

#datafetch {
  transition: 0.5s;
  opacity: 0; }
  #datafetch.active-search {
    opacity: 1; }

/* WP FACETWP */
.facewp-filtres {
  border-bottom: 1px solid #000;
  margin-bottom: 2rem !important; }

.facetwp-facet {
  margin-bottom: 0 !important; }

.facetwp-counter {
  display: none; }

.fs-label-wrap {
  border: 1px solid #fff !important; }
  .fs-label-wrap .fs-label {
    padding: 10px 22px 10px 0 !important;
    focus: none; }
  .fs-label-wrap .fs-arrow {
    width: 20px;
    height: 22px;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    border-top: 0px solid #333 !important;
    background: url("../img/flecha.svg") center bottom no-repeat !important;
    background-size: 100% 100%;
    right: -5px !important; }

.fs-wrap {
  background: gold;
  width: 100% !important; }
  .fs-wrap .fs-label-wrap {
    width: 100% !important; }
    .fs-wrap .fs-label-wrap .facetwp-type-fselect .fs-dropdown {
      width: 100% !important;
      margin: 0 !important; }
    .fs-wrap .fs-label-wrap .dropdown {
      margin: 0 !important;
      width: 91% !important; }

.fs-dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  max-width: 91% !important;
  margin-top: 0;
  z-index: 1000; }
  @media (min-width: 48rem) {
    .fs-dropdown {
      max-width: 20% !important; } }
.facetwp-search-wrap {
  width: 100%;
  display: inherit; }
  .facetwp-search-wrap .facetwp-search {
    padding-right: 28px;
    font-size: 1.6rem;
    padding: 1rem 0 0 0;
    border: 1px solid white; }

.facetwp-btn::before {
  display: inline-block;
  content: '';
  width: 2rem !important;
  height: 2rem !important;
  background: url("../img/search-b.svg") no-repeat !important;
  background-size: 100% !important;
  background-size: 2rem 2rem !important;
  margin-top: 1rem; }

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: black !important; }

.fs-label {
  color: gray !important; }

.facetwp-type-fselect .fs-label {
  color: #000000 !important; }

.site-header {
  position: relative;
  width: 100%;
  transition: top 0.3s; }
  .site-header .site-branding {
    position: fixed; }
  .site-header .site-title {
    top: 2rem;
    left: 3rem;
    margin: 0 auto;
    max-width: 5rem;
    position: absolute;
    z-index: 30;
    width: 100%; }
    .site-header .site-title .logo {
      display: block;
      text-indent: -100000px;
      transition: 1s;
      height: 6rem;
      width: 6rem; }
  .site-header.active {
    position: absolute;
    z-index: 6;
    width: 100%;
    text-align: center;
    background: #ffffff; }
    .site-header.active .site-branding {
      background: #ffffff; }
  @media (min-width: 48rem) {
    .site-header {
      display: flex;
      flex-direction: row; }
      .site-header .site-branding {
        width: 10rem;
        position: relative; }
        .site-header .site-branding .site-title {
          top: 1.5rem;
          left: 2.5rem; }
      .site-header .menu-nav {
        width: calc(100vw - 12rem); } }
.home .entry-title {
  display: none; }

.home.page .entry-content {
  padding: 2rem 0;
  margin: 0; }
  .home.page .entry-content h2 {
    font-size: 40px;
    font-size: 4rem;
    font-family: "SI-Regular";
    margin: 4rem auto;
    display: block;
    padding: 0 2rem; }
  .home.page .entry-content p,
  .home.page .entry-content .wp-block-image {
    margin-left: 0; }

.entry-antetitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.15;
  text-transform: uppercase;
  display: block;
  font-family: "SI-Regular"; }

.entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "SI-Regular";
  font-weight: normal; }

.section-title {
  display: block;
  line-height: 1.2; }

.entry-tagline {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  max-width: 50%; }

.entry-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: bold;
  display: block; }

.entry-paragraph-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: bold;
  display: block;
  font-family: "SI-Semibold";
  margin-bottom: 2rem;
  margin-top: 2rem; }
  @media (min-width: 48rem) {
    .entry-paragraph-title {
      max-width: 70rem; } }
.entry-content p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 3rem 0;
  display: block;
  font-weight: "SI-Regular"; }
  .entry-content p strong {
    font-weight: normal; }

.entry-paragraph {
  margin: 0 auto;
  padding: 2rem; }
  .entry-paragraph p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: -2px 0 2rem 0;
    padding: 0;
    display: block; }
  .entry-paragraph.columns p {
    column-count: 2;
    column-gap: 4rem; }

.entry-text-image {
  background: #343434;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .entry-text-image .entry-text-image_image {
    width: 100%;
    min-height: 40rem; }
  .entry-text-image .entry-text-image_text {
    width: 100%;
    padding: 5rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #ffffff; }
    .entry-text-image .entry-text-image_text p {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.3;
      max-width: 50rem; }
    .entry-text-image .entry-text-image_text a {
      color: #ffffff;
      text-decoration: underline; }
      .entry-text-image .entry-text-image_text a:hover {
        text-decoration: none; }
  .entry-text-image.img-to-right .entry-text-image_image {
    order: 2; }
  .entry-text-image.img-to-right .entry-text-image_text {
    order: 1; }
  @media (min-width: 48rem) {
    .entry-text-image {
      flex-direction: row; }
      .entry-text-image .entry-text-image_image,
      .entry-text-image .entry-text-image_text {
        width: 50%; } }
.entry-featured {
  padding: 5rem 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.15;
  font-style: normal; }
  .entry-featured p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.15;
    font-style: normal;
    color: #8a6e4c;
    display: block;
    max-width: 40rem; }
    .entry-featured p em {
      font-style: normal; }
  .entry-featured.quote p {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 4rem; }
  .entry-featured.quote strong {
    text-align: right;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.1;
    color: #8e8e8d;
    margin: 1rem 0 0.5rem;
    max-width: 40rem; }
  .entry-featured.quote em {
    text-align: right;
    display: block;
    color: #8e8e8d;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.25;
    max-width: 40rem;
    font-style: normal;
    padding-left: 20rem; }

.entry-gallery {
  display: flex;
  flex-direction: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch; }
  .entry-gallery .entry-image {
    display: table-cell;
    margin: 0;
    width: 50%; }
    .entry-gallery .entry-image a {
      position: relative;
      display: table;
      width: 100%;
      height: 100%; }
      .entry-gallery .entry-image a .entry-caption {
        display: table;
        caption-side: bottom;
        padding: 1rem;
        margin: 1rem;
        opacity: 0;
        background: #ffffff; }
        .entry-gallery .entry-image a .entry-caption p {
          color: #000000; }
      .entry-gallery .entry-image a:hover {
        opacity: 0.95;
        cursor: zoom-in; }
        .entry-gallery .entry-image a:hover .entry-caption {
          opacity: 1; }
  @media (min-width: 48rem) {
    .entry-gallery .entry-image {
      width: 50%;
      max-width: inherit; } }
  @media (min-width: 76.8rem) {
    .entry-gallery .entry-image {
      width: 50%;
      max-width: inherit; } }
  @media (min-width: 48rem) {
    .entry-gallery.two-columns .entry-image {
      width: 50%;
      max-width: inherit; } }
  @media (min-width: 76.8rem) {
    .entry-gallery.two-columns .entry-image {
      width: 50%;
      max-width: inherit; } }
  @media (min-width: 48rem) {
    .entry-gallery.three-columns .entry-image {
      width: 33.33333333%;
      max-width: inherit; } }
  @media (min-width: 76.8rem) {
    .entry-gallery.three-columns .entry-image {
      width: 33.33333333%;
      max-width: inherit; } }
  @media (min-width: 48rem) {
    .entry-gallery.four-columns .entry-image {
      width: 25%;
      max-width: inherit; } }
  @media (min-width: 76.8rem) {
    .entry-gallery.four-columns .entry-image {
      width: 25%;
      max-width: inherit; } }
.entry-gr-items {
  width: 100%;
  padding: 3rem 0; }
  .entry-gr-items ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto; }
    .entry-gr-items ul li {
      text-align: center; }
      .entry-gr-items ul li p {
        font-size: 14px;
        font-size: 1.4rem;
        color: #e5eaea;
        font-family: 'ASM'; }

.entry-txt-items {
  padding: 2rem 0;
  width: 100%;
  max-width: 56rem;
  text-align: center; }
  .entry-txt-items .section-title {
    font-size: 20px;
    font-size: 2rem;
    font-family: "SI-Semibold";
    font-weight: bold;
    color: #000000 !important; }
  .entry-txt-items ul {
    display: flex;
    justify-content: center; }
    .entry-txt-items ul li {
      display: inline-block;
      text-align: center;
      font-size: 750%;
      margin: 3.5%;
      line-height: 1;
      max-width: 38%; }
      .entry-txt-items ul li .value-title {
        font-size: 20px;
        font-size: 2rem;
        display: block;
        margin-bottom: 2rem; }
      .entry-txt-items ul li .counter-positive {
        display: inline; }
      .entry-txt-items ul li .valor-item {
        font-size: 30px;
        font-size: 3rem; }
      .entry-txt-items ul li p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.25;
        display: block;
        margin: 1rem 0; }

.entry-list {
  padding: 0;
  margin: 3rem 1rem 0 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2; }
  .entry-list li {
    list-style: none;
    padding: 0;
    margin: 1rem 1rem 1rem 2rem;
    padding-left: 1rem;
    line-height: 1.5;
    color: #4e4e4d; }
    .entry-list li:before {
      margin: 0 1rem 0 -2rem;
      content: ' ';
      background: url("../img/blue-bullet.svg") center no-repeat;
      background-size: 100% 100%;
      width: 0.75rem;
      height: 0.75rem;
      text-align: left;
      display: inline-block; }
    .entry-list li strong {
      font-family: "SI-Regular"; }
  .entry-list.ordered {
    margin: 5rem 0;
    counter-reset: item; }
    .entry-list.ordered li {
      margin-left: -1rem;
      counter-increment: item;
      display: table; }
      .entry-list.ordered li:before {
        padding-right: 1.5rem;
        vertical-align: top;
        content: counter(item);
        font-size: 25px;
        font-size: 2.5rem;
        color: #8a6e4c;
        text-align: left;
        display: table-cell; }
      @media (min-width: 48rem) {
        .entry-list.ordered li {
          margin-left: -3.5rem; } }
  @media (min-width: 76.8rem) {
    .entry-list {
      margin: 9rem 0 0 0; } }
.page .alignwide {
  width: 100%;
  margin: 0; }

.page .entry-header .entry-title {
  padding: 3rem 0 0 0;
  max-width: 75rem; }

.page .entry-content {
  padding: 9rem 2rem 4rem; }
  .page .entry-content .entry-header .entry-title {
    padding: 3rem 0 0;
    max-width: 75rem;
    margin-bottom: 1.5rem;
    line-height: 1.25; }
  .page .entry-content h2 {
    font-family: "SI-Semibold";
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    display: block;
    margin-bottom: 2rem; }
  .page .entry-content p,
  .page .entry-content .wp-block-image {
    max-width: 75rem; }
  .page .entry-content.premis {
    display: flex;
    flex-direction: column; }
    .page .entry-content.premis .submenu {
      order: 1; }
    .page .entry-content.premis .text-content {
      min-width: 30rem;
      order: 3; }
    .page .entry-content.premis .entry-image {
      padding-top: 3rem;
      min-width: 30rem;
      order: 2; }
    .page .entry-content.premis .text-content .wp-block-button {
      margin: 2rem; }
      .page .entry-content.premis .text-content .wp-block-button a {
        line-height: 1;
        text-decoration: none;
        font-family: "SI-Semibold"; }
    .page .entry-content.premis .text-content #wpuf-login-form {
      margin-left: -1rem; }
    @media (min-width: 48rem) {
      .page .entry-content.premis .text-content {
        order: 2; }
      .page .entry-content.premis .entry-image {
        padding-top: 0;
        order: 3; } }
  .page .entry-content .registre-login {
    display: flex;
    flex-direction: column; }
    .page .entry-content .registre-login .nou-registre {
      border-bottom: 1px solid #000000;
      padding-bottom: 4rem;
      margin-bottom: 4rem; }
  @media (min-width: 48rem) {
    .page .entry-content {
      padding: 2rem 0 4rem; }
      .page .entry-content.premis {
        margin: 4rem 0 0 2rem;
        display: flex;
        flex-direction: row; }
        .page .entry-content.premis .entry-title {
          padding: 0; }
        .page .entry-content.premis .submenu {
          width: 25%;
          padding: 0;
          min-width: 18rem; }
        .page .entry-content.premis .text-content {
          margin-right: 10rem;
          padding-left: 6rem;
          width: 100%; }
          .page .entry-content.premis .text-content .wp-block-button {
            margin: 2rem 2rem 4rem 0; }
      .page .entry-content .registre-login {
        display: flex;
        flex-direction: row; }
        .page .entry-content .registre-login .nou-registre {
          width: 45rem;
          padding-right: 10rem;
          margin-right: 10rem;
          border-right: 1px solid #000000;
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; } }
  @media (min-width: 48rem) and (min-width: 48rem) {
    .page .entry-content .entry-image .button {
      position: fixed; } }
.delta .premis .submenu {
  padding: 2rem 0;
  border-top: 1px solid #856029;
  border-bottom: 1px solid #856029;
  padding-top: 2rem;
  margin-top: .5rem; }

.delta .premis .text-content a {
  color: #856029;
  text-decoration: underline; }
  .delta .premis .text-content a:hover {
    text-decoration: none; }

.delta .premis .text-content .wp-block-button {
  border: 1px solid #856029;
  background-color: #ffffff;
  text-decoration: none; }
  .delta .premis .text-content .wp-block-button a.wp-block-button__link {
    color: #856029;
    background-color: #ffffff; }
  .delta .premis .text-content .wp-block-button:hover {
    background-color: #856029; }
    .delta .premis .text-content .wp-block-button:hover a.wp-block-button__link {
      border-radius: 0;
      color: #ffffff;
      background-color: #856029; }

@media (min-width: 48rem) {
  .delta .premis .text-content {
    border-left: 1px solid #856029; }
  .delta .premis .submenu {
    margin-top: 0;
    padding: 0 0 0 1rem;
    border-top: 0 solid #856029;
    border-bottom: 0 solid #856029; } }

.delta .submenu .menu li {
  margin-bottom: 1rem;
  padding-right: 3rem; }
  .delta .submenu .menu li a {
    color: #856029;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2; }
  .delta .submenu .menu li.current-menu-item a {
    font-family: "SI-Semibold"; }

.delta .button {
  text-align: center;
  color: #856029;
  font-family: "SI-Semibold";
  border: 1px solid #856029;
  border-radius: 0;
  padding: .75rem 1.25rem .65rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  cursor: pointer;
  text-align: center;
  pointer: cursor; }
  .delta .button:hover {
    background-color: #856029;
    color: #ffffff; }

.medalles .premis .submenu {
  border-top: 1px solid #d54d37;
  border-bottom: 1px solid #d54d37;
  padding-top: 2rem;
  margin-top: .5rem; }

.medalles .premis .text-content a {
  color: #d54d37;
  text-decoration: underline; }
  .medalles .premis .text-content a:hover {
    text-decoration: none; }

@media (min-width: 48rem) {
  .medalles .premis .text-content {
    border-left: 1px solid #d54d37; }
  .medalles .premis .submenu {
    padding: 0 0 0 1rem;
    margin-top: 0;
    border-top: 0 solid #d54d37;
    border-bottom: 0 solid #d54d37; } }

.medalles .submenu .menu li {
  margin-bottom: 1rem;
  padding-right: 3rem; }
  .medalles .submenu .menu li a {
    color: #d54d37;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2; }
  .medalles .submenu .menu li.current-menu-item a {
    font-family: "SI-Semibold"; }

.medalles .button {
  text-align: center;
  color: #d54d37;
  font-family: "SI-Semibold";
  border: 1px solid #d54d37;
  border-radius: 0;
  padding: .75rem 1.25rem .65rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  cursor: pointer;
  text-align: center;
  pointer: cursor; }
  .medalles .button:hover {
    background-color: #d54d37;
    color: #ffffff; }

.cultura .premis .submenu {
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
  padding-top: 2rem;
  margin-top: .5rem; }

.cultura .premis .text-content a {
  color: #787878;
  text-decoration: underline; }
  .cultura .premis .text-content a:hover {
    text-decoration: none; }

@media (min-width: 48rem) {
  .cultura .premis .text-content {
    border-left: 1px solid #787878; }
  .cultura .premis .submenu {
    padding: 0 0 0 1rem;
    margin-top: 0;
    border-top: 0 solid #787878;
    border-bottom: 0 solid #787878; } }

.cultura .submenu .menu li {
  margin-bottom: 1rem;
  padding-right: 3rem; }
  .cultura .submenu .menu li a {
    color: #787878;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2; }
  .cultura .submenu .menu li.current-menu-item a {
    font-family: "SI-Semibold"; }

.cultura .button {
  text-align: center;
  color: #787878;
  font-family: "SI-Semibold";
  border: 1px solid #787878;
  border-radius: 0;
  padding: .75rem 1.25rem .65rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  cursor: pointer;
  text-align: center;
  pointer: cursor; }
  .cultura .button:hover {
    background-color: #787878;
    color: #ffffff; }

ul.wpuf-form li {
  padding: 0 !important; }
  ul.wpuf-form li .wpuf-fields {
    min-height: 4rem; }

.about .menu {
  margin-bottom: 2rem; }
  .about .menu a {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.01rem; }

.about .section-content {
  background: #ffffff; }
  .about .section-content p {
    display: block;
    margin: 1rem;
    font-size: 16px;
    font-size: 1.6rem; }
  .about .section-content .entry-header {
    opacity: 1;
    top: 1rem;
    left: 1rem; }
    .about .section-content .entry-header .entry-content {
      color: #ffffff;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5; }

.contact-form {
  text-align: center;
  margin: 0 auto 1rem;
  padding: 0 1rem; }
  .contact-form .section-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    text-align: left;
    margin: 1rem auto;
    font-family: "SI-Regular";
    font-weight: 700;
    color: #8e8e8d;
    text-transform: none; }
  .contact-form .wpcf7-form-control {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    width: 100%;
    margin: 1rem 0 0.5rem 0;
    line-height: 2;
    border-radius: 0.25rem;
    background: transparent;
    border: 1px solid #8e8e8d;
    padding-left: 1rem; }
    .contact-form .wpcf7-form-control::placeholder {
      color: #8e8e8d;
      opacity: 1; }
    .contact-form .wpcf7-form-control:-ms-input-placeholder {
      color: #8e8e8d; }
    .contact-form .wpcf7-form-control::-ms-input-placeholder {
      color: #8e8e8d; }
    .contact-form .wpcf7-form-control.wpcf7-textarea {
      height: 30rem;
      font-family: "SI-Regular";
      padding-left: 1rem; }
  .contact-form .wpcf7-submit {
    line-height: 2.5;
    max-width: 20rem;
    padding: 0;
    margin-top: 2rem;
    background: transparent;
    border: none;
    text-transform: uppercase;
    border-radius: 1rem;
    background: #0a1a9c;
    color: #000000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
    .contact-form .wpcf7-submit:hover {
      background-color: #8a6e4c;
      color: #ffffff;
      cursor: pointer; }
  .contact-form .wpcf7-response-output,
  .contact-form .wpcf7-validation-errors,
  .contact-form .wpcf7-acceptance-missing {
    border: 0;
    background: #ff0a35;
    color: white;
    line-height: 2;
    padding-top: 0.5rem; }
  @media (min-width: 48rem) {
    .contact-form {
      padding: 0; }
      .contact-form .section-title {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.2; } }
.cf7sr-g-recaptcha {
  margin: 0 auto -2rem;
  text-align: center;
  max-width: 304px; }

.site-footer .content .presupuesto {
  padding: 1rem 4rem;
  margin: 5rem auto 0;
  float: left;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
  text-transform: uppercase;
  border-radius: 1rem;
  background: #0a1a9c;
  color: #000000 !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
  .site-footer .content .presupuesto:hover {
    background-color: #ffffff; }

.site-footer {
  background: #ffffff;
  padding: 0 1rem 1rem 1rem; }
  .site-footer .menu-premis-menu-container ul.menu li:first-child,
  .site-footer .menu-premis-menu-eng-container ul.menu li:first-child,
  .site-footer .menu-premis-menu-esp-container ul.menu li:first-child {
    display: block; }
  .site-footer .content {
    padding: 2rem 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .site-footer .content #site-logo .img-responsive {
      max-width: 10rem;
      margin-left: -1rem;
      margin-bottom: -1rem;
      margin: 0 2rem; }
    .site-footer .content .entry {
      width: 50%;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.75;
      padding: 0;
      margin-bottom: 2rem; }
      .site-footer .content .entry:last-child {
        padding-right: 0; }
      .site-footer .content .entry a {
        color: #000000;
        text-decoration: none; }
        .site-footer .content .entry a:hover {
          text-decoration: underline; }
      .site-footer .content .entry.coorp {
        width: 100%;
        border-top: 1px solid #000000;
        padding-top: 2rem; }
        .site-footer .content .entry.coorp .logo-coorp,
        .site-footer .content .entry.coorp .site-direction {
          width: 50%; }
          .site-footer .content .entry.coorp .logo-coorp .img-responsive,
          .site-footer .content .entry.coorp .site-direction .img-responsive {
            margin: 0 !important; }
          .site-footer .content .entry.coorp .logo-coorp a,
          .site-footer .content .entry.coorp .site-direction a {
            display: block; }
    .site-footer .content .menu {
      display: inline-block;
      width: 100%; }
      .site-footer .content .menu .ico-search {
        display: none; }
      .site-footer .content .menu .wpml-ls-item > a {
        color: #000000; }
      .site-footer .content .menu li a {
        color: #000000;
        text-decoration: none;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.25; }
        .site-footer .content .menu li a:hover {
          text-decoration: none;
          font-family: "SI-Semibold"; }
      .site-footer .content .menu .sub-menu {
        float: left; }
        .site-footer .content .menu .sub-menu li {
          display: inline-block;
          margin: 0;
          padding: 0; }
          .site-footer .content .menu .sub-menu li a {
            color: #000000;
            text-decoration: none; }
            .site-footer .content .menu .sub-menu li a:hover {
              text-decoration: underline; }
    @media (min-width: 48rem) {
      .site-footer .content {
        flex-direction: row; }
        .site-footer .content .entry {
          width: 15%;
          padding: 0 5rem 0 0; }
          .site-footer .content .entry:last-child {
            width: 55%;
            padding: 0 0 0 0; }
          .site-footer .content .entry.coorp {
            width: 55%;
            border-top: 0px solid #000000;
            padding-top: 0; }
            .site-footer .content .entry.coorp .logo-coorp {
              width: 20%; }
              .site-footer .content .entry.coorp .logo-coorp a {
                display: block; }
            .site-footer .content .entry.coorp .site-direction {
              width: 30%; } }
  @media (min-width: 48rem) {
    .site-footer {
      padding: 0; } }
.social-icons {
  margin-top: 1rem; }
  .social-icons li {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    margin-right: 0.5rem; }
    .social-icons li img {
      width: 100%;
      height: auto; }

.coorp {
  min-width: 32rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .coorp .logo-corp a {
    display: block;
    margin-bottom: 1rem;
    max-width: 10rem; }
  .coorp .logo-corp img {
    width: 100%;
    height: auto; }
  .coorp .site-direction {
    text-align: left;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.35; }

.menu-legal-social-menu-container ul.menu li.ico,
.menu-legal-social-menu-esp-container ul.menu li.ico,
.menu-legal-social-menu-eng-container ul.menu li.ico {
  display: inline-block;
  text-indent: -350rem;
  width: 3rem;
  height: 3rem;
  margin: 1rem 0.75rem 0 0; }
  .menu-legal-social-menu-container ul.menu li.ico a,
  .menu-legal-social-menu-esp-container ul.menu li.ico a,
  .menu-legal-social-menu-eng-container ul.menu li.ico a {
    display: block;
    height: 3rem; }

.menu-legal-social-menu-container ul.menu li.instagram,
.menu-legal-social-menu-esp-container ul.menu li.instagram,
.menu-legal-social-menu-eng-container ul.menu li.instagram {
  background: url("../img/ico-instagram.svg") center no-repeat;
  background-size: 100%; }

.menu-legal-social-menu-container ul.menu li.facebook,
.menu-legal-social-menu-esp-container ul.menu li.facebook,
.menu-legal-social-menu-eng-container ul.menu li.facebook {
  background: url("../img/ico-facebook.svg") center no-repeat;
  background-size: 100%; }

.menu-legal-social-menu-container ul.menu li.twitter,
.menu-legal-social-menu-esp-container ul.menu li.twitter,
.menu-legal-social-menu-eng-container ul.menu li.twitter {
  background: url("../img/ico-twitter.svg") center no-repeat;
  background-size: 100%; }

.search-header {
  display: flex;
  flex-direction: column; }
  .search-header .search-form {
    margin-top: 2rem;
    text-align: right; }
    .search-header .search-form #keyword {
      transition: 0.5s;
      width: 0;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2;
      border: none;
      margin-bottom: 2rem;
      text-align: right; }
      .search-header .search-form #keyword::-webkit-input-placeholder {
        color: #8e8e8d; }
      .search-header .search-form #keyword::placeholder {
        color: #8e8e8d; }
      .search-header .search-form #keyword:-ms-input-placeholder {
        color: #8e8e8d; }
      .search-header .search-form #keyword.active {
        width: 60%;
        padding-right: 1rem;
        border-bottom: 1px solid #8e8e8d; }
    .search-header .search-form .ico-lupa {
      background: url("../img/lupa.svg") right center no-repeat;
      background-size: 2rem 2rem;
      display: inline-block;
      width: 2rem; }
  @media (min-width: 48rem) {
    .search-header {
      flex-direction: row; }
      .search-header .entry-title {
        width: 25%; }
      .search-header .search-form {
        width: 75%; } }
#arxiu-list {
  transition: 0.5s;
  opacity: 1; }
  #arxiu-list.active-search {
    opacity: 0; }

#datafetch {
  transition: 0.5s;
  opacity: 0; }
  #datafetch.active-search {
    opacity: 1; }

/* WP FACETWP */
.facewp-filtres {
  border-bottom: 1px solid #000;
  margin-bottom: 2rem !important; }

.facetwp-facet {
  margin-bottom: 0 !important; }

.facetwp-counter {
  display: none; }

.fs-label-wrap {
  border: 1px solid #fff !important; }
  .fs-label-wrap .fs-label {
    padding: 10px 22px 10px 0 !important;
    focus: none; }
  .fs-label-wrap .fs-arrow {
    width: 20px;
    height: 22px;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    border-top: 0px solid #333 !important;
    background: url("../img/flecha.svg") center bottom no-repeat !important;
    background-size: 100% 100%;
    right: -5px !important; }

.fs-wrap {
  background: gold;
  width: 100% !important; }
  .fs-wrap .fs-label-wrap {
    width: 100% !important; }
    .fs-wrap .fs-label-wrap .facetwp-type-fselect .fs-dropdown {
      width: 100% !important;
      margin: 0 !important; }
    .fs-wrap .fs-label-wrap .dropdown {
      margin: 0 !important;
      width: 91% !important; }

.fs-dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  max-width: 91% !important;
  margin-top: 0;
  z-index: 1000; }
  @media (min-width: 48rem) {
    .fs-dropdown {
      max-width: 20% !important; } }
.facetwp-search-wrap {
  width: 100%;
  display: inherit; }
  .facetwp-search-wrap .facetwp-search {
    padding-right: 28px;
    font-size: 1.6rem;
    padding: 1rem 0 0 0;
    border: 1px solid white; }

.facetwp-btn::before {
  display: inline-block;
  content: '';
  width: 2rem !important;
  height: 2rem !important;
  background: url("../img/search-b.svg") no-repeat !important;
  background-size: 100% !important;
  background-size: 2rem 2rem !important;
  margin-top: 1rem; }

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: black !important; }

.fs-label {
  color: gray !important; }

.facetwp-type-fselect .fs-label {
  color: #000000 !important; }

.develop {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2; }
  .develop .column {
    padding: 0 2rem; }
    .develop .column .antetitol {
      font-size: 10px;
      font-size: 1rem;
      font-family: 'monaco';
      color: grey;
      display: block;
      line-height: 1;
      margin: 0.1rem 0 1.5rem 0; }
  .develop main {
    max-width: 160rem;
    padding: 2rem 0; }
  .develop nav {
    background: black;
    color: white;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.05rem;
    font-family: 'monaco'; }
    .develop nav a {
      color: white;
      text-decoration: underline;
      font-weight: normal;
      font-family: 'monaco';
      font-size: 16px;
      font-size: 1.6rem; }
      .develop nav a:hover {
        text-decoration: none; }
    .develop nav .column {
      padding: 1rem 2rem; }

#baseline-grid {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

#baseline-grid.show-grid {
  background-image: linear-gradient(to bottom, magenta 0, rgba(255, 255, 255, 0) 1px);
  background-repeat: repeat-y;
  background-size: 100% 1rem;
  background-color: transparent; }

#showgrid {
  border: 1px solid black;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 3px;
  margin: 0 1rem 0 3rem; }

#viewportsize {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  min-height: 40px;
  z-index: 99999;
  padding: 2rem;
  letter-spacing: 0.1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: black;
  border-top: 1px solid black;
  padding: 1rem;
  text-align: right;
  background: silver; }
  #viewportsize:after {
    content: '--';
    color: black;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    font-weight: bold; }
  @media xs {
    #viewportsize {
      background: gold;
      font-size: 16px;
      font-size: 1.6rem;
      display: inline-block; }
      #viewportsize:after {
        content: 'xs';
        color: black;
        position: absolute;
        left: 10px;
        top: 10px;
        display: block;
        font-weight: bold; } }
  @media (min-width: 48rem) {
    #viewportsize {
      background: orange; }
      #viewportsize:after {
        content: 'sm';
        color: black;
        position: absolute;
        left: 10px;
        top: 10px;
        display: block;
        font-weight: bold; } }
  @media (min-width: 76.8rem) {
    #viewportsize {
      background: red; }
      #viewportsize:after {
        content: 'md';
        color: black;
        position: absolute;
        left: 10px;
        top: 10px;
        display: block;
        font-weight: bold; } }
  @media (min-width: 102.4rem) {
    #viewportsize {
      background: lime; }
      #viewportsize:after {
        content: 'lg';
        color: black;
        position: absolute;
        left: 10px;
        top: 10px;
        display: block;
        font-weight: bold; } }
  @media xlg {
    #viewportsize {
      background: aqua; }
      #viewportsize:after {
        content: 'xlg';
        color: black;
        position: absolute;
        left: 10px;
        top: 10px;
        display: block;
        font-weight: bold; } }
.wpuf-dashboard-navigation .wpuf-menu-item.submit-post {
  display: none !important; }

.dashboard p a {
  text-decoration: underline;
  color: #343434; }
  .dashboard p a:hover {
    text-decoration: none; }

.wpuf-form button[type="submit"],
.wpuf-form input[type="submit"] {
  max-width: 20rem;
  text-transform: uppercase;
  border: 1px solid #000000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1rem 2rem;
  color: #343434;
  cursor: pointer; }
  .wpuf-form button[type="submit"]:hover,
  .wpuf-form input[type="submit"]:hover {
    border: 1px solid #343434;
    background-color: #343434;
    color: #ffffff; }

.wpuf-form textarea {
  width: 31rem;
  height: 20rem;
  border: 1px solid #000000; }

.wpuf-dashboard-container {
  padding: 0 1rem;
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  width: 100% !important; }
  .wpuf-dashboard-container .wpuf-dashboard-navigation {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 100%;
    float: none; }
    .wpuf-dashboard-container .wpuf-dashboard-navigation ul {
      padding: 1rem 0 !important; }
      .wpuf-dashboard-container .wpuf-dashboard-navigation ul li {
        display: block !important;
        margin: 0 1rem !important;
        display: block !important;
        line-height: 2; }
        .wpuf-dashboard-container .wpuf-dashboard-navigation ul li a {
          color: #000000 !important; }
          .wpuf-dashboard-container .wpuf-dashboard-navigation ul li a:hover {
            text-decoration: underline !important; }
  @media (min-width: 48rem) {
    .wpuf-dashboard-container {
      flex-direction: row !important; }
      .wpuf-dashboard-container .wpuf-dashboard-navigation {
        width: 20rem !important;
        float: none !important;
        border-top: 0 solid #000000;
        border-bottom: 0 solid #000000;
        border-right: 1px solid #000000; }
      .wpuf-dashboard-container .wpuf-dashboard-content {
        padding-left: 6rem; } }
/* MENSAJES */
.wpuf-message {
  background: #ffffff !important;
  border: 1px solid #8e8e8d !important;
  color: #8e8e8d !important;
  margin: 1rem 0 2rem 0 !important;
  padding: 1.5rem !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

/* LOGIN */
.login {
  padding: 1rem;
  margin: 0 auto;
  max-width: 30rem; }
  .login .input {
    width: 100%;
    border: 1px solid #8e8e8d;
    line-height: 1.25;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1rem 0.5rem; }
  .login p {
    margin: 0 0 2rem 0; }
  .login #wp-submit {
    border: 1px solid #000000;
    line-height: 1.25;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    background-color: #ffffff;
    cursor: pointer; }
    .login #wp-submit:hover {
      color: #ffffff;
      background-color: #000000; }
  .login p.submit {
    text-align: right; }
  .login a {
    color: #000000;
    text-decoration: underline; }
    .login a:hover {
      text-decoration: none; }

/* FORMULARIS */
.hide-input {
  margin: 4rem 0 !important; }
  .hide-input .wpuf-label {
    width: 100% !important; }
    .hide-input .wpuf-label label {
      width: 100%;
      font-family: "SI-Semibold";
      letter-spacing: 0.05rem; }
  .hide-input .wpuf-fields {
    display: none; }

.wpuf-label {
  font-family: "SI-Regular" !important;
  font-weight: normal !important;
  padding-right: 2rem;
  line-height: 1.35; }

.wpuf-info {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  padding: 1rem !important;
  margin: 0 0 3rem 0 !important;
  font-size: 1.6rem !important; }

.wpuf-fields input {
  font-size: 1.3rem !important;
  padding: 1rem;
  margin: 0.5rem 0 !important; }

.wpuf-help {
  color: #666;
  margin: 0.4rem 0 1rem 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  font-family: sans-serif;
  display: block;
  line-height: 1.3 !important;
  padding-right: 30%; }

ul.wpuf-form li .wpuf-fields a.file-selector {
  display: inline;
  text-decoration: none;
  padding: 1rem;
  margin: 0;
  height: 3rem;
  text-shadow: none !important;
  line-height: 28px;
  border: 0px solid #ccc;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 #ffffff !important;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal !important;
  font-family: "SI-Regular"; }

.wpuf-submit-button,
fieldset.wpuf-multistep-fieldset .wpuf-multistep-next-btn,
.wpuf-multistep-prev-btn btn btn-primary {
  color: #ffffff;
  height: auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "SI-Semibold";
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  cursor: pointer; }

fieldset.wpuf-multistep-fieldset .wpuf-multistep-prev-btn {
  color: silver;
  height: auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "SI-Regular";
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  cursor: pointer;
  background: white;
  border: 1px solid silver; }

.wpuf-form-add .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li,
.wpuf-form-add .wpuf-form .wpuf-multistep-progressbar.ui-progressbar {
  background-color: #B7B7B7 !important; }

.wpuf-form .wpuf-multistep-progressbar.ui-progressbar .wpuf-progress-percentage {
  position: absolute;
  left: 42% !important;
  font-size: 12px;
  font-weight: normal !important;
  text-shadow: 0px 0px 0 #fff !important;
  top: 20%; }

.wpuf-error-msg {
  color: red !important;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic; }

.delta ul.wpuf-form li .wpuf-fields a.file-selector {
  color: #856029 !important;
  border: 1px solid #856029; }

.delta .wpuf-fields input {
  border: 1px solid #856029;
  color: #856029; }

.delta .wpuf-info {
  background-color: #ffffff !important;
  border: 1px solid #856029 !important; }

.delta .wpuf-submit-button,
.delta .wpuf-multistep-next-btn {
  color: #ffffff !important;
  background: #856029 !important;
  border: 1px solid #856029 !important; }
  .delta .wpuf-submit-button:hover,
  .delta .wpuf-multistep-next-btn:hover {
    color: #856029 !important;
    background: #ffffff !important; }

.delta textarea {
  width: 31rem;
  height: 20rem;
  border: 1px solid #856029 !important;
  color: #856029 !important; }

.medalles ul.wpuf-form li .wpuf-fields a.file-selector {
  color: #d54d37 !important;
  border: 1px solid #d54d37; }
  .medalles ul.wpuf-form li .wpuf-fields a.file-selector:hover {
    background: #d54d37 !important;
    color: #ffffff !important;
    border: 1px solid #d54d37 !important; }

.medalles .wpuf-fields input {
  border: 1px solid #d54d37;
  color: #d54d37; }

.medalles .wpuf-info {
  background-color: #ffffff !important;
  border: 1px solid #d54d37 !important; }

.medalles .wpuf-submit-button {
  color: #ffffff !important;
  background: #d54d37 !important;
  border: 1px solid #d54d37 !important; }
  .medalles .wpuf-submit-button:hover {
    color: #d54d37 !important;
    background: #ffffff !important; }

.medalles textarea {
  width: 31rem;
  height: 20rem;
  border: 1px solid #d54d37 !important;
  color: #d54d37 !important; }

.cultura ul.wpuf-form li .wpuf-fields a.file-selector {
  color: #787878 !important;
  border: 1px solid #787878; }
  .cultura ul.wpuf-form li .wpuf-fields a.file-selector:hover {
    background: #787878 !important;
    color: #ffffff !important;
    border: 1px solid #787878 !important; }

.cultura .wpuf-fields input {
  border: 1px solid #787878;
  color: #787878; }

.cultura .wpuf-info {
  background-color: #787878 !important;
  border: 1px solid #787878 !important; }

.cultura .wpuf-submit-button {
  color: #ffffff !important;
  background: #787878 !important;
  border: 1px solid #787878 !important; }
  .cultura .wpuf-submit-button:hover {
    color: #787878 !important;
    background: #ffffff !important; }

.cultura textarea {
  width: 31rem;
  height: 20rem;
  border: 1px solid #787878 !important;
  color: #787878 !important; }

ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap {
  margin: 10px 0;
  display: none; }

.develop {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2; }
  .develop .column {
    padding: 0 2rem; }
    .develop .column .antetitol {
      font-size: 10px;
      font-size: 1rem;
      font-family: 'monaco';
      color: grey;
      display: block;
      line-height: 1;
      margin: 0.1rem 0 1.5rem 0; }
  .develop main {
    max-width: 160rem;
    padding: 2rem 0; }
  .develop nav {
    background: black;
    color: white;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.05rem;
    font-family: 'monaco'; }
    .develop nav a {
      color: white;
      text-decoration: underline;
      font-weight: normal;
      font-family: 'monaco';
      font-size: 16px;
      font-size: 1.6rem; }
      .develop nav a:hover {
        text-decoration: none; }
    .develop nav .column {
      padding: 1rem 2rem; }

#baseline-grid {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

#baseline-grid.show-grid {
  background-image: linear-gradient(to bottom, magenta 0, rgba(255, 255, 255, 0) 1px);
  background-repeat: repeat-y;
  background-size: 100% 1rem;
  background-color: transparent; }

#showgrid {
  border: 1px solid black;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 3px;
  margin: 0 1rem 0 3rem; }

#viewportsize {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  min-height: 40px;
  z-index: 99999;
  padding: 2rem;
  letter-spacing: 0.1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: black;
  border-top: 1px solid black;
  padding: 1rem;
  text-align: right;
  background: silver; }
  #viewportsize:after {
    content: '--';
    color: black;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    font-weight: bold; }
  @media xs {
    #viewportsize {
      background: gold;
      font-size: 16px;
      font-size: 1.6rem;
      display: inline-block; }
      #viewportsize:after {
        content: 'xs';
        color: black;
        position: absolute;
        left: 10px;
        top: 10px;
        display: block;
        font-weight: bold; } }
  @media (min-width: 48rem) {
    #viewportsize {
      background: orange; }
      #viewportsize:after {
        content: 'sm';
        color: black;
        position: absolute;
        left: 10px;
        top: 10px;
        display: block;
        font-weight: bold; } }
  @media (min-width: 76.8rem) {
    #viewportsize {
      background: red; }
      #viewportsize:after {
        content: 'md';
        color: black;
        position: absolute;
        left: 10px;
        top: 10px;
        display: block;
        font-weight: bold; } }
  @media (min-width: 102.4rem) {
    #viewportsize {
      background: lime; }
      #viewportsize:after {
        content: 'lg';
        color: black;
        position: absolute;
        left: 10px;
        top: 10px;
        display: block;
        font-weight: bold; } }
  @media xlg {
    #viewportsize {
      background: aqua; }
      #viewportsize:after {
        content: 'xlg';
        color: black;
        position: absolute;
        left: 10px;
        top: 10px;
        display: block;
        font-weight: bold; } }

/* CUSTOM CSS */
@font-face {
  font-family: "HelveticaNowProTextRegular";
  src: url('../fonts/HelveticaNowProTextRegular/font.woff2') format('woff2'), url('../fonts/HelveticaNowProTextRegular/font.woff') format('woff');
  
}
@font-face {
  font-family: "HelveticaNowProTextBold";
  src: url('../fonts/HelveticaNowProTextBold/font.woff2') format('woff2'), url('../fonts/HelveticaNowProTextBold/font.woff') format('woff');
}
body * {
  color: #000 !important;
  border-color: #000 !important;
  font-family: "HelveticaNowProTextBold" !important;
}
body .wp-block-button:hover a.wp-block-button__link {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}
body .wp-block-button:hover a.wp-block-button__link * {
  color: #fff !important;
}
.site-footer .content #site-logo .img-responsive {
  filter: grayscale(1);
}
.site-header .logo {
    background: url('../img/logo-delta.svg') top left no-repeat !important;
    background-size: 100% 100% !important;
    width: 6rem !important;
    height: 6.8rem !important;
    top: -15px;
    position: relative;
}
.menu-nav ul.menu li a, .menu-nav .menu-main-menu-container ul.menu li a, .menu-nav .menu-main-menu-eng-container ul.menu li a, .menu-nav .menu-main-menu-esp-container ul.menu li a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
}
.menu-nav ul.menu li a, .submenu .menu li a, .site-footer .content .menu li a {
  border-bottom: 1px solid transparent !important;
  transition: all 0.25s ease-out; 
}
.menu-nav ul.menu li.current-menu-item a, .menu-nav ul.menu li a:hover, .menu-nav ul.menu li.current-page-ancestor a,
.submenu .menu li.current-menu-item a, .submenu .menu li a:hover,
.site-footer .content .menu li.current-menu-item a, .site-footer .content .menu li a:hover {
    border-bottom: 1px solid #000 !important;
}
.delta .button:hover, 
.medalles .button:hover,
.cultura .button:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
.delta,
li.delta a,
strong.delta {
  color:#000 !important;
}
.medalles,
li.medalles a,
strong.medalles {
  color:#000 !important;
}
.cultura,
li.cultura a,
strong.cultura {
  color:#000 !important;
}
.entry-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 3rem 0;
  width: auto;
  border-bottom: 1px solid #000;
}
.entry-content p strong {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  width: auto;
  border-bottom: 1px solid #000;
}
.entry-content p a strong {
  border-bottom: 1px solid transparent !important; 
}
.entry-content ul {
  margin: 0 0 3rem 0;
  max-width: 75rem;
} 
.entry-content li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 2rem 0;
  display: block;
}
.entry-content .wp-block-separator {
  opacity: 0 !important;
}
.facetwp-search-wrap .facetwp-search {
    padding-right: 28px;
    font-size: 1.6rem;
    padding: 1rem 0 0 0;
    border: 1px solid white;
    padding: 11px 9px 9px 9px;
    margin-bottom: 13px;
    width: auto;
    float: right;
}
.facetwp-search-wrap .facetwp-btn {
  top: 0;
  right: 12px;
}
@media (max-width: 767px) {
  .site-header .logo {
      width: 3rem !important;
      height: 9rem !important;
      top: -24px;
  }
}
/*# sourceMappingURL=estils.css.map */