/* portrait */
@media screen and (min-width: 240px) and (max-width: 568px) and (orientation: portrait) {
    
    *{
            box-sizing:border-box;
            padding:0;
            margin:0;
    }
    
    html,body{
        margin-top: 0px;
        font-family: 'Raleway', sans-serif;
        color: rgb(4, 4, 4);;
        font-size: 0.95rem;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }

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

.mobileMenu{
	z-index: 999;
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	}
	

.mobileMenu .bt-menu{
	background-color: rgb(29, 0, 0);
	display: block;
	padding: 10px;
	color: rgba(255, 255, 255, 0.85);
	overflow: hidden;
	text-decoration: none;
	font-weight: 200;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mobileMenu span{
	float:right;
	font-size:20px;
} 

#Menu_mobile{
	z-index: 999;
	display: block;
	/*z-index:1000;*/
	width: 50%;
	height: 50%;
	left: -100%;
	position: fixed; /* Old browsers */
	background-color: rgb(0, 0, 0);
	border-radius: 0 0 25px 0;
	}

/************* HEADER DESKTOP SIZE SWITCH OFF ***********************/

.Logo_header{ display:none;}
.Logo_header img{ display:none;}
.Slogan{ display:none;}
.LND_Slogan{ display:none;}
.IPD_Slogan{ display:none;}

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

.MBL_Logo_header{
    display:block;
	margin-left: 0px;
    padding-left: 15px;
    padding-top: 55px;
}
.MBL_Logo_header img{
    display:block;
	width: 130px;
    height: auto;
}

.MBL_Slogan{
    display:block;
	height: 80px;
    margin-top: -100px;
    margin-left: 155px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.MBL_Slogan p{
    display:block;
	padding-top: 0px;
    padding-left: 10px;
    font-family: 'Cookie', cursive;
	font-size: 2.2rem;
	font-weight: 200;
	font-style:oblique;
    line-height: 1.8rem;
    color: #fff;
}
.MBL_Slogan h4{
    display:block;
	margin-top: 1px;
    padding-left: 10px;
    font-size: 0.6rem;
    font-weight: 100;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/***********DESKTOP SIZE NAVBAR OFF ************/
#Nav_Bar {
	display:none;
}
#Nav_Bar #menu {
	display:none;
}
/********SWITCH OFF**********************/

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

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

#MBL_Offer_wrapper{display:block;}

#MBL_Offer_wrapper{
	width: 100%;
	height: 60px;
	background-color: rgba(237,111,0,1);
	background-image: url(../assets/BPDC_NDX/GPNA_BOOKING_BG3.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#MBL_Offer_wrapper img{
	margin-left: 310px;
	margin-top: -35px;
}



/*************** ADVERTISEMENT TITLES ****************/

.MBL_GPNA-title {
	font-size: 20px;
	font-weight:400;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 4px #222;
    padding: 13px 0 3px 15px;
}

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


/************** DESKTOP SIZE PAGE TITLE OFF****************************************/
#Page_title{display:none;}
#LND_Page_title{display:none;}
#IPD_Page_title{display:none;}

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

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

#title_wrapper{
	/*background-color: rgba(237,111,0,.8);*/
	margin-top: 0px;
	margin-left: 0px;}

#MBL_Page_title{
	display: block;
	margin-top: 0px;
    margin-bottom: 10px;
	height: 30px;
	background-color: rgba(49,2,2,.9);
	background-repeat: repeat;
	padding-top: 7px;
	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_Feature_Title{
        font-size: 15px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 2px;
        text-transform: uppercase;
    } 

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

#Content_wrapper #content_box #features{display: none;}

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

#Content_wrapper{
    margin:0 auto;
    width:100%;
}
    
#Content_wrapper #content_box {
/* background-color: rgba(255,255,255,.8); */
margin-top:0px;
margin-left: 0px;
height: 100%;
/* border-top: thin solid rgba(237,111,0,1); */
}

/************* PRODUCT STRUCTURE FOR COMIDA CORRIDA MediaQuery 240-568*************************/

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

.introduction{
    padding-top: 20px;
}

.introduction p{
    margin-bottom: 10px;
    font-size: 15px;
    color: rgb(14, 13, 13);
    font-weight: 600;
    text-transform: uppercase;
}

