body.home .tenis-menu-carrossel,
body.category .tenis-menu-carrossel{
    text-align: center;
    margin-bottom: 1.5%;   
}

body.home .tenis-menu-carrossel .lp-txt1,
body.home .tenis-menu-carrossel .lp-txt2 {    
    font-family: "Proxima Nova Bold",Helvetica,Arial,sans-serif;
    line-height: 1rem;
    margin-bottom: 1.5%;
}

body.home .tenis-menu-carrossel .lp-txt1{
    font-size: 15px;
    margin: 25px auto;
    width: 255px;
}

body.home .tenis-menu-carrossel .lp-txt2 {
    font-size: 13px;
    padding: 10px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2px;
    display: inline-block;
}

body.category .tenis-menu-carrossel .lp-txt1,
body.category .tenis-menu-carrossel .lp-txt2{
    display:none;
}

@media screen and (min-width: 720px){
    body.home .tenis-menu-carrossel .lp-txt2{
        font-size: 13px;
        margin: 0 auto 5px;
        width: unset;
    }
}

@media screen and (min-width: 1920px){
    body.home .tenis-menu-carrossel .lp-txt2{
        font-size: 20px;
        margin: 0 0 50px 0;
        padding: 15px 25px;
    }
}