


/*@import url('https://ssf.gob.sv/wp-content/uploads/2020/06/cropped-68555333_2496595733695060_8395169215379668992_o-32x32.png');
@import url('https://ssf.gob.sv/wp-content/uploads/2020/06/cropped-68555333_2496595733695060_8395169215379668992_o-180x180.png');
@import url('https://ssf.gob.sv/wp-content/uploads/2020/06/cropped-68555333_2496595733695060_8395169215379668992_o-192x192.png" sizes="192x192');
@import url('https://ssf.gob.sv/wp-content/uploads/2020/06/cropped-68555333_2496595733695060_8395169215379668992_o-270x270.png');
@import url('https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');*/

/*body {
    background-color: #323844;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

h4.amber-text.text-accent-3, h5.amber-text.text-accent-3 {
    color: #ffa726 !important
}

.timeline-text {
    margin-top: 0.5rem;
    text-align: center;
}

.info-table th,
.info-table td {
    padding: 10px;
}

.info-table th {
    background-color: #3b414c;
    color: #ffa726;
}

.info-table td {
    background-color: #4b525d;
    color: #fff;
}

.footer {
    background-color: #252a34;
    color: #b9bcc0;
    padding: 2rem;
}

    .footer a {
        color: #b9bcc0;
    }

.icon-circle {
    background: #8b909e;
    color: #323844;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    margin-right: 1rem;
}

.etapas-container {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 3rem auto;
    max-width: 900px;
    padding: 2rem 0;
}

    .etapas-container::before {
        content: '';
        position: absolute;
        top: 57px;
        left: 5%;
        right: 5%;
        height: 4px;
        background-color: #CAC4D0;
        z-index: 1;
    }

.etapa {
    text-align: center;
    position: relative;
    z-index: 2;
}

    .etapa .circle {
        width: 56px;
        height: 56px;
        line-height: 56px;
        border-radius: 50%;
        font-size: 24px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .etapa.active .circle {
        background-color: #2196f3;*/ /* azul activo */
        /*color: #fff;
        box-shadow: 0 0 10px #2196f3aa;
    }

    .etapa.inactive .circle {
        background-color: #CAC4D0;*/ /* gris inactivo */
        /*color: #49454F;
    }

.timeline-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: white;
}


.container.card-panel.grey.darken-3 {
    margin: 0px auto;
    margin-top: 40px;
}

.fecha-consulta {
    max-width: 100%;
    position: absolute;
    font-size: 0.81rem;
    font-weight: 300;
}

footer .card-panel {
    background: transparent;
    transition: box-shadow 0s;
    box-sizing: unset !important;
}

.material-icons, .material-symbols-outlined {
    font-size: 24px;
    margin: 0 8px;
    vertical-align: middle;
}

.card-panel.no-shadow {
    box-shadow: none;
}

.iconos-redes {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 8px;
}

    .iconos-redes .material-symbols-outlined {
        font-size: 32px;
        color: white;
    }

.iconos-redes {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 8px;
}

.red-icon {
    width: 32px;
    height: 32px;
    filter: invert(1);*/ /* hace que se vean blancos sobre fondo oscuro */
    /*transition: transform 0.2s;
}

    .red-icon:hover {
        transform: scale(1.2);
    }

@media only screen and (max-width: 600px) {
    .etapas-container {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        margin: 3rem auto;
        max-width: 900px;
        padding: 2rem 0;
        flex-direction: column;
        align-content: flex-start;
    }

        .etapas-container::before {
            content: '';
            position: absolute;
            top: 57px;
            left: 64.5px;
            right: 5%;
            height: 4px;
            background-color: #CAC4D0;
            z-index: 1;*/
            /* rotate: revert; */
            /*height: 340px;
            width: 3px;
        }

    .etapa {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: stretch;
        align-items: center;
        max-width: 400px;
        margin-bottom: 26px;
    }

    .timeline-text {
        width: 267px;
        align-items: start;
        text-align: left;
        margin: 0px;
        font-size: 1.3rem;
    }

    table.responsive-table thead {
        display: block;
        float: none;
    }

    table.responsive-table tr {
        border-bottom: none;
        padding: 0px;
    }

    table.responsive-table thead tr {
        display: block;
        padding: 0px;
    }

    table.responsive-table th {
        display: block;
        text-align: center;
    }

    table.responsive-table td {
        display: inline-block;
        min-height: 1.25em;
        text-align: left;
        width: 50%;
    }

    table.responsive-table tbody tr {
        display: block;
    }

    .fecha-consulta {
        font-size: 1rem;
    }
}*/
