body {
    font-family: 'Roboto', sans-serif;
}

body.undernavigation {
    padding-top: 0px;
}

/*ALL*/
.p-20 {
    padding: 20px;
}

/*END-ALL*/
/*HEADER*/
.header-dadun {
    height: 60px;
    background-color: #000000;
}

.header-dadun a {
    color: #ffffff;
}

.header-dadun a:hover {
    color: #ffffff;
    font-style: underline;
}

.img-dadun-header {
    max-width: 213px;
}

.logout-icon {
    margin-left: 5px;
}

.head-dadun {
    width: 341px;
    height: 21px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.13px;
    text-align: center;
    color: #e1251b;
    margin-top: 10px;
    margin-bottom: 10px;
}

.center-text {
    text-align: center;
}

.nav-unav {
    list-style: none;
}

.navbar-unav {
    z-index: 1;
    background-image:none!important;
}

#navbarEmail {
    color: #ffffff;
    margin-left: 2px;
}
.glyphicon-log-out{
    margin-right: 5px;
}

@media screen and (min-width: 768px) {
    .header-language {
        margin-right: 20px;
    }
}


/*NAVBAR*/
.navbar-toggle {
    background-color: #000000;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-left-outer {
    padding: 0;
    border: 0px;
}

.search-form-text-bottom {
    font-family: Roboto;
    color: #333333;
    font-size: 12px;
    margin-top:5px;
}

#navbar-search-input{
    line-height: normal;
    border:0px!important;
}

#navbar-search-input::-webkit-input-placeholder {
    font-family: Roboto;
    font-size: 12px;
    color: #858687;
}

#navbar-search-button {
    background: transparent;
    color: #595a5a;
    text-shadow: 0 -0px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
}

#navbar-search-button:hover{
    border-color:transparent!important;
}

#navbar-search-input:focus {
    border-color: transparent!important;
    outline: 0!important;
     -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075), 0 0 0px rgba(102,175,233,0.6)!important; 
     box-shadow: inset 0 0px 0px rgba(0,0,0,0.075), 0 0 0px rgba(102,175,233,0.6)!important; 
}

#div-search-input{
    border: 1px solid #ccc;
    border-radius:4px;
    border-right-width: 0px!important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#div-search-button{
    border: 1px solid #ccc;
    border-radius:4px;
    border-left-width: 0px!important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-collapse-unav {
    max-height: none;
}

.menu-option {
    background: none;
    display: inline-table;
    border-top: 2px solid #e1251b;
    padding: 12px 0;
}

.menu-option a {
    display: inline-block;
    font-family: Roboto;
    /*font-size: 16px;*/
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #333333;
}

.menu-option-title {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
}

.btn-unav {
    padding: 2px 8px;
}

.navbar-nav-unav-browse>li>a {
    color: #333333;
    padding: 0px;
}

.navbar-form {
    padding: 0px;
}

.bold {
    font-weight: bold;
    font-size: 11pt;
}

@media screen and (min-width: 768px) {
    .navbar-nav-unav-browse>li {
        float: initial;
    }

    .navbar-nav-unav-browse {
        display: block;
        height: auto !important;
        visibility: visible;
    }

    .navbar-nav-unav-browse>li>a {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .navbar-form .form-group {
        display: block;
        margin-bottom: 0;
        vertical-align: middle;
        margin-bottom: 5px;
    }

    .navbar-header-unav {
        display: none;
    }

    .search-form {
        background-color: none;
        display: inline-table;
        border-top: 2px solid #e1251b;
        padding: 12px 0;
    }
}

@media screen and (max-width: 768px) {
    .navbar-header-unav {
        background-color: #000000;
    }

    .navbar-header-img {
        position: relative;
        float: left;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
    }

    .navbar-collapse-unav {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-collapse-unav a,
    h4 {
        padding-left: 10px;
    }

    .navbar-collapse-unav button {
        padding-right: 10px !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }
    
    .navbar-form {
        padding: 5px;
    }
    
    #busqueda-title{
        display:none!important;
    }

    #navbarEmail {
        color: #000000;
        margin-left: 2px;
    }

    #lista-de {
        padding-left: 10px;
    }

    #servicios {
        padding-left: 10px;
    }

    #saber {
        padding-left: 10px;
    }

    .search-form {
        background-color: white;
        display: inline-table;
        margin-top: 0px;
        margin-bottom: 0px;
        border-top: 0px;
    }

    .navbar-form {
        -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1), 0 0px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1), 0 0px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-form .form-group {
        display: block;
        margin-bottom: 10px;
        vertical-align: middle;
    }

    .menu-option {
        border-top: 0px;
        border-bottom: 1px solid #000000;
        padding-left: 0px;
        padding-right: 0px;
    }

    .menu-option a {
        font-size: 16px;
    }

    .menu-option-other {
        border-bottom: 0px !important;
    }

    .bold {
        border-top: 0px;
        border-bottom: 1px solid #000000;
        padding-left: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .menu-option-title {
        display: inline-flex !important;
        width: 87%;
        font-family: Roboto;
        font-weight: normal;
        color: #333333;
    }

    .navbar-nav-unav-browse {
        margin: 0px;
    }

    .navbar-arrow {
        display: inline-flex !important;
        background-color: transparent;
        border: 0px;
    }

    #navbar-search-input {
        background-color: white;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    }

    .row-navbar-bottom1 {
        background-color: #e1251b;
        padding-left: 15px;
    }

    .row-navbar-bottom1 a {
        color: #ffffff !important;
        padding-left: 0px !important;
        font-size: 15px !important;
    }

    .row-navbar-bottom2 {
        background-color: #333333;
        padding-left: 15px;
    }

    .row-navbar-bottom2 a {
        color: #ffffff !important;
        padding-left: 0px !important;
        font-size: 15px !important;
    }

    .row-navbar-bottom2-language {
        background-color: #333333;
    }

    .row-navbar-bottom2-biblioteca {
        border-right: 2px solid #ffffff;
        background-color: #333333;
    }
}

