@charset "UTF-8";
/*

  VARIABLES

*/
/*
Theme Name: Elvira Megias
Theme URI: https://www.loygorri.com/
Author: Gabriel García Loygorri
Author URI: https://wordpress.org
Description: Simpliest theme
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: SIMPLE

*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

hr {
  display: none;
}

:root, :root.light {
  --beige: rgba(250, 250, 250, 1.0);
  --beige_70: rgba(250, 250, 250, 0.7);
  --blanco: rgba(255, 255, 255, 1.0);
  --negro: rgba(0,0,0,1);
  --rojo: rgba(100, 0, 0, 1.0);
  --hueco: -4vh;
  --hueco_alt: -4.4vh;
  --zona-segura-ancho: 400px; /* ancho del área central libre */
  --fondo: var(--beige);
  --v_gap: 2vh;
  --h_gap: 2vw;
  --ancho_maximo: 1200px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --beige: rgba(5, 5, 5, 1.0);
    --beige_70: rgba(5, 5, 5, 0.7);
    --blanco: rgba(5, 5, 5, 1.0);
    --negro: rgba(255,255,255,1);
    --rojo: rgba(255, 255, 255, 1.0);
  }
  :root .kit .kit_1 img, :root .kit .kit_2 img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}
:root.dark {
  --beige: rgba(5, 5, 5, 1.0);
  --beige_70: rgba(5, 5, 5, 0.7);
  --blanco: rgba(5, 5, 5, 1.0);
  --negro: rgba(255,255,255,1);
  --rojo: rgba(255, 255, 255, 1.0);
}
:root.dark .kit .kit_1 img, :root.dark .kit .kit_2 img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 300;
  font-style: normal;
  background-color: var(--blanco);
  color: var(--negro);
}
@media only screen and (max-width: 550px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
  }
}

