.linea-avance-govco.h-linea-avance-govco .contents-example-linea-avance-govco {
    display: block;
    justify-content: space-evenly;
    align-items: unset;
    height: auto;
    max-width: unset;
    background-color: #ffffff00;
}

.container-modal-govco {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; 
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999; 
}

.modal-container-govco {
    z-index: 1000 !important; 
    display: flex !important;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.estilos-cards {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    align-items: center;
    padding-left: 5rem;
    padding-right: 5rem;
    gap: 2rem;
}

.button-accordion-only-text{
    padding: 0% !important;
}

.button-accordion-only-text::after {
    content: none !important;
}

.error-text-govco{
    color: var(--govcolor-red);
}

.textarea-grande {
    min-height: 100px;
}

.pie-pagina-govco .first-section::after {
    content: "2026 Sisoft Soluciones Informáticas S.A.S.";
    position: absolute;
    right: 20px;
    bottom: 5px;
}