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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #fff;
}

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

/*Fonts*/
/*Media Queries*/
.widget_block.widget_text p {
  font-weight: 700;
  background: #00aabb;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.widget_block.widget_text p a {
  font-weight: 700;
  text-decoration: none;
  background: #00aabb;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.widget_mi_personalizado.tipo-nota {
  margin: 20px auto;
}
.widget_mi_personalizado.tipo-nota a {
  text-decoration: none;
  display: grid;
  grid-template-columns: 150px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.widget_mi_personalizado.tipo-nota a img {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget_mi_personalizado.tipo-nota a .widget-title {
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

.widget_mi_personalizado.tipo-imagen-top {
  margin: 20px auto;
}
.widget_mi_personalizado.tipo-imagen-top a {
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.widget_mi_personalizado.tipo-imagen-top a img {
  width: 100%;
  height: 100px;
  max-height: 80px;
  border-radius: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.widget_mi_personalizado.tipo-imagen-top a .widget-title {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  color: #000000;
}

.widget_mi_personalizado {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.widget_mi_personalizado.tipo-especial {
  margin: 20px auto;
}
.widget_mi_personalizado.tipo-especial a {
  position: relative;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.widget_mi_personalizado.tipo-especial a img {
  width: 100%;
  border-radius: 5px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.widget_mi_personalizado.tipo-especial a .widget-title {
  position: absolute;
  bottom: 10px;
  padding: 10px;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  color: #fff;
  background: #00aabb;
  width: 85%;
  margin: 0 auto;
  font-size: 15px;
  border-radius: 5px;
  left: 0;
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.widget_mi_personalizado.tipo-texto {
  margin: 20px auto;
}
.widget_mi_personalizado.tipo-texto a {
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
}
.widget_mi_personalizado.tipo-texto a .widget-title {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  color: #000000;
}

.widget_mi_personalizado.tipo-imagen {
  margin: 20px auto;
}
.widget_mi_personalizado.tipo-imagen a {
  position: relative;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 5px;
}
.widget_mi_personalizado.tipo-imagen a img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  border-radius: 5px;
}

.wp-block-column.sidebar {
  padding: 0;
  margin: 0 auto !important;
}

/* Estilo base para el menú */
#menu-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Estilo para los elementos del menú */
#menu-menu li {
  position: relative;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #009bab;
  /* Línea divisora entre elementos */
}

/* Estilo para los enlaces */
#menu-menu a {
  text-decoration: none;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: block;
}

/* Estilo para los submenús */
#menu-menu .sub-menu {
  display: none;
  position: static;
  /* Los submenús se expanden en el lugar */
  width: 100%;
  /* Asegura que los submenús ocupen todo el ancho */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Estilo para los elementos de los submenús */
#menu-menu .sub-menu li {
  border: none;
  padding: 10px 0;
  /* Ajusta el padding según prefieras */
  /* Un color ligeramente diferente para submenús */
  /* Línea divisora entre elementos de submenús */
}
#menu-menu .sub-menu li a {
  font-weight: 400;
  font-size: 15px;
  padding: 5px 0px;
}

/* Estilo para los enlaces de los submenús */
#menu-menu .sub-menu a {
  color: #fff;
}

/* Cambios en hover (opcional, dependiendo de cómo se maneje el hover/tap en móviles) */
/* Mostrar submenús al hacer clic. Esto podría requerir JavaScript para controlar el comportamiento de apertura/cierre */
#menu-menu li.menu-item-has-children.active > .sub-menu {
  display: block;
}

.relacionadas .title {
  margin-top: 50px;
  font-size: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  color: #00aabb;
}

.wp-pagenavi span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #fff;
  background-color: #00aabb;
  border: none;
  padding: 5px 9px;
  border-radius: 100px;
}

.wp-pagenavi a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #00aabb;
  background-color: #fff;
  border: 0;
  text-decoration: none;
  padding: 5px 9px;
  border-radius: 100px;
}

.wp-pagenavi a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #00aabb;
  background-color: #fff;
  border: 0;
  text-decoration: none;
  padding: 5px 9px;
  border-radius: 100px;
}

.terms {
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  color: #000000;
  border: 2px solid #00aabb;
}
.terms b {
  font-weight: 700;
}

