@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700;1,800&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.hidden {
  display: none;
}

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

figure, video {
  margin: 0;
}

figure, video {
  padding: 0;
}

.sidebar #icon_text, nav {
  text-transform: uppercase;
}

.pie-foto, .grid-tarjetas article .tarjeta figure figcaption,
.grid-tarjetas section .tarjeta figure figcaption, .card-index article .tarjeta figure figcaption,
.card-index section .tarjeta figure figcaption, figure figcaption, video figcaption {
  font-family: Raleway, sans-serif;
  font-size: 12px;
  line-height: 1.3rem;
  color: #000;
}

article > h1, article > p {
  margin-top: 0;
  padding-top: 0;
}

.card {
  border: 0;
}

nav[aria-label=breadcrumb] {
  margin-bottom: 2.1rem;
  line-height: 1rem;
}

.breadcrumb-item {
  font-weight: 700;
  color: #000;
  letter-spacing: 0.07rem;
}
.breadcrumb-item a {
  text-decoration: none;
  border-bottom: none;
  background-color: #FFF;
}

.navbar-toggler:focus {
  background-color: #999999;
  box-shadow: unset;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-collapse {
  flex-basis: 100%;
}

@media only screen and (max-width: 992px) {
  .navbar-nav, .navbar-expand-lg {
    flex-direction: row;
    align-items: flex-end;
  }
}

figure, video, .row, .flex-right, .flex-center, .flex-left {
  display: flex;
}

figure, video {
  flex-direction: column;
}

.flex-left {
  justify-content: flex-start;
  margin-right: auto;
}
.flex-left {
  flex-direction: row;
}

.flex-center {
  justify-content: center;
}
.flex-center {
  flex-direction: row;
}

.flex-right {
  justify-content: flex-end;
  margin-left: auto;
}
.flex-right {
  flex-direction: row;
}

.row {
  width: 100%;
}

body {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  color: #000;
  background-color: #FFF;
  line-height: 1.3rem;
  margin: 1.3333333333rem;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  body {
    margin: 4rem;
  }
}

a {
  color: #000;
}
a:hover {
  color: #666666;
}
a:active {
  color: #999999;
}

figure, video {
  width: 100px;
  height: 100px;
  display: block;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 1rem;
}
figure::before, video::before {
  padding: 1rem;
  color: gray;
}
figure figcaption, video figcaption {
  padding-top: 0.5rem;
}

div.footnotes {
  margin-top: 4rem;
}
div.footnotes ol li {
  font-size: smaller;
}
div.footnotes ol li::marker {
  content: counter(list-item) "  ";
  vertical-align: super;
}
div.footnotes hr {
  opacity: 0.04;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plain-list {
  list-style: none;
}

.disc-list {
  list-style: disc;
}
.disc-list li {
  margin-left: 2rem;
}

.circle-list {
  list-style: circle;
}
.circle-list li {
  margin-left: 2rem;
}

.square-list {
  list-style: square;
}
.square-list li {
  margin-left: 2rem;
}

.decimal-list {
  list-style: decimal;
}
.decimal-list li {
  margin-left: 2rem;
}

.decimal-leading-zero-list {
  list-style: decimal-leading-zero;
}
.decimal-leading-zero-list li {
  margin-left: 2rem;
}

.lower-alpha-list {
  list-style: lower-alpha;
}
.lower-alpha-list li {
  margin-left: 2rem;
}

.lower-latin-list {
  list-style: lower-latin;
}
.lower-latin-list li {
  margin-left: 2rem;
}

.lower-roman-list {
  list-style: lower-roman;
}
.lower-roman-list li {
  margin-left: 2rem;
}

.upper-alpha-list {
  list-style: upper-alpha;
}
.upper-alpha-list li {
  margin-left: 2rem;
}

.upper-latin-list {
  list-style: upper-latin;
}
.upper-latin-list li {
  margin-left: 2rem;
}

.upper-roman-list {
  list-style: upper-roman;
}
.upper-roman-list li {
  margin-left: 2rem;
}

footer .social ul li, .inline-list li {
  display: inline-block;
}

.grid-row {
  display: inline-grid;
  column-gap: 1rem;
  width: 100%;
}

.column-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
}

.listado .fila {
  display: inline-grid;
  column-gap: 1rem;
  width: auto;
  grid-template-columns: 6fr 1fr 1fr;
}
.listado h1 {
  margin-bottom: 1rem;
}

.sidebar {
  font-size: 14px;
  letter-spacing: 0.1rem;
}
.sidebar #icon_text {
  float: left;
  text-decoration: none;
  border-bottom: none;
  font-weight: 900;
  width: 50%;
  color: black;
  position: relative;
  top: 2.3rem;
  z-index: 1000;
  line-height: 1.3rem;
}
.sidebar .icon {
  display: flex;
}
.sidebar .icon #icon_image {
  display: none;
}
@media only screen and (min-width: 992px) {
  .sidebar {
    display: block;
    position: fixed;
    width: 20rem;
  }
  .sidebar .container-fluid {
    padding: 0;
  }
  .sidebar .icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 4rem;
    object-fit: contain;
  }
  .sidebar .icon #icon_image {
    display: flex;
    width: 60%;
  }
  .sidebar #icon_text {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar .idiomas {
    margin-top: 4rem;
    display: block;
  }
}

