.nav-btn {
    border: 2.5px solid #7e8690; 
    border-radius: 100px;
    @media (max-width:530px){
        border: 1.5px solid #7e8690;
        }
}
.nav-btn.active {
    background-color: #706DEF;
    border: 2.5px solid #4e4d99;
    @media (max-width:530px){
        border: 1.5px solid #4e4d99;
        }
    
}

.enlace-texto {
color: #0f5cb4;
font-weight: 500;
text-decoration: underline;
}