.wp-singular.single {
  background: #0e0d1b;
}

.topo-internas {
  background: white;
  width: 70%;
  padding: 12rem 9rem;
}

.topo-internas .container {
  margin-left: 6rem;
}

h1 {
  font-family: "Arista Pro Alternate";
  font-weight: 200;
  font-size: 5rem;
}

.image-blog .thumbnail {
  border-radius: 40px;
  height: 33rem;
  object-fit: cover;
  width: 100%;
  min-width: 58rem;
  object-position: center;
  box-shadow: 1px 4px 9px 0 #0000004d;
  position: relative;
}

.image-blog {
  border-radius: 20px;
  right: -24rem;
  position: absolute;
}

.post-meta span {
  text-transform: uppercase;
  font-size: xx-large;
  font-weight: 100;
}

.blog-principal {
  padding-bottom: 6rem;
  padding-top: 37rem;
}

.blog-principal p {
  font-size: 25px;
}

.main {
  position: relative;
}

.wp-block-image img {
  border-radius: 20px;
  margin: 2rem auto 3rem;
  width: 70%;
  text-align: center;
  box-shadow: 1px 4px 9px 0 #0000004d;
  display: flex;
}

.blog-principal .plant-left {
  top: 0;
  bottom: unset;
  z-index: 0;
}
.topo-internas .plant-right {
  bottom: -100%;
  top: unset;
  z-index: -1;
}

@media (max-width: 768px) {
  .topo-internas {
    padding-top: 25rem !important;
    padding: 0;
    width: 90%;
    margin-top: 0;
  }

  .image-blog {
    position: unset;
  }

  .topo-internas .container {
    margin-left: 0;
  }

  .topo-internas .plant-right {
    position: fixed;
    width: 52%;
    top: 10%;
    right: -16%;
  }

  .blog-principal {
    padding-bottom: 6rem;
    padding-top: 3rem;
  }

  .wp-block-image img {
    width: 100%;
  }

  .image-blog .thumbnail {
    min-width: unset;
  }
}
