.controlesCat{
    padding: 10px;
    width: 4000px;
    background: #ccc;
    overflow-x: scroll;
}

.itemCatalogo, .itemTitulo{
    height: 20px;
    background: ;
    padding: 5px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin: 1px;
}

.itemTitulo{
    display: none;
}

.itemCatalogo:hover{
    text-decoration: none;
    color: #fff;
}

.catalogoMobile{
    display: block;
}

.catalogoDesk{
    display: none;
}

.controlesCat2{
    
}

.imagProdCat, .videoYouTube{
    width: 95%;
    height: 300px;
    margin: 2.5%;/*
    margin-bottom: 3%;*/
    object-fit: contain;
}

.imgMasImgs{
    width: 14.6%;
    height: 50px;
    object-fit: cover;
    margin: 1%;
}

.videoDesk{
    display: none;
}

.videoMobile{
    display: block;
}

.rowContenedorProd p{
    font-size: 15px;
    padding: 5px;
}

p, p strong, li ul, p a, ol li{
    font-size: 13px!important;
    text-align: justify;
    padding: 5px;
}































/***************TAMAŅO DE ESCRITORIO**************/
@media (min-width: 801px){
    .row{
        margin-top: -80px
    }
    
    .controlesCat{
        width: 100%;
    }
    
    .catalogoMobile{
        display: none;
    }
    
    .catalogoDesk{
        display: block;
    }
    
    .itemCatalogo, .itemTitulo{
        width: 100%!important;
        height: auto;
        background: #fff;
        color: #000;
        padding: 8px;
        width: 100%!important;
        font-size: 13px;
        font-weight: normal;

        /*padding: 5px;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        text-align: center;
        margin: 1px;*/
    }
    
    .itemTitulo{
        display: block;
        color: #000;
        border: 1px solid transparent;
        font-size: 15px;
        font-weight: bold;
        display: flex;
        justify-content: center; 
        flex-wrap: wrap;
        padding: 4px;
    }
    
    .granCatalogo{
        padding: 15px;
    }
    
    .rowContenedorProd{
        margin-top: 0px;
    }
    
    .imagProdCat, .videoYouTube{
        width: 100%;
        margin: 0%;
        height: 430px;
        /*margin-bottom: 2.5%;*/
    }
    
    .videoYouTube{
        height: 250px;
    }
    
    .parrafoDesc{
        /*max-height: 400px;
        overflow-y: scroll;*/
    }
    
    .rowContenedorProd p{
        font-size: 15px;
        text-align: justify!important;
    }
    
    .rowContenedorProd .parrafo{
        margin-top: 25px!important;

    }
    
    .videoDesk{
        display: block;
    }
    
    .videoMobile{
        display: none;
    }
    
    p, p strong, ul li, p a, ol li{
        font-size: 15px!important;
        padding: 0;
    }
    
    ul li{
        width: 95%;
        text-align: justify;
    }
    
    
    
    
    
    
    
    
    
}
























