.fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
color: #606060;
}

.scrollToTop {
position: fixed;
z-index: 999;
bottom: 7rem;
right: 10rem;
background: #fff;
color: #000;
display: block;
width: 54px;
height: 54px;
text-align: center;
box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
border-radius: 150px;
padding: 0px 6px;
text-transform: uppercase;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
}

*, input, button, body, .titulo {
font-family: "Raleway",sans serif;
}