﻿
@font-face {
    font-family: 'Viga';
    src: url('fonts/Viga-Regular.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&display=swap');

.Viga {
    font-family: 'Viga', sans-serif !important;
}

:root {
    --ColorLogo: #000;
    --Color1: #333;
    --bColor1: #333;
    --Color2: #999;
    --bColor2: #999;
    --Color3: #d23237;
    --bColor3: #d23237;
}

/* TEMA TLS
    #68bd08
*/

html {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    /*font-family: 'LUBGRHM', sans-serif !important;*/
    /*font-family: Archivo, NotoSans, sans-serif !important;*/
    font-family: 'Montserrat', sans-serif !important;
    max-width: 100%;
    overflow-x: hidden;
    font-size: 10pt;
    background-image: url("Pagina/BG_Gris.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.BGLogo {
    background-image: url("LogoBG.png");
    background-repeat: repeat;
    background-attachment: fixed;
}

.BGLogo2 {
    background-image: url("LogoBG2.png");
    background-repeat: repeat;
    background-size: 50px auto;
    background-attachment: fixed;
}

.Transparencia-1 {
    opacity: 1;
}

.imgRecetas {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 450px;
    max-height: 450px;
    object-fit: cover;
}

.Bold {
    font-weight: bold !important;
}

.Font7pt {
    font-size: 7pt !important;
}

.Font8pt {
    font-size: 8pt;
}

.Font9pt {
    font-size: 9pt !important;
}

.Font10pt {
    font-size: 10pt !important;
}

.Font14pt {
    font-size: 14pt !important;
}

.Font16pt {
    font-size: 16pt;
}

.Font18pt {
    font-size: 18pt;
}

.Font25pt {
    font-size: 25pt;
}

.Font30pt {
    font-size: 30pt;
}

.Font35pt {
    font-size: 35pt;
}

.Font38pt {
    font-size: 38pt;
}

.Font48pt {
    font-size: 48pt;
}


.CursorPointer {
    cursor: pointer;
}

.CursorNoDrop {
    cursor: no-drop !important;
}

.HoverUnderline {
}

    .HoverUnderline:hover {
        text-decoration: underline;
        color: blue;
    }

.Ocultar-XS {
    display: inline-block;
}

.Ocultar-SM {
    display: inline-block;
}

.Ocultar-MD {
    display: inline-block;
}

.Ver-XS {
    display: none;
}

.Ver-SM {
    display: none;
}

.VerBlock-XS {
    display: none;
}

.dropdown-menu > li > a {
    letter-spacing: -0.4pt;
}

.UsuarioLoguiado {
    position: relative;
    display: inline-block;
    line-height: 38pt;
}


.ColorLogo {
    color: #25bcd1;
    color: var(--ColorLogo);
}

.Blanco {
    color: #fff !important;
}

.BgBlanco {
    background-color: #fff !important;
}

.bgBlanco-Transparente {
    background-color: rgba(255, 255, 255, 0.5);
}

.bgNegro-Transparente {
    background-color: rgba(0, 0, 0, 0.5);
}

.bgSecundarioClaro-Transparente {
    background-color: rgba(200, 51, 51, 0);
}

.TextoSombra {
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.8);
}

.Rojo {
    color: #d23237 !important;
}

.BgRojo {
    background-color: #d23237 !important;
}

.Azul {
    color: #295aa7 !important;
}

.BgAzul {
    background-color: #295aa7 !important;
}

.Naranja {
    color: #e48716 !important;
}

.BgNaranja {
    background-color: #e48716 !important;
}

.Verde {
    color: #6bc728 !important;
}

.BgVerde {
    background-color: #6bc728 !important;
}

.Verde {
    color: #6bc728 !important;
}

.BgVerde {
    background-color: #6bc728 !important;
}


.Color1 {
    color: #000 !important;
    color: var(--Color1) !important;
}

.BgColor1 {
    background-color: #000 !important;
    background-color: var(--Color1) !important;
}

.Color2 {
    color: #000 !important;
    color: var(--Color2) !important;
}

.BgColor2 {
    background-color: #000 !important;
    background-color: var(--Color2) !important;
}

.Color3 {
    color: #000 !important;
    color: var(--Color3) !important;
}

.BgColor3 {
    background-color: #000 !important;
    background-color: var(--Color3) !important;
}

.BgGradiente1 {
    background-image: linear-gradient(120deg, #d23237 0%, #fee140 100%);
}

.BgGradiente2 {
    background-image: linear-gradient(180deg, #d23237 0%, #fee140 100%);
}

.BgGradiente3 {
    background-image: linear-gradient(-225deg, #d23237 0%, #f8cd64 48%, #dcdcdc 100%);
}


.Invisible {
    opacity: 0 !important;
}

.labUser {
    position: relative;
    top: -5px;
    font-style: normal;
    font-size: 25pt;
    background-color: rgba(255,255,255,0.2);
    padding: 5px;
}

.Titulos {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    position: relative;
}

.Gracias::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #fe0000;
    left: 225px;
    top: 7px;
    right: 0;
    bottom: 0;
    height: 37px;
}

.Interesar::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #fe0000;
    left: 70px;
    top: 7px;
    right: 0;
    bottom: 0;
    height: 37px;
}

.Categoria::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #fe0000;
    left: 294px;
    top: 7px;
    right: 0;
    bottom: 0;
    height: 39px;
}

#header {
    /*background-color: #fcd844;*/
    background-color: #fff;
    padding: 5px 0;
    color: #000000;
    border-bottom: 1px solid #dddddd;
}

    #header .logo {
        height: 80px;
    }

        #header .logo img {
            display: inline-block;
            height: 100%;
        }

    #header.scroll {
        background-color: #fff;
        color: #000;
        padding: 5px 0;
    }

        #header .scroll img {
            height: 50px;
        }

    #header .main-nav .main-panel .cart-shop {
        background-color: #e48716;
        background-color: var(--Color1);
        color: #ffffff;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        line-height: 1;
        position: relative;
        border-radius: 10px;
        margin-right: 5px;
    }

        #header .main-nav .main-panel .cart-shop .badge {
            background-color: #dcdcdc;
            /*background-color: var(--bColor2);*/
        }

