.photo-profile {
    border-radius: 50% 50%;
    object-fit: cover;
    height: 160px;
    width: 160px;
}

.header-profile {
    background: #efefef;
    position: relative;
    padding-bottom: 1rem;
    padding-top: 90px;
    margin-top: 80px;
    width: 100%;
}

.header-profile>.div-photo-profile {
    position: absolute;
    top: -80px;
}

.header-profile>.link-config {
    display: inline-block;
    position: absolute;
    right: .5rem;
    top: -80px;
}

.list-group-birthday-boys>li.list-group-item {
    padding-left: 85px;
    position: relative;
}

.list-group-birthday-boys>li.list-group-item>.photo-profile {
    left: .5rem;
    height: 65px;
    width: 65px;
    top: .5rem;
    position: absolute;
}

.list-group-birthday-boys>li.list-group-item>.btn-congratulations {
    right: .5rem;
    top: 1rem;
    position: absolute;
}

.header-post {
    margin-bottom: 1rem;
    padding-left: 0px;
    position: relative;
    width: 100%;
}

.header-post>.photo-profile {
    left: -0.5rem;
    height: 53px;
    width: 114px;
    top: -0.8rem;
    position: absolute;
}

.nav-tabs-public-server-page {
    display: flex;
}

.nav-tabs-public-server-page>.nav-item {
    flex: auto;
}

.nav-tabs-public-server-page>.nav-item>.nav-link {
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: -webkit-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: linear-gradient(to bottom, #feffff 0%, #d2ebf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=0);
    border: 1px solid #afafaf;
    border-radius: 4px 4px 0 0;
    color: #003876;
    font-weight: 600;
    width: 100%;
}

.nav-tabs-public-server-page>.nav-item>.nav-link.active {
    background: #003876;
    background: -moz-linear-gradient(-45deg, #003876 23%, #003876 23%, #1e5799 100%);
    background: -webkit-linear-gradient(-45deg, #003876 23%, #003876 23%, #1e5799 100%);
    background: linear-gradient(135deg, #003876 23%, #003876 23%, #1e5799 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003876', endColorstr='#1e5799', GradientType=1);
    color: #fff;
}

.nav-tabs-public-server-page>.nav-item>.nav-link>i.fa {
    font-size: 1.5em;
}

.list-group-documents-institucional>li.list-group-item {
    padding-left: 75px;
    position: relative;
}

.list-group-documents-institucional>li.list-group-item>i.fa {
    left: .5rem;
    height: 65px;
    width: 65px;
    top: .5rem;
    position: absolute;
}

.list-group.list-group-enlaces-interes>.list-group-item.list-group-item-action {
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: -webkit-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: linear-gradient(to bottom, #feffff 0%, #d2ebf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=0);
    font-size: 1.3em;
    color: #003876;
}

.list-group.list-group-enlaces-interes>.list-group-item.list-group-item-action:hover {
    background: #003876;
    background: -moz-linear-gradient(-45deg, #003876 23%, #003876 23%, #1e5799 100%);
    background: -webkit-linear-gradient(-45deg, #003876 23%, #003876 23%, #1e5799 100%);
    background: linear-gradient(135deg, #003876 23%, #003876 23%, #1e5799 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003876', endColorstr='#1e5799', GradientType=1);
    color: #fff !important;
}

.list-group.list-group-enlaces-interes>.list-group-item.list-group-item-action:hover>i.fa {
    color: #fff;
}

.commet-public-server-page {
    margin-bottom: .5rem;
    margin-top: .5rem;
    padding-left: 0;
}

.commet-public-server-page>li {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    display: block;
    padding: 1rem;
    padding-left: 65px;
    position: relative;
}

.commet-public-server-page>li>.photo-profile {
    left: .5rem;
    height: 45px;
    width: 45px;
    top: .5rem;
    position: absolute;
}

.calendar-public-server-page {
    width: 100%;
}

.calendar-public-server-page>tbody>tr {
    border: 1px solid #afafaf;
}

.calendar-public-server-page>tbody>tr.days>td {
    font-weight: 600;
}

.calendar-public-server-page>tbody>tr>td {
    padding: .8rem;
    text-align: center;
}

.calendar-public-server-page>tbody>tr>td>a,
.calendar-public-server-page>tbody>tr>td>a:hover,
.calendar-public-server-page>tbody>tr>td>a:focus,
.calendar-public-server-page>tbody>tr>td>a:visited {
    color: #003876;
}

.calendar-public-server-page>tbody>tr>td>a.events {
    align-items: center;
    background: #e7b204;
    border-radius: 50% 50%;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    height: 26px;
    width: 26px;
}

.calendar-public-server-page>tbody>tr>td>a.current {
    align-items: center;
    background: #1e5799;
    border-radius: 50% 50%;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    height: 26px;
    width: 26px;
}

/**
-----------------------------------------------------------------------------
---------------------            TABLE SIGEI            ---------------------
-----------------------------------------------------------------------------
**/
.table-responsive-sigei {
    position: relative;
}
.table-responsive-sigei > table > thead {
    position: sticky;
    top: 0;
    z-index: 10;
}
.table-responsive-sigei > table > thead > tr > th {
    cursor: pointer;
    position: relative;
}
.table-responsive-sigei > table > thead > tr > th::after {
    bottom: 25%;
    /* content: "\21C5"; */
    content: "";
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.2em;
    position: absolute;
    right: -6px;
}
.table-responsive-sigei > table > thead > tr > th.sort-column {
    background: #002f64
}
.table-responsive-sigei > table > thead > tr > th.sort-column::after {
    color: rgba(5, 243, 64, 0.55);
    font-size: 1.5em;
}
.table-responsive-sigei > table > thead > tr > th:last-child:after {
    content: "";
}

@media screen and (min-width:1401px) and (max-width:1920px)
{
    .table-responsive-sigei {
        max-height: 520px;
        overflow-y: auto;
    }
}
@media screen and (min-width:1025px) and (max-width:1400px)
{
    .table-responsive-sigei {
        max-height: 420px;
        overflow-y: auto;
    }
}
@media screen and (min-width:768px) and (max-width:1024px)
{
    .table-responsive-sigei {
        max-height: 380px;
        overflow-y: auto;
    }
}
@media screen and (min-width:321px) and (max-width:767px)
{
    .table-responsive-sigei {
        max-height: 460px;
    }
}
@media screen and (max-width:320px)
{
    .table-responsive-sigei {
        max-height: 460px;
    }
}

.question-number {
    align-items: center;
    display: flex;
    background: #fff;
    border: 2px solid #003876;
    border-radius: 50% 50%;
    justify-content: center;
    color: #003876;
    font-weight: 600;
    margin-right: 10px;
    height: 25px;
    width: 25px;
    text-align: center;
}

h4.title-xmera,
h5.title-xmera {
    background: #003876;
    color: #fff;
    padding: 1rem 0.5rem;
    width: 100%;
}