@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;
}
body{
    background-image: url(../img/fondo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.font-arial-regular{
    font-family: 'arialregular';
}
.font-arial-bold{
    font-family: 'arialbold';
}
.font-blanche{
    font-family: 'blanche_de_la_fontaineregular';
}

.ms-img_fondo{
    /*    background-image: url(../img/fondo.jpg);
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        width: 100vw;
        height: 100vh;*/
    margin-bottom: 3rem;
}
.ms-img_fondo_content{
    /*    background-image: url(../img/fondo.jpg);
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;*/
}
.ms-img_fondo h1{
    font-size: 5.5rem !important;
    margin-top: 6rem;
}
.ms-img_fondo img{
    width: 19rem;
}
/*SESION*/
.ms-sesion img{
    width: 4rem;
}
.ms-sesion a{
    display: inline;
}
.ms-sesion .ms-marron{
    background: rgb(47, 7, 7);
}
.ms-shadow{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}
.ms-sesion_user{
    margin-bottom: 5rem;
}
.ms-sesion_user h5{
    position: relative;
    top: -2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: .25rem !important;
    border-bottom: 0;
    padding: .8rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}
.ms-sesion_user h5 a{
    display: block;
    padding: .6rem;
    background: #ffba00;
    border-radius: .25rem;
}
.ms-marron{
    background: rgb(47, 7, 7);
}
.ms-amarillo{
    background: #ffba00;
}
.ms-btn_amarillo{
    background: #ffba00;
}
.ms-btn_marron{
    background: rgb(47, 7, 7);
}
.ms-sesion_user .ms-mt_user{
    margin-top: 7rem;
}

.md-form input:not([type]):focus:not([readonly]),
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid rgb(47, 7, 7);
    -webkit-box-shadow: 0 1px 0 0 rgb(47, 7, 7);
    box-shadow: 0 1px 0 0 rgb(47, 7, 7);
}

.md-form input:not([type]):focus:not([readonly])+label,
.md-form input[type="text"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="password"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="email"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="url"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="time"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="date"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="number"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="search"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="search-md"]:focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
    color: rgb(47, 7, 7);
}
.md-form .validate {
    margin-bottom: 2.3rem;
}
.md-form.form-sm .validate {
    margin-bottom: 1rem;
}
.md-form .prefix.active {
    color: #d19e17;
}
/*MENU*/
.ms-menu a img{
    width: 3.5rem;
}
.ms-badge-warning {
    color: #2f0707 !important;
    background-color: #fb3 !important;
}
.ms-menu .badge{
    padding: .4rem .5rem;
    border-radius: 1rem;
}
.ms-ul-nav{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.ms-ul-nav{
    display: inline-block;
}
.ms-ul-nav li{
    display: inline-block;
}
.ms-ul-nav li a{
    color: #fff;
    padding: .5rem .3rem;
}
.ms-ul-nav li a.nav-link.ms-a_1{
    color: #fff;
}
.ms-cuestion{
    font-size: 4.5rem;
}
.text-sublime {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
    margin-top: 7px;
}
.text-sublime::before {
    content: "";
    width: 150px;
    height: 3px;
    background: #2F0707;
    position: absolute;
}
.a-categ .overlay .mask {
    opacity: .95;
}
.a-categ p {
    font-size: 3.8rem;
    text-shadow: 1px 1px 2px #2f2e2e;
}
.c-pointer {
    cursor: pointer;
}
.ms-dropdown_menu_bn{
    min-width: 18rem;
    padding-left: .4rem;
    padding-right: .4rem;
}
.ms-dropdown_menu_bn p{
    font-size: 0.85rem;
    font-weight: bold;
    color: #2f0707;
    margin-bottom: .3rem
}
.ms-dropdown_menu_bn p span{
    font-size: .75rem;
}
.ms-dropdown_menu_bn button{
    margin-top: 0px;
}
.ms-dropdown_menu_bn button.btn.btn-sm{
    padding: .4rem 1.3rem;
    font-size: .64rem;
}
.ms-dropdown_menu_bn button i{
    font-size: 1rem;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #6c6666;
    outline: 0;
    box-shadow: none;
}
/*CAFE*/
.ms-sesion a.ms-ib {
    display: inline-block;
}
.ms-prod .badge {
    padding: .4rem .5rem;
    border-radius: 1rem;
}
.categorias h2.font-blanche {
    font-size: 3.3rem;
    line-height: 0.8;
}
.categorias h2 span {
    font-size: 2rem;
}
.ms-card-prod .ms-h5-prod{
    font-size: 1.25rem;
}
.custom-select:focus {
    border-color: #6c6666;
    outline: 0;
    box-shadow: none;
}
.card.ms-card-prod{
    background: rgba(255, 255, 255, 0.6);
}
.text-deliver{
    color: #880e4f;
}
.categorias .ms-pd-4{
    padding-top: 4.5rem;
}
.toast-sg{
    width: auto;
    position: fixed;
    top: 0px;
    right: 0px;
    margin: 15px;
    background-position: 15px center;
    background-repeat: no-repeat;
    opacity: .97;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);*/
    z-index: 999999;
}
.alert-sg{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 15px;
    background-position: 15px center;
    background-repeat: no-repeat;
    opacity: .98;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    cursor: pointer;
    margin-bottom: 10px;
}
.alert-amarillo{
    background-color: #ffba00;
    color: #2f0707;
}
.ms-ul-nav li .ms-dropdown_cat a.dropdown-item{
    color: #2f0707;
}
.brown-text {
    color: #2f0707 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: rgba(255, 186, 0, 0.83);
}
/*BUSCADOR*/
.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);
}

