/* WP */

.aligncenter,
.alignleft,
.alignright {
  display: block;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}

.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}

.wp-caption {
  padding: 5px;
  border: 1px solid #be0000;
  background: #be0000;
  text-align: center;
  max-width: 100%;
}

.wp-caption img {
  display: inline;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 700;
  font-style: italic;
  color: white;
}

.size-full {
  max-width: 100% !important;
  height: auto;
  text-align: center;
}

.size-large {
  max-width: 100%;
  height: auto;
  text-align: center;
}

/**/

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}
.blog_desk {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}

.relative {
  position: relative;
}

.title_tienda {
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.single_add_to_cart_button {
  background: #be0000 !important;
  transition: 300ms;
}
.tientida a {
  margin: 0.5rem;
}
.single_add_to_cart_button:hover {
  background: #222222 !important;
  transition: 300ms;
}
.tientida p {
  color: white;
}
.tientida {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.rs {
  color: white;
}
.filtrame {
  width: 100%;
  display: block;
  text-align: center;
  color: white;
  background: #be0000;
  border-radius: 5px;
  border: 0px;
  padding: 1rem;
  font-weight: 700;
}
.b_single .related_blog {
  margin-bottom: 5rem;
}

.blog_cel {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.blog_desk::after,
.blog_cel::after {
  content: "";
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
}

.main_content {
  background: white;
}

.main_content_not_single {
  background: white;
  margin-bottom: 5rem;
}

h1 {
  font-size: 40px;
  font-weight: 900;
}

strong {
  font-weight: 700 !important;
}
h3,
h2 {
  font-size: 18px;
  font-weight: 700 !important;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
.migajas.tienda a,
.migajas.tienda {
  color: #333;
}
.titulos_home.podcasts {
  position: relative;
  border-bottom: 1px solid white;
}
.titulos_home.podcasts h5 {
  font-size: 1rem;
  font-weight: 700;
  color: white;
}

.titulos_home.podcasts::after {
  background-color: white;
  content: "";
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.titulos_home {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.titulos_home h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #be0000;
}

.titulos_home::after {
  background-color: #be0000;
  content: "";
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

h4 {
  color: #be0000;
  font-size: 1rem;
  font-weight: 700;
}
.single-catalogo h4 {
  /* font-size: 1.2rem; */
  /* margin-bottom: 1rem; */
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
}

a {
  color: #be0000;
  font-weight: 700;
  transition: 300ms;
}
a:hover {
  transition: 300ms;
  color: #4d4d4d;
}

.yvideo {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.yvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.muestra:hover .imagen_new_WP {
  transform: scale(2);
}
.cabecera_seleccionados h4 {
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  font-size: 1.2rem !important;
  text-transform: uppercase;
}
.special {
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  border-top: none !important;
  border-bottom: none !important;
}

.write::before {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: middle;
  width: 100%;
  margin-left: -100%;
  border-top: 1px solid black;
}

.write::after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: middle;
  width: 100%;
  margin-right: -100%;
  border-top: 1px solid black;
}

.write {
  overflow: hidden;
}

.write span {
  padding: 0 10px;
}

.avatar {
  border-radius: 100px;
}

.head {
  background: white;

  box-shadow: 0 0 25px gray !important;
  margin-bottom: 20px;
}

.ubermenu .ubermenu-autocolumn + .ubermenu-item-view-all {
  width: 100%;
  text-align: center;
}

.red {
  background: #be0000;
  color: white;
}
.footer {
  background: #222222;
  color: white;
}
.about,
.related_blog {
  background: #222222;
  color: white;
  margin-bottom: 3rem;
}
.participaa {
  display: block;
  background: white;
  color: black !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
}
.br_ca {
  border-right: 1px solid #333;
}

.doname_float {
  position: fixed;
  z-index: 123123123;
  bottom: 10px;
  right: 0;
  background: pink;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cerdito {
  background: pink;
  color: #af318b;
  width: 50px;
  text-align: center;
}
.texto_cerdito {
  background: white;
  color: #af318b;
}
.dona_gracias {
  background: #04c5ed;
  color: white;
  transition: 300ms;
  border: 0px;
  float: left;
  font-weight: 1.2rem;
  border-radius: 5px;
  z-index: 99999999999999;
}
.dona_gracias:hover {
  background: #333;
  color: white !important;
  text-decoration: none;
  transition: 300ms;
}
.filtro_web li {
  margin: 10px 0;
}
.participaa:hover {
  background: #be0000;
  color: white !important;
  text-decoration: none;
}
.participaa i {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.tags li {
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  padding: 10px;
}

.tags li:last-child {
  margin-right: 0;
}
.tags li:hover {
  background: #be0000;
  transition: 300ms;
}
#ocultame {
  width: 1px;
  height: 1px;
  opacity: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.tags li:hover a {
  color: white;
  transition: 300ms;
}
.tags li {
  border: 1px solid #4d4d4d;
  font-size: 80%;
}
.tags li:first-child {
  background: #be0000;
  color: white;
}

#copiame {
  position: fixed;
  right: 20px;
  bottom: 20px;
  border: 0;
  background: #be0000;
  color: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.mas_imagen {
  height: 150px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mas_imagen:hover > .boton {
  background: #be0000 !important;
  transition: 300ms;
}

.owl-next {
  right: 0px;
}

.owl-prev {
  left: 0px;
}

.ultimos_comics .owl-prev,
.ultimos_comics .owl-next {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ultimos_comics .owl-prev i,
.ultimos_comics .owl-next i {
  background: #333;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.owl-prev,
.owl-next {
  position: absolute;
  height: 100%;
  top: 0;
  width: 10%;
  font-size: 1rem !important;
  border-radius: 0 !important;
  color: white !important;
  background: none !important;
  outline: none !important;
}

.elementos .boton {
  position: absolute;
  bottom: 0;
  left: 0;
}

.elementos {
  height: 300px;
  text-align: center;
}

.migajas {
  color: white;
}

.migajas a {
  color: white;
}

.cat_actual {
  background: #be0000;
  padding: 5px 10px;
  border: none;
}

.btn_home_leer {
  color: white;
  background: #be0000;
  padding: 5px 10px;
  border: none;
  transition: 300ms;
  display: inline-block;
}

.btn_home_leer:hover {
  background: #222222;
  transition: 300ms;
}
.cat_actual a {
  color: white;
}

.newsletter h2 {
  font-size: 1.5rem;
  color: white;
  text-transform: uppercase;
}

#menu-footer-menu {
  columns: 2;
  padding: 0;
  margin: 0;
  display: block !important;
}

#menu-footer-menu li {
  margin: 0;
  list-style: none;
  font-size: 80%;
  padding: 5px !important;
}

#menu-footer-menu li a {
  color: white;
}

.category_content .main_content {
  margin-bottom: 5rem;
}

.single_custom_tax {
  margin-bottom: 5rem;
}

.logo_footer {
  width: 150px;
}
.logo_div {
  width: 350px;
}

.copy {
  font-size: 80%;
  color: white;
}

blockquote {
  background: #be0000;
  color: white;
  padding: 2rem;
  font-style: italic;
  position: relative;
  text-align: center;
  border-left: 10px solid #222222;
}

blockquote a {
  color: white;
}

blockquote p {
  margin: 0 0 2rem 0;
  font-size: 1.2rem;
}

blockquote::after {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 80px;
  opacity: 0.3;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  justify-content: center;
}

blockquote cite {
  font-style: normal;
}

.owl-dots button {
  width: 15px !important;
  height: 15px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  border-radius: 50%;
  margin: 0 0.5rem;
}

.owl-dots button.active {
  background: rgba(255, 255, 255, 1) !important;
}

.wtr-time-wrap {
  color: white !important;
}
.owl-dots {
  position: absolute;
  bottom: 10%;
  z-index: 123132;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.bt_bb {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.carrusel {
  height: 55vh;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.carrusel::after {
  content: "";
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
}

.imagen_single_carrusel {
  height: 90px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: 300ms;
  position: relative;
}

.imagen_single_carrusel h4 {
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  padding: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  transition: 300ms;
}

.imagen_single_carrusel h4:hover {
  background: rgba(0, 0, 0, 0);
  transition: 300ms;
}
.cat a:hover {
  text-decoration: none;
}

.cat p {
  font-weight: 500;
  color: #222222;
  font-size: 1rem;
}

.imagen_ok {
  height: 200px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: 300ms;
}
.imagen_ok:hover {
  transform: scale(1.2);
}

.secundaria {
  overflow: hidden;
}

.carrusel_home .owl-next,
.carrusel_home .owl-prev {
  height: 100%;
  top: 0;
  width: 10%;
  font-size: 50px !important;
  border-radius: 0 !important;
  color: white !important;
  background: none !important;
  outline: none !important;
}
.carrusel_home a {
  text-decoration: none;
}
.carrusel_home .owl-next {
  right: 0;
  outline: none !important;
}

.carrusel_home .owl-prev {
  left: 0;
  outline: none !important;
}

a,
a:hover {
  outline: none !important;
}

.title_home a {
  font-weight: 700;
  color: #be0000;
}

.carga {
  position: fixed;
  background: #222222;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1231238989;
}

.c5 {
  height: 100%;
}

/* SPINER */
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.col-12.cat p {
  margin: 0;
}

.login ul {
  margin: 0;
  padding: 0;
}

.login ul li {
  list-style: none;
}
.login .login-username label,
.login .login-password label {
  display: block;
}

.login .login-username input,
.login .login-password input {
  width: 50%;
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 10px;
}

.login #wp-submit {
  background: #4d4d4d;
  border: 0px;
  color: white;
  transition: 300;
  border-radius: 10px;
  padding: 10px 20px;
}

.login #wp-submit:hover {
  background: #be0000;
  transition: 300;
}

.edicion {
  background: #be0000;
  border: 0px;
  border-radius: 10px;
  color: white;
  text-align: center;
  font-weight: 700;
  padding: 5px 10px;
}

.cont {
  width: 30%;
  margin-right: 10%;
}

.info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: right;
  text-align: right;
  right: 0;
}

.social_menu li {
  list-style: none;
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px;
  display: inline-block;
}

.social_menu img {
  height: 10px;
}

.social_menu {
  margin: 0;
  padding: 0;
  float: right;
}

.social_menu li a {
  color: white;
  padding: 0.5rem;
}

.ultimos_comics .items {
  padding: 1rem;
  background: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  height: 400px;
}
.menu-item-has-children li a::after {
  content: "" !important;
}
.menu-item-has-children a {
  position: relative;
  padding-right: 30px !important;
}

.comics_lectura {
  background: #333;
  background-image: url("img/punto.png");
  background-blend-mode: multiply;
}
.ver_todo_comic {
  background: #4d4d4d;
  color: white;
  display: inline-block;
  border-radius: 20px;
  padding: 0.5rem 2rem;
}
.ver_todo_comic:hover {
  background: #be0000 !important;
  color: white !important;
  text-decoration: none;
}
.comics_lectura .titulos_home::after {
  background: white !important;
}
.comics_lectura .titulos_home {
  border-bottom: 1px solid white;
  text-align: center !important;
}
.comics_lectura h5 {
  color: white;
  font-size: 2rem !important;
  text-transform: uppercase;
}

.social_menu li a:hover {
  color: white;
}

.logo_header {
  width: 200px;
}

.evaluacion {
  background: #f8f8f7;
  height: 100%;
}

.desc {
  width: 80%;
  float: left;
  border-left: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}

.nota {
  width: 20%;
  position: relative;
  float: left;
  font-size: 40px;
  color: #be0000;
  border: 1px solid #4d4d4d;
  font-weight: bold;
}
.text_eva {
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 12px;
}

span.wpcf7-not-valid-tip {
  color: white !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  border: 1px solid white;
  border-radius: 5px;
  background: #222222;
  color: white;
  padding: 5px 0;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  border: 1px solid white;
  border-radius: 5px;
  background: darkgreen;
  color: white;
  padding: 5px 0;
}

/* GALERIAS */

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

img.aligncenter,
div.aligncenter,
figure.aligncenter,
img.wp-post-image {
  display: block;
  margin: 1em auto;
}
img.alignright,
div.alignright,
figure.alignright {
  float: right;
  margin: 1em 0 1em 2em;
}
img.alignleft,
div.alignleft,
figure.alignleft,
img.wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0;
}
figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
p img.alignright,
p img.alignleft {
  margin-top: 0;
}

.gallery figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}

.gallery.gallery-columns-3 figure {
  width: 32%;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n + 3) {
  margin-right: 0;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n + 4) {
  clear: left;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
}
.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.gallery.gallery-columns-4 figure {
  width: 23.25%;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n + 4) {
  margin-right: 0;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n + 5) {
  clear: left;
}

.gallery.gallery-columns-5 figure {
  width: 18%;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n + 5) {
  margin-right: 0;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n + 6) {
  clear: left;
}

.gallery.gallery-columns-6 figure {
  width: 14.2%;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n + 6) {
  margin-right: 0;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n + 7) {
  clear: left;
}

.gallery.gallery-columns-7 figure {
  width: 12%;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n + 7) {
  margin-right: 0;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n + 8) {
  clear: left;
}

.gallery.gallery-columns-8 figure {
  width: 10.2%;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n + 8) {
  margin-right: 0;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n + 9) {
  clear: left;
}

.gallery.gallery-columns-9 figure {
  width: 8.85%;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n + 9) {
  margin-right: 0;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n + 10) {
  clear: left;
}

@media (max-width: 767px) {
  img.alignright,
  div.alignright,
  figure.alignright,
  img.alignleft,
  div.alignleft,
  figure.alignleft,
  img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none;
  }
  .gallery.gallery-columns-4 figure,
  .gallery.gallery-columns-5 figure,
  .gallery.gallery-columns-6 figure,
  .gallery.gallery-columns-7 figure,
  .gallery.gallery-columns-8 figure,
  .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
}

/* FIN GALERIAS */
table.tabla_comic td {
  width: 50%;
  padding: 0.5rem 0;
}
table.tabla_comic tr {
  border-bottom: 1px solid gray;
}
.mobile_bottom {
  width: 100%;
  position: fixed;
  text-align: center;
  bottom: 8px;
  left: 0;
  z-index: 10;
  overflow: hidden !important;
  height: 50px !important;
}
.search_mobile {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.revista h2 {
  color: white;
}

.post-ratings img {
  margin: 0 5px !important;
}

.cant_p {
  text-align: center;
  width: 100%;
}

.slb_details {
  display: none !important;
}

.fb,
.tw,
.ig {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.fb a,
.tw a,
.ig a {
  color: white;
}

.fb {
  background: #3b589e;
}

.tw {
  background: #00abeb;
}

.ig {
  background: #af318b;
}

.red_a ul {
  margin: 0;
  padding: 0;
}

.red_a {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 1;
}
.cabecera_seleccionados {
  height: 250px;
  width: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.cabecera_seleccionados img {
  height: 100% !important;
}

.special_home {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  position: absolute;
  font-size: 1.5rem;
  font-weight: 900 !important;
  border: 0px;
  text-transform: uppercase;
}

.special_home:hover > .cabecera_seleccionados {
  opacity: 0.8;
}

.banner_top {
  width: 728px;
  height: 90px;
}

.bill_img {
  width: 970px;
  height: auto;
}

.imagen_new_WP {
  width: 100%;

  object-position: center center;
  object-fit: cover;
}

.cont_new_WP {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.cont_new_WP img:hover {
  transition: 300ms;
  transform: scale(1.5);
}

.cont_new_WP h4:hover > .cont_new_WP img {
  transition: 300ms;
  transform: scale(1.5);
}

.cont_new_WP img {
  transition: 300ms;
}
.cont_new_WP h4 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  color: white;
  transition: 300ms;
}

.cont_new_WP h4:hover {
  background: rgba(0, 0, 0, 0.2);
}

.wp-block-image img {
  max-width: 100% !important;
  height: auto !important;
}

.wp-block-cover {
  height: auto !important;
}

.ov img:hover {
  transform: scale(1.1);
  transition: 2000ms;
}

.ov img {
  transition: 1000ms;
}

.ov,
.ov1 {
  overflow: hidden;
}

iframe#instagram-embed-0 {
  max-width: 100% !important;
}

.contenedor {
  border: 1px solid #4d4d4d;
  transition: 300ms;
  width: 100%;
}

.cuerpo {
  border-top: 1px solid #4d4d4d;
}

.contenedor:hover {
  background: #be0000;
  transition: 300ms;
}

.contenedor:hover .boton_full {
  color: white;
  transition: 300ms;
}
.contenedor a {
  width: 100%;
}
.flip-card-inner img {
  width: 120px;
  border-radius: 50%;
}
.info_texto {
  background: white;
}

.searchwp-live-search-no-min-chars:after {
  content: "Sigue escribiendo ^^" !important;
}

input.search-field {
  width: 60%;
}

.search_ok {
  background: #be0000;
  border-radius: 0px 10px 10px 0px !important;
  color: white;
  border: 1px solid #be0000;
  transition: 300ms;
}
.search_ok:hover {
  background: black;
  border: black 1px solid;
  transition: 300ms;
}

input.search-field {
  border-right: 0px !important;
  border: 1px solid black;
}

input.search-field {
  border-right: 0px !important;
  border: 1px solid #222222;
}

#searchform {
  display: flex;
  justify-content: flex-end;
}

.ojo {
  background: #222222;
  color: white;
  display: block;
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 10px;
}
.ojo:hover {
  background: #be0000;
  text-decoration: none;
  color: white !important;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.ava_peque {
  width: 50px !important;
  border-radius: 50%;
}
.single .avatar_new {
  border-radius: 50% !important;
  border: 5px solid white;
  height: 200px;
  width: 200px;
}
.archive .avatar_new {
  width: 200px !important;
  border-radius: 50% !important;
  border: 5px solid white;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 200px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  padding: 1rem;
  border-radius: 20px;
}

.flip-card-back a {
  display: block;
  text-align: center;
  color: white;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #d2d2d2;
  color: black;
}

.flip-card-back,
.flip-card-front {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-card-front img {
  border: 5px solid white;
  display: inline-block;
  margin-bottom: 1rem;
}
/* Style the back side */
.flip-card-back {
  background-color: #be0000;
  color: white;
  transform: rotateY(180deg);
}

.boton_full {
  cursor: pointer;
  display: block;
}
.border-black img {
  border: 2px #be0000 solid;
}
.border-black:hover {
  background: #d2d2d2;
  transition: 300ms;
}
.border-black {
  background: #f4f4f4;
  padding: 1rem;
  border-radius: 30px;
  transition: 300ms;
}

.boton_full:after {
  font-weight: 900;
  content: "▲";
  float: right;
  margin-right: 2rem;
}
.boton_full.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "▼";
}

.zoom {
  transition: 300ms;
}
.zoom img {
  transition: 300ms;
}
.zoom img:hover {
  transform: scale(1.05);
  transition: 300ms;
}

.dw {
  background: #be0000;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  color: white;
  transition: 300ms;
  margin-bottom: 2rem;
}

.dw:hover {
  background: #00abeb;
  transition: 300ms;
  color: white;
  text-decoration: none;
}

.salir_perfil {
  background: #4d4d4d;
  color: white;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  transition: 300ms;
}
.salir_perfil:hover {
  color: white;
  background: #be0000;
  text-decoration: none;
  transition: 300ms;
}
.imagen_muestra2,
.imagen_muestra {
  display: flex;
  align-items: center;
  justify-content: center;
}
.imagen_muestra {
  min-height: 280px;
}
.imagen_muestra2 {
  min-height: 300px;
}

figcaption {
  font-size: 13px;
  padding: 0.5rem !important;
  margin-bottom: 1rem !important;
  margin-top: 0px !important;
}

.wp-block-image {
  position: relative;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none !important;
}

.product_meta {
  margin-bottom: 2rem;
}
.single-product img.wp-post-image {
  margin: 0 !important;
}
.form-check-label {
  display: inline-block !important;
}

figure {
  position: relative;
}

.widgets {
  margin-bottom: 2rem;
}

.preview_comic {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  padding: 3rem;
}

.cierrame_papa {
  padding: 1rem;
  color: white;
  background: #222222;
  border-radius: 30px;
}

.button.product_type_external {
  display: none !important;
}

.lectura_digital {
  text-align: center;
  padding: 1rem 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.pincha_aqui {
  color: white;
}
.grisgris {
  background: #333;
}
.pincha_aqui:hover {
  color: #be0000;
}

.single-product .cart {
  display: flex;
  justify-content: center;
}

.catalogo .wpcf7-not-valid-tip {
  color: #be0000 !important;
}

.br_pt {
  border-right: 1px solid #ccc;
}

.navegacion a {
  color: white;
  padding: 1rem;
  display: block;
}

.navegacion ul li {
  display: inline-block;
}
.navegacion ul {
  margin: 0;
  padding: 0;
}
.navegacion {
  background: #222222;
  font-size: 80%;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 123;
}

.navegacion li:hover > .sub-menu {
  display: block !important;
  position: absolute;
  top: 50px;
  z-index: 10;
  background: #222222;
}

.navegacion a:hover {
  background: #be0000;
}

.current-menu-item,
.current-post-ancestor,
.boton_fullcurrent-category-ancestor,
.current-menu-ancestor {
  background: #be0000;
}

.sub-menu li {
  display: block !important;
}

.sub-menu {
  display: none;
  text-align: left;
  min-width: 200px;
}

.mobmenu-content #mobmenuright .sub-menu {
  background: none !important;
}

.cerrar {
  position: absolute;
  right: 0;
  top: 0;
  background: #be0000;
  font-weight: 700;

  border-bottom-left-radius: 50%;
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  z-index: 8789787;
}

.revista_nueva {
  background: white;
  position: fixed;
  right: 0;
  bottom: 20px !important;
  width: 300px !important;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.revista_desk {
  display: none;
}
.pruebita .special:hover {
  text-decoration: none;
}
.pruebita .special {
  text-transform: uppercase !important;
  font-size: 1.5rem !important;
  z-index: 1;
}
.pruebita a {
  z-index: 5;
}

.pruebita::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 300ms;
}

.pruebita:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 300ms;
  background: rgba(0, 0, 0, 0.2);
}
.achica {
  height: 300px !important;
}
.pruebita {
  text-decoration: none !important;
  transition: 300ms;
  height: 400px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover !important;
  background-position: center !important;
  border: 1px solid white;
  background-repeat: no-repeat;
}
.pruebita:nth-child(2),
.pruebita:nth-child(5) {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#cerrar_modal {
  position: absolute;
  font-weight: 700;
  cursor: pointer;
  transition: 300ms;
  font-size: 12px;
  right: 0;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.8);
  border-bottom-left-radius: 10px;
}

#cerrar_modal:hover {
  color: white;
  transition: 300ms;
  background: rgba(0, 0, 0, 0.8) !important;
}

.popueamela {
  position: relative;
  padding: 5px;
  background: white;
  margin: 1rem;
}
.busca_menu img {
  width: 15px;
}

.probando {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 123123;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.b2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.buscamela {
  display: none;
}
.encuentra {
  width: 80%;
  max-height: 500px;
  overflow: auto;
  padding: 20px 0;
  position: relative;
  display: block;
  background: white;
  min-height: 200px;
}

.cierramela_search {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #be0000;
  color: white;
  padding: 1rem;
  border-radius: 50%;
}

.gsc-control-cse {
  padding: 0px;
}

div#___gcse_0 {
  margin-top: 0;
}

.skycraper_left {
  width: 160px;
  height: 600px;
  position: absolute;
  top: 0;
  left: -170px;
  text-align: right !important;
}

.skycraper_right {
  width: 160px;
  height: 600px;
  position: absolute;
  top: 0;
  right: -170px;
  text-align: left !important;
}

.autores_home,
.autores_home a {
  color: white !important;
  z-index: 1;
}

.categorias_carrusel li a:hover {
  text-decoration: none;
  background: black;
}
.categorias_carrusel li a {
  color: white;
  padding: 5px;
  background: #be0000;
}
.categorias_carrusel li {
  color: white;
  margin-bottom: 10px;
}
.categorias_carrusel {
  z-index: 1;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.ir_a_la_nota a:hover {
  background: #be0000;
  text-decoration: none;
}
.ir_a_la_nota {
  z-index: 1;
}
.ir_a_la_nota a {
  background: black;
  padding: 5px;
  color: white;
  z-index: 1;
}

.redes_sociales ul li a {
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}
.redes_sociales ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.redes_sociales {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
}
body {
  margin-top: 50px;
}

.navegacion.user-logged {
  top: 30px;
}

.destacadas_top ul li a {
  display: block;
  margin-left: 10px;
}
.destacadas_top {
  margin-bottom: 1rem;
}
.destacadas_top ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 80%;
}
.destacadas_top b {
  display: block;
  float: left;
}

.redes_usuario a {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.redes_usuario {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  text-align: left;
  align-items: center;
}

.redes_usuario li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.redes_usuario a:hover {
  transform: scale(1.2);
  transition: 300ms;
}

.ov-hidden {
  overflow: hidden !important;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_blanco_header img {
  width: 200px;
}
.logo_blanco_header {
  margin: 0 15px !important;
  padding: 0 !important;
}

.logo_blanco_header:hover {
  background: none !important;
}

.alarm {
  position: FIXED;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: FLEX;
  justify-content: CENTER;
  align-items: CENTER;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

.alarm .contenido_botoncillo {
  background: white;
  padding: 3rem;
  border-radius: 30px;
}

.close_wea {
  cursor: pointer;
}

.botoncillo {
  display: inline-block;
  background: black;
  padding: 1rem;
  color: white;
  border-radius: 10px;
  font-weight: 700;
}

.botoncillo:hover {
  background: #be0000 !important;
  color: white !important;
}

.login ul li:last-child a:hover {
  background: #be0000;
}
.login ul li:last-child a {
  background: black;
  padding: 10px 30px;
}
.login ul li a:hover {
  text-decoration: none;
}
.login ul li a {
  background: blanchedalmond;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
}
.login ul li:last-child {
  display: block;
  background: none;
  margin-top: 20px;
}
.login ul li {
  list-style: none;
  padding: 10px;
  display: inline-block;
}

.page-template-page-login .special.my-3 {
  display: none !important;
}

.info_page_login {
  display: block;
  width: 100%;
  background: #ffc107;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: -100px;
}

.info_page_login a:hover {
  text-decoration: none;
  background: #be0000;
}
.info_page_login a {
  background: black;
  display: inline-block;
  margin-top: 10px;
  border-radius: 20px;
  padding: 5px 20px;
  color: white;
}

.contenedor_about {
  display: flex;
  align-items: center;
}
.imagen_avatar img {
  width: 100%;
}
.imagen_avatar {
  width: 200px;
  margin-right: 2rem;
}


figcaption.blocks-gallery-caption {
  text-align: center;
}