/*
Theme Name: Simple 1810
Author: PAM
Author URI:
Description: Plantilla para website personal.
Version: 1.0
License: GNU General Public License v3 or later
License URI:
*/

@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap'); */

/* verde viejo: #0094b8;  verde: #0094b8; */

* {
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  color: #333;
  position: absolute;
  overflow-y: auto;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  background: #0094b8;
}

::selection {
  color: #fff;
  background: #0094b8;
}

/* ----------- Común ----------- */

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

figure {
  margin: 0;
}

a {
  color: #0094b8;
  text-decoration: none;
}

a:hover {
  color: #333;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.6em;
  line-height: 1.2em;
}

h3 {
  font-size: 1.5em;
  margin-top: 50px;
}

h4 {
  font-size: 1.25em;
  font-weight: bold;
}

h5 {
  font-size: 1.1em;
  font-weight: bold;
}

img {
  max-width: 100%;
}

section {
  position: relative;
  overflow: hidden;
}

textarea:focus,
input:focus {
  outline: none;
}

ul {
  padding-left: 20px;
}

blockquote {
  border-left: 4px solid #444;
  font-style: italic;
  margin: 40px 12.5%;
  padding: 0 20px;
  width: 75%;
}

.posteo_texto blockquote p {
  font-size: 0.95em;
}

cite {
  font-size: 0.8em;
  font-style: normal;
}

figcaption {
  color: #777;
  border-bottom: 1px #ccc solid;
  padding: 7px 5px 10px;
  font-size: 0.85em;
  text-align: center;
  margin: 0 auto;
}

.titulo_seccion {
  margin: 100px auto 30px;
}

.contenido_ {
  padding: 0 25%;
}

.izquierda {
  float: left;
}

.derecha {
  float: right;
}

.clearfix {
  clear: both;
}

.texto_centrado {
  text-align: center;
}

.top_cincuenta {
  margin-top: 50px;
}

.bottom_cincuenta {
  margin-bottom: 50px;
}

/* ----------- columnas ----------- */

.dos_columnas {
  width: 50%;
}

.tres_columnas {
  width: 33%;
}

.cuatro_columnas {
  width: 25%;
}

.dos_columnas_txt {
  column-count: 2;
}

/* ----------- botones ----------- */

.boton {
  color: #fff;
  text-decoration: none;
  border: 1px solid #0094b8;
  text-align: center;
  padding: 10px 20px;
  border-radius: 6px 0;
  text-transform: uppercase;
  font-size: 1.1em;
}

.boton.transp {
  color: #fff;
  border-color: #fff;
}

.boton.transp:hover {
  background: #fff;
  color: #0094b8;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.21);
}

/*----- Menu -----*/

.menu_principal {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 120px;
  padding: 0 10%;
  background: #fff;
  font-size: 1.15em;
  text-align: center;
}

.menu_principal > .blog_titulo {
  color: #444444;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  padding-top: 40px;
}

.menu_principal ul {
  list-style: none;
  float: left;
  margin-top: 0;
  padding-left: 15px;
}

.menu_principal ul li,
.ampliar_menu {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  color: #0094b8;
}

.menu_principal ul a {
  text-decoration: none;
  padding: 0 0px 4px;
  transition: all 0.1s ease;
}

.menu_principal ul a:hover {
  border-bottom: 1px solid #333;
  transition: all 0.1s ease;
}

.menu_principal ul a.activo {
  border-bottom: 1px solid #0094b8;
  transition: all 0.1s ease;
}

.overlay p.seccion_menu {
  color: #0094b8;
  font-weight: bold;
}

/* Menu principal visible */

.menu_act .menu_principal {
  height: 40px;
}

.menu_act .menu_principal > .blog_titulo {
  height: 40px;
  padding-top: 0px;
  font-size: 20px;
  line-height: 40px;
}

.menu_act .blog_descripcion {
  display: inline-block;
  margin: 0 10px 0;
}

.menu_act .hamburguesa_sup {
  top: 7px;
}

