@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Concert+One&family=Gabarito:wght@400..900&family=Shrikhand&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Gwendolyn:wght@400;700&family=Karla:wght@200;300;500&display=swap');



* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    /*margin-top: 20px;*/
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95rem;
    color: rgb(0, 0, 0);
    font-weight: 100;
    line-height: 1.2rem;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

/******* MEDIA QUERY MOBILE PREVENTION *********************/

.mobileMenu {
    display: none
}

#Menu_mobile {
    display: none;
}

#MBL_Header_wrapper {
    display: none;
}

#MBL_Header_container {
    display: none;
}

.MBL_Logo_header {
    display: none;
}

.MBL_Logo_header img {
    display: none;
}

.MBL_Slogan {
    display: none;
}

.MBL_Slogan p {
    display: none;
}

.MBL_Slogan h4 {
    display: none;
}

.LND_Slogan {
    display: none;
}

.LND_Logo_header img {
    display: none;
}

.IPD_Slogan {
    display: none;
}

.IPD_Logo_header img {
    display: none;
}


/******** NEW HEADER STRUCTURE BEGINS ************************************/

#Header_wrapper {
    background-color: rgba(49, 2, 2, 0.9);
    width: 100vw;
    height: 200px;
    /*margin-top: 20px;*/
}

#Header_container {
    max-width: 1000px;
    margin: 0 auto;
    height: 200px;
}

.Logo_header {
    margin-left: 0px;
    padding-left: 50px;
    padding-top: 10px;
}

.Logo_header img {
    width: 180px;
    height: auto;
}

.Slogan {
    height: 90px;
    margin-top: -120px;
    margin-left: 250px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.Slogan p {
    padding-top: 0px;
    padding-left: 25px;
    font-family: 'Cookie', cursive;
    font-size: 3.0rem;
    font-weight: 200;
    font-style: oblique;
    line-height: 2.45rem;
    color: #fff;
}

.Slogan h4 {
    margin-top: 1px;
    padding-left: 25px;
    font-size: 0.6rem;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 8px;
}

/********NAV BAR STRUCTURE BEGINS ************************************/

#Nav_Bar {
    width: 100vw;
    background-color: rgba(237, 111, 0, 0.9);
    height: 42px;
    /*border-bottom: 2px solid #eb3b0f;*/}
   

#menu {
    width: 100%;
    
    /*margin: 0px auto;*/
    padding-left: 20px;
}

/******************************************************/

#Content_Titulo {
    margin: 0px auto;
    width: 1000px;
    margin: 15px auto 0px;
}

#title_wrapper {
    /*background-color: rgba(255, 255, 255, 0.5);*/
    margin-top: 0px;
    margin-left: 273px;
}

#Page_title{
    text-transform: none;
    font-size: 30px;
}

#MBL_Page_title {
    display: none;
}

#LND_Page_title {
    display: none;
}

#IPD_Page_title {
    display: none;
}

#Page_title {
    display: flex;
    align-items: center;
    height: 50px;
    background-image: linear-gradient(to right, #310202cc, #ed6f00);
    margin-left: 0px;
    padding-left: 20px;
    border-left: 25px solid rgba(237, 111, 0, 0.95);
    border-bottom: thin solid rgba(237, 111, 0, 1);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.Feature_Title {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, .95);
    /* text-transform: uppercase; */
}

.MBL_Feature_Title {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
}

.IPD_Feature_Title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 3px;
}

/*******************************************************************/

/************************************************************************/

#Content_wrapper {
    margin: 4px auto 0px;
    width: 1000px;
}

#Content_wrapper #content_box {

    margin-left: 273px;
    height: 100%;
    /*border-top: 2px solid rgba(237,111,0,1);*/
}

/*****************************************************************/
.GPNA-title {

    font-size: 18px;
    font-weight: 400;
    font-style: oblique;
    /* text-transform: uppercase; */
    color: rgba(255, 255, 255, 0.8);
    /* text-shadow: 1px 1px 4px rgb(168, 168, 168); */
    padding: 15px 0 3px 190px;
}

.GPNA-title span {
    font-family: 'Gwendolyn', cursive;
    color: hsla(358, 85%, 50%, 90%);
    font-size: 40px;
    font-weight: 700;
}