.sidebar {
  padding: 0 20px;
}

.content {
  max-width: 1254px;
  margin: 0 auto;
}

.block-4-notas {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .block-4-notas {
    padding: 0 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  .block-4-notas {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}
.block-4-notas .big-news {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  position: relative;
}
.block-4-notas .big-news .post-category {
  font-family: Roboto, sans-serif;
  background-color: #00aabb;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 12px;
  margin: 0 10px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.block-4-notas .big-news .info {
  position: absolute;
  bottom: 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.5) 100%);
}
.block-4-notas .big-news .info h2 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 10px;
}
.block-4-notas .big-news .info h2 a {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: #fff;
}
.block-4-notas .big-news img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.block-4-notas .big-news a {
  text-decoration: none;
  color: #000000;
}

.author-posts .author-title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin: 20px 0;
  text-transform: uppercase;
  background-color: #00aabb;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .author-posts .author-title {
    margin: 20px;
  }
}
.author-posts .news-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .author-posts .news-container {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  .author-posts .news-container {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}
.author-posts .news-container .big-news {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  position: relative;
}
.author-posts .news-container .big-news .info p {
  color: #000000;
}
.author-posts .news-container .big-news .info h2 a {
  font-size: 25px;
  color: #000000;
}
.author-posts .news-container .big-news img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.author-posts .news-container .big-news a {
  text-decoration: none;
  color: #000000;
}
.author-posts .news-container .small-news {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  margin: 0 0 25px 0;
}
@media screen and (min-width: 0px) and (max-width: 992px) {
  .author-posts .news-container .small-news a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.author-posts .news-container .small-news a img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media screen and (min-width: 0px) and (max-width: 992px) {
  .author-posts .news-container .small-news a img {
    height: 150px;
    width: 150px;
  }
}
.author-posts .news-container .small-news h2 {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 16px;
}
.author-posts .news-container .small-news a {
  text-decoration: none;
  color: #000000;
}

.slider-container {
  gap: 20px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .slider-container {
    padding: 0 20px;
  }
}
.slider-container .slick-slide {
  position: relative;
}
.slider-container .slick-slide .info {
  position: absolute;
  bottom: 0;
}
.slider-container .slick-slide .info .post-category {
  font-family: Roboto, sans-serif;
  background-color: #00aabb;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 10px;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.slider-container .slick-slide .info h2 {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 10px;
  color: #fff;
  z-index: 1;
  font-size: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.5) 100%);
}
.slider-container .slick-slide img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.slider-container-principal .posts-slider-principal .slick-slide img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .slider-container-principal .posts-slider-principal .slick-slide img {
    height: 300px;
  }
}
.slider-container-principal .posts-slider-principal .slick-slide a {
  position: relative;
}
.slider-container-principal .posts-slider-principal .slick-slide a .info {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  left: 0;
}
.slider-container-principal .posts-slider-principal .slick-slide a .info .post-category {
  display: inline-block;
  font-family: Roboto, sans-serif;
  background-color: #00aabb;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-left: 40px;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.slider-container-principal .posts-slider-principal .slick-slide a .info h2 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: Roboto, sans-serif;
  bottom: initial;
  padding: 20px 40px 40px 40px;
  margin: 0;
  font-size: 25px;
  z-index: 1;
  color: #fff;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.5) 100%);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .slider-container-principal .posts-slider-principal .slick-slide a .info h2 {
    font-size: 20px;
  }
}
.slider-container-principal .posts-slider-principal .slick-slide a .info p {
  font-family: Roboto, sans-serif;
  text-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5019607843);
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.slider-container {
  max-width: 1254px;
  /* o el ancho que prefieras */
  margin: auto;
}
.slider-container .category-title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding: 10px 10px 0 10px;
  display: block;
  margin: 0;
  text-transform: uppercase;
  background-color: #00aabb;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}