#menu-item-3876 {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* Hamburguesa  */

.hamburguesa_sup {
  width: 35px;
  padding: 0;
  top: 30px;
  left: 5%;
  position: fixed;
  z-index: 2;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.navicon-button,
.cerrar_icon {
  /*	z-index: 3;*/
  display: inline-block;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  height: 28px;
  width: 28px;
}

.cerrar_icon {
  display: none;
  position: absolute;
  z-index: 4;
  width: 50px;
  margin-left: -7px;
}

.navicon {
  display: inline-block;
  width: 35px;
  height: 2px;
  user-select: none;
  background-color: #333333;
  transition: 0.2s;
  position: relative;
}

.navicon:before,
.navicon:after {
  display: inline-block;
  width: 28px;
  height: 2px;
  user-select: none;
  background-color: #333333;
  transition: 0.2s;
  position: absolute;
  content: "";
  transform-origin: 1.78571px center;
}

.navicon:before {
  top: -9.25px;
}

.navicon:after {
  top: 9.25px;
}

.open.hamburguesa_sup {
  top: 30px;
}

.open.hamburguesa_sup .navicon-button {
  transform: scale3d(0.8, 0.8, 0.8) rotate(90deg) translate(0px, -10px);
  margin-left: -4px;
}

.open.hamburguesa_sup .navicon-button .navicon {
  width: 30px;
}

.open.hamburguesa_sup .navicon-button .navicon:before,
.open.hamburguesa_sup .navicon-button .navicon:after {
  top: 0px;
  width: 20.88889px;
}

.open.hamburguesa_sup .navicon-button .navicon:before {
  transform: rotate3d(0, 0, 1, -35deg);
  top: -1px;
  left: -2px;
}

.open.hamburguesa_sup .navicon-button .navicon:after {
  transform: rotate3d(0, 0, 1, 35deg);
  top: 0px;
  left: -2px;
}

.open.hamburguesa_sup .navicon-button .navicon {
  height: 2.2px;
}

#abrir_menu:hover .navicon,
#abrir_menu:hover .navicon:before,
#abrir_menu:hover .navicon:after {
  background-color: #0094b8;
}

.menu_act .busqueda_cerrar_conte {
  background: #fff;
  /* height: 45px; */
  position: fixed;
  z-index: 1;
  width: 100%;
  border-bottom: 2px solid #0094b8;
}

.encabezado_titulo_wrap {
  display: inline-block;
  margin-left: 25px;
  position: absolute;
}

.encabezado_titulo {
  font-size: 1.2em;
  color: #444444;
  line-height: 28px;
  font-weight: bold;
}

.encabezado_titulo:hover {
  color: #222222;
}

.menu_act .encabezado_titulo_wrap {
  display: none;
}

.arriba_sup {
  display: block;
  position: fixed;
  right: 20%;
  right: calc(25% - 15px);
  bottom: -120px;
  height: 40px;
  width: 40px;
  z-index: 2;
  fill: #0094b8;
  padding: 7px 10px;
  background: #fff;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #0094b8;
  box-shadow: 0px 1px 6px 0px rgba(130, 130, 130, 0.33);
  transition: 450ms all ease-in-out;
}

.menu_act .arriba_sup {
  bottom: 20px;
  transition: 450ms all ease-in-out;
}

.arriba_sup:hover {
  fill: #eeeeee;
  background: #0094b8;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.21);
}

/* .arriba_sup:hover>svg {
    animation: arriba_abajo 350ms ease 0s infinite;
} */

@keyframes arriba_abajo {
  50% {
    transform: translatey(-3px);
  }
  100% {
    transform: translatey(0px);
  }
}

/* Buscador */

.busqueda_sup {
  width: auto;
  top: 30px;
  right: 5%;
  position: fixed;
  z-index: 2;
  cursor: pointer;
}

