td {
    padding: 5%;
}

.web-sii #accordion .panel-body {
    padding: 5%;
    text-align: justify;
}

.process_pasopaso {
    padding: 4%;
    background: rgba(221, 221, 221, 0.14);
}

.process {
    display: table;
    width: 100%;
    position: relative
}

.process-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.process-row:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: -1;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.process-step p {
    font-size: 12px;
    text-align: center !important;
    font-weight: bold;
}

.process-step span {
    font-size: 2.0em;
    font-weight: bold;
    margin: 5px;
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

.process-step .btn:focus {
    outline: none
}

.panel-body>p {
    text-align: justify;
}

.actives>a.collapsed {
    color: #0061a0 !important;
}

.actives>a {
    color: red !important;
}

.tab-pane h3 {
    text-align: center;
}