.cart-shop-sm {
    background-color: #e48716;
    background-color: var(--Color1);
    color: #ffffff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    line-height: 1;
    position: relative;
    border-radius: 10px;
    margin-right: 5px;
}

    .cart-shop-sm .badge {
        color: #000 !important;
        color: var(--Color1) !important;
        background-color: #dcdcdc;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        font-weight: 100;
    }

    .cart-shop-sm:hover {
        color: #ffffff !important;
    }

#content {
    margin-top: 5px;
}


.modal-dialog {
    width: auto;
    max-width: 1200px;
    margin: 1.75rem auto;
    z-index: 5000;
}

.modal-FormaPago {
    max-width: 500px;
}

.modal-backdrop {
    z-index: 10;
}

#header .main-nav .main-panel .search input {
    outline: none;
    height: 40px;
    padding: 10px 35px 10px 0px;
    border: none;
    color: #e48716;
    color: var(--Color1);
    border-radius: 0;
    border: none;
    border-bottom-color: currentColor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #e48716;
    border-bottom-color: var(--Color1);
    background-image: none; /*url("../img/icon-search.svg");*/
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
    background-color: #fff;
    padding: 2px 5px;
}

#BuscarButton {
    /*    color: #fff;
    border: 1px solid #f59117;
    padding: 10px;
    background-color: #f59117;
    line-height: 20px;
    margin-right: 10px;
    border-color: var(--Color1);
    background-color: var(--Color1);*/
    width: 40px;
}

/*---------------SEARCH BAR----------------------*/

.searchMovil {
    margin-top: 65px;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}


