.mostrar {
  display: list-item !important;
  opacity: 1 !important;
  position: absolute !important;
  background-color: #3c29297a !important;
}

#wrapper {
  border: 1px solid blue;
  display: table;
}
.divs {
  display: table-cell;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  left: 50%;
  top: 26%;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background: linear-gradient(-100deg, #4158d0, #c850c0);
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}

.spinner
{
  position: fixed;
  bottom: 0px;
  left: 55%;
  top: 39%;
}

.padding-7
{
  padding: 3px !important;
}

.card-boletin
{
  height: 100%;
  padding: 28px;
  border:  1px solid rgba(228, 228, 228, 0.75);
}

.title-boletin
{
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: italic;
}

.body-boletin
{
  text-align: justify;
  font-size: 16px;
  line-height: 1.3;
  color: #6c6a6a;
  word-break: break-word;
}

.time-boletin
{
  font: normal normal normal 14px/17px avenir-lt-w01_35-light1475496,sans-serif;
  text-decoration: ;
  line-height: 3;
  font-style: inherit;
  font-weight: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  font-size: 12px;
  color: #949494;
  padding-left: 10px;
}

.img-perfil-boletin
{
  width: 30px; height: 32px;
  border-radius: 20px;
}

.icon-fav
{
  text-align: right;
  color: red;
}

.chip {
  margin-top: 10px;
  width: 190px;
  display: inline-block;
  padding: 0 25px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  border-radius: 25px;
  background-color: #e6e6e6;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.div-texto-card
{
  height: 0px;
  text-overflow: ellipsis;
  width: 90%;
  white-space: break-spaces;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.closebtn {
  padding-left: 10px;
  color: #888;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer;
}

.closebtn:hover {
  color: #000;
}

.table-fixed{
  table-layout: fixed !important;
}

.div-boletin-filtros
{
  margin-left: 24px;
  margin-right: 24px;
}

.color-sin-leer{
  background-color: #eaeaf1 !important;
}