.catName {
    font-size: 11px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pausa{
    /*margin: 20px 0 20px 0;*/ 
    box-sizing: border-box;
    width: 120px;
    height: 20px;
    background-color: rgb(207, 3, 3);
    border-radius: 30px;
    padding-top: 1px;
    color:blanchedalmond;
    font-size:11px;
    text-align: center;
    text-transform: uppercase;
}

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

.DSK-product_specs{
    display: none;
}

.MBL-product_specs{
    display: block;
    margin-top: -0px;
}

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


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

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

.product_specs img{
    width: 100px;
    height: auto;
}

.product_specs{
    display: grid;
    padding: 3px;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

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

.product_list h1 {
    background-color: #ed6f00; 
    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;
}
/*********************************************/

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

.product_list p{
    margin-top: -5px;
    color: rgb(255, 255, 255);
    font-style: italic;
    line-height: 11px;
    text-transform: none; 
    font-size: 12px;
} 



.mxn-off{
    margin-top: -18px;
    padding-left: 20px;
    font-size: 0.6rem;
    color: #fff;
    margin-left: 100px;
} 

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



.columnB h3{
    color:#333;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 4px;
}
.columnB h4{
    font-family: Arial, Helvetica, sans-serif;
    color:#333;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
}

.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: 13px;
    font-weight: 400;
}
h2:after{
    margin-left:03px;
    content:"MXN";
    color:rgb(245, 20, 20);
    font-size: 10px;
}

/* 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-top: 2px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 11px;
    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);
}

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

.season_promo_wrapper{
    width: 97%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    background-color: rgba(10, 10, 10, 0.85);
    /* overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap; */
    border-radius: 8px;
}
.product_wrapper_grid{
    display: grid;
    grid-template-columns: 140px 1fr;
    grid-column-gap: 0px;
     
}
.promoA img{
    width:140px;
    height: auto;
}
.promoA{
    position:relative;
    width: 140px;
    height: 160px;
    background-image: url("../assets/ADV_IMAGERY/MBL_XMAS.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: 160px;
    /* 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.2rem;
    line-height:1.4rem ;
    color:rgb(255, 1, 1);  
}
.promoB h4{
    padding: 5px 0px 0px 15px ;
    font-size: 0.7rem;
    line-height:0.9rem ;
    color:#ffb500;  
}
.promoB p{
    margin-top: 10px;
    margin-left: 10px;
    font-weight: 300;
    font-size: 0.65rem;
    line-height:0.8rem ;
    color:#fff;
}
/* .product_promo{
    font-size: 1.6rem;
    font-weight: 800;
    line-height:1.6rem;
    color:rgba(105, 250, 8, 0.9);
    margin-top: 5px;
    margin-left:15px;
}
.promo_price{
    width: 150px;
    height: 50px;
    padding: 10px 15px 8px 16px;
    margin-top: 10px;
    margin-left:15px;
    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: -7px;
    -webkit-font-smoothing: antialiased;
} */


/************ MOBILE CARNICOS ADVERTISEMENT STRUCTURE **********/
	
#NDX_Brands {display:none;}
#IPD_NDX_Brands {display:none;}

#MBL_NDX_Brands{display:block;}

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

#MBL_NDX_Brands img{
    margin-left: 300px;
    margin-top: -40px;
}

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

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

/************ MOBILE FOOTER STRUCTURE **********/

   
#Footer_wrapper{
	max-width: 1000px;
    margin: 0 auto;
    /*height: 380px;*/
}
 
 #footer_container{
    background-color: rgba(49, 2, 2, 0.8);
	height: 50%;
	margin-left: 0px;
    padding-top: 0px; 
	padding-left: 20px;
    padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: rgba(255,255,255,0.95);

    background-color: #000;
    background-image: url(../assets/GPNA_NDX/green-fibers.png);
    background-repeat: repeat;
}
 
 #footer_Grid{
    display:grid;
    padding:20px;
    grid-template-columns: 1fr;
    grid-column-gap: 3.2em;  
 }
 
 .Badge img{
     width: 140px;
     height: auto;
 }

 .AddressS{
    display: inline-block; 
    margin-top:20px;
	margin-left: 25px;
 }
 
 .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{
	margin-top: 20px;
	color: rgba(255,255,255,0.9);
	font-weight: normal;
	font-size: 2.7rem;
	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: 10px;
 }
 
 .mailContact p{
     margin-top:15px;
	 margin-left: 20px;
     margin-bottom: 18px;
     font-family: 'Open Sans', sans-serif;
     font-size:.85rem;
     font-weight: 200;
     letter-spacing: 1px;
     color:#fff; 
 }
 
 .phones{
     margin-top: 30px;
	 margin-left:20px;
     color: #fff; 
 }
 
 .phones p{
    font-family: 'arial', serif;
    font-size: 1.9rem;
    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;
 }
 
 


}/****** MEDIA QUERY ENDS 240-568 *************************/
/**************************************/