.form-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

    .form-wrapper input {
        width: 100%;
        padding: 5px 5px;
        display: flex;
        flex-grow: 1;
        font-size: 15px;
        font-weight: bold;
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        min-width: 30px;
        max-height: 34px;
        max-width: 200px;
    }

        .form-wrapper input:focus {
            outline: 0;
            background: #fff;
            -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
            box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        }

        .form-wrapper input::-webkit-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

        .form-wrapper input:-moz-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

        .form-wrapper input:-ms-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

    .form-wrapper button {
        overflow: visible;
        position: relative;
        display: flex;
        border: 0;
        padding: 0 10px;
        cursor: pointer;
        height: 34px;
        width: 40px;
        font-size: 15px;
        font-weight: bold;
        line-height: 34px;
        color: #fff;
        text-transform: uppercase;
        background: #d83c3c;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
        align-content: center;
        align-items: center;
    }

        .form-wrapper button:hover {
            background: #e54040;
        }

        .form-wrapper button:active,
        .form-wrapper button:focus {
            background: #c42f2f;
        }

        .form-wrapper button::before {
            content: '';
            position: absolute;
            border-width: 8px 8px 8px 0;
            border-style: solid solid solid none;
            border-color: transparent #d83c3c transparent;
            top: 9px;
            left: -6px;
        }

        .form-wrapper button:hover:before {
            border-right-color: #e54040;
        }

        .form-wrapper button:focus:before {
            border-right-color: #c42f2f;
        }

        .form-wrapper button::-moz-focus-inner {
            border: 0;
            padding: 0;
        }
/*-----------------SEARCH BAR--------------------*/

.main-nav {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}


.main-panel {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1
}

#header .main-nav .main-panel .user .user-name {
    color: #295aa7;
}

#header .menu-button {
    color: #e48716;
    color: var(--Color1);
}

    #header .menu-button:hover {
        color: #d23237;
        color: var(--Color3);
    }

#loginBox {
    margin-top: -50px;
}

#MenuAccordion {
    list-style: none;
}

    #MenuAccordion ul {
        padding-left: 0px;
    }

    #MenuAccordion li {
        list-style: none !important;
        border-left: 5px solid #777 !important;
        border-right: 1px solid #777 !important;
        border-top: 0.5px solid #777 !important;
        border-bottom: 1px solid #777 !important;
        padding: 2px 5px;
        background-color: #fff;
    }

        #MenuAccordion li > a {
            padding: 8px 8px;
        }

#productsNav ul li > a {
    color: #e48716;
    color: var(--ColorLogo);
    border: 1px solid #eee;
}

    #productsNav ul li > a:hover {
        color: #fe0000;
        background-color: #f8f9fa;
        color: var(--Color1);
    }

#productsNav ul li.active a {
    background-color: #d23237;
    color: #fff;
    background-color: var(--bColor3);
    border: 1px solid #d23237;
    border: 1px solid var(--bColor3);
}

    #productsNav ul li.active a:hover {
        background-color: #e58918;
        color: #fff;
        background-color: var(--bColor3);
    }



.bgSlider1 {
    background: rgb(255,244,119);
    background: linear-gradient(180deg, rgba(255,244,119,0.8939776594231442) 0%, rgba(252,251,227,1) 100%);
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    /*   max-height: 200px;*/
    /*object-fit: cover;*/
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: unset;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}


.sectionDark {
    background-color: #333;
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
}

.product-item {
    padding: 5px;
    /*-webkit-box-shadow: 0 2px 13px rgba(105,105,105,0.5);
    box-shadow: 0 2px 13px rgba(105,105,105,0.5);
    border-radius: 15px;
    background-color: #ffffff;*/
    -webkit-box-shadow: 0 0 0 rgba(105,105,105,0);
    box-shadow: 0 0 0 rgba(105,105,105,0);
    border-radius: 0;
    background-color: transparent !important;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

    .product-item .info > div {
        margin-right: 10px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 5px;
    }

    .product-item .info h4, .product-item .info h5 {
        font-size: 9pt;
        font-weight: normal;
    }

    .product-item .info h5 {
        color: #295aa7;
        color: var(--bColor3);
    }

    .product-item .info h4 {
        color: #888888;
        /*color: var(--bColor3);*/
    }

    .product-item .thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: auto;
        /*max-width: 100px;*/
        min-width: 100px;
        max-height: 150px;
        flex: 1;
    }


    .product-item .info .btn {
        border-radius: 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        height: 40px;
        width: 40px;
    }

