.c2 {
    margin: 0px;
    width: 100%;
}

.c_menu {
    display: flex;
    flex-wrap: wrap;
    max-width: 90vw;
    gap: 15px;
    margin: 20px auto;
    justify-content: center;
}

.c_menu a {
    text-decoration: none;
}

.c_menu .c_c {
    width: 12vw;
    min-width: 150px;
    height: 12vh;
    min-height: 150px;
    border-radius: 10px;
    background-color: white;
    color: #3b62a3;
    border: 2px solid #3b62a3;
    transition: .7s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.c_menu .c_c:hover {
    background-color: #3b62a3;
    color: #fff;
}

.c_menu .c_c .P_c {
    width: 30%;
    font-size: 2.5em;
}

.c_menu .c_c .T_c {
    display: table-cell;
    vertical-align: middle;
    font-size: large;
}

.c_menu .menu-item {
    position: relative;
}

.c_menu .notification-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ea0808;
    color: white;
    border-radius: 100%;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
}

.c_submenu {
    padding: 1%;
}
.c_submenu h3 {
    text-align: center;
}

.account {
    padding: 2em;
}

.cabezote_eva {
    width: 100%;
    height: 120px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(85, 159, 199, 0.5);
    -moz-box-shadow: 0px 2px 9px 0px rgba(85, 159, 199, 0.5);
    box-shadow: 0px 2px 9px 0px rgba(85, 159, 199, 0.5);
}

.cabezote_eva img {
    margin: 0 auto;
    width: 100%
}

.deshabilitado {
    pointer-events: none !important;
    cursor: default !important;
    background-color: rgb(153, 153, 153) !important;
    border: none !important;
}

.inicio {
    border: 1px solid #3b62a3 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.inicio:focus {
    box-shadow: 0 0 5px #3b62a3 !important;
    border: 1px solid #3b62a3 !important;
}

.inicio_fondo {
    padding: 1em;
    background: #3b62a3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiNjJhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, #3b62a3 0%, #dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b62a3', endColorstr='#dddddd', GradientType=0);
}

.inicio_titulo {
    background: #3b62a3;
    height: 3em;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 0.2em;
    color: white;
    text-align: center;
    padding-top: 1em;
    font-size: 20px;
}

.selp {
    margin-top: 5px;
    margin-left: -10px;
}

#divprog {
    text-align: center;
    border: 1px solid #202020;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}

#divprog label {
    font-weight: bold
}

div.containerror {
    background-color: #eee;
    border: 1px solid red;
    margin: 5px;
    padding: 5px;
}

div.containerror p {
    color: #c7254e;
    font-size: 12px;
}

div.containerror {
    display: none
}

.containerror label.error {
    display: inline;
}