/*END-NAVBAR*/
/*MIGAS DE PAN*/
.header-location-bar {
    margin-bottom: 10px;
}

.breadcrumb {
    background-color: transparent;
    border-bottom: 1px #b2b2b2 solid;
    padding: 5px 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}

ol.breadcrumb li a {
    font-family: Roboto;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000000;
    content: "/\00a0";
}

/*END - MIGAS DE PAN*/
/*HOME*/
.jumbotron {
    padding: 0px;
    font-family: "Roboto Regular", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #333333;
    background-color: #ffffff;
}

.list-group {
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
}

.home-title {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #333333;
}

.home-separator {
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
    border-top: solid 2px #e1251b;
}

.home-list-row {
    margin-left: 0px;
    margin-right: 0px;
}

.home-community {
    min-height: 150px !important;
    border: 0px;
}

.home-community-heading a {
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: normal;
    color: #333333;
}

.blog a {
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: normal;
    color: #333333;
}

.link-blog a {
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: normal;
    color: #333333;

}

.link-blog li {
    list-style: none;
}

.home-enlace-interes {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.img-enlace-interes {
    max-width: 235px;
    max-height: 70px;
}

.list-group-item.col-md-4.home-community .col-md-12 {
    overflow: hidden;
}

.list-group-item.col-md-4.home-community img {
    transform: scale(1.4);
}

@media screen and (min-width: 768px) {
    .container .jumbotron {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    .home-enlace-interes {
        margin-top: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        min-height: 60px;
    }

    .img-enlace-interes {
        max-width: 135px;
        max-height: 70px;
    }

    .list-group-item.col-md-4.home-community img {
        object-fit: cover;
        width: 100%;
        height: 135px;
    }
}

/*END-HOME*/
/*Busquedas*/
.info-results {
    font-size: 12pt;
    font-style: normal;
    font-stretch: condensed;
    font-weight: bold;
    color: #e1251b;
    float: left;
    margin: 0px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px;
    border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 2px 4px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 0px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: black;
    font-weight: bold;
    cursor: default;
    background-color: transparent;
}

div.discovery-query {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

div.discovery-search-filters {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

div.discovery-pagination-controls {
    border: 1px solid #CCCCCC;
    padding: 10px;
    text-align: center;
}

/*End-Busquedas*/
/*Vista de item*/
.itemDisplayTableTitle {
    font-family: Roboto;
    color: #e1251b;
    font-stretch: condensed;
    font-size: 13pt;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: justify;
}

.metadataFieldAbstract {
    font-family: Roboto;
    font-stretch: condensed;
    /*font-size: 12pt;*/
    font-style: normal;
    font-weight: bold;
    color: #000000;
    vertical-align: top !important;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px #b2b2b2 solid;
    padding-top: 15px;
}

.metadataFieldValueAbstract {
    font-family: Roboto;
    font-stretch: condensed;
    /*font-size: 12pt;*/
    font-style: normal;
    font-weight: normal;
    color: #000000;
    vertical-align: top !important;
    text-align: justify;
    text-decoration: none;
    padding-bottom: 30px;
}

.metadataFieldLabel {
    font-family: Roboto;
    font-stretch: condensed;
    /*font-size: 12pt;*/
    font-style: normal;
    font-weight: bold;
    color: #000000;
    vertical-align: top !important;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}

.metadataFieldValue {
    font-family: Roboto;
    font-stretch: condensed;
    /*font-size: 12pt;*/
    font-style: normal;
    font-weight: normal;
    color: #000000;
    vertical-align: top !important;
    text-align: justify;
    text-decoration: none;
    word-break: break-word;
}

.thumb {
    max-width: 120px;
}

.mory-link {
    font-weight: bold;
}

.opciones_sociales {
    border-top: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    margin: 20px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn {
    border-radius: 0px;
}

.btn-primary {
    background-image: none;
    background-color: #505050;
    border-color: #505050;
}

.btn-primary:hover {
    background-image: none;
    background-color: #505050;
    border-color: #000000;
}

.btn-primary:focus {
    background-image: none;
    background-color: #505050;
    border-color: #000000;
}

.panel-info {
    border: 0px;
}

.panel-info>.panel-heading {
    background-image: none;
}

.panel-info>.panel-heading {
    color: black;
    background-color: white;
    border-bottom: 1px #b2b2b2 solid;
    margin-bottom: 15px;
}

.panel-heading {
    padding: 0px;
    border-radius: 0px;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.submitFormHelp {
	margin-top: 3%;
    color: #000000;
}

.altmetric-embed{
    margin-top: 7px;
}

div.stats,
div.altmetric-embed,
div.scopus-div,
div.google-schoolar,
div.plumx{
    float: left;
    margin-right: 1.6%;
}

div.google-schoolar {
    margin-top: 0.6%;
}

.scopus-div{
    margin-top:5px;
    padding-left:0px;
}

.PlumX-Popup .ppp-container.ppp-badge>a {
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px!important;
}

.author>img{
    margin-left:5px;
}

/*End - Vista de item*/
/*OTHER PAGES*/
.panel {
    border-radius: 0px;
}

.panel-primary {
    border-color: transparent;
}

.panel-primary>.panel-heading {
    color: #e1251b !important;
    background-color: transparent;
    border-color: #000000;
}

.list-group-item-unav {
    border: 0px;
}

.head {
    color: #e1251b !important;
    background-color: transparent;
    border-color: #000000;
}

.panel-primary>.panel-heading {
    background-image: none;
}

.btn-success {
    background-image: none;
    background-color: #505050;
    border-color: #505050;
}

.btn-success:hover {
    background-image: none;
    background-color: #505050;
    border-color: #000000;
}

.btn-success:focus {
    background-image: none;
    background-color: #505050;
    border-color: #000000;
}

.btn-default {
    background-image: none;
    background-color: #505050;
    border-color: #505050;
    color: #ffffff;
    text-shadow: 0 0px 0 #fff;
}

.btn-default:hover {
    background-image: none;
    background-color: #505050;
    border-color: #000000;
    color: #ffffff;
}

.btn-default:focus {
    background-image: none;
    background-color: #505050;
    border-color: #000000;
    color: #ffffff;
}

.btn {
    display: inline-block;
    padding: 1px 4px;
    margin-bottom: 0;
    /*font-size: 11px;*/
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
}

.btn:hover {
    background-image: none;
    background-color: #505050;
    border-color: #000000;
    color: #ffffff;
}

.btn:focus {
    background-image: none;
    background-color: #505050;
    border-color: #000000;
    color: #ffffff;
}

h1,
.h1 {
    font-size: 16pt;
    font-weight: bold;
    font-style: normal;
    font-family: Roboto;
    color: #e1251b;
}

h2,
.h2 {
    color: #e1251b;
    font-weight: bold;
    font-size: 13pt;
    padding-bottom: 5px;
}

h3,
.h3 {
    font-size: 11pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}

h4,
.h4 {
    font-size: 12pt;
}

.c-home-title {
    padding-left: 0px;
    margin-bottom: 20px;
}

.browse {
    font-stretch: condensed;
    /*font-size: 12pt;*/
    font-style: normal;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px #b2b2b2 solid;
}

.browse form {
    padding-top: 15px;
}

.browse input[type='text'] {
    background-color: #efefef;
    border: 1px #b0b0b0 solid;
    height: 22px;
    width: 350px;
    vertical-align: middle;
}

.label {
    display: inline-block;
    padding: 7.5px;
    /*font-size: 12pt;*/
    font-weight: bold;
    line-height: 1;
    color: #252645;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
}

.label-default {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#B6B6B6), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #B6B6B6, 0%, #ffffff, 100%);
    background-image: -moz-linear-gradient(top, #B6B6B6 0, #ffffff 100%);
    background-image: linear-gradient(to bottom, #B6B6B6 0, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffB6B6B6', endColorstr='#ffffffff', GradientType=0);
}

a,
a:hover {
    color: black;
}

/*END-OTHER PAGES*/
/*FACETS*/
div.facetsBox .facet {
    border: 1px solid #CCCCCC;
}

div.facet {
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.facetName {
    font-weight: bold;
}

div.facetsBox ul {
    list-style: none;
    list-style-position: inside;
    padding: 0px;
    border: 0px;
    box-shadow: none;
    margin: 0px;
}

div.facetsBox ul li {
    font-size: 10pt;
    border: 0px;
    padding: 1px;
}

/*END-FACETS*/
/*Control de autoridades:table*/
.authority-control {
    margin: 10px;
}

.authority-form-control {
    display: inline;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.authority-form-control-btn {
    display: inline;
    padding: 8px 10px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    vertical-align: sub;
}

.authority-form {
    padding: 5px;
}

.authority-table {
    margin: 0 auto;
    width: 90%;
    border: 1px solid transparent;
    border-color: #000000;
    border-spacing: 0px;
    border-collapse: collapse;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.authority-th {
    background-color: #000000;
    padding: 5px;
    color: #fff;
}

.authority-td {
    background-color: white;
    border: 1px #adadad solid;
    padding: 3px;
    min-width: auto;
}

.pagination,
.pagination a:hover,
.pagination li {
    background-color: white !important;
}

.pagination .active:hover {
    color: #dedede !important;
}

.pagination a {
    color: black !important;
}


.pagination-authority {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 30px;
    padding-left: 0;
    border-radius: 4px;
}

.active {
    color: #e01f3a;
}

.pagination-authority>.active>a,
.pagination-authority>.active>span,
.pagination-authority>.active>a:hover,
.pagination-authority>.active>span:hover,
.pagination-authority>.active>a:focus,
.pagination-authority>.active>span:focus {
    /*
    background-color: #88090a;
    border-color: #88090a;
    */
    background-color: #001633;
    border-color: #001633;
    cursor: default;
}

.pagination-authority>li {
    display: inline-block;
}

.pagination-authority>li>a,
.pagination-authority>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: white;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: -2px;

}

.pagination-authority>.disabled>span,
.pagination-authority>.disabled>span:hover,
.pagination-authority>.disabled>span:focus,
.pagination-authority>.disabled>a,
.pagination-authority>.disabled>a:hover,
.pagination-authority>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.form-group-authority label {
    width: 30%;
}

.form-group-authority input {
    width: 67%;
}


#popUpChangeMetadato .header {
    float: left;
    width: 100%;
    border-top: solid 1px #a5907c;
    padding: 0.2% 2%;
    background: #a5907c;
    color: white;
}

#popUpChangeMetadato .titulo {
    width: 70%;
    float: left;
    font-weight: bold;
}


#popUpChangeMetadato .blancos {
    border: 1px solid red;
}

.button-padding {
    padding: 8px 9px;
    margin-left: 3px;
    margin-bottom: 3px;
}

/*Fin control de autoridades*/

/*FOOTER*/

#footer .container {
    padding-left: 0px;
    padding-right: 0px;
}

#footer .grey-fullscreen {
    background-color: white;
    border-top: 1px solid black;
}

#footer .black-fullscreen {
    background-color: #ededed;
}

#footer .red-fullscreen {
    background-color: #ededed;
}

#footer h4 {
    font-family: 'Roboto';
    color: #333333;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 15px;
}

#footer .top-footer {
    padding-top: 38px;
    padding-bottom: 38px;
}

#footer .top-footer .redes-block {
    display: table;
    margin: 0 auto;
}