.precio {
    font-size: 15px !important;
    font-weight: bold !important;
}

.PrecioCarrito {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    color: var(--Color1) !important;
    margin: 0;
}

.cart-table thead {
    color: #fe0000;
    color: var(--bColor1);
}

.txtAddCantidad {
    display: block;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 30px;
    width: 100%;
    height: 100%;
}

.btnAddCarrito {
    border-radius: 10px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    font-size: 24px;
    padding: 5px !important;
    padding-right: 5px;
    padding-left: 5px;
    height: 50px;
    width: 50px;
    background-color: var(--bColor3) !important;
}

.btnAddCarritoDisabled {
    border-radius: 10px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    font-size: 24px;
    padding: 5px !important;
    padding-right: 5px;
    padding-left: 5px;
    height: 50px;
    width: 50px;
}

.CantAgregada {
    display: block;
    background-color: #295aa7;
    color: #fff;
    border-radius: 50% !important;
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 2px 5px;
    font-size: 0.7em;
    text-align: center;
    min-width: 20px;
    min-height: 20px;
}

break {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.shopping-list li .info p {
    font-weight: 500;
    color: #aaa;
    color: var(--bColor3);
    margin: 0;
}

.btn-primary, .shopping-list li .controls .quantity button {
    color: #fff;
    background-color: #e48716;
    border-color: #e48716;
    background-color: var(--bColor3);
    border-color: var(--bColor3);
}

    .btn-primary:hover, .shopping-list li .controls .quantity button:hover {
        color: #fff;
        background-color: #ee7a17;
        border-color: #9b4606;
        background-color: var(--bColor3);
        border-color: var(--bColor3);
        opacity: 0.9;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .shopping-list li .controls .quantity button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .shopping-list li .controls .quantity button:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .shopping-list li .controls .quantity .show > button.dropdown-toggle {
        color: #fff;
        background-color: #f59117;
        border-color: #deb619;
        background-color: var(--bColor3);
        border-color: var(--bColor3);
        opacity: 0.5;
    }

.btn-outline-primary {
    color: #fe0000;
    border-color: #fe0000;
    color: var(--bColor3);
    border-color: var(--bColor3);
}

    .btn-outline-primary:hover {
        color: #fff;
        border-color: #fe0000;
        background-color: #fe0000;
        border-color: var(--bColor3);
        background-color: var(--bColor3);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #999;
        background-color: transparent;
        border-color: #999;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #f59117;
        border-color: #deb619;
        background-color: var(--Color3);
        border-color: var(--bColor3);
    }

.divFotoOrden {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 150px 1fr;
    grid-template-columns: 150px 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: none;
    padding: 0;
}

    .divFotoOrden .thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .divFotoOrden .thumb img {
            -o-object-fit: contain;
            object-fit: contain;
            max-width: 100%;
        }

.flex-AlinearCentrado {
    align-self: center;
}

.btn-image {
    font-size: 24px;
    min-height: 300px;
}

.ListaInferior {
    text-align: center;
    font-weight: bold;
}

    .ListaInferior img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        width: 170px;
        height: 170px;
    }

    .ListaInferior span {
        display: block;
        min-height: 45px;
    }

#footer {
    border-top: 2px solid #d7d7d7;
    background-color: #f7f7f7;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
}

.imgLogoFooter {
    padding: 20px 0;
}

.divContactos {
    padding: 30px 20px !important;
}