.posts-slider-tertulia {
  background-color: #00aabb;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}

.posts-slider-tertulia .slick-slide {
  margin: 10px 10px 20px 10px;
}

.posts-slider .slick-slide {
  margin: 0 10px;
  /* Espacio entre slides */
}

.posts-slider .slick-next.slick-arrow,
.posts-slider-tertulia .slick-next.slick-arrow {
  right: -10px;
}

.posts-slider .slick-prev.slick-arrow,
.posts-slider-tertulia .slick-prev.slick-arrow {
  left: -10px;
  z-index: 1;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 25px !important;
  line-height: 1;
  background-color: #fff;
  border-radius: 100px;
  opacity: 1 !important;
  color: #00aabb !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.slick-dots li button:before {
  font-size: 15px !important;
}

#se_search-form {
  float: right;
  display: block;
  font-size: 14px;
  white-space: nowrap;
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
  .search {
    display: none;
  }
  .menu-mobile .search {
    display: block;
}
}
#se_search-box {
  border: 0px solid #fff;
  max-width: 200px;
  height: 35px;
  padding: 0 0 0 1em;
  border-radius: 20px;
  vertical-align: top;
  font-size: 100%;
  font-family: Poppins, sans-serif;
  border-right: none;
  margin: 0 10px;
  background-color: #f1f1f1;
  -webkit-transition: max-width 1s ease, padding 1s, border-color 1s;
  transition: max-width 1s ease, padding 1s, border-color 1s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#se_search-box.se_search-coll {
  max-width: 0px;
  padding: 0px;
  border-color: transparent;
}

#se_search-box:focus {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  outline: 0;
}

#se_search-btn {
  border: 0px solid #fff;
  outline: 0;
  width: 25px;
  height: 35px;
  margin: 0 0 0 -5px;
  vertical-align: top;
  overflow: hidden;
  background-image: url(../img/search-menu.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border-left: none;
}

#se_search-btn:hover,
#se_search-btn:focus {
  cursor: pointer;
  outline: 0;
}

#se_search-btn:active {
  outline: 0;
  color: #aaa;
}

#se_search-btn.se_search-coll {
  border-color: transparent;
}

#se_search-btn.se_search-coll:active {
  color: #000;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
}

#se_search-form {
  float: right;
  display: block;
  font-size: 14px;
  white-space: nowrap;
}