#footer .top-footer .redes-block .listado-redes {
    padding-left: 1px;
    overflow: hidden;
}

#footer .top-footer .redes-block .listado-redes .item-red-social {
    margin-left: -1px;
    float: left;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    width: 80px;
    height: 24px;
    display: inline-block;
}

#footer .top-footer .redes-block .listado-redes .item-red-social a.red-social {
    padding: 0px 14px;
    margin: 0px auto;
    display: block;
    width: 25px;
    height: 24px;
    background-size: contain;
}

#footer .middle-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #333333;
}

#footer .middle-footer .logo img {
    max-width: 160px;
}

#footer .middle-footer ul.accesos-directos {
    padding: 0px;
}

#footer .middle-footer ul.accesos-directos li {
    list-style: none;
}

#footer .middle-footer ul.accesos-directos li a {
    text-decoration: none;
    color: #333333;
    border-bottom: 1px solid #333333;
    display: block;
    font-size: 15px;
    line-height: 34px;
    font-family: "Roboto";
}

#footer .middle-footer ul.accesos-directos li a:hover {
    font-family: "Roboto";
}

#footer .middle-footer .tres h4 {
    margin-bottom: 24px;
}

#footer .middle-footer .telefono-info,
#footer .middle-footer .boton-info {
    max-width: 320px;
    border: 1px solid #333333;
}

