@charset "UTF-8";
/*
Theme Name: Gamika Reborn
Theme URI: https://www.gamika.es;
Author: Rosmen Alvarez Rodriguez (Basado en Blankslate de TidyThemes)
Author URI: https://madcore.es/
Description: <strong>Tema principalo de Gamika</strong> - Nueva versión basada en Blankslate de TidyThemes
Version: 9000
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");
@import url("inc/fonts/Poppins.css");
@import url("inc/fonts/Montserrat.css");
@import url("inc/fonts/Raleway.css");
/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/**
 * Use a more readable tab size (opinionated).
 */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct height in Firefox.
 */
hr {
  height: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
[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 Chrome and Safari.
 */
summary {
  display: list-item;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.clear {
  clear: both;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

a {
  color: #b22d00;
}

twitter-widget {
  margin: 0 auto;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

body {
  background: #f9f9f9;
  overflow-x: hidden;
}

#container {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 920px) {
  #container {
    display: block;
  }
}

#content {
  max-width: 920px;
  width: 100%;
  margin: 20px auto;
}

.articulos #container, .analisis #container {
  display: block;
}
.articulos #content, .analisis #content {
  max-width: none;
  width: 100%;
}

.entry-content {
  max-width: 920px;
  margin: 0 auto;
  letter-spacing: 0.02em;
  line-height: 1.4;
  width: auto;
}
@media only screen and (max-width: 920px) {
  .entry-content {
    padding: 10px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #b22d00;
}

h1 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(22px + 10 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(20px + 10 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(20px + 6 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  h4 {
    font-size: calc(20px + 4 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 24px;
  }
}

h2.is-style-a,
h3.is-style-a,
h4.is-style-a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h2.is-style-a::before, h2.is-style-a::after,
h3.is-style-a::before,
h3.is-style-a::after,
h4.is-style-a::before,
h4.is-style-a::after {
  content: "";
  background: #b22d00;
  width: auto;
  height: 1px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
h2.is-style-a::before,
h3.is-style-a::before,
h4.is-style-a::before {
  margin: 0 20px 0 -20px;
}
@media only screen and (max-width: 920px) {
  h2.is-style-a::before,
h3.is-style-a::before,
h4.is-style-a::before {
    margin: 0 20px 0 0;
  }
}
h2.is-style-a::after,
h3.is-style-a::after,
h4.is-style-a::after {
  margin: 0 -20px 0 20px;
}
@media only screen and (max-width: 920px) {
  h2.is-style-a::after,
h3.is-style-a::after,
h4.is-style-a::after {
    margin: 0 0 0 20px;
  }
}

h2.is-style-b,
h3.is-style-b,
h4.is-style-b {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h2.is-style-b::after,
h3.is-style-b::after,
h4.is-style-b::after {
  content: "";
  background: #b22d00;
  width: auto;
  height: 1px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 10px;
}

h2.is-style-c,
h3.is-style-c,
h4.is-style-c {
  text-align: left;
  display: block;
}
h2.is-style-c::after,
h3.is-style-c::after,
h4.is-style-c::after {
  content: "";
  background: #b22d00;
  width: auto;
  height: 1px;
  display: block;
  margin: 0;
}

header {
  max-width: 920px;
  margin: 0 auto;
}
header h1.entry-title,
header h2.entry-title {
  color: #b22d00;
  margin-bottom: 13px;
}
header h1.entry-title a,
header h2.entry-title a {
  color: #b22d00;
  text-decoration: none;
}
@media only screen and (max-width: 920px) {
  header h1.entry-title,
header h2.entry-title {
    padding: 0 10px;
  }
}
header h2.entry-subtitle,
header h3.entry-subtitle {
  color: #444444;
}
@media only screen and (max-width: 920px) {
  header h2.entry-subtitle,
header h3.entry-subtitle {
    padding: 0 10px;
  }
}
header h1.entry-title {
  font-size: 25px;
}
@media screen and (min-width: 320px) {
  header h1.entry-title {
    font-size: calc(25px + 10 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  header h1.entry-title {
    font-size: 35px;
  }
}
header h2.entry-subtitle {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  header h2.entry-subtitle {
    font-size: calc(20px + 8 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  header h2.entry-subtitle {
    font-size: 28px;
  }
}
header .size-newshead {
  max-width: 920px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  margin-bottom: 13px;
  border-radius: 10px;
}
@media only screen and (max-width: 920px) {
  header .size-newshead {
    margin-top: -20px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  header .size-newshead {
    max-height: 250px;
  }
}
@media only screen and (max-width: 640px) {
  header .size-newshead {
    max-height: 208px;
  }
}
@media only screen and (max-width: 560px) {
  header .size-newshead {
    max-height: 180px;
  }
}
@media only screen and (max-width: 480px) {
  header .size-newshead {
    max-height: 156px;
  }
}
@media only screen and (max-width: 400px) {
  header .size-newshead {
    max-height: 130px;
  }
}
header .size-newshead.top {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
header .size-newshead.top-center {
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
header .size-newshead.center {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
header .size-newshead.bottom-center {
  -o-object-position: 50% 75%;
     object-position: 50% 75%;
}
header .size-newshead.bottom {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
header .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}
header .entry-meta .avatar {
  margin-right: 5px;
}
header .entry-meta .avatar img {
  border-radius: 100px;
  width: 30px;
  height: 30px;
}
header .entry-meta .author.vcard a {
  text-decoration: none;
}
header .entry-meta .entry-date {
  margin-left: 10px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .entry-meta .entry-date::before {
  content: "\f469";
  font-family: "dashicons";
  float: left;
}
header .entry-meta .entry-date::after {
  content: "";
  width: auto;
  height: 1px;
  display: inline-block;
  background: #b22d00;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}
header .entry-meta .social {
  text-align: right;
}
header .entry-meta .social svg {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
header .entry-meta .social .button.twitter {
  text-decoration: none;
  color: #1da1f2;
}
header .entry-meta .social .button.facebook {
  text-decoration: none;
  color: #3b5998;
}
header .entry-meta .edit-link a img {
  width: 30px;
  margin-left: 10px;
}

.entry-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  margin: 0 auto 30px;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 920px) {
  .entry-summary {
    width: auto;
    margin: 0 10px 20px;
  }
}
.entry-summary .image-box {
  width: 220px;
  height: 124px;
  margin-right: 10px;
  float: right;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .entry-summary .image-box {
    width: 100px;
    height: 75px;
  }
}
@media only screen and (max-width: 640px) {
  .entry-summary .image-box {
    width: 100px;
    height: 75px;
  }
}
@media only screen and (max-width: 560px) {
  .entry-summary .image-box {
    width: 100px;
    height: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .entry-summary .image-box {
    width: 100px;
    height: 75px;
  }
}
@media only screen and (max-width: 400px) {
  .entry-summary .image-box {
    width: 80px;
    height: 60px;
  }
}
.entry-summary .image-box img {
  width: 220px;
  height: 124px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .entry-summary .image-box img {
    width: 100px;
    height: 75px;
  }
}
@media only screen and (max-width: 640px) {
  .entry-summary .image-box img {
    width: 100px;
    height: 75px;
  }
}
@media only screen and (max-width: 560px) {
  .entry-summary .image-box img {
    width: 100px;
    height: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .entry-summary .image-box img {
    width: 100px;
    height: 75px;
  }
}
@media only screen and (max-width: 400px) {
  .entry-summary .image-box img {
    width: 80px;
    height: 60px;
  }
}
.entry-summary .image-box ul {
  margin: 5px;
  padding: 0;
  position: absolute;
}
.entry-summary .image-box ul li {
  background: #b22d00;
  margin: 0;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
}
.entry-summary .image-box ul li::before {
  display: none;
}
.entry-summary .image-box ul li a {
  color: #f9f9f9;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  font-family: "Poppins", sans serif;
}
.entry-summary .image-box .post-edit-link {
  position: absolute;
  top: 0;
  right: 0;
  background: #b22d00;
  margin: 5px;
  padding: 1px;
  opacity: 0;
}
.entry-summary .image-box .post-edit-link::before {
  content: "\f327";
  font-family: dashicons;
  color: #f9f9f9;
}
.entry-summary .image-box:hover .post-edit-link {
  opacity: 1;
}
.entry-summary .data-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.entry-summary .data-box h2.entry-title {
  font-weight: 600;
  color: #b22d00;
  margin-bottom: 15px;
}
.entry-summary .data-box h2.entry-title {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .entry-summary .data-box h2.entry-title {
    font-size: calc(16px + 4 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  .entry-summary .data-box h2.entry-title {
    font-size: 20px;
  }
}
.entry-summary .data-box h2.entry-title a {
  text-decoration: none;
}
.entry-summary .data-box h3.entry-subtitle {
  font-weight: 600;
  color: #444444;
  margin-bottom: 15px;
}
.entry-summary .data-box h3.entry-subtitle {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .entry-summary .data-box h3.entry-subtitle {
    font-size: calc(14px + 1 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  .entry-summary .data-box h3.entry-subtitle {
    font-size: 15px;
  }
}
.entry-summary .data-box .entry-meta {
  font-family: "Montserrat", sans serif;
  font-weight: 400;
  color: #444444;
}
.entry-summary .data-box .entry-meta {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .entry-summary .data-box .entry-meta {
    font-size: calc(12px + 2 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  .entry-summary .data-box .entry-meta {
    font-size: 14px;
  }
}
.entry-summary .data-box .entry-meta .author a {
  text-decoration: none;
}
.entry-summary .data-box .entry-meta .meta-sep {
  display: none;
}
.entry-summary .data-box .entry-meta .entry-date {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.entry-summary .data-box .entry-meta .entry-date::before {
  content: "\f469";
  font-family: "dashicons";
  float: left;
  margin-right: 2px;
}

.articulos article header, .analisis article header {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 50%;
  margin-top: -70px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #b22d00;
  background: -webkit-gradient(linear, left top, right bottom, from(#b22d00), to(#444444));
  background: -o-linear-gradient(left top, #b22d00, #444444);
  background: linear-gradient(to right bottom, #b22d00, #444444);
}
@media only screen and (max-width: 560px) {
  .articulos article header, .analisis article header {
    height: auto;
    padding-top: 70px;
  }
}
.articulos article header .size-newshead, .analisis article header .size-newshead {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  opacity: 0.6;
  margin-bottom: 0;
}
@media only screen and (max-width: 560px) {
  .articulos article header .size-newshead, .analisis article header .size-newshead {
    width: 100%;
    height: 100%;
    top: 20px;
  }
}
.articulos article header h1, .articulos article header h2, .articulos article header h3, .analisis article header h1, .analisis article header h2, .analisis article header h3 {
  z-index: 1;
  color: white;
  text-shadow: 1px 0 rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.3), 0 -1px rgba(0, 0, 0, 0.3);
}
.articulos article header h1 a, .articulos article header h2 a, .articulos article header h3 a, .analisis article header h1 a, .analisis article header h2 a, .analisis article header h3 a {
  color: white;
}
.articulos article header .category, .analisis article header .category {
  color: black;
  background: white;
  padding: 5px 10px;
  border-radius: 5px;
  mix-blend-mode: screen;
}
.articulos article header .category, .analisis article header .category {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .articulos article header .category, .analisis article header .category {
    font-size: calc(14px + 6 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  .articulos article header .category, .analisis article header .category {
    font-size: 20px;
  }
}
.articulos article header .entry-title, .analisis article header .entry-title {
  max-width: 1280px;
  text-align: center;
  font-weight: 600;
}
.articulos article header .entry-title, .analisis article header .entry-title {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .articulos article header .entry-title, .analisis article header .entry-title {
    font-size: calc(14px + 50 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  .articulos article header .entry-title, .analisis article header .entry-title {
    font-size: 64px;
  }
}
.articulos article header .entry-subtitle, .analisis article header .entry-subtitle {
  max-width: 920px;
  text-align: center;
  font-weight: 500;
}
.articulos article header .entry-subtitle, .analisis article header .entry-subtitle {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .articulos article header .entry-subtitle, .analisis article header .entry-subtitle {
    font-size: calc(14px + 21 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  .articulos article header .entry-subtitle, .analisis article header .entry-subtitle {
    font-size: 35px;
  }
}
.articulos article header .entry-meta, .analisis article header .entry-meta {
  display: block;
  color: white;
  width: 100%;
  position: relative;
  text-align: center;
}
.articulos article header .entry-meta .avatar, .analisis article header .entry-meta .avatar {
  display: block;
  clear: both;
  text-align: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  position: relative;
}
.articulos article header .entry-meta .avatar img, .analisis article header .entry-meta .avatar img {
  margin: 0;
  border: 2px solid white;
  position: relative;
  -webkit-filter: drop-shadow(1px 0px 0 rgba(0, 0, 0, 0.3)) drop-shadow(0px 1px 0 rgba(0, 0, 0, 0.3)) drop-shadow(0px -1px 0 rgba(0, 0, 0, 0.3)) drop-shadow(-1px 0px 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 0px 0 rgba(0, 0, 0, 0.3)) drop-shadow(0px 1px 0 rgba(0, 0, 0, 0.3)) drop-shadow(0px -1px 0 rgba(0, 0, 0, 0.3)) drop-shadow(-1px 0px 0 rgba(0, 0, 0, 0.3));
}
.articulos article header .entry-meta .avatar::before, .articulos article header .entry-meta .avatar::after, .analisis article header .entry-meta .avatar::before, .analisis article header .entry-meta .avatar::after {
  content: "";
  width: 100px;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
  top: 25px;
  -webkit-filter: drop-shadow(1px 0px 0 rgba(0, 0, 0, 0.3)) drop-shadow(0px 1px 0 rgba(0, 0, 0, 0.3)) drop-shadow(0px -1px 0 rgba(0, 0, 0, 0.3)) drop-shadow(-1px 0px 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 0px 0 rgba(0, 0, 0, 0.3)) drop-shadow(0px 1px 0 rgba(0, 0, 0, 0.3)) drop-shadow(0px -1px 0 rgba(0, 0, 0, 0.3)) drop-shadow(-1px 0px 0 rgba(0, 0, 0, 0.3));
}
.articulos article header .entry-meta .avatar::before, .analisis article header .entry-meta .avatar::before {
  right: 70px;
}
.articulos article header .entry-meta .avatar::after, .analisis article header .entry-meta .avatar::after {
  left: 70px;
}
.articulos article header .entry-meta .author.vcard, .analisis article header .entry-meta .author.vcard {
  display: block;
  margin: 0 auto 10px;
  text-shadow: 1px 0 rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.3), 0 -1px rgba(0, 0, 0, 0.3);
}
.articulos article header .entry-meta .author.vcard, .analisis article header .entry-meta .author.vcard {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .articulos article header .entry-meta .author.vcard, .analisis article header .entry-meta .author.vcard {
    font-size: calc(14px + 4 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  .articulos article header .entry-meta .author.vcard, .analisis article header .entry-meta .author.vcard {
    font-size: 18px;
  }
}
.articulos article header .entry-meta .author.vcard a, .analisis article header .entry-meta .author.vcard a {
  color: white;
  text-decoration: none;
}
.articulos article header .entry-meta .meta-sep, .analisis article header .entry-meta .meta-sep {
  display: none;
}
.articulos article header .entry-meta .entry-date, .analisis article header .entry-meta .entry-date {
  text-shadow: 1px 0 rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.3), 0 -1px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto 20px;
}
.articulos article header .entry-meta .entry-date::before, .analisis article header .entry-meta .entry-date::before {
  display: none;
}
.articulos article header .entry-meta .social, .analisis article header .entry-meta .social {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: center;
}
.articulos article header .entry-meta .social .button.twitter, .analisis article header .entry-meta .social .button.twitter {
  fill: #f9f9f9;
}
.articulos article header .entry-meta .social .button.facebook, .analisis article header .entry-meta .social .button.facebook {
  fill: #f9f9f9;
}
.articulos article header .entry-meta .social a:first-child svg, .analisis article header .entry-meta .social a:first-child svg {
  margin-left: 0;
}

p {
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Poppins", sans serif;
}
p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  p {
    font-size: calc(16px + 2 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  p {
    font-size: 18px;
  }
}
p::last-child {
  margin-bottom: 0;
}

b, strong {
  font-weight: 800;
}

.has-drop-cap {
  margin-bottom: 6px;
}
.has-drop-cap:not(:focus)::first-letter {
  color: #b22d00;
}

.is-style-drop-cap::first-letter, .is-style-drop-cap-plus::first-letter,
.is-style-drop-cap .dropcap, p.intro::first-letter, p.intro-plus::first-letter,
p.intro .dropcap {
  color: #b22d00;
  float: left;
  font-size: 8.4em;
  line-height: 0.7 !important;
  font-weight: 800 !important;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
  font-family: "Montserrat", sans serif;
}
.is-style-drop-cap-plus, p.intro-plus {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .is-style-drop-cap-plus, p.intro-plus {
    font-size: calc(18px + 4 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  .is-style-drop-cap-plus, p.intro-plus {
    font-size: 22px;
  }
}

ul,
ol {
  padding-left: 1.3em;
  margin-left: 1.3em;
  margin-bottom: 20px;
  font-family: "Poppins", sans serif;
}
ul,
ol {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  ul,
ol {
    font-size: calc(16px + 2 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  ul,
ol {
    font-size: 18px;
  }
}
@media only screen and (max-width: 920px) {
  ul,
ol {
    margin-left: 0;
  }
}
ul li,
ol li {
  margin-bottom: 20px;
  position: relative;
}
ul li::last-child,
ol li::last-child {
  margin-bottom: 0;
}
ul.compact li,
ol.compact li {
  margin-bottom: 0;
}

ul {
  list-style-type: none;
}
ul li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #b22d00;
  position: absolute;
  top: 6px;
  left: -17px;
  border-radius: 100%;
}

ol {
  list-style: none;
  counter-reset: li;
}
ol li {
  counter-increment: li;
}
ol li::before {
  content: counter(li);
  color: #b22d00;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
  font-weight: bold;
}

.wp-block-embed .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-table {
  margin-bottom: 20px;
}
.wp-block-table td, .wp-block-table th {
  border-color: #b22d00;
}

.wp-block-group .wp-block-group__inner-container {
  max-width: 920px;
  margin: 0 auto;
  width: auto;
}
.wp-block-group.alignfull {
  width: 100vw;
  max-width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 24px;
}

.epyt-gallery .epyt-video-wrapper {
  border-radius: 5px;
  overflow: hidden;
}
.epyt-gallery .epyt-gallery-img-box {
  border-radius: 5px;
  overflow: hidden;
}

.gmk-conf-box .wp-block-image.is-style-title-a figcaption {
  padding-right: 50%;
  padding-left: 13%;
}
.gmk-conf-box .wp-block-image.is-style-title-a figcaption::before {
  left: 31.5%;
}
.gmk-conf-box .wp-block-columns .wp-block-column:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 2em;
  position: relative;
  top: -140px;
}
.gmk-conf-box .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.gmk-conf-box:nth-child(2n) .wp-block-image.is-style-title-a figcaption {
  padding-left: 50%;
  padding-right: 13%;
}
.gmk-conf-box:nth-child(2n) .wp-block-image.is-style-title-a figcaption::before {
  left: 68.5%;
}
.gmk-conf-box:nth-child(2n) .wp-block-columns .wp-block-column:first-child {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-left: 0;
  position: relative;
  top: -140px;
}
.gmk-conf-box:nth-child(2n) .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 2em;
}
.gmk-conf-box .wp-block-embed__wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.gmk-conf-box figcaption {
  padding-left: 0;
  padding-right: 0;
}

.endpad {
  margin: 30px auto;
  clear: both;
  display: block;
  width: 40px;
  position: relative;
}
.endpad img {
  width: 40px;
}
.endpad::before, .endpad::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  display: block;
  background: #b22d00;
  top: 50%;
  left: 0;
  -webkit-transform: translatey(-2px) translateX(-60px);
      -ms-transform: translatey(-2px) translateX(-60px);
          transform: translatey(-2px) translateX(-60px);
}
.endpad::after {
  right: 0;
  -webkit-transform: translatey(-2px) translateX(50px);
      -ms-transform: translatey(-2px) translateX(50px);
          transform: translatey(-2px) translateX(50px);
}

.ctis-load-more {
  background: #b22d00;
  border: 1px solid #b22d00;
  border-radius: 5px;
  padding: 10px;
  color: white;
  text-decoration: none;
}
.ctis-load-more button {
  text-transform: uppercase;
}

#ctis-loading img {
  width: 50px !important;
}

.page article .header {
  background: url("inc/png/background-mosaic.png");
  text-align: center;
}

/* Compatibilidad de listas antiguas con Shortcodes Ultimate */
.su-list ul li::before {
  display: none;
}

/* Caja de video Youtube */
.boxed-video {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 4.5%;
  min-height: 100px;
  padding: 10px;
  width: 90%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #471200;
  background: -o-linear-gradient(45deg, #471200, #444444);
  background: linear-gradient(45deg, #471200, #444444);
}

.boxed-video .video-thumbnail {
  background-position: center center;
  background-size: cover;
  display: block;
  float: left;
  height: 100px;
  margin-right: 10px;
  width: 178px;
  min-width: 178px;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 1px #444444;
  box-shadow: 0 0 0 1px #444444;
  border: 1px solid white;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}

.boxed-video .video-thumbnail:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 71px;
  color: white;
  position: absolute;
  top: 0;
  left: 59px;
  -webkit-filter: opacity(75%) drop-shadow(0px 0px 5px black);
  filter: opacity(75%) drop-shadow(0px 0px 5px black);
}

.boxed-video ul {
  list-style: inside none none !important;
  margin: auto 0 !important;
  padding: 0 !important;
}

.boxed-video ul li {
  padding: 4px 0 4px 0 !important;
  font-weight: 600;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 1;
  -webkit-filter: drop-shadow(1px 0px 0 rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 0 rgba(0, 0, 0, 0.1)) drop-shadow(0px -1px 0 rgba(0, 0, 0, 0.1)) drop-shadow(-1px 0px 0 rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 0px 0 rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 0 rgba(0, 0, 0, 0.1)) drop-shadow(0px -1px 0 rgba(0, 0, 0, 0.1)) drop-shadow(-1px 0px 0 rgba(0, 0, 0, 0.1));
  margin: 0 !important;
}

.boxed-video ul li:before {
  display: none !important;
}

.boxed-video ul li:first-child {
  font-size: 18px;
}

.boxed-video ul li:first-child a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f9f9f9;
  display: block;
  margin: 6px auto 0;
  opacity: 0.7;
}

.boxed-video .bg {
  background-position: center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(30px) opacity(0.7);
  filter: blur(30px) opacity(0.7);
}

.boxed-video a {
  color: #f9f9f9;
  text-decoration: none;
}

.boxed-video.big {
  padding: 0px;
  max-width: 480px;
  margin: 0;
  max-height: 272px;
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
}

.boxed-video.big .video-thumbnail::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wp-block-image.alignwide {
  margin-left: -180px;
  margin-right: -180px;
  max-width: none;
}
@media only screen and (max-width: 920px) {
  .wp-block-image.alignwide {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.wp-block-image.alignfull {
  width: 100vw;
  max-width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 24px;
}
.wp-block-image.is-style-outside .alignleft {
  margin-left: -180px;
}
@media only screen and (max-width: 1280px) {
  .wp-block-image.is-style-outside .alignleft {
    margin-left: -120px;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-block-image.is-style-outside .alignleft {
    margin-left: -60px;
  }
}
@media only screen and (max-width: 920px) {
  .wp-block-image.is-style-outside .alignleft {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
}
.wp-block-image.is-style-outside .alignleft img {
  margin-bottom: 0;
}
.wp-block-image.is-style-outside .alignright {
  margin-right: -180px;
}
@media only screen and (max-width: 1280px) {
  .wp-block-image.is-style-outside .alignright {
    margin-right: -120px;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-block-image.is-style-outside .alignright {
    margin-right: -60px;
  }
}
@media only screen and (max-width: 920px) {
  .wp-block-image.is-style-outside .alignright {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
  }
}
.wp-block-image.is-style-outside .alignright img {
  margin-bottom: 0;
}
.wp-block-image.is-style-title-a {
  max-width: 1280px;
  margin: 60px auto 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.wp-block-image.is-style-title-a img {
  width: 1280px;
  max-width: 100%;
  max-height: 350px;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-image.is-style-title-a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-image.is-style-title-a figcaption {
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  font-size: 40px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
  color: #f9f9f9;
  text-shadow: 1px 0 #444444, -1px 0 #444444, 0 1px #444444, 0 -1px #444444;
  font-weight: bold;
}
.wp-block-image.is-style-title-a figcaption br {
  display: none;
}
.wp-block-image.is-style-title-a figcaption em {
  display: block;
  font-size: 20px;
}
.wp-block-image.is-style-title-a figcaption::before {
  content: "";
  background: #b22d00;
  width: 100px;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -50px;
}
.wp-block-image.is-style-title-a.is-resized {
  display: block;
}
.wp-block-image.is-style-title-a.alignwide, .wp-block-image.is-style-title-a.alignfull {
  margin-left: -180px;
  margin-right: -180px;
}
@media only screen and (max-width: 920px) {
  .wp-block-image.is-style-title-a.alignwide, .wp-block-image.is-style-title-a.alignfull {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-image.is-style-title-a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(https://gamika.es/gmk_os/themes/gmk_os_v2/images/geopattern.png);
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(35%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0)), to(black));
  -webkit-mask-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 65%, black 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(35%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0)), to(black));
          mask-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 65%, black 100%);
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-block-gallery {
  margin: 40px 0 0 0;
}
.wp-block-gallery ul {
  margin-left: 0;
  margin-bottom: 0;
}
.wp-block-gallery ul li::before {
  display: none;
}
.wp-block-gallery.alignfull {
  width: 100vw;
  max-width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 24px;
  padding: 25px;
}

.entry-content img {
  display: block;
  margin: 0 auto 20px;
}
.entry-content img.outside.alignleft {
  margin-left: -180px;
  margin-right: 20px;
}
@media only screen and (max-width: 920px) {
  .entry-content img.outside.alignleft {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
  }
}
.entry-content img.outside.alignright {
  margin-right: -180px;
  margin-left: 20px;
}
@media only screen and (max-width: 920px) {
  .entry-content img.outside.alignright {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
  }
}
.entry-content img.outside.aligncenter {
  margin-right: -180px;
  margin-left: -180px;
}
@media only screen and (max-width: 920px) {
  .entry-content img.outside.aligncenter {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
    width: 100%;
    height: auto;
  }
}
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 920px) {
  .entry-content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
    width: 100%;
    height: auto;
  }
}

.wp-block-cover.alignfull {
  width: 100vw;
  max-width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 24px;
}
.wp-block-cover.is-style-normal .wp-block-cover-text {
  max-width: 920px;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.4;
  padding: 20px 0;
  text-align: left;
}
.wp-block-cover.is-style-normal .wp-block-cover-text {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .wp-block-cover.is-style-normal .wp-block-cover-text {
    font-size: calc(16px + 2 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  .wp-block-cover.is-style-normal .wp-block-cover-text {
    font-size: 18px;
  }
}
.wp-block-cover.is-style-normal.has-left-content .wp-block-cover-text {
  max-width: 400px;
  -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
          transform: translateX(-260px);
}
@media only screen and (max-width: 920px) {
  .wp-block-cover.is-style-normal.has-left-content .wp-block-cover-text {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.wp-block-cover.is-style-normal.has-right-content .wp-block-cover-text {
  max-width: 400px;
  -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
          transform: translateX(260px);
  text-align: left;
}
@media only screen and (max-width: 920px) {
  .wp-block-cover.is-style-normal.has-right-content .wp-block-cover-text {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.wp-block-cover.texto-negro .wp-block-cover-text {
  color: #444444;
}
@media only screen and (max-width: 920px) {
  .wp-block-cover {
    padding: 0 20px;
  }
}

.wp-block-columns.vertical,
.wp-block[data-type="core/columns"].vertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-columns .wp-block-column:first-child .wp-block-image.alignwide, .wp-block-columns .wp-block-column:first-child .wp-block-image.alignfull,
.wp-block[data-type="core/columns"] .wp-block-column:first-child .wp-block-image.alignwide,
.wp-block[data-type="core/columns"] .wp-block-column:first-child .wp-block-image.alignfull {
  margin-left: -180px;
  margin-right: 0;
  max-width: none;
}
@media only screen and (max-width: 920px) {
  .wp-block-columns .wp-block-column:first-child .wp-block-image.alignwide, .wp-block-columns .wp-block-column:first-child .wp-block-image.alignfull,
.wp-block[data-type="core/columns"] .wp-block-column:first-child .wp-block-image.alignwide,
.wp-block[data-type="core/columns"] .wp-block-column:first-child .wp-block-image.alignfull {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
.wp-block-columns .wp-block-column:last-child .wp-block-image.alignwide, .wp-block-columns .wp-block-column:last-child .wp-block-image.alignfull,
.wp-block[data-type="core/columns"] .wp-block-column:last-child .wp-block-image.alignwide,
.wp-block[data-type="core/columns"] .wp-block-column:last-child .wp-block-image.alignfull {
  margin-right: -180px;
  margin-left: 0;
  max-width: none;
}
@media only screen and (max-width: 920px) {
  .wp-block-columns .wp-block-column:last-child .wp-block-image.alignwide, .wp-block-columns .wp-block-column:last-child .wp-block-image.alignfull,
.wp-block[data-type="core/columns"] .wp-block-column:last-child .wp-block-image.alignwide,
.wp-block[data-type="core/columns"] .wp-block-column:last-child .wp-block-image.alignfull {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  .wp-block-columns .wp-block-column,
.wp-block[data-type="core/columns"] .wp-block-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 920px) {
  .wp-block-columns .wp-block-column:not(:first-child), .wp-block-columns .wp-block-column:not(:last-child),
.wp-block[data-type="core/columns"] .wp-block-column:not(:first-child),
.wp-block[data-type="core/columns"] .wp-block-column:not(:last-child) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.wp-block-columns.alignwide,
.wp-block[data-type="core/columns"].alignwide {
  margin-left: -180px;
  margin-right: -180px;
  max-width: none;
}
.wp-block-columns.alignfull,
.wp-block[data-type="core/columns"].alignfull {
  width: 100vw;
  max-width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 24px;
}
.wp-block-columns.alignwide .wp-block-column .wp-block-image.alignwide, .wp-block-columns.alignwide .wp-block-column .wp-block-image.alignfull, .wp-block-columns.alignfull .wp-block-column .wp-block-image.alignwide, .wp-block-columns.alignfull .wp-block-column .wp-block-image.alignfull,
.wp-block[data-type="core/columns"].alignwide .wp-block-column .wp-block-image.alignwide,
.wp-block[data-type="core/columns"].alignwide .wp-block-column .wp-block-image.alignfull,
.wp-block[data-type="core/columns"].alignfull .wp-block-column .wp-block-image.alignwide,
.wp-block[data-type="core/columns"].alignfull .wp-block-column .wp-block-image.alignfull {
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}
@media only screen and (max-width: 920px) {
  .wp-block-columns,
.wp-block[data-type="core/columns"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

.archive article {
  max-width: 920px;
  margin: 0 auto 30px;
}

header[role=banner] {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  max-height: 50px;
  width: 100%;
  max-width: none;
  padding: 0 calc(50% - 640px);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
header[role=banner]::after {
  content: "";
  background: rgba(255, 255, 255, 0);
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  max-width: 1280px;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#branding {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 920px) {
  #branding {
    margin: 0 auto;
  }
}

#site-title h1 {
  margin: 0 !important;
}
#site-title a {
  font-size: 0px;
  display: block;
  background-image: url("inc/svg/logo.svg");
  width: 230px;
  height: 50px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
@media only screen and (max-width: 920px) {
  #site-title a {
    background-size: 70%;
  }
}

#site-description {
  display: none;
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#menu .menu-menu-principal-container {
  display: block;
  max-width: 1050px;
  -webkit-transition: ease-in-out 1s;
  -o-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
}
#menu .menu-menu-secundario-container, #menu .menu-menu-no-logueado-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  direction: rtl;
}
#menu .menu-menu-secundario-container ul, #menu .menu-menu-no-logueado-container ul {
  margin: 0;
}
#menu .menu-menu-no-logueado-container a[href$=login] {
  font-size: 0;
  position: relative;
  margin: 0 0 0 10px;
}
#menu .menu-menu-no-logueado-container a[href$=login]::before {
  background: gray;
  content: "\f110";
  color: white;
  font-family: "Dashicons";
  font-size: 35px;
  margin: 0;
  padding: 0;
  border-radius: 25px;
  opacity: 0.5;
}
#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  text-transform: uppercase;
  margin: 0 20px;
}
#menu ul li {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
#menu ul li a {
  text-decoration: none;
  color: #444444;
  margin: 0 5px;
  font-size: 16px;
}
#menu ul li a:hover {
  color: #b22d00;
}
#menu ul li.current-menu-item a, #menu ul li.current-menu-parent a {
  color: #b22d00;
  font-weight: bold;
}
#menu ul li::before {
  display: none;
}
@media only screen and (max-width: 920px) {
  #menu {
    position: absolute;
  }
}

#head-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 920px) {
  #head-widgets {
    display: none;
  }
}

.bp-login-widget-user-avatar img {
  border-radius: 100px;
  height: 40px;
  width: 40px;
}

.xoo-el-username-menu, .menu-item-type-yspl_win {
  text-align: right;
  position: relative;
}
.xoo-el-username-menu > a, .menu-item-type-yspl_win > a {
  height: 50px;
  display: block;
}
.xoo-el-username-menu:hover .sub-menu, .menu-item-type-yspl_win:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  top: 46px;
}
.xoo-el-username-menu .sub-menu, .menu-item-type-yspl_win .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: block !important;
  background: white;
  max-width: 120px;
  width: 100vw;
  right: -1px;
  top: 40px;
  margin: 0 !important;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  height: auto !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
}
.xoo-el-username-menu .sub-menu li, .menu-item-type-yspl_win .sub-menu li {
  display: block;
  text-align: left;
  padding: 0 10px 10px 10px !important;
}
.xoo-el-username-menu .sub-menu li a, .menu-item-type-yspl_win .sub-menu li a {
  font-size: 16px !important;
  width: 100%;
}

.bp-login-widget-user-links {
  display: none;
}

.articulos.top-scroll header[role=banner], .analisis.top-scroll header[role=banner] {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
}
.articulos.top-scroll header[role=banner]::after, .analisis.top-scroll header[role=banner]::after {
  background: rgba(255, 255, 255, 0.5);
}
.articulos.top-scroll header[role=banner] #menu ul li a, .analisis.top-scroll header[role=banner] #menu ul li a {
  color: #f9f9f9;
}
.articulos.top-scroll header[role=banner] #menu ul li.current-menu-item a, .articulos.top-scroll header[role=banner] #menu ul li.current-menu-parent a, .analisis.top-scroll header[role=banner] #menu ul li.current-menu-item a, .analisis.top-scroll header[role=banner] #menu ul li.current-menu-parent a {
  color: white;
}
.articulos.top-scroll header[role=banner] #menu ul li.current-menu-item a::after, .articulos.top-scroll header[role=banner] #menu ul li.current-menu-parent a::after, .analisis.top-scroll header[role=banner] #menu ul li.current-menu-item a::after, .analisis.top-scroll header[role=banner] #menu ul li.current-menu-parent a::after {
  opacity: 0;
}
.articulos.top-scroll #site-title a, .analisis.top-scroll #site-title a {
  background-image: url("inc/svg/logo-cut.svg");
}
.articulos.top-scroll .is-menu path.search-icon-path, .analisis.top-scroll .is-menu path.search-icon-path {
  fill: #f9f9f9;
}
.articulos.top-scroll #menuToggle label div, .analisis.top-scroll #menuToggle label div {
  background: white;
}

@media only screen and (max-width: 560px) {
  .pop-menu {
    position: absolute;
    left: 10px;
  }
}
@media only screen and (max-width: 920px) {
  .pop-menu {
    position: absolute;
    left: 10px;
  }
}

#menuToggle {
  display: block;
  position: relative;
  top: 18px;
  left: 0;
  z-index: 1;
  margin-right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #444444;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: #b22d00;
}

/* The hamburger button hidden inside an input element */
#menuToggle input {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7px;
  left: -5px;
  padding: 0;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle label {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}

#menuToggle label span {
  display: none;
}

/*
 * Hamburger
 */
#menuToggle label div {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  background: #b22d00;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
  -ms-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menuToggle label div:first-child {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#menuToggle label div:nth-child(2) {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/* 
 * Change the color of the hamburger when toggled
 */
#menuToggle input:checked + label div {
  background: #444444;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

#menuToggle input:checked + label div:nth-child(2) {
  -webkit-transform: rotate(45deg) scalex(1.2) translate(1px, -1px);
      -ms-transform: rotate(45deg) scalex(1.2) translate(1px, -1px);
          transform: rotate(45deg) scalex(1.2) translate(1px, -1px);
}

#menuToggle input:checked + label div:last-child {
  -webkit-transform: rotate(-45deg) scaleX(1.2) translate(-1px, -1px);
      -ms-transform: rotate(-45deg) scaleX(1.2) translate(-1px, -1px);
          transform: rotate(-45deg) scaleX(1.2) translate(-1px, -1px);
}

/*
 * Use absolute positioning to place the menu off-screen
 */
#menu-out {
  position: absolute;
  width: 300px;
  margin: 2px 0 0 -1px;
  padding: 20px 42px;
  background: white;
  list-style-type: none;
  /* Hide the menu off-screen to the left */
  left: 0;
  top: -100vh;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
  font-family: "Montserrat", sans serif;
}
#menu-out ul {
  margin: 0;
  padding: 0;
}
#menu-out li {
  padding: 0px 0;
  font-size: 22px;
  text-transform: uppercase;
}
#menu-out li a {
  font-family: "Montserrat", sans serif;
}
#menu-out li::before {
  display: none;
}
@media only screen and (max-width: 560px) {
  #menu-out {
    width: 100vw;
    height: 100vh;
    left: -10px !important;
  }
}

/*
 * Slide the menu in from left when the input is checked
 */
#menuToggle input:checked ~ #menu-out {
  left: 0;
  top: 30px;
  opacity: 1;
}

.remodal {
  border-radius: 10px !important;
}
.remodal .signin-title {
  font-size: 0;
  display: block;
  background: url("inc/svg/pad.svg") no-repeat center center;
  height: 50px;
  background-size: contain;
}
.remodal input[type=submit] {
  background: #b22d00;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}

#sidebar {
  width: 26.6%;
  max-width: 340px;
  margin: 0 0 0 20px;
  padding: 20px 0 0 20px;
  border-left: 1px solid #ececec;
}
#sidebar h2 {
  font-size: 22px;
  color: #b22d00;
  position: relative;
}
#sidebar ul {
  margin: 0;
  padding: 0;
}
#sidebar ul li::before {
  display: none;
}
@media only screen and (max-width: 768px) {
  #sidebar {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #sidebar {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  #sidebar {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #sidebar {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  #sidebar {
    display: none;
  }
}

.widget_loultimo_widget ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
}
.widget_loultimo_widget ul li img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.widget_loultimo_widget ul li h3 {
  font-size: 14px;
  margin: 0;
}
.widget_loultimo_widget ul li h3 a {
  text-decoration: none;
  color: #444444;
}

.widget_youtube_widget .widget-title {
  display: none;
}
.widget_youtube_widget .epyt-gallery-subscribe {
  padding: 10px 0 10px 0;
}
.widget_youtube_widget .epyt-gallery-subscribe a {
  width: 100%;
  font-size: 15px;
}
.widget_youtube_widget .epyt-pagination {
  padding: 0;
}
.widget_youtube_widget .epyt-pagination .epyt-pagebutton {
  text-transform: uppercase;
  font-size: 16px;
}
.widget_youtube_widget .epyt-pagination:first-child {
  display: none;
}

#wpadminbar {
  display: block;
  top: -28px !important;
  bottom: 10px !important;
  left: 0 !important;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
}
#wpadminbar #wp-admin-bar-wp-logo {
  display: none;
}
#wpadminbar:hover {
  top: 0 !important;
  overflow: visible;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  opacity: 1;
}
#wpadminbar .quicklinks {
  max-width: 1280px;
  margin: 0 auto;
}
#wpadminbar .ab-top-menu li > .ab-item {
  font-size: 0;
}
#wpadminbar .ab-submenu li > .ab-item {
  font-size: 13px;
}

body.admin-bar {
  margin-top: -32px;
}
@media only screen and (max-width: 768px) {
  body.admin-bar {
    margin-top: -46px !important;
  }
}

.is-menu.full-width-menu form, .is-menu.sliding form {
  direction: ltr;
}

.is-form-style.is-form-style-3 input.is-search-input {
  font-family: "Poppins", sans serif;
  font-weight: 400;
}

.is-ajax-search-result {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
  border-radius: 0px 0px 10px 10px !important;
}

.is-ajax-search-details .is-title a, .is-ajax-search-post .is-title a {
  font-family: "Montserrat", sans serif;
  text-transform: capitalize;
  font-size: 14px;
}

.is-search-sections .left-section {
  float: left;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid grey;
  max-width: 70px;
  margin-right: 15px;
}
.is-search-sections .right-section {
  font-family: "Montserrat", sans serif;
}
.is-search-sections .right-section .is-title {
  font-weight: 800;
}
.is-search-sections .right-section .is-title a {
  text-transform: uppercase;
}
.is-search-sections .right-section .is-search-content {
  font-weight: 600;
}
.is-search-sections .right-section .is-search-content .is-ajax-result-description {
  text-transform: uppercase;
}

.is-search-content {
  padding-left: 87px !important;
  font-family: "Montserrat", sans serif;
}

.castos-player {
  margin-bottom: 20px;
}
.castos-player.light-mode .player {
  background: none !important;
}
.castos-player .player__body {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
}
.castos-player .player__artwork img {
  border-radius: 10px;
  -webkit-filter: drop-shadow(1px 0px 0 rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 0 rgba(0, 0, 0, 0.1)) drop-shadow(0px -1px 0 rgba(0, 0, 0, 0.1)) drop-shadow(-1px 0px 0 rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 0px 0 rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 0 rgba(0, 0, 0, 0.1)) drop-shadow(0px -1px 0 rgba(0, 0, 0, 0.1)) drop-shadow(-1px 0px 0 rgba(0, 0, 0, 0.1));
}
.castos-player .currently-playing {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Montserrat", sans serif;
  text-transform: uppercase;
}
.castos-player .currently-playing .show {
  font-weight: 700;
  color: #444444 !important;
  opacity: 1 !important;
}
.castos-player .currently-playing .show {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .castos-player .currently-playing .show {
    font-size: calc(14px + 4 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  .castos-player .currently-playing .show {
    font-size: 18px;
  }
}
.castos-player .currently-playing .episode-title {
  font-weight: 700;
  font-family: "Montserrat", sans serif !important;
  color: #b22d00 !important;
}
.castos-player .currently-playing .episode-title {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .castos-player .currently-playing .episode-title {
    font-size: calc(18px + 6 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  .castos-player .currently-playing .episode-title {
    font-size: 24px;
  }
}
.castos-player .play-progress {
  position: relative;
  top: -19px;
}
.castos-player .play-pause-controls {
  border: 1px solid #b22d00;
}
.castos-player .play-pause-controls button {
  position: absolute;
  left: -1px;
  top: -1px;
}
.castos-player .play-pause-controls .play-btn {
  background-position: 13px 10px;
  background-color: #b22d00 !important;
}
.castos-player .play-pause-controls .pause-btn {
  background-position: 12px 12px;
  background-color: transparent !important;
}
.castos-player .progress__filled {
  background-color: #b22d00 !important;
}
.castos-player .player-panels-nav {
  display: none;
}

.podcast-bg {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: auto;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.2;
  z-index: 0;
}

.podcast-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.podcast-box .podcast-episode-background {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: auto;
  left: 0;
  top: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  background: black;
  display: none;
}
.podcast-box .podcast-episode-background:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), to(rgba(255, 0, 0, 0.65)));
  background: -o-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.65) 100%);
  z-index: 1;
}
@media only screen and (max-width: 560px) {
  .podcast-box .podcast-episode-background {
    display: block;
  }
}
.podcast-box > div {
  z-index: 1;
}
.podcast-box .cover img {
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin-right: 20px;
}
@media only screen and (max-width: 560px) {
  .podcast-box .cover img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.podcast-box .player-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.podcast-box .podcast-episode {
  width: 100%;
}
.podcast-box h2 {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 26px;
}
.podcast-box h3 {
  margin-bottom: 5px;
}
.podcast-box h3 a {
  text-decoration: none;
  color: #444444;
  font-size: 16px;
}
.podcast-box .podcast_player .podcast_meta {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.podcast-box .podcast_player .podcast_meta aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.podcast-box .podcast_player .podcast_meta aside p {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 10px;
}
.podcast-box .podcast_player .podcast_meta aside p:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.podcast-box .podcast_player .podcast_meta aside p a {
  text-decoration: none;
}
.podcast-box .podcast_meta {
  display: none;
}
@media only screen and (max-width: 560px) {
  .podcast-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
  }
}

.single-podcast .castos-player {
  margin-bottom: 0;
  max-height: 45px;
}
@media only screen and (max-width: 560px) {
  .single-podcast .castos-player {
    max-height: 50px;
  }
}
.single-podcast .castos-player .player {
  height: auto;
}
.single-podcast .castos-player .player__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0 0 1fr;
  grid-template-columns: 0 1fr;
  grid-gap: 0;
  position: relative;
}
.single-podcast .castos-player .currently-playing {
  display: none;
}
.single-podcast .castos-player .player__artwork img {
  display: none;
}
.single-podcast .castos-player .play-progress {
  position: relative;
  top: 0;
}
@media only screen and (max-width: 560px) {
  .single-podcast .castos-player .play-progress {
    margin-left: 0;
  }
}
.single-podcast .castos-player .player-panel {
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  display: none;
}
.single-podcast .entry-content {
  position: relative;
  z-index: 1;
}

.tax-series header.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.tax-series header.header img {
  margin-right: 10px;
  padding-right: 10px;
  width: auto;
  height: auto;
  max-width: 300px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-height: 100px;
  border-right: 1px solid #b22d00;
}
.tax-series header.header p {
  font-family: "Montserrat", sans serif;
  font-size: 12px;
  font-weight: bold;
  color: #b22d00;
}

.lity-container {
  width: auto !important;
}

.lity-content > div {
  background: white !important;
}

.wpd-list-item::before {
  display: none;
}

#wpdcom.wpd-layout-3 {
  max-width: 920px;
  margin: 0 auto;
}
#wpdcom .wpd-thread-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wpdcom .ql-container {
  border-radius: 5px !important;
}

#home-posts ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
}
@media only screen and (max-width: 560px) {
  #home-posts ul {
    display: block;
    padding: 0 10px;
  }
}
#home-posts ul li {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#home-posts ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 560px) {
  #home-posts ul li img {
    position: absolute;
  }
}
#home-posts ul li .post-categories {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 560px) {
  #home-posts ul li .post-categories {
    width: auto;
    display: inline-block;
  }
}
#home-posts ul li .post-categories li {
  margin: 0;
  padding: 0;
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#home-posts ul li .post-categories li a {
  margin: 0;
  padding: 0;
  color: #f9f9f9;
  background: #b22d00;
  text-transform: uppercase;
  font-family: "Poppins", sans serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 5px;
  display: block;
}
#home-posts ul li .post-info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  width: 100%;
  padding: 10px;
}
@media only screen and (max-width: 560px) {
  #home-posts ul li .post-info {
    position: relative;
  }
}
#home-posts ul li .post-info h2 {
  margin: 0;
  margin-bottom: 10px;
}
#home-posts ul li .post-info h2 a {
  text-decoration: none;
  color: #f9f9f9;
}
#home-posts ul li .post-info h3 {
  margin: 0;
  color: #f9f9f9;
}
#home-posts ul li a.read-more {
  position: absolute;
}
#home-posts ul li::before {
  display: none;
}
#home-posts ul li:first-child {
  width: calc(70% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 560px) {
  #home-posts ul li:first-child {
    width: 100%;
  }
}
#home-posts ul li:last-child {
  width: 30%;
}
@media only screen and (max-width: 560px) {
  #home-posts ul li:last-child {
    width: 100%;
  }
}
#home-posts ul li .read-more {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
#home-posts ul li .read-more span {
  display: none;
}
@media only screen and (max-width: 560px) {
  #home-posts ul li h3 {
    font-size: calc(15px + 6 * (100vw - 320px) / 960) !important;
  }
}

