﻿@font-face {
    font-family: 'PlutoRegular';
    src: url('font-pluto/PlutoRegular.ttf') format('truetype');
}

*:not(i) {
    font-family:PlutoRegular !important;
}
.menuActive {
    background-color:rgba(255,255,255,0.1) !important;
    color:white !important;
}
.btn-link-dark {
    color: #3c4b64;
}
.cerrarSesion {
    text-decoration:none;
    color:black;
}
.cerrarSesion:hover {
    text-decoration:none;
    color:red;
}
