/*******************************************************************************
Add your styles here
 *******************************************************************************/
#home nav .home > a {
    pointer-events: none;
    cursor: default;
}

#portafolio nav .portafolio > a {
    pointer-events: none;
    cursor: default;
}

.link-grupo-media{
    border-bottom: dotted 1px;
    color: grey;
    transition: all 0.5s;
}
.link-grupo-media:hover{
    color: red;
    border-bottom: dotted 0px;
}