.header-sva{
    background-color: #006437FF;
}
.menu ul li a{
    color: white
}
.titulo{
    color: white;
    margin-left: -35%;
}
.item-camiseta img{
    margin-left: -1vh;
}
.item-camiseta img:nth-child(2){
    margin-top: 1px;
}
.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;
}
.subtitle{
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2em;
    background-color: #006437FF;
    width: 75vh;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Adam';
    color: white;
}
.footer-principal{
    background-color: black;
    color: white;
}
.box{
    color: white;
}
.redes h2{
    color: white;
}
.box img{
    border: 1px solid white;
}