#footer .middle-footer .telefono-info a,
#footer .middle-footer .boton-info a {
    display: block;
    text-align: left;
    color: #333333;
    padding: 11px;
    text-decoration: none;
    font-size: 20px;
    font-family: "Roboto";
}

#footer .middle-footer .telefono-info a:before {
    content: "";
    background-image: url(/image/footer-icons/telefono-gris.svg);
    margin-right: 14px;
    margin-left: 13px;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
}

#footer .middle-footer .telefono-info a:hover {
    background-color: #fff;
    color: #333;
}

#footer .middle-footer .telefono-info a:hover:before {
    content: "";
    background-image: url(/image/footer-icons/telefono-gris.svg);
}

#footer .middle-footer .boton-info a:before {
    content: "";
    background-image: url(/image/footer-icons/solicita-info-gris.svg);
    margin-right: 14px;
    margin-left: 13px;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: inherit;
    background-size: contain;
    background-repeat: no-repeat;
}

#footer .middle-footer .boton-info a:hover {
    background-color: #fff;
    color: #333;
}

#footer .middle-footer .boton-info a:hover:before {
    content: "";
    background-image: url(/image/footer-icons/solicita-info-gris.svg);
}

#footer .middle-footer .firma-enlaces-block {
    margin-top: 32px;
}