.search-form {
  margin: 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .search-field {
  height: 35px;
  font-family: Roboto, sans-serif;
  width: 100%;
  max-width: 240px;
  padding: 0 5px;
  font-size: 0.8em;
  border-left: 0px solid #000000;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
}
.search-form .search-submit {
  display: none;
}
.search-form .btn-search {
  width: 40px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  .search-form {
    display: none;
  }
}

header {
  margin: 0 auto;
  padding: 0px 0 20px 0;
  background-color: #fff;
}
header .topmenu {
  display: grid;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  justify-items: center;
  max-width: 1254px;
  margin: 20px auto 20px auto;
  padding: 0px;
  grid-template-columns: 250px 1fr 250px;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  header .topmenu {
    display: grid;
    justify-items: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 0px) and (max-width: 992px) {
  header .topmenu {
    grid-template-columns: 80px 1fr 80px;
  }
}
header .topmenu .logo {
  text-align: center;
}
header .topmenu .logo .title {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
header .topmenu .logo img {
  max-width: 450px;
  min-width: 280px;
  width: 100%;
  height: 80px;
  margin: 10px auto;
}
header .topmenu .menu {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  header .topmenu .menu {
    display: block;
    text-align: left;
    padding: 0 20px;
  }
}
header .topmenu .menu button {
  border: 0;
  background-color: #fff;
}
header .topmenu .social ul li {
  list-style: none;
  margin: 0 10px;
  float: left;
}
header .topmenu .social ul li img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  header .topmenu .social {
    display: none;
  }
}
header .topmenu .search-form {
  margin: 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .topmenu .search-form .search-field {
  height: 35px;
  font-family: Roboto, sans-serif;
  width: 100%;
  max-width: 180px;
  padding: 0 5px;
  font-size: 0.8em;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
header .topmenu .search-form .search-submit {
  display: none;
}

header .topmenu .search-form .btn-search {
  width: 40px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  header .topmenu .search-form {
    display: none;
  }
}
header .content-menu {
  padding: 0 0 15px 0;
  display: grid;
  top: 200px;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: ease 0.2s all;
  transition: ease 0.2s all;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  header .content-menu {
    display: none;
  }
}
header .content-menu ul {
  padding: 0;
}
header .content-menu ul li {
  list-style: none;
  float: left;
}
header .content-menu ul li a {
  margin: 0 10px;
  color: #000000;
  font-size: 13px;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
header .menu-mobile {
  background-color: #00aabb;
  left: -300px;
  position: fixed;
  top: 0;
  width: 300px;
  height: 100%;
  padding-top: 20px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .menu-mobile .content-menu-mobile {
  padding: 10px 0;
}
header .menu-mobile .content-menu-mobile ul {
  padding: 0;
  width: 280px;
}
header .menu-mobile .content-menu-mobile ul li {
  list-style: none;
  padding: 15px 10px;
}
header .menu-mobile .content-menu-mobile ul li a {
  margin: 0 auto;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
header .menu-mobile .content-menu-mobile ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
header .menu-mobile .content-menu-mobile .level1::after,
header .menu-mobile .content-menu-mobile .level2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 15px;
  height: 15px;
  background-image: url(../img/arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
header .menu-mobile .content-menu-mobile .level2 .sub-menu li a {
  font-size: 13px !important;
}
header .menu-mobile .search-form {
  margin: 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .menu-mobile .search-form .search-field {
  height: 35px;
  font-family: Roboto, sans-serif;
  width: 240px;
  padding: 0 5px;
  font-size: 0.8em;
  border-left: 0px solid #000000;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
header .menu-mobile .search-form .search-submit {
  display: none;
}
header .menu-mobile .search-form .btn-search {
  width: 40px;
  background: #fff;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  cursor: pointer;
}
header.menu-open .menu-mobile {
  left: 0px !important;
}
header.menu-open #body-overlay {
  display: block;
}

#body-overlay {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  overflow: hidden;
  background: #6d6371;
  opacity: 0.6;
}

.sidebar {
  width: 300px;
  margin: 0 auto;
}
.sidebar .title-category {
  font-family: Roboto, sans-serif;
  color: #000000;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  border: none;
}
.sidebar .wrapper-home {
  padding: 0;
}
.sidebar .wrapper-home .module {
  width: 100%;
}
.sidebar .wrapper-home .module .box .promo.triple {
  height: 95px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sidebar .wrapper-home .module .box .promo.triple .image {
  width: 80px;
  height: 80px;
}
.sidebar .wrapper-home .module .box .promo.triple .image img {
  width: 80px;
  height: 80px;
}

.footer {
  background-color: #000000;
  padding: 50px 50px 50px 50px;
  margin: 50px auto 0 auto;
}
.footer .container {
  max-width: 1254px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  justify-items: center;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.footer .container ul li a {
  color: #fff;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-size: 12px;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .footer .container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .container .nosotros {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 0.8em;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .footer .container .nosotros {
    text-align: center;
  }
}
.footer .container .nosotros a {
  color: #fff;
  font-weight: 600;
}
.footer .container .logo {
  display: block;
}
.footer .container .logo img {
  width: 100px;
}
.footer .container .social ul {
  padding: 0;
}
.footer .container .social ul li {
  list-style: none;
  margin: 0 10px;
  float: left;
}
.footer .container .social ul li img {
  width: 20px;
  height: 20px;
  filter: invert(1);
  -webkit-filter: invert(1);
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .footer .container .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  margin: 50px auto 0 auto;
}

#btnSubir {
  position: fixed;
  bottom: 35px;
  right: 220px;
  z-index: 1;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  background-color: transparent;
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  #btnSubir {
    display: none;
  }
}

#btnSubir.mostrar {
  opacity: 1;
  visibility: visible;
}

.masvistos .title-category {
  font-weight: 700;
  color: #00aabb;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.masvistos ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.masvistos ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 15px 0;
  position: relative;
}
.masvistos ul li:nth-child(1)::before {
  content: "1";
  position: absolute;
  left: 0px;
  top: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  border-radius: 0;
  color: #fff;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  display: grid;
  background-color: #00aabb;
}
.masvistos ul li:nth-child(2)::before {
  content: "2";
  position: absolute;
  left: 0px;
  top: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  border-radius: 0;
  color: #fff;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  display: grid;
  background-color: #00aabb;
}
.masvistos ul li:nth-child(3)::before {
  content: "3";
  position: absolute;
  left: 0px;
  top: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  border-radius: 0;
  color: #fff;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  display: grid;
  background-color: #00aabb;
}
.masvistos ul li:nth-child(4)::before {
  content: "4";
  position: absolute;
  left: 0px;
  top: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  border-radius: 0;
  color: #fff;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  display: grid;
  background-color: #00aabb;
}
.masvistos ul li:nth-child(5)::before {
  content: "5";
  position: absolute;
  left: 0px;
  top: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  border-radius: 0;
  color: #fff;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  display: grid;
  background-color: #00aabb;
}
.masvistos ul li .image img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.masvistos ul li .content .title {
  margin: 0;
  line-height: 1;
}
.masvistos ul li .content .title a {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  font-family: Roboto, sans-serif;
}

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 50px auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.social-networks a {
  background-color: #000000;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  padding: 10px;
}
.social-networks a img {
  width: 25px;
  height: 25px;
  filter: invert(1);
  -webkit-filter: invert(1);
}

#primary_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  #primary_nav_wrap {
    display: none;
  }
}

#primary_nav_wrap ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 10;
}

#primary_nav_wrap ul a {
  display: block;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 32px;
  padding: 0 15px;
  font-family: Roboto, sans-serif;
}

#primary_nav_wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #fff;
}

#primary_nav_wrap ul li.level1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-image: url(../img/arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

#primary_nav_wrap ul li.level2::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  width: 10px;
  height: 10px;
  background-image: url(../img/arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

#primary_nav_wrap ul li:hover {
  border-bottom: 2px solid #00aabb;
}

#primary_nav_wrap ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(86, 86, 86, 0.2);
          box-shadow: 0px 4px 4px rgba(86, 86, 86, 0.2);
}

