body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

header {
  padding: 15px;
}

nav {
  height: 1px;
  padding: 2px;
  margin: 20px;
  background-color: #A30214;
  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: #A31802;
  text-align: center;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #A31802;
  margin-top: 50px;
  text-align: center;
}

.titulo {
  text-transform: none;
  margin-top: 40px;
  text-align: center;
  font-size: 60px;
}

.index {
  color: #8802a3;
  margin: 20px;
  text-decoration: none;
}

 a:hover {
  text-decoration: underline;
  color: #8802a3;
}

img {
  width: 400px;
}

.icones {
  text-align: justify;
}

.iconessite img {
  width: 40px;
}

.icones img{
  width: 20px;
}

p {
  text-align: justify;
  
}

section {
  width: 60%;
  margin: auto;
  margin-top: 30px;
}

.center {
  text-align: center;
  font-size: 15px;
}

.container {
  text-align: center;
  margin: 50px;
}

footer {
  padding: 10px;
  margin: 20px;
  margin-top: 40px;
  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;
}

header {
  padding: 15px;
  margin: 5px;
}

.container {
  align-items: center;
  text-align: center;
}

nav {
  height: 1px;
  padding: 5px;
  margin: 10px;
  background-color: #A30214;
  border-radius: 10px;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin: 10px;
  text-transform: uppercase;
  font-size: 30px;
  color: #A31802;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #A31802;
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}

.index {
  color: #8802a3;
  margin: 20px;
  text-decoration: none;
  font-size: 15px;
}

p {
  text-align: center;
  font-size: 0.90em;
  width: 320px;
  text-align: justify;
}

.titulo {
  text-transform: none;
  margin-top: 30px;
  text-align: center;
  font-size: 35px;
}

img {
  width: 200px;
}

section {
  width: 100%;
  margin: auto;
  margin-top: 30px;
  font-size: 15px;
}

footer {
  padding: 10px;
  margin: 15px;
  margin-top: 30px;
  background-color: #A30214;
  border-radius: 10px;
  font-size: 13px;
}

.vilar {
  text-align: center;
  color: white;
}

}