.mod_mrn_rodape {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.mrn_rodape_azul { background-color: #004a80; }
.mrn_rodape_branco { background-color: white; }

.mod_mrn_rodape .bloco_central {
  width: 100%;
  max-width: 1200px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.mod_mrn_rodape .coluna {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* gap: 40px; */
}

.mod_mrn_rodape .termosUso {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #D9D9D9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.mod_mrn_rodape .termosUso a{
  text-decoration: none;
  color: #00c0f3;
  font-family: "Roboto";
}

.mod_mrn_rodape .termosUso a:active {
  color: #00c0f3;
}

.mod_mrn_rodape .termosUso a:link {
  color: #00c0f3;
}

.mod_mrn_rodape .termosUso a:visited {
  color: #00c0f3;
}


.mod_mrn_rodape .bloco_interno {
  display: flex;
  flex-direction: column;
  justify-content: initial;
  padding-top: 20px;
  line-height: 20px;
}

.mod_mrn_rodape .titulo, .mod_mrn_rodape .titulo_laranja {
  width: 100%;
  font-size: calc(15px * var(--acessibilidade));
  font-family: "Roboto";
  
}

.mod_mrn_rodape .titulo { color: #00c0f3; }
.mod_mrn_rodape .titulo_laranja { color: #ffbb00; }

.mod_mrn_rodape .texto {
  width: 100%;
  font-size: calc(15px * var(--acessibilidade));
  font-family: "Roboto";
  color: #ffffff;
}

.mod_mrn_rodape .texto a {
  color: #ffffff;
  text-decoration: none;
}

.mod_mrn_rodape .logo {
  margin-bottom: 10px;
}
.mod_mrn_rodape .copyright {
  width: 100%;
  font-size: calc(12px * var(--acessibilidade));
  font-family: "Roboto";
  color: #004a80;
  text-align: center;
  margin-bottom: 100px;
}

.mod_mrn_rodape .rodape_afiliados {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 80px 0;
  align-items: center;
}

@media (max-width: 628px) {
  .mod_mrn_rodape img {
    margin-left: auto;
    margin-right: auto;
  }
  .mod_mrn_rodape .coluna {
    width: 100%;
  }
  .mod_mrn_rodape .bloco_interno {
    width: 100%;
    height: auto;
    border-bottom: 0px solid #ffffff;
    justify-content: center;
    text-align: center;
  }

  .mod_mrn_rodape .titulo {
    text-align: center;
  }

  .mod_mrn_rodape .texto {
    text-align: center;
  }
  .mod_mrn_rodape .linha_branca {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
  }

  .mod_mrn_rodape .copyright {
    margin-bottom: 50px;
  }

  .mod_mrn_rodape .rodape_afiliados {
    flex-direction: column;
    gap: 40px;
  }
}
