@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,900);

/* --- GENERALES --- */

.carousel {
    margin-bottom: 0px;
}

.page-body {
    margin: 0px 0;
}

.page-header {
    display: none;
}

/* --- MENÚ --- */

.logo-market {
    height: 70px!important;
}

.navbar .nav {
    float: right;
}

.navbar .nav>li>a {
    padding: 35px 15px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
}

.navbar .logo-market {
    margin: 0px 0;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    border-top: 4px solid;
    border-top-color: #ff821c;
    background-color: rgba(222, 222, 222, 0);
    color: #ff821c;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    background-color: rgba(222, 222, 222, 0);
    color: #ff821c;
    text-decoration: none;
    border-top: 4px solid;
    border-top-color:  rgba(222, 222, 222, 0);
}

.navbar .nav>li>a {
    border-top: 4px solid;
    border-radius: 0;
    margin: 0 0px;
    border-top-color:  rgba(222, 222, 222, 0);
}

/* --- TIPOGRAFÍAS TÍTULO Y CUERPO --- */

.page-content h1 {
    font-family: 'Titillium Web', sans-serif;
    color: #444343;
    font-weight: 900;
    letter-spacing: 0px;
}

.page-content h2 {
    font-family: 'Titillium Web', sans-serif;
    color: #444343;
    font-weight: 600;
    letter-spacing: 0px;
}

h3, h4 {
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0px;
}

.page-content p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    color: #686767;
    font-weight: 300;
    letter-spacing: 0px;
}

body, p {    
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    color: #686767;
    font-weight: 300;
    letter-spacing: 0px;
}

/* --- BOTONES Y LÍNEAS --- */

.page-content .btn {
    font-family: 'Titillium Web', sans-serif;
    color: #ffffff;
    background-color: #47d1e9;
    font-weight: 600;
    line-height: 25px;
    border: none;
    font-size: 18px;
    padding: 3px 18px;
}

.btn {
    font-family: 'Titillium Web', sans-serif;
    color: #ffffff;
    background-color: #47d1e9;
    font-weight: 600;
    line-height: 25px;
    border: none;
    font-size: 18px;
    padding: 3px 18px;
}

/* --- FORMULARIO --- */

.form-actions {
    padding: 10px 0px 0px;
    text-align: center;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #ffffff !important;;
    background-color: #ff7a00 !important;
    border: none;
}

.modal-footer .btn-link {
    color: #ffffff;
}

/* --- CARRITO DE COMPRAS --- */

.listado-productos .thumbnail h5 a {
    color: #ff7a00;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

.control-group .btn {
    color: #ffffff;
}

.listado-productos .btn-primary {
    border: none;
}

a {
    color: #444343;
}

a:hover, a:focus {
    color: #ff821c;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #ffffff;
    background-color: #e6e6e6;
    border: none;
}

.nav-tabs>li>a {
    font-size: 15px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ff7a00;
}

.pagination ul>.active>a, .pagination ul>.active>span {
    color: #ff821c;
}


/* --- FOOTER --- */

.modal-footer {
    font-size: 16px;
}

@media (max-width: 979px){
    .logo-market {
        height: 50px!important;
    }
}