/*BUSCADOR*/
/*INICIAR SESION*/
.btn.btn-dni {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 1.3rem;
    font-family: 'arialbold';
}
.btn-cc-amarillo {
    background: #ffba00;
    color: #2f0707;
    font-size: 0.8rem;
    font-weight: 500;
}
.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;
}
.h2-dni {
    color: #2f0707;
    letter-spacing: .1rem;
    margin-top: .55rem;
}
.ms-num_dni{
    height: 40px;
}
.ms-mt_user h2.font-blanche {
    font-size: 3.3rem;
    line-height: 0.8;
}
.ms-sesion_user .ms-mt_user.ms-login {
    margin-top: 2rem;
}
.ms-sesion_user h5.ms-cascade {
    top: 1.2rem;
    z-index: 1029;
}
/*INICIAR SESION*/
/*COMBO*/
.card .card-body .card-text.hf-p {
    color: #4f4e4e;
}
.btn.btn-sm.ms-btn-combo {
    padding: .5rem 2.6rem !important;
}
/*COMBO*/
/*CARRITO*/
.ms-cart p{
    font-weight: 400;
    font-size: 1.25rem;
}
.ms-cart .table-p p{
    font-size: 1.100rem;
    font-weight: lighter !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;
    font-family: 'arialregular';
}
.btn.btn-sm-cart {
    padding: 0.3rem 1rem;
    font-size: .64rem;
}
.table-cart tr td {
    font-size: 1.1rem;
    text-align: center;
    vertical-align: middle;
}
.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 > span {
    float: right;
}
.cart-pagar-total > ul > li.cart-pg-total {
    font-size: 1rem;
    font-weight: 600;
}
/*CARRITO*/
/*ORDEN DE PAGO*/
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #2f0707;
    background-color: #2f0707;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(47, 7, 7, 0.25);
}
.ms-c_pointer{
    cursor: pointer;
}
.ms-banca img{
    margin-left: .2rem;
    margin-right: .2rem;
    height: 40px;
    margin-bottom: .5rem;
}
.ms-titulo_cuentas{
    font-size: 1.3rem;
    line-height: 1.1em;
}
.ms-ml-xs{
    margin-left: 1rem;
}
/*ORDEN DE PAGO*/
.ms-img_fondo h1.ms-exitosa {
    font-size: 3rem !important;
}
.ms-mt-poexit{
    margin-top: 5rem;
}
.ms-img_fondo.ms-oe img {
    width: 4rem;
}
.ms-pb-complete{
    /*padding-bottom: 5rem;*/
}
.ms-pd-4.ms-pdt-menu-complete {
    /*padding-top: 8.5rem;*/
}
.ms-pdb-menu-complete{
    /*padding-bottom: 8rem;*/
}
.ms-pdb-cat-complete{
    /*padding-bottom: 5rem;*/
}
textArea{
    resize: none;
}
/*----------------------------BUSCRADOR HTML-------------------------------*/
.ms-buscador-pers{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: rgb(47, 7, 7);
    border: 1px solid #ffba00;
    font-size: 0.8rem;
}
.ms-buscador-pers::placeholder {
    color: #d2d2d2;
}
.ms-buscador-pers:hover,.ms-buscador-pers, .ms-buscador-pers:focus{
    color: #ffba00;
    background: rgb(47, 7, 7);
    border-color: #fbbf1d;
    outline: 0;
    box-shadow: none;
}
.ms-buscador-pers-bt{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: .3rem 1.5rem;
}
.ms-buscador-pers-bt.btn.btn-sm{
    padding: .4rem 1.5rem;
}
.ms-buscador-pers-bt i{
    font-size: .9rem;
    line-height: 1.05em;
}
.ms-pdt-contain{
    border-top: 1px solid #390d0d;
    padding-top: .3rem;
}
.ms-hidden-buscador{
    display: none;
}
.ms-buscador-pers-tablet form{
    display: inline-flex;
}
.ms-buscador-pers-tablet .ms-buscador-pers{
    margin-bottom: 0px !important;
    width: 350px;
}
.ms-buscador-pers-tablet .ms-buscador-pers-bt.btn.btn-sm {
    padding: .2rem 1.5rem;
}
/*----------------------------BUSCRADOR HTML-------------------------------*/ 
.ms-logo-band{
    width: 40px;
}
.ms-cart p {
    font-weight: 400;
    font-size: 1rem;
}
.ms-cart p.ms-title-pp{
    font-size: 1.3rem;
    margin-bottom: 0;
}
.ms-text-amarillo{
    color: #ffba00;
}
.ms-font-text{
    font-weight: bold;
    font-size: 1.2rem;
}
.ms-banca img.ms-niubiz {
    height: 70px;
}
.ms-hidden-hr-md{
    display: none;
}
.ms-plin{
    margin-top: 4rem;
    width: 15rem;
}
.ms-niu{
    height: 55px !important;
    width: 55px !important;
}
.ms-banca img.ms-cv {
    height: 50px;
}
/* WHATSAPP */
.whatsapp{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 23px;
    left: 25px;
    z-index: 16000160;
    font-size: 28px;
}
.btn-floating-whstp{
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.4) !important;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4) !important;
    border-radius: 50%;
}
.btn-floating-whstp i{
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
    line-height: 58px;
    font-size: 1.68em;
}
.bg-whtsp{
    background: #4dc247 !important;
}
.btn-floating:hover{
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
}
/*=========================================== QUERIES =====================================*/
@media (min-width: 1200px){
    .a-categ p {
        font-size: 3.8rem !important;
    }
}
@media (max-width: 1199px) {
    .ms-card-prod .card-body p.ms-p-subtitulo {
        line-height: 1em;
    }
    .ms-card-prod .ms-h5-prod {
        line-height: 1em;
    }
    .a-categ p {
        font-size: 3rem;
    }
}
@media (max-width: 991px) {
    .ms-img_fondo h1{
        font-size: 4.5rem !important;
    }
    .ms-img_fondo img{
        width: 17rem;
    }
    .ms-sesion img {
        width: 4rem;
    }
    .ms-mt_user h2.font-blanche {
        font-size: 3rem;
    }
    .ms-buscador-pers-tablet .ms-buscador-pers {
        width: 250px;
    }
    .ms-plin {
        margin-top: 3rem;
        width: 14rem;
    }
}
@media (max-width: 767px) {
    .ms-img_fondo h1{
        font-size: 2.5rem !important;
    }
    .ms-img_fondo img{
        width: 15rem;
    }
    .ms-sesion img {
        width: 4rem;
    }
    .ms-sesion_user .ms-mt_user{
        margin-top: 5rem;
    }
    .ms-cuestion {
        font-size: 3rem;
    }
    .ms-sesion_user h5 {
        padding: .7rem;
    }
    .ms-mt_user h2.font-blanche {
        font-size: 2.2rem;
        line-height: 0.5;
    }
    .ms-sesion_user .ms-mt_user.ms-login {
        margin-top: 1rem;
    }
    .categorias .ms-pd-4 {
        padding-top: 7rem;;
    }
    .categorias .ms-pd-row .col-sm-12.mb-3 {
        margin-bottom: .5rem !important;
    }
    .alert-sg{
        font-size: 0.85rem;
    }
    .ms-card-prod .ms-h5-prod.ms-p-combo {
        margin-top: .2rem;
        margin-bottom: 0.5rem !important;
        font-weight: 600
    }
    .dropdown-toggle::after {
        margin-left: .0001rem;
    }
    .ms-cart p {
        font-size: .8rem;
        margin-bottom: .3rem;
    }
    .ms-cart .table-p p {
        font-size: .8rem;
    }
    .cart-pagar-total{
        margin-top: 1rem;
    }
    .table-cart tr th {
        font-size: 0.8rem;
    }
    .cart-pagar-total > ul > li {
        font-size: .8rem;
        padding: 6px 10px;
        border-bottom: 1px solid #ddd;
    }
    .ms-banca img{
        margin-left: .2rem;
        margin-right: .2rem;
        height: 30px;
        margin-bottom: .5rem;
    }
    .ms-m_label{
        margin-bottom: .2rem;
    }
    .ms-titulo_cuentas {
        font-size: 1.05rem;
        line-height: 1.5em;
    }
    .ms-ml-xs{
        margin-left: .5rem;
        margin-right: .5rem;
    }
    .ms-card-bd-xs{
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .ms-img_fondo h1.ms-exitosa {
        font-size: 1.5rem !important;
    }
    .ms-gp{
        font-size: 1rem;
    }
    .ms-mt-poexit {
        margin-top: 2rem;
    }
    .ms-pd-4.ms-pdt-menu-complete {
        /*padding-top: 5.5rem;*/
    }
    .ms-pdb-menu-complete {
        padding-bottom: 12rem;
    }
    .ms-menu a img{
        width: 2.5rem;
    }
    .ms-hidden-xs{
        display: none;
    }
    .ms-ul-nav li.ms-buscador-pers-tablet{
        display: none;
    }
    .ms-hidden-buscador{
        display: block;
    }
    .ms-h4-oe{
        font-size: 1.2rem;
        margin-bottom: 0px;
    }
    .cart-pagar-total > ul > li.ms-font-tam-xs {
        font-size: .9rem;
    }
    .cart-pagar-total.ms-tp-xs {
        margin-top: .5rem;
    }
    .ms-hidden-hr-md{
        display: block;
    }
    .ms-plin{
        margin-top: 0rem;
        width: 9rem;
    }
    .ms-h6-leyenda{
        font-size: .7rem;
    }
}
@media (max-width: 575px) {
    .ms-img_fondo h1{
        font-size: 2.5rem !important;
    }
    .ms-img_fondo img{
        width: 13rem;
    }
    .ms-sesion img {
        width: 3.3rem;
    }
    .ms-sesion_user .ms-mt_user{
        margin-top: 3.5rem;
    }
    .ms-cuestion {
        font-size: 2.2rem;
    }
    .a-categ p {
        font-size: 3.8rem;
        text-shadow: 1px 1px 2px #2f2e2e;
    }
    .ms-mt_user .col-6{
        padding-left: .8rem;
        padding-right: .8rem;
        margin-bottom: .8rem !important;
    }
    .ms-sesion_user h5 {
        padding: .5rem;
    }
    .ms-card-prod .ms-h5-prod {
        font-size: .95rem;
        line-height: 1em;
    }
    .ms-card-prod  .card-body p.ms-p-subtitulo {
        font-size: .75rem;
        line-height: 1em;
    }
    .ms-card-prod  .card-body button.px-2.btn.btn-sm {
        padding: .5rem 1rem !important;
    }
    .ms-lb-cant .md-form label {
        font-size: .9rem;
    }
    .categorias .ms-pd-row .col-sm-12.mb-3{
        padding-left: 10px;
        padding-right: 10px;
    }
    .btn.btn-dni {
        padding: .7rem 1.4rem;
    }
    .h2-dni {
        font-size: 1.5rem;
        margin-top: .3rem;
    }
    .ms-num_dni {
        height: 35px;
    }
    .btn.btn-dni {
        margin-bottom: .8rem;
        font-size: 1.5rem;
    }
    .ms-card-prod .card-body button.px-2.btn.btn-sm.ms-btn-combo {
        padding: .5rem 1.8rem !important;
    }
    .btn.btn-sm.ms-btn-cupon {
        padding: .5rem 1rem;
    }
    .categorias h2.font-blanche {
        font-size: 2.3rem;
    }
    .ms-pd-4.ms-pdt-menu-complete {
        /*padding-top: 6rem;*/
    }
    .ms-pdb-menu-complete {
        padding-bottom: 12rem;
    }
}
@media(max-width: 360px){
    .ms-img_fondo img{
        width: 12rem;
    }
    .ms-cuestion {
        font-size: 2rem;
    }
    .ms-card-prod  .card-body.p-2{
        padding-top: .3rem !important;
    }
    .ms-pd-4.ms-pdt-menu-complete {
        /*padding-top: 6rem;*/
    }
    .ms-pdb-menu-complete {
        padding-bottom: 12rem;
    }
}