.navbar-brand-logo{
	height: 160px;
}

#main-navigation a, .pkp_block .title {
    font-weight: 700;
    font-size: 16px;
}

header > .container-fluid {
    position: absolute;
    right: 0;
}

.pkp_block {box-shadow: none;border: none;}

#customblock-enlaces li {
    border: none;
    background-color: #dcdcdc;
    margin-bottom: 15px;
    border-radius: 20px 0 0 20px;
}

#customblock-enlaces a {
    color: black;
    transition: color 1s ease-in;
    text-decoration: none;
}

#customblock-enlaces a:before {
    content: '\00bb';
    margin-right: 10px;
    transition: 0.2s;
}

#customblock-enlaces a:hover,#customblock-enlaces a:active,#customblock-enlaces a:focus {
    color: red;
}

#customblock-enlaces a:hover:before {
    margin-right: 20px;
}

#customblock-enlaces li:hover {
    /* border-right: 5px solid red; */
}

.pkp_block .title {
    background-color: #dbdbdb;
}

.pkp_block ul li {
    border: none;
}

#sidebar {
    border-left: 1px solid #ccc;
}

#customblock-redes-sociales li {
    padding: 10px 20px;
    background-color: #393184;
    border-radius: 5px;
    max-width: 100px;
    margin: auto;
    margin-bottom: 5px;
}

#customblock-redes-sociales .redes {
    display: flex;
}

.logo_univ{
    position: absolute;
    left: 1060px;
}

.logo_univ a{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.custom_nav{
    background-color: #393184;
}

#main-navigation a {
    color: white;
}
#main-navigation li.open a {
    color: #393183;
}

.dropdown-menu>li>a {
    padding: 15px 20px;
}