.spikes {
    position: relative;
    background: #d23237;
    height: 50px;
}

    .spikes::after {
        content: '';
        position: absolute;
        right: 0;
        left: -0%;
        top: 100%;
        z-index: 10;
        display: block;
        height: 20px;
        background-size: 20px 100%;
        background-image: linear-gradient(135deg, #d23237 25%, transparent 25%), linear-gradient(225deg, #d23237 25%, transparent 25%);
        background-position: 0 0;
    }

#btnToTOP {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 5px; /* Place the button at the bottom of the page */
    left: 5px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    background-color: var(--bColor1); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px;
}

    #btnToTOP:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }

.MargenCentral {
    margin: 0 auto;
}


.NoMargenLeft {
    padding-left: 0px;
}

.NoPadding-LR {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.NoPadding-R {
    padding-right: 0 !important;
}

.Padding2Left {
    padding-left: 2%;
}

.ColorRojoRecetas {
    color: rgb(216, 33, 39);
}

.FondoRojo {
    background-color: rgb(255, 0, 0);
}

.labTotalCompra {
    color: #fff;
    display: block;
    width: 100%;
    padding: 20px 10px;
    background-color: #e48716;
    font-size: 22pt;
    text-transform: uppercase;
}

.PaddingSubtotal {
    position: relative;
    padding: 1px 0;
}

.FontGotham {
    font-style: normal;
}

.Negro {
    color: #000 !important;
}

.Gris {
    color: #888888 !important;
}

.labDescripcion {
    color: #808080;
    font-size: 13px;
}

.labProducto {
    color: #000;
    word-wrap: break-word;
    font-size: 14pt;
    font-style: normal;
    text-align: left;
    letter-spacing: -1px;
}

.Margen-Top-10px {
    margin-top: 10px;
}

.NoMargen-Bottom {
    margin-bottom: 0 !important;
}

.SelectedBtn {
    color: #fff;
    border-color: #fe0000;
    background-color: #ff0000;
}

.SelectedBox {
    box-shadow: 0 2px 13px rgba(255, 0, 0, 0.8) !important;
}

.CellCenter {
    display: table-cell !important;
    vertical-align: middle !important;
}

.divProcesando {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: table;
    z-index: 5000;
    top: 0;
}

.CentralizarComoTabla {
    display: table-cell;
    vertical-align: middle;
}

.shopping-list {
    padding: 0;
    list-style: none;
    border-top: 1px solid #dcdcdc;
    overflow-y: scroll;
    max-height: 700px;
}

/** LOADER CSS */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #e48716;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #e48716 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 46px;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 6px;
        width: 13px;
        background: #d23237;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook div:nth-child(1) {
            left: 6px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 26px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 45px;
            animation-delay: 0;
        }

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 31px;
    }

    50%, 100% {
        top: 19px;
        height: 13px;
    }
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #fff;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/** FLEX CUSTOM **/

.flex-Estrecho {
    display: flex;
    align-items: stretch;
}

    .flex-Estrecho > p {
        width: 100%;
        flex-grow: 1;
        margin-bottom: 0;
        font-size: 7pt;
    }


/** FIX DISENIO ORIGINAL DE DISENIADORA **/

#productsNav ul {
    flex-wrap: wrap;
}

.recipe-card.feature .recipe-img {
    max-height: 450px;
}

.pagination .page-link {
    padding: .2rem .4rem;
    color: var(--Color3);
    background-color: transparent;
}

.pagination .page-link {
    font-size: 0.85rem;
}

.page-link {
    padding: .2rem .4rem;
}

    .page-link:hover {
        cursor: pointer;
    }

    .page-link:disabled {
        cursor: not-allowed;
    }

.page-item.active .page-link {
    z-index: 1;
    color: #fe0000;
    border: 3px solid #fe0000;
    color: var(--bColor1) !important;
    border-color: var(--bColor1) !important;
}

.InfoPaginas {
    color: #999999;
    font-size: 10pt;
    padding: 0px;
}