a {
  position: relative;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, strong {
  font-style: normal;
  padding-bottom: 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, strong:last-child {
  padding-bottom: 0px;
}

p, li, ul, ol {
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-bottom: 20px;
}

p:last-child, li:last-child {
  padding-bottom: 0px;
}

/*

	VARIABLES

*/
header.cabecera {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 550px) {
  header.cabecera {
    background-color: var(--beige);
  }
}
header.cabecera .quick {
  background-color: var(--rojo);
  color: var(--beige);
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 2rem;
  text-transform: uppercase;
  position: fixed;
  top: -100px;
  left: 10px;
  z-index: 5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
header.cabecera .quick:focus-visible {
  top: 10px;
  opacity: 1;
  outline-color: var(--rojo);
  outline-width: 3px;
  outline-style: dotted;
  outline-offset: 4px;
  background-color: var(--rojo);
  color: var(--beige);
  border-radius: 5px;
}
@media only screen and (max-width: 550px) {
  header.cabecera {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
header.cabecera h1, header.cabecera > a:not(.quick) {
  font-size: 5em;
  padding: 5px 10px;
  color: var(--negro);
  font-variation-settings: "slnt" 0, "wght" 200;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 550px) {
  header.cabecera h1, header.cabecera > a:not(.quick) {
    font-size: 2em;
    padding: 0px;
  }
}
header.cabecera h1 span, header.cabecera > a:not(.quick) span {
  font-variation-settings: "slnt" 0, "wght" 500;
  color: var(--rojo);
}
header.cabecera h1:focus-visible, header.cabecera > a:not(.quick):focus-visible {
  opacity: 1;
  outline-color: var(--rojo);
  outline-width: 3px;
  outline-style: dotted;
  outline-offset: 4px;
  background-color: var(--rojo);
  color: var(--beige);
  border-radius: 5px;
}
header.cabecera h1:focus-visible span, header.cabecera > a:not(.quick):focus-visible span {
  color: var(--beige);
}
header.cabecera h1 svg, header.cabecera > a:not(.quick) svg {
  width: 200px;
}
header.cabecera #icono_burguer {
  display: none;
  fill: var(--negro);
}
@media only screen and (max-width: 550px) {
  header.cabecera #icono_burguer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
  }
}
header.cabecera nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 20px;
  padding-right: 0px;
}
@media only screen and (max-width: 550px) {
  header.cabecera nav ul {
    padding: 0px;
  }
}
header.cabecera nav ul > li {
  padding: 10px 15px;
  padding-bottom: 0px;
  line-height: 3rem;
}
header.cabecera nav ul > li:last-child {
  padding-right: 0px;
}
header.cabecera nav ul > li.menu-item-button button, header.cabecera nav ul > li a {
  font-variation-settings: "slnt" 0, "wght" 300;
  color: var(--negro);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 5px 10px;
}
header.cabecera nav ul > li.menu-item-button button.btn, header.cabecera nav ul > li a.btn {
  all: unset; /* Limpia todos los estilos heredados del user-agent */
  display: inline; /* Lo deja comportarse como un enlace */
  cursor: pointer; /* Muestra el puntero como en los links */
  font-size: 1.8rem; /* Usa la tipografía del menú */
  color: var(--negro); /* Usa el color actual del texto */
  text-decoration: none; /* Opcional: si quieres mantener subrayado */
  font-variation-settings: "slnt" 0, "wght" 300;
  padding-left: 10px;
  padding-right: 10px;
}
header.cabecera nav ul > li.menu-item-button button:hover, header.cabecera nav ul > li a:hover {
  font-variation-settings: "slnt" 0, "wght" 600;
  color: var(--rojo);
}
header.cabecera nav ul > li.menu-item-button button:focus-visible, header.cabecera nav ul > li a:focus-visible {
  opacity: 1;
  outline-color: var(--rojo);
  outline-width: 3px;
  outline-style: dotted;
  outline-offset: 4px;
  background-color: var(--rojo);
  color: var(--beige);
  border-radius: 5px;
}
header.cabecera nav ul > li ul {
  display: none;
}
header.cabecera nav ul > li.current-menu-item a, header.cabecera nav ul > li.current-menu-parent a {
  font-variation-settings: "slnt" 0, "wght" 600;
  color: var(--rojo);
}
header.cabecera nav ul > li.current-menu-item a:focus-visible, header.cabecera nav ul > li.current-menu-parent a:focus-visible {
  color: var(--beige);
}

.tpl-page-home, .archive, .single, .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
  background-color: var(--fondo);
}
@media only screen and (max-width: 550px) {
  .tpl-page-home, .archive, .single, .page {
    min-height: inherit;
  }
}
.tpl-page-home.menu-activo header.cabecera nav, .archive.menu-activo header.cabecera nav, .single.menu-activo header.cabecera nav, .page.menu-activo header.cabecera nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tpl-page-home header.cabecera, .archive header.cabecera, .single header.cabecera, .page header.cabecera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100dvh;
  width: var(--zona-segura-ancho);
  text-align: center;
  position: fixed;
  top: 0px;
  left: calc(50% - var(--zona-segura-ancho) / 2);
  z-index: 2;
  padding-bottom: var(--v_gap);
  padding-top: var(--v_gap);
}
@media only screen and (max-width: 550px) {
  .tpl-page-home header.cabecera, .archive header.cabecera, .single header.cabecera, .page header.cabecera {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0px;
    width: 100%;
    padding: calc(var(--v_gap) / 2);
    min-height: inherit;
    position: sticky;
    top: 0px;
  }
}
.tpl-page-home header.cabecera nav, .archive header.cabecera nav, .single header.cabecera nav, .page header.cabecera nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.tpl-page-home header.cabecera nav:focus-visible, .archive header.cabecera nav:focus-visible, .single header.cabecera nav:focus-visible, .page header.cabecera nav:focus-visible {
  opacity: 1;
  outline-color: var(--rojo);
  outline-width: 3px;
  outline-style: dotted;
  outline-offset: 4px;
  background-color: var(--rojo);
  color: var(--beige);
  border-radius: 5px;
}
@media only screen and (max-width: 550px) {
  .tpl-page-home header.cabecera nav, .archive header.cabecera nav, .single header.cabecera nav, .page header.cabecera nav {
    display: none;
  }
}
.tpl-page-home header.cabecera nav ul, .archive header.cabecera nav ul, .single header.cabecera nav ul, .page header.cabecera nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 0px;
}
.tpl-page-home header.cabecera nav ul li, .archive header.cabecera nav ul li, .single header.cabecera nav ul li, .page header.cabecera nav ul li {
  padding: 0px;
}
.tpl-page-home header.cabecera nav ul li.espacio-arriba, .archive header.cabecera nav ul li.espacio-arriba, .single header.cabecera nav ul li.espacio-arriba, .page header.cabecera nav ul li.espacio-arriba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
@media only screen and (max-width: 550px) {
  .tpl-page-home header.cabecera nav ul li.espacio-arriba, .archive header.cabecera nav ul li.espacio-arriba, .single header.cabecera nav ul li.espacio-arriba, .page header.cabecera nav ul li.espacio-arriba {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}
.tpl-page-home header.cabecera nav ul li.espacio-abajo, .archive header.cabecera nav ul li.espacio-abajo, .single header.cabecera nav ul li.espacio-abajo, .page header.cabecera nav ul li.espacio-abajo {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media only screen and (max-width: 550px) {
  .tpl-page-home header.cabecera nav ul li.espacio-abajo, .archive header.cabecera nav ul li.espacio-abajo, .single header.cabecera nav ul li.espacio-abajo, .page header.cabecera nav ul li.espacio-abajo {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}
@media only screen and (max-width: 550px) {
  .menu-activo .menu-principal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 3;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100vh;
    background-color: var(--beige);
    color: white;
  }
  .menu-activo .menu-principal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-activo .menu-principal ul li.espacio-arriba {
    padding-top: calc(var(--v_gap) * 2);
  }
  .menu-activo .menu-principal ul li.espacio-abajo {
    padding-bottom: calc(var(--v_gap) * 2);
  }
  .menu-activo .menu-principal ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    color: var(--negro);
    width: 100%;
    text-align: center;
  }
  .menu-activo .menu-principal ul li ul {
    display: none;
  }
  .menu-activo .menu-principal ul li ul li a {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 551px) {
  .tpl-page-home {
    /* 📦 estilo base de los artículos */
    /* 🧭 colocación por esquinas */
    /* 🚫 asegurar que no invadan la zona central */
  }
  .tpl-page-home main {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
  }
  .tpl-page-home main .post-aleatorio {
    position: absolute;
    width: 100%;
    max-width: calc((100% - var(--zona-segura-ancho)) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tpl-page-home main .post-aleatorio a {
    display: block;
  }
  .tpl-page-home main .post-aleatorio a:focus-visible {
    opacity: 1;
    outline-color: var(--rojo);
    outline-width: 3px;
    outline-style: dotted;
    outline-offset: 4px;
    background-color: var(--rojo);
    color: var(--beige);
    border-radius: 5px;
  }
  .tpl-page-home main .post-aleatorio a:focus-visible span {
    opacity: 1;
    outline-color: var(--rojo);
    outline-width: 3px;
    outline-style: dotted;
    outline-offset: 4px;
    background-color: var(--rojo);
    color: var(--beige);
    border-radius: 5px;
    padding: 5px 10px;
  }
  .tpl-page-home main .post-aleatorio a:focus-visible span svg {
    fill: var(--beige);
  }
  .tpl-page-home main .post-aleatorio a img {
    width: 100%;
    max-width: 45vh;
    display: block;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 2;
  }
  .tpl-page-home main .post-aleatorio a span {
    position: absolute;
    z-index: 3;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--negro);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .tpl-page-home main .post-aleatorio a span:hover {
    font-variation-settings: "slnt" 0, "wght" 600;
  }
  .tpl-page-home main .post-aleatorio a span svg {
    height: 3rem;
    fill: var(--negro);
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(1) { /* arriba izquierda */
    top: var(--v_gap);
    left: var(--v_gap);
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(1) a {
    display: block;
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(1) a span {
    bottom: var(--hueco_alt);
    left: 0px;
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(2) { /* arriba derecha */
    top: var(--v_gap);
    right: var(--v_gap);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(2) a {
    display: block;
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(2) a span {
    bottom: var(--hueco_alt);
    left: 0px;
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(3) { /* abajo izquierda */
    bottom: var(--v_gap);
    left: var(--v_gap);
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(3) a {
    display: block;
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(3) a span {
    top: var(--hueco_alt);
    right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(3) a span svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(4) { /* abajo derecha */
    bottom: var(--v_gap);
    right: var(--v_gap);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(4) a {
    display: block;
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(4) a span {
    top: var(--hueco_alt);
    right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tpl-page-home main .post-aleatorio:nth-of-type(4) a span svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media only screen and (min-width: 551px) and (min-width: calc(var(--zona-segura-ancho) + 200px)) {
  .tpl-page-home main .post-aleatorio:nth-child(1),
  .tpl-page-home main .post-aleatorio:nth-child(3) {
    left: calc((100vw - var(--zona-segura-ancho)) / -2 + 20px);
    -webkit-transform: translateX(calc((100vw - var(--zona-segura-ancho)) / 2 * -1));
            transform: translateX(calc((100vw - var(--zona-segura-ancho)) / 2 * -1));
  }
  .tpl-page-home main .post-aleatorio:nth-child(2),
  .tpl-page-home main .post-aleatorio:nth-child(4) {
    right: calc((100vw - var(--zona-segura-ancho)) / -2 + 20px);
    -webkit-transform: translateX(calc((100vw - var(--zona-segura-ancho)) / 2 * 1));
            transform: translateX(calc((100vw - var(--zona-segura-ancho)) / 2 * 1));
  }
}
@media only screen and (min-width: 551px) {
  .colision main .post-aleatorio a span {
    padding: 5px 10px;
    background-color: var(--rojo);
    color: var(--beige);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    border-radius: 5px;
  }
  .colision main .post-aleatorio a span svg {
    fill: var(--beige);
  }
  .colision main .post-aleatorio:nth-of-type(1) { /* arriba izquierda */ }
  .colision main .post-aleatorio:nth-of-type(1) a span {
    bottom: 10px;
    left: 10px;
  }
  .colision main .post-aleatorio:nth-of-type(2) { /* arriba derecha */ }
  .colision main .post-aleatorio:nth-of-type(2) a span {
    bottom: 10px;
    left: 10px;
  }
  .colision main .post-aleatorio:nth-of-type(3) { /* abajo izquierda */ }
  .colision main .post-aleatorio:nth-of-type(3) a span {
    top: 10px;
    right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .colision main .post-aleatorio:nth-of-type(3) a span svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .colision main .post-aleatorio:nth-of-type(4) { /* abajo derecha */ }
  .colision main .post-aleatorio:nth-of-type(4) a span {
    top: 10px;
    right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .colision main .post-aleatorio:nth-of-type(4) a span svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media only screen and (max-width: 550px) {
  .tpl-page-home main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  .tpl-page-home main article {
    margin-bottom: var(--v_gap);
  }
  .tpl-page-home main article a {
    display: block;
  }
  .tpl-page-home main article a img {
    max-width: 100%;
    aspect-ratio: 1/1;
    background-color: var(--negro);
  }
  .tpl-page-home main article a span {
    max-width: 100%;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: var(--negro);
  }
  .tpl-page-home main article a span svg {
    height: 3rem;
    fill: var(--negro);
  }
}
@media only screen and (min-width: 551px) {
  .archive.tpl-page header {
    left: 0px;
  }
  .archive main {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    padding-left: var(--zona-segura-ancho);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--v_gap) * 3);
    -webkit-column-gap: var(--v_gap);
       -moz-column-gap: var(--v_gap);
            column-gap: var(--v_gap);
    padding-top: var(--v_gap);
    padding-bottom: var(--v_gap);
    padding-right: var(--v_gap);
  }
  .archive main article {
    max-width: calc(50% - var(--v_gap));
    position: relative;
  }
  .archive main article:not(.archive-header) a {
    opacity: 1;
    outline-color: var(--rojo);
    outline-width: 3px;
    outline-style: dotted;
    outline-offset: 4px;
    background-color: var(--rojo);
    color: var(--beige);
    border-radius: 5px;
  }
  .archive main article:not(.archive-header) a:focus-visible img {
    opacity: 1;
    outline-color: var(--rojo);
    outline-width: 3px;
    outline-style: dotted;
    outline-offset: 4px;
    background-color: var(--rojo);
    color: var(--beige);
    border-radius: 5px;
  }
  .archive main article:not(.archive-header) a:focus-visible span {
    opacity: 1;
    outline-color: var(--rojo);
    outline-width: 3px;
    outline-style: dotted;
    outline-offset: 4px;
    background-color: var(--rojo);
    color: var(--beige);
    border-radius: 5px;
    padding: 5px 10px;
  }
  .archive main article:not(.archive-header) a:focus-visible span svg {
    fill: var(--beige);
  }
  .archive main article.archive-header {
    min-width: 35%;
    max-width: 500px;
    padding: var(--v_gap);
  }
  .archive main article.archive-header + article .enlace {
    position: absolute;
    z-index: 2;
    top: initial;
    bottom: var(--hueco_alt);
    left: 0px;
    font-size: 2rem;
    color: var(--negro);
    background-color: var(--beige);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .archive main article.archive-header + article .enlace svg {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .archive main article.archive-header > h1:only-child {
    text-align: right;
    color: var(--rojo);
    font-size: 2.5rem;
    font-variation-settings: "slnt" 0, "wght" 600;
  }
  .archive main article.archive-header h1 {
    font-size: 2.5rem;
    max-width: 500px;
    color: var(--rojo);
    font-variation-settings: "slnt" 0, "wght" 600;
  }
  .archive main article.archive-header h2 {
    font-size: 2.1rem;
    color: var(--rojo);
    max-width: 500px;
    font-variation-settings: "slnt" 0, "wght" 600;
  }
  .archive main article.archive-header p {
    line-height: 1.5em;
    padding-top: 25px;
    max-width: 500px;
  }
  .archive main article.archive-header p a {
    color: var(--rojo);
    text-decoration: underline;
    padding: 5px 0px;
  }
  .archive main article.archive-header p a:focus-visible {
    opacity: 1;
    outline-color: var(--rojo);
    outline-width: 3px;
    outline-style: dotted;
    outline-offset: 4px;
    background-color: var(--rojo);
    color: var(--beige);
    border-radius: 5px;
    padding: 5px 10px;
  }
  .archive main article .enlace {
    position: absolute;
    z-index: 2;
    top: var(--hueco_alt);
    right: 0px;
    font-size: 2rem;
    color: var(--negro);
    background-color: var(--beige);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .archive main article .enlace svg {
    height: 3rem;
    fill: var(--negro);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .archive main article img {
    width: 100%;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 550px) {
  .archive main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  .archive main article {
    margin-bottom: var(--v_gap);
  }
  .archive main article a {
    display: block;
  }
  .archive main article a img {
    max-width: 100%;
    aspect-ratio: 1/1;
    background-color: var(--negro);
  }
  .archive main article a span {
    max-width: 100%;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: var(--negro);
  }
  .archive main article a span svg {
    height: 3rem;
    fill: var(--negro);
  }
}
@media only screen and (min-width: 551px) {
  .page.tpl-page-general header {
    left: 0px;
  }
  .page.tpl-page-general main {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    padding-left: var(--zona-segura-ancho);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: calc(var(--v_gap) * 3);
    -webkit-column-gap: calc(var(--v_gap) * 3);
       -moz-column-gap: calc(var(--v_gap) * 3);
            column-gap: calc(var(--v_gap) * 3);
    padding-top: var(--v_gap);
    padding-bottom: var(--v_gap);
    padding-right: var(--v_gap);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr calc(var(--v_gap) * 3) 1fr;
    grid-template-columns: 1fr 1fr; /* dos columnas: article y nav */
    -ms-grid-rows: 1fr calc(var(--v_gap) * 3) auto;
    grid-template-rows: 1fr auto; /* dos filas */
  }
  .page.tpl-page-general main > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page.tpl-page-general main > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page.tpl-page-general main > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page.tpl-page-general main > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page.tpl-page-general main article {
    max-width: 50%;
    max-width: 100%;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page.tpl-page-general main article table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: var(--v_gap);
  }
  .page.tpl-page-general main article table caption {
    font-size: 2rem;
    font-variation-settings: "slnt" 0, "wght" 600;
    text-align: left;
    padding-bottom: calc(var(--v_gap) / 4);
    color: var(--rojo);
  }
  .page.tpl-page-general main article table thead tr th {
    border: 1px solid var(--negro);
    font-size: 1.6rem;
    font-variation-settings: "slnt" 0, "wght" 600;
    text-align: left;
    padding: calc(var(--v_gap) / 4);
  }
  .page.tpl-page-general main article table tbody tr td {
    border: 1px solid var(--negro);
    font-size: 1.6rem;
    text-align: left;
    padding: calc(var(--v_gap) / 4);
  }
  .page.tpl-page-general main article table tbody tr td kbd {
    font-size: 1.6rem;
  }
  .page.tpl-page-general main article article {
    padding-bottom: 20px;
  }
  .page.tpl-page-general main article h1 {
    font-size: 2.5rem;
    font-variation-settings: "slnt" 0, "wght" 600;
    padding-bottom: 10px;
    color: var(--rojo);
  }
  .page.tpl-page-general main article h2 {
    font-size: 2.1rem;
    font-variation-settings: "slnt" 0, "wght" 600;
    padding-bottom: 10px;
    color: var(--rojo);
  }
  .page.tpl-page-general main article dt {
    font-variation-settings: "slnt" 0, "wght" 600;
  }
  .page.tpl-page-general main article p, .page.tpl-page-general main article dt, .page.tpl-page-general main article dd {
    font-size: 1.6rem;
  }
  .page.tpl-page-general main article p a, .page.tpl-page-general main article dt a, .page.tpl-page-general main article dd a {
    word-wrap: break-word; /* Soporte antiguo */
    overflow-wrap: anywhere; /* Estándar moderno */
    word-break: break-word; /* Compatibilidad */
    color: var(--rojo);
  }
  .page.tpl-page-general main article ul li {
    font-size: 1.6rem;
    padding-bottom: calc(var(--v_gap) / 2);
    margin-left: calc(var(--v_gap) * 2);
  }
  .page.tpl-page-general main article ul li a {
    word-wrap: break-word; /* Soporte antiguo */
    overflow-wrap: anywhere; /* Estándar moderno */
    word-break: break-word; /* Compatibilidad */
    color: var(--rojo);
  }
  .page.tpl-page-general main .imagen-destacada {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: end;
        justify-self: end;
    display: block;
    width: 100%;
    max-width: 500px;
  }
  .page.tpl-page-general main nav {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page.tpl-page-general main nav.navegacion-lineal {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page.tpl-page-general main nav ul {
    position: sticky;
    top: 20px;
  }
  .page.tpl-page-general main nav ul li {
    padding-bottom: calc(var(--v_gap) / 4);
  }
  .page.tpl-page-general main nav ul li a {
    font-variation-settings: "slnt" 0, "wght" 600;
    color: var(--rojo);
  }
}
@media only screen and (max-width: 550px) {
  .tpl-page-general main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    width: 100%;
  }
  .tpl-page-general main article {
    width: 100%;
  }
  .tpl-page-general main article .atajos-teclado {
    margin-bottom: calc(var(--v_gap) * 2);
  }
  .tpl-page-general main article .atajos-teclado caption {
    padding-bottom: calc(var(--v_gap) / 4);
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: var(--rojo);
    font-variation-settings: "slnt" 0, "wght" 600;
    font-size: 1.6rem;
    text-align: left;
  }
  .tpl-page-general main article .atajos-teclado thead {
    display: none;
  }
  .tpl-page-general main article .atajos-teclado,
  .tpl-page-general main article .atajos-teclado tbody,
  .tpl-page-general main article .atajos-teclado tr,
  .tpl-page-general main article .atajos-teclado td {
    display: block;
    width: 100%;
  }
  .tpl-page-general main article .atajos-teclado tr {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: calc(var(--v_gap) / 2);
  }
  .tpl-page-general main article .atajos-teclado td {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc(var(--v_gap) / 2);
    text-align: right; /* 👈 contenido alineado a la derecha */
    font-size: 1.6rem;
  }
  .tpl-page-general main article .atajos-teclado td kbd {
    font-size: 1.6rem;
  }
  .tpl-page-general main article .atajos-teclado td::before {
    content: attr(data-label);
    font-variation-settings: "slnt" 0, "wght" 600;
  }
  .tpl-page-general main article h1 {
    font-size: 2.5rem;
    font-variation-settings: "slnt" 0, "wght" 600;
    padding-bottom: 10px;
    color: var(--rojo);
  }
  .tpl-page-general main article h2 {
    font-size: 2.1rem;
    font-variation-settings: "slnt" 0, "wght" 600;
    padding-bottom: 10px;
    color: var(--rojo);
  }
  .tpl-page-general main article p {
    font-size: 1.6rem;
  }
  .tpl-page-general main article ul li {
    font-size: 1.6rem;
    padding-bottom: calc(var(--v_gap) / 2);
    margin-left: calc(var(--v_gap) * 2);
  }
  .tpl-page-general main article ul li a {
    word-wrap: break-word; /* Soporte antiguo */
    overflow-wrap: anywhere; /* Estándar moderno */
    word-break: break-word; /* Compatibilidad */
    color: var(--rojo);
  }
  .tpl-page-general main .imagen-destacada {
    display: block;
    width: 100%;
    max-width: 500px;
  }
  .tpl-page-general main nav ul {
    width: 100%;
  }
}
/*

	VARIABLES
	--color_fondo_footer

*/
.contacto {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--azul_claro);
}
.contacto .centrado {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: var(--ancho_maximo);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: stretch;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media only screen and (max-width: 1240px) {
  .contacto .centrado {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .contacto .centrado {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contacto .centrado h1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2; /* Alto truco: que ocupe todas las filas posibles */
  -ms-grid-row-align: start;
      align-self: start;
  font-size: 4rem;
  font-weight: 400;
  width: 100%;
}
.contacto .centrado h1 span {
  display: block;
}
.contacto .centrado img {
  width: 100%;
  max-width: 600px;
}
.contacto .centrado p {
  width: 100%;
  -ms-grid-column: 2;
  grid-column: 2;
  padding-bottom: 0px;
}

.metodos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.metodos .centrado {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: var(--ancho_maximo);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: stretch;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 1240px) {
  .metodos .centrado {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .metodos .centrado {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.metodos .centrado h2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2; /* Alto truco: que ocupe todas las filas posibles */
  -ms-grid-row-align: start;
      align-self: start;
  font-size: 3.2rem;
  font-weight: 400;
  width: 100%;
}
.metodos .centrado h2 span {
  display: block;
}
.metodos .centrado p {
  width: 100%;
  -ms-grid-column: 2;
  grid-column: 2;
  padding-bottom: 0px;
}
.metodos .centrado p a {
  color: #4e6e93;
}

.kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2; /* ocupa las dos columnas */
  -ms-grid-row: 2;
  grid-row: 2;
}
.kit .kit_1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kit .kit_1 img {
  display: block;
  width: auto;
  width: 100%;
  height: 100%;
  max-height: 50px;
}
.kit .kit_2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kit .kit_2 img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 50px;
}
@media only screen and (max-width: 550px) {
  .kit .kit_2 img {
    height: 50px;
  }
}

/*

	VARIABLES
	--color_fondo_footer

*/
.legal {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.legal.modalidad {
  background-color: var(--azul_claro);
}
.legal > h1 {
  width: 100%;
  font-weight: 500;
  max-width: var(--ancho_maximo);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  padding-top: 50px;
}
@media only screen and (max-width: 1240px) {
  .legal > h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .legal > h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.legal article {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 50px;
  max-width: var(--ancho_maximo);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: stretch;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1240px) {
  .legal article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .legal article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.legal article h1 {
  font-size: 3.5rem;
}
.legal article h2 {
  font-size: 2.5rem;
  font-weight: 500;
}
.legal article h3 {
  font-size: 2rem;
}
.legal article h4 {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.legal article ul, .legal article ol {
  margin-left: 20px;
}

/*

	VARIABLES
	--color_fondo_footer

*/
@media only screen and (min-width: 551px) {
  .single.tpl-page header {
    left: 0px;
  }
  .single main {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    padding-left: var(--zona-segura-ancho);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(var(--v_gap));
    -webkit-column-gap: var(--v_gap);
       -moz-column-gap: var(--v_gap);
            column-gap: var(--v_gap);
    padding-top: var(--v_gap);
    padding-bottom: var(--v_gap);
    padding-right: var(--v_gap);
  }
  .single main article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .single main article .article-contenido {
    width: 35%;
    min-width: 200px;
    padding-right: var(--v_gap);
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .single main article .article-contenido h1 {
    color: var(--rojo);
    font-size: 2.5rem;
    font-variation-settings: "slnt" 0, "wght" 600;
    padding: var(--v_gap) 0px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single main article .article-contenido h1 svg {
    height: 3rem;
    fill: var(--negro);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .single main article .article-contenido .categoria-info h2 {
    font-size: 2.1rem;
    color: var(--rojo);
    max-width: 500px;
    font-variation-settings: "slnt" 0, "wght" 600;
  }
  .single main article .article-contenido .categoria-info p {
    font-size: 1.6rem;
  }
  .single main article .article-contenido .categoria-info p a {
    color: var(--rojo);
    text-decoration: underline;
    padding: 5px 0px;
  }
  .single main article .article-contenido .categoria-info p a:focus-visible {
    opacity: 1;
    outline-color: var(--rojo);
    outline-width: 3px;
    outline-style: dotted;
    outline-offset: 4px;
    background-color: var(--rojo);
    color: var(--beige);
    border-radius: 5px;
    padding: 5px 10px;
  }
  .single main article .article-contenido .imagen-leyenda {
    font-size: 1.6rem;
  }
  .single main article .article-contenido details summary {
    font-size: 1.6rem;
  }
  .single main article .article-contenido details .imagen-descripcion {
    font-size: 1.6rem;
  }
  .single main article .article-contenido details.acordeon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .single main article .article-contenido details.acordeon > summary {
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: underline;
    color: var(--rojo);
    padding: 5px 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .single main article .article-contenido details.acordeon > summary:focus-visible {
    padding: 5px 10px;
    opacity: 1;
    outline-color: var(--rojo);
    outline-width: 3px;
    outline-style: dotted;
    outline-offset: 4px;
    background-color: var(--rojo);
    color: var(--beige);
    border-radius: 5px;
  }
  .single main article .article-contenido details.acordeon[open] > summary {
    opacity: 1;
    outline-color: var(--rojo);
    outline-width: 3px;
    outline-style: dotted;
    outline-offset: 4px;
    background-color: var(--rojo);
    color: var(--beige);
    border-radius: 5px;
  }
  .single main article .article-contenido details.acordeon .contenido {
    overflow: hidden;
    max-height: 0;
    font-size: 1.6rem;
  }
  .single main article .article-imagen {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    width: 100%;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .single main article .article-imagen img {
    width: 100%;
  }
  .single main article .article-imagen figcaption {
    position: absolute;
    bottom: var(--v_gap);
    left: var(--v_gap);
    right: var(--v_gap);
    font-size: 1.6rem;
    bottom: -80px;
    padding: 5px 10px;
    background-color: var(--rojo);
    color: var(--beige);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    border-radius: 5px;
  }
  .single main article .article-imagen:hover figcaption {
    bottom: 10px;
  }
  .single main article .article-imagen:focus-within figcaption {
    bottom: 10px;
  }
}
.navegacion-lineal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0rem;
  font-size: 2rem;
}
@media only screen and (max-width: 550px) {
  .navegacion-lineal {
    gap: var(--v_gap);
    padding-bottom: calc(var(--v_gap) / 2);
  }
}
.navegacion-lineal a {
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navegacion-lineal a svg {
  width: 100%;
  height: 4rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: var(--negro);
}
.navegacion-lineal a.nav-prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.navegacion-lineal a:focus-visible svg {
  opacity: 1;
  outline-color: var(--rojo);
  outline-width: 3px;
  outline-style: dotted;
  outline-offset: 4px;
  background-color: var(--rojo);
  color: var(--beige);
  border-radius: 5px;
  fill: var(--beige);
}

@media only screen and (max-width: 550px) {
  .single main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 10px;
  }
  .single main article {
    margin-bottom: var(--v_gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .single main article .article-contenido {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single main article .article-contenido h1 svg {
    display: none;
  }
  .single main article .article-imagen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single main article .article-imagen img {
    width: 100%;
  }
  .single main article .article-imagen figcaption {
    padding-top: calc(var(--v_gap) / 2);
    font-size: 1.5rem;
  }
}
/*

	VARIABLES
	--color_fondo_footer




*/
footer {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  bottom: var(--v_gap);
  right: var(--v_gap);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
footer .centrado {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: calc(var(--v_gap) * 2);
}
footer .centrado > a {
  padding: 0px;
  color: var(--negro);
  text-decoration: none;
}
footer .centrado > a:hover {
  text-decoration: none;
}
footer .centrado p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .centrado nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
footer .centrado nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .centrado nav ul > li {
  padding: 0px 10px;
  border-right: 2px solid var(--negro);
}
@media only screen and (max-width: 550px) {
  footer .centrado nav ul > li {
    border-right: 0px;
    padding: 10px;
  }
}
footer .centrado nav ul > li:last-child {
  border-right: 0px;
}
footer .centrado nav ul > li a {
  color: var(--negro);
  text-decoration: none;
}
footer .centrado nav ul > li a:hover {
  text-decoration: none;
}
footer .centrado nav ul > li ul {
  display: none;
}
/*

	VARIABLES

	--color_fondo_alert
	--color_borde_alert

	--grosor_uno

*/
.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 3;
  bottom: -50px;
  left: 0px;
  width: 100%;
  background-color: var(--naranja);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--oscuro_siempre);
}
@media only screen and (max-width: 550px) {
  .alert {
    border-top: var(--grosor_uno) solid var(--color_borde_alert);
  }
}
.alert p {
  width: 100%;
  padding: 10px;
  margin: 0px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 550px) {
  .alert p {
    padding: 15px 10px;
  }
}
.alert p a {
  font-weight: 700;
  color: black;
  margin-left: 20px;
}
.alert span {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.alert.dark {
  bottom: 0px;
  text-transform: uppercase;
}

/*

  VARIABLES

  --grosor_uno

*/
.again {
  cursor: pointer;
}

#cookies-dialog::-ms-backdrop {
  background: rgba(0, 0, 0, 0.6);
}

#cookies-dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

#cookies-dialog {
  border: none;
  padding: 2rem;
  max-width: 600px;
  width: 90%;
  text-align: left;
  font-size: 1rem;
  margin: auto;
}

#gdpr-cookie-message {
  z-index: 20;
  background-color: var(--negro);
  border-top: var(--blanco);
  border: var(--blanco);
  color: var(--blanco);
  padding: 20px;
}

#gdpr-cookie-message p {
  line-height: 1.3em;
  font-size: 1.8rem;
  padding-bottom: 0px;
}

#gdpr-cookie-message p strong {
  font-variation-settings: "slnt" 0, "wght" 600;
  font-size: 2.1rem;
  padding-bottom: 10px;
}

#gdpr-cookie-message a {
  color: var(--blanco);
  text-decoration: underline;
}

#gdpr-cookie-types {
  padding: 20px 0px;
}

#gdpr-cookie-types h5 {
  text-transform: uppercase;
  padding-bottom: 10px;
}

#gdpr-cookie-types ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gdpr-cookie-types ul li {
  padding: 0px 10px;
}

#gdpr-cookie-types ul li input[type=checkbox] {
  margin-top: -2px;
}

#gdpr-cookie-types ul li input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--blanco);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
}

#gdpr-cookie-types ul li:has(input:focus) {
  outline-color: var(--blanco);
  outline-width: 3px;
  outline-style: dotted;
  outline-offset: 4px;
  border-radius: 25px;
}

#gdpr-cookie-types ul li input[type=checkbox]:checked {
  background-color: var(--blanco);
}

#gdpr-cookie-message > p:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 0px;
  font-variation-settings: "slnt" 0, "wght" 600;
  font-size: 2.1rem;
}

#gdpr-cookie-message button {
  padding: 10px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--familia);
  font-weight: 700;
  cursor: pointer;
  border: 1px solid var(--blanco);
  color: var(--blanco);
  background-color: var(--negro);
  -webkit-appearance: none;
}

#gdpr-cookie-types p {
  padding-bottom: 20px;
  font-variation-settings: "slnt" 0, "wght" 600;
  font-size: 2.1rem;
}

#gdpr-cookie-message button:first-of-type:hover {
  background-color: var(--negro);
}

#gdpr-cookie-message button:last-of-type {
  margin-left: 20px;
  padding: 0px;
  border: 0px;
  text-decoration: underline;
  font-size: 12px;
}

#gdpr-cookie-message label {
  cursor: pointer;
}

@media (max-width: 414px) {
  #gdpr-cookie-types {
    padding-bottom: 0px;
  }
  #gdpr-cookie-types p {
    padding-bottom: 20px;
    font-variation-settings: "slnt" 0, "wght" 600;
    font-size: 2.1rem;
  }
  #gdpr-cookie-types h5 {
    margin: 0px;
  }
  #gdpr-cookie-types ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
    padding: 0px;
  }
}