.GPNA-Sub-Extended {
    font-size: 9px;
    color: hsla(32, 94%, 49%, 0.9);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    /* text-shadow: 1px 1px 2px #222; */
    line-height: 0.9rem;
    letter-spacing: 1px;
    padding: 8px 0 0px 220px;
    font-weight: 400;
}

.GPNA-Carnicos-title {
    font-size: 25px;
    font-weight: 400;
    /* padding-left: 80px; */
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 0 8px 200px;
}

.GPNA-Carnicos-Sub-Extended {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 0.9rem;
    padding-left: 200px;
    font-weight: 400;
}

/************************************************************/

/*************************************************************/

#delivery {
    box-sizing: border-box;
    margin: 0px;
    width: 100%;
    height: auto;
    background-color: rgb(10, 10, 10);
}

#delivery p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6rem;
    color: rgb(255, 255, 255);
    line-height: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 4px 0px 2px 15px;
    -webkit-font-smoothing: antialiased;
}

#delivery span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.55rem;
    color: rgb(255, 255, 255);

}

#avisos {
    box-sizing: border-box;
    margin: 0px;
    width: 100%;
    height: auto;
    background-color: rgba(241, 235, 235, 0.9);
}

#avisos p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6rem;
    color: rgb(1, 1, 1);
    font-weight: 400;
    line-height: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 4px 0px 2px 15px;
    -webkit-font-smoothing: antialiased;
}

/**************** ALL PRODUCTS SHOW BOX DESKTOP SIZES **************************************************/

#Box_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    /* overflow: auto; */
}

.warnings_text{
    background-color: brown;
}

#box_frame {
    /*background-color: rgba(255, 253, 253, 0.8);*/
    height: 100%;
    margin: 5px 10px 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #333;
}


.product-banner {
    width: 100%;
    margin: 0 auto;
}

.product-banner img {
    padding: 10px;

}
/*****************************************************************************/
/****************************************************************************/
/****************************************************************************/





/******************************************************/


/*******************************************************************/

/************************************************************************/

/*****************************************************************/

#MBL_Offer_wrapper {
    display: none;
}

#LND_Offer_wrapper {
    display: none;
}

#IPD_Offer_wrapper {
    display: none;
}

#Offer_wrapper {
    width: 100%;
    height: 60px;
    background-color: #292928;
    background-image: url(../assets/BPDC_NDX/GPNA_BOOKING_BG4.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
}

#Offer_wrapper img {
    margin-top: -38px;
    margin-left: 620px;

}

#delivery {
    box-sizing: border-box;
    margin: 0px;
    width: 100%;
    height: auto;
    background-color: rgb(10, 10, 10);
}

#delivery p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6rem;
    color: rgb(255, 255, 255);
    line-height: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 4px 0px 2px 15px;
    -webkit-font-smoothing: antialiased;
}

#avisos {
    box-sizing: border-box;
    margin: 0px;
    width: 100%;
    height: auto;
    /* background-color:rgb(241, 183, 75); */
    background-color: rgba(241, 235, 235, 0.9);
}

#avisos p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6rem;
    color: rgb(1, 1, 1);
    font-weight: 400;
    line-height: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 4px 0px 2px 15px;
    -webkit-font-smoothing: antialiased;
}


/***********************************************************/

.GPNA-title {
    font-size: 25px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding: 11px 0 8px 160px;
    text-shadow: 1px 1px 2px #222;
}

.GPNA-Sub-Extended {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: .1rem;
    line-height: 0.9rem;
    padding-left: 168px;
    font-weight: 400;
    text-shadow: 1px 1px 2px #222;
}

.GPNA-Carnicos-title {
    font-size: 25px;
    font-weight: 400;
    /* padding-left: 80px; */
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 0 8px 150px;
}

.GPNA-Carnicos-Sub-Extended {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 0.9rem;
    padding-left: 150px;
    font-weight: 400;
}


/******************** COMIDA CORRIDA NEW STRUCTURE FOR PRODUCT SHOW STARTS ***************************************/

/* #Box_wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

#box_frame {

    padding: 15px 10px 30px 10px;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #333;
} */

.banner {
    text-align: center;
}

.banner img {
    padding-top: 20px;
}

.product-banner {
    width: 100%;
    margin: 0 auto;
}

.product-banner img {
    padding: 10px;

}
/************************************************************************/
.product_box_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        "a1 b1"
        "a2 b1"
        "a2 b2"
        "a2 b2";
        
    gap: 10px;
}

