@charset "utf-8";

@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: Arial, Helvetica, 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;} 
    #LND_Header_wrapper{ display:none;}
	#LND_Header_container{ display:none;} 
    #IPD_Header_wrapper{ display:none;}
	#IPD_Header_container{ display:none;} 
		
	.MBL_Logo_header{ display:none;}
	.MBL_Logo_header img{ display:none;}
    .LND_Logo_header{ display:none;}
	.LND_Logo_header img{ display:none;}
    .IPD_Logo_header{ display:none;}
    .IPD_Logo_header img{ display:none;}

	.MBL_Slogan{ display:none;}
	.MBL_Slogan p{ display:none;}
	.MBL_Slogan h4{ display:none;}
    
    .LND_Slogan{ display:none;}
	.LND_Slogan p{ display:none;}
	.LND_Slogan h4{ display:none;}

	.IPD_Slogan{ display:none;}
    .IPD_Slogan p{ display:none;}
	.IPD_Slogan h4{ display:none;}
	

	    
/******** NEW HEADER STRUCTURE BEGINS ************************************/    
    
#Header_wrapper {
    background-color: rgba(49, 2, 2, 0.8);
    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;
    /**********************************/
    background-image: url("../assets/GPNA_NDX/LOGO_SWIRL-1.png");
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 10px;
    /*****************************************/
}
.Logo_header img{
    width: 170px;
    height: auto;
}
.Slogan{
    height: 90px;
    margin-top: -120px;
    margin-left: 250px;
}
.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 {
	background-color: rgba(237, 111, 0, 0.9);
	height: 42px;
	/*border-bottom: 2px solid #eb3b0f;*/
	background-repeat: repeat;
}
#Nav_Bar #menu {
	width: 1100px;
	margin: 0 auto;
	/* float: right; */
	/*margin: 0px auto;*/
	padding-left:70px;
}

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

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

#promotional-box{
    background-color: rgba(255, 255, 255, 0.5);
	margin-left: 273px;
	height: 100%;
}

#MBL_Offer_wrapper{display: none;}
#LND_Offer_wrapper{display: none;}
#IPD_Offer_wrapper{display: none;} 

#Offer_wrapper{
	width: 100%;
	height: 220px;
	background-color: transparent;
	/* background-image: url(../assets/ADV_IMAGERY/ADV_BANNER_MEALSRUN_725-1.png);
	background-repeat: no-repeat;
	background-size: cover; */
}
#Offer_wrapper img{
    width: 100%;
    height: auto;
}

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

#Content_wrapper #content_box {
	/* background-color: rgba(255, 255, 255, 0.0); */
    background-color: transparent;
	margin-left: 273px;
	height: 100%;
}
/********************************************************/

#Content_Titulo {
	/* margin: 0px auto; */
	width: 100%;
	margin: 15px auto 0px;
}

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

#MBL_Page_title{display:none;}
#LND_Page_title{display:none;}
#IPD_Page_title{display:none;}

#MBL_Page_title{
	display: flex;
	margin-top: 0px;
    margin-bottom: -5px;
	height: 40px;
	background-color: rgba(49,2,2,.9);
    /*************************************/
    background-image: url("../assets/GPNA_NDX/SWIRL-2.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -10px;
    /********************************/
    align-items: center;
	padding-left: 10px;
	padding-left: 15px;
	border-top: thin solid rgba(237,111,0,.95);
    border-left: 15px solid rgba(237,111,0,.95);
	border-bottom: thin solid rgba(237,111,0,.95);
	}

    .Feature_Title {display: none;}
    .IPD_Feature_Title{display: none;}
    
    #MBL_Page_title.MBL_Feature_Title{
        font-size: 25px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    #MBL_Page_title.MBL_Feature_Title img{
        width: 25px;
        height: auto;
        margin-left: 15px;
        opacity: 0.5;
    }

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

#delivery{
    box-sizing: border-box;
    margin-top: 5px;
    width: 100%;
    height: auto;
    padding: 5px;
    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-left: 5px;
    -webkit-font-smoothing: antialiased;
}

#avisos{
    box-sizing: border-box;
    margin:0px;
    width: 100%;
	height: auto;
    /* background-color:rgb(241, 183, 75); */
    background-color:rgba(255, 255, 255, 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;
}

.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;
}

.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;
}

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

#Box_wrapper{
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
}
#box_frame{
    height: 100%;
	margin: 5px;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #333;
}

.product_box_grid{
    display:grid;
    padding:15px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
   
}

.product_specs img{
    border-radius: 10px;
    width: 250px;
    height: auto;
}
.product_specs{
    display: grid;
    padding: 3px;
    grid-template-columns: 250px 250px;
    grid-column-gap: 10px;
    /* border-left: 10px solid #f88706e7; */
    /* border-left: 12px solid #dd2810e7; */
    /*border-left: 12px solid rgb(255, 55, 5);*/
    border-radius: 6px;
    margin-bottom: 15px;
}

.product_name h1{
    margin-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.columnB h3{
    color:#333;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 14px;
}
.columnB h4{
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    color:#333;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 0.98rem;
}

.product_price h5{
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 95px;
    margin-top: -22px;
    color:#333;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.product_price{
    margin-top: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}
h2:after{
    margin-left:03px;
    content:"MXN";
    color:rgb(245, 20, 20);
    font-size: 16px;
}

h5:after{
    display:block;
    margin-left:2px;
    content:"C/GUISADO y/o QUESO";
    color:rgb(245, 20, 20);
    font-size: 10px;
    line-height: 10px;
}

.product_specs p{
    margin: 5px 0 15px 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2rem;
    color:rgb(0, 0, 0);

}
.product_specs a{
    float: right;
    color:#333;
    text-decoration: none;
}

.product_specs a:hover{
    float:right;
    color:rgb(74, 219, 7);
}

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

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

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

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

#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;
    color: rgba(255,255,255,0.95);

    background: -webkit-linear-gradient(left, #171718 10px, transparent 1%) center, -webkit-linear-gradient(#171718 10px, transparent 1%) center, #2c2c2c;
    background: linear-gradient(90deg, #171718 10px, transparent 1%) center, linear-gradient(#171718 10px, transparent 1%) center, #2c2c2c;
    background-size: 12px 12px;

    /* background-image: url(../assets/BPDC_NDX/PRUEBA_ALPHA_CHANNEL.png);
	background-repeat: no-repeat;
	background-position-y: 40px;
    background-position-x: right; */
	
}
 
 #footer_Grid{
    display:grid;
    padding:20px;
    grid-template-columns: 170px 200px 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: 2.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 i{
        
     font-size: 1.5rem;
     align-items: center;
     margin-top: 15px;
     margin-left: -20px;
     padding-right: 20px;
 }

 .mailContact p{
    font-size: 1rem;
 }
 
 .mailContact a{
    display: flex;
    align-items:flex-end;
    margin-top:15px;
    margin-bottom: 10px;
    text-decoration: none;
    font-family: 'arial', serif;
    font-size: 1.2rem;
    font-weight: 200;
    color:#fff; 
}

.mailContact a:hover{
    color:rgba(237,111,0,1);
}
 
.phones i{
    font-size: 1.5rem;
    align-items: center;
    margin-top: 15px;
    margin-left: -10px;
    padding-right: 10px;
} 
 .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; 
    text-decoration: none;
}

.phones a:hover{
    color:rgba(237,111,0,1); 
 }
 /************************************************************************/
 
 .copy{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-align: center; 
    padding-left: 0px;
    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;
}
 */