.busqueda_sup svg {
  width: 35px;
  height: 32px;
  fill: #333333;
  display: block;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.busqueda_sup:hover svg {
  fill: #0094b8;
}

.busqueda_sup input {
  background-color: transparent;
  padding: 8px 0 5px;
  border: none;
  border-bottom: 1px solid #0094b8;
  color: #333333;
  line-height: 1em;
  font-size: 1em;
  width: 0;
}

.busqueda_sup input.abrir_busqueda {
  width: 150px;
  margin-right: 5px;
}

.menu_act .busqueda_sup {
  top: 6px;
}

.over_activo .busqueda_sup input.abrir_busqueda {
  background: #eeeeee;
}

/* Menu overlay  */

.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background: #eeeeee;
  overflow: hidden;
  padding: 0 7%;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  color: #888888;
}

.overlay a,
.overlay a:hover,
.overlay a:focus {
  color: #888888;
  text-decoration: none;
}

.overlay p {
  line-height: 1.2em;
  margin: 0;
}

.menu_hamb_wrapp {
  margin: 0 auto;
}

.items_menu_hamb ul {
  padding: 0;
  width: 100%;
}

.items_menu_hamb .dos_columnas ul li {
  margin: 16px auto;
  font-size: 1.1em;
  line-height: 1.35em;
  list-style: none;
}

.items_menu_hamb .dos_columnas ul li a:hover {
  color: #444444;
}

.items_menu_hamb .dos_columnas ul.sub-menu {
  margin: 10px 0 0 25px;
}

.items_menu_hamb .dos_columnas ul.sub-menu li {
  font-size: 0.9em;
  margin: 10.5px 5px;
  list-style: circle;
}

/* ----------- Encabezado ----------- */

.logo_inicio {
  margin: 90px auto 35px;
  width: 50%;
  max-width: 350px;
}

.descripcion_blog {
  margin: 0 auto 50px;
  font-weight: normal;
  font-size: 1.15em;
}

@media only screen and (max-device-width: 780px) {
}

/* ----------- Pie ----------- */

footer.contenido_ {
  display: block;
  position: relative;
  padding-bottom: 70px;
}

footer .frase_pie {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 0 20px;
  margin: 0 auto 50px;
}

footer .frase_pie h4 {
  font-weight: lighter;
}

.footer_wrapp {
  display: block;
}

footer .post-edit-link {
  margin: 10px auto;
  display: inline-block;
  font-size: 1em;
  padding: 3px 5px;
}

footer .dos_columnas {
  padding: 0 10px;
}

footer .widget_pie_derecha {
  float: right;
}

footer .data_pie {
  font-size: 0.9em;
  line-height: 1.1em;
  float: left;
  padding-top: 15px;
}

.data_pie div {
  margin: 5px auto;
}

.logo_pie {
  height: 80px;
  margin-top: 10px;
}

footer h4 {
  font-size: 1.1em;
  margin: 0 0 10px 0;
}

/* ---- porcentajes ---- */

.textwidget p {
  margin: 5px auto;
  font-size: 0.9em;
}

.nombres_informes p {
  padding-left: 0;
  font-size: 0.9em;
  margin: 5px 0 2px 0;
}

.porcentajes_informes div {
  height: 0.75em;
  margin: 0 0 0 8px;
  border-right: 2px solid #ccc;
  width: 100%;
}

/* ---- nav ---- */

.nav_posteos {
  margin: 0 auto 40px;
  padding: 0 15% 20px;
}

.nav_posteos:empty {
  display: none;
}

.anterior_posteo {
  float: left;
}

.anterior_pie span,
.siguiente_pie span {
  font-weight: bold;
}

.siguiente_posteo {
  float: right;
}

/* ----------- pagina categoria ----------- */

.categoria_wrapp {
  padding: 0 0 30px 0;
  background: #fff;
}

h1.categoria_titulo:empty {
  display: none;
}

h1.categoria_titulo {
  margin: 30px 0 50px;
  line-height: 1em;
  color: #0094b8;
  text-align: center;
}

/*  categoria vacia  */

