.header-sva{
    background-color: black;
}
.login span{
    margin-left: 200%;
    color: white;
    font-size: 2em;
}
.login img{
    height: 40%;
    width: 40%;
    overflow: visible;
    visibility: visible;
    margin-left: 6em;
}
.menu{
    margin-top: 2.5em;
}
.menu ul li a:hover{
    color: white;
}
.menu ul li a:after{
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50px;
    position: absolute;
    background: white;
    transition: width .3s ease 0s, left .3s ease 0s;
    width: 0;
}
.titulo{
    color: white;
    margin-left: 2px;
}
.subtitle{
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2em;
    background-color: black;
    width: 75vh;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Adam';
    color: white;
}
.imagens-grid-gk{
    height: 55%;
    margin-left: -10px;
    width: 110%;
}
.item-camiseta img{
    margin-left: -1vh;
}
.menu ul li a{
    color: white;
}
.footer-principal{
    background-color: black;
    color: white;
}
.box{
    color: white;
}
.redes h2{
    color: white;
}
.box img{
    border: 1px solid white;
}