@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:wght@300;400;700;900&family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins&display=swap');

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

body{
    width: 100%;
    height: 100%;
    background-color: #161719;
    background-image: url("../assets/BUTCHERY_IMGS/PRDS_BACKGRND_BLK.png"); 
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
}

img {
	max-width:100%;
    height:auto;
}

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

.mobileMenu{display:none}
#Menu_mobile{display:none;}

/*********************************************************/
.navBar{
    width: 100%;
    height: 32px;
    background-color: #161719;  
}

.nav_wrapper{
    width: 90%;
    max-width: 700px;
    margin: 0px auto;
    padding-top: 0px; 
    padding-bottom: 0px;
}

.std_navigation ul{
    margin: 0px 0 0 0px;
    float: left;
    padding: 0;
    list-style: none;
}
.std_navigation ul li{
    display: inline-block;
}
.std_navigation ul li a{
    display: block;
    text-decoration: none;
    font-size: 0.7rem;
    /* color:#D5E1EF; */
    color:#ffffff;
    padding: 0.5rem 0.7rem;
    transition: all 0.2s linear;
}
.std_navigation ul li a:hover{
    color: #f78e1e; 
    
}

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

section{
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
}

.sectorClass{
    background-color: transparent;
    background-position: 50% 0%; 
    background-size: cover; 
    background-repeat: no-repeat; 
    /* background-attachment:fixed; */
    
}

#Welkome{
    width: 100%;
    height: 90vh;
    background-color: #1a1a1a;
    background-image: url("../assets/BUTCHERY_IMGS/BAK_BACKGROUND.png");
}
/****************************************************************/
.MBL_content_Wrapper{display: none}
/***************************************************************/

.content_Wrapper{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 20px; 
    padding-bottom: 0px;
    /* background-color: rgb(151, 150, 150); */
}
.logo_wrapper img{
    width: 200px;
    height: auto;
}
.CTA_Statement{
    margin-top:-20px;
}
.CTA_Statement h1{
    margin-left: 225px;
    font-size: 2.5rem;
    line-height: 2.3rem;
    color:#ffF;
    text-shadow: 3px 3px 6px rgba(17, 17, 17, 0.8);
}
.CTA_Statement p{
    width: 405px;
    margin-top: 10px;
    margin-left: 225px;
    /* text-align: right; */
    font-size: 1.2rem;
    line-height: 1.3rem;
    color:#ffF;
    text-shadow: 2px 2px 4px rgba(17, 17, 17, 0.8);
}

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

/* .MBL_meatClass{
    display:none;
}
#MBL_meatProducts{
    display: none;
} */



/***************************************************************/
/* .meatClass{
    background-color: transparent;
    background-position: 50% 0%; 
    background-size: cover; 
    background-repeat: no-repeat; 
    
} */
#meatProducts{
    width: 100%;
    height: 100%;
    margin: 0px auto;
    color: #eef4fc;
    background-image: url("../assets/BUTCHERY_IMGS/LONA_1_700.png");
    background-repeat: no-repeat; 
}
.meatClass{
    width: 90%;
    max-width: 700px;
    margin: 0px auto;
    padding-top: 150px; 
    padding-bottom: 0px;
    /*background-color: rgb(151, 150, 150);  */
}

.products_Bar{
    width: 700px;
    height: auto;
    margin: 0px auto;
} 

.products_Grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
} 

.item{
    width: 100%;
    height: 150px;
    padding: 15px 10px;
    text-align: center;
}
.item img{
    width: 100px;
    transition: all 300ms;
    position: relative;
    cursor:pointer;
}
.item img:hover{
    transform: scale(1.15)
    
}

.titulo-servicios{
    margin-top: 5px;
    color:#fff;
}


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

#slideProducts{
    width: 90%;
    height: 100%;
    margin: 0px auto;
    padding-top: 40px;
    /* background-color: #161719; */
    color: #eef4fc;
    /* background-color: #1c1d1f; */
}

#slideContent_wrapper {
    margin-left: 0px;
    margin-bottom: 25px;
}

#slideContent_wrapper{
    width: 90%;
    max-width: 700px;
    margin: 0 auto; 
    padding-top: 0px; 
    padding-bottom: 0px;
    /* background-color: rgb(151, 150, 150); */
}