#footer .middle-footer .firma-enlaces-block .firma span {
    color: #333333;
    font-family: "Roboto";
    font-size: 12px;
    margin-bottom: 0px;
}

#footer .middle-footer .firma-enlaces-block .enlaces-pie ul {
    padding: 0px;
}

#footer .middle-footer .firma-enlaces-block .enlaces-pie ul li {
    list-style: none;
    display: inline-block;
}

#footer .middle-footer .firma-enlaces-block .enlaces-pie ul li a {
    color: #333333;
    font-family: "Roboto";
    font-size: 12px;
    text-decoration: none;
}

#footer .middle-footer .firma-enlaces-block .enlaces-pie ul li:nth-child(-n + 2) a:after {
    content: ".";
    padding-left: 5px;
    padding-right: 1px;
    vertical-align: top;
    margin-top: 0px;
    font-size: 20px;
    display: inline-block;
    line-height: 10px;
}

#footer .bottom-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #333333;
    border-top: 1px solid black;
}

#footer .bottom-footer .info-contacto h5 {
    font-family: 'Roboto';
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
}

#footer .bottom-footer .info-contacto p {
    font-family: "Roboto";
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0px;
    max-width: 230px;
}

#footer .bottom-footer .info-contacto p a {
    color: #333333;
}

#footer .bottom-footer .info-contacto p .strong {
    font-family: "Roboto";
}

@media screen and (max-width: 1199px) {

    #footer .middle-footer .telefono-info,
    #footer .middle-footer .boton-info {
        max-width: 283px;
    }

    #footer .middle-footer .telefono-info a,
    #footer .middle-footer .boton-info a {
        font-size: 18px;
        letter-spacing: 0.05em;
    }
}

