
.bg-accessibility {
    background-color: #F4F6FF;
}

.vr-bar {
  height: 200px;
}

.vr-hero {
  margin: 0 30px;
  background-color: #324798;
  height: 150px;
  width: 1px;
}

.titulo-banner {
  color: #153CFE;
  margin-left: 12px;
}

.titulo-banner strong{
  font-weight: 800;
}

.textura-acessibility {
  margin-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 1399.98px) {
  .header-home::after {
    top: 110px;
  }
}

@media (max-width: 1199.98px) {
  .header-home::after {
    top: 150px;
  }
}

@media (max-width: 991.98px) {
  .vr-bar {
    rotate: calc(90deg);
    height: 50px;
  }

  .vr-hero {
    height: 200px;
  }

  .header-home::after {
    top: 350px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-home-logo {
    height: auto!important;
    text-align: center;
    padding: 40px 0;
  }
}

@media (max-width: 767.98px) {
  .header-home::after {
    top: 400px;
  }
}

@media (max-width: 575.98px) {
  .header-home::after {
    top: 430px;
  }
}

@media (max-width: 429.98px) {
  .header-home::after {
    top: 450px;
  }
}