#content-post pre {
    border-radius: 8px;
    background: #2d2d4d;
    display: block;
    padding: 32px;
    margin: 24px 0px;
    font-size: 16px;
    line-height: 1.2em;
    color: #fff !important;
    overflow-x: auto;
    word-wrap: normal;
}
code, pre {
    font-family: 'Courier New', monospace;
    margin-bottom: 10px;
}
pre {
    overflow: auto;
    padding: 10px;
}

.marco_white {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: 100%;
    display: table;
    font-size: 95%;
}

.redireccionar-link {
    font-family: "Urbanist", sans-serif;
    color: #001042;
    font-weight: 700;
}
.redireccionar-link:hover {
    text-decoration: underline;
    color:#E94D3A;
}

.card-step {
    transition: opacity 0.3s ease-in-out;
}
.hide {
    opacity: 0;
}
.active {
    opacity: 1;
}
