* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}
@font-face {
    font-family: 'normal';
    src: url('../font/Quicksand_Book.otf') format('opentype');
}
@font-face {
    font-family: 'negrita';
    src: url('../font/Quicksand_Bold.otf') format('opentype');
}

.container{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;

}
.tituloSubCategorias{
    font-family: 'negrita', Arial, sans-serif;
    font-size: 32px;
    color: #261059;
    margin-bottom: 90px;
}
.SubCategorias{
    font-family: 'normal', Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}
.descripcionCategoria{
display: flex;
justify-content: start;
flex-direction: column;
width: 75%;
/* align-items: center; */
/* margin-bottom: 40px; */
height: 70%;
/* background-color: antiquewhite; */

}
.lente{
    font-family: 'negrita', Arial, sans-serif;
    font-size: 32px;
    color: #261059;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    /* justify-content: center; */
}

.descripcionCategoria p{
    font-family: 'normal', Arial, sans-serif;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
    text-justify: inter-word;
    /* text-align-last: left; */
    /* text-wrap: balance; */
}
.enviarFormula{
    font-family: 'negrita', Arial, sans-serif;
    text-decoration: underline;
justify-content: center;
text-align: center;
text-underline-offset: 3px;
text-decoration-thickness: 1px;
line-height: 25px;
}
a.underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}
.adicionales{
    font-size: 20px;
     color: #1f58e7;
     text-decoration: none;display: inline-block;
}
