@charset "UTF-8";
/*! 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; }

/* 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%; }

/**
 * 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 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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; }

header[role="banner"] {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.titulo-principal {
  display: block; }
  .titulo-principal:not(.titulo-principal--superior) {
    display: none; }
  .titulo-principal > a:hover {
    opacity: 1; }
  .titulo-principal.titulo-principal--superior {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin-bottom: 0; }
    .titulo-principal.titulo-principal--superior img {
      width: 100px;
      width: 25vw; }
      @media only screen and (min-width: 608px) {
        .titulo-principal.titulo-principal--superior img {
          width: 144px; } }
  @media only screen and (min-width: 50em) {
    .titulo-principal {
      display: none;
      text-align: center;
      margin: -2rem 0 0;
      padding-bottom: 1rem;
      border-bottom: 1px solid #d6d5d5; }
      .titulo-principal:not(.titulo-principal--superior) {
        display: block; }
      .titulo-principal img {
        width: 100px;
        width: 25vw; } }
  .titulo-principal a {
    display: inline-block;
    background: #f5f5f5;
    padding: 0 3rem; }
  @media only screen and (min-width: 50em) {
    .titulo-principal {
      margin: 1rem 0 -25px;
      border-bottom: 0;
      padding-bottom: 0; }
      .titulo-principal img {
        width: 181px; }
      .titulo-principal a {
        position: relative;
        top: -36px; } }

@media only screen and (min-width: 40em) {
  .cabecera-superior {
    border-bottom: 1px solid #d6d5d5; } }

.cabecera-superior__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1rem; }

.social {
  text-align: center;
  float: left; }
  @media only screen and (max-width: 50em) {
    .social {
      display: none; } }

.social__enlace {
  display: inline-block;
  font-size: 1.4rem;
  color: #c2c2c2;
  margin-right: 1.75em; }
  .social__enlace:last-child {
    margin-right: 0; }

form[role="search"] {
  text-align: right;
  position: relative; }
  @media only screen and (min-width: 50em) {
    form[role="search"] {
      margin-left: auto; } }

a[href="#buscador"], .search__boton {
  border: 0;
  display: inline-block;
  font-size: 1.5rem;
  color: #a89267;
  padding: 0;
  line-height: 1; }

#buscador {
  position: absolute;
  right: -10px;
  top: 0;
  white-space: nowrap;
  display: none; }
  #buscador:target, #buscador.is-activo {
    display: block; }

input[name="s"] {
  width: 20vw;
  max-width: 120px;
  border: 1px solid rgba(168, 146, 103, 0.3);
  margin-right: .5rem;
  line-height: 21px;
  padding: 0 2.5rem 0 1rem;
  position: relative;
  top: -3px; }

.search__boton {
  background: transparent;
  position: absolute;
  right: 10px;
  line-height: 1; }

#menu-principal, .sub-menu {
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
  list-style: none;
  text-transform: uppercase;
  line-height: 2; }
  .old-ie #menu-principal, .old-ie .sub-menu {
    margin-top: 1rem; }
  #menu-principal > .menu-item, .sub-menu > .menu-item {
    position: relative; }
    #menu-principal > .menu-item > a, .sub-menu > .menu-item > a {
      color: #858585;
      text-decoration: none; }
    #menu-principal > .menu-item[class*="current"] > a, .sub-menu > .menu-item[class*="current"] > a,
    #menu-principal > .menu-item > a:hover,
    .sub-menu > .menu-item > a:hover {
      color: #a89267; }
    @media only screen and (min-width: 50em) {
      #menu-principal > .menu-item[class*="current"] > a, .sub-menu > .menu-item[class*="current"] > a,
      #menu-principal > .menu-item > a:hover,
      .sub-menu > .menu-item > a:hover {
        color: #858585; }
      #menu-principal > .menu-item > a:after, .sub-menu > .menu-item > a:after {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        bottom: -1rem;
        height: 0;
        background: #a89267;
        -webkit-transition: .3s height ease-in-out;
        -o-transition: .3s height ease-in-out;
        transition: .3s height ease-in-out; }
      #menu-principal > .menu-item[class*="current"] > a:after, .sub-menu > .menu-item[class*="current"] > a:after,
      #menu-principal > .menu-item > a:hover:after,
      .sub-menu > .menu-item > a:hover:after {
        height: 3px; } }

.mostrar-menu {
  max-width: 1024px;
  text-align: center; }

.mostrar-menu__enlace {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: url(/wp-content/themes/goya/img/hamburger.svg) top left no-repeat;
  background-size: 25px 25px;
  color: #a89267;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

#menu-principal {
  white-space: nowrap; }
  #menu-principal > .menu-item > a {
    font-size: 1.2rem; }
    @media only screen and (min-width: 19.2em) {
      #menu-principal > .menu-item > a {
        font-size: 1.3rem;
        font-size: 3.90625vw; } }
    @media only screen and (min-width: 22.4em) {
      #menu-principal > .menu-item > a {
        font-size: 1.4rem; } }
  @media only screen and (min-width: 50em) {
    #menu-principal {
      padding-bottom: 1rem;
      border-bottom: 1px solid #d6d5d5; } }

#menu-principal {
  display: none; }
  #menu-principal.is-activo, #menu-principal:target {
    display: block; }
    @media only screen and (max-width: 50em) {
      #menu-principal.is-activo, #menu-principal:target {
        position: fixed;
        background: rgba(255, 255, 255, 0.97);
        top: 4rem;
        left: 1rem;
        z-index: 1000001;
        text-align: left;
        padding: 1rem;
        -webkit-box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.1); } }

@media only screen and (min-width: 50em) {
  .mostrar-menu {
    display: none; }
  #menu-principal, .sub-menu {
    display: block !important;
    max-width: 1280px;
    margin: 0 auto; }
    #menu-principal > li, .sub-menu > li {
      display: inline-block;
      margin: 0 1rem; }
      #menu-principal > li:first-child, .sub-menu > li:first-child {
        margin-left: 0; }
      #menu-principal > li:last-child, .sub-menu > li:last-child {
        margin-right: 0; } }

.menu-secundario {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1rem 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center; }

.menu-secundario__introduccion {
  color: #a89267;
  margin: 1rem 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 1.2rem; }
  @media only screen and (min-width: 19.2em) {
    .menu-secundario__introduccion {
      font-size: 1.35rem;
      font-size: 3.90625vw; } }
  @media only screen and (min-width: 24em) {
    .menu-secundario__introduccion {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 50em) {
    .menu-secundario__introduccion {
      margin: 1rem 2rem; } }
  .menu-secundario__introduccion > strong {
    font-size: 2rem;
    line-height: 0; }
    @media only screen and (min-width: 32em) {
      .menu-secundario__introduccion > strong {
        font-size: 2.25rem;
        font-size: 3.90625vw; } }
    @media only screen and (min-width: 40em) {
      .menu-secundario__introduccion > strong {
        font-size: 2.5rem; } }

.sub-menu {
  margin: 1rem auto; }
  .sub-menu > .menu-item > a {
    font-size: 1rem; }
    @media only screen and (min-width: 16em) {
      .sub-menu > .menu-item > a {
        font-size: 1.1rem;
        font-size: 3.90625vw; } }
    @media only screen and (min-width: 19.2em) {
      .sub-menu > .menu-item > a {
        font-size: 1.2rem; } }
  .sub-menu > li {
    display: inline-block;
    margin: 0 1rem; }
    .sub-menu > li:first-child {
      margin-left: 0; }
    .sub-menu > li:last-child {
      margin-right: 0; }

.menu-secundario__menu {
  margin: 0 -1rem;
  border-top: 1px solid #d6d5d5; }
  @media only screen and (min-width: 50em) {
    .menu-secundario__menu {
      border-top: 0; } }

.pagina__header {
  background: #e8e6e2;
  padding: 1.5rem 0 3rem;
  margin-bottom: 2.5rem; }

.pagina__titulo {
  max-width: 1024px;
  padding: 0 1rem;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem; }
  @media only screen and (min-width: 48em) {
    .pagina__titulo {
      font-size: 4.7rem;
      font-size: 3.90625vw; } }
  @media only screen and (min-width: 102.4em) {
    .pagina__titulo {
      font-size: 6.4rem; } }

.pagina__subtitulo {
  max-width: 1024px;
  padding: 0 1rem;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #a89267; }
  @media only screen and (min-width: 30em) {
    .pagina__subtitulo {
      font-size: 2.9375rem;
      font-size: 3.90625vw; } }
  @media only screen and (min-width: 64em) {
    .pagina__subtitulo {
      font-size: 4rem; } }

.pagina__contenido {
  max-width: 1024px;
  padding: 0 1rem;
  margin: 0 auto 1rem;
  font-size: 1.5rem; }
  .pagina__contenido ol, .pagina__contenido ul {
    list-style-position: inside;
    margin: 0;
    padding: 0; }
  .pagina__contenido li {
    margin-bottom: 1em; }
  .pagina__contenido:after {
    content: '';
    display: table;
    clear: both; }

.pagina__foto > img {
  display: block;
  width: 100%;
  margin-bottom: 1rem; }

@media only screen and (min-width: 35em) {
  .pagina__foto {
    float: left;
    max-width: 50%;
    margin-right: 2rem;
    margin-top: .5rem;
    margin-bottom: .5rem; } }

footer[role="contentinfo"] {
  border-top: 1px solid #dfdcd5;
  padding-top: 3rem; }

.footer__widgets {
  max-width: 1024px;
  margin: 0 auto; }

.footer__widget {
  overflow: hidden;
  vertical-align: top; }
  @media only screen and (min-width: 26em) {
    .footer__widget {
      display: inline-block;
      width: 50%; } }
  @media only screen and (min-width: 40em) {
    .footer__widget {
      width: 33%; }
      .footer__widget:last-child {
        width: 100%; } }
  @media only screen and (min-width: 48em) {
    .footer__widget {
      width: 25%; }
      .footer__widget:last-child {
        width: 25%; } }
  .footer__widget > div {
    padding: 0 1rem;
    margin-bottom: 2rem; }
  .footer__widget > div:not(.logowidget):not(.socialwidget) {
    position: relative;
    padding-top: 1.5rem; }
    .footer__widget > div:not(.logowidget):not(.socialwidget):before {
      content: '';
      position: absolute;
      top: 0;
      left: 1rem;
      width: 27px;
      height: 3px;
      background: #a89267; }
  .footer__widget .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
    .footer__widget .menu li {
      margin-bottom: 1rem; }
    .footer__widget .menu a {
      color: #a89267;
      font-size: 1.2rem;
      line-height: 1.2; }
      @media only screen and (min-width: 19.2em) {
        .footer__widget .menu a {
          font-size: 1.3rem;
          font-size: 3.90625vw; } }
      @media only screen and (min-width: 22.4em) {
        .footer__widget .menu a {
          font-size: 1.4rem; } }

@font-face {
  font-family: 'Fonticons';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }

.icon {
  display: inline-block;
  font: normal normal normal 14px/1 'Fonticons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: '\f000'; }

.icon-twitter:before {
  content: '\f001'; }

.icon-pinterest:before {
  content: '\f002'; }

.icon-instagram:before {
  content: '\f003'; }

.icon-google-plus:before {
  content: '\f004'; }

.icon-youtube:before {
  content: '\f005'; }

.icon-search:before {
  content: '\f006'; }

.icon-tag:before {
  content: '\f007'; }

.lista-años {
  border-bottom: 1px solid #d6d5d5;
  -webkit-transition: .3s max-height ease-in-out;
  -o-transition: .3s max-height ease-in-out;
  transition: .3s max-height ease-in-out;
  max-height: 5rem;
  background: #f5f5f5;
  overflow: hidden; }
  .lista-años.is-oculta {
    max-height: 0;
    border-bottom: 0; }

.lista-años__inner {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1rem;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 20.8em) {
    .lista-años__inner {
      font-size: 1.45rem;
      font-size: 3.90625vw; } }
  @media only screen and (min-width: 25.6em) {
    .lista-años__inner {
      font-size: 1.6rem; } }
  .no-js .lista-años__inner {
    overflow: auto; }

.lista-años__siguiente,
.lista-años__anterior {
  position: absolute;
  top: 1rem;
  background: #f5f5f5;
  padding: 0 1rem;
  z-index: 1000;
  color: #858585; }

.lista-años__anterior {
  left: 0; }

.lista-años__siguiente {
  right: 0; }

.lista-años__lista {
  position: relative;
  -webkit-transition: .3s left ease-in-out;
  -o-transition: .3s left ease-in-out;
  transition: .3s left ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap; }

.lista-años__año {
  display: inline-block;
  padding: 0 2rem;
  padding: 0 2vw; }
  @media only screen and (min-width: 62.5em) {
    .lista-años__año {
      padding: 0 2rem; } }
  .lista-años__año > a {
    color: #858585; }
  .lista-años__año.is-activo > a {
    color: #a89267; }

.articulo__header {
  background: #e8e6e2;
  text-align: center; }

.articulo__header__inner {
  max-width: 1024px;
  margin: 0 auto 2rem;
  padding: 2rem 0;
  position: relative; }
  .articulo__header--con-fondo .articulo__header__inner {
    padding: 0 1rem 27.34%; }
    @media only screen and (orientation: portrait) {
      .articulo__header--con-fondo .articulo__header__inner {
        padding: 0 1rem 50%; } }
    @media only screen and (min-width: 80em) {
      .articulo__header--con-fondo .articulo__header__inner {
        padding-bottom: 350px; } }
  .articulo__header--con-fondo-peque .articulo__header__inner {
    padding-bottom: 21.25%; }
    @media only screen and (orientation: portrait) {
      .articulo__header--con-fondo-peque .articulo__header__inner {
        padding: 0 1rem 35%; } }
    @media only screen and (min-width: 80em) {
      .articulo__header--con-fondo-peque .articulo__header__inner {
        padding-bottom: 200px; } }

.articulo__header--con-fondo {
  background-position: center;
  background-size: cover;
  margin-bottom: 2rem;
  text-align: left; }
  .articulo__header--con-fondo + .articulo__header {
    margin-top: -2rem; }

.articulo__header__contenido > h1 {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: .3em; }
  @media only screen and (min-width: 35.2em) {
    .articulo__header__contenido > h1 {
      font-size: 2.95rem;
      font-size: 3.90625vw; } }
  @media only screen and (min-width: 59.2em) {
    .articulo__header__contenido > h1 {
      font-size: 3.7rem; } }

.articulo__header--con-fondo .articulo__header__contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem; }
  .articulo__header--con-fondo .articulo__header__contenido > h1 {
    color: #fff; }

.articulo__header__datos {
  font-size: 1rem; }
  @media only screen and (min-width: 16em) {
    .articulo__header__datos {
      font-size: 1.15rem;
      font-size: 3.90625vw; } }
  @media only screen and (min-width: 20.8em) {
    .articulo__header__datos {
      font-size: 1.3rem; } }
  .articulo__header--con-fondo .articulo__header__datos {
    padding-bottom: 1.5rem; }
  .articulo__header__datos:not(.articulo__header__datos--minusculas) {
    text-transform: uppercase; }

.articulo__header__fecha {
  color: #858585; }

.articulo__header__etiquetas > i {
  color: #a89267;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin: 0 1rem; }

.articulo__header__etiquetas > a {
  color: #a89267; }

@font-face {
  font-family: 'Gotham Book';
  src: url(/wp-content/themes/goya/fonts/gotham-book-webfont.eot);
  src: url(/wp-content/themes/goya/fonts/gotham-book-webfont.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/goya/fonts/gotham-book-webfont.woff2) format("woff2"), url(/wp-content/themes/goya/fonts/gotham-book-webfont.woff) format("woff"), url(/wp-content/themes/goya/fonts/gotham-book-webfont.ttf) format("truetype"), url(/wp-content/themes/goya/fonts/gotham-book-webfont.svg#gotham_bookregular) format("svg");
  font-weight: 400;
  font-style: normal; }

html {
  font: 62.5% Gotham Book, "Trebuchet MS", Helvetica, sans-serif;
  line-height: 1.4;
  background: #f5f5f5;
  color: #858585;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-y: scroll; }

body {
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

h1, h2, h3, h4, h5, h6, p, ol {
  cursor: default; }

img {
  max-width: 100%;
  height: auto; }

.skip {
  position: absolute;
  left: -9999em; }

a {
  text-decoration: none; }

a:hover,
a:focus {
  text-decoration: none;
  opacity: .8;
  cursor: pointer; }

h1 {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2;
  font-size: 2.4rem;
  margin-top: 0;
  color: #424242; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.6666rem; }
  h2 + h3 {
    margin-top: -1em; }

p {
  margin-bottom: 1rem; }
  p a {
    color: #a89267; }

.pagina__texto a {
  color: #a89267; }

.widget--sidebar {
  margin-bottom: 2rem; }