#primary_nav_wrap ul ul li {
  float: none;
  width: 200px;
}

#primary_nav_wrap ul ul li:hover {
  border-bottom: 2px solid #f1f1f1;
  background-color: #f1f1f1;
}

#primary_nav_wrap ul ul a {
  line-height: 120%;
  font-size: 13px;
  padding: 10px 15px;
}

#primary_nav_wrap ul ul ul {
  top: 0;
  left: 100%;
}

#primary_nav_wrap ul li:hover > ul {
  display: block;
}

#closeButton {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 2px;
  right: 4px;
  padding: 0;
  cursor: pointer;
}

#popup .embed-container,
.radioenvivo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#popup .embed-container iframe,
.radioenvivo iframe {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

#popup {
  padding: 5px;
  background-color: #00aabb;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  #popup {
    display: none !important;
  }
}

#popup h3 {
  font-weight: 700;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
}

.wrapper-top {
  max-width: 1254px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .wrapper-top {
    padding: 0 20px;
  }
}
.wrapper-top .meta {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
}
.wrapper-top .meta time {
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 10px;
}
.wrapper-top .meta span {
  color: #00aabb;
  text-transform: uppercase;
}
.wrapper-top .meta .author {
  display: inline-block;
  margin: 0px auto 10px auto;
}
.wrapper-top .meta .author h4 {
  margin: 10px auto;
  font-family: Roboto, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper-top .meta .author h4 span {
  margin: 0 10px 0 0;
  font-family: Roboto, sans-serif;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}
.wrapper-top .meta .author h4 a {
  font-family: Roboto, sans-serif;
  color: #000000;
  font-size: 13px;
  margin: 0 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper-top .meta .author h4 a:hover {
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
  -moz-text-decoration-color: #000000;
}
.wrapper-top .meta .author h4 a img {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
}
.wrapper-top picture img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.wrapper-top h1 {
  font-family: Roboto, sans-serif;
  font-size: 35px;
  margin: 10px auto;
  color: #000000;
}
.wrapper-top h1 em {
  font-style: normal;
}

.slider {
  max-width: 1254px;
  max-width: 0 auto;
}

.grid-container {
  padding: 0 !important;
}

p.has-background {
  margin: 0 auto;
  padding: 10px !important;
}

.gutentor-post-content {
  padding: 0 !important;
}

.gutentor-post-title {
  font-family: Roboto, sans-serif;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 2px 2px 2px #151515;
}

.wrapper {
  max-width: 1254px;
  grid-template-columns: 1fr 300px;
  margin: 0 auto;
  display: grid;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .wrapper {
    grid-template-columns: 1fr;
  }
}
.wrapper .article {
  padding: 0 1.5em;
}
.wrapper .article .bloque-autor {
  margin: 30px auto 10px auto;
  border: 5px solid #000000;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.wrapper .article .bloque-autor img {
  max-width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .article .bloque-autor .name {
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.wrapper .article .bloque-autor .name p {
  font-size: 13px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #000000;
}
.wrapper .article .bloque-autor .name a {
  color: #000000;
  text-decoration: none;
}
.wrapper .article .temas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto;
  gap: 5px;
}
.wrapper .article .temas .lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #00aabb;
  text-decoration: none;
  font-weight: 600;
}
.wrapper .article .temas h4 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  margin: 0;
}
.wrapper .article .relacionados ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrapper .article .relacionados ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wrapper .article .relacionados ul li::before {
  content: "";
  width: 8px;
  display: inline-block;
  height: 8px;
  background-color: #f00;
  margin: 5px 10px 0px 0px;
}
.wrapper .article .relacionados ul li a {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}
.wrapper .article .entry-content {
  grid-template-columns: 1fr;
}
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .wrapper .article .entry-content {
    grid-template-columns: 1fr;
  }
}

