﻿#ContenidoMenu {
    background: linear-gradient(to right, #009645, #002542);
    color: #fefefe;
    padding: 20px;
}

#EncabezadoMenu {
    background: linear-gradient(to bottom, #009645, #002542);
    color: #fff;
    padding: 10px;
    border-bottom: 2px solid #60BD73;
}

#MenuAttached {
    background-color: #eaf3ea;
    color: #444;
    padding: 6px 12px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 12px;
}

#itemMenu {
    flex: 1;
    text-align: center;
    margin: 0 5px;
    padding: 4px 8px;
    background-color: #eaf3ea;
    color: #444;
    text-transform: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    border: 1px solid #9bcd9b;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 12px;
}

#Footer {
    background: #002542;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#CuerpoMenu {
    background: linear-gradient(to bottom, #009645, #002e6300);
    color: #fefefe;
    padding: 20px;
}

.pusher {
    display: flex;
    flex-direction: column;
    min-height: 60vh;
    flex: 1;
}
@media screen and (max-width: 767px) {

    #nombreUni {
        display: none; /* Ocultar los elementos del menú en dispositivos móviles */
    }
}

i.inverted.bordered.icon, i.inverted.circular.icon {
    background-color: #009545 !important;
    color: #FFFFFF !important;
}
.alert {
   color: green;
}
.ui.header {
    border: none;
    margin: calc(2rem - 0.14285714em) 0em 1rem;
    padding: 0em 0em;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.28571429em;
    text-transform: none;
    color: #00416A;
}