.mod_mr_release_sala_de_imprensa {
  background: linear-gradient(to bottom, #CCD5E8 0%, white 100%);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  /* padding: 96px 0px; */
  padding-bottom: 96px;
  font-size: 16px;
}

.mod_mr_release_sala_de_imprensa .nome_area{
  color: #962172;
  font-size: 28px;
  font-weight: bold;
}

.mod_mr_release_sala_de_imprensa h1{
  color: #00227F;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 12px;
}
.mod_mr_release_sala_de_imprensa .botoes{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 56px;
  font-size: 20px;
  margin-top: 40px;
}
.mod_mr_release_sala_de_imprensa .botoes a{
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  text-decoration: none;
}
.mod_mr_release_sala_de_imprensa .botoes div {
  display: flex;
  flex-direction: column;
  gap: 28px;
  color:#002F8E;
  font-weight: bold;
  border-left: 1px solid #000000;
  padding-left: 24px;
}

.mod_mr_release_sala_de_imprensa .botoes div a{
  color:#002F8E;
}

/* .mod_mr_release_sala_de_imprensa .botoes{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
}
.mod_mr_release_sala_de_imprensa .botoes .botao_rosa{
  flex: 1;
} */

.mod_mr_release_sala_de_imprensa .titulo {
  margin: 110px 0px 20px 0px;
  font-size: 40px;
  margin-bottom: 48px;
  color: #002F8E;
}
.mod_mr_release_sala_de_imprensa .titulo .bold {
  font-weight: 600;
}



.mod_mr_release_sala_de_imprensa .campo_busca_relase {
  width: 50%;
  font-size: 16px;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 10px 8px 10px 40px;
  background-image: url(../../templates/templatemultirio2025/images/icones/search_preto.svg);
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: 10px;
  box-sizing: border-box;
  background-color: #ffffff00;
}

.mod_mr_release_sala_de_imprensa .campo_busca_relase::placeholder {
  color: var(--c-cinza-claro-font);
}

.mod_mr_release_sala_de_imprensa .area_noticias {
  width: 100%;
  min-height: 460px;
  display: flex;
  /* justify-content: space-between; */
  gap: 13px;
  align-items: stretch;
  flex-direction: row;
  margin-top: 48px;
  position: relative;
  z-index: 10;
}

.mod_mr_release_sala_de_imprensa .area_noticias .SemNoticias {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--c-cinza-claro-font);
  font-size: 20px;
}
.mod_mr_release_sala_de_imprensa .area_noticias .SemNoticias span{
  font-size: 18px;
}

.mod_mr_release_sala_de_imprensa .area_noticias .SemNoticias div{
  padding-left: 62px;
  background-image: url(lupa.svg);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: center;
}

.mod_mr_release_sala_de_imprensa .area_util
{
  position: relative;
}
.mod_mr_release_sala_de_imprensa .decoracao
{
  width: 142px;
  height: 180px;
  background-image: url(decoracao_saladeimprensa.svg);
  background-size: cover;
  position: absolute;
  top: 900px;
  left: calc(100% - 50px);
  z-index: 1;
}
.mod_mr_release_sala_de_imprensa card h1 {
  width: 100%;
  box-sizing: border-box;
}


@media (max-width: 1126px) {
  .mod_mr_release_sala_de_imprensa .area_noticias {
    width: 100%;
    min-height: 460px;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row;
    margin-top: 48px;
    flex-wrap: wrap;
    gap: 15%;
  }

  .mod_mr_release_sala_de_imprensa h1, .mod_mr_release_sala_de_imprensa .titulo {
    font-size: 36px;
    width: 100%;
    box-sizing: border-box;
  }
  .mod_mr_release_sala_de_imprensa .titulo { margin: 48px 0; }
}
@media (max-width: 730px) {
  .mod_mr_release_sala_de_imprensa .area_noticias {
    gap: 24px;
  }
  .mod_mr_release_sala_de_imprensa .botoes .botao_rosa{
    flex: unset;
    width: 100%;
  }

  .mod_mr_release_sala_de_imprensa .botoes{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
  }
  .mod_mr_release_sala_de_imprensa .campo_busca_relase {
    width: 100%;
  }


  .mod_mr_release_sala_de_imprensa .botoes {
    flex-direction: column;
  }

  .mod_mr_release_sala_de_imprensa .botoes div {
    border-left: unset;
    padding-left: 0px;
    border-top: 1px solid #000000;
    padding-top: 24px;
  }

  .mod_mr_release_sala_de_imprensa .decoracao
  {
    display: none;
  }
}

@media (max-width: 572px) {
  .mod_mr_release_sala_de_imprensa .area_noticias {
    width: 100%;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    justify-content: center;
    align-items: center;
  }
}