@media screen and (max-width: 991px) {
    #footer .top-footer {
        padding-top: 23px;
        padding-bottom: 23px;
    }

    #footer .top-footer .redes-block .listado-redes .item-red-social {
        width: 55px;
    }

    #footer .middle-footer .telefono-info,
    #footer .middle-footer .boton-info {
        max-width: 250px;
    }

    #footer .middle-footer .telefono-info a,
    #footer .middle-footer .boton-info a {
        font-size: 16px;
        padding: 13px 11px;
    }

    #footer .bottom-footer .info-contacto:nth-child(-1n +2) {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 767px) {
    #footer .black-fullscreen {
        padding-left: 3%;
        padding-right: 3%;
    }

    #footer .red-fullscreen {
        padding-left: 3%;
        padding-right: 3%;
    }

    #footer .top-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .top-footer .redes-block .listado-redes .item-red-social {
        height: 20px;
    }

    #footer .top-footer .redes-block .listado-redes .item-red-social a.red-social {
        height: 20px;
    }

    #footer .middle-footer {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    #footer .middle-footer .flex {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    #footer .middle-footer .uno {
        order: 3;
        -webkit-order: 3;
    }

    #footer .middle-footer .dos {
        order: 1;
        -webkit-order: 1;
        margin-bottom: 50px;
    }

    #footer .middle-footer .dos h4 {
        margin-bottom: 18px;
    }

    #footer .middle-footer .tres {
        order: 2;
        -webkit-order: 2;
    }

    #footer .middle-footer .tres h4 {
        margin-bottom: 28px;
    }

    #footer .middle-footer .accesos-directos .acceso-enlace a {
        max-width: 100%;
    }

    #footer .middle-footer .telefono-info {
        max-width: 100%;
    }

    #footer .middle-footer .telefono-info a {
        padding: 14px 0px;
    }

    #footer .middle-footer .boton-info {
        max-width: 100%;
        margin-bottom: 50px;
    }

    #footer .middle-footer .boton-info a {
        padding: 14px 0px;
    }

    #footer .middle-footer .firma-enlaces-block {
        margin-top: 30px;
    }

    #footer .middle-footer .firma-enlaces-block .enlaces-corporativos ul {
        margin-top: 13px;
    }

    #footer .bottom-footer {
        margin-left: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #footer .bottom-footer .boton-localizador a {
        font-size: 16px;
        padding: 19px 15px;
        text-decoration: none;
        color: #333333;
        display: block;
        font-family: "Roboto";
    }

    #footer .bottom-footer .boton-localizador a:after {
        content: "";
        display: inline-block;
        float: right;
        width: 23px;
        height: 23px;
        background-position: bottom;
        background-size: cover;
        transform: rotate(270deg);
    }

    #footer .bottom-footer .boton-localizador a.open:after {
        content: "";
        background-position: top;
        transform: rotate(90deg);
    }

    /*#footer .bottom-footer .info-contacto-block {
display: none; }*/
    #footer .bottom-footer .info-contacto-block .info-contacto {
        margin-bottom: 0px;
        border-top: 1px solid #333333;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #footer .bottom-footer .info-contacto-block .info-contacto p {
        max-width: 100%;
    }

    #footer .bottom-footer .info-contacto-block .info-contacto:last-child {
        padding-bottom: 50px;
    }
}


#footer .container {
    padding-left: 0px;
    padding-right: 0px;
}

#footer .grey-fullscreen {
    height: 100px;
    background-color: #e0e6e9;
    border-top: 1px solid #ededed;
}

#footer .black-fullscreen {
    background-color: #333333;
}

#footer .red-fullscreen {
    background-color: #ef2605;
}

#footer h4 {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 15px;
}

#footer .top-footer {
    padding-top: 38px;
    padding-bottom: 38px;
}

#footer .top-footer .redes-block {
    display: table;
    margin: 0 auto;
}

#footer .top-footer .redes-block .listado-redes {
    padding-left: 1px;
    overflow: hidden;
}

#footer .top-footer .redes-block .listado-redes .item-red-social {
    margin-left: -1px;
    float: left;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    width: 80px;
    height: 24px;
    display: inline-block;
}

#footer .top-footer .redes-block .listado-redes .item-red-social a.red-social {
    padding: 0px 14px;
    margin: 0px auto;
    display: block;
    width: 25px;
    height: 24px;
    background-size: contain;
}

#footer .middle-footer {
    padding-top: 70px;
    padding-bottom: 20px;
    color: white;
}

#footer .middle-footer .logo img {
    max-width: 160px;
}

#footer .middle-footer ul.accesos-directos {
    padding: 0px;
}

#footer .middle-footer ul.accesos-directos li {
    list-style: none;
}

#footer .middle-footer ul.accesos-directos li a {
    text-decoration: none;
    color: white;
    border-bottom: 1px solid white;
    display: block;
    font-size: 15px;
    line-height: 34px;
    font-family: "Roboto";
}

#footer .middle-footer ul.accesos-directos li a:hover {
    font-family: "Roboto";
}

#footer .middle-footer .tres h4 {
    margin-bottom: 24px;
}

#footer .middle-footer .telefono-info,
#footer .middle-footer .boton-info {
    max-width: 320px;
    border: 1px solid white;
}

#footer .middle-footer .boton-info {
    margin-bottom: 20px;
}

#footer .middle-footer .telefono-info a,
#footer .middle-footer .boton-info a {
    display: block;
    text-align: left;
    color: white;
    border: 1px solid white;
    padding: 11px;
    text-decoration: none;
    font-size: 17px;
    font-family: "Roboto";
}

#footer .middle-footer .telefono-info a:before {
    content: "";
    background-image: url(/image/footer-icons/telefono-blanco.svg);
    margin-right: 14px;
    margin-left: 13px;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
}

#footer .middle-footer .telefono-info a:hover {
    background-color: #fff;
    color: #333;
}

#footer .middle-footer .telefono-info a:hover:before {
    content: "";
    background-image: url(/image/footer-icons/telefono-gris.svg);
}

