﻿.Vacante--Main {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Vacante--input {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
    transition: border 0.3s, box-shadow 0.3s;
    background: #fafafa;
}

    .Vacante--input:focus {
        border-color: #4f46e5;
        box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
        background: #fff;
    }

.Selection--Carreras {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 35%;
}

.Options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.Selecttion--Vacante {
    width: 150%;
    padding: 8px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fafafa;
    outline: none;
    min-height: 120px;
    cursor: pointer;
    transition: border 0.3s, box-shadow 0.3s;
}

    .Selecttion--Vacante:focus {
        border-color: #4f46e5;
        background: #fff;
    }

    .Selecttion--Vacante option {
        padding: 10px;
        border-radius: 6px;
        margin: 2px 0;
        transition: all 0.2s;
    }

        .Selecttion--Vacante option:hover {
            opacity: 0.9;
        }

        .Selecttion--Vacante option:checked {
            background: #4f46e5;
            color: white;
        }

.Seleccion--Activador {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    background: #fafafa;
}

.Leyend {
    margin-bottom: 16px;
}

.Legend--h2 {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin: 0;
}

.Activator--Calendario {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .Activator--Calendario label {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 500;
        color: #6b7280;
        cursor: pointer;
        padding: 8px 12px;
        border-radius: 8px;
        transition: all 0.3s;
    }

        .Activator--Calendario label:hover {
            background: #f3f4f6;
            color: #374151;
        }

input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #4f46e5;
    cursor: pointer;
}

.Calendario--Activado {
    margin-top: 16px;
    padding: 20px;
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s;
}

    .Calendario--Activado label {
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
        color: #374151;
    }

.Fecha--caducidad {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    transition: border 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

    .Fecha--caducidad:focus {
        border-color: #4f46e5;
        box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
    }

.Boton--Subir {
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    background: #234C56;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
}

    .Boton--Subir:hover {
        background: #26534D
    }

    .Boton--Subir:active {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(79, 70, 229, 0.4);
    }

.Options--selects {
    min-height: 40px;
    padding: 12px;
    border: 1px dashed #d1d5db;
    border-radius: 8px;
    background: #f9fafb;
}
