.bannermicrocosmos .general {
  background-color: #000;
  background-image: url('../images/lineas.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bannermicrocosmos .t-tulo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.bannermicrocosmos .heading {
  font-family: paralucent, sans-serif;
}

.bannermicrocosmos .body {
  background-color: #0000;
  display: block;
}

.bannermicrocosmos .heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: paralucent, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 45px;
  position: static;
}

.bannermicrocosmos .text-span {
  color: #ffff63;
  font-family: paralucent, sans-serif;
  font-style: italic;
  font-weight: 100;
}

.bannermicrocosmos .link {
  width: 100%;
  text-decoration: none;
}

.bannermicrocosmos .div-block {
  background-color: #f5e951;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 40px;
  display: flex;
}

.bannermicrocosmos .heading-3 {
  color: #000;
  margin-top: 10px;
  font-family: paralucent, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

.bannermicrocosmos .image {
  box-sizing: border-box;
  object-fit: cover;
  width: 50%;
}

@media screen and (max-width: 991px) {
.bannermicrocosmos .general {
    flex-flow: column;
  }

.bannermicrocosmos .t-tulo {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
  }

.bannermicrocosmos .heading-2 {
    padding-left: 10px;
    display: block;
  }

.bannermicrocosmos .div-block {
    width: 230px;
    margin-right: 10px;
  }

.bannermicrocosmos .heading-3 {
    font-size: 20px;
  }

.bannermicrocosmos .image {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
.bannermicrocosmos .t-tulo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

.bannermicrocosmos .heading-2 {
    font-size: 80px;
    line-height: 62px;
  }

.bannermicrocosmos .div-block {
    margin-bottom: 20px;
  }

.bannermicrocosmos .image {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
.bannermicrocosmos .heading-2 {
    font-size: 65px;
    line-height: 50px;
  }

.bannermicrocosmos .div-block {
    width: 280px;
  }
}


