/*FONDO CRUCIGRAMA*/

.slide.crosswords-puzzle table.puzzle td {
   background: transparent;
}

/*LISTA ORDENADA EN CRUCIGRAMA*/

.slide.crosswords-puzzle .enunciados .enunciado:before {
    content: counter(bck-li-counter) ".";
    color: #333;
    background: none;
    text-shadow: none;
    font-size: 1.6rem;
    margin-left: 5px;
    margin-top: 0px;
}

.slide.crosswords-puzzle .enunciados .enunciado {
    font-weight: 400;
    margin-left: -20px;
    margin-bottom: 3px;
    line-height: 1.2em;
    color: #333;
}

/*Ajuste before título 4*/

.bck-title4:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    width: 0;
    height: 0;
    border-bottom: 24px solid transparent;
    border-top: 21px solid transparent;
    border-left: 25px solid #BED9E7;
    top: -1px;
    left: 0;
}