.historias-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  //overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  transition: all 1s;
}

.historias-modal-contenido {
  margin: auto;
  width: 450px;
  color: #fff;
  position: relative;
}

.historias-modal-close {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 14px;
  top: 5px;
  text-decoration: none;
  cursor: pointer;
  z-index: 5;
}

.historias-modal-close-single {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 14px;
  top: 5px;
  text-decoration: none;
  cursor: pointer;
  z-index: 5;
}

.historias-modal-share {
  color: #fff;
  font-size: 26px;
  position: absolute;
  left: 16px;
  top: 15px;
  text-decoration: none;
  cursor: pointer;
  z-index: 5;
  width: 16px;
  line-height: unset;
}

.cont-history {
  background-size: cover;
  /*background-position: center;*/
  padding: 20px;
  /*height: 700px;*/
  background-color: #000;
  height: 90vh;
  background-position: top center;
  max-height: 700px;
}

.cont-history::before {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  //background: linear-gradient(top, black, #fff0);
  background: transparent;
}

.cont-history::after {
  content: '';
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(bottom, black, #fff0);
}

.history-text {
  bottom: 0;
  position: absolute;
  //padding-bottom: 30px;
  padding-bottom: 10px;
  z-index: 5;
  width: 90%;
}

.history-text a:hover {
  color: #ffffff;
}

.logo-history {
  width: 150px;
  margin-bottom: 10px;
}

.logo-history::before {
  content: "";
  width: 4px;
  background-color: #f08b31;
  left: -20px;
  position: absolute;
  height: 40px;
}

.text-titulo {
  font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
  //font-size: 35px;
  font-size: 30px;
  font-weight: 800;
}

.text-desc {
  font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
  font-size: 20px;
}

button.owl-next,
button.owl-prev {
  top: 45%;
  position: absolute;
}

button.owl-prev {
  left: -10%;
}

button.owl-next {
  right: -10%;
}

.arrow-left,
.arrow-right {
  width: 26px;
}

.arrow-left {
  transform: rotate(180deg);
}

.owl-dots .owl-dot span {
  width: 100%;
  height: 2px;
  background: #707070;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.2s ease;
}

.owl-dot.active span {
  background: #ffffff;
}

.text-footer {
  width: 90px;
}

.text-desc .icon-clock {
  color: #F08B31;
  margin-right: 5px;
}

.text-desc .ico-mencion {
  color: #F08B31;

}

.text-desc .ico-ubicacion img {
  float: left;
  width: 10px;
  margin-right: 10px;
  padding-top: 3px;
}

.hashtag span::before {
  content: '#';
}

.hashtag span {
  border: 1px solid;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.hashtag {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sticker {
  position: fixed;
  z-index: 10;
}

.icono-historias {
  right: 10px;
  top: 10px;
  position: absolute;
}

.img-meme {
 height: 53%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.div-memes {
  margin: -20px;
  height: 100%;
}

.texto-meme {
  font-weight: 800;
  color: white;
  font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
  position: absolute;
  font-size: 22px;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

/* stylelint-disable selector-max-specificity */
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
/* stylelint-enable selector-max-specificity */

.otras-historias {
  font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
}

.otras-historias h3 {
  color: #ffffff;
}

.otras-historias .logo-pl {
  width: 150px;
  position: absolute;
  left: 25px;
  top: 10px;
}

.otras-historias .logo-por {
  position: absolute;
  right: 30px;
  top: 15px;
}

.header-otras {
  height: 60px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
  background-color: #00000040;
}

.header-titulo {
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 10px;
  font-size: 20px;
}

.body-otras-historias {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 20px;
  font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
  /*height: 100%;*/
  overflow: auto;
  height: 480px;
  max-height: 90vh;
}

.imagen-otras-historias {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  width: 80px;
}

.imagen-otras-historias img {
  border: 3px solid #f08b31;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

/* stylelint-disable value-no-vendor-prefix */
.titulo-otras-historias {
  //font-size: 20px;
  font-size: 16px;
  font-weight: 900;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  max-height: 55px;
}
/* stylelint-enable value-no-vendor-prefix */
.texto-otras-historias p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}

.texto-otras-historias p::before {
  content: "";
  width: 4px;
  background-color: #f08b31;
  position: absolute;
  height: 16px;
  left: 0;
  top: 1px;
}

.card-historia a {
  color: #ffffff;
}

/* stylelint-disable selector-max-specificity */
.card-historia a:visited img {
  border-color: #707070;
}
/* stylelint-enable selector-max-specificity */

.texto-otras-historias {
  padding-top: 20px;
}

.card-historia {
  margin-bottom: 40px;
  min-height: 50px;
}

.otras-historias .border-bottom {
  border-bottom: 2px solid #757575;
}

.contenido-historias {
  background-color: #000000;
}

.text-desc p a {
  color: #f08b31;
  text-decoration: underline;
}

.contenido-historias .owl-stage-outer {
  height: 90vh;
  max-height: 700px;
}

.historias-modal-contenido {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.historias-modal::after {
  content: 'Cargando...';
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  font-size: 25px;
  text-align: center;
  margin-top: 45vh;
  z-index: -1;
}

@media (max-width: 500px) {

  .historias-modal-contenido {
    width: 98%;
  }
}

@media (min-width: 768px) {

  .historias-modal {
  /*padding-top: 50px;*/
    padding-top: 0;
  }
}

/*@media (max-width: 767px) {

  .cont-history {
    height: 90vh;
  }
}*/
