/*Logo*/
.logo-market {
    height: 85px !important;
}

/*Menu*/

.navbar-inner {
    background-color:#00abda;
}

.navbar .nav>li>a {
    padding: 14px 35px;
    border-radius: 5px;
    margin-right: 5px;
    color: #ffffff;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #ffffff;
}

/*boton*/

.page-content .btn {
    background-color: #f5f5f5;
    border-color: #00abda;
    border: 3px solid #00abda;
    text-transform: uppercase;
    font-weight: 700;
}

.btn:hover {
        color: #ffffff;
        background-color:#00B6CC; !important;
    }
    
/*boton flotante*/

.turno{
    position: fixed;
    bottom: 0;
    right: 25px;
    z-index: 10;
    max-width: 100%;+
    display: block;
    width: 40px;
}
.turno a{
display:block; background:#ffffff; color: #00627F; padding:12px 14px;border-bottom:6px solid #00627F;
 border-radius: 5px 5px 0 0 ;box-shadow:0 0 2px #222;font-size:16px;
}

.turno a:hover{border-bottom:6px solid #fff;background:#00627F;color:#fff;text-decoration:none;;}
.affix-at-top .brand img.logo-market {
    height: 100px !important;
    min-height: 10px !important;
    transition: all 0.5s ease-in-out;
}