body{
	background: #D947C6;
	margin: 0;
}

}
.metro {
    display: inline-block;
    padding: 10px;
    margin: 10px;
    background: #08C;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.metro a:hover{
    color: #fff;
}




.menu-rastro{
	background: ;
	display: flex;
	width: 100%;
	padding: 10px;
	



}



a{
	color: #fff;
	text-decoration: none;
}

.button {
   background: #A51919;

   width: 20%;
   padding: 10px 0px;
   margin: 20px;
   float: right;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: #fff;
   font-size: 18px;
   text-decoration: none;
   vertical-align: middle;
   }
   
.button:hover {
   background:#DD4343;
   color: #fff;
     text-decoration: none;
   }

   .button:hover a{
   color: #fff;
      text-decoration: none;

   }

.button:active {

     text-decoration: none;
   }

.fa-chevron-up{
	color: #fff;

}

.fa-chevron-right{
	margin: 0px 12px;

}



.menu-rastro a{
	color: #fff;
}

.menu-rastro-dos a{
	color: #fff;
}

.fa-angle-right{
   font-size: 1.4em;
   margin: 0px 8px;


}

.titulo-gallery{
  background: #fff;
  text-align: left;
  font-size: 1.8em;

}