#footer .middle-footer .boton-info a:before {
    content: "";
    background-image: url(/image/footer-icons/solicita-info-blanco.svg);
    margin-right: 14px;
    margin-left: 13px;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: inherit;
    background-size: contain;
    background-repeat: no-repeat;
}

#footer .middle-footer .boton-info a:hover {
    background-color: #fff;
    color: #333;
}

#footer .middle-footer .boton-info a:hover:before {
    content: "";
    background-image: url(/image/footer-icons/solicita-info-gris.svg);
}

#footer .middle-footer .firma-enlaces-block {
    margin-top: 18px;
}

#footer .middle-footer .firma-enlaces-block .firma span {
    color: white;
    font-family: "Roboto";
    font-size: 12px;
    margin-bottom: 0px;
}

#footer .middle-footer .firma-enlaces-block .enlaces-pie ul {
    padding: 0px;
}

#footer .middle-footer .firma-enlaces-block .enlaces-pie ul li {
    list-style: none;
    display: inline-block;
}

#footer .middle-footer .firma-enlaces-block .enlaces-pie ul li a {
    color: white;
    font-family: "Roboto";
    font-size: 12px;
    text-decoration: none;
}

#footer .middle-footer .firma-enlaces-block .enlaces-pie ul li:nth-child(-n + 2) a:after {
    content: ".";
    padding-left: 5px;
    padding-right: 1px;
    vertical-align: top;
    margin-top: 0px;
    font-size: 20px;
    display: inline-block;
    line-height: 10px;
}

#footer .bottom-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
    border-top: 1px solid #ef2605;
}

#footer .bottom-footer .info-contacto h5 {
    font-family: 'Roboto';
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
}

#footer .bottom-footer .info-contacto p {
    font-family: "Roboto";
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0px;
    max-width: 230px;
}

#footer .bottom-footer .info-contacto p a {
    color: white;
}

#footer .bottom-footer .info-contacto p .strong {
    font-family: "Roboto";
}

@media screen and (max-width: 1199px) {

    #footer .middle-footer .telefono-info,
    #footer .middle-footer .boton-info {
        max-width: 283px;
    }

    #footer .middle-footer .telefono-info a,
    #footer .middle-footer .boton-info a {
        font-size: 18px;
        letter-spacing: 0.05em;
    }
}

@media screen and (max-width: 991px) {
    #footer .top-footer {
        padding-top: 23px;
        padding-bottom: 23px;
    }

    #footer .top-footer .redes-block .listado-redes .item-red-social {
        width: 55px;
    }

    #footer .middle-footer .telefono-info,
    #footer .middle-footer .boton-info {
        margin-bottom: 20px;
        max-width: 250px;
    }

    #footer .middle-footer .telefono-info a,
    #footer .middle-footer .boton-info a {
        font-size: 16px;
        padding: 13px 11px;
    }

    #footer .bottom-footer .info-contacto:nth-child(-1n +2) {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 767px) {
    #footer .top-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .top-footer .redes-block .listado-redes .item-red-social {
        height: 20px;
    }

    #footer .top-footer .redes-block .listado-redes .item-red-social a.red-social {
        height: 20px;
    }

    #footer .middle-footer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #footer .middle-footer .flex {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    #footer .middle-footer .uno {
        order: 3;
        -webkit-order: 3;
    }

    #footer .middle-footer .dos {
        order: 1;
        -webkit-order: 1;
        margin-bottom: 35px;
    }

    #footer .middle-footer .dos h4 {
        margin-bottom: 18px;
    }

    #footer .middle-footer .tres {
        order: 2;
        -webkit-order: 2;
    }

    #footer .middle-footer .tres h4 {
        margin-bottom: 28px;
    }

    #footer .middle-footer .accesos-directos .acceso-enlace a {
        max-width: 100%;
    }

    #footer .middle-footer .telefono-info {
        max-width: 100%;
    }

    #footer .middle-footer .telefono-info a {
        padding: 14px 0px;
    }

    #footer .middle-footer .boton-info {
        max-width: 100%;
    }

    #footer .middle-footer .boton-info a {
        padding: 14px 0px;
    }

    #footer .middle-footer .firma-enlaces-block .enlaces-corporativos ul {
        margin-top: 13px;
    }

    #footer .bottom-footer {
        margin-left: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #footer .bottom-footer .boton-localizador a {
        font-size: 16px;
        padding: 19px 15px;
        text-decoration: none;
        color: white;
        display: block;
        font-family: "Roboto";
    }

    #footer .bottom-footer .boton-localizador a:after {
        content: "";
        display: inline-block;
        float: right;
        width: 23px;
        height: 23px;
        background-position: bottom;
        background-size: cover;
        transform: rotate(0deg);
    }

    #footer .bottom-footer .boton-localizador a.open:after {
        content: "";
        background-position: top;
        transform: rotate(0deg);
    }

    /*#footer .bottom-footer .info-contacto-block {
display: none; }*/
    #footer .bottom-footer .info-contacto-block .info-contacto {
        margin-bottom: 0px;
        border-top: 1px solid white;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #footer .bottom-footer .info-contacto-block .info-contacto p {
        max-width: 100%;
    }

    #footer .bottom-footer .info-contacto-block .info-contacto:last-child {
        padding-bottom: 50px;
    }
}


