
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 5px;
    height: 44px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 9px;
}

.programa-detalle-container {
    padding: 60px 0;
    margin-top: -30px;
    position: relative;
}

.motivacional-section {
    background: white;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.motivacional-section h3 {
    color: #2c3e50;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.motivacional-section h3 .text-naranja {
    color: #ff9800;
}

.motivacional-section p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.row-equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row-equal-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.formulario-box {
    background: white;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    flex: 1;
    overflow: hidden;
}

.formulario-header {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: white;
    padding: 25px 40px;
    text-align: center;
}

.formulario-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.formulario-header p {
    margin: 8px 0 0 0;
    font-size: 14px;
    opacity: 0.95;
}

.formulario-body {
    padding: 40px;
}

.form-group-custom {
    margin-bottom: 20px;
}

.form-group-custom label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-group-custom input,
.form-group-custom select,
.form-group-custom textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: white;
}

.form-group-custom input:focus,
.form-group-custom select:focus,
.form-group-custom textarea:focus {
    border-color: #ff9800;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.1);
    background: white;
}

.form-group-custom textarea {
    min-height: 90px;
    resize: vertical;
}

.form-icon-input {
    position: relative;
}

.form-icon-input i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
}

.form-icon-input input {
    padding-left: 45px;
}

.btn-inscribir {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: white;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
}

.btn-inscribir:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
}

.btn-inscribir i {
    margin-right: 8px;
}

.form-footer-text {
    text-align: center;
    margin-top: 20px;
    color: #999;
    font-size: 13px;
}

.form-footer-text i {
    color: #4caf50;
    margin-right: 5px;
}

.info-visual-box {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.imagen-promocional-container {
    position: relative;
    width: 100%;
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
}

.info-programa-overlay {
    width: 100%;
    background: #2125298c;
    padding: 40px;
    color: white;
}

.programa-titulo {
    font-size: 14px;
    color: #ff9800;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.programa-nombre {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: white;
}

.programa-cohorte {
    font-size: 16px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}

.programa-specs {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.programa-spec-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.programa-spec-item i {
    font-size: 20px;
    color: #ff9800;
}

.programa-spec-item span {
    color: white;
    font-weight: 500;
}

.info-grid-overlay {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.info-item-overlay {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.info-item-overlay i {
    font-size: 28px;
    color: #ff9800;
}

.info-item-overlay-text strong {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 3px;
    text-transform: uppercase;
}

.info-item-overlay-text span {
    display: block;
    font-size: 15px;
    color: white;
    font-weight: 600;
}

.requisitos-overlay {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.requisitos-overlay h5 {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.requisitos-list-overlay {
    list-style: none;
    padding: 0;
    margin: 0;
}

.requisitos-list-overlay li {
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.requisitos-list-overlay li:last-child {
    border-bottom: none;
}

.requisitos-list-overlay li i {
    color: #ff9800;
    margin-right: 12px;
    font-size: 16px;
}

.inversion-total {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.inversion-total-label {
    font-size: 16px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.9);
}

.inversion-total-valor {
    font-size: 40px;
    font-weight: 700;
    color: #ff9800;
}

.descripcion-section {
    background: white;
    border-radius: 10px;
    padding: 35px;
    margin-top: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.descripcion-section h4 {
    color: #2c3e50;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.descripcion-section p {
    color: #555;
    line-height: 1.8;
    text-align: justify;
}

.download-box {
    background: #e3e3e3;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    margin-top: 40px;
}

.download-box i {
    font-size: 48px;
    color: #ff9800;
    margin-bottom: 15px;
}

.download-box h5 {
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.download-box p {
    color: #666;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .row-equal-height {
        display: block;
    }

    .info-visual-box {
        margin-top: 30px;
        height: auto;
    }

    .programa-nombre {
        font-size: 26px;
    }

    .inversion-total-valor {
        font-size: 32px;
    }

    .programa-specs {
        flex-direction: column;
        gap: 15px;
    }

    .info-grid-overlay {
        grid-template-columns: 1fr;
    }

    .imagen-promocional-container {
        min-height: 400px;
    }

    .motivacional-section h3 {
        font-size: 22px;
    }

    .motivacional-section p {
        font-size: 14px;
    }
}