@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;500&family=Roboto:wght@300;700&display=swap');


/* .scrolling-wrapper::-webkit-scrollbar {    display: none;} */


.scrolling-wrapper {
    font-family: 'Karla', sans-serif;
    margin: 10px;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    background-color: transparent;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.scrolling-wrapper::-webkit-scrollbar-track {
    background: transparent;        /* color of the tracking area */
    border-radius:7px;
  }

.scrolling-wrapper::-webkit-scrollbar{
    /* width: 8px; */
    height: 8px;
    /* border:1px solid rgba(158, 30, 32, 0.8); */
    border: 1px solid #d72a2c;
    border-radius:7px;
    background-color: transparent;
    }
    
    .scrolling-wrapper::-webkit-scrollbar-thumb{
    /* background-color:rgba(189,158,92,0.8); */
    background-color:#9E1E20;
    border: none;
    border-radius:7px;
    }
    .scrolling-wrapper::-webkit-scrollbar-thumb:hover{
    background-color:#af0606;
    /*background-color:#BF4649;*/
    /*border:1px solid #333333;*/
    /*border:1px solid #BD9E5C;*/
    }
    .scrolling-wrapper::-webkit-scrollbar-thumb:active{
    background-color:#af0606;
    /*border:1px solid #BD9E5C;*/
    }
    /* .scrolling-wrapper::-webkit-scrollbar-track{
    border:1px solid rgba(189,158,92,0.5);
    border-radius:6px;
    /*-webkit-box-shadow:0 0 6px gray inset;
    }  */

/* .scrolling-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
} */

/* .scrolling-wrapper::-webkit-scrollbar:horizontal {
    height: 10px;}

.scrolling-wrapper::-webkit-scrollbar-button:increment{
        display: none;
    }
.scrolling-wrapper::-webkit-scrollbar-button{
    display: none;
} */



.card {
    display: inline-flex;
    width: 200px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    background-color: rgb(51, 54, 44);
    border-radius: 5px;
    border: thin solid #9E1E20;
}
.card:nth-child(1){
    margin-left: 10px;
}

.head_txt{
    width:100%;
    white-space: normal;
}

.adv_title {
    margin-bottom: -5px;
    padding: 10px 10px 0 50px;
    font-size: 21px;
    font-weight: 600;
    text-align: right;
    color: rgb(250, 183, 0);
    line-height: 89.4%;
}
.adv_subtitle {
    padding: 10px 10px 0 45px;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    line-height: 98.9%;
}
.adv_quality{
    padding: 5px 10px 0 45px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    line-height: 98.9%;
}
/************************************************/
.goto{
    margin-top: 5px;
    margin-left: 0px;
}

.goto a{
    background-color: #065863;
    padding: 3px 5px 3px 5px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    line-height: 98.9%;
}

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

.meat_price{
    width: 120px;
    height: 70px;
    margin-top: 20px;
    padding: 10px 0px 10px 10px;
    float: right;
    background-color: rgba(158, 30, 32, 0.8);
    border-top-left-radius: 5px;
    border:none;
}
/* .meat_price p{
    margin-top: -30px;
    font-size: 9px;
} */
.product_price{
    /* margin-top: 8px; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.kilogram{
    margin-top: -5px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product_price h3::after{
    margin-left:03px;
    content:"MXN";
    color:rgb(247, 203, 4);
    font-size: 10px;
}

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





.adv_btn{
    
    width: 80px;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    padding: 4px 10px 4px 10px;
    /* background-color: #bd0c61; */
    background-color: #d72a2c;
    border-radius: 5px;
    border:none;
    box-shadow: 5px 5px 10px 5px rgb(14, 13, 13);
} 

.adv_btn a{
    text-decoration: none;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

 #C1{
    background-image: url(../assets/ADV_IMAGERY/BG_ARRACHERA.png);
    background-repeat: no-repeat;
	background-position: left top;
 }
 #C2{
    background-image: url(../assets/ADV_IMAGERY/BG_BISTEK.png);
    background-repeat: no-repeat;
	background-position: left top;
 }
 #C3{
    background-image: url(../assets/ADV_IMAGERY/BG_MOLIDA.png);
    background-repeat: no-repeat;
	background-position: left top;
 }
 #C4{
    background-image: url(../assets/ADV_IMAGERY/BG_CHULETA.png);
    background-repeat: no-repeat;
	background-position: left top;
 }
 #C5{
    background-image: url(../assets/ADV_IMAGERY/BG_COSTILLA.png);
    background-repeat: no-repeat;
	background-position: left top;
 }
 #C6{
    background-image: url(../assets/ADV_IMAGERY/BG_RIBEYE.png);
    background-repeat: no-repeat;
	background-position: left top;
 }
 #C7{
    background-image: url(../assets/ADV_IMAGERY/BG_LONGANIZA.png);
    background-repeat: no-repeat;
	background-position: left top;
 }

/******************************************************************/
/* .scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
  
.card {
      flex: 0 0 auto;
      width: 200px;
      height: 200px;
      background-color: darkolivegreen;
} */

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

/* .scrolling-wrapper {
    -webkit-overflow-scrolling: touch;
  } */

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

/* .container{
    display: flex;
    overflow-x: auto;
}

.card {
    width: 200px;
    height: 200px;
    background-color: darkolivegreen;
}   */