*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a{
  text-decoration: none;
  color: #5d5a56;
}

body{
  background-color: #ccc;
}

.page{
  background-color:#F8E5F8;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.topo{
display: flex;
flex-direction: column;
align-items: center;
max-width: 400px;
}

.topo h1{
  font-weight: bolder;
  font-size: 40px;
  color:#674B9D;
}

.topo p{
  font-size: 20px;
  color:#674B9D;
  text-align: center;
}


.topo img{
  max-width: 150px;

}

.btnLink{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

.link{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #cdadd5;
  max-width: 400px;
  min-width: 300px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 10px;
  align-items:flex-end;
  padding: 10px;

}

.link img{
  max-width: 50px;
  padding-right: 15px;
}

.redesSociais{
  display: flex;
  justify-content: center;
 }

.redesSociais img{
  width: 45px;
}


.redesSociais div{
 display: flex;
 flex-direction: row;
 padding: 10px;
 height: 60px;
 align-items: center;
 justify-content: center;

}

.redesSociais img{
  padding-right: 15px;
}



.localicao{
  display: flex;
  max-width: 350px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  color: #674B9D;
  text-align: center;
}

.localicao img{
  width: 60px;
  height: 60px;
  
}

.localicao h1{
  font-size: 12px;
  padding-bottom: 5px;
}

.localicao p{
  font-size: 14px;
}


footer{
  background-color: #361f64;
  width: 100%;
  max-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  color: #fff;
  font-size: 12px;
  padding: 10px;
}

footer img{
  width: 60px;
  background-color: #fff;
  border: 1px solid #674B9D;
  border-radius: 50%;
  margin-top: -35px;
}

/* PAGINA INDICACAOES */

.indicacoes{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.indicacoes img{
  max-width: 300px;
  padding: 10px;
}

.indicacoes h1{
  color: #674B9D;
  margin-top: 10px;
  margin-bottom: 10px;
}