.bloco-recursos {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 10rem;
}
.info-recursos .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.info-recursos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 0rem 0;
}
.texto-recursos {
  height: 100%;
  width: 60%;
  display: flex;
  align-items: self-start;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 2rem;
}
.bloco-img img {
  height: 35rem;
}
.texto-recursos span {
  font-family: "Montserrat";
  color: #8e8e8e;
}
.texto-recursos label {
  font-size: 2rem;
  color: #595959;
  padding-bottom: 2rem;
}
.cards-recursos {
  width: 100%;
  display: flex;
  background: #e6edf5;
  padding: 2rem 0;
  flex-direction: column;
  align-items: center;
}
.cards-recursos .container .row {
  width: 100%;
}
.cards-recursos .container label {
  font-size: 2rem;
  color: #595959;
  padding-bottom: 2rem;
}
.cards-recursos .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-recurso {
  display: flex;
  flex-direction: column;
}
.header-recurso {
  /* background: #dbe1e9; */
  background: rgba(2, 143, 214, 1);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-recurso span {
  font-family: "Montserrat";
  color: #f1f1f1;
  padding-left: 1rem;
}
.body-recurso {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem 2rem;
  background: white;
  height: 6rem;
  overflow-y: auto;
}
.body-recurso span {
  font-family: "Montserrat";
  font-size: 0.9rem;
  color: #7b7b7b;
}
.bloco-cards {
  margin: 1.5rem 0;
}
.cards-recursos .container .botao {
  margin-left: calc(var(--bs-gutter-x) / 2);
  width: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
}
.load-more {
  width: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spinner-border {
  width: 1rem !important;
  height: 1rem !important;
  margin-left: 0.3rem;
}
@media (max-width: 1024px) {
  .bloco-img img {
    height: 30rem;
  }
  .info-recursos .container {
    margin: 0 2rem;
  }
  .texto-recursos span {
    font-size: 0.9rem;
  }
  .texto-recursos label {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
  .bloco-cards {
    padding: 0 !important;
    width: 32% !important;
    margin: 1rem 0;
  }
  .cards-recursos .container .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 2rem;
  }
  .header-recurso img {
    object-fit: cover;
    height: 2.5rem;
  }
  .header-recurso span {
    padding-left: 0.5rem;
    font-size: 0.9rem;
  }
  .body-recurso {
    padding: 1rem;
    font-size: 0.9rem;
  }
  .cards-recursos .container label {
    padding-left: 1rem;
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .bloco-recursos {
    margin-top: 8.5rem;
  }
}
@media (max-width: 800px) {
  .info-recursos .container {
    flex-direction: column;
  }
  .texto-recursos {
    width: 100%;
  }
  .bloco-img {
    display: none;
  }
  .info-recursos .container {
    margin: 0 1rem;
  }
  .info-recursos {
    padding: 1rem 0 0rem 0;
  }
  .cards-recursos {
    padding: 1rem 0;
  }
  .bloco-cards {
    width: 49% !important;
  }
  .cards-recursos .container {
    align-items: center;
  }
  .cards-recursos .container .row {
    padding: 0 1rem;
  }
  .container label {
    width: 100%;
    text-align: initial;
  }
  .navbar > .container {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
@media (max-width: 600px) {
  .bloco-recursos {
    margin-top: 4.5rem;
  }
}
@media (max-width: 500px) {
  .bloco-cards {
    width: 100% !important;
  }
  .header-recurso {
    justify-content: flex-start;
  }
  .header-recurso span {
    padding-left: 1rem;
  }
  .page-item .page-link {
    padding: 0.2rem 1.2rem;
  }
}
@media (max-width: 420px) {
  .cards-recursos .container label {
    font-size: 1.3rem;
    padding-bottom: 0.5rem;
  }
  .texto-recursos label {
    font-size: 1.3rem;
    padding-bottom: 0.5rem;
  }
  .texto-recursos span {
    font-size: 0.8rem;
  }
  .header-recurso span {
    font-size: 0.8rem;
    padding-left: 0.5rem;
  }
  .header-recurso img {
    height: 2rem;
  }
  .body-recurso span {
    font-size: 0.8rem;
  }
  .bloco1 {
    padding-bottom: 2rem !important;
  }
  .bloco-footer {
    padding: 2rem 1rem;
  }
}
@media (max-width: 375px) {
  .bloco-recursos {
    margin-top: 3.5rem;
  }
}
