.bloque{
    margin-top: 6.5%;
}

.categorias{
    color: #A1A1A1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7%;
}

.activa_categoria{
    color: #A1A1A1;
    font-size: 18px;
    font-weight: 600;
}

.activa_categoria img{
    background: url(/img/categoria/fondocategoria.png);   
    margin-bottom: 10%;
}

.imagen_categoria{
    margin-bottom: 10%;
}

.productos{
    color: #A1A1A1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7%;   
}

.efecto:hover {
    opacity: 1;
    transition: 1s;
}

.efecto {
    position: absolute;
    opacity: 0;
    background-color: rgba(236, 236, 236, 0.75);
    width: 202px;
    height: 202px;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
}

.central {
    padding: inherit;
    display: inline-block;
    position: absolute!important;
    color: #06007E!important;
    width: 45px;
    height: 45px;
    top: 60%!important;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.efecto i {
    font-weight: bold;
    font-size: 48px;
}

.scapacidad{
    color: #646464;
    font-size: 14px;
}

.snombre{
    color: #06007E;
    font-size: 17px;
}


.s2capacidad{
    font-size: 16px;
    color: #009688;
}

.filtradopor{
    color: #A1A1A1;
    font-size: 18px;
    font-weight: 600; 
}

.div-product{
    margin-bottom: 24%;
}

.activo-div-product{
    background: url(/img/categoria/fondocategoria.png);
    margin-bottom: 24%;
}

.nombreinfo{
    margin-top: 5%;
    color: #08007C;
    font-size: 32px;
    border-bottom: 1px solid #B0B0B0;
}

tr {
    border-bottom: none!important;
}

td, th {
    padding: 0px!important;
}

.descripcioninfo{
    padding-top: 6%;
}

.detalleinfo{
    color: #08007C;
    font-weight: 600;
    font-size: 20px;
}

.imgdetalleinfo{
    margin-top: 5%;
}

.boton_consultar button{
    height: 41px!important;
    width: 170px;
    font-weight: 500;
    border-radius: 3px!important;
}

.boton_consultar{
    margin-top: 18%;
}

.caracteristica {
    color: #009687;
    font-size: 17px;
    font-weight: 600;
}

.dato {
    color: #2C2C2C;
    font-size: 17px;
    font-weight: 600;
}