.noticia__socials--content, .container-pdf-comment .mobile{
  display: none;
}

.noticia__socials{
  flex-basis: 0%;
}

.container-pdf-comment{
  display: flex;
  max-width: 1020px !important;
  gap: 20px;
}

#pdfs-container .page-canvas{
  box-shadow: 5px 5px 30px 0px #0000001A;
}

#comment-container {
  flex: 1;
  height: fit-content;
  min-width: 280px;
  position: sticky;
  top: 300px;
  margin: 100px 0;
  box-shadow: 5px 5px 30px 0px #0000001A;
  border-left: .5rem solid #F15A3E;

  right: 10px;
  background-color: #fff;
}

.comment-content{
  padding: 20px;
}

.comment-content .logo-container{
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}

#comment-num{
  margin: 0;
  font-weight: 600;
  color: #F15A3E;
}

#comment{
  font-size: 16px;
  overflow-y: auto;
}

.separator{
  height: 1px;
  width: 100%;
  background-color: #C5C5C5;
  margin: 5rem 0;
}

/* STYLE OF COMMENT IN MOBILE */
.comment-card{
  background-color: #fff;
  box-shadow: 5px 5px 30px 0px #0000001A;
  border-top: 1rem solid #F15A3E;
  padding: 20px;
  margin-bottom: 5rem;
}

.comment-card .title{
  font-family: "TradeGothic LT Std";
  text-transform: uppercase;
  letter-spacing: .5rem;
}

.comment-card .container *{
  margin: 0 !important;
}

.comment-card .container > p:first-child,
.comment-card .title{
  color: #F15A3E;
  font-weight: 600;
}

#pdfs-container, #pdfs-container .canvas-wrapper:first-child {
  margin-top: 5rem;
}

#pdfs-container, #pdfs-container .canvas-wrapper{
  margin-bottom: 5rem;
}

#pdfs-container, #pdfs-container canvas {
  width: 100% !important;
  height: 100% !important;
}

.canvas-wrapper{
  position: relative;
}

.suspend-annotation-layer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading{
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
}

.loading > img{
  width: 50%;
  height: inherit;
}

@media (max-width: 920px){
  .container-pdf-comment .desktop{
    display: none;
  }

  .container-pdf-comment{
    justify-content: center;
  }

  #pdfs-container, #pdfs-container .page-canvas {
    margin-bottom: 0;
  }

}

.hidden { 
  visibility: hidden;
}

.max-height-180{
  max-height: 180px;
}

.max-height-100{
  max-height: 100px;
}