.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.8);
  top: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed .complet {
  width: 60%;
}

.fixed .complet .img-complet {
  width: 100%;
  height: auto;
}

.fixed .complet .ctn-extra, .fixed .complet .ctn-informacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixed .complet .ctn-extra {
  padding: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fixed .complet .ctn-extra .ctn-img img {
  margin: 0  5px 0 0;
}

.fixed .complet .ctn-informacion {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fixed .complet .ctn-informacion span {
  font-family: 'Roboto', sans-serif;
}

.fixed .complet .ctn-informacion .autor-big {
  margin: 5px;
}

.fixed .complet .ctn-informacion .title-big {
  font-size: 16px;
  font-weight: bold;
}

.fixed .close-big {
  top: -10rem;
  position: relative;
  left: 2rem;
  cursor: pointer;
}

@media (width-min: 900px) {
  .fixed .complet {
    width: 50%;
    height: 50%;
  }
  .fixed .complet .img-complet {
    width: 100%;
    height: auto;
  }
  .fixed .complet .ctn-extra {
    padding: 1rem;
  }
  .fixed .complet .ctn-informacion .autor-big {
    margin: 5px;
  }
  .fixed .complet .ctn-informacion .title-big {
    font-size: 16px;
    font-weight: bold;
  }
  .fixed .close-big {
    top: -15rem;
    position: relative;
    left: 2rem;
  }
}
/*# sourceMappingURL=style-big.css.map */