@media only screen and (min-width: 992px) {
    .product-list > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%; /* AQUI VA EL 33.33333% */
        max-width: 33.33333%;
        display: flex;
        align-items: stretch;
    }

    #content {
        margin-top: 90px;
    }

    .carousel-inner img {
        /*width: 100%;*/
        text-align: center;
        height: 100%;
        min-height: 300px;
        /*max-height: 300px;*/
        object-fit: cover;
    }

    .w-autoGrande {
        width: auto !important;
    }

    .carousel-caption {
        top: 35%;
        bottom: unset;
    }
}

@media only screen and (max-width: 991.98px) {
    #header .main-nav .main-panel {
        background-color: #fe6c6c;
        /*background-color: var(--bColor2);*/
        background-image: url("LogoBG.png");
        background-repeat: repeat;
        padding: 60px 30px 30px;
    }

    #header .logo {
        height: 50px;
    }

    .main-panel {
        display: block;
    }

    .product-list > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        align-items: stretch;
    }

    #BuscarButton {
        /*width: 100%;*/
        /*margin: 0;*/
    }

    .main-nav {
        display: block;
    }

    .form-wrapper {
        margin-bottom: 5px;
    }

        .form-wrapper input {
            width: 100%;
            max-width: 100%;
        }
}


@media only screen and (max-width: 768px) {

    #header .logo {
        height: 50px;
    }

    .Titulos {
        font-size: 22px;
    }

    .Gracias::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-color: #fe0000;
        left: 91px;
        top: 2px;
        right: 0;
        bottom: 0;
        height: 18px;
    }

    .Interesar::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-color: #fe0000;
        left: 30px;
        top: 2px;
        right: 0;
        bottom: 0;
        height: 18px;
    }

    .Categoria::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-color: #fe0000;
        left: 108px;
        top: 2px;
        right: 0;
        bottom: 0;
        height: 19px;
    }

    .container {
        max-width: 760px;
    }

    #productsNav {
        max-width: 760px;
    }

    .product-item .info {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
    }

    .product-item .thumb {
        width: 100%;
        -webkit-box-flex: 0;
        max-width: 100%;
        height: auto;
        margin-right: 0;
        height: 190px;
        max-height: 250px;
    }

    #footer {
        text-align: inherit !important;
    }

    .form-wrapper {
        margin-bottom: 5px;
    }

        .form-wrapper input {
            width: 100%;
            max-width: 100%;
        }
}


@media only screen and (max-width: 650px) {

    .product-list > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        align-items: flex-start;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .flex-Estrecho > p {
        width: auto;
        font-size: 8pt;
    }

    .product-item {
        flex-wrap: wrap;
    }

        .product-item .info h4, .product-item .info h5 {
            font-size: 14px;
        }
}

@media only screen and (max-width: 470px) {


    #header .logo {
        height: 50px;
    }

    .Titulos {
        font-size: 22px;
    }

    .Gracias::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-color: #fe0000;
        left: 91px;
        top: 2px;
        right: 0;
        bottom: 0;
        height: 18px;
    }

    .product-list > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        align-items: flex-start;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .flex-Estrecho > p {
        width: auto;
        font-size: 8pt;
    }

    .product-item .info h4, .product-item .info h5 {
        font-size: 14px;
    }

    .product-item {
        padding: 5px;
        border-radius: 7px;
        flex-wrap: wrap;
    }

    .text-left-sm {
        text-align: left !important;
    }

    .flex-Estrecho-wrap-sm {
        flex-wrap: wrap;
    }

    #BuscarButton {
        /*    width: 100%;
        margin: 2px 0;*/
    }

    .max-height-200px {
        max-height: 200px;
    }

    .product-item .thumb {
        height: auto;
        max-height: 250px;
    }

    .form-wrapper {
        margin-bottom: 5px;
    }

        .form-wrapper input {
            width: 100%;
            max-width: 100%;
        }
}
