.mod_mrn_a_multirio {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #004a80;
  font-family: "Roboto";
}

.mod_mrn_a_multirio .bloco_escuro {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 70px;
  background-color: #002742;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.mod_mrn_a_multirio .bloco_claro {
  width: 100%;
  padding-top: 90px;
  background-color: #7adaf3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.mod_mrn_a_multirio .linha {
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mod_mrn_a_multirio .coluna33 {
  width: calc(100% / 3);
  min-width: 280px;
  margin-bottom: 30px;
}

.mod_mrn_a_multirio .coluna66 {
  width: calc(100% / 3 * 2);
  min-width: 560px;
  margin-bottom: 30px;
}

.mod_mrn_a_multirio .coluna50 {
  /*min-width: 560px;*/
  margin-bottom: 30px;
}

.mod_mrn_a_multirio .titulo {
  font-size: calc(30px * var(--acessibilidade));
  font-family: "Roboto";
  color: white;
  font-weight: bold;
}

.mod_mrn_a_multirio .linhabraca {
  border-bottom: 1px solid #ffffff;
}

.mod_mrn_a_multirio .terxto {
  column-count: 2;
  column-gap: 40px;
  font-size: calc(18px * var(--acessibilidade));
  line-height: 26px;
  font-family: "Roboto";
  color: black;
}

.mod_mrn_a_multirio p {
  margin-block-start: 0;
  margin-block-end: 1em;
}

.mod_mrn_a_multirio .letra1 {
  font-size: calc(28px * var(--acessibilidade));
  font-weight: bold;
  color: #ffffff;
  width: 100%;
}
.mod_mrn_a_multirio .letra2 {
  font-size: calc(28px * var(--acessibilidade));
  letter-spacing: 2px;
  color: #ffbb00;
  width: 100%;
  padding-right: 20px;
}

.mod_mrn_a_multirio .tamanhoiframe {
  width: 800px;
  height: 450px;
}

.mod_mrn_a_multirio .tituloContatos {
  font-size: calc(28px * var(--acessibilidade));
  font-weight: bold;
  color: #004a80;
}

.mod_mrn_a_multirio text1 {
  font-size: calc(20px * var(--acessibilidade));
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.mod_mrn_a_multirio text2 {
  font-size: calc(18px * var(--acessibilidade));
  color: #004a80;
  width: 100%;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.mod_mrn_a_multirio text3 {
  font-size: calc(26px * var(--acessibilidade));
  font-weight: bold;
  color: #004a80;
  width: 100%;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.mod_mrn_a_multirio .espacamentoInferior {
  margin-bottom: 15px;
}

.mod_mrn_a_multirio .linhaEsquerda {
  border-left: #ffffff 1px solid;
}

@media (max-width: 1039px) {
  .mod_mrn_a_multirio .linhaEsquerda {
    border-left: 0px;
  }
  .mod_mrn_a_multirio .titulo {
    text-align: center;
  }
  .mod_mrn_a_multirio .terxto {
    column-count: 1;
    column-gap: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .mod_mrn_a_multirio .desaparecer {
    display: none;
  }

  .mod_mrn_a_multirio .coluna33 {
    width: 100%;
    min-width: 0;
  }

  .mod_mrn_a_multirio .coluna66 {
    width: 100%;
    min-width: 0;
  }

  .mod_mrn_a_multirio .letra1 {
    text-align: center;
    padding-bottom: 20px;
  }
  .mod_mrn_a_multirio .letra2 {
    text-align: center;
    padding-right: 0px;
  }

  .mod_mrn_a_multirio .tamanhoiframe {
    width: calc(100vw - 20px);
    height: calc((100vw - 20px) * 0.5625);
  }

  .mod_mrn_a_multirio text1 {
    text-align: center;
  }

  .mod_mrn_a_multirio text2 {
    text-align: center;
  }

  .mod_mrn_a_multirio text3 {
    text-align: center;
  }

  .mod_mrn_a_multirio .tituloContatos {
    text-align: center;
  }
}
