@font-face {
  font-family: prelo_slab_boldbold;
  src: url(../fonts/preloslab-bold-webfont.eot);
  src: url(../fonts/preloslab-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/preloslab-bold-webfont.woff) format('woff'),
    url(../fonts/preloslab-bold-webfont.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020, U+00600070;
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot);
  src: url(../fonts/icomoon.eot?#iefix) format('embedded-opentype'), url(../fonts/icomoon.ttf) format('truetype'),
    url(../fonts/icomoon.woff) format('woff'), url(../fonts/icomoon.svg?#icomoon) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class*=' icon-'],
[class^='icon-'] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: '\e903';
}
.icon-twitter:before {
  content: '\e904';
}
.icon-heart:before {
  content: '\e905';
}
.icon-instagram:before {
  content: '\ea93';
}
.icon-telegram:before {
  content: '\ea96';
}
.icon-camera:before {
  content: '\e90f';
}
.icon-search:before {
  content: '\e986';
}
.icon-zoom-in:before {
  content: '\e987';
}
.icon-cross:before {
  content: '\ea0f';
}
.icon-checkmark:before {
  content: '\ea10';
}
.icon-arrow-right2:before {
  content: '\ea3c';
}
.icon-share2:before {
  content: '\ea82';
}
body,
html {
  font-family: Heebo, sans-serif;
  width: 100%;
  height: 100%;
  --webkit-overflow-scrolling: touch;
  line-height: 1.2;
}
main {
  overflow-x: hidden;
}
@media (min-width: 992px) {
  main {
    margin-top: 2rem;
  }
}
a {
  color: #0091ac;
}
a:active,
a:focus,
a:hover,
a:visited {
  color: #0091ac;
  text-decoration: none;
}
.h2,
h2 {
  font-size: 1.7rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-family: 'Roboto Slab', sans-serif;
}
.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1027px;
  }
}
.especial main {
  margin-top: 0;
}
@media (min-width: 992px) {
  .especial main .container {
    max-width: 777px;
  }
}
.header {
  display: none;
  height: 0;
}
@media (min-width: 992px) {
  .header {
    display: block;
    text-align: center;
    padding: 1.5rem 0 1.5rem;
    height: auto;
  }
  .header .logo h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin: 0 0 0.5625rem;
    font-family: prelo_slab_boldbold, sans-serif;
    color: #0091ac;
  }
  .header .logo h1 span {
    color: #93ced9;
  }
  .header .summary {
    font-family: barna_stencilregular, sans-serif;
    color: #0091ac;
  }
  .header .summary span {
    text-transform: capitalize;
  }
}
footer {
  background-color: #000;
}
footer .footer-header img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  footer .footer-header img {
    margin: 0;
  }
}
footer .footer-header .logo {
  font-size: 2rem;
  line-height: 2rem;
  font-family: prelo_slab_boldbold, sans-serif;
  margin: 0;
}
footer .footer-header > div {
  color: #fff;
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
footer .footer-header > div > span {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}
@media (min-width: 375px) {
  footer .footer-header > div > span {
    font-size: 2rem;
  }
}
footer .sn a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #fff;
  color: #000;
  text-align: center;
  margin-left: 0.5rem;
}
@media (min-width: 375px) {
  footer .sn a {
    width: 42px;
    height: 42px;
    border-radius: 21px;
  }
}
footer .sn i {
  font-size: 1.25rem;
  line-height: 36px;
}
@media (min-width: 375px) {
  footer .sn i {
    font-size: 1.5rem;
    line-height: 42px;
  }
}
footer .license {
  background-color: #0091ac;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
footer .license a {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 992px) {
  footer .menu ul {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 1;
    flex: 1;
  }
  footer .menu ul#menu-main-menu-3 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .menu ul#menu-secondary-menu {
    border-bottom: 1px solid #ececec;
    padding-bottom: 1.5rem;
  }
}
footer .menu li {
  margin: 0;
}
@media (min-width: 992px) {
  footer .menu li {
    width: auto;
    margin-right: 2%;
  }
}
@media (min-width: 992px) {
  footer .menu {
    padding-top: 1rem;
  }
}
figcaption {
  margin: 0.25rem 0 0.75rem 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
img {
  max-width: 100%;
  height: auto;
}
aside .actions .compartir {
  display: none;
}
@media (min-width: 992px) {
  aside .actions .compartir {
    display: inline-block;
  }
}
.home aside .actions .primary-action {
  padding-right: 0;
}
.single-newsman_ap .container .actions,
.single-newsman_ap .container .article-info,
.single-newsman_ap .container .articles.related.blue,
.single-newsman_ap .container .author-header,
.single-newsman_ap .container .comments,
.single-newsman_ap .container aside {
  display: none;
}
.publi {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .publi {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.publi.pub3 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .publi.pubespecial {
    margin-top: 0;
  }
}
.banner {
  padding: 0.5rem 1rem;
  background-color: #fdf052;
  font-family: Heebo, sans-serif;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.banner i {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
.banner:active,
.banner:focus,
.banner:visited {
  color: #000;
}
@media (min-width: 992px) {
  .banner {
    display: none;
  }
}
.subscribe {
  padding: 1.5rem 1rem;
}
.subscribe p {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 600;
  max-width: 320px;
  text-align: center;
  margin: 0 auto 1rem auto;
}
@media (min-width: 992px) {
  .subscribe p {
    max-width: 420px;
  }
}
.subscribe .banner {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.25rem;
}
@media (min-width: 992px) {
  .subscribe .banner {
    max-width: 400px;
  }
}
.btn {
  text-align: center;
}
.btn.btn-default {
  border-color: #0091ac;
  background-color: #0091ac;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn.btn-default i {
  padding-left: 0.5rem;
}
.btn.btn-default span {
  width: 100%;
  text-align: center;
}
.btn.btn-primary {
  border-color: #fdf052;
  background-color: #fdf052;
  color: #fff;
}
.btn.btn-primary i {
  padding-left: 0.5rem;
}
.btn.btn-primary span {
  width: 100%;
  text-align: center;
}
.btn.btn-ghost {
  border-color: #0091ac;
  background-color: transparent;
  color: #0091ac;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn.btn-ghost i {
  padding-left: 0;
}
.btn.btn-inverse {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn.btn-inverse i {
  padding-left: 0;
}
.btn.btn-fw {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.form-control {
  border-color: transparent;
}
.input-group-text {
  background-color: transparent;
  border-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.navbar {
  padding: 0;
  background-color: #0091ac;
  height: 56px;
}
.navbar .navbar-brand {
  padding-top: 0;
  margin-right: 2%;
}
.navbar .navbar-brand img {
  display: none;
}
@media (min-width: 992px) {
  .navbar .navbar-brand img {
    display: inline;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-brand .logo {
    display: none;
  }
}
.navbar .navbar-brand .logo h2 {
  font-size: 1.55rem;
  color: #fff;
  margin: 0;
}
.navbar .icon-heart {
  display: none;
}
@media (min-width: 992px) {
  .navbar .icon-heart {
    display: inline;
  }
}
.navbar .container h1 {
  font-size: 0;
  margin-bottom: 0;
  margin-bottom: 5px;
  margin-right: 3%;
}
.navbar .container h1 a {
  display: block;
  width: 100%;
  height: 18px;
  position: relative;
  z-index: 1;
}
.navbar .container .alt-logo {
  display: block;
  position: absolute;
  z-index: 0;
  background-color: transparent;
  color: transparent;
}
@media (min-width: 1200px) {
  .navbar .container {
    max-width: 1200px;
  }
}
#app.navbar-fixed {
  padding-top: 56px;
}
#app.navbar-fixed .navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1049;
  opacity: 1;
  transition: 1s opacity;
}
.navbar-toggler-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -1rem;
}
.navbar-toggler {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler.collapsed {
  background-color: transparent;
}
.navbar-light .navbar-toggler {
  border: none;
  border-radius: 0;
}
.navbar-light .navbar-toggler.collapsed {
  position: relative;
}
.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 9h22M4 15h22M4 21h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,145,172,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M 6 6 L 24 24, M 24 6 L 6 24'/%3E%3C/svg%3E");
}
.b-x-collapsing .navbar-toggler,
.modal-open .navbar-toggler {
  background-color: #fff;
}
#menu {
  position: absolute;
  top: 56px;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100vh - 56px);
  background-color: #fff;
  z-index: 9999;
  padding: 0 0.5rem;
  overflow-y: scroll;
}
#menu .menu {
  border-top: 1px solid #0091ac;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#menu .newsletter {
  border-top: 1px solid #0091ac;
}
#menu .newsletter p {
  font-family: Heebo, sans-serif;
  font-size: 1rem;
  color: #000;
  margin-bottom: 1rem;
}
#menu .sn {
  background-color: #e9f5f7;
  border-radius: 0.25rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
#menu .sn a {
  color: #0091ac;
  text-decoration: underline;
}
.menu {
  padding: 1.5rem 1rem 1rem;
}
.menu ul {
  list-style: none;
  padding-left: 0;
}
.menu ul::after {
  display: block;
  clear: both;
  content: '';
}
.menu li {
  width: 50%;
  float: left;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}
