
.pub-banner {
  position: absolute;
  width:100%;
  height: 370px;
  overflow: hidden;
  background-color: black;
}

.pub-banner .image{
  width:106%;  
  height: 410px;
  filter: blur(12px);
  -webkit-filter: blur(12px);
  transform: Translate(-2%, -3%);
  opacity: 0.72;
  filter: alpha(opacity=72);       /* IE8 and lower */
}

#publication {
  margin-top: 180px !important;
}

@media(max-width:768px){
  #publication {
    margin-top: 120px !important;
  }
}


.details .coverpage {
  width:80%;
  position: relative;
  border-radius: 4px;

  -webkit-box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.31); 
  box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.31);
  transition: ease all 0.3s;
}

.details .coverpage-back {
  width:73.7%;
  position: absolute;
  border-radius: 4px;
  left:15px;
  z-index: -1;
  transition: ease all 0.3s;
}


/*.details .coverpage:hover {
  transform: perspective(600px) rotateY(-15deg) translateX(-30px);
  transition: ease all 0.3s;
  .details .coverpage-back {
    transform: perspective(600px) rotateY(-15deg) translateX(-30px);
    transition: ease all 0.3s;
  }
}*/

.publication-title {
    color: black;
    font-size: 30px;
    font-weight: 700;
    margin-top: 19px;
    line-height: 32px;
}

.publication-title h5 { color: #00a44e; }

.details .content .title img{
  width: 25px; height: 25px;
  position: absolute;
  margin-left: 12px;
  margin-top: 17.5px;
}

.details .content .author-details {
  float:left;
  width: auto;
  height: 42px;
  display: flex;
  margin-left: 16px;
  padding-left: 16px;
  border-left:1px solid rgba(255, 255, 255, 0.2);
}

.details .content .author-content > div:nth-of-type(1) {
  margin-left: 0px;
  padding-left: 0px;
  border-left:0px;
}

.details .content .author-details .picture {
  float: left;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}

.details .content .line {
  clear: both;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1px;
}

.details .content .author-content {
  display: table;
  margin-bottom: 25px;
}

.details .content .author-details .author {
  padding-top: 7px;
}

.details .content .author-details .author a{
  font-size: 18px;
  color: white;
}

.details .content .author-details .author a:hover{
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.details .content .original-name {
  clear: both;
  margin: 0px 0px 20px 5px;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
  font-weight:300;
}

.details .content .author-text {
  clear: both;
  padding-top: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.covers-published {
  padding-top: 15px;
  clear: both;
  font-size: 13px;
  color: #1c1c1c;
  font-weight: 300;
}

.details .content .synopsis h3{
    color: black;
    font-size: 24px;
    font-weight: 700;
    margin-top: 19px;
    margin-bottom: 9.5px;
}

.details .tomos-completos {
  font-style: italic;
  font-size: 16px;
}

.details .content .format {
    margin-top: 40px;
    color: #1c1c1c;
    text-align: justify;
    font-size: 16px;
}

.details .content .format img {
  width: 30px; height: 20px;
  float: left; margin-right:12px;
}

.details .content .format span {
  font-size: 13px;
}

.inline-container {
  max-width:960px;
  padding: 20px;
}

#publication h3 {
  font-size: 18px !important;
}

#publication .detail {
    clear: both;
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
    color: #1F2526;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-align: justify;
}

#publication .gallery {
    clear: both;
}


#publication .gallery-news {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}

#publication .gallery-news li {
  display: table;
  height: 68px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

#publication .gallery-news .image {
  position: absolute;
  width:68px; 
  height:68px; 
  border-radius: 10px !important;
  overflow: hidden;
}

#publication .gallery-news .meta {
  width: 100%;
  float:left;
  padding-left: 88px;
}

#publication .gallery-news .meta h6 {
  margin-bottom: 4px;
}

#publication .gallery-news .meta h6 a {
  color: #00a44e !important;
  font-size: 15px !important;
  line-height: 15px !important;
}

