.categorias {
    margin-top: 50px;
    margin-bottom: 83px;
}
.titulo-cat {
    position: relative;
    top: -4px;
    font-size: 27px;
    color: #FF0000;
    font-family: 'Titillium Web';
    margin-bottom: 30px;
}
.cat-line {
    position: relative;
    top: -4px;
    width: 100px;
    height: 2px!important;
    background-color: red!important;
    border: 0px red;
}
.items-cat {
    margin-top: 16px;
    margin-bottom: -24px;
}
.img-cat {
    width: 374px;
    height: 406px;
}
.div-nombre {
    display: table;
    background-color: rgba(51, 51, 51, 0.86);
    height: 83px;
    font-weight: 900;
    font-family: 'Titillium Web';
    justify-content: center;
    align-items: center;
    font-size: 17px;
    position: relative;
    width: 100%;
    bottom: 83px;
    color: white;
}
.texto {
    display: table-cell;
    vertical-align: middle;
}
.div-categoria {
    display: table;
    height: 429px;
}
/* DESTACADOS */

.efecto {
    position: absolute;
    opacity: 0;
    background-color: rgba(51, 51, 51, 0.75);
    width: 553px;
    height: 331px;
    z-index: 999;
    display: table-cell;
    vertical-align: middle;
}
.efecto:hover {
    opacity: 1;
    transition: 1s;
}
.central {
    padding: inherit;
    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    color: white;
    width: 59px;
    height: 59px;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.efecto i {
    padding-top: 20%;
    /*font-weight: bold;*/
    font-size: 30px;
}
.bloquecard {
    padding-right: 5px!important;
    padding-left: 5px!important;
    height: 442px!important;
}
.titulo-catobra {
    margin-top: 7px;
    position: relative;
    top: 3px;
}

.subtitulo {
    margin-top: 7px;
    position: relative;
    top: 3px;
}

.bloquecont{
    margin-top: 1%;
    margin-bottom: 6%!important;
}

.texto-ini{
    font-family: 'Titillium Web';
    font-size: 18px;
    color: #595959;
}

.bloque-consejos{
    margin-top: 4%;
}

.bloque-consejos2{
    display: table;
    height: 450px;
    background-color: #F0f0f0;

}

.texto{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.titulo{
    font-family: 'Titillium Web'!important;
    font-size: 25px!important;
    color: #009687!important;
}

.texto1{
    font-family: 'Titillium Web'!important;
    font-size: 17px!important;
    color: #504C52!important;
}

.texto2{
    font-family: 'Titillium Web'!important;
    font-size: 24px!important;
    color: #504C52!important;
}