.footer-creative-commons {
    margin-top: 25px;
}

footer {
    margin-bottom: 0 !important;
    border: none !important;
}

.campus-row {
    margin-bottom: 60px;
}

.bottom-footer h5 {
    font-weight: 600;
}

.firma a {
    display: inline-block;
}

.firma span {
    margin-left: 10px;
}

.firma-enlaces-block .firma {
    display: flex;
    align-items: flex-end;
}

.boton-localizador {
    display: flex !important;
    justify-content: space-between;
}

.boton-localizador img {
    width: 40px;
}

.arrow-down-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .campus-row {
        margin-bottom: 0;
    }

    #footer .bottom-footer .info-contacto-block .info-contacto:last-child {
        padding-bottom: 25px;
    }

    .campus-container {
        transition: all 1s;
        overflow: hidden;
        height: auto;
    }

    .arrow-down-container {
        transition: all .3s;
    }

    #footer .middle-footer .firma-enlaces-block .enlaces-corporativos ul,
    #footer .middle-footer .firma-enlaces-block .enlaces-corporativos p {
        margin: 0 !important;
    }

    .firma {
        margin-bottom: 25px;
    }

    .listado-redes {
        margin: 0;
    }

    .top-footer {
        display: flex;
        align-items: center;
    }
}


/*END-FOOTER*/

/*NAVBAR LEFT*/
.collapse.navbar-collapse.bs-navbar-collapse {
    max-height: fit-content;
    background-color: white;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: underline;
    background: none !important;
}

.mi-dadun-heading a, .mi-dadun-heading span{
    font-size: 14px;
    color: black !important;
}

@media screen and (min-width: 768px) {
    .search-form{
        padding-left: 0;
        padding-right: 0;
    }
    #navbar-search-button .glyphicon-search{
        font-size: 18px;
    }
    .navbar-form.navbar-right .search-form-text-bottom{
        text-align: end;
    }
}
/*HOME*/
.list-group-item-heading.home-community-heading{
    margin-top: 5px;
}
.community-title{
    padding: 0;
}
.home-enlaces-interes-title{
    margin-top: 35px;
}


/*MOVIL*/
@media screen and (max-width: 768px) {
    .cabecera-dadun-movil img{
        margin: 0 auto;
    }
    .top-news{
        text-align: justify;
    }
    
    #navbar-search-input::placeholder{
        font-size: 16px;
    }
    #navbar-search-input{
        font-size: 16px;
    }
    .search-form{
        border-bottom: 2px solid #e1251b;
    }
    .username{
        float: right;
        margin-right: 15px;
    }
    #navbarEmail{
        font-size: 16px;
    }
    #navbar-search-button .glyphicon-search{
        font-size: 20px;
    }
    .navbar-form.navbar-right .form-group{
        width: 100%;
    }
    #navbar-search-button{
        float: right;
    }
    .bold:first-child{
        padding-bottom: 20px;
    }
    .bold:last-child{
        padding-top: 20px;
        border-bottom: none;
    }
    #saber li, #servicios li, #lista-de li{
        padding: 10px 0;
    }
}
/*Envios*/
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    color: black;
}

/*BUSQUEDAS*/
.buscador-busquedas-avanzadas{
    margin-top: 30px;
    margin-bottom: 15px;
}

#browse_navigation .label.label-default{
    background: none;
    font-size: 14px;
}

#browse_navigation .label.label-default:hover{
    color: gray;
}

.buscador-busquedas-avanzadas label, .buscador-busquedas-avanzadas span{
    margin-right: 10px;
}

.buscador-busquedas-avanzadas .form-control{
    background: none !important;
    display: inline-block;
    height: 30px !important;
}

.btn-info{
    background: none;
    background-color: #505050;
}

/*COMMUNITY-LIST*/

.community-row, .community-childRow{
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#communities-description{
    margin-bottom: 50px;
}

img.scopus-logo {
    width: 55px;
}

img.wok-logo {
    width: 120px;
    padding-bottom: 1px;
}

span.no-authority {
    color: #e1251b;
}

div.panel-primary div.panel-heading a {
    color: #e1251b;
}
