.steps-container {
    max-width: 100%;
    margin: auto;
}

.step {
    display: none;
}

.progress-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;

}

.progress {
    flex-grow: 1;
    height: 20px;
    border-radius: 10px;
    background-color: #ddd;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #2670E0 0%, #9427AF 46.5%, #ED475B 93.5%);
    transition: width 0.3s ease-in-out;
}

#texto-progreso {
    font-family: Nunito;
    font-weight: 700;
    font-size: 16px;
    line-height: 23.68px;
    letter-spacing: 0%;
    text-align: right;
    color: #174D9C;
    margin-bottom: 4px;
}

.contenedor-img-logo {
    text-align: center !important;
    margin-top: 41px;
    margin-bottom: 29px;
    margin-left: 148px;
    margin-right: 148px;
}

.contenedor-proceso-form {
    padding-left: 148px !important;
    padding-right: 148px !important;
}

.contenedor-encuesta {
    margin-left: 148px !important;
    margin-right: 148px !important;
    position: relative;
    padding-bottom: 50px;
    /* Asegura que el contenido no toque el borde */
    border-radius: 4px;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(69.75deg, #2670E0 1.25%, #9427AF 48.28%, #ED475B 99.22%) border-box;
    border: 1px solid transparent;
    /* Hace que el borde se vea sin afectar el radio */
}

.titulo-seccion {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0%;
    margin-top: 22px;
    margin-left: 24px;
    color: #174D9C;
}

.descripcion-seccion {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 23.68px;
    letter-spacing: 0%;
    color: #474756;
    padding-left: 48px;
    padding-top: 17px;
    padding-right: 48px;
    padding-bottom: 32px;
}

.admin-encuesta {
    max-width: 1000px;
    margin: auto;
    font-family: Arial, sans-serif;
}

.admin-encuesta h2 {
    color: #184D9B;
    text-align: center;
    margin-bottom: 20px;
}

.contenedor-dos-columnas {
    display: flex;
    gap: 20px;
}

.columna {
    flex: 1;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.formulario label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.formulario input,
.formulario select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.formulario button {
    width: 100%;
    background: #184D9B;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
}

.formulario button:hover {
    background: #122b5d;
}

.pregunta-card {
    background: white;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.pregunta-card form {
    margin: 0;
}

.pregunta-card input,
.pregunta-card select {
    width: 100%;
    margin-top: 5px;
}

.botones {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.botones button {
    flex: 1;
    padding: 8px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.boton-editar {
    background: #28a745;
    color: white;
}

.boton-eliminar {
    background: #dc3545;
    color: white;
}

.contenedor-form-preguntas {
    margin-left: 48px;
    margin-right: 48px;
}

.descripcion-seccion p {
    margin-bottom: 0;
}

btn btn-guardar {
    font-family: Nunito;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #174D9C;
    background-color: transparent;
    padding: 12px 40px;
    border: 1px solid #174D9C;
    border-radius: 4px;
}

.contenedor-botones-form {
    padding: 35px 148px 56px 148px;
}

#anterior {
    font-family: Nunito;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #174D9C;
    background-color: transparent;
    border: 1px solid #174D9C;
    padding: 10px 20px;
    border-radius: 4;
}

#siguiente {
    background-color: #174D9C;
    padding: 10px 20px;
    font-family: Nunito;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #FFFFFF;
    border-radius: 4;

}

#enviar {
    background-color: #174D9C;
    padding: 10px 20px;
    font-family: Nunito;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #FFFFFF;
    border-radius: 4;

}

.titulo-categoria {
    width: 30%;
    height: 80px;
    text-align: center;
}

.titulo-cero {
    width: 15%;
    height: 80px;
    text-align: center;
}

.titulo-uno {
    width: 15%;
    height: 80px;
    text-align: center;
}

.titulo-dos {
    width: 15%;
    height: 80px;
    text-align: center;
}

.titulo-tres {
    width: 16%;
    height: 80px;
    text-align: center;
}

.titulo-cuatro {
    width: 16%;
    height: 80px;
    text-align: center;
}

.titulo-cinco {
    width: 23%;
    height: 80px;
    text-align: center;
}

.tabla-contenedora {
    text-align: center;
}

.tabla-form-respuestas thead {
    background-color: #2670E01A;
}

th.titulo-tabla {
    font-family: Nunito;
    font-weight: 600;
    font-size: 14px;
    line-height: 20.72px;
    letter-spacing: 0%;
    text-align: center;
    color: #1D2345;
    padding-left: 10px;
    padding-right: 10px;
}

.pregunta_radio {
    padding: 10px 5px;
    font-family: Nunito;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #474756;
}

input[type="radio"] {
    appearance: none;
    /* Oculta el estilo por defecto */
    width: 22px;
    height: 22px;
    border: 2px solid var(--Castor, #808AA8);
    border-radius: 50%;
    /* Para que sea circular */
    display: inline-block;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}

input[type="radio"]:checked::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input#tipo_cargo {
    display: none;
}

.chart-container {
    position: relative;
    width: 116px;
    height: 116px;
}

/* Ambos canvas se superponen */
canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.chart-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30.8px;
    letter-spacing: 0%;
    color: #174D9C;
}

.container-fluid.container-grafico {
    padding-left: 148px !important;
    padding-right: 148px !important;
}

.titulo-contenido-principal {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 22px;
    line-height: 30.8px;
    letter-spacing: 0%;
    color: #174D9C;
    padding-top: 42px;
}

p.texto-titulo-nivel {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #174D9C;
    margin-top: 3px;
}

p.texto-bajada-gris {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 23.68px;
    letter-spacing: 0%;
    color: #474756;
    margin-bottom: 0;
}

p.texto-bajada-azul {
    font-family: Nunito;
    font-weight: 700;
    font-size: 16px;
    line-height: 23.68px;
    letter-spacing: 0%;
    color: #2670E0;
    margin-bottom: 0;
}

p.texto-bajada-final {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 23.68px;
    letter-spacing: 0%;
    color: #474756;
    margin-bottom: 0;
}

p.texto-dudas {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.94px;
    letter-spacing: 0%;
    text-align: right;
    margin-top: 32px;
    margin-bottom: 0;
    color: #1D2345;
}

a.boton_contacto {
    font-family: Nunito;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
    letter-spacing: 0%;
    color: #fff;
    padding: 17px 46px;
    background-color: #9427AF;
    border-radius: 50px;
}

.contenedor-boton-contacto {
    margin-top: 32px;
}

select {
    appearance: none;
    /* Elimina el estilo predeterminado del select */
    background: url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.6287 0.0558403L6.0147 4.61167L1.44882 0.00761992L0.0314377 1.41019L5.99984 7.44163L12.0313 1.47323L10.6287 0.0558403Z" fill="%231D2345"/></svg>') no-repeat right 10px center;
    background-size: 13px;
    padding-right: 30px;
    /* Espacio para que el texto no se superponga con el icono */
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    padding: 10px;
    cursor: pointer;
}

.campo-error {
    border: 2px solid red;
    background-color: #ffe6e6;
    padding: 5px;
    border-radius: 4px;
}