/* portrait */
@media screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
    
    *{
            box-sizing:border-box;
            padding:0;
            margin:0;
    }
    
    html,body{
        margin-top: 0px;
        font-family: Arial, Helvetica, 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: 40%;
            left: -100%;
            position: fixed; /* Old browsers */
            background-color: rgba(0, 0, 0);
            border-radius: 0 0 25px 0;
    }

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

.Logo_header{ display:none;}
.Logo_header img{ display:none;}

.MBL_Logo_header{ display:none;}
.MBL_Logo_header img{ display:none;}

.IPD_Logo_header{ display:none;}
.IPD_Logo_header img{ display:none;}

.Slogan{ display:none;}
.MBL_Slogan{ display:none;}
.IPD_Slogan{ display:none;}

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

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

.LND_Slogan{
    display:block;
	height: 80px;
    margin-top: -100px;
    margin-left: 180px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.LND_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.35rem;
    color: #fff;
}
.LND_Slogan h4{
    display:block;
	margin-top: 1px;
    padding-left: 25px;
    font-size: 0.8rem;
    font-weight: 100;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
}
/***********DESKTOP SIZE NAVBAR OFF ************/
#Nav_Bar {display:none;}
#Nav_Bar #menu {display:none;}

/********* SWITCH OFF *****************************/
#Offer_wrapper{display: none;}
#MBL_Offer_wrapper{display:none;}
#IPD_Offer_wrapper{display:none;}

/**************************************************/
#LND_Offer_wrapper{display:block;}

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

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

.LND_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;}
#IPD_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;}

#LND_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{display: none;}
    
    .LND_Feature_Title{
        font-size: 15px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    
    .LND_Feature_Title span{
        font-size: 12px;
        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;
}



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

#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 375-812 *************************/
/**************************************/

