.missao-visao-rede {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-family: 'Roboto', sans-serif;
  color: #575756;
  background-color: #E3E3E3;

  overflow: auto
}

.fadeIn {
  animation: fadeIn 1.5s ease-in-out;
}

.missao-visao-rede .content {
  width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.missao-visao-rede .sub-header {
  font-size: 20px;
}

.missao-visao-rede .content .cabecalho {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 50px;

  font-size: 25px;
  text-align: center;
}

.missao-visao-rede .content .cabecalho .title {
  margin-left: 40px;
}

.missao-visao-rede .content .cabecalho h1 {
  font-weight: 100;
  text-align: center;
}

.missao-visao-rede .content .cabecalho .divider-bar {
  display: flex;
  align-items: center;
}

.missao-visao-rede .content .cabecalho .divider-bar hr {
  border-top: 2px solid #575756;
  width: 40%;
}

.missao-visao-rede .content .cabecalho .divider-bar span {
  font-size: 15px;
  margin: 0 10px;
}

.missao-visao-rede .content p {
  margin: 20px 0;

  font-size: 20px;
  line-height: 25px;
  text-align: justify;
}

.missao-visao-rede .content span {
  font-size: 20px;
}

.missao-visao-rede .content .quem-somos {
  line-height: 24px;
}

.missao-visao-rede .content .divider {
  width: 100%;
  border-top: 1px solid #000;
  margin-bottom: 30px
}

.missao-visao-rede .navigation-menu .back-button {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 635px) {
  .missao-visao-rede .content {
    width: 100%;
    transform: scale(0.9);
  }
}

@media screen and (max-width: 500px) {
  .missao-visao-rede .content {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 365px) {
  .missao-visao-rede {
    height: auto;
  }
}

@media screen and (min-width: 400px) {
  .missao-visao-rede {
    height: 100%;
  }
}

@media screen and (min-height: 768px) {

  html,
  body {
    height: 100%;
  }
}
