@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');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Gwendolyn:wght@400;700&family=Karla:wght@200;300;500&display=swap');



* {
padding:0px;	
margin:0px;
box-sizing: border-box;
}

html,body {
	width: 100%;
    height: 100%;
    /*margin-top: 20px;*/
	background-color: transparent;
	font-family: 'Raleway', sans-serif;
	font-size: 0.95rem;
    color: rgba(20, 20, 20, 0.9);
	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;} 
		
	.MBL_Logo_header{ display:none;}
	.MBL_Logo_header img{ display:none;}

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

	.LND_Slogan{ display:none;}
	.LND_Logo_header img{ display:none;}

	.IPD_Slogan{ display:none;}
	.IPD_Logo_header img{ 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;
}
.Logo_header img{
    width: 175px;
    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 {
    width: 100vw;
    background-color: rgba(237, 111, 0, 0.9);
    height: 42px;
    /*border-bottom: 2px solid #eb3b0f;*/}
   

#menu {
    width: 100%;
    
    /*margin: 0px auto;*/
    padding-left: 20px;
}
/******************************************************/

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

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

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

#Page_title {
	display: flex;
	align-items:center;
	height: 35px;
	background-color: rgba(49, 2, 2, 0.8);
	margin-left: 0px;
	padding-top: 0px;
	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: 25px;
	font-weight: 400;
	color: rgba(255,255,255,.95);
	
}

.MBL_Feature_Title{
	font-size: 15px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 2px;
}

.IPD_Feature_Title{
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 3px;
}

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

/* #Showcase_box {
	height: 415px;
	margin: 10px auto 0px;
	width: 1000px;
}

#Showcase_box #slider {
	margin-left: 273px;
	margin-top: 0px;
} */

#Showcase_box {
	height: 415px;
	margin: 10px auto 0px;
	width: 1000px;
}

#Showcase_box #slider {
	/*height: 300px;*/
	margin-left: 273px;
	margin-top: 0px;
}

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

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

#Content_wrapper #content_box {
	/* background-color: rgba(240, 10, 10, 0.8); */
	margin-left: 273px;
	height: 100%;
	/*border-top: 2px solid rgba(237,111,0,1);*/
}

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

/* #Cards_wrapper {
	margin: 4px auto 0px;
	width: 1000px;
	}

#Category-frame {
	background-color: rgba(255, 255, 255, 0.8);
	margin-left: 273px;
	height: 100%;
	/*border-top: 2px solid rgba(237,111,0,1);
} */

.CAT-NAV-Wrapper{
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	background-color: rgba(12, 12, 12, 0.8);

}

.Cards_grid{
	/* background-color: rgba(12, 12, 12, 0.8); */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
}


/*****************************************************************/
.GPNA-title {
	
	font-size: 18px;
	font-weight: 400;
	font-style: oblique; 
	/* text-transform: uppercase; */
	color: rgba(255, 255, 255, 0.8);
	/* text-shadow: 1px 1px 4px rgb(168, 168, 168); */
    padding: 15px 0 3px 190px;
}

.GPNA-title span{
	font-family: 'Gwendolyn', cursive;
	color: hsla(358, 85%, 50%, 90%);
	font-size: 40px;
	font-weight: 700;
}

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

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

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

#Offer_wrapper{
	width: 100%;
	height: 200px;
	/* background: rgb(27,11,1); DARK BROWN*/
	background-color: rgba(12, 12, 12, 0.8);
	background-image: url(../assets/GPNA_NDX/SWIE-OUR_PLACE.png);
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	/* border-top: 1px solid #000000;*/
	border-bottom: 1px solid #000000;
}

.Offer-title{
	padding-top: 20px;
	padding-left: 200px;
}
.Offer-title h2{
	font-size: 1.9rem;;
	color: #ededed;
}
.Offer-title p{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1.3rem;
	font-weight: 300;
	color: #ededed;

}
.GPNA-Sub-Extended {
	width: 85%;
	font-size: 0.95rem;
	font-weight: 300;
	color: hsla(0, 0%, 100%, 0.9);
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.1rem;
    letter-spacing: 1px;
	padding: 20px 40px 0px 200px;
	
}

/* #Offer_wrapper img{
	margin-left: 510px;
	margin-top: -40px;
} */

#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.5rem;
    color:rgb(255, 255, 255);
    line-height: 0.8rem ;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 0px 2px 15px;
    -webkit-font-smoothing: antialiased;
}

.Xmas_wrapper{
	width: 100%;
	margin: 10px;
}
.Xmas_access{
	
	width:110px;
	height:25px;
	background-color:hsla(358, 85%, 30%, 90%);;
	margin: 12px;
	padding:10px;
	/* -webkit-border-radius: 50px;
	-moz-border-radius: 50px; */
	border-radius: 5px;
	font-size:9px;
	line-height:11px;
	text-transform: uppercase;
	/* float:left; */
	display: flex;
	justify-content: center;
	align-items:center;
}

.Xmas_access a{
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}

.Xmas_access:hover{
	opacity: 0.70;
	-moz-opacity: .50;
	filter:alpha (opacity=70);
  }




/***********************************************************/
#feature-Grid{
	background-color: #dfdbdb;
	display:grid;
    margin-left: 0px;
    padding: 10px;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
}
/***********************************************************/

#MBL_features{display:none;}
#LND_features{display:none;}
#IPD_features{display:none;}


#features {
	color: rgb(0, 0, 0);
	padding: 10px 15px 15px 10px;
}
#features p{
	font-family: 'Montserrat', sans-serif;
	color:rgb(4, 4, 4);
	font-weight: 200;
	text-align: justify;
	padding-bottom: 10px;
}

#features h2{
	padding: 10px 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-size:1rem;
	color:rgb(49, 49, 49);
	font-style: italic;
	font-weight: 200;
}

.ubicacion-btn{
	margin-top: 0px;
	width: 100px;
	background-color: rgb(51, 51, 51);
	padding: 3px;
	text-align: center;
	color: blanchedalmond;
	font-size: 0.75rem;
	font-weight: 200;
	border-radius: 30px;
}

.ubicacion-btn a{
	text-decoration: none;
	color:blanchedalmond;
}

.BPDC-title {
	font-size: 20px;
	font-weight:400;
	color: rgba(1, 1, 1, 0.8);
	padding: 5px 0 5px 0px
}
.BPDC-Sub-Extended {
	font-size: 12px;
	color: rgba(4, 4, 4, 0.95);
	text-transform: uppercase;
	/*letter-spacing: .3rem;*/
	line-height: 0.9rem;
	padding: 0 0 15px 0;
	font-weight: 400;
}

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

#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;
	border-bottom: 2px double #ff8c00;
}

#NDX_Brands img{
	margin-left: 520px;
	margin-top: -40px;
}

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

/* #MBL_Footer_wrapper{ display:none;}
#IPD_Footer_wrapper{ display:none;} */

#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: '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: 160px 190px 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:#ff8c00;
	 font-weight: bold;
 }
 
 .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: 1.5rem;
	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: 6px;
}
 
 /**************************************************/

 .mailContact span{
	margin-top: 15px;
	margin-left: -10px;
	padding-right: 15px;
}

.mailContact a{
   margin-top:15px;
   margin-bottom: 10px;
   text-decoration: none;
   font-family: 'arial', serif;
   font-size:.85rem;
   font-weight: 200;
   color:#fff; 
}

.mailContact a:hover{
   color:rgb(248, 211, 3);
}
 
 .phones{
     margin-top: 30px;
     color: #fff; 
 }
 
 .phones p{
    font-family: 'arial', serif;
    font-size: 1.5rem;
    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;
 }

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

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