@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%;
	/* background-color: transparent; */

    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;
    
    

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

/************************ BTN SCROLL TO TOP ******************************/


	
/******* 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 {
    /* position:fixed; */
    background-color: rgba(49, 2, 2, 0.8);
    width: 100%;
    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 {
	background-color: rgba(237, 111, 0, 0.9);
	height: 42px;
	/*border-bottom: 2px solid #eb3b0f;*/
	background-repeat: repeat;
}
#Nav_Bar #menu {
	width: 1000px;
	float: right;
	/*margin: 0px auto;*/
	padding-left:185px;
}


/**************** PRODUCT DISHES LIST MENU *************************************/



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

#Content_Titulo {
	/* position: fixed; */
    margin: 10px auto;
	width: 1000px;
	margin: 15px auto 0px;
}

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

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

#Page_title {
	height: 35px;
	background-color: rgba(49, 2, 2, 0.8);
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 20px;
	border-left: 25px solid rgba(237, 111, 0, 0.95);
	border-bottom: thin solid rgba(237,111,0,1);
}

.Feature_Title {
	font-size: 18px;
	font-weight: 300;
	color: rgba(255,255,255,.95);
    text-transform: uppercase;
	
}
.Feature_Title span{
    font-size: 13px;
    color:rgba(237, 111, 0, 0.95);
    float: right;
    margin-right: 20px;

}

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

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

#Content_wrapper #content_box {
	background-color: rgba(255, 255, 255, 0.8);
	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: 100px;
    /* background-color: rgb(53, 52, 52);
	background-image: url(../WK_assets/GPNA_NDX/semicircles_pathern.png); */
    
    background-color: #2b2b2b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23181818' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");

	/* background-repeat: repeat; */
	/* background-position: left top;	 */
}
.Offer_boxGrid{
    display:grid;
    grid-template-columns: 206px 1fr;
    grid-column-gap: 10px;
}
.welcome_msg{
    display: flex;
    align-items: center;
}

#delivery{
    box-sizing: border-box;
    margin:0px;
    width: 100%;
	height: auto;
    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: 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 {
    padding: 20px 0 10px 0;
	font-size: 25px;
    font-style: italic;
	font-weight:400;
	color: rgba(255, 255, 255, 1);
    z-index: 99;
	/* padding: 11px 0 8px 10px; */
} 
.GPNA-title p{
    margin-top: 12px;
    font-size: 16px;
	color: rgba(255, 255, 255, 0.95);
	letter-spacing: .1rem;
	line-height: 0.9rem;
    text-transform: uppercase;
	font-weight: 400;
    z-index: 99;
}

.GPNA-Sub-Extended {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	letter-spacing: .1rem;
	line-height: 0.9rem;
	font-weight: 400;
}

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

#Box_wrapper{
    width: 100%;
    margin: 0 auto;
    /* overflow: auto; */
}
#box_frame{
    /*background-color: rgba(255, 253, 253, 0.8);*/
	height: 100%;
	margin: 20px 20px 0px 25px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(27, 27, 27);
}

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

.product_specs img{
    width: 45px;
    height: auto;
}
.product_specs{
    display: grid;
    padding: 0px;
    grid-template-columns: 45px 1fr;
    grid-column-gap: 8px;
    margin-bottom: 15px;
}
.product_name h1{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.columnB h3{
    color:rgb(90, 90, 90);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: -5px;
}
.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_specs p{
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 10px;
    line-height: 11px;
    color:rgb(14, 13, 13);
    -webkit-font-smoothing: antialiased;
}


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

#Form_Box_wrapper{
    width: 100%;
    margin: 0 auto;
    background-color: #2b2b2b;
}

