.main-buttons-container {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     margin: auto;
     color: #545454;
     margin-top: 6px;
     overflow-x: auto;
     white-space: nowrap;
     height: auto;
     overflow-y: hidden;
     clear: both;
     max-width: 100% 
}
 .main-buttons-container .box-banner.boton:first-child img {
     padding-left: 0;
     padding-right: 30px;
}
 .main-buttons-container .box-banner.boton img {
     padding: 0;
     width: 100px;
     float: none;
     padding: 0 30px;
     margin-top: 15px;
     height: auto;
     text-align: center;
}
 .main-buttons-container {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     margin: auto;
     color: #545454;
     margin-top: 6px;
     overflow-x: auto;
     white-space: nowrap;
     height: auto;
     overflow-y: hidden;
     clear: both;
     max-width: 100%;
}
 h1.title_category--custom {
     display: -webkit-box!important;
     display: -webkit-flex!important;
     display: -moz-box!important;
     display: -ms-flexbox!important;
     display: flex!important;
     color: #545454;
     text-transform: capitalize;
     font-size: 24px;
     font-weight: 600;
     float: left;
}
 .box-banner.boton p {
     width: 100%;
     font-size: 14px;
     text-align: center;
}
 .main-buttons-container .box-banner.boton:first-child p {
     width: 80%;
}
 @media (max-width: 800px) {
     .box-banner.boton img {
         padding: 0;
         width: 100px;
        /* width: 111px;
         */
         float: none;
         padding: 5px;
         max-width: 180px;
         margin-top: 20px;
         height: auto;
         text-align: center;
    }
     .main-buttons-container .box-banner.boton img {
         padding: 0 15px;
         text-align: center;
    }
     h1.title_category--custom {
         display: -webkit-box!important;
         display: -webkit-flex!important;
         display: -moz-box!important;
         display: -ms-flexbox!important;
         display: flex!important;
         color: #545454;
         text-transform: capitalize;
         font-size: 24px;
         font-weight: 600;
         float: left;
    }
     .box-banner.boton p {
         width: 100%;
         font-size: 14px;
         text-align: center;
         margin-bottom: 25px;
    }
   
     .main-buttons-container{
         display:flex;
         justify-content:center;
    }
}
 