.product_specs-1 { grid-area: a1; }
.product_specs-2{ grid-area: a2; }
.product_specs-3 { grid-area: b1; }
.product_specs-4 { grid-area: b2; }

/* .product_specs{
    margin-top: -10px;
} */


/* .product_list ul id {
    margin-top: 40px;
} */

.MBL-product_specs{
    display: none;
}

.product_list ul {
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 20px;
    /* border: 1px solid rgb(47, 79, 79);
    border-radius: 0 0 8px 8px; */
}

.product_list ul li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px;
    border-bottom: 1px solid rgb(148, 148, 148);
}

/* .product_list ul li:not(:first-child):not(:last-child) {
    border-bottom: 1px solid rgb(148, 148, 148);
} */


.product_list li span {
    float: right;
    margin-right: 10px;

    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.product_list li:nth-child(1) {
    border-bottom: none;
} 

.product_list li:nth-last-child(1) {
    border-bottom: none;
} 

.product_list h1 {

    background: rgb(237,111,0);
    background: linear-gradient(0deg, rgba(237,111,0,1) 0%, rgba(237,111,0,1) 36%, rgb(249, 168, 7) 100%);
    
    /* background-color: #ed6f00;
    background-image: linear-gradient(#ed6f00, rgb(223, 110, 4)); */

    height: 30px;
    padding: 6px 0 8px 15px;
    border-radius: 5px 5px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: floralwhite;
}

.inline-text {
    display: inline;  /* Hace que el <p> se alinee a la derecha del <h1> */
    margin-left: 10px; /* Espaciado opcional */
    color: #fff;
    font-size: 0.85rem;
}


.product_list h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: rgb(35, 35, 35);
    /* text-transform: uppercase; */
    padding-left: 7px;
}

.product_list span:after {
    margin-left: 03px;
    content: "MXN";
    color: rgb(245, 20, 20);
    font-size: 10px;
}

.product_list h4 {
    margin-top: -2px;
    color: rgb(80, 80, 80);
    line-height: 12px;
    text-transform: uppercase;
    font-size: 11px;
}

.product_list h5 {
    margin-top: -2px;
    color: rgb(80, 80, 80);
    line-height: 11px;
    text-transform: uppercase;
    font-size: 9px;
}

.product_list p {
    margin-top: -3px;
    /* color: rgb(80, 80, 80); */
    color: rgb(255, 255, 255);
    font-style: italic;
    line-height: 11px;
    text-transform: none; 
    font-size: 13px;
}

.product_list h6 {
    color: rgb(255, 0, 13);
    line-height: 10px;
    text-transform: uppercase;
    font-size: 10px;
}

/***********************************************************/

/*********************** SEASONAL PROMO BANNER *************************************************/

.season_promo_wrapper {
    width: 97%;
    height: 175px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    background-color: rgba(10, 10, 10, 0.85);
    /* overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap; */
    border-radius: 8px;
    /* border: 1px solid rgba(237,111,0,1);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; */
}

.product_wrapper_grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    grid-column-gap: 0px;

}

.promoA img {
    width: 360px;
    height: auto;
}

.promoA {
    position: relative;
    width: 360px;
    height: 173px;
    background-image: url("../assets/ADV_IMAGERY/PROMO_XMAS22-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.promoA p {
    height: 24px;
    position: absolute;
    top: 149px;
    left: 0px;
    background-color: #000;
    color: #fff;
    font-size: 0.7rem;
    letter-spacing: 1px;
    padding: 3px 5px 3px 5px;
}

.promoB {
    height: 173px;
    /* background-image: url("../assets/ADV_IMAGERY/mex_flaf.png");
    background-repeat: no-repeat;
    background-size:contain;
    background-position: right; */
    border-top-right-radius: 10px;
    font-family: 'Montserrat', sans-serif;
}

.promoB h3 {
    padding: 10px 0px 0px 15px;
    font-size: 1.6rem;
    line-height: 1.4rem;
    color: rgb(255, 1, 1);
}

.promoB h4 {
    padding: 10px 0px 0px 15px;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #ffb500;
}

.promoB p {
    margin-top: 15px;
    margin-left: 10px;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.1rem;
    color: #fff;
}

.product_promo {
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 1.8rem;
    font-weight: 700;
    color: rgba(105, 250, 8, 0.9);
    margin-top: 10px;
    margin-left: 10px;
}

.promo_price {
    width: 150px;
    height: 50px;
    padding: 10px 15px 8px 16px;
    margin-top: 15px;
    margin-left: 10px;
    background-color: rgba(128, 0, 0, 0.8);
}

.price-prom {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.price-prom:after {
    margin-left: 5px;
    content: "MX";
    color: rgb(253, 174, 2);
    font-size: 15px;
}

.price-unit {
    color: #fff;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.warnings_text {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    background-color: rgba(10, 10, 10, 0.85);
    padding: 10px;

}

.warnings_text p {
    margin-left: 10px;
    color: #fff;
    font-weight: 100;
    font-size: 0.5rem;
    line-height: 0.6rem;
    letter-spacing: 1px;
    text-indent: -10px;
    -webkit-font-smoothing: antialiased;
}




/***********************************************************/


/***********************************************************/

#MBL_NDX_Brands {
    display: none;
}

#LND_NDX_Brands {
    display: none;
}

