html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.pre-line {
    white-space: pre-line;
}

/*Botones */


.button {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #f4802a;
    border-radius: 0.6em;
    color: #f1c40f;
    cursor: pointer;
    display: flex;
    align-self: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin: 20px;
    padding: 1.2em 2.8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

    .button:hover, .button:focus {
        color: #fff;
        outline: 0;
    }

.fourth {
    border-color: #f4802a;
    color: #f4802a;
    background-image: linear-gradient(45deg, #f4802a 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 300ms ease-in-out;
}

    .fourth:hover {
        background-position: 0;
    }

/*Código CSS importante para el correcto funcionamiento de last icon*/

l-i {
    --size: 1em;
    display: inline-flex;
    width: var(--size);
    height: var(--size);
    vertical-align: middle;
}

    l-i svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    l-i i {
        font-size: var(--size) !important;
        color: currentColor;
    }

p l-i, button l-i, a l-i, span l-i {
    vertical-align: -0.35em;
}

.material-icons-two-tone {
    background-color: currentColor;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div > div > div > div > div > ul {
    font-size:1.2rem;
}

ol, ol>li {
    padding-inline-start: 0.5rem;
}