:root {
        
    --migasPanSoftmeMenuDiviBgColorEnlacesInteriores: #f49719;
    --migasPanSoftmeMenuDiviColorEnlacesInteriores: white;
}

.containerEnlacesInteriores{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.enlacesInteriores{
    background-color:var(--migasPanSoftmeMenuDiviBgColorEnlacesInteriores);
    color:var(--migasPanSoftmeMenuDiviColorEnlacesInteriores);
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 20px;
}