.titleOrder{
    font-weight: 700;
    margin-bottom: 10px;
}
.btnprep{
    margin: auto;
}
.fila{
    margin-bottom: .4rem;
    display: flex;
    align-items: center;
}
.fila > div:nth-child(1), .fila > div:nth-child(3){
    text-align: center;
}
.numeracion{
    font-weight: bold;
    font-size: 26px;
    border: 1px solid black;
    padding: 18px 30px;
   
}
.logo{
    width: 80px;
    height: 80px;
    display: inline-block;
    /* padding-right: 6px; */
    /* border: 1px solid black; */
    padding: 5px;
    margin-right: 8px;
}
.logo img{
    width: 100%;
    height: 100%;
}
.textPlate, .fila > div:nth-child(3){
    font-weight: bold;
    font-size: 18px;
}
.fila > div:nth-child(3){
    color: #9B1B1B;
}
.colour{
    background-color: #D5D5D5;
}


/* ############################################################### */


.recipe{
    font-size: 18px;
}
.recipe div.topinfo{
    display: flex;
    align-items: center;
}
.recipe .topinfo > div:nth-child(1){
    width: 100px;
    height: 100px;
    margin-right: 16px;
}
.recipe .topinfo img{
    width: 100%;
    height: 100%;
}
.recipe .titulo, .recipe__description > span{
    font-weight: bold;
    font-size: 18px;
}
.boton{
    display: flex;
    justify-content: flex-end;
}
.recipe__title{
    text-align: center;
    font-size: 2em;
    font-weight: 700;
}
.recipe__reunir{
    padding: 0px;
    margin-bottom: 6px;
}
.recipe__cantidad{
    text-align: center;
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 20px;
}


/* ############################################################### */


.pasos{
    font-size: 16px;
}
.second{
    text-align: center;
    display: flex;
    align-items: center
}
.pasos__titulo{
    text-align: center;
    font-weight: 700;
    font-size: 2em;
}
.pasos__imgplato{
    width: 140px;
    height: 80px;
    margin: auto;
}
.pasos__imgplato img{
    width: 100%;
    height: 100%;
}
.pasos__cantidad, .pasos__nomplatos{
    font-weight: 700;
    font-size: 1.2em;
    border: 1px solid black;
    padding-top: 12px;
    padding-bottom: 12px;
}
.pasos_temporizador span.timer {
    background-color: #d6d6d6;
    font-size: 30px;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
}
.pasos__description{
    border: 1px solid black;
    padding: 5px;
    max-height: 200px;
    overflow-y: auto;
}
.pasos__boton{
    display: flex;
    justify-content: flex-end;
} 
.pasos__fotorefen{
    margin: auto;
    width: 600px;
    height: 300px;
}
.pasos__fotorefen img{
    width: 100%;
    height: 100%;
}
.pasos__indication{
    font-weight: 700;
}