body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

header {
  padding: 15px;
  margin: 20px;
  text-align: center;
}

h1 {
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin: 20px;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
  color: black;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin: 20px;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  color: black;
}

p {
  text-align: center;
  font-size: 20px;
}

nav {
  border: none;
  height: 20px;
  margin: 20px;
  padding: 10px;
  background-color: rgb(8, 8, 180);
  border-radius: 10px;
}

nav a {
  text-decoration: none;
  color: white;
  margin-right: 40px;
}

nav a:hover {
  text-decoration: underline;
  color: white;
}

.titulo {
  margin-top: 40px;
  text-align: center;
  font-size: 40px;
}

main {
  border: solid;
  border-color: rgb(8, 8, 180);
  margin: 40px auto;
  width: 90%;
  height: 90%;
  background-color: #0000002c;
  border-radius: 10px;
  padding: 10px;
}

main a {
  padding-top: 20px;
}

.estados {
  margin: 20px;
}

footer {
  padding: 10px;
  margin: 20px;
  background-color: #f5001d;
  border-radius: 10px;
}

.vilar {
  text-align: center;
  color: white;

}

@media screen and (max-width: 485px) {

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

header {
padding: 15px;
  margin: 5px;
  width: 100%;
}

nav {
  height: auto;
  padding: 10px;
  margin: 20px;
  background-color: rgb(8, 8, 180);
  border-radius: 10px;
  text-align: center;
}

nav a {
  text-decoration: none;
  font-size: 13px;
  color: white;
  margin-right: 5px;

}

nav a:hover {
  text-decoration: underline;
  color: white;

}

h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin: 10px;
  text-transform: uppercase;
  font-size: 30px;
  color: black;

}


.titulo {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 25px;
  margin: 10px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  color: black;

}

p {
  text-align: center;
  font-size: 1.0em;

}

main {
  margin: 40px auto;
  
  width: 100%;
  height: 90%;
  background-color: #8802a30e;
  border-radius: 10px;

}

img {
  width: 60px;
}

.estados {
  width: 20px;
}

footer {
    height: 20px;
  font-size: 13px;
  padding: 10px;
  margin: 20px;
  background-color: #f5001d;
  border-radius: 10px;

}

.vilar {
  text-align: center;
  color: white;

}

}