#home-last-podcast {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin: 20px auto 20px;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 560px) {
  #home-last-podcast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 10px 10px 20px;
    width: calc(100% - 20px);
  }
}
#home-last-podcast h2 {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  margin-bottom: 2px;
  padding-left: 16px;
}
@media only screen and (max-width: 560px) {
  #home-last-podcast h2 {
    padding-left: 0;
    text-align: center;
  }
}
#home-last-podcast h2 a {
  color: #f9f9f9;
  text-decoration: none;
}
#home-last-podcast .pod-back {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(35px);
          filter: blur(35px);
}
#home-last-podcast .pod-logo {
  max-height: 100px;
  width: auto;
  z-index: 1;
  margin-right: 10px;
  position: relative;
  background: white;
  padding: 10px;
}
@media only screen and (max-width: 560px) {
  #home-last-podcast .pod-logo {
    background: none;
    -webkit-filter: brightness(100) saturate(0) grayscale(1) contrast(10);
            filter: brightness(100) saturate(0) grayscale(1) contrast(10);
    max-height: 70px;
  }
}
#home-last-podcast .pod-logo::after {
  display: inline-block;
  content: "";
  background: #444444;
  width: 30px;
  height: 100px;
  position: absolute;
}
#home-last-podcast .post-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 10px;
  padding-left: 35px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #home-last-podcast .post-info {
    padding-left: 10px;
  }
}
#home-last-podcast .post-info::before {
  display: inline-block;
  content: "";
  background: #444444;
  width: 53px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: -30px;
  border-left: 36px solid white;
  -webkit-transform: rotate(22deg) translate(-50%, -50%);
      -ms-transform: rotate(22deg) translate(-50%, -50%);
          transform: rotate(22deg) translate(-50%, -50%);
}
@media only screen and (max-width: 560px) {
  #home-last-podcast .post-info::before {
    display: none;
  }
}
#home-last-podcast .player__artwork, #home-last-podcast .currently-playing {
  display: none;
}
#home-last-podcast .play-progress {
  top: 0;
}
@media only screen and (max-width: 560px) {
  #home-last-podcast .play-progress {
    margin-left: 0;
  }
}
#home-last-podcast .castos-player {
  margin-bottom: 0;
}
#home-last-podcast .castos-player .player__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 560px) {
  #home-last-podcast .castos-player .player__main {
    height: 60px;
  }
}
#home-last-podcast .castos-player .player__body {
  width: 100%;
}
#home-last-podcast .castos-player .player {
  height: auto;
}
#home-last-podcast .castos-player .player-panel {
  display: none;
}
#home-last-podcast .castos-player.light-mode .subscribe-icons span, #home-last-podcast .castos-player.light-mode .share-icon span, #home-last-podcast .castos-player.light-mode .player-btn__volume, #home-last-podcast .castos-player.light-mode .player-btn__rwd, #home-last-podcast .castos-player.light-mode .player-btn__fwd {
  background-color: white;
}
#home-last-podcast .castos-player.light-mode .episode-title, #home-last-podcast .castos-player.light-mode .currently-playing .show, #home-last-podcast .castos-player.light-mode .subscribe-icons a, #home-last-podcast .castos-player.light-mode .player-panel h3, #home-last-podcast .castos-player.light-mode .player-panel .player-panel-row .title, #home-last-podcast .castos-player.light-mode .playback__timers {
  color: white;
}
#home-last-podcast .castos-player.light-mode .player-btn__speed {
  color: white;
  border: 1px solid white;
}
#home-last-podcast .podcast_meta {
  display: none;
}

