body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

header {
  
  padding: 15px;
  margin: 20px;
}

nav {
  height: 1px;
  padding: 2px;
  margin: 20px;
  background-color: rgb(8, 8, 180);
  border-radius: 10px;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin: 20px;
  text-transform: uppercase;
  font-size: 50px;
  color: black;
  text-align: center;
}

.titulo {
  margin-top: 40px;
  text-align: center;
  font-size: 40px;
}

.index {
  color: #8802a3;
  margin: 20px;
  text-decoration: none;
}

 a:hover {
  text-decoration: underline;
  color: #8802a3;
}

.container {
  text-align: center;
  margin: 50px;
}

footer {
  padding: 10px;
  margin: 20px;
  background-color: #A30214;
  border-radius: 10px;
}

.vilar {
  text-align: center;
  color: white;
}

@media screen and (max-width: 485px) {
  
  body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 320px;
}

header {
  padding: 15px;
  margin: 5px;
  width: 320px;
}

.container {
  align-items: center;
  text-align: center;
  margin-top: 0.5px;
}

nav {
  height: 1px;
  padding: 10px;
  margin: 20px;
  background-color: rgb(8, 8, 180);
  border-radius: 10px;
}

  nav, a {
  text-decoration: none;
  font-size: 13px;
  color: white;
  margin-right: 13px;
}

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 {
  margin-top: 10px;
  text-align: center;
  font-size: 25px;
}

p {
  text-align: center;
  font-size: 1.0em;
}

main {
  margin: auto;
  margin-top: 40px;
  width: 320px;
  height: 1800px;
  background-color: #8802a30e;
  border-radius: 10px;
}

main, a{
  padding-top: 20px;
}

span {
  display: flex;
}

img {
  width: 60px;
}

.tags, img {
  width: 250px;
}

.estados {
  width: 20px;
}


}