
html {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #AE8E1B;
  }

body {
    font: 14px / 21px 'Noto Sans' , sans-serif;
    background: #fff;
    color: #595959;
    -webkit-font-smoothing: antialiased;
}

body a, ul.ficha b{
    color: #ae8e1b;

}

header {
    padding: 0 0 2em 0;
    background: #49405d;
}


.logo h1 {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    padding-top: 34px;
}


.logo  span.slogan {
    font-size: 18px;
    color: #fff;
    margin: .5em 0 0;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    display: block;
}

ul.nav{
        width: 100%;
        box-shadow: 0 4px 4px rgb(0 0 0 / 5%);
        background: #fff;
        z-index: 9000;
}

ul.nav li{
    line-height: 55px;

}

ul.nav a{
    color: #999;
    text-transform: uppercase;
    line-height: 2em;
    padding: 18px;

  
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul.nav a.active, ul.nav > li > a:hover {
    color: #ae8e1b;
    box-shadow: 0 -4px 0 #ae8e1b inset;
}

div.title{
    text-align: center;
    margin: 30px auto;
}

h2 {
    padding: 20px 0px 2px 0;
    color: #AE8E1B;
    text-transform: uppercase;
    border-bottom: 1px solid #AE8E1B;
    text-align: center;
    margin:10px auto 30px auto;
    display: inline-block;
    position: relative;
    width: auto;

}

div.scroll{
    height: 298px;
    overflow: auto;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #AE8E1B;
    font-weight: bold;
    background: #eee;
}

.nav-link{
    color: #49405d;
}

div.container{
    padding: 10px 100px;
}

#nav-tab{
    margin-top: 20px;
}


#book .owl-nav {
    position: absolute;
    top: 48%;
    width: 100%;
}

#book .owl-prev{
    float: left;
    margin-left: -20px;
}

#book .owl-next{
    float: right;
    margin-right: -20px;

}

#book button{
    color: #fff;
    background: #AE8E1B;
    width: 40px;
    height: 40px;
}

div.taps{
    margin-bottom: 20px;
}

#sell div.item h5{
    text-align: center;
    font-weight: bold;
    margin: 10px auto;
    background: #ddd;
    padding: 20px 0;
    height: 88px;
}

#sell div.item a{
    color: #AE8E1B;
    border: 1px solid #ae8e1b;
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

div.item h5 {
    margin: 25px 0 0;
    color: #C8A732;
    text-transform: uppercase;
    background: #f8f8f8;
    padding: 5px;
    text-align: center;
}

div.item h6 {
    margin: 5px 0 0;
    color: #A4A5A6;
    background: #f8f8f8;
    padding: 10px 5px;
    
}

div.item a {
    border: 2px solid #3C3C3C;
    color: #3C3C3C;
    display: block;
    font-size: 13px;
    letter-spacing: 0.2em;
    overflow: hidden;
    padding: 8px 20px;
    margin-top: 1em;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    width: 88%;
}

.item a:hover {
    color: #C8A732;
}


footer {
    padding: 6em 0 3em;
    background: #eee;
    border-top: 1px solid rgba(0,0,0,.1);
    text-align: center;
}

#marisa > div.row.text-center > a{
    margin-top:45px;
    display:block;
    font-size:18px;
}

div.botones{
    position:absolute;
}

div.botones button {
    
        border: none;
    color: #ae8e1b;
    font-size: 24px;
    float: right;
    background: none;

}

@media (max-width: 1023px) {
    img.book{
        display: none;
       
    }
    header {
        padding: 0 0 2em 0;
        background: #49405d!important;
    }

    div.scroll{
        margin-top: 20px;
    }
    div.container{
        padding: 20px;
    }
    
  }