.wrapper .article .entry-content .entry-text {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000000;
  line-height: 2;
  max-width: 100%;
}
.wrapper .article .entry-content .entry-text a {
  font-weight: 700;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: #f00;
          text-decoration-color: #f00;
  -moz-text-decoration-color: #f00;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .wrapper .article .entry-content .entry-text {
    max-width: 100%;
    grid-row-start: 1;
  }
}
.wrapper .article .entry-content .entry-text h2 {
  line-height: 1.2;
  font-size: 25px;
}
.wrapper .article .entry-content .entry-text h3 {
  line-height: 1.2;
  font-size: 18px;
}
.wrapper .article .entry-content .entry-text img {
  width: 100%;
  height: auto;
}
.wrapper .article .entry-content .entry-text p {
  width: 100%;
  font-size: 15px;
}
.wrapper .article .entry-content .entry-text blockquote {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.2em;
  font-family: Roboto, sans-serif;
}
.wrapper .article .entry-content .entry-text strong a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: #00aabb;
          text-decoration-color: #00aabb;
  -moz-text-decoration-color: #00aabb;
}
.wrapper .article .entry-content .entry-text div {
  white-space: unset !important;
  font-family: Roboto, sans-serif;
}
.wrapper .article .entry-content .entry-text .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.wrapper .article .entry-content .entry-text .embed-responsive .embed-responsive-item,
.wrapper .article .entry-content .entry-text .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wrapper .article .entry-content .entry-text .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.wrapper .article .entry-content .entry-text .instagram-media-rendered,
.wrapper .article .entry-content .entry-text .twitter-tweet-rendered {
  margin: 0 auto !important;
}
.wrapper .article .entry-content .entry-text .iframe-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.wrapper .article .entry-content .entry-text .iframe-container iframe,
.wrapper .article .entry-content .entry-text .iframe-container object,
.wrapper .article .entry-content .entry-text .iframe-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wrapper .article .entry-content .entry-text .wp-caption {
  max-width: 100% !important;
  width: 100% !important;
}
.wrapper .article .entry-content .entry-text .wp-caption img {
  width: 100%;
}
.wrapper .article .entry-content .entry-text .wp-caption .wp-caption-text {
  font-size: 0.8em;
  margin: 0 auto 10px auto;
  padding: 0;
  font-family: Roboto, sans-serif;
  text-align: center;
  line-height: 1.2;
}
.wrapper figure {
  margin: 10px auto;
}
.wrapper figure p {
  display: none;
}
.wrapper figure footer {
  font-size: 11px;
  text-align: center;
}
.wrapper figure figcaption {
  font-size: 12px;
  line-height: 1.2;
  color: #555;
  font-family: Roboto, sans-serif;
  text-align: center;
}
.wrapper figure picture img {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.wrapper .cnx-main-container {
  max-width: 100%;
}
.wrapper .custom-links-block {
  margin: 20px auto;
}
.wrapper .custom-links-block h3 {
  font-size: 1em;
}
.wrapper .custom-links-block ul {
  list-style: none;
  margin: 0 auto;
  padding: 0 0 0 10px;
  border-left: 5px solid #00aabb;
}
.wrapper .custom-links-block ul li {
  text-decoration: none;
  margin: 10px auto;
  font-weight: 600;
  font-size: 0.9em;
}
.wrapper .custom-links-block ul li a {
  color: #000000;
}

.alm-btn-wrap {
  text-align: center;
  margin: 20px auto;
}
.alm-btn-wrap .cargarmas {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin: 0 auto;
  padding: 10px 35px;
  background-color: #000000;
  color: #fff;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.authorbox {
  display: none;
}

.boxauthor .authorbox {
  display: block;
  border: 5px solid #000000;
  padding: 20px;
  margin: 30px auto 10px auto;
}
.boxauthor .authorbox a {
  font-size: 13px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.onlyname .authorbox {
  display: none;
}

.relacionadas .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .relacionadas .list {
    grid-template-columns: 1fr;
  }
}
.relacionadas .list .promo {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
}
.relacionadas .list .promo img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.5px;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  -ms-border-radius: 2.5px;
  -o-border-radius: 2.5px;
}
.relacionadas .list .promo h3 {
  font-size: 13px;
  font-family: #00aabb;
  margin: 0;
}
.relacionadas .list .promo h3 a {
  color: #000000;
  text-decoration: none;
}

