body{
    background-color: #fafafa;
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
}

.botao-legis {
    border: 2px solid #ffffff;
    box-shadow: #102E4F 4px 5px 0px 0px;
    color:#ffffff;
    background-color: #023c69;
    margin-bottom: 24px;
    border-radius: 15px;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    width: auto;
    min-width: 350px;
    max-width: 350px;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    font-weight: bold;
}

.botao-legis:hover {
    transform: translate(4px, 4px);
    transition-duration: 0.4s;
    border: 2px solid #ffffff;
    box-shadow: #C47643 6px 6px 0px 0px;
    color: black;
    background-color: #FF914D;
}

.botao-legis:visited {
    color: silver;
}
.botao-destaques {
    border: 2px solid #ffffff;
    box-shadow: #102E4F 4px 5px 0px 0px;
    color:#ffffff;
    background-color: #FF914D;
    margin-bottom: 24px;
    border-radius: 15px;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    width: auto;
    min-width: 350px;
    max-width: 350px;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    font-weight: bold;
}

.botao-destaques:hover {
    transform: translate(4px, 4px);
    transition-duration: 0.4s;
    border: 2px solid #ffffff;
    box-shadow: #C47643 6px 6px 0px 0px;
    color: white;
    background-color: #023c69;
}

/* Ripple effect */
.redes-sociais {
    background-color: black;
    background-position: center;
    transition: background 0.8s;
    font-size: 26px;
    display: inline-block;
    margin-right: 8px;
    padding-top: 9px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 7px;
    border-radius: 50%;
}
.redes-sociais:hover {
    background: #6eb9f7 radial-gradient(circle, transparent 1%, #6eb9f7 1%) center/15000%;

}
.redes-sociais:active {
    background-color: black;
    background-size: 100%;
    transition: background 0s;
}