/*
Theme Name: Twenty Nineteen Child
Theme URI: https://wordpress.org/themes/twentynineteen/
Template: twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.4.1563197438
Updated: 2019-07-15 13:30:38
*/

body:lang(es), button:lang(es),
input:lang(es),
select:lang(es),
optgroup:lang(es),
textarea:lang(es), .author-description .author-link:lang(es),
.comment-metadata:lang(es),
.comment-reply-link:lang(es),
.comments-title:lang(es),
.comment-author .fn:lang(es),
.discussion-meta-info:lang(es),
.entry-meta:lang(es),
.entry-footer:lang(es),
.main-navigation:lang(es),
.no-comments:lang(es),
.not-found .page-title:lang(es),
.error-404 .page-title:lang(es),
.post-navigation .post-title:lang(es),
.page-links:lang(es),
.page-description:lang(es),
.pagination .nav-links:lang(es),
.sticky-post:lang(es),
.site-title:lang(es),
.site-info:lang(es),
#cancel-comment-reply-link:lang(es),
h1:lang(es),
h2:lang(es),
h3:lang(es),
h4:lang(es),
h5:lang(es),
h6:lang(es), .page-title:lang(es), blockquote cite:lang(es), table:lang(es), .button:lang(es),
input:lang(es)[type="button"],
input:lang(es)[type="reset"],
input:lang(es)[type="submit"], .comment-navigation .nav-previous:lang(es),
.comment-navigation .nav-next:lang(es), .comment-list .pingback .comment-body:lang(es),
.comment-list .trackback .comment-body:lang(es), .comment-list .pingback .comment-body .comment-edit-link:lang(es),
.comment-list .trackback .comment-body .comment-edit-link:lang(es), .comment-form .comment-notes:lang(es),
.comment-form label:lang(es), .widget_archive ul li:lang(es),
.widget_categories ul li:lang(es),
.widget_meta ul li:lang(es),
.widget_nav_menu ul li:lang(es),
.widget_pages ul li:lang(es),
.widget_recent_comments ul li:lang(es),
.widget_recent_entries ul li:lang(es),
.widget_rss ul li:lang(es), .widget_tag_cloud .tagcloud:lang(es), .entry .entry-content .wp-block-button .wp-block-button__link:lang(es), .entry .entry-content .wp-block-archives li:lang(es),
.entry .entry-content .wp-block-categories li:lang(es),
.entry .entry-content .wp-block-latest-posts li:lang(es), .entry .entry-content .wp-block-verse:lang(es), .entry .entry-content .has-drop-cap:lang(es):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(es), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(es),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(es),
.entry .entry-content .wp-block-cover-image h2:lang(es),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(es),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(es),
.entry .entry-content .wp-block-cover h2:lang(es), .entry .entry-content .wp-block-audio figcaption:lang(es),
.entry .entry-content .wp-block-video figcaption:lang(es),
.entry .entry-content .wp-block-image figcaption:lang(es),
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(es),
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(es), .entry .entry-content .wp-block-file:lang(es), .entry .entry-content .wp-block-file .wp-block-file__button:lang(es), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(es), .wp-caption-text:lang(es), .gallery-caption:lang(es) {
  font-family: Arial, sans-serif;
}

/* Elements */

body {
  background-color: #000; /* antes fff */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d5d5d5; /* antes #111 */
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.8;
  margin: 0;
  text-rendering: optimizeLegibility;
}

	a {
  transition: color 110ms ease-in-out;
  color: #0073aa;
}

a:hover,
a:active {
  color: #005177;
  outline: 0;
  text-decoration: none;
}

hr {
  background-color: #767676;
  border: 0;
  height: 2px;
}
ultural
/* Links */

a {
  transition: color 110ms ease-in-out;
  color: #0073aa;
}

a:visited {
  color: #0073aa;
}

a:hover,
a:active {
  color: #005177;
  outline: 0;
  text-decoration: none;
}

/* Header */

.site-header {
  padding: 1em;
}

.site-header.featured-image .site-branding-container {
  margin-bottom: auto;
}

@media only screen and (min-width: 768px) {
  .site-header {
    margin: 0;
    padding: 3rem 0;
  }
  .site-header.featured-image {
    min-height: 100vh;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .site-header {
    margin: 0; /* antes 0 */
    padding: 1rem 0; /* antes 3rem 0 */
  }
  .site-header.featured-image {
    margin-bottom: 1rem; /* antes 3rem */
  }
}

.site-title {
  color: #e5e5e5; /* antes 111 */
}

.site-title a {
  color: #e5e5e5; /* antes 111 */
}

.site-title a:link, .site-title a:visited {
  color: #e5e5e5; /* antes 111 */
}

.site-title a:hover {
  color: #767676; /* antes 4a4a4a */
}

.site-description {
  color: #767676;  /* antes 4a4a4a */
}

@media only screen and (min-width: 768px) {
  .site-branding {
    margin: 50px calc(10% + 60px);
  }
}

.site-logo {
  position: relative;
  z-index: 999;
  margin-bottom: calc(.66 * 1rem);
}

@media only screen and (min-width: 768px) {
  .site-logo {
    margin-bottom: 0;
    position: absolute;
    right: calc(100% + (1.25 * 1rem));
    top: 4px;
    z-index: 999;
  }
}

/* Main menu */

.main-navigation {
  display: block;
  margin-top: 1.8rem; /* antes 0.25rem */
}

/* Posts and pages */

.entry .entry-content > iframe[style] {
  margin: 0 !important; /* antes 32px 0 */
  max-width: 100% !important;
}

.entry .entry-content > iframe[style] {
  margin: 0 !important; /* antes 32px 0 */
  max-width: 100% !important;
}

/* Blocks */

.entry .entry-content > *,
.entry .entry-summary > * {
  margin: 0; /* antes 32px 0 */
  max-width: 100%;
}

/* Galleries */

.entry .entry-content > * > *:first-child,
.entry .entry-summary > * > *:first-child {
  margin-top: 0.5em; /* antes 0 */
}

/* Tablas */

table th, table td {
  color: #e5e5e5;
  padding: 0.1em;  /* antes 0.5em */
  border: 1px solid #666; /* antes #767676 */
  text-align: center;
  font-size: 0.5em;
  line-height: 1.4;
}

/* Footer */

@media only screen and (min-width: 768px) {
  #colophon .widget-area,
  #colophon .site-info {
    margin: calc(0.5 * 1rem) calc(10% + 60px); /* antes calc(3 * 1rem) calc(10% + 60px)*/
  }
}

#colophon .site-info {
  color: #333; /* antes #767676 */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

/* Layout */

@media only screen and (min-width: 768px) {
  .site-header {
    margin: 10 0 0 0; /* antes 0 */
    padding: 0; /* antes 3rem 0 */
  }
  .site-header.featured-image {
    min-height: 100vh;
    margin-bottom: 3rem;
  }
}

/* Licencia */

.ccl {
  color: #111;
  font-weight: 200;
  font-size: 0.7em;
  line-height: 1;
}

/* Espacio slider*/

.entry .entry-header {
  margin: calc(0 * 1rem) 1rem 1rem; /* antes calc(3 * 1rem) 1rem 1rem */
  position: relative;
}

@media only screen and (min-width: 768px) {
  .entry .entry-header {
    margin: calc(0 * 1rem) calc(10% + 60px) 1rem; /* antes calc(3 * 1rem) calc(10% + 60px) 1rem */
  }
}

.entry .entry-title {
  margin: 0;
}