
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");


* {
    font-family: ;
}


::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #cacaca;
}

.pruebita{
    background:  Hello world;
}

.fondoGradiente{
    background: linear-gradient(to bottom,  , white);
}

.firstHeader{
   background-color:  !important; 
}

.jssocials-share-link { border-radius: 50%; }

.footerBG{
   background-color:  !important;  
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { overflow-y: visible !important; }


html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: ;
    
}

.colorFondo{
  background-color: ;
}

.letrasContrasteFondo{
  color: ; 
}

.letrasNormales{
    color: ;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff ;
    background-color: ;
    border-color:  ;
}

.lateralMenuItem{
    color: ;
}

.dropdown-item {
    cursor: pointer !important;
}

.cartControlIcons{
    cursor: pointer !important;
}

.swal2-styled.swal2-confirm{
    background-color:  !important;    
}

.dropdown-menu {
    z-index: 1000 !important;
}

.navbar {
    background-color: ;
}


.medalla {
    font-size: 18px;
}

.listaCategorias {
  justify-content: left !important;
    overflow-x: auto;
    white-space: nowrap;
    //top: 40px;
    top: 0px;
    position: sticky;
    z-index: 999;
    background-color: ;
    
}

.active {
    font-size: 25px !important;
    color: ;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.headerelement {
    font-size: 25px !important;
    color: ;
    text-decoration: none;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.active::after,
.headerelement::after {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.active:hover,
.headerelement:hover {
    font-size: 20px !important;
    color: ;
    text-decoration: underline;
    cursor: pointer;firstHeader
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
}

.headerelement:hover::after {
    opacity: 1;
}

.form-control:focus {
    box-shadow: unset !important;
}

.schedule {
    font-size: 20px;
    color: white;
    font-weight: lighter;
    text-decoration: none;
}

.nonschedule {
    font-size: 20px;
    font-weight: lighter;
    text-decoration: none;
}

.nonschedule:hover {
    color: ;
    cursor: pointer;
}

.schedule:hover {
    color: white;
    font-weight:bold
}

.menucategories {
    display: block;
    cursor: pointer;
    font-size: 18px !important;
    color: ;
    text-decoration: none;
    font-weight: 300;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menucategories::after {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menucategories:hover {
    text-decoration: underline;
    color: ;
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
}

.menucategories:hover::after {
    opacity: 1;
}

.menucategoriestitle {
    font-size: 45px;
    color: ;
    font-weight: bold;
}

.menucategoriestitlealt {
    font-size: 45px;
    color: ;
    text-decoration: underline;
    font-weight: bold;
}

.cardimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cardprice {
    font-weight: bold;
    font-size: 20px;
}

.carddescription {
    color: grey;
    max-height: 45px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cardtitle {
    width: 160px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}


.btn-primary {
    background-color: ;
    border-color: ;
}

.btn-primary:hover {
    background-color: ;
    
}

.swal-button{
    background-color: ;
    border-color: ;
}

.swal-button:hover {
    background-color: ;
    
}

.swal-button:active {
    background-color: ;
}

.swal-button:not([disabled]):hover {
    background-color: ;
}

.btn-primary2 {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

.btn-primary2:hover {
    background-color: #0043a8;
    border-color: #0d6efd;
    color: white;
}


.dropdownelement {
    cursor: pointer;
    padding: 15px;
    border: 1px solid black;
    border-radius: 20px;
    align-content: center;
    text-align: center;
}

.dropdownelementInactive {
    padding: 15px;
    border: 1px solid grey;
    border-radius: 20px;
    align-content: center;
    text-align: center;
}

.dropdownelementactive {
    cursor: pointer;
    padding: 15px;
    border: 2px solid ;
    border-radius: 20px;
    align-content: center;
    text-align: center;
}

.dropdownelement:hover {
    border: 2px solid ;
}

.inputemail {
    padding-left: 20px;
    padding-right: 20px;
}

.entregadiv {
    background-color: ;
    border-radius: 25px;
    border: 1px solid black;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: ;
    color: ;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.floatText {
    position: fixed;
    width: 24px;
    height: 24px;
    bottom: 84px;
    right: 34px;
    background-color: ;
    color:;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    text-decoration: unset;
}

.float:hover {
    background-color: ;
    border: 1px solid ;
}

.my-float {
    margin-top: 22px;
    color: ;
    font-size: 40px;
}

.my-float:hover {
    color: ;
}


.principalbanner {
    padding-top: 10px;
    padding-left: 35%;
    padding-right: 35%;
    background-image: url(banner/banner.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

input[type=number] {
    -webkit-appearance: none;
    margin: 0;
}

.aMinusCartList {
    width: 20px;
    height: 36px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 5px;
    color: red
}

.aAddCartList {
    width: 20px;
    height: 36px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 5px;
    color: black;
}

.cagetoryBanner {
    background-size: cover !important;
    height: 180px;
    background-position: center !important;
    position: relative;
    border-radius: 15px;
}

.cagetoryBannerAlt {
    background-size: cover;
    height: 180px;
    background-position: center bottom;
    position: relative;
    border-radius: 15px;
}

.botonesModalProducto {
    height: 147% !important;
}

.container-fluid {
    padding-left: 8%;
    padding-right: 8%;
}

@media (max-width: 575.98px) {

.cardtitle {
    width: 190px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
    
    .listaCategorias {
    justify-content: left !important;
    overflow-x: auto;
    white-space: nowrap;
    //top: 40px;
    top: 0px;
    position: sticky;
    z-index: 999;
    background-color: ;
}

.cagetoryBanner {
    background-size: cover !important;
    height: unset;
    background-position: center !important;
    position: relative;
    border-radius: 15px;
}

.menucategoriestitle {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
    

    .container-fluid2 {
        padding-left: 4%;
        padding-right: 4%;
    }
    .cardAncha {
        padding-right: 0px;
    }
    .backbutton {
        position: fixed;
        right: 10px;
        top: 23px;
        z-index: 3000;
        border-radius: 30px;
    }
    .backbutton2 {
        position: fixed;
        right: -10px;
        top: -14px;
        z-index: 3000;
        border-radius: 30px;
    }
    .backbutton3 {
        position: fixed;
        right: 7px;
        top: 13px;
        z-index: 3000;
        border-radius: 30px;
    }
    .subtotalchikito {
        padding-left: 20px;
    }
    .botonesModalProducto {
        height: 20% !important;
    }
    .row {
        padding-right: 0px !important;
    }
    .medalla {
        font-size: 16px;
    }
    .active {
        font-size: 15px !important;
        color: ;
        text-decoration: underline;
        cursor: pointer;
        transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
    .headerelement {
        font-size: 15px !important;
        color: ;
        text-decoration: none;
        transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
    .schedule {
        font-size: 15px;
        color: ;
        font-weight: lighter;
        text-decoration: none;
    }
    .principalbanner {
        padding-top: 10px;
        padding-left: 5%;
        padding-right: 5%;
        background-image: url(banners/banner.jpg);
        background-size: cover;
        background-position: center top;
        position: relative;
    }
}

@media (max-width: 767.98px) {
    
    
    .listaCategorias {
   justify-content: left !important;
    overflow-x: auto;
    white-space: nowrap;
    //top: 40px;
    top: 0px;
    position: sticky;
    z-index: 999;
}

.menucategoriestitle {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
    
   
    .container-fluid2 {
        padding-left: 4%;
        padding-right: 4%;
    }
    .subtotalchikito {
        padding-left: 20px;
    }
    .nomargin {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .botonesModalProducto {
        height: 20% !important;
    }
    .row {
        padding-right: 0px !important;
    }
    .medalla {
        font-size: 16px;
    }
    .principalbanner {
        padding-top: 10px;
        padding-left: 5%;
        padding-right: 5% !important;
        background-image: url(banners/banner.jpg);
        background-size: cover;
        background-position: center top;
        position: relative;
    }
    .schedule {
        font-size: 15px;
        font-weight: lighter;
        text-decoration: none;
    }
    .active {
        font-size: 15px !important;
        text-decoration: underline;
        cursor: pointer;
        transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
    .headerelement {
        font-size: 15px !important;
        text-decoration: none;
        transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 1399.98px) {
    
     .listaCategorias {
      justify-content: left !important;
    overflow-x: auto;
    white-space: nowrap;
    //top: 40px;
    top: 0px;
    position: sticky;
    z-index: 999;
}

    .botonesModalProducto {
        height: 96% !important;
    }
    .subtotalchikito {
        padding-left: 20px;
        margin-right: 22px;
    }
}

@media (max-width: 991.98px) {
    .listaCategorias {
     justify-content: left !important;
    overflow-x: auto;
    white-space: nowrap;
    //top: 40px;
    top: 0px;
    position: sticky;
    z-index: 999;
}
}

