/* portrait */
@media screen and (min-width: 768px) and (max-width: 1024px) 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;
    }

 /*********************************************************/
    #Nav_Bar{display:none;}
    #Nav_Bar #menu{display:none}

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

.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: 40%;
	height: 36%;
	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;}
.MBL_Slogan{ display:none;}
.Slogan{ display:none;}

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

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

.IPD_Slogan{
    display:block;
	height: 80px;
    margin-top: -100px;
    margin-left: 180px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.IPD_Slogan p{
    display:block;
	padding-top: 0px;
    padding-left: 20px;
    font-family: 'Cookie', cursive;
	font-size: 3rem;
	font-weight: 200;
	font-style:oblique;
    line-height: 2.4rem;
    color: #fff;
}
.IPD_Slogan h4{
    display:block;
	margin-top: 1px;
    padding-left: 25px;
    font-size: 0.8rem;
    font-weight: 100;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 5px;
} 

/***********DESKTOP SIZE NAVBAR OFF ************/
#Nav_Bar {
	display:none;
}
#Nav_Bar #menu {
	display:none;
}
/****** SWITCH OFF ********************************/

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

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

#IPD_Offer_wrapper{display:block;}

#IPD_Offer_wrapper{
	width: 100vw;
	height: 100px;
    background-color: #2b2b2b;
	
	background-image: url(../WK_assets/GPNA_NDX/SECTION_BANNER.png);
    background-repeat: no-repeat;	
    background-position: left top;
}
.IPD_Offer_boxGrid{
    width: 100vw;
    height: 100px;
}
.welcome_msg{
    display: flex;
    align-items: center;
}
#avisos p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.5rem;
    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;
}


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

.IPD_GPNA-title {
	font-size: 1.5rem;
    font-style: oblique;
	font-weight:500;
	color: rgba(255, 255, 255, 0.8);
	padding: 20px 0 3px 190px;
}
.IPD_GPNA-title p{
    padding-top: 10px;
    font-size: 0.85rem;
    font-style: oblique;
    text-transform: uppercase;
    font-weight:400;
}

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


/************** DESKTOP SIZE PAGE TITLE OFF****************************************/
#Page_title{display:none;}
#MBL_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;}

#IPD_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;}
    .MBL_Feature_Title{display: none;}
    
    .IPD_Feature_Title{
        font-size: 15px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    
    .IPD_Feature_Title span{
        font-size: 15px;
        color:rgba(237, 111, 0, 0.95);
        float: right;
        margin-right: 20px;
    }

/**************************************/
    #Showcase_box{
	    height:auto;
	    width: 100%;
	    margin-top: 10px;
	    margin-bottom: 10px;
    }
        /* The #slideShow changes to #slider*/
	
    #Showcase_box #slider{
	    width: 100%;
	    /*height: 253px;*/
	    margin-left: 0px;
    }
/**************************************/

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

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

#Box_wrapper{
    max-width: 1000px;
    margin: 0 auto;
    /* overflow: auto; */
}
#box_frame{
    /*background-color: rgba(255, 253, 253, 0.8);*/
	height: 100%;
	margin: 20px 10px 0px 10px;
    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{
    display: grid;
    padding: 3px;
    grid-template-columns: 50px 1fr;
    border-radius: 8px;
    margin-bottom: 0px;
}

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

.product_list ul{
    list-style-type:none;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid darkslategray;
    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 li span{
    float: right;
    margin-right: 10px;
}
.product_list li:nth-child(1){
    width:100%;
    margin:0;
    /* 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; 
}
.product_list li:nth-last-child(1) {
    border-bottom: none;
}
.product_list h1{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color:floralwhite;
    text-transform: uppercase;
}

.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 h6{
    /* margin-top: -2px; */
    color:rgb(255, 0, 157);
    line-height: 10px;
    text-transform: uppercase;
    font-size: 10px;
}

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

#Footer_wrapper{
	max-width: 1000px;
    margin: 0 auto;
    /*height: 380px;*/
}
 
 #footer_container{
    background-color: rgba(10, 10, 10, 0.9);
	height: 50%;
	margin-left: 0px;
    padding-top: 0px; 
	padding-left: 25px;
	font-family: 'arial', serif;
	font-size: 12px;
    font-weight: lighter;
	color: rgba(255,255,255,0.95);
}
 
 #footer_Grid{
    display:grid;
    padding:20px;
    grid-template-columns: 150px 300px;
    /*grid-template-columns: 1fr 1fr 1fr;*/
    grid-column-gap: 2rem;  
 }
 .badge{
     width: 200px;
     height: auto;
 }
 .Badge img{
     width: 140px;
     height: auto;
 }

 .AddressS{
    /* display: inline-block;  */
    margin-top:20px;
 }
 
.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 768-1024 *************************/


