.logo-header{
    position: absolute;
    top: 0;
    z-index: 300;
    width: 13vw!important;;
    height: 9vw;
    background: #fff;
    min-width: 144px!important;
    min-height: 111px;
    margin: auto;
    left: 0;
    right: 0;
}
.main_logo {
    margin: 10px;
}
.nav-menu {
    
}
.menu-items {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
ul.menu, ul.menu-right {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    width: 670px;
}
ul.menu {
    justify-content: flex-start;
    align-items: flex-start;
}
ul.menu-right {
    justify-content: flex-end;
    align-items: flex-start;
}
ul.menu li, ul.menu-right li {
    width: 50%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    -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;
}
ul.menu li {
    background-color: #9ebe3d;
}
ul.menu li:nth-child(2) {
    background-color: #8db03d;
}
ul.menu-right li {
    background-color: #7ca23e;    
}
ul.menu-right li:nth-child(2) {
    background-color: #6b953e;
}

.menu li a, .menu-right li a {
    text-decoration: none;
    padding: 17px;
    color: #ffffff;
    margin-left: 25px;
    font-size: 15px;
    font-weight: 700;
}
.menu li:hover, .menu li:focus, .menu-right li:hover, .menu-right li:focus {
    background-color: #282828!important;
}
.menu li a:hover, .menu li a:focus, .menu-right li a:hover, .menu-right li a:focus {
    color: #ffffff!important;
}

/* banner */
.banner-principal {
    background-image: url(../../images/public/bg-itc.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 370px;
}
.banner-principal h1 {
    color: #fff;
    text-shadow: 4px 3px 3px black;
    font-size: 65px;
    font-weight: 600;
    font-variant: all-small-caps;
    padding-top: 120px;
}
.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: #9ebe3d 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: #87a431 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;
}
.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: #9ebe3d !important;
    border-radius: 6px!important;
}
.card-body .pure-button:hover, .card-body .pure-button:focus {
    background-color: #87a431 !important;
}
.card-body .db-note,.card-body .container,.card-body .row {
    height: 100%;
    margin-top: 5px;
}
.card-body .row {
    padding-bottom: 15px;
}
.card-body .db-note .col-12.col-sm-12.col-md-8.col-lg-8.col-xl-8.col-xxl-8{
    padding-right: 0px;
}
.card-body .db-note .col-12.col-sm-12.col-md-8.col-lg-8.col-xl-8.col-xxl-8 .row {
    padding-bottom: 10px;
}
.card-body .db-note .d-block.img-fluid.mx-auto {
    max-height: 130px;
}
.card-body .db-note .col-12.col-sm-12.col-md-8.col-lg-8.col-xl-8.col-xxl-8 .row .col-md-12 p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#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: #2b2b2b;
    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;
    color: #fff !important;
}
.footer-home .logo_footer {
    width: 130px;
    margin: 0 auto;
    display: block;
}
.footer-home .logo_co_footer{
    width: 50px;
    margin: 0 auto;
    display: block;
}
.footer-home .footer-copy{
    background-image: url(../../images/public/bg-footer.6a322486.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 1.1em 26.042vw 1.1em 0;
    margin-top: 30px;
    color: #fff;
}
.footer-home .footer-copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-home .footer-copy ul li {
    font-size: 0.78vw;
    text-align: right;
}
.footer-home .footer-copy ul li:nth-child(2):after {
    content: " ";
    display: inline-block;
    width: 1.563vw;
}
.footer-home .footer-copy ul li:nth-child(3):after {
    content: " ";
    display: inline-block;
    width: 3.125vw;
}
.footer-home .row{
    margin-right: 0px;
}
#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: .3rem;
    font-size: 0.8vw;
}
.nav-link.nav-title{
    font-weight: 600;
    font-size: 15px;
}

ul.list-check {
    list-style: none;
}

ul.list-check li:before {
    content: '✓';
    font-weight: 900;
    color: #fff;
    margin-right: 10px;
}
.title-contact{
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
}

@media screen and (min-width: 64em) {
    .pluslet_body .pure-form select{
      width: 65% !important;
    }
}
@media only screen and (min-width: 1367px) {
    .footer-home .footer-copy {
        padding: 0.8em 38em 0.8em 0 !important;
    }
}
@media (max-width: 1024px) {
    .database-content-right {
        margin-top: 0px;
    }
}
@media (max-width: 876px) {
    .logo-header {
        position: relative;
    }
    #header {
        padding: 0px 0px 0px!important;
    }
    .menu-items {
        margin-top: 10px;
    }
    .banner-principal h1 {
        padding-top: 20px;
    }
}
@media (max-width: 647px) {
    .banner-principal h1 {
        font-size: 55px;
    }
}
@media (max-width: 621px) {
    .menu li a, .menu-right li a {
        font-size: 14px;
    }
}
@media (max-width: 595px) {
    .menu li a, .menu-right li a {
        font-size: 12px;
    }
}
@media (max-width: 544px) {
    .menu li a, .menu-right li a {
        font-size: 10px;
    }
}
@media (max-width: 493px) {
    .menu li a, .menu-right li a {
        font-size: 8px;
    }
}