.banner {
  background: repeating-linear-gradient(45deg, hsla(0deg, 0%, 100%, 0.1), hsla(0deg, 0%, 100%, 0.1), hsla(0deg, 0%, 100%, 0.1), hsla(0deg, 0%, 100%, 0.1) 4px, rgba(0, 0, 0, 0.15) 6px);
  background-color: #fff;
  margin: 10px auto 30px auto;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
.banner::after {
  content: "PUBLICIDAD";
  text-align: center;
  display: grid;
  position: absolute;
  bottom: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 8px;
  font-family: system-ui;
}
.banner.t970 {
  max-width: 970px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .banner.t970 {
    max-width: 320px;
    height: auto;
  }
  .banner.t970 img {
    width: 100%;
  }
}
.banner.t300 {
  max-width: 320px;
}

.banner-l,
.banner-r {
  display: none;
  width: 120px;
  height: 600px;
  position: fixed;
  top: 150px;
  background: repeating-linear-gradient(45deg, hsla(0deg, 0%, 100%, 0.1), hsla(0deg, 0%, 100%, 0.1), hsla(0deg, 0%, 100%, 0.1), hsla(0deg, 0%, 100%, 0.1) 4px, rgba(0, 0, 0, 0.15) 6px);
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 1400px) {
  .banner-l,
.banner-r {
    display: none;
  }
}

.banner-l {
  left: 10px;
}

.banner-r {
  right: 10px;
}

.wrapper-archive {
  max-width: 1254px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 10px;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .wrapper-archive {
    grid-template-columns: 1fr;
  }
}
.wrapper-archive.tags .content .list .module .box {
  grid-template-columns: 1fr;
}
.wrapper-archive.tags .content .list .module .box .promo {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.wrapper-archive .content {
  padding: 0 20px;
}
.wrapper-archive .content h1 {
  font-family: Roboto, sans-serif;
  padding: 10px 0;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #00aabb;
  display: inline-block;
  text-transform: uppercase;
}
.wrapper-archive .content .author {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper-archive .content .author img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.wrapper-archive .content .author h1 {
  font-family: Roboto, sans-serif;
  padding: 10px 0;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #00aabb;
  display: inline-block;
  text-transform: uppercase;
}
.wrapper-archive .content .author .descripcion-section {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.wrapper-archive .content .list .module .box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  .wrapper-archive .content .list .module .box {
    grid-template-columns: 1fr;
  }
}
.wrapper-archive .content .list .module .box .promo {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0px auto;
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  .wrapper-archive .content .list .module .box .promo {
grid-template-columns: 1fr!important;
    padding-bottom: 20px;
  }
}
.wrapper-archive .content .list .module .box .promo .meta {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
}
.wrapper-archive .content .list .module .box .promo .meta span a {
  color: #000000;
  text-decoration: underline;
  font-weight: 600;
}
.wrapper-archive .content .list .module .box .promo .meta .author {
  margin: 10px auto;
  font-family: Roboto, sans-serif;
  display: inline-block;
  padding: 0;
  border: none;
}
.wrapper-archive .content .list .module .box .promo .meta .author span {
  margin: 0 0 0 0;
  font-family: Roboto, sans-serif;
  color: #000000;
  font-size: 1.2em;
}
.wrapper-archive .content .list .module .box .promo .meta .author a {
  font-family: Roboto, sans-serif;
  color: #00aabb;
  font-size: 13px;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.wrapper-archive .content .list .module .box .promo .meta .author a:hover {
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
  -moz-text-decoration-color: #000000;
}
.wrapper-archive .content .list .module .box .promo .meta .author a img {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
}
.wrapper-archive .content .list .module .box .promo .image {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  .wrapper-archive .content .list .module .box .promo .image {
    width: 100%;
    height: 200px;
    margin: 20px auto;
  }
}
.wrapper-archive .content .list .module .box .promo .image img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.wrapper-archive .content .list .module .box .content {
  margin: 0;
  padding: 0 10px;
}
.wrapper-archive .content .list .module .box .content .category a {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
  margin: 10px 0;
  display: inline-block;
  font-family: Roboto, sans-serif;
}
.wrapper-archive .content .list .module .box .content .title {
  font-family: Roboto, sans-serif;
  margin: 0;
  line-height: 1;
}
.wrapper-archive .content .list .module .box .content .title a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
}
.wrapper-archive .content .list .module .box .content .title a em {
  font-style: normal;
}
.wrapper-archive .content .list .module .box .content .title a:hover {
  text-decoration: underline;
}
.wrapper-archive .content .list .module .box .content .extracto a {
  font-size: 0.8em;
  color: #000000;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.wrapper-archive .content .list-author .module .box .promo {
  width: 100%;
  height: auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 30px auto;
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  .wrapper-archive .content .list-author .module .box .promo {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }
}
.wrapper-archive .content .list-author .module .box .promo .meta {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
}
.wrapper-archive .content .list-author .module .box .promo .meta span a {
  color: #000000;
  text-decoration: underline;
  font-weight: 600;
}
.wrapper-archive .content .list-author .module .box .promo .meta .author {
  margin: 10px auto;
  font-family: Roboto, sans-serif;
  display: inline-block;
  padding: 0;
  border: none;
}
.wrapper-archive .content .list-author .module .box .promo .meta .author span {
  margin: 0 0 0 0;
  font-family: Roboto, sans-serif;
  color: #000000;
  font-size: 1.2em;
}
.wrapper-archive .content .list-author .module .box .promo .meta .author a {
  font-family: Roboto, sans-serif;
  color: #00aabb;
  font-size: 13px;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.wrapper-archive .content .list-author .module .box .promo .meta .author a:hover {
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
  -moz-text-decoration-color: #000000;
}
.wrapper-archive .content .list-author .module .box .promo .meta .author a img {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
}
.wrapper-archive .content .list-author .module .box .promo .image {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  .wrapper-archive .content .list-author .module .box .promo .image {
    width: 100%;
    height: 200px;
    margin: 20px auto;
  }
}
.wrapper-archive .content .list-author .module .box .promo .image img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.wrapper-archive .content .list-author .module .box .content {
  margin: 0;
  padding: 0 10px;
}
.wrapper-archive .content .list-author .module .box .content .category a {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
  margin: 10px 0;
  display: inline-block;
  font-family: Roboto, sans-serif;
}
.wrapper-archive .content .list-author .module .box .content .title {
  font-family: Roboto, sans-serif;
  margin: 0;
  line-height: 1;
}
.wrapper-archive .content .list-author .module .box .content .title a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
}
.wrapper-archive .content .list-author .module .box .content .title a em {
  font-style: normal;
}
.wrapper-archive .content .list-author .module .box .content .title a:hover {
  text-decoration: underline;
}
.wrapper-archive .content .list-author .module .box .content .extracto a {
  font-size: 0.8em;
  color: #000000;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}