nav {
  color: black;
  width: 100%;
  flex-direction: row;
}
nav button.navbar-toggler {
  align-content: flex-end;
  justify-content: flex-end;
}
nav a.nav-author {
  font-weight: 700;
  text-decoration: none;
  border-bottom: none;
  align-content: flex-start;
  justify-content: flex-start;
}
nav .hide-desktop {
  display: block;
}
nav #menu, nav ul.nav {
  font-weight: 700;
}
nav #menu li, nav ul.nav li {
  padding-bottom: 0.5rem;
}
nav #menu li a, nav ul.nav li a {
  text-decoration: none;
  border-bottom: none;
  display: inline;
  line-height: 1.3rem;
  color: black;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
nav #menu li a:hover, nav #menu li a.active, nav ul.nav li a:hover, nav ul.nav li a.active {
  color: #FFF;
  background-color: #000;
}
nav #menu li a.inactivo, nav ul.nav li a.inactivo {
  cursor: not-allowed;
  color: lightgray;
}
@media only screen and (min-width: 992px) {
  nav {
    display: block;
  }
  nav .hide-desktop {
    display: none;
  }
  nav a.nav-author {
    display: none;
  }
  nav #menu li, nav ul.nav2 li {
    margin-bottom: 1rem;
  }
  nav #menu li a, nav ul.nav2 li a {
    text-decoration: none;
    border-bottom: none;
    font-weight: 900;
    line-height: 1.8rem;
  }
}

#buscar {
  display: none;
}
#buscar span {
  display: inline-block;
  content: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'> <path d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/> </svg> ");
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  background-color: #FFF;
  padding-top: 1rem;
  z-index: 900;
}
@media only screen and (min-width: 992px) {
  footer {
    left: 24rem;
  }
}
footer .social ul {
  font-weight: 700;
  font-variant: small-caps;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  footer .social ul {
    text-align: left;
  }
}
footer .social ul li {
  padding-right: 1rem;
}
footer .social ul li:last-of-type {
  padding-right: 0;
}
footer p {
  text-align: center;
  font-family: Raleway, sans-serif;
}
@media only screen and (min-width: 992px) {
  footer p {
    text-align: left;
  }
}
footer .copyright {
  color: #666666;
}
@media only screen and (min-width: 992px) {
  footer .copyright {
    text-align: left;
  }
  footer .copyright p {
    padding-left: 2rem;
  }
}
footer .contacto {
  width: 100%;
  text-align: center;
  padding-bottom: 0.3rem;
}
footer .contacto ul.inline-list li {
  padding-left: 1rem;
}
footer .contacto ul.inline-list li.copyright {
  padding-top: 0.5rem;
}
footer .contacto ul.inline-list li.copyright p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  footer .contacto {
    text-align: left;
    width: auto;
  }
  footer .contacto ul.inline-list li {
    padding-bottom: 0.5rem;
  }
  footer .contacto ul.inline-list li:first-of-type {
    padding-left: 0;
  }
  footer .contacto ul.inline-list li:first-of-type a img .icon-svg {
    height: 1.8rem;
  }
}

