.no-padding-lr {
    padding-right:0 !important;
    padding-left:0 !important;
}
.no-margin-lr {
    margin-right:0 !important;
    margin-left:0 !important;
}

.pl-2 {
    padding-left:2px !important;
}
.pr-2 {
    padding-right: 2px !important;
}
.pl-2 {
    padding-left:2px !important;
}
.pr-2 {
    padding-right: 2px !important;
}
.platos-list {
    list-style: none;
    margin:20px 0;
    padding: 0;
}
.foto-plato {

}
.nombre-plato h3 {
    font-size: 17px;
}
.nombre-plato p {
    font-size:14px;
}
.titulo2 {
    font-size: 19px;
    color:#FF9800;
}
.dato-musica {
    padding-bottom:6px;
    font-size:14px;
}
.dato-musica span {
    color:#FF9800;
}
.dato-musica .txt-oscuro {
    color:#000;
}
.dato-musica .cancion {
    padding-top:15px;
}
.item-cocinero {
    overflow: hidden;
    transition:all .5s ease-in-out;
    position: relative;
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.item-cocinero a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}
.item-cocinero .cocinero {
    position: relative;
    overflow: hidden;
    height:400px;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition:all .5s ease-in-out;
}
.item-cocinero .datos {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 10px;
    margin-left: 2px;
}
.item-cocinero .datos h3 {
    color:#fff;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 8px;
}
.item-cocinero .datos h4 {
    color:#fff;
    font-weight: 400;
    line-height: 0.875rem;
    font-size: 0.875rem;
}
.item-cocinero .cocinero:hover {
    -webkit-transform:scale(1.3);transform:scale(1.3);
}