footer {
  display: flex;
  flex-direction: column;
}

.conteudo_layout {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 24px;
}
.area_util {
    width: 100%;
    max-width: 1140px;
    margin: 0px 10px;
    Box-sizing: border-box;
}

.mod_mr_rodape span
{
  text-wrap: nowrap;
  display: contents;
}

.botoes_buffer { display: block; height: 100%; font-size: 1px; }
@media(min-width: 485px){
  .botoes_buffer { display: none; }
}

.mod_mr_rodape
{
  background-color: var(--c-azul-escuro-background);
  color: #fff;
  padding: 48px 5px 24px 5px;
  text-align: center;
  Box-sizing: border-box;
  font-family: 'Roboto';
  width: 100%;
  display: flex;
  justify-content: center;
}

.mod_mr_rodape.branco
{
  background-color: #ffffff;
  color: black;
}

.mod_mr_rodape .area_logo
{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
}

.mod_mr_rodape .area_logo span
{
  display: flex;
  gap: 15px
}

.mod_mr_rodape .area_links_rodape
{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 20px;
  gap: 20px;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 14px;
}

.mod_mr_rodape .area_links_rodape a
{
  text-decoration: none;
  color: #FFF;
  line-height: 20px;
  padding: 8px 0;
}

.mod_mr_rodape .area_links_rodape .organizacao div
{
  display: flex;
  min-width: 150px;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  text-align: left;
}

.mod_mr_rodape .area_links_rodape label
{
  font-size: 18px;
  color: var(--c-ciano-claro-texto);
  margin-top: 24px;
  margin-bottom: 12px;
  text-wrap: wrap;
  font-weight: bold;
}

.mod_mr_rodape .logos
{
  border-bottom: 1px solid black;
  display: flex;
  justify-content: center;
  gap: 130px;
  margin-bottom: 24px;
  padding-bottom: 60px;
}

.mod_mr_rodape .organizacao
{
    /* width: calc(50% - 12px); */
    display: flex;
    gap: 20px;
}

.mod_mr_rodape .area_links_rodape .organizacao:nth-child(1)
{
  flex:5;
}

.mod_mr_rodape .area_links_rodape .organizacao:nth-child(1) div:nth-child(1)
{
  flex:2;
}

.mod_mr_rodape .area_links_rodape .organizacao:nth-child(1) div:nth-child(2)
{
  flex:3;
}

.mod_mr_rodape .area_links_rodape .organizacao:nth-child(2)
{
  flex:7;
}

.mod_mr_rodape .area_links_rodape .organizacao:nth-child(2) div:nth-child(1)
{
  flex:3;
}

.mod_mr_rodape .area_links_rodape .organizacao:nth-child(2) div:nth-child(2)
{
  flex:4;
}

@media (max-width: 950px) {
  .mod_mr_rodape .organizacao
  {
    width: 100%;
  }
  .mod_mr_rodape .area_links_rodape
  {
    flex-direction: column;
  }

  .mod_mr_rodape .area_links_rodape .organizacao:nth-child(1)
  {
    flex:1;
  }

  .mod_mr_rodape .area_links_rodape .organizacao:nth-child(1) div:nth-child(1)
  {
    flex:1;
  }

  .mod_mr_rodape .area_links_rodape .organizacao:nth-child(1) div:nth-child(2)
  {
    flex:1;
  }

  .mod_mr_rodape .area_links_rodape .organizacao:nth-child(2)
  {
    flex:1;
  }

  .mod_mr_rodape .area_links_rodape .organizacao:nth-child(2) div:nth-child(1)
  {
    flex:1;
  }

  .mod_mr_rodape .area_links_rodape .organizacao:nth-child(2) div:nth-child(2)
  {
    flex:1;
  }




}


@media (max-width: 611px) {
  .mod_mr_rodape .organizacao
  {
    flex-direction: column;
  }
  .mod_mr_rodape .area_logo
  {
    flex-direction: column;
    gap: 36px;
  }

  .mod_mr_rodape .area_logo span
  {
    display: flex;
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }
  .mod_mr_rodape .area_links_rodape
  {
    align-items: center;
  }

  .mod_mr_rodape .area_links_rodape .organizacao div
  {
    align-items: center;
    text-align: center;
  }

  .mod_mr_rodape .logos {
    gap: unset;
    justify-content: space-around;
  }
}
