body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.48; }

h1 {
  line-height: 1.2; }

h1, h2, h3, h4, h6, span.moneda {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700; }

h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

a:link, a:active, a:visited {
  color: #1d9fd3; }
  a:link:hover, a:active:hover, a:visited:hover {
    color: #115b79; }

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d9fd3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white; }

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

h5 {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.2em;
  border-bottom: 1px solid rgba(225, 225, 225, 0.15);
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  color: rgba(85, 85, 85, 0.75); }

.title-bar {
  border-bottom: 10px solid white; }

@media screen and (max-width: 63.9375em) {
  .title-bar .columns:first-of-type {
    padding-left: 0; }
  .title-bar .columns:last-of-type {
    padding-right: 0; } }

.title-bar-title {
  max-width: 140px; }

.title-bar-right .menu {
  font-size: 18px;
  padding: 4px 0 0; }
  .title-bar-right .menu a {
    color: rgba(255, 255, 255, 0.8); }

.title-bar-right ul li a:hover {
  color: white;
  text-decoration: none !important; }

.breaking-news {
  background-color: #e2602c;
  color: white;
  margin-top: -0.5em;
  position: relative;
  z-index: 9999;
  padding: 1em 0; }

.ultimo-momento h5 {
  color: white;
  margin-right: 1em; }

.ultimo-momento a {
  font-size: 16px;
  font-weight: 700;
  color: white !important; }

.off-canvas {
  background-color: #333; }
  .off-canvas .menu {
    margin-top: 0.25em; }
    .off-canvas .menu a {
      color: white;
      font-size: 16px;
      background: rgba(0, 0, 0, 0.8);
      padding: 1.5em;
      margin-bottom: 0.1em; }
      .off-canvas .menu a:hover {
        background: #1d9fd3; }

.container-de-que-se-habla {
  padding: 0.5em 0; }
  .container-de-que-se-habla .news-item {
    font-size: 16px;
    padding: 0.25em 0;
    border-bottom: 1px solid #e1e1e1; }

@media print, screen and (min-width: 40em) {
  .container-de-que-se-habla {
    padding: 0.5em 0 0; }
    .container-de-que-se-habla .news-item {
      display: inline-block;
      padding: 0.15em 1em;
      border-bottom: none;
      background: rgba(85, 85, 85, 0.075);
      font-size: 14px; } }

.container-informacion-util {
  font-size: 14px;
  padding: 1em 0;
  margin: 1em 0 2em 0;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1; }

.cotizaciones {
  margin: 0 0 1em 0; }

span.moneda, span.compra, span.venta, span.mas {
  display: inline-block;
  margin-right: 0.75em; }

.clima h5 {
  display: block; }

.clima span.temperatura, .clima span.perspectivas {
  display: inline-block;
  margin-right: 0.75em; }

.clima span.icono {
  margin-right: 0.75em; }
  .clima span.icono img {
    max-width: 25px; }

@media print, screen and (min-width: 40em) {
  .cotizaciones, .clima {
    display: inline-block;
    margin-right: 2em;
    margin-bottom: 0; } }

.cotizaciones span.mas a {
  text-decoration: underline; }

.clima span.mas a {
  margin-left: 0.5em;
  text-decoration: underline; }

.cotizaciones h5, .clima h5 {
  text-transform: uppercase; }

.container-temas-actualidad {
  padding: 1.5em 0;
  margin: 1em 0 1.5em 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px; }
  .container-temas-actualidad a {
    display: inline-block;
    font-weight: bold;
    padding: 0 10px 0 0; }
    .container-temas-actualidad a:before {
      content: '';
      margin-left: 20px; }

.noticia-destacada h2 {
  margin-top: 0.5em;
  line-height: 1.2;
  font-size: 1.5em; }

.noticia-destacada p {
  line-height: 1.4;
  margin-bottom: 0; }

.noticia-destacada .metadata span.por {
  font-weight: bold;
  font-size: 12px; }

.noticia-destacada .metadata span.cuando {
  font-size: 12px; }
  .noticia-destacada .metadata span.cuando:before {
    content: '\2022';
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px; }

.destacadas-extra {
  font-size: 16px;
  line-height: 1.4;
  margin: 1em 0; }
  .destacadas-extra .noticias a {
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid #e1e1e1; }

.container-otras-noticias-home .otras-main {
  padding: 0 0 10px 0;
  border-bottom: 2px solid #e1e1e1; }
  .container-otras-noticias-home .otras-main .titular {
    margin-top: 0.5em; }
    .container-otras-noticias-home .otras-main .titular h4 {
      font-size: 1.2em;
      line-height: 1.2; }

.container-otras-noticias-home .otras-listado {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1em; }
  .container-otras-noticias-home .otras-listado .news-items .item {
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid #e1e1e1; }
    .container-otras-noticias-home .otras-listado .news-items .item:last-of-type {
      border-bottom: none; }

.container-otras-noticias-home .otras-main .metadata, .container-otras-noticias-home .otras-listado .metadata {
  font-size: 12px;
  color: rgba(85, 85, 85, 0.6); }

.container-otras-noticias-home .otras-listado .metadata {
  padding-top: 0.25em; }

.container-timeline-home {
  margin-bottom: 1em; }

.nuevas-noticias {
  font-size: 13px; }

.nuevas-noticias {
  text-align: center; }
  .nuevas-noticias a {
    display: block;
    color: white !important;
    font-weight: 700;
    background: #1d9fd3;
    padding: 0.75em;
    transition: all 0.15s ease-in-out; }
    .nuevas-noticias a:hover {
      color: white;
      background: #e2602c; }

.news-item {
  position: relative;
  color: #555;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 700; }
  .news-item a {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.15); }
  .news-item .foto {
    float: left;
    margin-right: 1em; }
  .news-item .titular {
    overflow: hidden;
    margin-right: 80px; }
  .news-item .hace-cuanto {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    font-size: 11px;
    font-weight: 700;
    border-left: 1px solid rgba(225, 225, 225, 0.15);
    text-align: right;
    color: #e2602c; }

.container-timeline-home {
  margin-bottom: 1em;
  padding: 10px 10px 0 10px;
  background: rgba(85, 85, 85, 0.075); }

.cargar-nuevas {
  font-size: 12px;
  line-height: 1;
  border: 1px solid #e1e1e1;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  margin: 1em 0;
  background: #1d9fd3; }
  .cargar-nuevas a {
    color: white !important; }

.container-timeline-home ul {
  list-style: none;
  padding: 0;
  position: relative; }
  .container-timeline-home ul:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: -5px;
    background: #DDD; }
  .container-timeline-home ul li {
    padding: 20px 15px 20px 40px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
    position: relative; }
    .container-timeline-home ul li:last-of-type {
      border-bottom: none; }
    .container-timeline-home ul li span {
      color: #aaa;
      position: absolute;
      left: -30px;
      top: 10px;
      text-align: center;
      background: white;
      padding: 8px 10px;
      font-size: 11px;
      font-weight: 700;
      line-height: 1; }
    .container-timeline-home ul li .titular {
      font-size: 14px;
      font-weight: 700;
      font-family: 'Roboto Slab';
      margin-top: -2px;
      line-height: 1;
      padding: 0 50px 0 10px; }
    .container-timeline-home ul li .fotos {
      position: absolute;
      right: 0;
      top: 5px; }
  .container-timeline-home ul li.urgente .titular a {
    color: tomato; }

.container-btf-home {
  margin: 1em 0; }
  .container-btf-home .big-one {
    margin-bottom: 1em; }
    .container-btf-home .big-one a:hover {
      text-decoration: underline; }
    @media print, screen and (min-width: 64em) {
      .container-btf-home .big-one .foto {
        margin-bottom: 0.5em; } }
    .container-btf-home .big-one .texto {
      background: white;
      padding: 5px; }
      .container-btf-home .big-one .texto h2 {
        font-size: 24px;
        line-height: 1.1; }
      .container-btf-home .big-one .texto span {
        font-size: 18px;
        line-height: 1.1; }
  .container-btf-home .small-one h4 {
    margin-top: 0.5em;
    font-size: 14px;
    line-height: 1.1;
    color: rgba(85, 85, 85, 0.9);
    font-weight: normal; }
    @media print, screen and (min-width: 64em) {
      .container-btf-home .small-one h4 {
        font-size: 16px; } }

.container-btf2-home {
  margin: 1em 0 0; }
  .container-btf2-home h4 {
    margin-top: 0.5em;
    font-size: 14px;
    line-height: 1.1;
    color: rgba(85, 85, 85, 0.9);
    font-weight: normal; }
    @media print, screen and (min-width: 64em) {
      .container-btf2-home h4 {
        font-size: 16px; } }

.container-btf-home h5, .container-btf2-home h5 {
  margin-bottom: 1.5em; }

.container-videos-home {
  margin-bottom: 1em; }
  .container-videos-home .category {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.2em;
    border-bottom: 1px solid rgba(225, 225, 225, 0.15);
    padding-top: 0.5em;
    color: rgba(85, 85, 85, 0.7); }
  .container-videos-home .time {
    color: rgba(85, 85, 85, 0.75);
    margin-left: 0.15em;
    font-size: 12px;
    padding: 0.15em 0.75em;
    font-weight: 700;
    display: inline-block;
    background: rgba(29, 159, 211, 0.2);
    margin-bottom: 0.5em; }
  .container-videos-home .title {
    float: left;
    font-size: 18px;
    line-height: 1.4;
    width: 100%;
    font-weight: 700; }

.container-videos-home .column-block {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1; }

@media print, screen and (min-width: 40em) {
  .container-videos-home .column-block {
    border-bottom: none; } }

.container-videos-home h5 {
  margin-bottom: 1.5em; }

.footer {
  background: #1d9fd3;
  padding: 1em 0; }

.container-menu-footer a {
  color: white !important; }
  .container-menu-footer a:hover {
    color: white;
    text-decoration: underline; }

.container-menu-footer li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.copyright-footer {
  padding: 2em;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6); }
  @media print, screen and (min-width: 40em) {
    .copyright-footer {
      padding: 1em 2em; } }

@media print, screen and (min-width: 40em) {
  .container-menu-footer li {
    border-bottom: none; } }

@media print, screen and (min-width: 40em) {
  .principal-articulo {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #e1e1e1; } }

.container-main-articulo .categoria {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase; }

.container-main-articulo h1 {
  font-size: 36px;
  line-height: 1.1; }

.container-main-articulo h4 {
  color: rgba(85, 85, 85, 0.85);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.3; }

.share-it {
  display: block;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  padding: 10px 0 10px 0;
  margin-bottom: 20px; }
  .share-it span {
    font-size: 14px;
    color: rgba(85, 85, 85, 0.85);
    letter-spacing: 0.15em; }
  .share-it ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 0.5em; }
    .share-it ul li {
      display: inline-block;
      margin-right: 0.5em;
      margin-bottom: 0;
      padding-bottom: 0; }
      .share-it ul li a img {
        max-width: 30px; }

.imagen-o-video .epigrafe {
  font-size: 12px;
  color: #555;
  letter-spacing: 0.05em;
  padding: 0.5em; }

.contenido-articulo {
  padding: 10px; }
  .contenido-articulo span.mira-tambien {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 15px 5px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }
    .contenido-articulo span.mira-tambien em {
      font-style: normal; }

.post-articulo .mas-de-este-autor {
  padding: 20px 10px;
  background: rgba(153, 153, 153, 0.1);
  font-size: 16px;
  overflow: hidden; }
  .post-articulo .mas-de-este-autor .foto {
    float: left;
    max-width: 60px; }
    .post-articulo .mas-de-este-autor .foto img {
      border-radius: 50%;
      margin-right: 1em; }
  .post-articulo .mas-de-este-autor .cta {
    padding-left: 10px;
    overflow: hidden; }

.post-articulo .mas-sobre-este-tema {
  padding: 10px;
  font-size: 16px;
  margin: 1em 0; }
  .post-articulo .mas-sobre-este-tema ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .post-articulo .mas-sobre-este-tema ul li {
      padding: 0.5em 0;
      border-bottom: 1px solid #e1e1e1; }
    .post-articulo .mas-sobre-este-tema ul li:last-of-type {
      border-bottom: none; }

.container-sidebar-articulo .lo-mas-leido {
  padding: 10px;
  font-size: 16px;
  margin: 0 0 1em; }
  .container-sidebar-articulo .lo-mas-leido ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .container-sidebar-articulo .lo-mas-leido ul li {
      padding: 0.5em 0;
      border-bottom: 1px solid #e1e1e1; }
    .container-sidebar-articulo .lo-mas-leido ul li:last-of-type {
      border-bottom: none; }

.container-main-video .categoria {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase; }

.container-main-video h1 {
  font-size: 36px;
  line-height: 1.1; }

.container-main-video h4 {
  color: rgba(85, 85, 85, 0.85);
  font-weight: 400; }

.share-it {
  display: block;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  padding: 10px 0 10px 0;
  margin-bottom: 20px; }
  .share-it span {
    font-size: 14px;
    color: rgba(85, 85, 85, 0.85);
    letter-spacing: 0.15em; }
  .share-it ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 0.5em; }
    .share-it ul li {
      display: inline-block;
      margin-right: 0.5em;
      margin-bottom: 0;
      padding-bottom: 0; }
      .share-it ul li a img {
        max-width: 30px; }

.imagen-o-video {
  margin: 1em 0; }
  .imagen-o-video .epigrafe {
    font-size: 12px;
    color: #555;
    letter-spacing: 0.05em;
    padding: 0.5em; }

.metadata {
  padding: 0.5em 0;
  margin: 0 0 1em 0;
  font-size: 12px; }
  .metadata em {
    font-style: normal;
    font-weight: bold;
    color: #1d9fd3; }

.container-sidebar-video .podria-interesarte {
  padding: 10px;
  font-size: 16px; }
  .container-sidebar-video .podria-interesarte h5 {
    margin-bottom: 1em; }
  .container-sidebar-video .podria-interesarte .video-metadata {
    margin-top: 0.5em; }
    .container-sidebar-video .podria-interesarte .video-metadata .category, .container-sidebar-video .podria-interesarte .video-metadata .time {
      display: inline-block; }
    .container-sidebar-video .podria-interesarte .video-metadata .category {
      font-weight: 300; }
    .container-sidebar-video .podria-interesarte .video-metadata .time {
      font-size: 14px;
      font-weight: 700; }
    .container-sidebar-video .podria-interesarte .video-metadata .title {
      font-weight: 700;
      line-height: 1.2; }

.site-header-main {
  padding: 0.5em 0;
  display: flex;
  align-items: center; }
  .site-header-main .site-branding {
    max-width: 145px;
    padding-left: 1em;
    margin-right: auto; }
    .site-header-main .site-branding h1 {
      display: none; }
  .site-header-main .site-header-menu {
    padding-right: 1em; }
    .site-header-main .site-header-menu ul.primary-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex; }
      .site-header-main .site-header-menu ul.primary-menu li a {
        color: white;
        padding: 0.5em 0.75em; }

.site-footer {
  background-color: rgba(29, 159, 211, 0.8);
  padding: 3em 0; }
  .site-footer .menu-principal-container {
    max-width: 75rem;
    margin: 0 auto; }
    .site-footer .menu-principal-container ul.primary-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex; }
      .site-footer .menu-principal-container ul.primary-menu li a {
        color: white;
        padding: 0.5em 1em; }

p.site-title {
  display: none; }

#masthead {
  background: #333;
  border-bottom: 3px solid rgba(255, 255, 255, 0.8); }

.site-header-main, .site-content {
  max-width: 1200px;
  margin: 0 auto; }

.site-content {
  padding: 1em; }

h1.entry-title {
  line-height: 1.1; }

.entry-summary p {
  color: rgba(85, 85, 85, 0.85);
  font-size: 14px;
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    .entry-summary p {
      font-size: 18px; } }

.wp-caption-text {
  font-size: 12px;
  color: #555;
  letter-spacing: 0.05em;
  padding: 0.5em 0 0.5em 0.5em; }

.metadata {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 0.5em;
  margin: 1em 0;
  font-size: 14px; }

.entry-footer {
  padding: 20px 10px;
  background: rgba(153, 153, 153, 0.1);
  font-size: 16px;
  overflow: hidden;
  margin: 1em 0; }

.byline span.author img {
  border-radius: 50%;
  margin-right: 1em; }

.sidebar h2.widget-title, .sidebar h5 {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.2em;
  border-bottom: 1px solid rgba(225, 225, 225, 0.15);
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  color: black; }

.sidebar ul.vertical-menu {
  list-style: none;
  margin: 0; }
  .sidebar ul.vertical-menu li {
    padding: 0.5em 0;
    border-bottom: 1px solid #e1e1e1; }
    .sidebar ul.vertical-menu li a {
      font-size: 16px;
      line-height: 1.1; }

ul.post-categories {
  list-style: none;
  margin: 0 0 0.5em 0;
  padding: 0;
  display: flex; }
  ul.post-categories li {
    margin-right: 10px;
    font-size: 12px !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.5); }

.mas-sobre-este-tema ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.borde-izquierdo {
  padding-left: 1.5%;
  border-left: 1px solid #e1e1e1; }
  @media screen and (max-width: 63.9375em) {
    .borde-izquierdo {
      border: none; } }

a:link, a:active, a:visited {
  color: #555; }
  a:link:hover, a:active:hover, a:visited:hover {
    text-decoration: none !important;
    color: black; }

h1, h2, h3, h4, h5 {
  color: black; }

.news-items .item {
  padding: 1.25em 0 !important; }
  .news-items .item .metadata {
    border-bottom: none !important;
    border-top: none !important;
    margin: 0;
    padding: 0; }

.otras-main .metadata {
  border: none !important;
  margin: 0;
  padding: 0; }

.mas-sobre-este-tema ul li {
  font-size: 16px;
  padding: 0.5em 0;
  border-bottom: 1px solid #e1e1e1; }

.mas-sobre-este-tema ul li:last-of-type {
  border-bottom: none; }

article ul.post-categories {
  margin: 0; }

article .metadata {
  border: 1px solid rgba(85, 85, 85, 0.25);
  padding: 0.15em 1em 0.25em;
  border-radius: 20px;
  margin: 0.5em 0 0.5em 0;
  display: inline-block; }
  article .metadata em {
    font-weight: bold;
    font-style: normal;
    color: black;
    font-size: 10px;
    letter-spacing: 0.1em; }

article .entry-summary {
  padding: 0.5em 0; }
  article .entry-summary p {
    color: black;
    font-size: 18px;
    line-height: 1.5; }

.container-main-secciones h1.page-title {
  font-size: 21px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1em 0; }

.container-main-secciones .categorias-listado {
  display: flex;
  flex-wrap: wrap; }

.container-main-secciones article {
  max-width: 31%;
  padding: 25px;
  margin-right: 1.5%;
  box-sizing: border-box;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 3px; }
  @media screen and (max-width: 768px) {
    .container-main-secciones article {
      max-width: 48%; } }
  @media screen and (max-width: 400px) {
    .container-main-secciones article {
      max-width: 100%;
      margin-right: none;
      border: none;
      padding: 5px;
      border-bottom: 1px solid rgba(85, 85, 85, 0.2); } }
  .container-main-secciones article header.entry-header {
    order: 1; }
    .container-main-secciones article header.entry-header h2.entry-title {
      font-size: 21px; }
  .container-main-secciones article .hace-cuanto span {
    display: inline-block;
    border: 1px solid rgba(85, 85, 85, 0.2);
    padding: 0.25em 1em;
    border-radius: 20px;
    font-size: 11px;
    color: black;
    font-weight: bold;
    margin-bottom: 1em; }
  .container-main-secciones article .hace-cuanto .menos-de-20 {
    color: rgba(0, 0, 0, 0.9); }
  .container-main-secciones article .hace-cuanto .menos-de-60 {
    color: rgba(0, 0, 0, 0.6); }
  .container-main-secciones article .hace-cuanto .cerca-de-1-hora {
    color: rgba(0, 0, 0, 0.4); }
  .container-main-secciones article .hace-cuanto .mas-de-dos-horas {
    color: rgba(0, 0, 0, 0.2); }
  .container-main-secciones article .entry-summary {
    order: 3; }
    .container-main-secciones article .entry-summary p {
      margin-bottom: 0;
      font-size: 16px; }
  .container-main-secciones article a.post-thumbnail {
    order: 2;
    margin-bottom: 0.5em; }
  .container-main-secciones article:nth-child(3n+3) {
    margin-right: none; }

nav.pagination {
  display: inline-block;
  width: 100%;
  padding: 15px; }
  nav.pagination h2 {
    display: none; }
  nav.pagination .nav-links {
    display: flex; }
    nav.pagination .nav-links .current {
      background-color: #1d9fd3; }
    nav.pagination .nav-links .current, nav.pagination .nav-links .page-numbers {
      border-radius: 4px;
      font-size: 16px;
      padding: 0.5em 1.5em;
      border: 1px solid rgba(85, 85, 85, 0.2);
      margin-right: 2px; }

.compartir-en-facebook a {
  display: block;
  margin: 30px 0;
  padding: 10px;
  background-color: #4b68b9;
  border-radius: 5px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9); }
  .compartir-en-facebook a:hover {
    background-color: #3b5396;
    color: white; }
  .compartir-en-facebook a img {
    margin-right: 5px; }

.site-content {
  padding-top: 0; }

.container-temas-actualidad {
  border-top: 0 !important;
  padding-top: 0.5em !important;
  padding-bottom: em !important; }

article header.entry-header {
  margin-top: 1em; }

aside#secondary section#popular-posts {
  margin-top: 1em; }

article .metadata {
  border: none;
  padding: 0;
  margin: 0;
  display: block; }
  article .metadata em {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.7); }

h5 {
  margin-left: 0.5em; }

.wp-caption-text {
  margin-bottom: 1em; }

@supports (initial-letter: 1) or (-webkit-initial-letter: 1) {
  .entry-content p:first-of-type::first-letter {
    -webkit-initial-letter: 3 3;
    initial-letter: 3 3;
    font-family: 'Roboto Slab', sans-serif; } }


.single .entry-content a:link, .single .entry-content a:active, .single .entry-content a:visited{color: #1d9fd3;}

.entry-content a#siguiente:link, .entry-content a#siguiente:active, .entry-content a#siguiente:visited, .entry-content a#anterior:link, .entry-content a#anterior:active, .entry-content a#anterior:visited {
  background-color: #1d9fd3;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  padding: 0.5em 1.5em;
  border: 1px solid rgba(85, 85, 85, 0.2);
  margin-right: 2px;
  color: white; }

.posts-similares-redisenho ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .posts-similares-redisenho ul li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px; }
    .posts-similares-redisenho ul li a:hover {
      color: white; }
    .posts-similares-redisenho ul li a .thumbnail {
      margin-bottom: 0 !important;
      margin-right: 10px; }

.posts-similares-redisenho {
  margin-top: 40px; }
  .posts-similares-redisenho ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .posts-similares-redisenho ul li a {
      display: flex;
      align-items: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 10px; }
      .posts-similares-redisenho ul li a:hover {
        color: white; }
      .posts-similares-redisenho ul li a .thumbnail {
        margin-bottom: 0 !important;
        margin-right: 10px; }

.posts-similares-redisenho2 {
  margin-top: 40px; }
  .posts-similares-redisenho2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between; }
    .posts-similares-redisenho2 ul li {
      flex: 1 0 0px; }
    .posts-similares-redisenho2 ul li a {
      padding: 0 10px;
      font-size: 13px;
      font-weight: bold;
      line-height: 1.2;
      display: flex;
      flex-direction: column; }
      .posts-similares-redisenho2 ul li a:hover {
        /* color: white; */ }
      .posts-similares-redisenho2 ul li a .thumbnail {
        margin-bottom: 6px; }
      .posts-similares-redisenho2 ul li a .titular {
        text-align: center; }

.widget_rrm_popular_posts {
  margin-top: 25px !important; }
  .widget_rrm_popular_posts ul li {
    padding: 10px 0 5px !important; }
  .widget_rrm_popular_posts .thumbnail {
    border: none !important;
    box-shadow: none;
    margin-bottom: 0 !important; }
    .widget_rrm_popular_posts .thumbnail a {
      display: flex;
      align-items: center; }
      .widget_rrm_popular_posts .thumbnail a img {
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 2px;
        margin-right: 6px; }
      .widget_rrm_popular_posts .thumbnail a .titular {
        font-size: 15px; }




/* LAYER */
.fade-layer{
    background: rgba(0,0,0,0.85);
	display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index:999;
}

/* LAYER PUSH ALERTA*/

.push-alerta {
    left: calc(50% - 211px);
    background-color: #F0EFF0;
    margin: 0;
    padding: 20px;
	
	position: fixed;
	top:1px;
	max-width: 400px;
	display: block;
	z-index: 9999;
}
.push-alerta .logo-push{
	display: inline-block;
	width: 65px;
	height: 65px;
	float: left;
	margin-right: 10px;
}
.push-alerta .titulo{
	margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    color: #000;
	display: block;
}
.push-alerta .text{
	font-size: 12px!important;
    line-height: 1.4em!important;
    margin: 10px 0!important;
    padding: 0!important;
    text-align: left!important;
	display: block;
	color: black;
}
.push-alerta .cont-btn{float: right;}
.push-alerta .cancelar a{
	background: #FFF!important;
    color: #000!important;
    margin-right: 20px!important;
    width: 100px!important;
	text-align: center;
    height: 26px!important;
    font-size: 14px!important;
    cursor: pointer!important;
    line-height: 1.1em!important;
    border-radius: 4px!important;
    border: 1px solid #CCC!important;
    display: inline-block!important;
    font-weight: 400!important;
    margin: 0!important;
    padding: 5px!important;
    text-transform: none!important;
    box-sizing: border-box!important;
    font-family: Arial!important;
    text-shadow: none!important;
    box-shadow: none!important;
    white-space: nowrap!important;
}
.push-alerta .aceptar a{
	width: 90px!important;
    height: 26px!important;
    font-size: 14px!important;
	text-align: center;
    cursor: pointer!important;
    line-height: 1.1em!important;
    border-radius: 4px!important;
    color: #fff!important;
    background: linear-gradient(to bottom,#64b4f4,#0084f6)!important;
    border: 1px solid #42a2f2!important;
    display: inline-block!important;
    font-weight: 400!important;
    margin: 0!important;
    padding: 5px!important;
    text-transform: none!important;
    box-sizing: border-box!important;
    font-family: Arial!important;
    text-shadow: none!important;
    box-shadow: none!important;
    white-space: nowrap!important;
}

/* LOADING LAYER*/  
  
  .layer-loading {
	font-family: 'Roboto', sans-serif;
	background-color: rgba(0, 0, 0, 0.90); 
	height:100%;
	width: 100%;
	position: absolute;
	z-index: 9999;
	color: white;
	top: 0;
	left: 0;
  }
  .layer-loading .text {font-size: 30px; display: block; margin: 40px auto; font-weight: 100;}
  .layer-loading .fa{
	color: white;
	margin-top: 30px;
  }
  
/* //LOADING LAYER*/