#publication .gallery-news .meta em {
  font-size: 12.5px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  color: white !important;
  padding: 2px 6px;
  border-radius: 4px;
}

#publication .videos-youtube {
  clear: both;
  margin-top: 20px;
}

#publication .titulo-thumbs{
  text-align: center;
  font-size: 12.5px !important;
  line-height: 13px;
  margin-top: 10px;
}

#publication .titulo-thumbs a{
  color: black !important;
  text-decoration: none !important;
}

#publication .tags .tag {
    height: 25px;
    overflow: hidden
    line-height: 38px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 0 10px;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 13px;
    padding-top: 2px;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    background-color: #00a44e;
}

#publication .tag a {
  text-decoration: none;
  color: white;
}

.details .content .synopsis .synopsis-text {
  display: table;
}

.details .content .synopsis hr{
  margin: 20px 0px 20px;
}

.tags-separator {
  clear:both;
  height:1px;
  margin:10px 0px;
  width:100%;
}

.tags-list {
  width:80%;
  height:auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: stretch;
}

.tags {
  margin-top: 30px;
  clear:both;
}

.covers-grid {
  margin-top:20px;
}

.covers-grid .cover{
  float: left;
  width: 120px;
  height: 120px;
	position:relative;
	margin-bottom:23%;
  margin:0px 12px 15px 0px;
  overflow: hidden;
  border-radius: 9px;
  transition: 0.2s ease-in-out;
  background-color: white;

  -webkit-box-shadow: 0px 0px 6px 3px #f1f1f1; 
  box-shadow: 0px 0px 6px 3px #f1f1f1;
  transition: ease all 0.3s;
}

.covers-grid .cover:hover {
  cursor: pointer;
  transform: scale(1.12);
  -webkit-box-shadow: 0px 0px 1px 1px #f1f1f1; 
  box-shadow: 0px 0px 1px 1px #f1f1f1;
  transition: 0.2s ease-in-out;
}

.covers-grid .cover span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	display:block;
}

.publication {
  width: 23%;
  text-align: center;
  border:1px solid #f1f1f1;
  margin:5px;
  padding: 10px;
  border-radius: 3px;
  min-height:190px;
  transition: 0.2s ease-in-out;
}

.publication .cover-page{
  width:130px;
  height:190px;
	position: relative;
  overflow: hidden;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  background-color: white;
  left: calc(50% - 65px);

  -webkit-box-shadow: 0px 0px 6px 3px #f1f1f1; 
  box-shadow: 0px 0px 6px 3px #f1f1f1;
}

#publication .link-imagen.cover {
  width: 165px;
    height: 125px;
}

#publication .thumbnail {
  max-width: 360px;
  max-height: 200px;
  float: left;
  margin:0px 20px 20px 0px;
}

.publication .cover-page:hover {
  cursor: pointer;
  transform: scale(1.10);
  -webkit-box-shadow: 0px 0px 1px 1px #f1f1f1; 
  box-shadow: 0px 0px 1px 1px #f1f1f1;
  transition: 0.2s ease-in-out;
}

.publication .titulo {
  clear: both;
	font-size: 15px;
  line-height: 17px;
  font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
  margin: 20px 0px 10px 0px;
}

.publication .author {
    font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
    font-size: 12.5px;
    line-height: 1.4285;
    color: gray;
}

.publication-data {
  height: 200px;
}

.publication-close {
  float: right;
  font-size: 20px;
  color: black;
  transition: 0.2s ease-in-out;
  font-weight: 300;
  margin-top: -30px;
}

.publication-close:hover {
  color: #00a44e !important;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}

.publication-close i {
  position: absolute;
  font-size: 28px;
  margin-left: -25px;
  margin-top: 2px;
}

#publication .icon-edit {
  position: absolute;
  font-size: 32px;
  margin-left: -40px;
}

#publication .icon-edit a{
  color: #00a44e;
}

.link-youtube.btn-generic {
  left: 70px;
  text-decoration: none !important;
}

