#main-nav li.colorTheme {
    display: block;
}

.colorTheme__red {
    background: #EC6F43 !important;
}

.colorTheme__red2 {
    background: #EC5B28 !important;
}

.colorTheme__red3 {
    background: #EB460C !important;
}

.colorTheme__red4 {
    background: #EC3505 !important;
}

.colorTheme__red--txt,
.colorTheme__red--txt:hover {
    color: #EC6F4F !important;
}

.colorTheme__red:hover {
    background: #D4643C !important;
}

.colorTheme__red2:hover {
    background: #D95020 !important;
}

.colorTheme__red3:hover {
    background: #D6400B !important;
}

.colorTheme__red4:hover {
    background: #D53005 !important;
}

.colorTheme__blue {
    background: #00B1DB !important;
}

.colorTheme__blue2 {
    background: #01A7CF !important;
}

.colorTheme__blue3 {
    background: #019EC4 !important;
}

.colorTheme__blue4 {
    background: #0192B4 !important;
}

.colorTheme__blue--txt,
.colorTheme__blue--txt:hover {
    color: #00B1DB !important;
}

.colorTheme__blue:hover {
    background: #039BBF !important;
}

.colorTheme__blue2:hover {
    background: #0391B4 !important;
}

.colorTheme__blue3:hover {
    background: #0289AA !important;
}

.colorTheme__blue4:hover {
    background: #067A95 !important;
}

.colorTheme__yellow {
    background: #FFB81C !important;
}

.colorTheme__yellow2 {
    background: #F1AE12 !important;
}

.colorTheme__yellow3 {
    background: #E4A411 !important;
}

.colorTheme__yellow4 {
    background: #C98F06 !important;
}

.colorTheme__yellow--txt,
.colorTheme__yellow--txt:hover {
    color: #FFB81C !important;
}

.colorTheme__yellow:hover {
    background: #E3A51B !important;
}

.colorTheme__yellow2:hover {
    background: #D99D11 !important;
}

.colorTheme__yellow3:hover {
    background: #C99110 !important;
}

.colorTheme__yellow4:hover {
    background: #B27F06 !important;
}

.colorTheme__violet {
    background: #075F89 !important;
}

.colorTheme__violet2 {
    background: #086A98 !important;
}

.colorTheme__violet3 {
    background: #0977AC !important;
}

.colorTheme__violet4 {
    background: #0693D6 !important;
}

.colorTheme__violet--txt,
.colorTheme__violet--txt:hover {
    color: #075F89 !important;
}

.colorTheme__violet:hover {
    background: #064F71 !important;
}

.colorTheme__violet2:hover {
    background: #06587E !important;
}

.colorTheme__violet3:hover {
    background: #086592 !important;
}

.colorTheme__violet4:hover {
    background: #067EB7 !important;
}

/* DALTONIC */
.daltonic1 {
    background: #E07938 !important;
}

.daltonic2 {
    background: #0A5E52 !important;
}

.daltonic3 {
    background: #3A862D !important;
}

.daltonic4 {
    background: #348093 !important;
}
.daltonic5 {
    background: #9A9233 !important;
}
.daltonic6 {
    background: #8C9AC7 !important;
}
.daltonic7 {
    background: #9B8E4A !important;
}
.daltonic8 {
    background: #304C8B !important;
}
.daltonic9 {
    background: #E9777F !important;
}
.daltonic10 {
    background: #34A6B3 !important;
}
.daltonic11 {
    background: #498E9B !important;
}
.daltonic12 {
    background: #4D5159 !important;
}
.daltonic13 {
    background: #AFA03B !important;
}
.daltonic14 {
    background: #8193C0 !important;
}
.daltonic15 {
    background: #8B824D !important;
}
.daltonic16 {
    background: #39528A !important;
}
.daltonic17 {
    background: #D98200 !important;
}
.daltonic18 {
    background: #1692B5 !important;
}
.daltonic19 {
    background: #3D952C !important;
}
.daltonic20 {
    background: #2861B6 !important;
}
.daltonic21 {
    color: #8C9AC7 !important;
}
.daltonic22 {
    color: #498E9B !important;
}
.daltonic23 {
    color: #39528A !important;
}
.colorDaltonic__light {
    background: #FFF !important;
}

.colorDaltonic__light--txt {
    color: #616161 !important;
}

/* DARK MODE */
.darkMode {
    background: #333 !important;
}

.darkMode__txt {
    color: #FFF !important;
}

.darkMode__bg {
    background: #15202b !important;
}

.darkMode__filter {
    filter: brightness(0.85);
}
.darkMode_gray
{
    background: #ccc !important;
}
/* AUMENTAR TEXTO */
.aumentarH3 {
    font-size: 28px !important;
}

.aumentarP {
    font-size: 18px !important;
}

.aumentarA {
    font-size: 18px !important;
}

/* CURSOR */
.cursor_big {
    cursor: url("https://salud-digna.com/home/cursor_big.png"), auto;
}

/* FOCUS */
.focus:focus {
    background: yellow !important;
    border: 1px dashed #000 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}