.logo-header{
    text-align: end;
    margin: 5px 0px 0px;
}
.main_logo {
    width: 250px;
}
.nav-menu {
    
}
.text-blue-light {
    color: #8cd2e3;
}
.text-orange {
    color: #f9ae38!important;
}
.mt-25{
    margin-top: 25px;
}
.menu-items {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    /* float: right; */
}
ul.menu li {
    margin-right: 10px;
}
.menu li a {
    text-decoration: none;
    padding: 17px;
    color: #203668;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.menu li a:hover, .menu li a:focus {
    color: #0e79a5;
}

/* banner */
.banner-principal {
    background-image: url(../../images/public/bg-ucn.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 280px;
    padding-top: 80px;
}
.banner-principal h1 {
    color: #fff;
    text-shadow: 0 0 black;
    font-size: 45px;
    font-weight: 600;
    font-variant: all-small-caps;
}
.banner-principal .box-content{
    text-align: center;
}

/* contenido */
#body_inner_wrap {
    margin-top: -105px;
}
.database-content-right{
    margin-top: -130px;
}
.pure-u-1.pure-u-lg-2-3 .pluslet .titlebar {
    display: none;
}
.pure-u-1.pure-u-lg-2-3 .pluslet .pluslet_body {
    padding-top: 25px;
}
input.button_add, input.button_add:hover {
    height: 39px;
    background: #27aee5 url(../../images/public/icon-lupa.png) no-repeat 10px center;
    background-size: 20px;
    background-position: center;
    margin-left: -7px;
}
input.button_add:hover {
    height: 39px;
    background: #0e79a5 url(../../images/public/icon-lupa.png) no-repeat 10px center;
    background-size: 20px;
    background-position: center;
    margin-left: -7px;
}
#autoC .pure-button-topsearch{
    margin-left: -7px;
}
#autoC #quick_search{
    height: 39px;
    margin-right: 0px;
}
.puslet-letters{
    padding: 2px 7px 1px;
}
.card-box{
    height: 100%;
    border-radius: 10px !important;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 8%) !important;
}
.box-items {
    margin-bottom: 25px;
}
.box-items p{
    margin-bottom: 0px;
}
.card-body {
    padding: 1rem 1.5rem!important;
}
.card-body  a.no-decoration {
    text-decoration: none;
    font-weight: 700;
}
.card-body .pure-button {
    padding: .5em 1em!important;
    color: #fff !important;
    background-color: #203668 !important;
    border-radius: 6px!important;
}
.card-body .pure-button:hover, .card-body .pure-button:focus {
    background-color: #111f41 !important;
}
.card-body .db-note,.card-body .container,.card-body .row {
    height: 100%;
}
.card-body .row {
    padding-bottom: 15px;
}
.card-body .db-note{
    margin-top: 15px;
}

#guidesplash .pure-u-1.pure-u-lg-2-3{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 8%) !important;
}

/* footer */
.footer-home {
    padding-top: 2rem;
    border-top: 4px solid #ffc06c;
    background-color: #0a1a56;
}
.footer-home a {
    text-decoration: none;
    color: #fff ;
}
#myCredits {
    background-color: #607897;
    padding: .5rem 0;
}
#myCredits img {
    width: 44px;
}
#myCredits a {
    font-size: 14px;
    color: #fff ! IMPORTANT;
    text-decoration: none;
}
.nav-item{
    margin-bottom: .5rem;
}
.nav-link.nav-title{
    font-weight: 600;
    font-size: 15px;
}

.footer-home .footer-brands-icons .wrapper-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5rem;
    flex-wrap: wrap;
}
.footer-home .footer-brands-icons .box-text:first-child {
    margin: 0 3rem 1rem 0;
}
.footer-home .footer-brands-icons .box-text {
    margin: 0 2.5rem 1rem 0;
}
.footer-home .footer-brands-icons .box-text:first-child img {
    max-height: 73px;
}
.footer-home .footer-brands-icons .box-text img {
    max-height: 96px;
}
.footer-home .social-icon .wrapper-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 0 1rem;
}
.social-icon .item.box-text{
    width: 90px;
    text-align-last: center;
}
#row-logos{
    margin-top: 55px;
    border-top: 1px solid #fff;
    padding-top: 35px;
}