/* --- RX Soil --- */

#rx-soil .topo {
  background-image: url('../../assets/img/rx-soil/banner.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
}
#rx-soil p {
  font-size: 16px;
  font-weight: 400;
}
#rx-soil p.lista {
  font-weight: bold !important;
  font-size: large;
}
#rx-soil .bloco-2 img {
  width: 100%;
}
#rx-soil .bloco-3 h2 {
  text-align: center;
  text-transform: uppercase;
}
#rx-soil .bloco-3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#rx-soil .box-verde {
  text-align: center;
  border: 2px solid var(--green);
  border-radius: 10px;
  color: var(--green);
  font-weight: bold;
  padding: 10px;
}
#rx-soil .bloco-3 .numero {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
#rx-soil .bloco-3 p {
  text-align: center;
  margin: 0;
}
#rx-soil h3 {
  font-size: initial;
  font-weight: 600;
}
#rx-soil .bloco-1 .wrapper {
  max-width: 600px;
}

@media (max-width: 767px) {
  #rx-soil .bloco-1 .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rx-soil .bloco-2 .row {
    flex-direction: column;
  }
  #rx-soil .bloco-3 .row {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #rx-soil .topo {
    background-position: -730px 0;
    height: 100vw;
  }
  #rx-soil .topo h2.title {
    margin-top: -110px;
    text-align: center;
    text-shadow: 2px 2px 6px rgb(0, 0, 0, 0.5);
  }
}
