#categorias{
    
}
#categorias .flex-container{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow: scroll; 
    justify-content: center;
    padding-bottom: 40px;
}

#categorias .flex-container > div {
    
    justify-content: center;
    /* background-color: #f1f1f1; */
    width: 200px;
    margin: 10px;
    text-align: left;
    font-size: 40px;
}
#categorias .text-categorias{
    text-align: center;
    padding: 2rem;
    padding-bottom: 38px;
    padding-top: 35px;
}
#categorias .text-categorias h2, h3{
    color: #000000;
    font-family: 'HelvicaNeueRegular';
}
#categorias .text-categorias h2{
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    padding-bottom: 21px;
    text-transform: uppercase;
}
#categorias .text-categorias h3{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    
}
#categorias .flex-container .box{
    flex-direction: column;
    display: flex;
    justify-content: center;
    width: calc(164px - 5px);
    /*height: calc(164px - 30px);/*
    /* background: #A1A1A1; */
    margin: 10px 20px;
    padding-bottom: 16px;
    box-sizing: border-box;
    overflow: hidden;
    /*border-radius: 10px;*/
}
#categorias .box .image{
    justify-content: center;
    width: 90%;
    height: auto;
    background-size: 90% 90%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #A1A1A1;
    padding-bottom: 10px;
}

#categorias .box .text
    {
        width: 80%;
        height: 80%;
        font-family: 'HelvicaNeueBold';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        color: #595757;
        padding-top: 8px;
        text-align: left;
        
        }
/* Styles Responsive */
/* Columnas */

@media (max-width: 760px) {
    
    #categorias .flex-container .box{
        width: 100%;
        max-width: 27rem;
        height: 60px;
        flex-direction: row;
        background-color: #F2F2F2;
        margin: 0.38rem 1.5rem;
        padding: 1rem 0rem 1rem;

        }
        #categorias .box .image{
            border-bottom: none !important;
            margin: auto !important;
            display: flex;
            padding: 0;
            width: 40%;
        }
        #categorias .box .text{
            height: auto;
            margin: auto !important;
            padding-top: 0px;
            font-size: 13px;
            font-weight: 700;
            line-height: 16px;
            text-align: left;
            padding-left: 1.5rem;
        }
        #categorias .box .image img{
           width: 70%;
           max-width:4.5rem;
        }
        #categorias .text-categorias h2{
            font-family: 'HelvicaNeueRegular';
            font-size: 18px;
            font-weight: 400;
            line-height: 21px;
            text-align: center;
            padding-bottom: 1rem;
        }
        #categorias .text-categorias h3{
            font-family: 'HelvicaNeueRegular';
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            text-align: center;
        }
        #categorias .text-categorias {
        text-align: center;
        padding: 1.2rem;
        }
}
/* 2x4 */

@media (min-width: 1000px) and (max-width: 1592px) {
    #categorias .flex-container .box{
        flex: 0 0 20%;
        padding: 10px;
        
        }  
}
/* 4x2 */
@media (min-width: 761px) and (max-width: 999px) {
    #categorias .flex-container .box{
        flex: 0 0 30%;
        padding: 10px;
        
        }  
}