.section_title{
    width: 100%;
    height: 42px;
    margin-bottom: 30px;
    padding: 10px 0 10px 15px;
    background-color: rgb(215, 42, 44); 
    /* background: linear-gradient(60deg, rgba(158, 30, 32, 0.95), rgba(22, 23, 25, 0.5)); */
    background: linear-gradient(60deg, rgba(195, 44, 45, 0.9), rgba(22, 23, 25, 0.5));
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.section_title h2{
    color:#e4e9f0;
    font-size: 1.5rem;
}

.whatapp{
    margin: 20px 0 20px 15px;
    font-size: 8px;
    color:#e4e9f0;
    letter-spacing: 1px;
    line-height: 10px;
    text-transform: uppercase;
}



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

#aboutUs{
    width: 100%;
    height: 100%;
    /* margin-top: 170px; */
    /* background-color: #161719; */
    color: #D5E1EF;
    /* background-color: #1c1d1f;  */
}
.about_Wrapper{
    width: 90%;
    max-width: 700px;
    margin: 0px auto;
    padding-top: 15px; 
    padding-bottom: 20px;
    /* background-color: #1c1d1f;  */
    /* background-color: rgb(151, 150, 150);  */
}

.Title_wrapper{
    width: 90%;
    max-width: 700px;
    margin: 0px auto;
    padding-top: 10px; 
    padding-bottom: 0px;
}

.about_grid{
    width: 100%;
    height: 100%;
    /* overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 25px */
}

.about_img{
    width: 100%;
    height: auto;
}
.about_text {
    margin-top: 30px;
}
.about_text p{
    padding: 15px 10px 0 0 ;
    font-size: 0.95rem;
}

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

#Testimonial{
    width: 100%;
    height: 100%;
    color: #D5E1EF;
    
}
.testimonial_Wrapper{
    width: 90%;
    height: 100%;
    max-width: 700px;
    margin: 20px auto;
    background-color: #e4dcc7;
    background-image: url("../assets/GPNA_NDX/TESTIMONIAL_BG.png");
    background-repeat: repeat;
    padding-top: 40px; 
    padding-bottom: 40px;
    border-radius: 25px;
}
.testimonial_box{
    width: 90%;
    height: 90%;
    margin: 0 auto;
}
.testimonial_grid{
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.columnA{
    width:100%;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(1px);
    border: thin solid rgba(26, 26, 26,0.5);
    border-radius: 6px;
}
.columnA_grid{
    overflow: hidden;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 5px;
}
.flag_box{
    width: 40px;
    height: 148px;
    margin: 20px 0 0 20px;
}
.text_box{
    font-size: .80rem;
    color:#1a1a1a;
    margin: 35px 10px 5px 25px;
}
.text_box span{
    font-size: .85rem;
    font-style: oblique;
    margin-right: 5px;
    float:right;

}

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

#Footer{
    width: 100%;
    height: 100%;
    background-color: #1b1b1b; 
    color: #D5E1EF;
    
}
.footer_Wrapper{
    width: 90%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    max-width: 700px;
    margin: 0px auto;
    /* background-color: #1b1b1b; */
    padding: 15px;
}
.footer_box{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    
}
.footer_grid{
    overflow: hidden;
    display: grid;
    grid-template-columns: 200px 1fr 1fr;
    gap: 20px;
}
.logo_hollow img{
    width: 160px;
    height: auto;
    opacity: 0.85;
}
.Address{
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    /* display: inline-block;  */
    margin-top:0px;
 }
 .FRM-Sub-Extended{
    padding-bottom: 5px;
    font-size: 0.9rem;
    color: #D5E1EF;
    font-weight: 300;
    
}

.Sub_menu{
    line-height: 0.88rem;
}

.Sub_menu a{
    text-decoration: none;
    font-size: .65rem;
    font-weight: 200;
    color:#D5E1EF;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.Sub_menu a:hover{
    color:#ff7402;
    font-weight: 400;
}
/******************* SOCIAL NETWORK ***************************************/
.SocialNetworks{
    /* background-color: blueviolet; */
    width: 90%;
    max-width: 300px;
    height: 60px;
    margin: 0px auto;
    padding-top: 20px;
}
.SocialNet_grid{
    display: grid;
    grid-template-columns: 100px 70px;
    gap: 5px;
}
.faceBook{
    
    font-size: 1.5rem;
}
.faceBook a{
    color:#D5E1EF;
    font-size: 1.5rem;
    text-decoration: none;
}
.faceBook a:hover{
    color:#ff7402;
    font-size: 1.5rem;
    
}

.copy{
    width: 100%;
    height: 30px;
    background-color: rgb(17, 17, 17);
    padding: 5px;
    text-align: center;
}
 .copy p{
    color:#D5E1EF;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;  
 }