.link-youtube.btn-generic:hover, .btn-generic:hover{
  text-decoration: none !important;
  cursor: pointer;
}

#inline-sinopsis {
  max-width: 1100px;
  font-weight: 300;
  border-radius: 12px;
}

.view-synopsis-image {
  width:72px; height:72px;
  border-radius: 150px;
  overflow: hidden;
  float: left;
  margin-right: 12px;
}

.view-synopsis-title {
    color: clack;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 31%);
    font-size: 38px;
    font-weight: 700;
    margin-top: 19px;
    margin-bottom: 9.5px;
}

.catalogo-menu li{
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 10px 0px 0px 14px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #47536e;
    border-left: 5px solid #ed1b2f;
    transition: 0.2s ease-in-out;
}

.catalogo-menu li:hover{
  cursor:pointer;
  color: white;
  background-color: #ed1b2f;
  transition: 0.2s ease-in-out;
  margin-left: -5px;
}

.catalogo-menu li.selected{
  cursor:pointer;
  color: white;
  background-color: black;
  transition: 0.2s ease-in-out;
  margin-left: -5px;
  padding: 10px 0px 0px 14px;
  border-left:5px solid black;
}


.published-search {
  float: right;
  margin-top: -36px;
}

.published-search i.fa-search {
  position: absolute;
  right: 28px;
  top: 12px;
}

.published-search input{
  width:120px;
  height: 35px;
  border-radius: 50px;
  border:1px solid #e6eaef;
  background-color: transparent;
  margin-left: 10px;
  transition-duration: 0.5s;
  color: black;
  padding:0px 12px;
} 

.published-search input.text-full {
  width: 320px;
  color: black;
}

.published-search input:hover, .published-search .fa-search:hover{
  width: 240px;
  transition-duration: 0.5s;
  color: black;
  cursor: pointer;
}

.published-search input:focus{
  outline: none;
  color: black;
}

.line-top {
  border-top: 1px solid #f1f1f1;
  padding-top:12px;
}


.covers-grid .cover-small{
  float: left;
  width:104px;
  height: 150px;
	position:relative;
  margin:0px 12px 15px 0px;
  overflow: hidden;
  border-radius: 9px;
  transition: 0.2s ease-in-out;
  background-color: white;

  -webkit-box-shadow: 0px 0px 6px 3px #f1f1f1; 
  box-shadow: 0px 0px 6px 3px #f1f1f1;
  transition: ease all 0.3s;
}

.covers-grid .cover-small.waiting-image img{
  filter: grayscale(100%);
  opacity: 0.6;
  filter: alpha(opacity=60);  
}

.covers-grid .cover-small .cover-close {
  width:26px; height:26px;
	position: absolute;
	right: 5px;
  top:5px;
  color: white;
	display:block;
  background:red;
  border-radius: 50px;
  border:2px solid white;
  padding:1px 0px 0px 5px;
}

.covers-grid .cover-small img  {
  width:100%;
  height:100%;
  object-fit: contain;
}

.covers-grid .cover-small .cover-close:hover {
  cursor: pointer;
}

.covers-grid .cover-small .cover-upload {
  width:26px; height:26px;
	position: absolute;
	left: 5px;
  top:5px;
  color: white;
	display:block;
  background: green;
  border-radius: 50px;
  border:2px solid white;
  padding:1px 0px 0px 5px;
}

#publication .subtitle {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 19px;
    font-weight: bold;
    color: #00a44e;
    transition: ease-in-out 0.3s;
    clear: both;
}

#publication .resaltar {
    color: #00a44e !important;
    font-weight: 700;
}

#publication .comentar {
    color: rgba(0, 0, 0, 0.45);
    border-left: 4px solid rgba(0, 0, 0, 0.3);
    padding-left: 16px;
    font-weight: 500;
}

#publication #pdf-read-canvas {
  width: inherit !important;
  max-width: 100% !important;
}

#publication .detail .main-panel {
  margin-top:0px !important;
}