.menu li a {
  color: #0091ac;
}
.menu li.visible-lg {
  display: none;
}
@media (min-width: 992px) {
  .menu li.visible-lg {
    display: block;
  }
}
.menu.gray {
  background-color: #212121;
}
.menu.gray li a {
  color: #fff;
}
.menu.black {
  background-color: #000;
}
.menu.black li a {
  color: #fff;
}
.search .form-group {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-top: 1px solid #0091ac;
}
.search .form-control {
  font-family: 'Roboto Slab', sans-serif;
  padding-left: 0;
}
nav.navbar .menu-desktop {
  display: none;
}
@media (min-width: 992px) {
  nav.navbar .menu-desktop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
  }
}
nav.navbar .menu-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
nav.navbar .menu-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.navbar .menu-list ul li {
  margin: 0 1rem 0 0;
}
nav.navbar .menu-list ul li a {
  font-weight: 500;
  color: #fff;
  opacity: 0.8;
}
nav.navbar .menu-list ul li a:hover,
nav.navbar .menu-list ul li.current_page_item a {
  opacity: 1;
}
nav.navbar .menu-list .dropdown-toggle {
  font-weight: 600;
  opacity: 0.8;
  margin: 0 0 0 1rem;
}
nav.navbar .menu-list .dropdown-menu {
  margin-left: 1rem;
}
nav.navbar .menu-list .dropdown-item {
  font-weight: 600;
  color: #0091ac;
}
nav.navbar .actions {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  -ms-flex: 1;
  flex: 1;
}
nav.navbar .actions .btn {
  font-size: 0.8rem;
  padding: 3px 10px;
}
@media (min-width: 992px) {
  nav.navbar .actions .btn {
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  nav.navbar .navbar-collapse,
  nav.navbar .navbar-toggler-wrapper {
    display: none;
  }
}
.home .author:after {
  content: '' !important;
}
.portada .col-lg-4 {
  background: #f4f4f4;
}
@media (min-width: 992px) {
  .portada .col-lg-4 {
    background: 0 0;
  }
}
@media (min-width: 992px) {
  .portada .col-lg-4 .article.md {
    background: #f4f4f4;
    height: 100%;
  }
}
.portada .col-lg-4 .article.md .especial {
  border: 0;
  position: relative;
}
@media (min-width: 992px) {
  .portada .col-lg-4 .article.md .especial {
    height: 100%;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.portada .col-lg-4 .article.md .especial .article-content {
  padding: 0.75rem 0 0.5rem 0;
}
.portada .col-lg-4 .article.md .especial .article-header {
  height: 254px;
  width: 100%;
  position: initial;
  margin: 0 auto;
}
.portada .col-lg-4 .article.md .especial h2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 2.25rem;
  background: #dba83d;
  margin: 0 -1rem 1rem -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.portada .col-lg-4 .article.md .especial h3 {
  font-size: 1.5rem;
}
.portada .col-lg-4 .article.md .especial h3 a {
  color: #0091ac;
}
.portada .col-lg-4 .article.md .especial .excerpt {
  font-size: 1rem;
}
.portada .boton {
  margin-top: 20px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .portada .boton {
    position: absolute;
    bottom: 20px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ultimas_noticias .articles {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 992px) {
  .ultimas_noticias .articles .primera {
    border-right: 1px solid #e2e2e2;
  }
}
@media (min-width: 992px) {
  .ultimas_noticias .articles .primera .article.sm {
    border-top: 0;
  }
  .ultimas_noticias .articles .primera .article.sm .noticia {
    border-top: 1px solid #e2e2e2;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.ultimas_noticias .articles .primera .article.lg h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .ultimas_noticias .articles .primera .article.lg .article-header {
    height: 50vw;
  }
}
@media (min-width: 992px) {
  .ultimas_noticias .articles .segunda .article:first-of-type .noticia {
    border-top: 0;
  }
}
@media (min-width: 992px) {
  .ultimas_noticias .articles .segunda .article:first-of-type .noticia .article-header {
    top: 0;
    min-height: 134px;
  }
}
@media (min-width: 992px) {
  .ultimas_noticias .articles .segunda .article:first-of-type .noticia .article-content {
    padding-top: 0.5rem;
    min-height: 134px;
  }
}
.ultimas_noticias .articles .article.sm {
  border-top: 1px solid #e2e2e2;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 992px) {
  .ultimas_noticias .articles .article.sm {
    border-top: 0;
  }
}
@media (min-width: 992px) {
  .ultimas_noticias .articles .article.sm .noticia {
    border-top: 1px solid #e2e2e2;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  .ultimas_noticias .articles .article.sm .noticia .article-header {
    height: 127px;
    width: 228px;
  }
}
@media (min-width: 992px) {
  .ultimas_noticias .articles .article.sm .noticia .article-content {
    padding-left: 247px;
    padding-top: 1rem;
  }
}
#especiales.ultimas_noticias .articles {
  margin-left: 0;
  margin-right: 0;
}
.recomendados {
  padding-top: 16px;
  background: #f4f4f4;
  padding-bottom: 5px;
}
.recomendados h2 {
  font-size: 1.25rem;
  font-family: 'Instrument Sans', sans-serif;
  line-height: 1.2rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .recomendados h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .recomendados .articles {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.recomendados .articles .col-md-3 {
  border-top: 1px solid #e2e2e2;
}
@media (min-width: 768px) {
  .recomendados .articles .col-md-3 {
    border-left: 1px solid #e2e2e2;
    border-top: 0;
  }
}
.recomendados .articles .col-md-3:first-child {
  border: 0;
}
.recomendados .articles .col-md-3 article.md {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-top: 16px;
  min-height: auto;
  border: 0;
}
@media (min-width: 768px) {
  .recomendados .articles .col-md-3 article.md {
    margin-left: 0;
    margin-right: 0;
    border-top: 0;
    padding-top: 0;
  }
}
.recomendados .articles .col-md-3 article.md .article-header {
  position: initial;
  height: 228px;
  width: 100%;
}
@media (min-width: 768px) {
  .recomendados .articles .col-md-3 article.md .article-header {
    height: 155px;
    width: 100%;
  }
}
.recomendados .articles .col-md-3 article.md .article-content {
  padding-left: 0;
}
.columnas {
  background: #fdf052;
}
@media (min-width: 992px) {
  .columnas {
    margin-bottom: 1.5rem;
    padding-top: 2rem;
  }
}
.columnas .articles {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .columnas .articles {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.columnas .articles .col-md-3 {
  border-top: 1px solid #bcbe4e;
}
@media (min-width: 768px) {
  .columnas .articles .col-md-3 {
    border-left: 1px solid #bcbe4e;
    border-top: none;
  }
}
.columnas .articles .col-md-3:nth-child(2) {
  border: 0;
}
.columnas .articles .col-md-3 h2 {
  margin-bottom: 1rem;
}
.columnas .articles .col-md-3 p {
  display: none;
}
@media (min-width: 768px) {
  .columnas .articles .col-md-3 p {
    display: block;
  }
}
.columnas .articles .col-md-3 .article.md {
  text-align: center;
}
.columnas .articles .col-md-3 .article.md .article-header {
  height: auto;
  background: 0 0;
  margin-bottom: 1rem;
}
.columnas .articles .col-md-3 .article.md .article-header .avatar {
  width: 150px;
  height: 150px;
}
.columnas .articles .col-md-3 .article.md .article-content .autor {
  color: initial;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}
.articles::after {
  display: block;
  clear: both;
  content: '';
}
@media (min-width: 992px) {
  .articles {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.articles.portada {
  margin-right: -1rem;
  margin-left: -1rem;
}
.articles.portada article.lg,
.articles.portada article.md {
  margin-left: 0;
  margin-right: 0;
}
.articles .bullet {
  position: relative;
}
.articles .bullet:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #0091ac;
  border-radius: 50%;
  transform: translateY(-50%);
}
.articles .bullet a {
  margin-left: 20px;
  display: block;
}
.articles h2 .articles-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -1rem 0 -1rem;
  padding: 0.25rem 1rem;
  color: #fff;
}
@media (min-width: 992px) {
  .articles h2 .articles-header {
    margin-bottom: 1rem;
  }
}
.articles h2 .articles-header span {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 2.25rem;
}
.articles h2 .articles-header span + span {
  font-size: 0.75rem;
}
.articles h2 .articles-header i {
  line-height: 2.25rem;
}
.articles .article-header {
  position: relative;
  background-color: #d3d3d3;
  background-size: cover;
  background-position: center;
  height: 272px;
  margin: 0 -1rem 0.5rem -1rem;
}
.articles .article-header .post-format {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  background-color: #0091ac;
  color: #fff;
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem;
}
.articles .article-header .post-format i {
  margin-left: 0.375rem;
}
.articles .article-content {
  width: 100%;
}
.articles .article-content h2 {
  color: #0091ac;
  font-weight: 500;
}
.articles .article-content h2 a {
  color: initial;
}
.articles .article-content h3 {
  font-size: 1.1rem;
  font-weight: 500;
}
.articles .article-content h3 a {
  color: #212529;
}
.articles .article-content .excerpt {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.articles .article-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.articles .article-meta .author {
  font-size: 12px;
  color: #0091ac;
  text-transform: uppercase;
  text-decoration: none;
}
.articles .article-meta .date {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.articles .article-meta .category {
  font-size: 0.75rem;
  font-size: 600;
}
.articles .article-meta .category a {
  color: #000;
  text-decoration: underline;
}
.articles .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.articles .actions .primary-action {
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.articles.related {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
  background: rgba(147, 206, 217, 0.2);
}
@media (min-width: 992px) {
  .articles.related {
    margin-left: 0;
    margin-right: 0;
    background: 0 0;
  }
}
.articles.related .articles-header {
  padding: 0.25rem 1rem;
  background-color: #0091ac;
  color: #fff;
  margin-bottom: 0.5rem;
}
.articles.related .articles-header span {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 2.25rem;
}
@media (min-width: 992px) {
  .articles.related .relacionados {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 120px;
  }
  .articles.related .relacionados .article {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .articles.related .relacionados .article {
    margin-left: 0;
    margin-right: 0;
  }
}
.articles.related .relacionados .article.sm {
  border-top: 1px solid #93ced9;
  padding-bottom: 0;
  min-height: 105px;
}
.articles.related .relacionados .article.sm:first-of-type {
  border-top: 0;
}
@media (min-width: 992px) {
  .articles.related .relacionados .article.sm {
    border-top: 0;
  }
}
.articles.related .relacionados .article.sm .article-header {
  height: 80px;
}
@media (min-width: 992px) {
  .articles.related .relacionados .article.sm .article-header {
    width: 160px;
    height: 120px;
    left: 0;
  }
}
@media (min-width: 992px) {
  .articles.related .relacionados .article.sm .article-content {
    padding-left: 180px;
  }
}
.articles.related .relacionados .article.sm .article-content h2 {
  background-color: transparent;
  padding-left: 0;
}
.articles.related .relacionados .article.sm .article-content .article-meta .author,
.articles.related .relacionados .article.sm .article-content .article-meta .date {
  font-size: 12px;
}
.articles article {
  position: relative;
  min-height: 84px;
  padding: 0 0 1rem;
}
.articles article::after {
  display: block;
  clear: both;
  content: '';
}
.articles article.md .article-header,
.articles article.sm .article-header {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  width: 120px;
  height: 120px;
  margin-left: 0;
}
.articles article.md .article-content,
.articles article.sm .article-content {
  padding: 0.75rem 0 0.5rem 136px;
}
.articles article.md .article-content h2,
.articles article.sm .article-content h2 {
  font-size: 1rem;
  line-height: 1.25;
  color: #000;
}
.articles article.md .article-footer,
.articles article.sm .article-footer {
  display: block;
}
.articles article.md .article-footer .author:after,
.articles article.sm .article-footer .author:after {
  content: ',';
}
.articles article.md .article-footer .btn-share,
.articles article.md .article-footer .category,
.articles article.sm .article-footer .btn-share,
.articles article.sm .article-footer .category {
  display: none;
}
.articles article.lg .article-header {
  height: 218px;
}
.articles article.lg .article-content h2,
.articles article.lg .article-content h3 {
  margin-top: 1rem;
  font-weight: 500;
}
.articles article.lg .article-content h2 a,
.articles article.lg .article-content h3 a {
  color: #0091ac;
}
.articles article.lg.relacionado {
  min-height: 0;
}
@media (min-width: 992px) {
  .articles article.lg.relacionado {
    padding-bottom: 0;
  }
}
.articles article.lg.relacionado h2 {
  line-height: 1.2rem;
}
.articles article.lg.relacionado h2 a {
  font-size: 1rem;
  font-family: Heebo;
  text-decoration: underline;
  color: #212529;
  font-weight: 400;
}
.articles article.md,
.articles article.sm {
  min-height: 146px;
}
.articles article.sm .article-content {
  padding: 0.5rem 1rem 0.5rem 150px;
}
.articles article:last-child {
  border-bottom: none;
}
.articles.gallery {
  position: relative;
}
.articles.gallery .articles-header {
  padding: 0.4rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 9;
  background-color: #0091ac;
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
}
.articles.gallery .articles-header .post-format {
  display: none;
}
.articles.gallery article {
  position: relative;
  padding-bottom: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  border-top: 1px solid #e2e2e2;
}
@media (min-width: 992px) {
  .articles.gallery article {
    margin-right: 0;
  }
}
.articles.gallery article.lg {
  margin-left: -1rem;
  margin-right: -1rem;
}
.articles.gallery article.lg .article-header {
  position: relative;
  margin: 0 0 0.5rem;
}
.articles.gallery article.lg .article-header span {
  position: absolute;
  bottom: -1rem;
  left: 0;
  max-width: 100%;
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: #0091ac;
  color: #fff;
}
.articles.gallery article.lg .article-img-legend,
.articles.gallery article.lg .wp-caption-text {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.articles.gallery article.lg .article-content {
  font-size: 0.875rem !important;
  padding: 0 1rem 1rem 1rem;
}
.articles.gallery article.lg .article-content ul {
  padding-left: 1.5rem;
}
.articles.gallery article.lg .article-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.articles.gallery article.lg .article-meta .avatar {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
}
.articles.gallery article.lg .article-meta .avatar img {
  width: 100% !important;
  height: auto !important;
}
.articles.gallery article.md .article-content {
  padding: 0.75rem 1rem 0.5rem 150px;
}
.articles.gallery article.md .article-content h2 {
  font-size: 1.1rem;
}
.articles.selection {
  position: relative;
  background-color: #0091ac;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 992px) {
  .articles.selection {
    margin-left: 0;
    margin-right: 0;
  }
}
.articles.selection .article .article-meta .author {
  color: #212529;
}
@media (min-width: 992px) {
  .articles.selection .article .article-meta .author {
    color: #0091ac;
  }
}
.articles.selection .article .article-meta .date {
  color: #fff;
}
.articles.selection .article.lg .article-header {
  height: 300px;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 992px) {
  .articles.selection .article.lg .article-header {
    height: 485px;
    margin: 0;
  }
}
.articles.selection .article.lg .article-header .articles-header {
  font-size: 1rem;
  padding: 0.4rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 9;
  background-color: #0091ac;
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
}
@media (min-width: 992px) {
  .articles.selection .article.lg .article-header .articles-header {
    top: 1rem;
    bottom: initial;
  }
}
.articles.selection .article.lg .article-content {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .articles.selection .article.lg .article-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.articles.selection .article.lg .article-content h3 a {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
.articles.selection .article.md {
  border-top: 1px solid #4dadbf;
  padding-bottom: 0;
  min-height: auto;
}
@media (min-width: 992px) {
  .articles.selection .article.md {
    border-top: 0;
  }
}
.articles.selection .article.md .noticia {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .articles.selection .article.md .noticia {
    padding-right: 0;
    padding-left: 0;
  }
}
.articles.selection .article.md .noticia .article-content {
  padding-left: 0;
}
@media (min-width: 992px) {
  .articles.selection .article.md .noticia .article-content {
    padding: 0;
  }
}
.articles.selection .article.md .noticia .article-content h3 a {
  color: #fff;
}
@media (min-width: 992px) {
  .articles .articles-header {
    margin-right: 0;
    margin-left: 0;
  }
  .articles article.lg .article-header {
    margin-left: 0;
    margin-right: 0;
    height: 349px;
  }
  .articles article.lg .article-header.mirada {
    height: 485px;
  }
  .articles article.md .article-header {
    position: relative;
    top: 0;
    left: 1rem;
    width: 100%;
    height: 237px;
  }
  .articles article.md .article-content {
    padding: 0 0 0.5rem;
  }
  .articles article.md .article-content h2 {
    font-size: 1.5rem;
  }
  .articles article.sm .article-header {
    display: block;
  }
  .articles article.sm:last-child {
    border-bottom: none;
  }
  .articles.selection .bottom .article-content h2 a,
  .articles.selection .top .article-content h2 a {
    color: #fff;
  }
  .articles.selection .top article {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .articles.selection .top article .article-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1rem 2rem;
    background: transparent;
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, #000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  }
  .articles.selection .top article .article-content h3 {
    color: #fff;
  }
  .articles.selection .top article .article-content p {
    display: none;
  }
  .articles.selection .top article .article-meta .author,
  .articles.selection .top article .article-meta .category,
  .articles.selection .top article .article-meta .date {
    display: inline-block;
    line-height: 1.25rem;
    margin-right: 0.25rem;
  }
  .articles.selection .top article .article-meta .category,
  .articles.selection .top article .article-meta .date {
    margin-top: -2px;
  }
  .articles.selection .top article .article-meta .category {
    display: none;
  }
  .articles.selection .top article .article-meta .category,
  .articles.selection .top article .article-meta .category a,
  .articles.selection .top article .article-meta .date {
    color: #fff;
  }
  .articles.selection .bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  .articles.selection .bottom article {
    width: 33.33333%;
    min-height: 1px;
    padding: 0 1.5rem;
  }
  .articles.selection .bottom article .article-header {
    display: none;
  }
  .articles.selection .bottom article .article-content h2 {
    font-size: 1rem;
  }
  .articles.selection .bottom article .article-meta .author,
  .articles.selection .bottom article .date {
    color: #fff;
  }
  .articles.selection .bottom article:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;
  }
  .articles.selection .bottom article:last-child:after {
    display: none;
  }
  .articles.gallery .articles-header {
    top: 1.5rem;
    left: 1.5rem;
  }
  .articles.gallery .article-header {
    height: 468px;
    position: relative;
    margin: 0 0 0.5rem;
  }
  .articles.gallery .article-content {
    background: transparent;
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, #000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  }
  .articles.gallery .article-content h2 a {
    color: #fff !important;
  }
  .articles.gallery article .article-content {
    position: absolute;
    padding-bottom: 1rem;
    bottom: 0;
  }
  .articles.gallery article .article-content h3 {
    color: #fff;
  }
  .articles.gallery article.lg {
    margin-left: 0;
    margin-right: -0.625rem;
  }
  .articles.gallery article.md,
  .articles.gallery article.sm {
    border-top: none;
    margin-left: -0.625rem;
  }
  .articles.gallery article.md .article-header,
  .articles.gallery article.sm .article-header {
    height: 238px;
    left: 0;
  }
  .articles.gallery article.md .article-content,
  .articles.gallery article.sm .article-content {
    padding: 1rem;
  }
}
.ad {
  padding: 0 1rem 1.25rem 1rem;
}
.ad .ad-alert {
  text-align: center;
  font-family: barna_stencilregular, sans-serif;
  font-size: 0.625rem;
  line-height: 0.875rem;
}
.ad img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.newsletter p {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 700;
  max-width: 320px;
  margin: 0 auto 1.5rem auto;
  color: #fff;
  text-align: center;
}
.newsletter .btn {
  font-size: 0.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 0;
  border-top: 1px solid #fff;
}
.newsletter .btn span {
  display: none;
}
@media (min-width: 414px) {
  .newsletter .btn span {
    display: inline;
  }
}
.newsletter .articles.blue-inverse {
  margin-left: 0;
  margin-right: 0;
}
.avatar {
  border-radius: 50%;
  margin-right: 1rem;
  width: 50px;
  height: 50px;
}
.avatar img {
  height: auto;
  margin-left: 0;
}
.author-header {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9f5f7;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.author-header .author-name,
.author-header .name {
  font-weight: 700;
  line-height: 1.4rem;
  margin: 0;
}
.author-header .links {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
}
.author-header .links a {
  color: #0091ac;
  font-weight: 600;
}
@media (min-width: 992px) {
  .author-header {
    padding: 0;
    margin-bottom: 0;
  }
}
.author .author-header {
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: 0 0;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .author .author-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.author .author-header .name {
  margin-bottom: 0.5rem;
}
.author .author-header .avatar {
  width: 80px;
  height: 80px;
  margin-right: 0;
}
@media (min-width: 992px) {
  .author .author-header .avatar {
    margin-right: 1rem;
  }
}
.category-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem;
  text-transform: capitalize;
}
.category-header .title {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}
@media (min-width: 992px) {
  .category-header .title {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.category-header.category-header-custom .title {
  font-size: 2rem;
}
body.author .articles article.md:first-child,
body.author .articles article.sm:first-child,
body.search .articles article.md:first-child,
body.search .articles article.sm:first-child {
  border: none;
}
body.author .articles article.md .col-lg-8 .article-header,
body.author .articles article.sm .col-lg-8 .article-header,
body.search .articles article.md .col-lg-8 .article-header,
body.search .articles article.sm .col-lg-8 .article-header {
  left: 0;
}
body.author .navigation,
body.search .navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.5rem;
}
.archive .ultimas_noticias .articles .article.sm,
.category .ultimas_noticias .articles .article.sm {
  min-height: 0;
}
@media (min-width: 992px) {
  .archive .ultimas_noticias .articles .article.sm,
  .category .ultimas_noticias .articles .article.sm {
    min-height: 96px;
  }
}
@media (min-width: 992px) {
  .archive .ultimas_noticias .articles .article.sm:first-of-type .noticia,
  .category .ultimas_noticias .articles .article.sm:first-of-type .noticia {
    border-top: 0;
  }
}
.archive .ultimas_noticias .articles .article.sm:first-of-type .noticia .article-header,
.category .ultimas_noticias .articles .article.sm:first-of-type .noticia .article-header {
  min-height: auto;
}
.archive .ultimas_noticias .articles .article.sm .noticia .article-header,
.category .ultimas_noticias .articles .article.sm .noticia .article-header {
  display: none;
}
@media (min-width: 992px) {
  .archive .ultimas_noticias .articles .article.sm .noticia .article-header,
  .category .ultimas_noticias .articles .article.sm .noticia .article-header {
    height: 80px;
    width: 120px;
    display: block;
  }
}
.archive .ultimas_noticias .articles .article.sm .noticia .article-content,
.category .ultimas_noticias .articles .article.sm .noticia .article-content {
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .archive .ultimas_noticias .articles .article.sm .noticia .article-content,
  .category .ultimas_noticias .articles .article.sm .noticia .article-content {
    min-height: 96px;
    padding-left: 135px;
  }
}
.tag-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0 0;
}
.tag-header .title {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}
.tag-header .labels {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
}
.tag-header .labels span {
  color: #0091ac;
  font-weight: 600;
}
.page .article-img,
.page .image,
.single-post .article-img,
.single-post .image {
  background-color: #d3d3d3;
  background-size: cover;
  background-position: center;
  height: 272px;
  margin: 0 -1rem 0.25rem -1rem;
}
@media (min-width: 992px) {
  .page .article-img,
  .page .image,
  .single-post .article-img,
  .single-post .image {
    margin-right: 0;
    margin-left: 0;
    height: 400px;
  }
}
.page .article-img-legend,
.page .wp-caption-text,
.single-post .article-img-legend,
.single-post .wp-caption-text {
  margin: 0.25rem 0 0.75rem 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
.page .article-img-legend .author,
.page .article-img-legend + .author,
.page .wp-caption-text .author,
.page .wp-caption-text + .author,
.single-post .article-img-legend .author,
.single-post .article-img-legend + .author,
.single-post .wp-caption-text .author,
.single-post .wp-caption-text + .author {
  margin: -0.75rem 0 0.75rem 0;
  font-size: 0.75rem;
  color: #5d6262;
}
.page .article-img-legend .author,
.page .wp-caption-text .author,
.single-post .article-img-legend .author,
.single-post .wp-caption-text .author {
  margin: 0;
}
.page .article-excerpt,
.single-post .article-excerpt {
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: Heebo, sans-serif !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
  color: #212529 !important;
}
.page .article-excerpt:before,
.single-post .article-excerpt:before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: #0091ac;
}
.page .article-info,
.single-post .article-info {
  margin: 1.5rem -1rem 0 -1rem;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .page .article-info,
  .single-post .article-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9f5f7;
    padding: 0.5rem 1rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.page .article-info .date,
.single-post .article-info .date {
  position: relative;
  padding-right: 5px;
}
.page .article-info .date:after,
.single-post .article-info .date:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  width: 1px;
  background-color: #212529;
}
.page .article-content .contenido,
.single-post .article-content .contenido {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 300;
}
.page .article-content h1,
.page .article-content h2,
.single-post .article-content h1,
.single-post .article-content h2 {
  color: #000;
  font-weight: 700;
  margin-top: 0.75rem;
}
@media (min-width: 992px) {
  .page .article-content h2,
  .single-post .article-content h2 {
    display: block;
  }
}
.page .article-content h2.category,
.single-post .article-content h2.category {
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .page .article-content h2.category,
  .single-post .article-content h2.category {
    border-bottom: 2px solid #93ced9;
    margin-bottom: 1rem;
  }
}
.page .article-content h1,
.single-post .article-content h1 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page .article-content h1,
  .single-post .article-content h1 {
    font-size: 2rem;
  }
}
.page .article-content iframe,
.single-post .article-content iframe {
  max-width: 100%;
  margin: 0 auto;
}
.page .article-footer,
.single-post .article-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.page .actions.top,
.single-post .actions.top {
  display: none;
}
@media (min-width: 992px) {
  .page .actions.bottom,
  .single-post .actions.bottom {
    display: none;
  }
  .page .actions.top,
  .single-post .actions.top {
    display: block;
  }
}
.page .actions button,
.single-post .actions button {
  font-size: 0.875rem;
  margin: 0 auto;
}
.page .actions button i,
.single-post .actions button i {
  font-size: 1.25rem;
}
.page article,
.single-post article {
  position: relative;
  min-height: 84px;
  padding: 0 0 1.5rem;
}
.page article::after,
.single-post article::after {
  display: block;
  clear: both;
  content: '';
}
.page .tags,
.single-post .tags {
  padding-left: 0;
  list-style: none;
}
.page .tags .tag,
.single-post .tags .tag {
  display: inline-block;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .page .tags,
  .single-post .tags {
    margin: 0 0 1.5rem;
  }
}
.page .wp-caption,
.single-post .wp-caption {
  width: auto !important;
}
.page .aportacion,
.single-post .aportacion {
  margin: 0 0 1.5rem;
}
.article-content .equipo .member {
  margin-bottom: 2rem;
}
.article-content .equipo .member .member-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.article-content .equipo .member .member-header h3 {
  font-size: 1.5rem;
}
.article-content .equipo .member .member-header img {
  width: 6rem;
  height: 6rem;
  border-radius: 3rem;
  max-width: initial;
}
.article-content .equipo .member .vermas {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
}
.single-format-image .article-content {
  position: relative;
}
.single-format-image .featured-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, #000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.single-format-image .featured-info h2,
.single-format-image .featured-info p {
  max-width: 90%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .single-format-image .featured-info h2,
  .single-format-image .featured-info p {
    max-width: 580px;
    text-align: left;
  }
}
.single-format-image .featured-info h2 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
@media (min-width: 768px) {
  .single-format-image .featured-info h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .single-format-image .featured-info h2 {
    font-size: 2.75rem;
  }
}
.single-format-image .featured-info p {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .single-format-image .featured-info p {
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }
}
.single-format-image .featured-info .chevron {
  display: none;
  width: 113px;
  height: 45px;
  margin: 0 0 1.5rem;
  background: center center no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 113 45'%3E%3Cpath d='M56.4814748,37.1390192 L109.521491,1.9673152e-13 L112.96295,4.91491227 L56.5984744,44.3817427 L56.5214911,44.4916864 L56.4814748,44.4636667 L56.4414586,44.4916864 L56.3644752,44.3817427 L-1.33848488e-12,4.91491227 L3.44145862,1.9673152e-13 L56.4814748,37.1390192 Z'/%3E%3C/svg%3E");
  opacity: 0.8;
  transition: 0.4s opacity;
}
.single-format-image .featured-info .chevron:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .single-format-image .featured-info .chevron {
    display: inline-block;
  }
}
.single-format-image .article-img {
  height: 240px;
}
@media (min-width: 768px) {
  .single-format-image .article-img {
    height: 420px;
    margin: 0 0 0.25rem;
  }
}
@media (min-width: 992px) {
  .single-format-image .article-img {
    height: 600px;
  }
}
.navbar-post {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 56px;
  right: 0;
  left: 0;
  z-index: 1049;
  background-color: #fff;
  padding: 0.625rem 0;
}
.navbar-post .navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 0.25rem 0;
  height: 3rem;
}
.navbar-post .navigation .btn {
  color: #0091ac;
  height: 2rem;
  margin: 0 1rem 0 0;
}
.navbar-post .navigation .btn:last-child {
  margin: 0 0 0 1rem;
}
.navbar-post .navigation p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.navbar-post .search .form-group {
  margin: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border: 1px solid #0091ac;
  border-radius: 5px;
}
.navbar-post .search .search-submit {
  display: none;
}
@media (min-width: 992px) {
  .especial #app .navbar {
    margin-bottom: 0;
  }
}
.especial #app .cabecera {
  position: relative;
}
.especial #app .cabecera .article-img {
  height: 100vh;
  margin: 0;
}
.especial #app .cabecera .container .titulos {
  position: absolute;
  bottom: 3rem;
  text-align: center;
  width: 100%;
  left: 0;
  padding: 0 15px;
}
.especial #app .cabecera .container .titulos h1,
.especial #app .cabecera .container .titulos h2 {
  color: #fff !important;
}
.especial #app .cabecera .container .titulos h1 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .especial #app .cabecera .container .titulos h1 {
    font-size: 3rem;
  }
}
.especial #app .cabecera .container .titulos .article-excerpt {
  color: #fff !important;
}
.especial #app .cabecera .container .titulos .article-excerpt:before {
  display: none;
}
.especial #app .principal {
  margin: 0 auto;
}
.especial #app .gallery {
  margin-bottom: 1rem;
}
.especial #app .gallery .image {
  height: 100vh;
}
.especial #app .gallery .image .container {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.gallery .carousel-inner img {
  width: 100%;
}
.gallery .carousel-inner .info {
  margin: 0 auto;
  font-weight: 300;
}
.gallery .carousel-inner .info .title {
  font-size: 0.87rem;
  color: #3f5b91;
}
.gallery .carousel-indicators {
  position: initial;
  max-width: 1160px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.gallery .carousel-indicators li {
  text-indent: 0;
  width: 100%;
  height: auto;
  max-width: 176px;
}
.gallery .carousel-indicators li:after,
.gallery .carousel-indicators li:before {
  display: none;
}
.gallery .image-wrapper {
  position: relative;
  text-align: center;
}
.gallery .open-modal-carousel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.gallery .open-modal-carousel i {
  color: rgba(255, 255, 255, 0);
  font-size: 10rem;
  transition: 1s color;
}
@media (min-width: 768px) {
  .gallery .open-modal-carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gallery .open-modal-carousel:hover {
    cursor: pointer;
  }
  .gallery .open-modal-carousel:hover i {
    color: rgba(255, 255, 255, 0.7);
  }
}
.gallery .image img {
  max-width: calc(100% + 2rem);
  height: auto;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 768px) {
  .gallery .image img {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.modal-gallery {
  padding-right: 0 !important;
}
.modal-gallery .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-gallery .modal-content {
  height: 100%;
  background-color: transparent;
  border: none;
}
.modal-gallery .modal-footer {
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  padding: 0;
  border: none;
}
.modal-gallery .modal-footer .legend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding: 0.25rem 1rem;
}
.modal-gallery .modal-footer .legend .number {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 2.5rem;
}
.modal-gallery .modal-footer .legend .number .big {
  font-size: 5rem;
  line-height: 6rem;
}
.modal-gallery .modal-footer .legend .legend-info {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1rem;
  margin: 0 1rem;
}
.modal-gallery .modal-footer .legend .legend-info h5 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
}
.modal-gallery .modal-footer .legend .legend-info:after,
.modal-gallery .modal-footer .legend .legend-info:before {
  content: '';
  position: absolute;
  top: 1rem;
  width: 1px;
  height: 3.5rem;
  background-color: #fff;
}
.modal-gallery .modal-footer .legend .legend-info:before {
  left: 2px;
}
.modal-gallery .modal-footer .legend .legend-info:after {
  right: 0;
}
.modal-gallery .modal-footer .legend button {
  margin: 1.875rem 0 0;
  height: 2rem;
  color: #fff;
  border-color: #fff;
}
.modal-gallery .carousel {
  padding: 0 4rem;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-gallery .carousel-inner {
  height: calc(100% - 2rem);
  margin-top: 1rem;
}
.modal-gallery .carousel-item {
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem 0;
}
.modal-gallery .carousel-control-next,
.modal-gallery .carousel-control-prev {
  width: 60px;
}
.modal-gallery .carousel-control-next-icon,
.modal-gallery .carousel-control-prev-icon {
  position: relative;
  display: inline-block;
  width: 113px;
  height: 45px;
  margin: 0;
  padding: 0 4rem;
  background: center center no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 113 45'%3E%3Cpath d='M56.4814748,37.1390192 L109.521491,1.9673152e-13 L112.96295,4.91491227 L56.5984744,44.3817427 L56.5214911,44.4916864 L56.4814748,44.4636667 L56.4414586,44.4916864 L56.3644752,44.3817427 L-1.33848488e-12,4.91491227 L3.44145862,1.9673152e-13 L56.4814748,37.1390192 Z'/%3E%3C/svg%3E");
  opacity: 0.8;
  transition: 0.4s opacity;
  transform: rotate(90deg);
}
.modal-gallery .carousel-control-next-icon:hover,
.modal-gallery .carousel-control-prev-icon:hover {
  opacity: 1;
}
.modal-gallery .carousel-control-next-icon {
  transform: rotate(-90deg);
}
.comments {
  margin: 0 0 1.5rem;
}
.comments .comments-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -1rem 0 -1rem;
  padding: 0.5rem 1rem 0 1rem;
  background-color: #0091ac;
  color: #fff;
}
.comments .comments-header span {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 2.25rem;
}
.comments .comments-header span + span {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .comments .comments-header {
    margin-right: 0;
    margin-left: 0;
  }
}
#comments {
  display: none;
}
.commentlist {
  list-style: none;
  padding-left: 0;
  border-left: none;
}
.commentlist .children {
  list-style: none;
  padding: 0 0 0 1rem;
  border-left: 1px solid #0091ac;
  margin-bottom: 1rem;
}
.commentlist .children li:last-child article {
  padding: 0 0 0.5rem;
}
.commentlist .comment:last-child .comment-body {
  padding: 1rem 1rem 1rem 0 !important;
}
.commentlist .comment:last-child .reply:before {
  display: none;
}
@media (min-width: 992px) {
  .commentlist {
    width: 66.66667%;
  }
}
.comment-body {
  font-size: 0.875rem;
  padding: 1rem 1rem 1.25rem 0 !important;
}
.comment-meta {
  background-color: transparent;
}
.comment-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.comment-author .fn {
  color: #0091ac;
  font-weight: 600;
}
.comment-author .says {
  display: none;
}
.comment-author > * {
  margin-right: 0.5rem;
}
.comment-metadata {
  margin-bottom: 0.5rem;
}
.comment-metadata time {
  color: #000;
  font-size: 0.75rem;
}
.comment-content {
  font-weight: 300;
}
.comment-content p {
  margin: 0 0 0.5rem;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.comment-respond {
  background-color: #e9f5f7;
  margin: 0 -1rem 1.5rem -1rem;
  padding: 1rem;
}
.comment-respond .comment-reply-title {
  color: #0091ac;
  text-align: center;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
}
.comment-respond label {
  color: #0091ac;
  font-weight: 300;
}
.comment-respond .form-control {
  border: 1px solid #93ced9;
  border-radius: 0.25rem;
}
.comment-respond .form-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.comment-respond .form-submit button {
  text-transform: uppercase;
  padding: 0.375rem 2rem;
  font-size: 0.875rem;
  font-size: bold;
  -ms-flex-align: center;
  align-items: center;
}
.comment-respond .form-submit button i {
  padding: 0 0.5rem 0 0;
}
@media (min-width: 992px) {
  .comment-respond {
    margin-right: 0;
    margin-left: 0;
  }
}
.share-modal .modal-dialog {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
}
.share-modal .modal-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 4rem;
}
.share-modal .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}
.share-modal .modal-header {
  border-bottom: none;
}
.share-modal .a2a_kit {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.share-modal .a2a_kit > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
.share-modal .a2a_kit > a span {
  margin-right: 0.5rem;
}
.share-modal .a2a_kit > a .a2a_label {
  position: relative !important;
  width: auto;
  color: #000;
  clip: initial;
  -webkit-clip-path: none;
  clip-path: none;
  font-size: 1.25rem;
}
.widget {
  margin: 0 0 1.5rem;
}
.widget .widget-title {
  padding: 0.25rem 1rem;
  margin: 0 0 1.5rem;
  background-color: #93ced9;
  color: #0091ac;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 992px) {
  .widget .widget-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.widget_lmr_ad1_widget .widget-title,
.widget_lmr_ad2_widget .widget-title {
  display: none;
}
.widget_lmr_ad1_widget .ad,
.widget_lmr_ad2_widget .ad {
  padding-top: 0;
  padding-bottom: 0;
}
.widget_search .search .form-group {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border: 1px solid #0091ac;
  border-radius: 5px;
}
.widget_search .search .search-submit {
  display: none;
}
.colaboradores ul {
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.colaboradores ul li {
  margin-bottom: 1.5rem;
}
.widget_ot_popular_posts ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_ot_popular_posts ul li,
.widget_recent_entries ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.widget_ot_popular_posts ul li:before,
.widget_recent_entries ul li:before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: #0091ac;
}
.widget_ot_popular_posts ul a,
.widget_recent_entries ul a {
  color: #000;
}
.widget_lmr_banner_widget .banner {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
}
.widget_lmr_banner_widget i {
  font-size: 2rem;
}
.widget_ot_cat_posts h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
}
aside .widget.papel .articles .edition {
  display: inline;
}
aside .widget.papel .articles .issue .issue-content {
  padding: 20px 0 0;
}
aside .widget.papel .articles .issue .issue-content .actions {
  position: initial;
  bottom: 1rem;
}
aside .widget.papel .articles .issue .issue-img img {
  margin: 0 auto;
}
#papel-2 {
  display: none;
}
#category-2.widget .articles h2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.widget h3 .edition {
  display: none;
}
.widget .articles.yellow {
  background-color: #fffcdc;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.1rem;
}
@media (min-width: 992px) {
  .widget .articles.yellow {
    margin-left: 0;
    margin-right: 0;
  }
}
.widget .articles.yellow h2 {
  background-color: #fdf052;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.widget .articles.yellow h2 .articles-header {
  color: #000;
}
@media (min-width: 992px) {
  .widget .articles.yellow h2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}