#twitch-embed {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
}

#footer {
  background: #444444;
  padding: 20px;
  color: #f9f9f9;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-shadow: 100vh 0 #444444, -100vh 0 #444444;
          box-shadow: 100vh 0 #444444, -100vh 0 #444444;
}

#copyright {
  text-transform: uppercase;
  opacity: 0.7;
}

.entry-data {
  max-width: 920px;
  margin: 0 auto -10px;
  display: block;
  text-align: center;
}
.entry-data a {
  font-family: "Raleway";
  font-weight: 600;
  text-transform: uppercase;
  color: #f9f9f9;
  background: #444444;
  text-decoration: none;
  position: relative;
  font-size: 12px;
  padding: 3px 5px 3px 18px;
  border-radius: 5px;
  opacity: 0.5;
  margin: 0 5px 10px;
  display: inline-block;
}
.entry-data a::before {
  font-family: "Dashicons";
  position: absolute;
  top: 3px;
  left: 3px;
  font-weight: 100;
  font-size: 12px;
}
.entry-data .juegos a::before {
  content: "\f18a";
}
.entry-data .sistemas a::before {
  content: "\f472";
}
.entry-data .empresas a::before {
  content: "\f512";
}
.entry-data .tags a::before {
  content: "\f323";
}

.crp_related {
  max-width: 920px;
  margin: 20px auto;
}
.crp_related ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.crp_related ul li {
  border-radius: 5px;
  overflow: hidden;
}
.crp_related ul li a {
  font-family: "Montserrat", sans serif;
  text-decoration: none;
  color: #f9f9f9;
  text-transform: uppercase;
}
.crp_related ul li img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.crp_related ul li .crp_title {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  padding: 10px;
  width: 100%;
}
.crp_related ul li::before {
  display: none;
}

