@font-face {
    font-family: 'arialregular';
    src: url('font/arial-webfont.woff2') format('woff2'),
        url('font/arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arialbold';
    src: url('font/arialbd-webfont.woff2') format('woff2'),
        url('font/arialbd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.font-arial-regular{
    font-family: 'arialregular';
}
.font-arial-bold{
    font-family: 'arialbold';
}
.font-blanche{
    font-family: 'blanche_de_la_fontaineregular';
}
.img-logo-menu{
    width: 3.5rem;
}
.bg-transparent {
    background: rgb(47, 7, 7) !important;
}
.navbar.bg-transparent .navbar-nav .nav-item .nav-link{
    color: rgb(255, 255, 255);
}
.navbar.bg-transparent .navbar-nav .nav-item.active > .nav-link:hover{
    color: rgb(255, 255, 255);
}
.navbar.bg-transparent .navbar-nav .nav-item .nav-link:hover {
    color: rgb(255, 255, 255);
}
.navbar.bg-transparent .navbar-toggler {
    color: rgb(255, 186, 0);
    border: 1px solid rgb(255, 186, 0);
}
.img-fondo-menu{
    background-image: url(../img/fondo3.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    background-repeat: repeat-y;
    height: 100vh;
}
.img-fondo-content{
    background-color: #a89374;
    background-image: url(../img/fondo3.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    /*background-repeat: repeat-y;*/
    background-attachment: fixed;
    height: 100vh;
}
.img-fondo-content-menu{
    background-image: url(../img/fondo3.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    background-repeat: repeat-y;
    /*height: 100vh;*/
}
.img-categoria{
    background-image: url(../img/categoria/img-001.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto;
}
.a-categ p{
    font-size: 3.9rem;
    text-shadow: 1px 1px 2px #2f2e2e;
}
.a-categ .overlay .mask {
    opacity: .95;
}
.a-categ .overlay .mask:hover {
    opacity: 1;
}
.c-pointer{
    cursor: pointer;
}
.text-sublime {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    /*background: #ffba00;*/
    border: none;
    margin-top: 7px;
}
.text-sublime::before {
    content: "";
    width: 150px;
    height: 3px;
    background: #2F0707;
    position: absolute;
}
.cuadrado-cl-categ{
    background: #ffba00;
    padding: .5rem;
}
.mt-7{
    margin-top: 6rem;
}
.categorias h2 span{
    font-size: 2rem;
}
.precio{
    line-height: 1.9;
    color: #c08c00;
}
.hf-p{
    line-height: 1.3;
}
.lb-data .lb-caption{
    font-size: 1.4rem !important;
}
.text-tachado {
    text-decoration: line-through;
}
.badge-cl-amarillo {
    background-color: #ffba00 !important;
    color: #2f0707 !important;
}
.badge-cl-marron {
    background-color: #2f0707 !important;
    color: #ffba00 !important;
}
.btn-cc-amarillo{
    background: #ffba00;
    color: #2f0707;
    font-size: 0.8rem;
    font-weight: 500;
}
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    margin: -1.5rem 1rem 0 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.md-tabs {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    border: 0;
    padding: .7rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: -20px;
    background-color: #2bbbad;
    z-index: 1;
    position: relative;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}
.md-tabs .nav-link {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    color: #fff;
}
.md-tabs .nav-item.open .nav-link, .md-tabs .nav-link.active {
    background-color: #d19e17;
    color: #fff;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}
.light-blue.darken-3 {
    background-color: #2f0707 !important;
}
.custom-select:focus {
    border-color: #a59a7b;
    outline: 0;
    box-shadow: none;
}
.md-form input[type="date"]:focus:not([readonly]), .md-form input[type="datetime-local"]:focus:not([readonly]), .md-form input[type="email"]:focus:not([readonly]), .md-form input[type="number"]:focus:not([readonly]), .md-form input[type="password"]:focus:not([readonly]), .md-form input[type="search-md"]:focus:not([readonly]), .md-form input[type="search"]:focus:not([readonly]), .md-form input[type="tel"]:focus:not([readonly]), .md-form input[type="text"]:focus:not([readonly]), .md-form input[type="time"]:focus:not([readonly]), .md-form input[type="url"]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
    -webkit-box-shadow: 0 1px 0 0 #4285f4;
    box-shadow: 0 1px 0 0 #2f0707;
    border-bottom: 1px solid #2f0707;
}
.md-form input[type="date"]:focus:not([readonly]) + label, .md-form input[type="datetime-local"]:focus:not([readonly]) + label, .md-form input[type="email"]:focus:not([readonly]) + label, .md-form input[type="number"]:focus:not([readonly]) + label, .md-form input[type="password"]:focus:not([readonly]) + label, .md-form input[type="search-md"]:focus:not([readonly]) + label, .md-form input[type="search"]:focus:not([readonly]) + label, .md-form input[type="tel"]:focus:not([readonly]) + label, .md-form input[type="text"]:focus:not([readonly]) + label, .md-form input[type="time"]:focus:not([readonly]) + label, .md-form input[type="url"]:focus:not([readonly]) + label, .md-form textarea.md-textarea:focus:not([readonly]) + label {
    color: #2f0707;
}
.md-form .prefix.active, .md-form textarea ~ label.active, .md-form.md-outline input[type="date"]:focus:not([readonly]) + label, .md-form.md-outline input[type="datetime-local"]:focus:not([readonly]) + label, .md-form.md-outline input[type="email"]:focus:not([readonly]) + label, .md-form.md-outline input[type="number"]:focus:not([readonly]) + label, .md-form.md-outline input[type="password"]:focus:not([readonly]) + label, .md-form.md-outline input[type="search-md"]:focus:not([readonly]) + label, .md-form.md-outline input[type="search"]:focus:not([readonly]) + label, .md-form.md-outline input[type="tel"]:focus:not([readonly]) + label, .md-form.md-outline input[type="text"]:focus:not([readonly]) + label, .md-form.md-outline input[type="time"]:focus:not([readonly]) + label, .md-form.md-outline input[type="url"]:focus:not([readonly]) + label, .md-form.md-outline textarea.md-textarea:focus:not([readonly]) + label {
    color: #d19e17;
}
.brown-text {
    color: #2f0707 !important;
}
.table-cart thead {
    background-color: #2f0707;
}
.table-cart thead th {
    color: #fff;
    border-bottom: none;
    border-right: none;
}
.table-cart tr th {
    text-align: center;
    font-weight: 600;
}
.table-cart tr td {
    font-size: 1.1rem;
    text-align: center;
    vertical-align: middle;
}
.table-cart tr td p.total-pagar{
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: .02rem;
    color: #2f0707;
}
.text-warning {
    color: #ffba00 !important;
}
.text-marron{
    color: #2f0707;
}
.img-inicio{
    width: 20rem;
}
.text-bienv{
    font-size: 5.5rem;
}
.my-duration {
    animation-duration: 2s;
}
.btn-cart{
    border-radius: 30px;
    padding: .4rem .6rem;
}
.btn.btn-sm-cart {
    padding: 0.3rem 1rem;
    font-size: .64rem;
}
.alert-success{
    color: #2f0707;
    background-color: rgba(255, 186, 0, 0.97);
    border: rgba(255, 186, 0, 0.97);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 0px;
}
.cart-pagar-total > ul {
    border: 1px solid #ddd;
    padding-left: 0px;
}
.cart-pagar-total > ul > li {
    list-style: none;
    font-size: 15px;
    color: #252525;
    padding: 10px 30px;
    border-bottom: 1px solid #ebebeb;
}
.cart-pagar-total > ul > li.cart-pg-total {
    font-size: 1rem;
    font-weight: 600;
}
.cart-pagar-total ul > li > span {
    float: right;
}
.card{
    background: rgba(255, 255, 255, 0.6);
}
.modal-content-rbg{
    background: rgba(255, 255, 255, 0.8);
}
.h1-titulo{
    font-size: 4.5rem !important;
}
a.dropdown-item:focus, a.dropdown-item:hover {
    color: #ffba00;
}
.dropdown-menu{
    padding: 0;
}
.dropdown-menu-marron{
    background: #2f0707;
}
.navbar .dropdown-menu-marron a {
    color: #ffba00;
}
.dropdown-menu-marron a.dropdown-item:focus, .dropdown-menu-marron a.dropdown-item:hover {
    color: #ffba00;
    background-color: #452020;
}
.dropdown .dropdown-menu-marron .dropdown-item:active {
    background-color: #452020;
}
.categorias h2.font-blanche{
    font-size: 3.3rem;
    line-height: 0.8;
}
.card-shadow{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}
.modal-dialog.mt-cascade{
    margin-top: 1rem;
}
.h2-dni{
    color: #2f0707;
    letter-spacing: .1rem; 
}
.btn.btn-dni{
    font-size: 1.6rem;
    line-height: 1.2;  
    margin-bottom: 1.5rem;
    font-family: 'arialbold';
}
.btn-cl-verde-cc{
    background: #529a50;
    color: #fff;
}
.btn-cl-verde-cc:hover, .btn-cl-verde-cc:active, .btn-cl-verde-cc:focus{
    background: #529a50;
    color: #fff;
}
.btn-cl-marron-cc{
    background: #2f0707;
    color: #fff;
}
.btn-cl-marron-cc:hover, .btn-cl-marron-cc:active, .btn-cl-marron-cc:focus{
    background: #2f0707;
    color: #fff;
}
.modal-dialog.cascading-modal .modal-c-tabs .tab-content-dni {
    padding: 0.7rem 0 0;
}
.modal-dialog .modal-content {
    background: rgba(255, 255, 255, 0.6);
}
.custom-select{
    background-color: rgba(255, 255, 255, 0.6);
}
.buscador {
    border-radius: 30px;
    background: rgba(101, 49, 49, 0.29);
    color: #ffba00;
    border: 1px solid #d7a110;
}
.buscador:focus {
    color: #ffba00;
    background-color: #2f0707;
    border-color: #d5a011;
    outline: 0;
    box-shadow: none;
}
.buscador::placeholder {
    color: #b68910;
}
.ui-front {
    z-index: 1031;
}
.ui-widget-content {
    background: #2f0707;
    color: #ffba00;
    /*font-size: .8rem !important;*/
    border: 1px solid rgba(255, 186, 0, 0.1) !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid #2f0707;
}
.ui-widget-content .ui-menu-item .ui-menu-item-wrapper:hover {
    background: rgba(101, 49, 49, 0.29);
    color: #ffba00;
    border: 1px solid rgba(101, 49, 49, 0.29);
}
table.table-sm td.py-cafe-mlo, table.table-sm th.py-cafe-mlo {
    border: none;
}
.text-light {
    color: #f9f9f9 !important;
}
.btn-outline-primary {
    border: 1px solid #2f0707 !important;
    background-color: transparent !important;
    color: #2f0707 !important;
}
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary:focus, .btn-outline-primary:hover {
    border-color: #2f0707 !important;
    background-color: transparent !important;
    color: #2f0707 !important;
}
.modal-dialog .modal-content.modal-tp {
    background: rgb(255, 255, 255);
}
/*
--------------------------------------------------------------------------------------------------
                                            @QUERIES
--------------------------------------------------------------------------------------------------
*/
@media (min-width: 1200px){
    .a-categ p {
        font-size: 3.8rem !important;
    }
}
@media (min-width: 991px){
    .buscador {
        width: 350px !important;
    }
    .img-fondo-content-menu{
        background-image: url(../img/fondo3.jpg);
        height: 100vh;
    }
    .a-categ p {
        font-size: 3.3rem;
    }
    .w-100-xs {
        width: auto !important;
    }
}
@media(min-width: 766px){
    .img-fondo-content-menu{
        background-image: url(../img/fondo3.jpg);
        /*height: auto;*/
    }

}

/*@media (min-width: 766px) and (max-width: 990px) {
    .img-fondo-content-menu{
        height: 100vh;
    }
}*/

@media(max-width: 765px){
    .img-fondo-content-menu{
        background-image: url(../img/fondo3.jpg);
        height: auto;
    }
}
@media(min-width: 576px){
    .navbar.fixed-top .navbar-collapse {
        overflow-x: visible;
        overflow-y: visible;
    }
    .w-100-xs{
        width: 100%;
    }
}
@media(max-width: 575px){
    .img-fondo-content-menu{
        background-image: url(../img/fondo3.jpg);
        height: auto;
    }
    .h1-titulo {
        font-size: 3rem !important;
    }
    .mt-xs-pd-menu{
        margin-top: 5rem;
    }
    .btn.btn-dni{
        padding: .9rem 1.4rem;
    }
    table.table-sm td.py-cafe-mlo, table.table-sm th.py-cafe-mlo {
        padding-top: .4rem;
        padding-bottom: .4rem;
        border: none;
    }
    .w-100-xs{
        width: auto;
    }
    .text-bienv {
        font-size: 2.6rem;
    }
    .img-inicio {
        width: 15rem;
    }
}
@media(max-width: 365px){
    .card .card-body .card-text {
        font-size: .75rem;
    }
    .categorias h5{
        font-size: 1rem;
    }
    .categorias p{
        font-size: .9rem;
    }
    .btn.btn-sm-xs{
        padding: 0.3rem 0.5rem !important;
    }   
    .md-form .label-xs{
        font-size: .8rem;
    }
    .form-control-search-xs-ms {
        width: 92%;
    }

}