.contenedor_error {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.contenedor_error > div {
  position: relative;
}

.contenedor_error img {
  margin: 45px auto 30px;
  display: block;
}

.contenedor_error h1 {
  font-size: 36px;
  margin: 0;
}

.contenedor_error h2.sin_entradas {
  margin-top: 20px;
}

.contenedor_error .lista_categorias {
  margin: 30px;
  columns: 2;
}

.lista_categorias p {
  margin-top: 0;
}

.lista_categorias p:nth-child(4) {
  margin-bottom: 3em;
}

/*  paginacion  */

.navegacion {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.navegacion:empty {
  display: none;
}

.navegacion .page-numbers,
.navegacion a.page-numbers {
  display: inline-block;
  margin: 0 3px;
}

.navegacion .page-numbers,
.navegacion a.page-numbers {
  text-decoration: none;
  padding: 7px 12px;
  border-bottom: 2px solid #ffffff;
}

.navegacion a.page-numbers:hover,
.navegacion .page-numbers.current {
  border-bottom: 2px solid #0094b8;
}

/* ----------- posteo ----------- */

.barra_de_progreso {
  height: 8px;
  background: #0094b8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.encabezado {
  padding: 0px 15% 40px;
}

.posteo_wrapp .img_not_wrapp img {
  border-radius: 15px 0;
}

.posteo_contenido {
  background: #fff;
  padding: 20px 0;
}

ul.posteo_metadatos,
ul.post-categories {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  display: inline-block;
}

ul.posteo_metadatos li,
ul.post-categories li {
  display: inline-block;
}

.posteo_wrapp .meta_wrapp:last-child .fecha::before {
  width: 10px;
  height: 10px;
  content: "";
  background: #0094b8;
  margin: 0 5px 0 auto;
  display: inline-block;
}

.post-edit-link {
  margin: 0 5px;
  font-weight: bold;
  border: 2px solid #0094b8;
  padding: 0 5px;
  font-size: 0.9em;
}

.post-edit-link:hover {
  background: #0094b8;
  color: #eeeeee;
}

h2.posteo_titulo {
  border-bottom: 0;
  margin: 30px auto;
  padding: 0;
  font-size: 2.5em;
}

.posteo_texto {
  padding-bottom: 30px;
}

.posteo_texto p,
.posteo_texto ul {
  font-size: 16px;
  line-height: 1.5em;
  word-wrap: break-word;
}

.posteo_texto ul {
  list-style: square;
  padding-left: 20px;
}

.posteos_wrapp {
  position: relative;
  overflow: hidden;
}

.posteo {
  width: 32.5%;
  float: left;
  background: #fff;
  margin: 0 0 30px;
  text-decoration: none;
}

.img_not_wrapp {
  position: relative;
  padding-bottom: 40%;
  overflow: hidden;
  display: block;
}

.img_not_wrapp img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.posteo_wrapp .img_not_wrapp {
  padding-bottom: 60%;
}

.posteo .text_wrapp {
  padding: 0 15px;
}

.posteo .text_wrapp h4 a {
  color: #333;
  text-decoration: none;
}

.posteo:hover h4 a {
  color: #0094b8;
}

.posteo .text_wrapp .categoria ul {
  list-style: none;
  padding-left: 0;
  margin: 5px 0 0;
}

.posteo .text_wrapp .categoria ul li a,
ul.posteo_metadatos li a {
  color: #0094b8;
  font-weight: bold;
  text-decoration: none;
}

.posteo .leer_mas {
  margin: 20px;
  padding: 10px;
  min-width: 70px;
  text-align: center;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}

.posteo:hover .leer_mas {
  color: #0094b8;
  font-weight: bold;
}

.posteo .leer_mas::after {
  content: "»";
  margin-left: -10px;
  opacity: 0;
  transition: 250ms all ease-in-out;
}

.posteo .leer_mas:hover::after {
  margin-left: 0;
  opacity: 1;
  transition: 250ms all ease-in-out;
}

/* vista lista */

.posteo.lista,
.categoria_wrapp .posteo.lista {
  width: 100%;
  padding-bottom: 15px;
}

.posteo.lista > a {
  padding-bottom: 50%;
  position: relative;
  display: block;
  overflow: hidden;
}

.posteo.lista > a > img {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  min-height: 100%;
  object-fit: cover;
}

.posteo.lista .text_wrapp .excerpt_wrapp {
  height: 3.75em;
  margin: 20px 0;
}

.posteo.lista .text_wrapp p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}

.posteo.lista .text_wrapp {
  margin-top: 25px;
}

.archivo .posteo_contenido {
  padding: 20px 10px;
}

.contenido_.categoria_pagina.archivo {
  padding: 0 15%;
}

.posteo .img_destacada {
  position: relative;
  padding-bottom: 55%;
  overflow: hidden;
}

.posteo .img_destacada img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.posteo:hover .img_destacada img {
  min-height: 120%;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.posteo.grilla {
  width: 31%;
  margin: 20px 1%;
  box-shadow: 0px 1px 6px 0px rgba(130, 130, 130, 0.33);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.posteo.grilla:hover {
  box-shadow: 0px 4px 9px 1px rgba(130, 130, 130, 0.33);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.posteo.grilla h4 {
  margin: 10px auto;
  height: 2.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.posteo.grilla .text_wrapp {
  padding: 0 10px;
}

/* ----------- Wordpress ----------- */

.has-text-align-center,
.aligncenter {
  text-align: center;
}

.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}

.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}

.wp-block-separator {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: 0;
  margin: 50px 0;
  width: 50px;
}

ul.blocks-gallery-grid {
  padding-left: 0;
}

.has-very-light-gray-background-color {
  background: #eee;
  padding: 10px 20px;
  margin: 20px 0;
}

.has-text-color.has-vivid-green-cyan-color {
  color: #0094b8;
}

.recuadro_advertencia_rojo {
  border: 2px red solid;
  color: red;
  padding: 30px 20px 40px;
}

.recuadro_azul {
  border: 2px #0094b8 solid;
  color: #0094b8;
  padding: 30px 40px;
}

.recuadro_gris {
  border: 1px #ccc solid;
  color: #777;
  padding: 20px 30px;
  font-style: italic;
}

/* .recuadro_azul a {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
} */

.lista_articulos {
  margin: 0px auto 30px;
}

.easy-footnote-single {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.wp-block-image img {
  height: auto;
  background: #f6f6f5 url(./img/cargando_barras.gif) center no-repeat;
  background-size: 70%;
}

/* --------- galeria -------- */

.columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.columns-2 .attachment-medium {
  max-width: 89%;
  height: auto;
}

.columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

/* --------- videos -------- */

.wp-block-embed__wrapper {
  margin: 30px auto;
}

.wp-block-embed__wrapper iframe {
  width: 100%;
}

.wp-embed-aspect-9-16 iframe {
  max-height: 500px;
}

.galeria_video {
  width: 32.5%;
  height: 250px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.galeria_video .wp-block-embed__wrapper {
  margin: 0px;
}

.galeria_video figcaption {
  position: absolute;
  bottom: 45px;
  left: 50%;
  translate: -50%;
  text-align: center;
  width: auto;
  background: #0094b8;
  padding: 5px;
  color: #fff;
  font-size: 0.9em;
}

.galeria_video iframe {
  height: 250px;
}

/* --------- 404 -------- */

.contendedor_404 h1 {
  font-size: 96px;
}

/* --------- responsive -------- */

@media only screen and (max-device-width: 770px) {
  .logo_inicio {
    width: 100%;
  }
  .contenido_ {
    padding: 0 10%;
  }
  #wpadminbar {
    display: none;
  }
  * {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }
  [data-tooltip]:before,
  [data-tooltip]:hover:before,
  #resistencias .derecha.forma_flecha,
  .menu_principal ul,
  .ampliar_menu {
    display: none;
  }
  p,
  .posteo_texto blockquote p {
    font-size: 1.2em;
  }
  /* --------- menu -------- */
  .hamburguesa_sup {
    top: 15px;
  }
  .busqueda_sup {
    top: 13px;
  }
  .open.hamburguesa_sup {
    top: 15px;
  }
  .overlay {
    overflow-y: scroll;
  }
  .menu_principal {
    padding: 0;
    height: 90px;
  }
  .menu_principal > .blog_titulo {
    font-size: 26px;
    padding-top: 28px;
  }
  .menu_principal > .blog_descripcion {
    margin: 10px auto;
  }
  .menu_act .menu_principal {
    position: fixed;
  }
  .menu_act .blog_titulo,
  .menu_act .blog_descripcion {
    display: none;
  }
  .menu_act .hamburguesa_sup {
    top: 7px;
  }
  .menu_act .busqueda_sup {
    top: 5px;
  }
  .busqueda_sup input.abrir_busqueda {
    width: 70%;
    position: fixed;
    right: 50px;
    height: 31px;
    background: #fff;
  }
  .arriba_sup {
    right: 25px;
  }
  .menu_act .arriba_sup {
    right: 25px;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .dos_columnas,
  .cuatro_columnas,
  .flex_wrap_dos_columnas {
    width: 100%;
  }
  footer .dos_columnas {
    margin: 15px auto;
  }
  .boton.derecha {
    float: none;
    display: block;
  }
  .posteo.lista,
  .categoria_wrapp .posteo.lista:nth-child(3n + 2) {
    width: 100%;
    padding-bottom: 25px;
    margin: 20px 0 0;
  }
  .posteo.lista > a {
    padding-bottom: 50%;
  }
  .posteos_wrapp {
    width: 125%;
    margin-left: -12.5%;
  }
  .posteo:hover img {
    max-width: 100%;
  }
  /* --------- categoria -------- */
  .contenido_.categoria_pagina,
  .contenido_.posteo_pagina {
    padding: 0 10px;
  }
  .categoria_pagina .posteos_wrapp {
    padding: 0 15%;
  }
  .categoria_pagina .posteo {
    width: 48.5%;
  }
  .categoria_wrapp .posteo:nth-child(3n + 2) {
    margin: 20px 0;
  }
  .categoria_wrapp .posteo:nth-child(odd) {
    margin-right: 0.75%;
  }
  .categoria_wrapp .posteo:nth-child(even) {
    margin-left: 0.75%;
  }
  .categoria_pagina .navegacion {
    margin: 10px auto;
  }
  .navegacion a:last-child,
  .navegacion a:first-child {
    display: block;
    margin: 10px auto;
  }
  .navegacion a:first-child {
    margin: 40px auto;
  }
  .footer_wrapp {
    padding: 0 0 20px;
  }
  .contenedor_error {
    width: 95%;
  }
  /* ----------- posteo ----------- */
  .encabezado {
    padding: 40px 15%;
  }
  .encabezado_fondo {
    -webkit-clip-path: none;
    clip-path: none;
    background-position: initial;
  }
  h2.posteo_titulo {
    margin: 0px auto 10px;
  }
  .posteo_wrapp .img_not_wrapp {
    width: 90%;
    margin-left: 5%;
  }
  .posteo_texto figure img {
    height: auto;
  }
  .posteo_contenido {
    padding: 20px 10px;
  }
  .alignleft,
  .alignright {
    margin: 10px auto;
    width: 100%;
    text-align: center;
    float: none;
  }
  .anterior_posteo,
  .siguiente_posteo {
    float: none;
    margin: 20px auto;
    text-align: center;
  }
  .nav_posteos {
    margin-bottom: 0;
  }
}

@media only screen and (max-device-width: 550px) {
  .dos_columnas_txt {
    column-count: 1;
  }
  blockquote {
    margin: 40px 5%;
    width: 90%;
  }
}

@media only screen and (max-device-width: 415px) {
  .categoria_pagina .posteo {
    width: 100%;
  }
}

@media print {
  .modern-footnotes-footnote {
    display: none;
  }
}
