.titulo-1.espacio.seleccion-titulo {
    text-align: center;
    padding: 20px 0px;
}

.opcion{
    .opcion {
    color: #002749;
    font-weight: bold;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
}


li{
    cursor: pointer;
    padding: 5px 0px;
}

.texto-remuneracion{
    padding: 10px 0;
}

.cat-remu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    text-align: center;
    
}

.categoria,
.remuneracion {
    width: 300px;
    border: 1px solid #cdc6c6;
}

.descarga-hv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
}

.descarga-hv img {
    width: 50px;
    height: auto;
}

.descarga-hv  {
    text-align: left;
}


.calendario-seleccion {
    display: flex;
    justify-content: center;
}

.calendario-seleccion img {
    max-width: 100%;
    height: auto;
}


.boton-postular {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.postulacion-url{
    background-color: #f8d546;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

/* =========================
   RESPONSIVE
   ========================= */

/* Tablets */
@media (max-width: 768px) {

    .titulo-1.espacio.seleccion-titulo {
        padding: 15px 10px;
        text-align: center;
    }

    .cat-remu {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .categoria,
    .remuneracion {
        width: 90%;
        max-width: 300px;
    }

    .calendario-seleccion img {
        max-width: 90%;
    }

    .descarga-hv {
        gap: 10px;
        flex-wrap: wrap;
    }

    .descarga-hv img {
        width: 45px;
    }

    .boton-postular {
        padding: 0 15px;
    }

    .postulacion-url {
        padding: 10px 18px;
    }
}


/* Celulares */
@media (max-width: 480px) {

    .titulo-1.espacio.seleccion-titulo {
        font-size: 20px;
        padding: 15px 5px;
    }

    .opcion {
        font-size: 14px;
        line-height: 1.4;
        padding: 7px 5px;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    li {
        padding: 6px 0;
        line-height: 1.4;
    }

    .texto-remuneracion {
        padding: 10px 5px;
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
    }

    .cat-remu {
        flex-direction: column;
        gap: 10px;
    }

    .categoria,
    .remuneracion {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }

    .titulo-cat,
    .titulo-rem {
        padding: 8px;
    }

    .texto-cat,
    .texto-rem {
        padding: 8px;
    }

    .descarga-hv {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .descarga-hv img {
        width: 40px;
    }

    .calendario-seleccion {
        width: 100%;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .calendario-seleccion img {
        max-width: 100%;
        height: auto;
    }

    .boton-postular {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .postulacion-url {
        width: 100%;
        max-width: 350px;
        box-sizing: border-box;
        padding: 12px 15px;
    }

    .postulacion-url a {
        font-size: 15px;
    }
}