@charset "UTF-8";
/**
* Estilos relacionados con el formulario de comentarios
*/
.comment-list li {
  margin-top: 30px;
  padding-top: 30px;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: rgba(0, 0, 0, 0.05);
}
.comment-list li li {
  margin-left: 90px;
  font-size: 0.9em;
}
.comment-list .comment-author img {
  float: left;
  margin-right: 20px;
}
.comment-list .comment-author .comment-metadata {
  font-size: 0.7em;
}
.comment-list .comment-content {
  margin-left: 90px;
  display: block;
}
.comment-list .reply {
  text-align: right;
}

/**
* Estilos relacionados con el formulario de comentarios
*/
.comments-area input {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  outline: none;
}
.comments-area input:focus {
  border-color: rgba(0, 0, 0, 0.3);
}
.comments-area button {
  margin: 0;
  padding: 5px 20px;
  text-transform: none;
}
.comments-area button + button {
  margin-left: 10px;
}
.comments-area small {
  font-size: 0.5em;
}

.backdrop-gradient-1 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.87))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0.1)), color-stop(90%, rgba(0, 0, 0, 0.5)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.87) 100%), -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 90%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.87) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 90%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.87) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 90%);
}

html .basic-sideheader .wp-custom-header {
  position: absolute;
  top: 0;
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100vh;
}
html .basic-sideheader .wp-custom-header iframe, html .basic-sideheader .wp-custom-header video {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html .basic-sideheader .wp-custom-header iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}
html .basic-sideheader .nextprev-buttons {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: rgba(255, 255, 255, 0.15);
}
html .basic-sideheader .nextprev-buttons > span + span {
  border-style: solid;
  border-width: 0px 0px 0 1px;
  border-color: rgba(255, 255, 255, 0.15);
}
html .basic-sideheader .nextprev-buttons > span > a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
html .basic-sideheader .nextprev-buttons > span > a:focus,
html .basic-sideheader .nextprev-buttons > span > a:active {
  background-color: rgba(255, 255, 255, 0.25);
}

/**
* Estilos relacionados con el content del post y pagina
*/
html .site-body-content {
  /**
  * El figure se usa para cosas especiales como imágenes con captions
  */
  /**
  * Este código evita que nuestras imagenes se salgan del div si son mas grandes
  */
  /**
  * Listas
  */
  /**
  * Tables
  */
  /**
  * Definition lists
  */
  /**
  * Code
  */
  /**
  * Address
  */
  /** sups **/
}
html .site-body-content p,
html .site-body-content span,
html .site-body-content h1,
html .site-body-content h2,
html .site-body-content h3,
html .site-body-content h4,
html .site-body-content h5,
html .site-body-content h6,
html .site-body-content ul,
html .site-body-content ol,
html .site-body-content hr,
html .site-body-content table,
html .site-body-content dl,
html .site-body-content address,
html .site-body-content code,
html .site-body-content blockquote,
html .site-body-content pre {
  margin: auto;
  max-width: 740px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}
html .site-body-content a span {
  padding-left: 0;
  padding-right: 0;
}
html .site-body-content figure {
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}
html .site-body-content figure.alignleft, html .site-body-content figure.alignright {
  margin: 0;
  display: inline-block;
  max-width: 50%;
}
html .site-body-content figure.alignleft {
  margin-right: 1.5em;
  float: left;
}
html .site-body-content figure.alignright {
  margin-left: 1.5em;
  float: right;
}
html .site-body-content figure.wp-caption img {
  width: 100% !important;
  height: auto !important;
}
html .site-body-content figcaption {
  margin: 0.8em 20px;
  font-size: 0.9em;
}
html .site-body-content img, html .site-body-content figure {
  max-width: 100%;
  height: auto !important;
}
html .site-body-content .link-chip {
  background-color: rgba(0, 0, 0, 0.05);
}
html .site-body-content .link-chip:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html .site-body-content ul, html .site-body-content ol {
  padding: 12px;
  list-style-position: inside;
}
html .site-body-content ul li {
  list-style-type: disc;
  margin-left: 50px;
}
html .site-body-content ol li {
  list-style-type: decimal;
  margin-left: 50px;
}
html .site-body-content ul li::before, html .site-body-content ol li::before {
  opacity: 0.7;
  display: inline-block;
  font-size: 0.9em;
  font-family: sans-serif;
}
html .site-body-content blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.03);
}
html .site-body-content blockquote:before, html .site-body-content blockquote:after {
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 180px;
  line-height: 1em;
  text-align: left;
  vertical-align: middle;
  opacity: 0.2;
  font-style: normal;
}
html .site-body-content blockquote:before {
  top: -20px;
  left: -25px;
  content: "\201C";
}
html .site-body-content blockquote:after {
  bottom: 0;
  right: 0;
  content: "\201D";
}
html .site-body-content table td, html .site-body-content table th {
  padding: 10px;
  font-size: 0.9em;
}
html .site-body-content table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
html .site-body-content table tr {
  padding-left: 20px;
  padding-right: 20px;
}
html .site-body-content table tbody {
  display: block;
  padding: 0px 0px;
  margin: 0 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
}
html .site-body-content dl dt {
  font-weight: 600;
}
html .site-body-content dl dd {
  margin-top: 4px;
  margin-left: 20px;
  font-size: 0.9em;
}
html .site-body-content dl dd + dt {
  margin-top: 20px;
}
html .site-body-content code, html .site-body-content pre {
  font-family: courier, sans-serif;
  padding: 0;
  background-color: black;
  color: white;
  font-size: 0.8em;
  padding: 5px 10px;
  border-radius: 3px;
}
html .site-body-content address {
  text-align: left;
}
html .site-body-content sup {
  vertical-align: super;
  font-size: 60%;
  margin-left: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: sans-serif;
  border-radius: 25px;
  border-style: solid;
  border-width: 1px;
}