#buddypress ul li::before {
  display: none;
}

.page-template-page-publicar-noticia .acf-field {
  padding: 12px 0 !important;
  border-top-width: 0px !important;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.page-template-page-publicar-noticia .imagen {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page-template-page-publicar-noticia .imagen .acf-button.button {
  width: 100%;
  text-align: center;
  display: block;
  background: #b22d00;
  color: #f9f9f9;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px;
}
.page-template-page-publicar-noticia .imagen img {
  max-width: 920px !important;
  max-height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw !important;
  height: auto !important;
  margin-bottom: 13px;
  border-radius: 10px;
}
.page-template-page-publicar-noticia .acf-field--post-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page-template-page-publicar-noticia .subtitulo {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.page-template-page-publicar-noticia .taxonomias .acf-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 3px;
}
.page-template-page-publicar-noticia .taxonomias .acf-fields .acf-field {
  padding: 12px 15px !important;
  border-top-width: 1px !important;
}
.page-template-page-publicar-noticia .taxonomias .acf-fields .acf-field label {
  display: block !important;
}
.page-template-page-publicar-noticia .acf-form-submit input {
  width: 90%;
  text-align: center;
  display: block;
  background: #b22d00;
  color: #f9f9f9;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px;
  margin: 20px auto 20px;
  border-color: rgba(159, 141, 135, 0);
}
.page-template-page-publicar-noticia .acf-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-page-publicar-noticia .categoria, .page-template-page-publicar-noticia label {
  display: none !important;
}
.page-template-page-publicar-noticia li::before {
  display: none;
}

.mobile #content {
  margin: auto;
  max-width: 920px;
  width: 100%;
  margin-top: 20px;
}

body {
  font-family: "Poppins", sans serif;
}
/*# sourceMappingURL=style.css.map */