.grid-tarjetas {
  display: grid;
  grid-gap: 0.75rem;
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75rem;
  width: 100%;
  grid-auto-rows: minmax(200px, auto);
}
@media only screen and (min-width: 320px) and (orientation: portrait) {
  .grid-tarjetas {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 568px) and (orientation: landscape) {
  .grid-tarjetas {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .grid-tarjetas {
    grid-template-columns: repeat(4, 1fr);
    margin-left: 0;
    width: 70%;
  }
}
.card-index article .tarjeta, .docencia .card-index article .tarjeta, .grid-tarjetas article .tarjeta,
.card-index section .tarjeta,
.docencia .card-index section .tarjeta,
.grid-tarjetas section .tarjeta {
  display: block;
}
.card-index article .tarjeta figure, .docencia .card-index article .tarjeta figure, .grid-tarjetas article .tarjeta figure,
.card-index section .tarjeta figure,
.docencia .card-index section .tarjeta figure,
.grid-tarjetas section .tarjeta figure {
  display: table;
  opacity: 1;
  margin: 0;
}
.card-index article .tarjeta figure img, .grid-tarjetas article .tarjeta figure img,
.card-index section .tarjeta figure img,
.grid-tarjetas section .tarjeta figure img {
  display: block;
  object-fit: scale-down;
  object-position: top left;
  background-color: #FFF;
}
@media only screen and (min-width: 992px) {
  .card-index article .tarjeta figure img, .grid-tarjetas article .tarjeta figure img,
  .card-index section .tarjeta figure img,
  .grid-tarjetas section .tarjeta figure img {
    height: 250px !important;
  }
}
.card-index article .tarjeta figure figcaption, .grid-tarjetas article .tarjeta figure figcaption,
.card-index section .tarjeta figure figcaption,
.grid-tarjetas section .tarjeta figure figcaption {
  display: table-caption;
  caption-side: bottom;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-index article a.tarjeta, .docencia .card-index article a.tarjeta, .grid-tarjetas article a.tarjeta,
.card-index section a.tarjeta,
.docencia .card-index section a.tarjeta,
.grid-tarjetas section a.tarjeta {
  text-decoration: none;
  border-bottom: none;
}
.card-index article a.tarjeta:hover img, .grid-tarjetas article a.tarjeta:hover img,
.card-index section a.tarjeta:hover img,
.grid-tarjetas section a.tarjeta:hover img {
  transition: 0.3s;
  opacity: 0.2;
}
.card-index article a.tarjeta:hover figcaption, .grid-tarjetas article a.tarjeta:hover figcaption,
.card-index section a.tarjeta:hover figcaption,
.grid-tarjetas section a.tarjeta:hover figcaption {
  font-weight: 700;
}

.grid-tarjetas article a figure img.vertical {
  object-fit: cover;
  object-postion: center;
}

.album {
  width: 60ch;
}
.album img.index-img {
  height: 135px !important;
}

.big-album {
  width: 60ch;
}
.big-album video, .big-album img {
  width: 100%;
}
.big-album .horizontal,
.big-album .vertical {
  max-width: 60ch;
}
.big-album video {
  margin: 0;
}

.card-index, .docencia .card-index {
  gap: 1.6em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-basis: auto;
}

.card-index, .docencia .card-index {
  width: 70vw;
  margin-bottom: 2.5rem;
}

.docencia .card-index {
  position: relative;
  padding-bottom: 2.5rem;
}
.docencia .card-index + .card-index {
  margin-top: 3.2rem;
}

.card-index.vertical {
  max-width: 65vw;
}

.break {
  flex-basis: 100%;
  height: 0px;
}

[data-aspect-ratio] {
  display: block;
  max-width: 100%;
  position: relative;
}
[data-aspect-ratio]:before {
  content: "";
  display: block;
}
[data-aspect-ratio] > * {
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

[data-aspect-ratio="2:3"]:before {
  padding-top: 75%;
}

[data-aspect-ratio="4:3"]:before {
  padding-top: 75%;
}

[data-aspect-ratio="8:10"]:before {
  padding-top: 135%;
}

[data-aspect-ratio="9:16"]:before {
  padding-top: 177.77%;
}

#carousel {
  width: 100%;
}
#carousel .carousel-indicators {
  top: 75vh;
}
#carousel .carousel-inner .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  overflow: hidden;
}
#carousel .carousel-caption {
  position: sticky;
  top: 86vh;
  height: 5vh;
  left: auto;
  right: auto;
  width: 100%;
  z-index: 3;
}
#carousel .carousel-caption p {
  text-align: left;
}