.site-body-content .wp-block-separator {
  margin: 1em auto;
  max-width: 700px;
}

.site-body-content .wp-block-separator p {
  padding-left: 0px;
}

/**
* Gutenberg galleries
*/
html .wp-block-gallery .blocks-gallery-image {
  margin: 0;
}

html #site-body .site-body-content-wrap .site-body-content .gallery {
  max-width: none;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
html #site-body .site-body-content-wrap .site-body-content .gallery .gallery-item {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
html #site-body .site-body-content-wrap .site-body-content .gallery .gallery-item img {
  width: 100%;
  display: block;
  margin: 0;
}
html #site-body .site-body-content-wrap .site-body-content .gallery.gallery-columns-2.gallery-size-square500 {
  max-width: 1200px;
}
html #site-body .site-body-content-wrap .site-body-content .gallery.gallery-columns-3.gallery-size-square500 {
  max-width: 1800px;
}
html #site-body .site-body-content-wrap .site-body-content .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
html #site-body .site-body-content-wrap .site-body-content .gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
html #site-body .site-body-content-wrap .site-body-content .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
html #site-body .site-body-content-wrap .site-body-content .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

html #site-body .site-body-content-wrap .site-body-content .gallery + .gallery {
  margin-top: 0;
}

html #site-body .site-body-content-wrap .site-body-content .gallery:last-child {
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  html #site-body .site-body-content-wrap .site-body-content .gallery .gallery-item,
  html #site-body .site-body-content-wrap .site-body-content .gallery.gallery-columns-2 .gallery-item,
  html #site-body .site-body-content-wrap .site-body-content .gallery.gallery-columns-3 .gallery-item,
  html #site-body .site-body-content-wrap .site-body-content .gallery.gallery-columns-4 .gallery-item,
  html #site-body .site-body-content-wrap .site-body-content .gallery.gallery-columns-5 .gallery-item {
    width: 100%;
  }
}
/* Breadcrumbs */
#breadcrumbs {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 0;
}

#breadcrumbs li + li:before {
  content: "\2192";
  margin-right: 8px;
}

/**
* Sideheader de single
*/
.post-header .post-header-content {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.87))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0.1)), color-stop(90%, rgba(0, 0, 0, 0.5)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.87) 100%), -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 90%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.87) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 90%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.87) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 90%);
}
.post-header .share-wrap {
  top: 10%;
  position: absolute;
  right: -34px;
  z-index: 40;
  width: 68px;
}
.post-header .share-wrap .share-button {
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  width: 56px;
  height: 56px;
  line-height: 56px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.post-header .share-wrap .share-button + .share-button {
  margin-top: 10px;
}
.post-header .post-item-title {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}
.post-header .post-item-subtitle {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  opacity: 0.5;
}
.post-header .post-item-subtitle b, .post-header .post-item-subtitle strong {
  opacity: 1;
}
.post-header .post-item-meta a:hover {
  text-decoration: underline;
}
.post-header .by-user + .by-user::before {
  content: "&";
  margin-right: 5px;
  font-weight: normal;
  opacity: 0.5;
}
.post-header hr {
  border-style: solid;
  border-width: 1px 0 0 0;
  opacity: 0.2;
}