#Form_box_frame{
    height: 100%; 
	margin: 20px 10px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.form_box_grid{
    display:grid;
    padding-top:30px;
    padding-bottom: 30px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

.Kontact_header{
    margin-left:20px;
    height: 100%;
}
.Kontact_header:nth-child(1){
    background: none;
    border: none;
}
.Form_wrapper{
    /* text-align: center; */
    height: 100%;   
}
.Kontact_header img{
    width: 100%;
    height: auto;
    border-radius: 5px 0 0 0;
}
.textos{
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.cta_wrapper h1{
    font-size: 1.5rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.1em ;
    letter-spacing: 0.1rem;
    text-align: left;
}
.cta_wrapper h2{
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 200;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    text-align: left;
    margin-left: 5px;
    padding-top: 5px;
}

.textos p{
    text-align: justify;
    padding: 10px 15px 15px 0;
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.78rem;
    font-weight:lighter;
    /* letter-spacing: 0.1rem;  */
    color: rgba(255, 255, 255, 0.95);
}
.textos span{
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.9rem;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
aside{
    width: 90%;
    padding-top: 20px;
    padding-left: 25px;
    border-top: thin solid rgba(237, 111, 0, 0.9);
}
.sugerencias p{
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6rem;
    line-height: 0.8rem ;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

/***************** CONTACT FORM ****************************************/
form{
    margin-top: 15px;
    transition: all 4s ease-in-out;
}
.form-control{
    width: 80%;
    padding-left: 5px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(237, 111, 0, 0.9);
    border-left: 1px solid rgba(237, 111, 0, 0.9);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-size: 0.8rem;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.form-control::placeholder{
    padding-left: 5px;
    font-family: 'Montserrat', sans-serif;
    color:rgba(255, 255, 255, 0.78);
    font-weight: 100;
    font-size: 0.77rem;
    font-style: oblique;
    text-transform: uppercase; 
    letter-spacing: 1px;
}

textarea{
    height: 50px;
}

input{
    height: 30px;
}

.field_warning{
    display: flex;
    align-items: center;
    width: 80%;
    margin-top: 15px;
    text-align: left;
    margin-left: 0;
}
.field_warning span{
    color:#ff8a04;
    font-size: 0.85rem;
    font-weight: 200;
}
.field_warning p{
    margin-left: 5px;
    text-transform: uppercase;
    color:#e4e0e0;
    font-size: 0.65rem;
    font-weight: 200;
    letter-spacing: 1px;
}

.checkBox{
    display: flex;
    align-items: center;
    width: 90%;
    margin-top: -15px;
    text-align: left;
    margin-left: 0;
}
.checkBox span{
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.75rem;
}

form .submit{
    background-color: rgba(237, 111, 0, 1);
    border-color: transparent;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 2px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px 20px 5px 20px;
    margin-top: 15px; 
}
form .submit:hover{
    background-color: rgba(237, 111, 0, 0.8);
    cursor: pointer;
}
a.privacy_link {
    border: thin solid rgba(216, 103, 5, 0.8);
    border-radius: 5px; 
	padding: 4px 6px;
    font-weight: 300;
	color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
	font-size: 0.7rem;
    margin-bottom: -5px;
	margin-right: 5px;
	margin-left: 10px;
}
a.privacy_link:hover {
	background-color: rgba(237, 111, 0, 1);
    font-weight: 300;
	color: #ffffff;
}


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

#Footer_wrapper{
    width: 1000px;
    margin: 0 auto;
    /*height: 380px;*/
}
 
 #footer_container{
    /* background-color: rgba(224, 14, 14, 0.9);  */
    background-color: #0e0e0e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23181818' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
    height: 100%;
	margin-left: 273px;
    padding-top: 0px;
    padding-bottom: 20 px; 
	padding-left: 45px;
	font-family: 'arial', serif;
	font-size: 12px;
    font-weight: lighter;
	color: rgba(255,255,255,0.95);
}
 
 #footer_Grid{
    display:grid;
    padding: 20px 0 15px 0; 
    grid-template-columns: 130px 300px;
    /*grid-template-columns: 1fr 1fr 1fr;*/
    grid-column-gap: 15px;  
 }
 .badge{
     width: 160px;
     height: auto;
     opacity: 0.85;
 }
 .Badge img{
     width: 120px;
     height: auto;
 }

 .AddressS{
    /* display: inline-block;  */
    margin-top:20px;
 }
 
.copy{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal; 
    padding-left: 25px;
     padding-bottom: 15px;
     font-size: 0.6rem;
     text-transform: uppercase;
     letter-spacing: 1px;
 }

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

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