.widget .articles.yellow .article.issue {
  padding: 0.5rem 0 1rem 0;
  margin-top: 1rem;
}
.widget .articles.yellow .botones .actions .primary-action .btn {
  border-color: #0091ac;
  background-color: #0091ac;
  color: #fff;
}
.widget .articles .article.lg h3 {
  font-size: 2rem;
}
.widget.widget_widget_newsletter {
  background-color: #0091ac;
}
.widget.widget_widget_newsletter .widget-title {
  margin-right: 0;
  margin-left: 0;
}
aside .widget.papel .articles h3.edition {
  display: none;
}
@media (min-width: 992px) {
  .principal .d-none {
    display: block !important;
  }
}
.principal .widget {
  margin-bottom: 0;
}
.principal .widget.lamar-widget {
  margin-bottom: 1rem;
  text-align: center;
}
.principal .widget.lamar-widget #iframe {
  max-width: 100%;
}
@media (min-width: 992px) {
  .principal .widget.lamar-widget {
    margin-bottom: 1.5rem;
  }
}
.principal .widget .articles h2 {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 -1rem 0 -1rem;
}
.principal .widget .articles h2 articles-header {
  color: #fff;
}
.principal .widget .articles h2 .edition {
  display: none;
}
@media (min-width: 992px) {
  .principal .widget .articles h2 {
    margin: 0;
  }
}
.principal .widget .articles .article.lg {
  padding-bottom: 0;
}
.principal .widget .articles .d-lg-block .interview-related {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .principal .widget .articles .d-lg-block .interview-related {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.principal .widget .articles .d-lg-block .interview-related .article.sm {
  border-top: 1px solid #e2e2e2;
  min-height: 0;
}
@media (min-width: 992px) {
  .principal .widget .articles .d-lg-block .interview-related .article.sm {
    border-top: 0;
    border-left: 1px solid #e2e2e2;
    width: 50%;
    padding-bottom: 0;
    min-height: 120px;
  }
  .principal .widget .articles .d-lg-block .interview-related .article.sm:first-of-type {
    border-left: 0;
  }
  .principal .widget .articles .d-lg-block .interview-related .article.sm .article-header {
    top: 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .principal .widget .articles .d-lg-block .interview-related .article.sm .article-header {
    top: 0;
  }
}
.principal .widget .articles .d-lg-block .interview-related .article.sm .article-content {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .principal .widget .articles .d-lg-block .interview-related .article.sm .article-content {
    padding-left: 150px;
    padding-top: 0;
  }
}
.principal .widget .articles.blue h2 {
  background-color: #0091ac;
}
.principal .widget .articles.light h2 {
  border-top: 1px solid #0091ac;
  margin-bottom: 0;
}
.principal .widget .articles.light h2 a {
  color: #0091ac;
  margin-bottom: 0;
}
.principal .widget .articles.gold h2 {
  background-color: #dba83d;
}
.principal .widget .articles.climatica h2 {
  background-color: #3f5b91 !important;
}
.principal .widget .articles.climatica h3 a {
  color: #3f5b91 !important;
}
@media (min-width: 992px) {
  .principal .widget .articles.yellow article.issue .issue-img {
    float: left;
    width: 228px;
  }
  .principal .widget .articles.yellow article.issue .issue-img img {
    margin: 0 1rem 0 0;
  }
  .principal .widget .articles.yellow article.issue .issue-content {
    width: calc(100% - 244px);
    padding-bottom: 3.5rem;
    float: right;
    min-height: 1px;
  }
  .principal .widget .articles.yellow article.issue .issue-content h3 {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 2rem;
  }
  .principal .widget .articles.yellow article.issue .issue-content::after {
    display: block;
    clear: both;
    content: '';
  }
}
.principal .widget .articles.yellow .botones {
  text-align: right;
}
.principal .widget .articles.yellow .botones .actions .primary-action .btn {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
@media (min-width: 992px) {
  .principal .widget .articles {
    margin-bottom: 1.5rem;
  }
}
.principal .widget.yoibextigo .articles {
  background: #faf2e2;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .principal .widget.yoibextigo .articles {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.principal .widget.yoibextigo .articles .article h3 a {
  color: #000;
}
@media (min-width: 992px) {
  .principal .widget.yoibextigo .articles .article {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  #papel-2 {
    display: block;
  }
  .widget .articles h2 {
    margin: 0;
  }
  .widget .articles .article.lg h3 {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=maps/app.min.css.map */
.btn.btn-newsletter {
  display: inline-block;
}
@media (max-width: 768px) {
  .btn.btn-newsletter {
    width: 100%;
  }
}
.mod-newsletter .row {
  border-top: 1px solid #0091ac;
  border-bottom: 1px solid #0091ac;
}
.mod-newsletter p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.mod-conceptos {
  background: #93ced933;
}
.mod-conceptos p {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 0;
}
.wp-block-quote {
  padding-left: 56px !important;
}
.wp-block-quote::before {
  content: '';
  background-image: url('../images/icons/quote.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translateX(-56px);
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.5em;
}
.wp-block-quote.is-large p strong,
.wp-block-quote.is-style-large p strong {
  font-weight: normal;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  font-style: normal;
}
.wp-block-quote.is-large cite strong,
.wp-block-quote.is-style-large cite strong {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
blockquote .btn-share {
  border-right: 1px solid black;
  margin-right: 15px;
  border-radius: inherit;
  padding-left: 25px;
}
blockquote .btn-share:focus,
blockquote .btn-share:hover {
  box-shadow: none;
}
blockquote .btn-share::before {
  content: '';
  background-image: url('../images/icons/share.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
  transform: translateX(-26px);
}
@media (max-width: 768px) {
  .wp-block-quote::before {
    transform: inherit;
  }
  .wp-block-quote {
    padding-left: 0 !important;
  }
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    padding-top: 42px;
  }
  .cite {
    flex-direction: row-reverse;
    justify-content: flex-end !important;
  }
  blockquote .btn-share {
    font-size: 0;
    height: 32px;
    right: 0;
    position: absolute;
    border: none;
    padding-right: 0;
  }
  .wp-block-quote.is-large cite,
  .wp-block-quote.is-style-large cite {
    display: inline-grid;
  }
}
.muro-pago-fake-pre-header {
  height: 200px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.muro-pago-fake {
  margin-top: -300px;
  z-index: 2;
  position: relative;
  /*
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    */
}
.btn-close-fake {
  background-image: url('../images/icons/cancel.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  width: 24px;
  height: 24px;
  border: none;
  transform: translateY(-6px);
  right: 10px;
  position: absolute;
  &:hover {
    cursor: pointer;
  }
}
.muro-pago-fake-header {
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #0091ac;
}
.muro-pago-fake-header h4 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: left;
  padding-top: 6px;
}
.muro-pago-fake-header p {
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  display: block !important;
}
.muro-pago-fake-footer .btn {
  display: inline-block;
}
@media (max-width: 768px) {
  .muro-pago-fake-header h4 {
    font-size: 24px;
    margin-top: 24px;
  }
  /* .muro-pago-fake {
        padding-bottom: 30px;
    } */
  .muro-pago-fake-footer .btn {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
  .rrss {
    padding-top: 0 !important;
  }
}

.suscripcion-noticias-header {
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #0091ac;
}
.suscripcion-noticias-header h4 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: left;
  padding-top: 6px;
}
.suscripcion-noticias-header p {
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
}
.suscripcion-noticias-header em {
  background-color: #ffe500;
  font-style: normal !important;
  line-height: 1.6em;
}
.suscripcion-noticias-footer .btn {
  display: inline-block;
}
@media (max-width: 768px) {
  .suscripcion-noticias {
    padding-bottom: 30px;
  }
  .suscripcion-noticias-footer .btn {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
}

.donaciones {
  background: #93ced933;
  padding-top: 15px;
  padding-bottom: 15px;
}
.donaciones:hover {
  background: #0091ac;
}
.donaciones:hover h4,
.donaciones:hover p,
.donaciones:hover label,
.donaciones:hover .input-group-text.euro {
  color: white;
}
.donaciones:hover .btn-euro {
  border-color: white;
  color: white;
}
.donaciones:hover .btn-euro:hover,
.donaciones:hover .btn-euro.active {
  background-color: #fdf052;
  border-color: #fdf052;
  color: black !important;
}
.donaciones:hover input[type='number'] {
  border-color: white;
  background-color: white;
  color: black !important;
}
.donaciones:hover .btn-donacion {
  background-color: #fdf052;
  color: black !important;
}
.donaciones:hover .input-group-text.euro {
  border-right: 1px solid white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.donaciones h4 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
}
.donaciones p {
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
}
.btn-close-donaciones {
  background-image: url('../images/icons/cancel.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  width: 24px;
  height: 24px;
  border: none;
  transform: translateY(-6px);
  right: 10px;
  position: absolute;
  &:hover {
    cursor: pointer;
  }
}
.btn-euro {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;

  width: 96px;
  height: 40px;
  padding: 4px 16px 4px 16px;
  border-radius: 20px;
  border: 1px;
  background: transparent;
  border: 1px solid #525859;
}
.btn-euro:hover,
.btn-euro.active {
  background: #008096;
  color: white;
}
.btn-euro:focus,
.btn-euro:hover {
  box-shadow: none;
}
.otra-cantidad label {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}
.otra-cantidad input {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: right;

  width: 164px;
  margin-left: 15px;
  border-radius: 60px;
  background: transparent;
  border: 1px solid #525859;
  border-right: none;
}
.otra-cantidad .input-group {
  width: 164px;
}
.otra-cantidad input:focus {
  box-shadow: none;
  background: transparent;
  border-color: #525859;
}
.donaciones input:focus {
  box-shadow: none;
}
.donaciones .input-group-text.euro {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;

  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-radius: 0 60px 60px 0;
  margin-left: -1px;
  padding-right: 15px;
}

.article-footer {
  display: flex !important;
}
.sf-result {
  display: none;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background: white;
  z-index: 9999;
  width: 360px;
  border-radius: 20px;
}
.sf-result-close {
  background-image: url('../images/icons/cancel.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  width: 24px;
  height: 24px;
  border: none;
  transform: translateY(-20px);
  right: 10px;
  position: absolute;
  &:hover {
    cursor: pointer;
  }
}
.sf-share-button {
  align-self: normal;
  padding-top: 7px;
  cursor: pointer;
}
.sf-share-button::before {
  content: '';
  background-image: url('../images/icons/share.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
  transform: translateX(-26px);
}
/* .hiden-content{
    display: none;
} */
/* .--truncated:after {
    display: block;
    content: " ";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg,transparent,hsla(0,0%,100%,.8) 55%,#fff 95%);
} */
@media (max-width: 560px) {
  .kit-digital img {
    display: none;
  }
  .kit-digital img.mobile {
    max-width: 100%;
    display: initial !important;
  }
}
.kit-digital {
  background: white;
  padding: 15px 0;
}
.kit-digital img.mobile {
  display: none;
}
.wp-block-button .wp-block-button__link {
  color: white;
  background-color: #0091ac;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  color: #0091ac;
  background-color: transparent;
  border: 1px solid #0091ac;
}
