.mod_mrn_producoes {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #002742;
}

.mod_mrn_producoes .bloco_producoes_destaques {
  background-image: url("bg-destaques.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 110px 0 100px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mod_mrn_producoes .bloco_producoes_corpo {
  background-image: url("bg-producoes-secao-2.png");
  background-position: top;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 0 50px 0;
}

.mod_mrn_producoes .bloco_producoes_destaques .bloco_central,
.mod_mrn_producoes .bloco_producoes_corpo .bloco_central {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
}

.esteira_producoes_destaque {
  /*display: flex;
  flex-direction: row;
  justify-content: space-between;*/
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
  overflow-y: hidden;
}

.esteira_producoes_destaque::-webkit-scrollbar {
  display: none;
}

.producoes_nuvem_de_tags {
  margin-top: 104px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 15px;
}

.producoes_nuvem_de_tags a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #23b4e1;
  color: white;
  font-family: "Roboto";
  font-size: calc(16px * var(--acessibilidade));
  padding: 23px 42px;
  letter-spacing: 2px;
  border-radius: 10px;
}

.producoes_titulo_esteira {
  color: #ffbb00;
  font-size: calc(30px * var(--acessibilidade));
  letter-spacing: 4px;
  font-family: "Roboto";
  text-transform: uppercase;
  padding-left: 25px;
}

.producoes_esteira_producoes {
  /*display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px 0 80px 0;
  overflow-x: hidden;
  gap: 40px;*/
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  overflow-y: hidden;
}

.producoes_esteira_producoes::-webkit-scrollbar {
  display: none;
}

/*.producoes_esteira_producoes img {
  width: 270px;
}*/

@media (min-width: 951px) {
  .desktop-only {
    display: flex;
  }
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 950px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: flex;
  }
}

@media (max-width: 1200px) {
  .mod_mrn_temas .seta {
    display: none;
  }
  .producoes_esteira_producoes {
    padding-left: 25px;
    padding-right: 25px;
  }

  .esteira_producoes_destaque {
    padding-left: 10px;
    padding-right: 10px;
  }
}
