.home__section__title--simple {
  border: none;
}

.home__section--full {
  margin-bottom: 70px;
  padding: 0 20px;
}

.home__section--full .home__section__title h1 {
  text-transform: uppercase;
}

.home__section--full .box {
  height: 250px;
}

.home__section--full .box__caption {
  height: 110px;
}

.img__horoscopo {
  background-image: url(../images/zodiac/horoscopo-bg.jpg);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 500px) {
  .home__section--full .box {
    height: 270px;
  }
  .home__section--full .box__caption {
    height: 130px;
  }
  .home__section--full .section__content--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 700px) {
  .home__section--full .section__content--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1000px) {
  .home__section--full .box {
    height: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  .home__section--full .box {
    height: 330px;
  }
}

@media only screen and (min-width: 1400px) {
  .home__section--full .box {
    height: 350px;
  }
  .home__section--full .section__content--3col {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 1600px) {
  .home__section--full .box {
    height: 380px;
  }
  .home__section--full .box--carton {
    height: 500px;
  }
  .home__section--full .box--carton .box__caption {
    height: 90px;
  }
  .home__section--related {
    max-width: 1200px;
  }
}
