.color-gray{
    color: #364f2e;
}
.color-green{
    color: #144220;
}
.logo-header{
    text-align: center;
    margin: 0px 0px 12px;
    padding: 10px 15px 0px;
}
.logo-header .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
}
.logo-header .container .linea-banner {
    height: inherit;
    background-color: #af9801;
    width: 3px;
    margin: 0px 9px;
}
.logo-header .text-banner {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
}
.main_logo {
    width: 220px;
}
.nav-menu {
    
}
.menu-items {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 5px 15px 5px;
    background-color: #af9801;
}
ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    float: right;
}
ul.menu li {
    margin-right: 10px;
}
.menu li a {
    text-decoration: none;
    padding: 17px;
    color: #ffffff;
    margin-left: 25px;
    font-size: 13px;
    font-weight: 700;
    -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: #364f2e !important;
}

/* banner */
.banner-principal {
    background-image: url(../../images/public/bg-unisucre.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: 51px;
    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: #af9801 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: #988301 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;
}
.db-note {
    padding: 1rem 1.5rem!important;
}
.db-note  a.no-decoration {
    text-decoration: none;
    font-weight: 700;
}
.db-note .pure-button {
    padding: .5em 1em !important;
    color: #fff !important;
    background-color: #b09800 !important;
    border-radius: 6px !important;
    border: 1px solid #988301;
}
.db-note .pure-button:hover, .db-note .pure-button:focus {
    background-color: #988301 !important;
}
.db-note .db-note,.db-note .container,.db-note .row {
    height: 100%;
}
.db-note .row {
    padding-bottom: 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;
    background-color: #14421e;
    background-image: url(../../images/public/fondo.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.footer-home a, .footer-home span {
    text-decoration: none;
}
.footer-home .logo_footer {
    width: 270px;
    margin: 20px auto 30px;
    display: block;
}
.footer-home .logo_co_footer{
    width: 50px;
    margin: 0 auto;
    display: block;
}
#myCredits {
    background-color: #0a0a0a;
    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: space-between;
    align-items: center;
    padding-bottom: 1.5rem;
    flex-wrap: wrap;
}
.footer-home .footer-brands-icons .box-text:first-child {
    margin: 0 2rem 1rem 0;
}
.footer-home .footer-brands-icons .box-text {
    margin: 0 1.5rem 1rem 0;
}
.footer-home .footer-brands-icons .box-text:first-child img {
    max-height: 33px;
}
.footer-home .footer-brands-icons .box-text img {
    max-height: 56px;
}
.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;
}
ul.list-check {
    list-style: none;
}

ul.list-check li:before {
    content: '✓';
    font-weight: 900;
    color: #fff;
    margin-right: 10px;
}
.title-contact{
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}
.widget-title{
    color: #f7e99c!important; 
    font-size: 24px;
}
.textwidget p{
    margin-bottom: 15px!important;
}
.widget.widget_socials .socials{
    margin-bottom: 25px!important;
}
.widget.widget_socials .socials .icon {
    padding: 2px 7px;
    float: left;
}
.widget.widget_socials .socials a {
    color: #ffffff!important;
    font-size: 28px;
    display: inline-block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.widget.widget_socials .socials a:hover {
    color: #af9900!important;
}