*{
   color: #5a5a5a;; /* font-family: 'descrip', Arial, sans-serif; */
}

@font-face {
    font-family: 'descrip';
    src: url('../font/Montserrat-Regular.ttf') format('truetype');
}

.contenedorImagenCategoria{
    width: 100%;   
    line-height: 0;
}
.imagenCategoria{
    width: 100%;
    
}
.containerCategorias{
    width: 100vw;
    display: flex;
    flex-direction: column;
    background-color: #eee9e5;
    height: auto;
    overflow: scroll;
    align-items: center;
    /* text-align: center; */
}
h1{
    text-align: center;
    font-size: 2rem;
    color: #5a5a5a;
    padding-bottom: 15px;
}
.contenedorCategoria{
    width: 90%;
    margin-bottom: 30px;
}
h3{
    padding-bottom: 20px;
    font-size: 1rem;
    color: #5a5a5a;
    font-family: 'descrip', Arial, sans-serif;
}
h2{
    
    text-align: center;
    color: #5a5a5a;
    /* margin-bottom: 5px; */
    font-family: 'descrip', Arial, sans-serif;
}
h4{
    font-family: 'descrip', Arial, sans-serif;
    color: #5a5a5a;
    margin-top: 10px;
    text-align: center;
    font-size: 1.2rem;
}
.infoCategoria{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}
.sinPaddingButtom{
    padding-bottom:0px;
}
.nombreCategoriayprecio{
    margin-bottom: 20px;
}
.subTotulo{
    /* color: #242424; */
    margin-top: 20px;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.SinEspacio{
    padding-bottom: 5px;
}
.mrb-20px{
    margin-bottom: 20px;
}
.mrb-30px{
    margin-bottom: 30px;
}
.consultarDis{
    text-align: center;
    display: block;
    width: 100%;
    
}
.consultarDis span{
    text-decoration: underline;
    text-underline-offset: 2px;
    margin-bottom: 5px;
    font-weight: bold;
}

.notaAlPie{
    width: 100%;
    margin-top: 20px;
    display: block;
    padding: 0 10px;
}
.EspacioSuperiorTitulo{
    margin-top: 30px;
}