.content {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 992px) {
  .content {
    margin-top: 4rem;
    margin-left: 20rem;
  }
}

section.prensa {
  padding-top: 2rem;
}

section.textos ul,
.prensa ul,
.publicaciones ul,
.entrevistas ul {
  list-style-type: "—";
  padding: 1rem;
}
section.textos ul li ul,
.prensa ul li ul,
.publicaciones ul li ul,
.entrevistas ul li ul {
  list-style-type: none;
}
section.textos ul li,
.prensa ul li,
.publicaciones ul li,
.entrevistas ul li {
  margin-bottom: 1.5rem;
}
section.textos ul article ul,
.prensa ul article ul,
.publicaciones ul article ul,
.entrevistas ul article ul {
  list-style-type: none;
}
section.textos ul article li,
.prensa ul article li,
.publicaciones ul article li,
.entrevistas ul article li {
  line-height: 1.6em;
}
section.textos .description,
section.textos .location,
.prensa .description,
.prensa .location,
.publicaciones .description,
.publicaciones .location,
.entrevistas .description,
.entrevistas .location {
  margin-bottom: 1em;
}

article .texto h1, article .texto h2, article .texto h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  margin-bottom: 1.5rem;
}
article .texto h2, article .texto h3 {
  margin-top: 2.5rem;
}
article .texto {
  width: 38ch;
  margin-bottom: 3rem;
}
article .texto video, article .texto audio {
  margin-bottom: 0;
}
article .texto audio {
  width: 100%;
}
article .texto p {
  margin-bottom: 1.2rem;
}
article .texto blockquote {
  margin-left: 2rem;
}
@media only screen and (min-width: 600px) and (orientation: landscape) {
  article .texto {
    width: 60ch;
  }
}
@media only screen and (min-width: 992px) {
  article .texto {
    width: 60ch;
    margin-left: 0;
  }
}
article .diptico {
  width: 100%;
  display: grid;
  grid-column-gap: 1em;
  grid-template-columns: repeat(2, 1fr);
}
article .diptico figure {
  object-fit: cover;
}
article .diptico figure img {
  height: 100%;
}

main .contacto a {
  text-decoration: none;
  border-bottom: none;
}
main .contacto ul.inline-list li {
  padding-right: 1em;
}
main .contacto ul.inline-list li:last-of-type {
  padding-left: 0;
}

.cv h1, .cv h2, .cv h3,
.timeline h1,
.timeline h2,
.timeline h3 {
  margin-top: 2.5rem;
}
.cv dt,
.timeline dt {
  font-weight: normal;
  float: left;
}
.cv dd,
.timeline dd {
  margin-left: 4em;
  padding-bottom: 0.3rem;
}
.cv figure.miniatura,
.timeline figure.miniatura {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.texto td:first-of-type {
  width: 7rem;
}

.tarjeton {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: larger;
  line-height: 2rem;
}
.tarjeton .titular {
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
.tarjeton .texto {
  width: 100%;
}