* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
body{
  background-color: #e2e2e2;
  font-size: 1.1rem;
}
code {
  background-color: #eee;
  border-radius: 4px solid #999;
  display: block;
  padding: 20px;
  font-family: courier, monospace;
}

/* HEADER */
header {
  display: flex;
  flex-direction: row;
  background-color: #0467b8;
  padding: 1.2%;
  width: 100%;
}

header nav a {
  text-decoration: none;
  color: white;
  margin-right: 1.563rem;
}

header nav a:hover{
    color: #080101;
    text-decoration: underline;
}
.btn-container{
  float: right;
}

/* ÍNICIO DA PÁGINA */

.title {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #373737;
  background: -moz-linear-gradient(top, #373737 0%, #515151 50%, #6d6d6d 100%);
  background: -webkit-linear-gradient(
    top,
    #373737 0%,
    #515151 50%,
    #6d6d6d 100%
  );
  background: linear-gradient(to bottom, #373737 0%, #515151 50%, #6d6d6d 100%);
}

.titulo {
  color: white;
  font-size: 2.5rem;
}


hr{
  margin: 5rem 2.5rem;
}

/* BAIXA VISÃO */

.low-vision{    
    width: 80%;
    margin-left: 10%;
    margin-top: 5rem;
    text-align: center;
}
.low-vision-img img{
    height: 10rem;
}
.low-vision-text p{
    margin-top: 0.625rem;
    margin-bottom: 0.938rem;
}
.low-vision-conclusion{
    margin-top: 0.938rem;
}

/* DALTONISMO */

.daltonism{
    width: 80%;
    margin-left: 10%;
    text-align: center;
}
.daltonism-text{
    text-align: center;
    margin-bottom: 1rem;
}

.daltonism-text p{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.daltonism-text h3{
    margin-bottom: 1rem;
}

.daltonism-text ul{
    text-align: left;
}

.daltonism-img img{
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 12.3rem;
}

.documentos{    
  width: 80%;
  margin-left: 10%;
  margin-top: 5rem;
  text-align: center;
}

.documentos p{
  margin-top: 0.625rem;
  margin-bottom: 0.938rem;
}


/* REFERÊNCIAS */
.references{
  width: 80%;
  margin-left: 10%;

}
.link{
  margin-bottom: 1rem;
}
.references h1{
  margin-bottom: 1rem;
}
.link a{
  text-decoration: none;
  color: black;
}
a{
  color: #080101;
}