.contenedor-interlanding{
    background: #fff;
}
.contenedor-carrousel-categorias {
    width: 90%;
    max-width: 1480px;
    margin: 0 auto 2%;
    padding: 1% 0;
    position: relative;
    display: flex;
    flex-direction: row;
}
.category-button {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #fff;
    color: #333;
    padding: 8px 5px;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    width: 15%;
    margin: auto;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 0;
    border-bottom: solid 5px #fff;
}
.category-button.active{
    color: #ff3c3c;
    border-bottom: solid 5px #ff3c3c;
}
.category-button img{width: 50%;}
.data-text {display: none;}
.data-text.active{
    display: flex;
    flex-wrap: wrap;
}
.data-text p{margin-bottom: 0;}
@media screen and (max-width: 1240px) {
    .category-button {font-size: 1.2rem;}
}
@media screen and (max-width: 1024px) {
    .category-button {
        font-size: 13px;
        width: 14%;
    }
}
@media screen and (max-width: 780px) {
    .category-button {font-size: 11px;}
}
@media screen and (max-width: 600px) {
    .contenedor-interlanding{
        background: #e8e8e8;
    }
    .category-button {width: 100px;}
    .contenedor-carrousel-categorias{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 1% auto 3%;
        width: 100%;
        width: 97%;
        margin-right: 0;
        padding: 3% 0;
    }
    .category-button{
        line-height: 1.2;
        width: 23%;
        margin: 0 1% 0 auto;
        flex: 0 0 auto;
        border-radius: 5px;
    }
    .category-button img {width: 85%;}
}
@media (max-width: 575px){
    .category-button{
        font-size: 12px;
        padding: 4px 7px;
    }
}
@media (max-width: 330px){
    .category-button {font-size: 11px;}
}
@media (max-width: 290px){
    .category-button {
        font-size: 10px;
        padding: 4px 5px;
    }
}