@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');



* {
    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: 20px;
}

.Logo_header img {
    width: 160px;
    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;
}

#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; */
}

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

#Showcase_box {
    height: 415px;
    margin: 10px auto 0px;
    width: 1000px;
}

#Showcase_box #slider {
    /*height: 300px;*/
    margin-left: 273px;
    margin-top: 0px;
}

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

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

#Content_wrapper #content_box {
    background-color: rgba(255, 255, 255, 0.88);
    margin-left: 273px;
    height: 100%;
    /* background-image: url(../assets/SECTION_BGS/CORRIDA_BAKGRND.png); */
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: 0px;
    /*border-top: 2px solid rgba(237,111,0,1);*/
}

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

#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(201, 6, 113);
}

#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 250px;
    /* 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: 250px;
    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 {
    /*background-color: rgba(255, 253, 253, 0.8);*/
    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_list ul {
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
    /* 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;


    /* .product_list li:nth-child(1) {
    width: 100%;
    margin: 0;
    background-color: rgba(86, 84, 84, 0.8); */
    /* background: darkslategray; */
    /* background: -webkit-linear-gradient(left, rgb(47, 79, 79) 3px, transparent 1%) center,
        -webkit-linear-gradient(rgb(47, 79, 79) 3px, transparent 1%) center, rgb(27, 70, 70);
    background: linear-gradient(90deg, rgb(47, 79, 79) 3px, transparent 1%) center,
        linear-gradient(rgb(47, 79, 79) 3px, transparent 1%) center, rgb(27, 70, 70);
    background-size: 5px 5px; */


    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.prd-tag {
    /* background-color: #ed6f00; */
    /* padding: 10px 0px 10px 25px; */
    border-radius: 5px 5px 0 0;
    

}

.prd-tag p{
    padding: 1px 0px 1px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: floralwhite;
    
}

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

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

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

.product_list h1 {
   
    /* background-color: #ed6f00; */
    padding: 8px 0 8px 15px;
    border-radius: 5px 5px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: rgb(251, 250, 247);
    background: rgb(237,111,0);
    background: linear-gradient(0deg, rgba(237,111,0,1) 0%, rgba(237,111,0,1) 36%, rgba(249,193,7,1) 100%);
    
}

.product_list h3 {
    /* background-color: #ed6f00; */
    background-image: linear-gradient(to right, #310202cc, #ed6f00);
    transform: skew(-20deg);
    text-align: center;
    margin-bottom: 10px;
    padding: 4px 15px;
    border-radius: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 13px;
    color: floralwhite;
    /* text-transform: uppercase; */

}

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

.product_list h4 {
    padding-bottom: 5px;
    color: rgb(80, 80, 80);
    line-height: 12px;
    text-transform: uppercase;
    font-size: 10px;
}

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

.runner span {
    font-size: 11px;
}

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

/********** COMIDA CORRIDA PRODUCT SHOW ENDS **********************************************/



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

#MBL_features {
    display: none;
}

#IPD_features {
    display: none;
}

#Content_wrapper #content_box #features {
    color: rgb(0, 0, 0);
    padding: 20px 15px 15px 25px;
}

#features p {
    font-family: 'Montserrat', sans-serif;
    color: rgb(4, 4, 4);
    font-weight: 200;
}

.BPDC-title {
    font-size: 20px;
    font-weight: 400;
    color: rgba(1, 1, 1, 0.8);
    padding: 5px 0 5px 0px
}

.BPDC-Sub-Extended {
    font-size: 12px;
    color: rgba(4, 4, 4, 0.95);
    text-transform: uppercase;
    /*letter-spacing: .3rem;*/
    line-height: 0.9rem;
    padding: 0 0 15px 0;
    font-weight: 400;
}

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

#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: 2px double #ff8c00;
}

#NDX_Brands img {
    margin-left: 480px;
    margin-top: -38px;
}

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

/**************** FOOTER SECTION ***********************************************************/


#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: 'arial', serif;
    font-size: 12px;
    font-weight: lighter;
    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 200px;
    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: bold;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.Sub_menu a:hover {
    color: rgb(248, 117, 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.8rem;
    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: 10px;
}

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

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

.mailContact a {
    margin-top: 15px;
    margin-left: -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.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    /* color: #fff;  */
    margin-top: 10px;
    padding-right: 10px;
}

.phones a {
    color: #fff;
    margin-left: -10px;
    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;
}

/*****************************************************************************/
/*************************** RESPONSIVE *************************************/


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

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