#IPD_NDX_Brands {
    display: none
}

#Content_wrapper #content_box #NDX_Brands {
    width: 100%;
    height: 60px;
    background-color: rgba(5, 5, 5, 0.95);
    background-image: url(../assets/BPDC_NDX/GPNA_CARNICOS_BG.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: 4px double #ff8c00;
     
}

#NDX_Brands img {
    margin-left: 520px;
    margin-top: -40px;
}

.more_info {
    color: rgba(255, 255, 255, 0.90);
    padding: 15px;
    margin-top: 0px;
    border-radius: 5px;
    display: inline-block;
}

/* #MBL_Footer_wrapper{ display:none;}
#IPD_Footer_wrapper{ display:none;} */

#Footer_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    /*height: 380px;*/
}

#footer_container {
    background-color: rgba(49, 2, 2, 0.8);
    height: 50%;
    margin-left: 273px;
    padding-top: 20px;
    padding-left: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-color: #000;
    background-image: url(../assets/GPNA_NDX/green-fibers.png);
    background-repeat: repeat;

    /* background-image: url(../assets/BPDC_NDX/PRUEBA_ALPHA_CHANNEL.png);
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: right; */
    color: rgba(255, 255, 255, 0.95);
}

#footer_Grid {
    display: grid;
    padding: 20px;
    grid-template-columns: 160px 190px 175px;
    /*grid-template-columns: 1fr 1fr 1fr;*/
    grid-column-gap: 3.2em;
}

.Badge img {
    width: 140px;
    height: auto;
}

.AddressS {
    display: inline-block;
    margin-top: 20px;
}

.Sub_menu a {
    text-decoration: none;
    font-size: .75rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.Sub_menu a:hover {
    color: rgb(248, 211, 3);
}

.FRM-title {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: .3rem;
}

.FRM-Sub-Extended {
    font-size: 0.95rem;
    letter-spacing: 1px;
    line-height: 0.95rem;
    padding-bottom: 10px;
    font-weight: 300;
    color: #fff;
}

/********************************************************/

.fb-btn {
    color: rgba(255, 255, 255, 0.9);
    font-weight: normal;
    font-size: 1.5rem;
    box-sizing: border-box;
}

.fb-btn a {
    color: #fff;
    text-decoration: none;
}

.fb-btn a:hover {
    color: rgba(237, 111, 0, 1);
}

.Location p {
    text-indent: -10px;
    margin-bottom: 10px;
}

.Location span {
    padding-right: 10px;
}

.face {
    font-size: 0.75rem;
    color: #fff;
    line-height: 1.1rem;
    margin-bottom: 6px;
}

/**************************************************/

.mailContact span {
    margin-top: 15px;
    margin-left: -10px;
    padding-right: 15px;
}

.mailContact a {
    margin-top: 15px;
    margin-bottom: 10px;
    text-decoration: none;
    font-family: 'arial', serif;
    font-size: .85rem;
    font-weight: 200;
    color: #fff;
}

.mailContact a:hover {
    color: rgb(248, 211, 3);
}

.phones {
    margin-top: 30px;
    color: #fff;
}

.phones p {
    font-family: 'arial', serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    /* color: #fff;  */
    margin-top: 10px;
    padding-right: 10px;
}

.phones a {
    color: #fff;
    text-decoration: none;
}

.phones a:hover {
    color: rgb(248, 211, 3);
}

.copy {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding-left: 25px;
    padding-bottom: -10px;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*****************************************************************************/

/* .clear_float {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
 */