.autor_contenedor {
  width: 100vw;
  display: block;
}
.autor_contenedor .ac_cont {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 24px 16px;
}
.autor_contenedor .ac_cont .breadcrum {
  width: 100%;
  display: block;
  margin-bottom: 100px;
}
.autor_contenedor .ac_cont .breadcrum p {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.autor_contenedor .ac_cont .breadcrum p.br-m {
  display: none;
}
.autor_contenedor .ac_cont .breadcrum a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.5s;
}
.autor_contenedor .ac_cont .breadcrum a:hover {
  color: #D80000;
}
.autor_contenedor .ac_cont .breadcrum a:focus {
  outline: none;
  color: #D80000;
}
.autor_contenedor .ac_cont .breadcrum a img {
  margin-right: 6px;
}
.autor_contenedor .ac_cont .autor_info {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.autor_contenedor .ac_cont .autor_info .autor_top_header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 64px;
}
.autor_contenedor .ac_cont .autor_info .autor_top_header .autor_image {
  max-width: 240px;
  width: 100%;
}
.autor_contenedor .ac_cont .autor_info .autor_top_header .autor_image img {
  /*width: 100%;*/
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
.autor_contenedor .ac_cont .autor_info .autor_top_header .autor_info {
  max-width: 680px;
  width: 100%;
}
.autor_contenedor .ac_cont .autor_info .autor_top_header .autor_info h2 {
  margin-bottom: 22px;
}
.autor_contenedor .ac_cont .autor_info .autor_top_header .autor_info p {
  font-size: 14px;
  font-style: italic;
  color: #252525;
  margin-bottom: 16px;
}
.autor_contenedor .ac_cont .autor_info .autor_top_header .autor_info h4 {
  width: 100%;
  border-left: 5px solid #D80000;
  padding-left: 8px;
  font-style: italic;
}
.autor_contenedor .ac_cont .autor_info .autor_sobre {
  width: 100%;
  display: block;
  margin-bottom: 47px;
}
.autor_contenedor .ac_cont .autor_info .autor_sobre h3 {
  margin-bottom: 24px;
}
.autor_contenedor .ac_cont .autor_info .autor_sobre p {
  line-height: 24px;
  margin-bottom: 20px;
}
.autor_contenedor .ac_cont .autor_info .autor_sobre p.hide {
  display: none;
}
.autor_contenedor .ac_cont .autor_info .autor_sobre a {
  font-weight: 600;
  cursor: pointer;
}
.autor_contenedor .ac_cont .autor_info .autor_sobre a.view_hide_autor {
  display: none;
}
.autor_contenedor .personajes-famosos {
  width: 100%;
  display: block;
  padding: 30px 12px;
  margin-bottom: 64px;
  background-color: #EFEFEF;
}
.autor_contenedor .personajes-famosos .pf_cont {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
.autor_contenedor .personajes-famosos .pf_cont h3 {
  margin-bottom: 32px;
}
.autor_contenedor .personajes-famosos .pf_cont .producto {
  padding: 0 16px;
  width: 100%;
}
.autor_contenedor .personajes-famosos .pf_cont .producto .item_p {
  width: 100%;
  text-align: center;
}
.autor_contenedor .personajes-famosos .pf_cont .producto .item_p img {
  width: 72px;
}
.autor_contenedor .novedades {
  width: 100%;
  display: block;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 16px;
}
.autor_contenedor .novedades .n_title {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 38px;
}
.autor_contenedor .novedades .n_title h3 {
  width: auto;
  width: 15%;
}
.autor_contenedor .novedades .n_title hr {
  width: 70%;
  height: 1px;
  border: none;
  background-color: #F6F6F6;
}
.autor_contenedor .novedades .n_title .cta_no {
  display: flex;
  width: 12%;
  justify-content: flex-end;
}
.autor_contenedor .novedades .n_title .cta_no a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D80000;
  border: 1px solid #D80000;
  padding: 8px 16px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 600;
}
.autor_contenedor .novedades .n_title .cta_no a:hover {
  color: #DC1A1A;
  transition: 0.5s;
}
.autor_contenedor .novedades .n_title .cta_no a:focus {
  outline: none;
  color: #DC1A1A;
  transition: 0.5s;
}
.autor_contenedor .novedades .n_title .cta_no a:visited {
  color: #E03333;
  transition: 0.5s;
}
.autor_contenedor .novedades .novedades_cont {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.autor_contenedor .novedades .novedades_cont .item {
  width: 22%;
  display: block;
}
.autor_contenedor .novedades .novedades_cont .item .portada {
  width: 100%;
  max-width: 160px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.autor_contenedor .novedades .novedades_cont .item .portada .grad {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 240px;
  background-image: linear-gradient(transparent, rgba(37, 37, 37, 0.5));
}
.autor_contenedor .novedades .novedades_cont .item .portada img {
  width: 100%;
}
.autor_contenedor .novedades .novedades_cont .item .portada .etiqueta {
  position: absolute;
  top: 16px;
  left: 0;
}
.autor_contenedor .novedades .novedades_cont .item .portada .etiqueta p {
  color: #fff;
  background-color: #D80000;
  padding: 4px 12px;
}
.autor_contenedor .novedades .novedades_cont .item .portada .wish {
  position: absolute;
  right: 13px;
  bottom: 13px;
  background-image: url("../images/SVG/Icons_brandkit/wishlist-white.svg");
  background-position: center;
  cursor: pointer;
  background-size: cover;
  width: 22px;
  height: 22px;
}
.autor_contenedor .novedades .novedades_cont .item .portada .sesion {
  position: absolute;
  right: 13px;
  bottom: 13px;
  background-image: url("../images/SVG/Icons_brandkit/wishlist-white.svg");
  background-position: center;
  cursor: pointer;
  background-size: cover;
  width: 22px;
  height: 20px;
}
.autor_contenedor .novedades .novedades_cont .item .portada .sesion.s_active {
  background-image: url("../images/SVG/Icons_brandkit/wishlist-active.svg");
}
.autor_contenedor .novedades .novedades_cont .item .info_comic {
  width: 100%;
  display: block;
  margin-top: 24px;
}
.autor_contenedor .novedades .novedades_cont .item .info_comic a {
  text-decoration: none;
}
.autor_contenedor .novedades .novedades_cont .item .info_comic h5 {
  line-height: 30px;
  height: 100px;
  text-align: center;
  padding: 8px 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.autor_contenedor .novedades .novedades_cont .item .info_comic .precio {
  margin-top: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.autor_contenedor .novedades .novedades_cont .item .cta_comic_add {
  width: 100%;
  display: block;
}
.autor_contenedor .novedades .novedades_cont .item .cta_comic_add a {
  display: flex;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  padding: 11px;
  background-color: #D80000;
  transition: 0.5s;
  cursor: pointer;
}
.autor_contenedor .novedades .novedades_cont .item .cta_comic_add a.disable {
  background-color: #E86666;
  opacity: 0.5;
}
.autor_contenedor .novedades .novedades_cont .item .cta_comic_add a:hover {
  background-color: #DC1A1A;
  transition: 0.5s;
}
.autor_contenedor .novedades .novedades_cont .item .cta_comic_add a:focus {
  background-color: #DC1A1A;
  transition: 0.5s;
  outline: none;
}
.autor_contenedor .novedades .novedades_cont .item .cta_comic_add a:active {
  background-color: #E03333;
  transition: 0.5s;
  outline: none;
}
.autor_contenedor .novedades .view_more {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  border: 2px solid #D80000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding: 9px;
  margin: 40px auto;
  color: #D80000;
}

@media only screen and (max-width: 860px) {
  .autor_contenedor .ac_cont .autor_info .autor_top_header {
    justify-content: center;
  }

  .autor_contenedor .ac_cont .autor_info .autor_top_header .autor_info {
    text-align: center;
  }
  .autor_contenedor .ac_cont .autor_info .autor_top_header .autor_info h4 {
    text-align: left;
  }

  .autor_contenedor .novedades .novedades_cont .item {
    width: 49%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 700px) {
  .autor_contenedor .ac_cont .breadcrum p {
    display: none;
  }
  .autor_contenedor .ac_cont .breadcrum p.br-m {
    display: flex;
  }

  .autor_contenedor .ac_cont .autor_info .autor_top_header .autor_image {
    max-width: 144px;
  }

  .autor_contenedor .ac_cont .breadcrum {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .autor_contenedor .novedades .novedades_cont .item .portada {
    max-width: initial;
  }

  .autor_contenedor .novedades .novedades_cont .item .info_comic {
    margin-top: 8px;
  }
  .autor_contenedor .novedades .novedades_cont .item .info_comic h5 {
    padding: 0;
    text-align: left;
  }
  .autor_contenedor .novedades .novedades_cont .item .info_comic .precio {
    margin: 16px 0;
    text-align: left;
  }

  .autor_contenedor .novedades .novedades_cont .item .cta_comic_add a {
    padding: 6px;
    font-size: 16px;
  }

  .autor_contenedor .novedades .view_more {
    max-width: initial;
    padding: 10px;
  }
}
